@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 200;
  src: local(""),
    url("../fonts/dosis-v17-latin-ext_latin-200.woff2") format("woff2"),
    url("../fonts/dosis-v17-latin-ext_latin-200.woff") format("woff");
}
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 300;
  src: local(""),
    url("../fonts/dosis-v17-latin-ext_latin-300.woff2") format("woff2"),
    url("../fonts/dosis-v17-latin-ext_latin-300.woff") format("woff");
}
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/dosis-v17-latin-ext_latin-regular.woff2") format("woff2"),
    url("../fonts/dosis-v17-latin-ext_latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 500;
  src: local(""),
    url("../fonts/dosis-v17-latin-ext_latin-500.woff2") format("woff2"),
    url("../fonts/dosis-v17-latin-ext_latin-500.woff") format("woff");
}
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 600;
  src: local(""),
    url("../fonts/dosis-v17-latin-ext_latin-600.woff2") format("woff2"),
    url("../fonts/dosis-v17-latin-ext_latin-600.woff") format("woff");
}
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("../fonts/dosis-v17-latin-ext_latin-700.woff2") format("woff2"),
    url("../fonts/dosis-v17-latin-ext_latin-700.woff") format("woff");
}
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 800;
  src: local(""),
    url("../fonts/dosis-v17-latin-ext_latin-800.woff2") format("woff2"),
    url("../fonts/dosis-v17-latin-ext_latin-800.woff") format("woff");
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Dosis";
}
html {
  font-size: 62.5%;
}
.no-scroll {
  height: 100%;
  overflow: hidden;
}
.m-1 {
  margin: 1rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.ml-1 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 1rem;
}
.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.p-1 {
  padding: 1rem;
}
.pt-1 {
  padding-top: 1rem;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pl-1 {
  padding-left: 1rem;
}
.pr-1 {
  padding-right: 1rem;
}
.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.m-2 {
  margin: 2rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 2rem;
}
.mr-2 {
  margin-right: 2rem;
}
.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.p-2 {
  padding: 2rem;
}
.pt-2 {
  padding-top: 2rem;
}
.pb-2 {
  padding-bottom: 2rem;
}
.pl-2 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 2rem;
}
.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.m-3 {
  margin: 3rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.ml-3 {
  margin-left: 3rem;
}
.mr-3 {
  margin-right: 3rem;
}
.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.p-3 {
  padding: 3rem;
}
.pt-3 {
  padding-top: 3rem;
}
.pb-3 {
  padding-bottom: 3rem;
}
.pl-3 {
  padding-left: 3rem;
}
.pr-3 {
  padding-right: 3rem;
}
.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.m-4 {
  margin: 4rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.ml-4 {
  margin-left: 4rem;
}
.mr-4 {
  margin-right: 4rem;
}
.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.p-4 {
  padding: 4rem;
}
.pt-4 {
  padding-top: 4rem;
}
.pb-4 {
  padding-bottom: 4rem;
}
.pl-4 {
  padding-left: 4rem;
}
.pr-4 {
  padding-right: 4rem;
}
.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.m-5 {
  margin: 5rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.ml-5 {
  margin-left: 5rem;
}
.mr-5 {
  margin-right: 5rem;
}
.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.p-5 {
  padding: 5rem;
}
.pt-5 {
  padding-top: 5rem;
}
.pb-5 {
  padding-bottom: 5rem;
}
.pl-5 {
  padding-left: 5rem;
}
.pr-5 {
  padding-right: 5rem;
}
.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.m-6 {
  margin: 6rem;
}
.mt-6 {
  margin-top: 6rem;
}
.mb-6 {
  margin-bottom: 6rem;
}
.ml-6 {
  margin-left: 6rem;
}
.mr-6 {
  margin-right: 6rem;
}
.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.mx-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.p-6 {
  padding: 6rem;
}
.pt-6 {
  padding-top: 6rem;
}
.pb-6 {
  padding-bottom: 6rem;
}
.pl-6 {
  padding-left: 6rem;
}
.pr-6 {
  padding-right: 6rem;
}
.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.m-8 {
  margin: 8rem;
}
.mt-8 {
  margin-top: 8rem;
}
.mb-8 {
  margin-bottom: 8rem;
}
.ml-8 {
  margin-left: 8rem;
}
.mr-8 {
  margin-right: 8rem;
}
.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.mx-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}
.p-8 {
  padding: 8rem;
}
.pt-8 {
  padding-top: 8rem;
}
.pb-8 {
  padding-bottom: 8rem;
}
.pl-8 {
  padding-left: 8rem;
}
.pr-8 {
  padding-right: 8rem;
}
.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.px-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.m-10 {
  margin: 10rem;
}
.mt-10 {
  margin-top: 10rem;
}
.mb-10 {
  margin-bottom: 10rem;
}
.ml-10 {
  margin-left: 10rem;
}
.mr-10 {
  margin-right: 10rem;
}
.my-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.mx-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}
.p-10 {
  padding: 10rem;
}
.pt-10 {
  padding-top: 10rem;
}
.pb-10 {
  padding-bottom: 10rem;
}
.pl-10 {
  padding-left: 10rem;
}
.pr-10 {
  padding-right: 10rem;
}
.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.px-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.m-12 {
  margin: 12rem;
}
.mt-12 {
  margin-top: 12rem;
}
.mb-12 {
  margin-bottom: 12rem;
}
.ml-12 {
  margin-left: 12rem;
}
.mr-12 {
  margin-right: 12rem;
}
.my-12 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.mx-12 {
  margin-left: 12rem;
  margin-right: 12rem;
}
.p-12 {
  padding: 12rem;
}
.pt-12 {
  padding-top: 12rem;
}
.pb-12 {
  padding-bottom: 12rem;
}
.pl-12 {
  padding-left: 12rem;
}
.pr-12 {
  padding-right: 12rem;
}
.py-12 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.px-12 {
  padding-left: 12rem;
  padding-right: 12rem;
}
.mr-5px {
  margin-right: 5px;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.semi-bold {
  font-weight: 600;
}
strong {
  font-weight: 600;
}
.white {
  color: white;
}
.light-white {
  color: rgba(255, 255, 255, 0.8);
}
.gray {
  color: #878787;
}
.black {
  color: #292929;
}
.bez {
  color:#FABF00;
}
.hvr-bez:hover {
  color:#FABF00 !important;
}
.hvr-white:hover {
  color: white;
}
.underline {
  text-decoration: underline;
}
.line-throught {
  text-decoration: line-through;
}
.text-16 {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .text-16 {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .text-16 {
    font-size: 14px;
  }
}
.text-17 {
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .text-17 {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .text-17 {
    font-size: 14px;
  }
}
.text-18 {
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .text-18 {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .text-18 {
    font-size: 14px;
  }
}
.text-20 {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .text-20 {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .text-20 {
    font-size: 16px;
  }
}
.text-21 {
  font-size: calc(16px + (21 - 16) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .text-21 {
    font-size: 21px;
  }
}
@media (max-width: 320px) {
  .text-21 {
    font-size: 16px;
  }
}
.text-24 {
  font-size: calc(17px + (24 - 17) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .text-24 {
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  .text-24 {
    font-size: 17px;
  }
}
.text-26 {
  font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.1em;
}
@media (min-width: 1920px) {
  .text-26 {
    font-size: 26px;
  }
}
@media (max-width: 320px) {
  .text-26 {
    font-size: 18px;
  }
}
.text-30 {
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.1em;
}
@media (min-width: 1920px) {
  .text-30 {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .text-30 {
    font-size: 20px;
  }
}
.text-36 {
  font-size: calc(21px + (36 - 21) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.1em;
}
@media (min-width: 1920px) {
  .text-36 {
    font-size: 36px;
  }
}
@media (max-width: 320px) {
  .text-36 {
    font-size: 21px;
  }
}
.text-45 {
  font-size: calc(22px + (45 - 22) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.1em;
}
@media (min-width: 1920px) {
  .text-45 {
    font-size: 45px;
  }
}
@media (max-width: 320px) {
  .text-45 {
    font-size: 22px;
  }
}
.text-60 {
  font-size: calc(32px + (60 - 32) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.1em;
}
@media (min-width: 1920px) {
  .text-60 {
    font-size: 60px;
  }
}
@media (max-width: 320px) {
  .text-60 {
    font-size: 32px;
  }
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.svg-14 {
  height: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .svg-14 {
    height: 14px;
  }
}
@media (max-width: 320px) {
  .svg-14 {
    height: 10px;
  }
}
.svg-17 {
  height: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .svg-17 {
    height: 17px;
  }
}
@media (max-width: 320px) {
  .svg-17 {
    height: 14px;
  }
}
.svg-21 {
  height: calc(16px + (21 - 16) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .svg-21 {
    height: 21px;
  }
}
@media (max-width: 320px) {
  .svg-21 {
    height: 16px;
  }
}
.svg-26 {
  height: calc(18px + (26 - 18) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .svg-26 {
    height: 26px;
  }
}
@media (max-width: 320px) {
  .svg-26 {
    height: 18px;
  }
}
.svg-41 {
  height: calc(21px + (41 - 21) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .svg-41 {
    height: 41px;
  }
}
@media (max-width: 320px) {
  .svg-41 {
    height: 21px;
  }
}
.svg-42 {
  height: calc(36px + (42 - 36) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .svg-42 {
    height: 42px;
  }
}
@media (max-width: 320px) {
  .svg-42 {
    height: 36px;
  }
}
.svg-115 {
  height: calc(26px + (115 - 26) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .svg-115 {
    height: 115px;
  }
}
@media (max-width: 320px) {
  .svg-115 {
    height: 26px;
  }
}
.bs {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.bs-full {
  box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.1);
}
.bs-bottom {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.container-fluid {
  height: max-content;
  width: 100%;
  position: relative;
}
.container {
  height: max-content;
  width: calc(260px + (1260 - 260) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
}
@media (min-width: 1920px) {
  .container {
    width: 1260px;
  }
}
@media (max-width: 320px) {
  .container {
    width: 260px;
  }
}
.bg-img-cc {
  background-position: center;
  background-size: cover;
}
.bg-img-tc {
  background-position: top;
  background-size: cover;
}
.bg-img-bc {
  background-position: bottom;
  background-size: cover;
}
.decor-none {
  text-decoration: none;
}
.hmc {
  height: max-content;
}
.wrapper {
  height: max-content;
  width: max-content;
}
.tr {
  transition: all 0.2s ease-in-out;
}
.tr-3 {
  transition: all 0.3s ease-in-out;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.cursor-pointer {
  cursor: pointer;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.w-50 {
  width: 50% !important;
}
.w-80 {
  width: 80% !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.overflow-hidden {
  overflow: hidden;
}
.t-0 {
  top: 0;
}
.l-0 {
  left: 0;
}
.r-0 {
  right: 0;
}
.b-0 {
  bottom: 0;
}
.max-w-1920 {
  max-width: 1920px;
}
.onclick-rotate {
  transform: rotate(180deg);
}
.width-2rem {
  width: 2rem;
}
.all-btns {
  height: 5rem;
  min-height: 5rem;
  width: 25rem;
  border-radius: 1rem;
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  outline: none;
}
@media (min-width: 1920px) {
  .all-btns {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .all-btns {
    font-size: 14px;
  }
}
.full-btn {
  background-color:#FABF00;
  color: white;
  border: none;
}
.full-btn:hover,
.full-btn:focus {
  background-color: white;
  color:#FABF00;
}
.full-btn:active {
  background-color:#FABF00;
  color: white;
}
.empty-btn {
  border: solid 2px#FABF00;
  background: white;
  color:#FABF00;
}
.empty-btn:hover,
.empty-btn:focus {
  background-color:#FABF00;
  color: white;
}
.empty-btn:active {
  background: white;
  color:#FABF00;
}
.nav-drop-btn {
  height: 5rem;
  width: 30rem;
  background:#FABF00;
  color: black;
  font-size: calc(16px + (21 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none !important;
  border-bottom: solid 2px transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media (min-width: 1920px) {
  .nav-drop-btn {
    font-size: 21px;
  }
}
@media (max-width: 320px) {
  .nav-drop-btn {
    font-size: 16px;
  }
}
.nav-drop-btn:hover {
  background: white;
  color:#FABF00;
  border-bottom: solid 2px#FABF00;
}
.nav-drop-btn svg path {
  transition: all 0.2s ease-in-out;
}
.nav-drop-btn:hover svg path {
  fill:#FABF00;
}
.navbar-bg {
  height: max-content;
  background-color: black;
  position: fixed;
  top: 0;
  z-index: 999;
}
.navbar-bg .navbar {
  height: 17rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-wrapper {
  height: max-content;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.menu {
  width: max-content;
  height: 8rem;
  display: flex;
  align-items: center;
}
.menu .light-white:hover {
  color: white;
}
.circle {
  height: calc(24px + (40 - 24) * ((100vw - 320px) / (1920 - 320)));
  width: calc(24px + (40 - 24) * ((100vw - 320px) / (1920 - 320)));
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(210, 171, 87, 0);
  border: solid 1px rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: relative;
}
@media (min-width: 1920px) {
  .circle {
    height: 40px;
  }
}
@media (max-width: 320px) {
  .circle {
    height: 24px;
  }
}
@media (min-width: 1920px) {
  .circle {
    width: 40px;
  }
}
@media (max-width: 320px) {
  .circle {
    width: 24px;
  }
}
.circle:hover,
.circle:focus {
  color: black;
  background-color:#FABF00;
  border: solid 1px#FABF00;
}
.circle .input-box {
  height: 100%;
  width: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 1rem;
  outline: none;
  border-radius: 20px;
  border: solid 0px #fff;
  z-index: -1;
}
.search-hover-white {
  background-color: rgba(255, 255, 255, 0);
}
.search-hover-white:hover,
.search-hover-white:focus {
  color: black;
  background-color: #fff;
  border: solid 1px #fff;
}
.search-box-open {
  color: black;
  background-color: #fff;
  border: solid 1px #fff;
}
.search-box-open .input-box {
  width: 30rem;
  padding-left: 20px;
  padding-right: 30px;
  border: solid 1px #fff;
}
.small-circle {
  height: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  width: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  background-color: black;
  border: solid 1px white;
  border-radius: 50%;
  right: -50%;
  top: 15%;
  transform: translate(-50%, -15%);
  z-index: 2;
}
@media (min-width: 1920px) {
  .small-circle {
    height: 20px;
  }
}
@media (max-width: 320px) {
  .small-circle {
    height: 14px;
  }
}
@media (min-width: 1920px) {
  .small-circle {
    width: 20px;
  }
}
@media (max-width: 320px) {
  .small-circle {
    width: 14px;
  }
}
.burger-small-circle {
  height: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
  width: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
  background-color: black;
  border: solid 1px white;
  border-radius: 50%;
  right: -50%;
  top: 15%;
  transform: translate(-50%, -15%);
  z-index: 2;
}
@media (min-width: 1920px) {
  .burger-small-circle {
    height: 20px;
  }
}
@media (max-width: 320px) {
  .burger-small-circle {
    height: 18px;
  }
}
@media (min-width: 1920px) {
  .burger-small-circle {
    width: 20px;
  }
}
@media (max-width: 320px) {
  .burger-small-circle {
    width: 18px;
  }
}
.number {
  color: white;
  font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320)));
  user-select: none;
}
@media (min-width: 1920px) {
  .number {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .number {
    font-size: 10px;
  }
}
.hvr-change-circle:hover .circle {
  color: black;
  background-color:#FABF00;
  border: solid 1px#FABF00;
}
.hvr-change-circle:hover .small-circle {
  background-color: white;
}
.hvr-change-circle:hover .number {
  color: black;
}
.menu-navigation {
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  justify-content: flex-end;
  position: relative;
}
.menu-navigation .navigation-box {
  height: 100%;
  width: max-content;
  position: relative;
  overflow-y: hidden;
  margin-left: 3rem;
}
.menu-navigation .navigation-box .hvr-box {
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  transform: translateY(50%);
}
.menu-navigation .navigation-box:hover .hvr-box {
  background-color:#FABF00;
}
.menu-navigation .active {
  color:#FABF00;
}
.menu-navigation .active .hvr-box {
  background-color:#FABF00 !important;
}
.menu-navigation .language-wrapper {
  height: max-content;
  width: 65px;
  display: flex;
  justify-content: space-between;
}
.menu-languages-toggle {
  height: 17px;
  width: 35px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 10px;
  background-color:#FABF00;
  outline: none;
  cursor: pointer;
  position: relative;
}
.menu-languages-toggle::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: black;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}
.menu-languages-toggle:checked::before {
  left: 20px;
}
.resize {
  height: 8rem !important;
  padding: 0 !important;
}
.resize .bez-line {
  height: 5px;
}
.resize .nav-drop-btn {
  height: 4rem;
  width: 25rem;
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  transform: translateY(70%);
}
@media (min-width: 1920px) {
  .resize .nav-drop-btn {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .resize .nav-drop-btn {
    font-size: 14px;
  }
}
.resize .nav-drop-btn svg {
  height: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .resize .nav-drop-btn svg {
    height: 17px;
  }
}
@media (max-width: 320px) {
  .resize .nav-drop-btn svg {
    height: 14px;
  }
}
.resize .drop-menu {
  width: 25rem;
  padding: 0 5px;
}
.resize .log-reg-src {
  height: 0px !important;
  overflow: hidden !important;
}
.resize .log-reg-src .circle {
  width: 0px;
  height: 0px;
}
.bez-line {
  width: 100%;
  height: 1rem;
  background-color:#FABF00;
  border-radius: 0 0 1rem 1rem;
  z-index: 5;
}
.logo-container {
  display: inline-block;
  height: 60%;
  width: max-content;
}
.logo-container img {
  height: 100%;
  width: auto;
}
.drop-menu {
  display: flex;
  flex-direction: column;
  width: 30rem;
  height: 0;
  border-bottom: solid 0px#FABF00;
  overflow: hidden;
  background: white;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  bottom: -4rem;
  transform: translateY(100%);
  transition: width 0.2s ease-in-out;
  overflow-y: auto;
  max-height: 75vh;
  z-index: 9;
}

.drop-menu .menu-box {
  height: max-content;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px !important;
}
.drop-menu .menu-box:hover .line {
  flex-grow: 1;
}
.line {
  height: 2px;
  width: 0;
  background-color:#FABF00;
  max-width: 20%;
}
.display-drop-menu {
  height: max-content;
  border-bottom: solid 4px#FABF00;
  padding: 2rem !important;
}
.show-burger {
  display: none !important;
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.9;
}
.hamburger.is-active:hover {
  opacity: 0.9;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear,
    transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear,
    transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.burger-menu-body {
  display: none !important;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  opacity: 0.3;
  right: 0;
  z-index: 9;
  transition: all 0.2s ease-in-out;
  transform: translateX(100vw);
  background: linear-gradient(to right,#FABF00 20%, black 20%);
}
.burger-menu-body.open-menu {
  opacity: 1;
  transform: translateX(0);
}
.burger-menu-body a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
.burger-menu-body a:hover {
  color:#FABF00;
}
.burger-menu-body .active {
  color:#FABF00;
}
.burger-menu-body .burger-proizvodi {
  display: none !important;
  height: 80%;
  width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  overflow: auto;
  margin-top: auto;
}
.burger-menu-body .burger-proizvodi .menu-box {
  position: relative;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.burger-menu-body .burger-proizvodi .menu-box .hvr-border {
  height: 1px;
  width: 0;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
}
.burger-menu-body .burger-proizvodi .menu-box:hover .hvr-border {
  width: 100%;
}
.burger-menu-body .burger-navigacija {
  height: 80%;
  width: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  overflow: auto;
  margin-top: auto;
}
.burger-menu-body .burger-box {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.burger-menu-body .burger-box .burger-search {
  height: calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320)));
  width: 70%;
  min-width: 140px;
  border-radius: 20px;
  border: none;
  outline: none;
  padding: 10px 40px 10px 20px;
  font-size: calc(16px + (21 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}
@media (min-width: 1920px) {
  .burger-menu-body .burger-box .burger-search {
    height: 60px;
  }
}
@media (max-width: 320px) {
  .burger-menu-body .burger-box .burger-search {
    height: 30px;
  }
}
@media (min-width: 1920px) {
  .burger-menu-body .burger-box .burger-search {
    font-size: 21px;
  }
}
@media (max-width: 320px) {
  .burger-menu-body .burger-box .burger-search {
    font-size: 16px;
  }
}
.burger-menu-body .burger-box .burger-search-ico {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.burger-circle {
  height: calc(40px + (60 - 40) * ((100vw - 320px) / (1920 - 320)));
  width: calc(40px + (60 - 40) * ((100vw - 320px) / (1920 - 320)));
}
@media (min-width: 1920px) {
  .burger-circle {
    height: 60px;
  }
}
@media (max-width: 320px) {
  .burger-circle {
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .burger-circle {
    width: 60px;
  }
}
@media (max-width: 320px) {
  .burger-circle {
    width: 40px;
  }
}
.burger-circle:hover {
  color: black !important;
  border: solid 1px black !important;
}
.svg-burger-body-border {
  position: absolute;
  height: 100%;
  top: 0;
  left: 20%;
  transform: translateX(-15%);
}
.footer-main-bg {
  background-color: #FAFAFA;
}
.footer-bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  height: max-content;
}
.footer-left {
  width: 44%;
  min-height: 500px;
  height: max-content;
  background-image: url("../images/kontakt-footer-bg-light.png");
  background-position: center;
  background-size: cover;
  border-radius: 0 100px 0 0;
  display: flex;
  align-items: flex-end;
  padding-top: 150px;
}
.bg-frag-right {
  height: 80%;
  width: 120px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  right: -1px;
  bottom: 0;
  background-color: #FAFAFA;
}
.footer-left-content {
  display: flex;
  flex-direction: column;
  min-height: 350px;
  height: max-content;
  width: 42%;
  margin-left: auto;
  margin-right: 140px;
}
.copyrights {
  height: 80px;
  display: flex;
  align-items: center;
}
.footer-right {
  width: 52%;
  min-height: 650px;
  height: max-content;
  background-color: black;
  border-radius: 100px 0 0 0;
  padding-top: 300px;
  position: relative;
}
.bg-frag-top {
  position: absolute;
  top: -1px;
  right: -2px;
  height: 12vw;
  max-height: 230px;
  width: calc(100% - 105px);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #FAFAFA;
}
.bg-frag-left {
  position: absolute;
  top: 70px;
  left: 3px;
  transform: translateX(-100%);
  height: calc(100% - 70px);
  width: 170px;
  background-color: black;
  clip-path: polygon(100% 100%, 100% 1%, 0 100%);
}
.footer-right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-height: 350px;
  height: max-content;
  width: 68%;
  position: relative;
}
.podrska {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  margin-top: auto;
}
.bottom-line {
  height: 10px;
  width: calc(100% + 170px);
  position: absolute;
  bottom: 0;
  left: -166px;
  background-color:#FABF00;
  border-radius: 5px 10px 0 0;
}
.logo-text {
  height: max-content;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-logo {
  height: 8rem;
  width: auto;
  margin-left: 4rem;
}
.text-wrapper {
  height: max-content;
  min-height: 8rem;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
}
.prijava {
  height: max-content;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.social {
  display: flex;
  height: max-content;
  width: max-content;
}
.input {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: max-content;
  height: max-content;
}
.newsletter {
  height: 5rem;
  width: 35rem;
  background-color: white;
  outline: none;
  color: #878787;
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
}
@media (min-width: 1920px) {
  .newsletter {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .newsletter {
    font-size: 14px;
  }
}
.reference-carousel-wrapper {
  position: absolute;
  min-height: 18rem;
  height: max-content;
  background-color:#FABF00;
  border-radius: 10px;
  z-index: 5;
  top: 170px;
  display: flex;
  align-items: center;
  padding: 3rem 5rem;
}
.reference-carousel-wrapper .owl-stage-outer div {
  display: flex;
  align-items: center;
}
.reference-link-wrapper img {
  width: 80%;
  max-width: max-content;
  height: auto;
}
.lg-copyrights-podrska {
  display: none;
  width: 100%;
  height: max-content;
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-top: solid 1px rgba(255, 255, 255, 0.8);
  flex-direction: column;
  position: relative;
  margin-top: 4rem;
}
.lg-copyrights-podrska .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: max-content;
  margin-bottom: 3rem;
}
.lg-copyrights-podrska .split-line {
  height: 4px;
  width: 50px;
  border-radius: 5px;
  background-color:#FABF00;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3rem;
}
.lg-copyrights-podrska .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: max-content;
}
.popup-modal {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.prijava-box {
  display: flex;
  flex-direction: column;
  height: max-content;
  max-height: 95%;
  overflow: auto;
  width: 80%;
  max-width: 460px;
  border-radius: 10px;
  background-color: white;
  padding: 3rem;
  position: relative;
}
.popup-input {
  height: 5rem;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  color: black;
  outline: none;
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1920px) {
  .popup-input {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .popup-input {
    font-size: 14px;
  }
}
.popup-input::placeholder {
  text-align: center;
  color: black;
  transition: all 0.2s ease-in-out;
}
.popup-input:focus {
  border-color:#FABF00;
}
.popup-input:focus::placeholder {
  opacity: 0.2;
}
.placeholder-start::placeholder {
  text-align: start;
}
.popup-input-mb {
  margin-bottom: 1rem;
}
.popup-close-btn {
  border: none;
  outline: none;
  background: transparent;
  height: max-content;
  width: max-content;
  cursor: pointer;
  position: absolute;
  top: 3rem;
  right: 3rem;
}
.popup-close-btn:hover {
  transform: scale(1.2);
}
.popup-close-btn:active {
  transform: scale(1);
}
.line-gray {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-hvr-white:hover {
  background-color: white;
}
.d-flex {
  display: flex;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.df-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.col-50 {
  width: 50%;
}
.d-none {
  display: none;
}
.home-baner-carousel {
  height: max-content;
  margin-top: 16rem;
}
.svg-baner-bg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 140rem;
  width: 75%;
}
.baner-carousel {
  min-height: 62rem;
  height: max-content;
  padding-top: 20rem;
  padding-bottom: 5rem;
}
.baner-text-wrapper {
  height: max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.owl-dots {
  margin-top: 0 !important;
  width: calc(260px + (1260 - 260) * ((100vw - 320px) / (1920 - 320)));
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media (min-width: 1920px) {
  .owl-dots {
    width: 1260px;
  }
}
@media (max-width: 320px) {
  .owl-dots {
    width: 260px;
  }
}
.owl-dots .owl-dot {
  outline: none !important;
}
.owl-dots .owl-dot span {
  transition: 0.2s ease-in-out;
}
.owl-dots .active span {
  transform: scale(1.2) !important;
  background-color:#FABF00 !important;
}
.usluge-circle {
  width: 14vw;
  height: 14vw;
  max-width: 280px;
  max-height: 280px;
  background: radial-gradient(circle, #fff 30%, #f0e3c8 100%);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  filter: grayscale(1);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.usluge-circle .usluge-ico {
  height: 35%;
  width: auto;
}
.usluge-circle .usluge-text {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.usluge-circle:hover {
  transform: scale(1.1);
  filter: grayscale(0);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.usluge-circle:hover .usluge-text {
  color: #000;
}
.akcija-border {
  height: 36rem;
  border: solid 2px#FABF00;
  border-radius: 10px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.akcija-border .akcija-carousel {
  width: 100%;
  position: relative;
}
.akcija-border .akcija-carousel .owl-stage-outer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.akcija-border .akcija-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  width: max-content;
  height: max-content;
  padding: 5px;
  display: flex;
  flex-direction: column;
  background-color: white;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  border-radius: 10px;
}
.akcija-border .akcija-carousel .owl-nav button {
  outline: none;
  border: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.akcija-border .akcija-carousel .owl-nav button:hover {
  background: none;
}
.akcija-border .akcija-carousel .owl-nav button:hover svg {
  transition: 0.2s ease-in-out;
}
.akcija-border .akcija-carousel .owl-nav button:hover svg path {
  fill:#FABF00;
}
.card {
  min-height: 48rem;
  height: max-content;
  /* margin-right: 30px; */
  background-color: white;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.akcija-carousel-line {
  display: block;
  height: 3px;
  width: 30%;
  background: white;
  border-radius: 2px;
}
.akcija-card-img {
  width: 80%;
  max-width: 190px;
  height: auto;
  max-height: 25rem;
  object-fit: contain;
}
.akcija-card-img-small {
  width: 80%;
  max-width: 190px;
  height: auto;
  max-height: 15rem;
  object-fit: contain;
}
.naslov-line {
  display: inline-block;
  height: 2px;
  border-radius: 1px;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.2);
}
.omiljeni-proizvodi-carousel .owl-stage-outer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.omiljeni-proizvodi-carousel .owl-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-with-border {
  min-height: 48rem;
  /* height: max-content; */
  margin-right: 30px;
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.card-with-border:hover {
  border: solid 1px white;
  box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.onama-bg {
  background-color: #FAFAFA;
  /* margin-top: 150px; */
}
.onama-box {
  display: flex;
  flex-wrap: wrap;
}
.svg-onama-border {
  position: absolute;
  width: 100%;
  height: 230px;
  top: 0;
  transform: translateY(-225px);
  z-index: -1;
}
.dy-line {
  display: block;
  height: 2px;
  width: 50px;
  background:#FABF00;
}
.text-flicker {
  animation: blinker 1s ease-in-out infinite alternate;
}
@keyframes blinker {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.onama-circle {
  height: 25vw;
  width: 25vw;
  max-width: 475px;
  max-height: 475px;
  min-width: 200px;
  min-height: 200px;
  border-radius: 50%;
  box-shadow: inset 0px 0px 10px 10px rgba(0, 0, 0, 0.4);
  z-index: 3;
  position: relative;
}
.coffe-position {
  position: absolute;
  top: 0;
  left: -26%;
  height: 25vw;
  max-height: 450px;
  min-height: 200px;
  transform: rotate(-10deg);
  width: auto;
  z-index: -1;
}
.mug-position {
  position: absolute;
  bottom: -40%;
  transform: translateY(-50%);
  left: -20%;
  z-index: 4;
  width: 15vw;
  height: auto;
  max-width: 280px;
  min-width: 120px;
}
.svg-play {
  z-index: 9;
  position: absolute;
  bottom: 15%;
  left: 5%;
  cursor: pointer;
}
.svg-play:hover {
  transform: scale(1.2);
  transform-origin: center;
}
.svg-play:active {
  transform: scale(1);
  transform-origin: center;
}
.video-wrapper {
  position: absolute;
  width: 100%;
  height: max-content;
  max-width: 1200px;
  top: 0;
  left: 0;
  z-index: 99;
}
.video-wrapper iframe {
  width: 100%;
  height: 60rem;
  border-radius: 50px;
}
.video-wrapper .video-x {
  float: right;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.video-wrapper .video-x:hover {
  transform: scale(1.2);
}
.video-wrapper .video-x:active {
  transform: scale(1);
}
.sertifikat-200 {
  width: 40%;
  height: max-content;
  position: relative;
  margin-right: 5%;
}
.sertifikat-200 img {
  width: 100%;
  height: auto;
}
.sertifikat-100 {
  width: 15%;
  height: max-content;
  position: relative;
  margin-right: 5%;
}
.sertifikat-100 img {
  width: 100%;
  height: auto;
}
.baner {
  height: 30rem;
  margin-top: 16rem;
}
.onama-main-bg {
  background-color: #FAFAFA;
  padding-top: 8rem;
  padding-bottom: 150px;
}
.onama-text-w {
  width: 85%;
}
.onama-wrapper-position {
  margin-left: auto;
  margin-right: auto;
}
.video-position {
  left: 0;
  top: 50%;
  transform: translateX(-50%);
  width: 180%;
}
.bg-white {
  background-color: white;
}
.toggle-btn {
  height: 5rem;
  width: 23rem;
  margin-right: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  background-color: rgba(210, 171, 87, 0);
  border-radius: 1rem;
  font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  color: black;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .toggle-btn {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .toggle-btn {
    font-size: 15px;
  }
}
.toggle-btn:hover,
.toggle-btn:focus {
  background-color:#FABF00;
  color: white;
}
.toggle-active {
  background-color:#FABF00;
  color: white;
}
.add-border {
  border: solid 2px#FABF00;
  border-radius: 1rem;
}
.sertifikat-img {
  width: 23%;
  height: max-content;
  margin-right: 2%;
}
.sertifikat-img img {
  width: 100%;
  max-width: max-content;
  height: auto;
  max-height: max-content;
}
.akcije-left {
  height: max-content;
  width: 23%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.custom-checkbox {
  cursor: pointer;
  position: relative;
  height: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  width: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 0 !important;
  background-color: white;
  border: solid 2px #3f3f3f;
  border-radius: 0.2rem;
  transition: 0.1s ease-in-out;
}
@media (min-width: 1920px) {
  .custom-checkbox {
    height: 15px;
  }
}
@media (max-width: 320px) {
  .custom-checkbox {
    height: 14px;
  }
}
@media (min-width: 1920px) {
  .custom-checkbox {
    width: 15px;
  }
}
@media (max-width: 320px) {
  .custom-checkbox {
    width: 14px;
  }
}
.custom-checkbox .svg-check {
  height: 100%;
}
.checkbox-original {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.custom-checkbox-check {
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
}
.checkbox-original ~ .text-17 {
  color: rgba(0, 0, 0, 0.6);
}
.checkbox-original:checked ~ .text-17 {
  color: black;
}
.checkbox-original:checked ~ .custom-checkbox {
  background-color: black;
  border-color: black;
}
.checkbox-original-circle {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.custom-checkbox-circle {
  cursor: pointer;
  position: relative;
  height: 16px;
  width: 16px;
  margin-bottom: 0 !important;
  background-color: white;
  border: solid 1px black;
  border-radius: 50%;
  transition: 0.1s ease-in-out;
  position: relative;
}
.checked-circle {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 50%;
  border-radius: 50%;
  background-color: black;
}
.checkbox-original-circle:checked ~ .custom-checkbox-circle .checked-circle {
  display: block;
}
.border-top {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
.akcije-right {
  height: max-content;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.container-akcije {
  justify-content: space-between;
}
.akcije-card {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 3rem;
  min-height: 38rem;
}
.reference-link {
  min-height: 116px;
  height: max-content;
  width: 16.66%;
  /* margin-right: 2.6%; */
  /* margin-bottom: 10rem; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
  /* padding: 0 10px; */
}
.reference-link img {
  width: 100%;
  max-width: max-content;
  height: auto;
}
.reference-link:hover,
.reference-link:focus {
  filter: grayscale(0);
  transform: translateY(-10px);
}
.naslov-sortiraj {
  width: 100%;
  height: max-content;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 4%;
}
.custom-select {
  color: #878787;
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  padding: 1rem 2rem;
  border: solid 1px #878787;
  border-radius: 1rem;
  height: 5rem;
  width: 15rem;
  display: flex;
  align-items: center;
  background-color: white;
  cursor: pointer;
  margin-bottom: 2px;
  position: relative;
  outline: none;
  transition: 0.2s ease-in-out;
}

.custom-select:first-child{
	margin-right: 15px;
}
@media (min-width: 1920px) {
  .custom-select {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .custom-select {
    font-size: 14px;
  }
}
.select-arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  z-index: 99;
  color: #878787;
}
.custom-select:hover .select-arrow {
  color: red;
}
::selection {
  color: white;
  background:#FABF00;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-options {
  background: white;
  color: #878787;
}
.proizvodi-list {
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  padding: 1rem 2rem;
  font-weight: 600;
}
.proizvodi-list:hover {
  color: black;
}
.proizvodi-list.active {
  color: black;
}
.pagination {
  height: max-content;
  width: max-content;
  max-width: 80%;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 3%;
  flex-wrap: wrap;
}
.pagination-btn {
  border: none;
  outline: none;
  border-radius: 50%;
  width: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
  height: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
  background-color: white;
  cursor: pointer;
  margin-left: 2rem;
}
@media (min-width: 1920px) {
  .pagination-btn {
    width: 40px;
  }
}
@media (max-width: 320px) {
  .pagination-btn {
    width: 35px;
  }
}
@media (min-width: 1920px) {
  .pagination-btn {
    height: 40px;
  }
}
@media (max-width: 320px) {
  .pagination-btn {
    height: 35px;
  }
}
.pagination-btn:hover,
.pagination-btn:focus {
  background-color:#FABF00;
  color: white;
}
.pagination-btn:disabled {
  color: rgba(0, 0, 0, 0.4);
}
.pagination-btn:disabled:hover,
.pagination-btn:disabled:active {
  color: rgba(0, 0, 0, 0.4);
  background-color: transparent;
}
.pagination-active {
  background-color:#FABF00;
  color: white;
}
.logo-coffee-position {
  position: absolute;
  z-index: 6;
  width: 17%;
  height: auto;
  bottom: 14%;
  left: 0;
}
.input-poruka {
  height: 5rem;
  width: 100%;
  border: solid 1px #878787;
  border-radius: 1rem;
  background-color: white;
  outline: none;
  color: rgba(0, 0, 0, 0.6);
  font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  padding: 1rem 2rem;
}
@media (min-width: 1920px) {
  .input-poruka {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .input-poruka {
    font-size: 14px;
  }
}
.textarea-dimension {
  min-width: 100%;
  max-width: 100%;
  min-height: 5rem;
  height: 19rem;
  max-height: 19rem;
}
.footer-left-kontakt-bg {
  background-image: url("../images/kontakt-footer-bg-full.png");
}
.footer-right-map-box {
  width: 1200px;
  height: 1000px;
  border-radius: 100px 0 0 0;
  overflow: hidden;
  position: absolute;
  left: calc(50% + 380px);
  bottom: calc(-50% - 400px);
  transform: rotate(17deg) translate(-50%, -10%);
}
.footer-right-map-box iframe {
  width: 1600px;
  height: 1200px;
  transform: rotate(-17deg) translate(-25%, -40%);
  filter: grayscale(1);
}
.add-pt {
  padding-top: 200px;
}
.uputstvo-podrska {
  width: 110%;
  height: 80px;
  background-color: black;
  position: absolute;
  top: 460px;
  left: -10%;
  transform: rotate(-17deg);
  z-index: 99;
  display: flex;
  align-items: center;
  padding-left: 27vw;
}
.bg-black {
  background-color: black;
}
.mt-0 {
  margin-top: 0;
}
.remove-border-top {
  border-top: solid 1px transparent;
}
.korpa-item {
  min-height: 22rem;
  height: max-content;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
}
.korpa-item-slika {
  width: 25%;
  height: 100%;
}
.korpa-item-slika img {
  width: 60%;
  height: auto;
  max-height: 100%;
}
.korpa-item-details {
  width: 70%;
  height: max-content;
  display: flex;
  flex-direction: column;
  position: relative;
}
.text-cijena {
  width: 25%;
}
.kolicina {
  /* width: 30%; */
  /* height: max-content; */
  display: flex;
  align-items: center;
}
.kolicina-btn {
  background-color: transparent;
  border: none;
  outline: none;
  color: black;
  cursor: pointer;
}
.kolicina-btn:hover {
  color:#FABF00;
}
.text-ukupno {
  width: 35%;
  display: flex;
  justify-content: flex-end;
}
.korpa-item-close-btn {
  border: none;
  outline: none;
  background: transparent;
  height: max-content;
  width: max-content;
  cursor: pointer;
  position: absolute;
  top: 3rem;
  right: 3rem;
  color: black;
  z-index: 2;
}
.korpa-item-close-btn:hover {
  color:#FABF00;
}
.korpa-item-close-btn:active {
  color: black;
}
.nazad-na-proizvode {
  display: flex;
  align-items: center;
  width: max-content;
  margin-right: 2%;
}
.iznos-za-placanje {
  width: max-content;
  margin-left: auto;
}
.nastavite-btn-position {
  margin-left: auto;
}
.isporuka-item {
  min-height: 22rem;
  height: max-content;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
}
.isporuka-item-slika {
  width: 33%;
  height: 100%;
}
.isporuka-item-slika img {
  width: 80%;
  height: auto;
  max-height: 100%;
}
.isporuka-item-details {
  width: 66%;
  height: max-content;
  display: flex;
  flex-direction: column;
  position: relative;
}
.w-20 {
  width: 25%;
  min-width: 100px;
}
.order-0-lg-1 {
  order: 0;
}
.order-1-lg-0 {
  order: 1;
}
@media screen and (min-width: 1920px) {
  .uputstvo-podrska {
    width: 110%;
    height: 80px;
    background-color: black;
    position: absolute;
    top: 460px;
    left: -10%;
    transform: rotate(-17deg);
    z-index: 99;
    display: flex;
    align-items: center;
    padding-left: 515px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 58.5%;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 52.5%;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 45.5%;
  }
  .footer-left {
    width: 45%;
    border-radius: 0 50px 0 0;
  }
  .footer-left-content {
    width: 59%;
    margin-left: auto;
    margin-right: 20px;
  }
  .footer-right {
    width: 54%;
    border-radius: 50px 0 0 0;
  }
  .footer-right-content {
    min-height: 350px;
    height: max-content;
    width: 66%;
    position: relative;
    margin-left: 20px;
  }
  .text-wrapper {
    width: 60%;
  }
  .prijava {
    flex-wrap: wrap;
  }
  .social {
    order: 2;
    width: 100%;
    justify-content: flex-end;
  }
  .input {
    width: 100%;
    order: 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .bg-frag-right {
    display: none;
  }
  .bg-frag-left {
    display: none;
  }
  .bg-frag-top {
    width: calc(100% - 50px);
  }
  .bottom-line {
    width: calc(100% + 20px);
    position: absolute;
    bottom: 0;
    left: -20px;
    background-color:#FABF00;
    border-radius: 0 10px 0 0;
  }
  .card {
    min-height: 360px;
  }
  .card-with-border {
    min-height: 360px;
  }
  .footer-right-map-box {
    width: 100%;
    height: 650px;
    border-radius: 50px 0 0 0;
    overflow: hidden;
    position: absolute;
    left: 46%;
    bottom: 0;
    transform: rotate(0) translate(0, 0);
  }
  .footer-right-map-box iframe {
    width: 1500px;
    height: 1200px;
    transform: rotate(0) translate(-30%, -30%);
    filter: grayscale(1);
  }
  .add-pt {
    padding-top: 150px;
  }
  .uputstvo-podrska {
    width: 100%;
    height: 80px;
    background-color: black;
    position: absolute;
    top: calc(100% - 80px);
    left: 0;
    transform: rotate(0);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 61vw;
  }
  .reference-link {
    width: 20%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 43.5%;
  }
  .menu-wrapper {
    width: 70%;
  }
  .baner-carousel {
    min-height: max-content;
  }
  .akcije-card {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3rem;
    min-height: 38rem;
  }
  .reference-link {
    width: 25%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .nav-drop-btn {
    bottom: -5% !important;
  }
  .akcija-card-cover {
    height: 100% !important;
  }
  .akcija-border {
    margin-top: 10rem !important;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 42.5%;
  }
  .navbar-bg .navbar {
    height: 70px;
    padding: 0;
  }
  .bez-line {
    height: 5px !important;
  }
  .menu-wrapper {
    display: none;
  }
  .nav-drop-btn {
    /* display: none; */
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .resize .nav-drop-btn {
    height: 5rem;
    width: 30rem;
    font-size: calc(16px + (21 - 16) * ((100vw - 320px) / (1920 - 320)));
    transform: translate(-50%, 50%);
  }

  .resize {
    height: 70px !important;
  }
  .drop-menu {
    /* display: none; */
    bottom: -6rem;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .resize .drop-menu {
    width: 30rem;
  }
  .show-burger {
    display: block !important;
  }
  .burger-menu-body {
    display: flex !important;
  }
  .home-baner-carousel {
    margin-top: 60px;
  }
  .usluge-circle {
    width: 25vw;
    height: 25vw;
    margin-bottom: 5rem;
  }
  .lg-d-none {
    display: none;
  }
  .lg-d-block {
    display: block;
  }
  .lg-d-flex {
    display: flex;
  }
  .lg-justify-end {
    display: flex;
    justify-content: flex-end;
  }
  .lg-mt-4 {
    margin-top: 4rem;
  }
  .lg-mb-5 {
    margin-bottom: 5rem;
  }
  .col-50 {
    width: 100%;
  }
  .lg-ml-auto-50px {
    margin-left: 50px;
  }
  .akcija-border {
    /* border: solid 2px transparent; */
  }
  .akcija-border .akcija-carousel .owl-nav {
    position: absolute;
    margin-top: 0;
    width: 108%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(-50, 0);
    transform: translate(-50, 0);
    border-radius: 10px;
  }

  .akcija-carousel .owl-nav button {
    background: white !important;
    padding: 1rem !important;
  }
  .akcija-border {
    margin-bottom: 10rem !important;
  }
  .card {
    min-height: 340px;
  }
  .card-with-border {
    min-height: 340px;
  }
  .onama-wrapper-position {
    transform: translateY(0);
  }
  .footer-bg {
    justify-content: center;
    align-items: center;
  }
  .footer-left {
    width: 100%;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    min-height: max-content;
  }
  .footer-left .dy-line {
    display: none;
  }
  .copyrights {
    display: none;
  }
  .footer-right {
    width: 100%;
    border-radius: 0;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: max-content;
  }
  .bg-frag-top {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: black;
    height: 100px;
    width: 100%;
    position: absolute;
    top: -98px;
  }
  .footer-left-content {
    width: calc(260px + (1260 - 260) * ((100vw - 320px) / (1920 - 320)));
    margin-left: 0;
    margin-right: 0;
    height: max-content;
    padding-bottom: 100px;
    min-height: max-content;
  }
}
@media only screen and (max-width: 991px) and (min-width: 1920px) {
  .footer-left-content {
    width: 1260px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 320px) {
  .footer-left-content {
    width: 260px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-right-content {
    width: calc(260px + (1260 - 260) * ((100vw - 320px) / (1920 - 320)));
    margin-left: 0;
    margin-right: 0;
    height: max-content;
    padding-bottom: 0;
    min-height: max-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 300px;
    position: relative;
  }
}
@media only screen and (max-width: 991px) and (min-width: 1920px) {
  .footer-right-content {
    width: 1260px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 320px) {
  .footer-right-content {
    width: 260px;
  }
}
@media only screen and (max-width: 991px) {
  .logo-text {
    justify-content: flex-start;
  }
  .footer-logo {
    order: 0;
    margin-left: 0;
    margin-right: 6rem;
  }
  .text-wrapper {
    width: 80%;
    order: 2;
    align-items: flex-start;
    text-align: start;
  }
  .prijava {
    height: max-content;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    min-width: max-content;
    height: max-content;
    margin-right: 5%;
  }
  .social {
    width: 45%;
    min-width: max-content;
    justify-content: flex-start;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .bottom-line {
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color:#FABF00;
    border-radius: 5px 5px 0 0;
  }
  .reference-carousel-wrapper {
    top: 10rem;
    transform: translateY(-50%);
    position: absolute;
    min-height: 10rem;
  }
  .podrska {
    display: none;
  }
  .lg-copyrights-podrska {
    display: flex;
  }
  .svg-play {
    z-index: 9;
    position: absolute;
    bottom: 14%;
    left: 4%;
  }
  .video-wrapper {
    top: 55%;
    left: 0;
  }
  .video-wrapper iframe {
    height: 50rem;
  }
  .baner {
    margin-top: 60px;
  }
  .onama-text-w {
    width: 100%;
  }
  .video-position {
    left: 0;
    top: 50%;
    transform: translateX(0);
    width: 90%;
  }
  .akcije-left {
    height: max-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    border-bottom: none;
    margin-bottom: 3rem;
  }
  .check-responsive {
    width: 30%;
    margin-right: 3%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: none;
  }
  .akcije-right {
    width: 100%;
  }
  .akcije-card {
    width: 30%;
  }
  .sertifikat-img {
    width: 31%;
    margin-right: 2%;
  }
  .footer-right-map-box {
    width: 100%;
    height: 75rem;
    border-radius: 0 0 0 0;
    overflow: hidden;
    position: relative;
    left: 0;
    bottom: 0;
    transform: rotate(0) translate(0, 0);
  }
  .footer-right-map-box iframe {
    width: 150%;
    height: 130%;
    transform: rotate(0) translate(-20%, -20%);
    filter: grayscale(1);
  }
  .lg-footer-left-min-height {
    min-height: 55rem;
  }
  .add-pt {
    padding-top: 0;
  }
  .uputstvo-podrska {
    display: none;
  }
  .reference-link {
    width: 33.33%;
    margin-right: 0;
  }
  .korpa-item-slika {
    width: 100%;
    height: max-content;
    margin-bottom: 3rem;
  }
  .korpa-item-slika img {
    width: 60%;
    max-width: max-content;
    height: auto;
    max-height: max-content;
  }
  .korpa-item-details {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .text-cijena {
    width: 30%;
    margin-bottom: 3rem;
  }
  .kolicina {
    /* width: 70%; */
    justify-content: flex-end;
    margin-bottom: 3rem;
  }
  .text-ukupno {
    width: 100%;
    justify-content: center;
  }
  .lg-text-center {
    text-align: center;
  }
  .lg-pr-0 {
    padding-right: 0;
  }
  .order-0-lg-1 {
    order: 1;
  }
  .order-1-lg-0 {
    order: 0;
  }
  .pagination {
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .pagination-btn {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 41.5%;
  }
  .baner-text-wrapper {
    height: max-content;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .baner-text-wrapper .baner-text {
    min-width: 31%;
    width: max-content;
    margin-right: 2%;
    margin-bottom: 1rem;
  }
  .video-wrapper {
    position: absolute;
    width: 100%;
    height: max-content;
    max-width: 1200px;
    bottom: 0 !important;
    left: 0;
    z-index: 99;
  }
  .video-wrapper iframe {
    width: 100%;
    height: 40rem;
    border-radius: 10px;
  }
  .check-responsive {
    width: 47%;
    margin-right: 3%;
  }
  .akcije-card {
    width: 47%;
  }
  .reference-link {
    width: 50%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  html {
    font-size: 40.5%;
  }
  .usluge-circle {
    width: 30vw;
    height: 30vw;
  }
  .card {
    min-height: 320px;
  }
  .card-with-border {
    min-height: 320px;
  }
  .sertifikat-img {
    width: 48%;
    margin-right: 2%;
  }
  .nazad-na-proizvode {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  .iznos-za-placanje {
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .nastavite-btn-position {
    margin-left: auto;
    margin-right: auto;
  }
  .sm-text-center {
    text-align: center;
  }
  .isporuka-item-slika {
    width: 100%;
    height: 100%;
    margin-bottom: 3rem;
  }
  .isporuka-item-slika img {
    width: 60%;
    max-width: max-content;
  }
  .isporuka-item-details {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  html {
    font-size: 38.5%;
  }
  .baner-text-wrapper .baner-text {
    min-width: 47%;
  }
  .usluge-circle {
    width: 35vw;
    height: 35vw;
  }
  .video-wrapper {
    top: 60%;
  }
  .text-cijena {
    width: 100%;
    text-align: center;
  }
  .kolicina {
    width: 100%;
    margin-right: 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 36.5%;
  }
  .burger-proizvodi {
    padding-top: 70px !important;
  }
}
.company_div {
  display: none;
}
#tempAlert {
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999999999999999999999;
  background: green;
  border-radius: 10px;
  padding: 30px;
}

#tempAlert span {
  font-size: 16px;
  color: #ffffff;
}
#tempAlert {
  display: none;
}

#tempAlert button {
  border: none;
  background: transparent;
  color: #ffffff;
  position: relative;
  top: 20;
  right: 20;
}
/*# sourceMappingURL=style.css.map */
.z-negative {
  z-index: -1;
}
/* ADDED */
.card-full-img {
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 44rem;
  background: transparent;
  box-shadow: none;
}
.akcija-card-cover {
  height: 80%;
  object-fit: contain;
  object-position: center;
}
.mt-24 {
  margin-top: 24rem !important;
}
#top > div.owl-dots {
  background: transparent;
  transform: translateY(-200%);
}
@media screen and (max-width: 991px) {
  #top > div.owl-dots {
    display: none;
  }
}
.baner-bg-img {
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.object-fit {
  object-fit: contain;
}
.bg-bez {
  background-color: #FAFAFA !important;
}

.added-box {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.added-box button {
  height: 32px;
  width: 32px;
  font-size: calc(28px + (32 - 28) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1em;
  font-weight: bold;
  color: black;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-bottom: 10px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .added-box button {
    font-size: 32px;
  }
}
@media (max-width: 320px) {
  .added-box button {
    font-size: 28px;
  }
}
.added-box button:hover,
.added-box button:focus {
  color:#FABF00;
}
.added-box input {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 17px;
  color: black;
  font-weight: bold;
  outline: none;
  border: solid 1px #e9e9e9;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}
.added-box input:focus {
  border: solid 1px#FABF00;
}
.added-box input::-webkit-outer-spin-button,
.added-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hide-below-600 {
  display: block !important;
}
.show-below-600 {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .hide-below-600 {
    display: none !important;
  }
  .show-below-600 {
    display: block !important;
  }
}

#webCenter{
  color: white; 
  text-decoration: none;
}
#webCenter:hover{
  color:#FABF00 !important;
}


.svg-onama-border-2 {
  width: 100%;
  height: 230px;
  z-index: -1;
  margin-bottom: -1px;
  margin-top: -8rem;
}

@media screen and (max-width: 991px) {
  .svg-onama-border-2 {
    display: none;
  }
}