:root {
  --black: black;
  --white-smoke: #ccc6b8;
  --text-light: #f0f0f0;
  --lines: #ffffff24;
  --sienna: #cc551d;
  --orange-red: #f26118;
  --goldenrod: #c6a44f;
  --dark-slate-grey: #141414;
}

body {
  background-color: var(--black);
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 1.3em;
  line-height: 1.6;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: apotek-comp, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: apotek-comp, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: .9;
}

h3 {
  margin-top: .5em;
  margin-bottom: .5em;
}

h4 {
  letter-spacing: .02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: apotek-comp, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: .9;
}

h5 {
  letter-spacing: .03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: apotek-comp, sans-serif;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 1;
}

p {
  max-width: 80ch;
  margin-top: .5em;
  margin-bottom: .5em;
}

.section-top {
  color: var(--text-light);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 120vh;
  display: flex;
}

.main-con {
  z-index: 1;
  width: 90%;
  max-width: 1600px;
  position: relative;
}

.stripe {
  background-color: var(--lines);
  width: 1px;
  height: 100%;
}

.flex-space-between-top {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.stripe-wrap {
  z-index: 1;
  pointer-events: none;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.dark {
  background-color: var(--black);
}

.flex-c {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-home {
  object-fit: contain;
  object-position: 50% 100%;
  height: 70%;
  position: absolute;
  top: auto;
  bottom: -20%;
}

.section-back {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-back.dark {
  color: var(--text-light);
  position: relative;
}

.transition-mask-load {
  z-index: 200;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.col {
  border-right: 1px solid var(--lines);
  border-left: 1px solid var(--lines);
  background-color: var(--black);
  flex: 1;
  height: 100%;
}

.col-2 {
  border-right: 1px solid var(--lines);
  background-color: var(--black);
  flex: 1;
  align-self: flex-end;
  height: 100%;
}

.col-3 {
  border-right: 1px solid var(--lines);
  background-color: var(--black);
  flex: 1;
  height: 100%;
}

.col-4 {
  border-right: 1px solid var(--lines);
  background-color: var(--black);
  flex: 1;
  align-self: flex-end;
  height: 100%;
}

.col-5 {
  border-right: 1px solid var(--lines);
  background-color: var(--black);
  flex: 1;
  height: 100%;
}

.button {
  border: 2px solid var(--sienna);
  background-color: var(--orange-red);
  color: var(--goldenrod);
  letter-spacing: .02em;
  border-radius: 8em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .4em 1em;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-round {
  z-index: 0;
  background-color: var(--sienna);
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.button-text {
  z-index: 1;
  color: var(--text-light);
  text-shadow: 1px 1px 1px #00000024;
  position: relative;
}

.flex-h {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-gold {
  color: var(--goldenrod);
}

.center-text {
  text-align: center;
  overflow: hidden;
}

.h1-home {
  text-align: center;
  font-size: 9.19vw;
}

.span-outline {
  color: #0000;
}

.section-center {
  color: var(--text-light);
  background-image: linear-gradient(#000 25%, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
  overflow: clip;
}

.right-card {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.left-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
}

.image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 750px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-absolute.gray {
  filter: grayscale();
  transition: filter .3s;
}

.image-absolute.gray:hover {
  filter: none;
}

.image-back {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.lines-left {
  z-index: 1;
  color: var(--goldenrod);
  border-radius: 1.2em;
  width: 28%;
  min-width: 120px;
  position: absolute;
  inset: -20px auto auto -20px;
  overflow: hidden;
}

.flex-v-justify {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.spacer-30 {
  width: 30px;
  height: 30px;
}

.color-light {
  background-color: var(--white-smoke);
}

.container-lines {
  border: 2px solid var(--white-smoke);
}

.padding-all-side {
  padding: 1.5em 2.5em;
}

.color-orange {
  background-color: var(--orange-red);
}

.color-gold {
  background-color: var(--goldenrod);
}

.text-black {
  color: var(--dark-slate-grey);
}

.over-flow-hide {
  overflow: hidden;
}

.round-corners-all {
  border-radius: .4em;
}

.flex-v-left {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.flex-v-left.text-black.padding-all-side.sixty-perc.color-orange {
  background-color: var(--orange-red);
}

.round-corners-left {
  border-radius: .4em 0 0 .4em;
}

.sixty-perc {
  justify-content: center;
}

.absolute-left-down {
  flex-direction: column;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
}

.relative {
  position: relative;
}

.number {
  color: var(--white-smoke);
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: flex-end;
  font-family: apotek-comp, sans-serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: .69em;
  display: flex;
}

.paralax-text {
  z-index: 20;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.margin-top {
  margin-top: 8em;
}

.image-section {
  max-width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gradient-top {
  background-image: linear-gradient(to bottom, var(--black) 10%, #0000);
  width: 100%;
  height: 360px;
  position: absolute;
  inset: 0% 0% auto;
}

.no-scroll {
  overflow: hidden;
}

.image-absolute-down {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.flex-v-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.image-reveal {
  background-color: var(--goldenrod);
  flex: 1;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.portrait-ratio {
  padding-bottom: 130%;
}

.reket {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  min-height: 65vh;
  max-height: 600px;
  display: flex;
}

.reket-inner {
  border-right: 2px solid var(--white-smoke);
  border-left: 2px solid var(--white-smoke);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -2px;
  margin-bottom: -2px;
  display: flex;
}

.reket-penal {
  z-index: 30;
  color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.crtice-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-width: 30px;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%, 50%);
}

.crtica {
  background-color: var(--white-smoke);
  width: 100%;
  height: 2px;
}

.crtice-wrapper-desno {
  flex-direction: column;
  justify-content: space-between;
  min-width: 30px;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(100%, 50%);
}

.section-center-sticky {
  color: var(--text-light);
  background-image: linear-gradient(#000 25%, #0000);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 280vh;
  display: flex;
  position: relative;
}

.sticky {
  position: sticky;
  bottom: 0;
}

.main-con-st {
  z-index: 1;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  height: 100vh;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.reket-penal-up {
  z-index: 1;
  color: var(--white-smoke);
  justify-content: center;
  width: 47.5%;
  margin-bottom: -9px;
  position: relative;
  inset: 0% 0% auto;
}

.reket-all {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 56%;
  min-width: 600px;
  display: flex;
}

.flex-c-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reket-krug {
  transform-origin: 50% 0;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 79%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 79%;
  display: flex;
  position: absolute;
  inset: -2px 0% auto;
  transform: translate(0, -50%)scale(1.007);
}

.padding-small-all-side {
  padding: 1em 1.5em;
}

.reket-naslov {
  z-index: 10;
  background-color: var(--white-smoke);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 0;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: absolute;
  top: -40px;
  overflow: hidden;
}

.fixed-hide {
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.absolute-for-sticky {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 0%;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1.25em;
  display: flex;
  position: absolute;
  inset: 35% 0% auto;
  overflow: hidden;
}

.vojvoda-logo {
  opacity: 0;
  color: var(--goldenrod);
  width: 170px;
  height: 187px;
  position: absolute;
  top: 140px;
  overflow: hidden;
}

.nav-text {
  font-size: 1.1em;
}

.lottie-menu {
  display: none;
}

.nav-link {
  color: var(--text-light);
  justify-content: center;
  align-items: center;
  min-width: 7.9em;
  margin-left: .5em;
  margin-right: .5em;
  padding: .6em 1em;
  font-size: .9em;
  transition: text-shadow .2s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.nav-link:hover {
  text-shadow: 1px 1px 30px #fff0bac4, 1px 0 9px #fff0bac4;
}

.nav-link.w--current {
  text-shadow: 0 0 12px #fff0bac4;
  height: 63.3984%;
  font-weight: 400;
}

.nav-link-home {
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 5%;
}

.nav-wrapper-all {
  z-index: 201;
  background-color: #000c;
  justify-content: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.top-menu-color {
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hamburger {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0% 5% 0% auto;
}

.instagram-icon {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.social-link {
  color: var(--text-light);
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: text-shadow .2s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.social-link:hover {
  text-shadow: 1px 1px 30px #fff0bac4, 1px 0 9px #fff0bac4;
}

.social-link.w--current {
  text-shadow: 0 0 12px #fff0bac4;
  font-weight: 400;
}

.social-link.padd {
  padding-top: 4px;
}

.nav-link-wrapper {
  border-bottom: 1px solid var(--lines);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.logo-spacer {
  width: 0;
  height: 30px;
}

.footer {
  color: var(--text-light);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 300px;
  margin-top: 10vh;
  font-size: .9em;
  display: flex;
}

.footer-image {
  width: 60%;
  max-width: 1600px;
}

.footer-text {
  flex-direction: column;
  align-items: stretch;
  font-size: .9em;
}

.span-outline-white {
  color: #0000;
}

.spacer-50 {
  flex: none;
  width: 50px;
  height: 50px;
}

.left-card-second {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
}

.lendscape-ratio {
  padding-bottom: 70%;
}

.line-footer {
  background-color: var(--goldenrod);
  width: 100%;
  height: 1px;
}

.footer-bottom-text {
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: .7em;
}

.reket-perc {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vojvoda-logo-mobile {
  color: var(--goldenrod);
  display: none;
}

.krug-lopta-tekstura {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.line-penal {
  background-color: var(--white-smoke);
  width: 100%;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  inset: 50% 0% auto;
}

.hide {
  display: none;
}

.fixed-video-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0%;
  overflow: clip;
}

.section-video {
  color: var(--text-light);
  background-image: linear-gradient(#000 25%, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  display: flex;
  position: relative;
}

.sticky-video-headline {
  z-index: 10;
  justify-content: center;
  align-items: center;
  position: relative;
}

.background-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.absolute-heading {
  z-index: -1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-video-border-wrapper {
  z-index: 2;
  border: 8vw solid #000;
  border-width: 8vw 15vw;
  position: absolute;
  inset: 0%;
}

.spacer-40vh {
  width: 100px;
  height: 40vh;
}

.reveal-div {
  width: 80%;
  position: absolute;
  top: 0%;
  bottom: auto;
  overflow: hidden;
}

._40-perc {
  width: 40%;
}

.heading {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/ball-texture.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 280%;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: min(7vw, 55px);
}

.flex-space-between-justify {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-white {
  color: var(--text-light);
}

.color-spacer {
  color: var(--white-smoke);
  margin-bottom: 8px;
}

.spacer-25vh {
  width: 100px;
  height: 25vh;
}

.map-wrapper {
  z-index: 10;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 30%;
  position: relative;
  overflow: hidden;
}

.mapa {
  filter: grayscale();
  transition: filter .3s;
  position: absolute;
  inset: 0%;
}

.mapa:hover {
  filter: none;
}

.link-line {
  background-image: linear-gradient(to bottom, #fff0 86%, var(--goldenrod) 96%);
}

.link-line:hover {
  color: var(--goldenrod);
}

.language-wrapper {
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.divider-lang {
  background-color: var(--goldenrod);
  width: 2px;
  height: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.lang-icon {
  color: var(--text-light);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8em;
  transition: text-shadow .2s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.lang-icon:hover {
  text-shadow: 1px 1px 30px #fff0bac4, 1px 0 9px #fff0bac4;
}

.lang-icon.w--current {
  color: var(--goldenrod);
  text-shadow: 0 0 12px #fff0bac4;
  font-weight: 400;
}

.spacer-15 {
  width: 15px;
  height: 15px;
}

.coach-heading {
  color: var(--white-smoke);
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: flex-end;
  font-family: apotek-comp, sans-serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: .69em;
  display: flex;
}

.coach-heading-outline {
  color: #0000;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: flex-end;
  font-family: apotek-comp, sans-serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: .69em;
}

.slider {
  border-left: 2px solid var(--white-smoke);
  flex: 1;
  width: 100%;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.bold-and-big {
  font-weight: 500;
}

.menu-wrap {
  border-bottom: 1px solid var(--lines);
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-size--medium {
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.phone-wrapper {
  z-index: 21;
  border: 2px solid var(--dark-slate-grey);
  opacity: 0;
  color: var(--text-light);
  text-align: center;
  background-color: #c6a44fe6;
  border-radius: 4px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(60px, 60px) 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: center;
  padding: 1px 14px;
  font-size: .8em;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.text-center, .color {
  text-align: center;
}

.absolute-color {
  z-index: -1;
  background-color: var(--white-smoke);
  position: absolute;
  inset: 0%;
}

.image-wrap-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.text-gold-copy {
  color: var(--goldenrod);
  font-size: min(6vw, 50px);
}

.paragraph {
  font-size: 1em;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.02em;
    font-size: 5em;
  }

  h5 {
    font-size: 2em;
  }

  .section-top {
    min-height: 110vh;
    padding-top: 160px;
  }

  .flex-space-between-top.wrap {
    flex-wrap: wrap-reverse;
  }

  .image-home {
    max-width: 85%;
    bottom: 0%;
  }

  .h1-home {
    font-size: 20vw;
    line-height: .8;
  }

  .section-center {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .right-card {
    width: 100%;
  }

  .left-card {
    width: 60%;
  }

  .lines-left {
    top: -10px;
    left: -10px;
  }

  .number {
    font-size: 15vw;
  }

  .image-section {
    max-width: 70%;
  }

  .reket {
    width: 100%;
  }

  .main-con-st {
    width: 100%;
    padding-top: 10px;
  }

  .reket-penal-up {
    width: 79%;
  }

  .reket-krug {
    width: 79%;
    padding-bottom: 79%;
  }

  .tablet-vertical, .tablet-mobile-vertical {
    flex-direction: column;
    display: flex;
  }

  .vojvoda-logo {
    opacity: 1;
    width: 110px;
    height: 120px;
    margin-top: 20px;
    inset: auto 40px auto auto;
  }

  .lottie-menu {
    cursor: pointer;
    flex: none;
    height: 44px;
    margin-right: calc(100% - 44px);
    display: block;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 0;
  }

  .nav-link {
    justify-content: flex-start;
    width: 160px;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-right: 60px;
    font-size: 1em;
  }

  .nav-link-home {
    z-index: 2;
    justify-content: flex-start;
    width: 140px;
    padding-left: 0;
    padding-right: 0;
    inset: 0% 3% 0% auto;
  }

  .nav-wrapper-all {
    background-color: #0000;
  }

  .top-menu-color {
    z-index: 1;
    border-bottom: 1px solid #d7e4ec1f;
    justify-content: flex-end;
    width: 100%;
    height: 80px;
  }

  .hamburger {
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    width: 90px;
    padding-left: 5%;
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .social-link {
    width: 90px;
    height: 100%;
    font-size: 1em;
  }

  .nav-link-wrapper {
    z-index: -1;
    transform-origin: 50% 0;
    background-color: #000c;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 100px 25vw 20px 45px;
    position: absolute;
    inset: 0% 0% auto;
    transform: scale3d(1, 0, 1);
  }

  .logo-spacer {
    display: none;
  }

  .footer {
    margin-top: 0;
  }

  .span-outline-white.up {
    position: relative;
    right: -20vh;
  }

  .span-outline-white.down {
    position: relative;
    left: -20vh;
  }

  .left-card-second {
    width: 60%;
  }

  .vojvoda-logo-mobile {
    z-index: 10;
    width: 122px;
    height: 105px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .section-video {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .spacer-40vh {
    height: 30vh;
  }

  ._40-perc {
    width: 100%;
  }

  .heading {
    font-size: min(11vw, 80px);
  }

  .spacer-25vh {
    height: 10vh;
  }

  .map-wrapper {
    border-width: 6px;
  }

  .manji {
    font-size: 12vw;
  }

  .language-wrapper {
    z-index: 2;
    justify-content: flex-end;
    height: 80px;
    left: 60px;
  }

  .lang-icon {
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lang-icon.w--current {
    color: var(--goldenrod);
  }

  .coach-heading, .coach-heading-outline {
    font-size: 15vw;
  }

  .manji-en {
    font-size: 12vw;
  }

  .slider {
    border-top: 2px solid var(--white-smoke);
    border-left-style: none;
  }

  .slide {
    height: 100%;
  }

  .menu-wrap {
    z-index: -1;
    background-color: #000c;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: 35px;
    padding-right: 25vw;
    position: absolute;
    inset: 0% 0% auto;
  }

  .icon-size--medium {
    width: 22px;
    height: 22px;
  }

  .phone-wrapper {
    font-size: .7em;
  }

  .text-gold-copy {
    font-size: min(11vw, 50px);
  }
}

@media screen and (max-width: 767px) {
  .absolute-left-down {
    padding-bottom: 80px;
  }

  .reket-all {
    width: 100%;
    min-width: auto;
  }

  .vojvoda-logo {
    display: none;
  }

  .lottie-menu {
    height: 36px;
    top: 10px;
  }

  .nav-link {
    width: 120px;
  }

  .nav-wrapper-all, .top-menu-color {
    height: 55px;
  }

  .social-link {
    width: 90px;
  }

  .nav-link-wrapper {
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .footer {
    min-height: 190px;
  }

  .section-video {
    padding-bottom: 2em;
  }

  .language-wrapper {
    height: 55px;
  }

  .menu-wrap {
    padding-left: 10px;
    padding-right: 20px;
  }

  .phone-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.6em;
  }

  h5 {
    font-size: 1.9em;
  }

  p {
    font-size: .95em;
  }

  .section-top {
    padding-top: 80px;
  }

  .main-con, .stripe-wrap {
    padding-left: 4px;
    padding-right: 4px;
  }

  .image-home {
    bottom: -10%;
  }

  .transition-mask-load {
    padding-left: 4px;
    padding-right: 4px;
  }

  .h1-home {
    font-size: 24vw;
  }

  .left-card {
    width: 80%;
  }

  .lines-left {
    min-width: 90px;
  }

  .padding-all-side {
    padding: .7em 1em;
  }

  .number {
    font-size: 16vw;
  }

  .paralax-text {
    padding-top: 0;
  }

  .image-section {
    max-width: 90%;
  }

  .crtice-wrapper, .crtice-wrapper-desno {
    min-width: 20px;
  }

  .section-center-sticky {
    padding-top: 60px;
  }

  .main-con-st {
    padding-top: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .reket-all {
    width: 90%;
  }

  .reket-naslov {
    font-size: .8em;
  }

  .absolute-for-sticky {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1em;
  }

  .mobile-vertical {
    flex-direction: column;
    display: flex;
  }

  .tablet-mobile-vertical {
    flex-direction: column;
  }

  .vojvoda-logo {
    width: 100px;
    margin-bottom: 1.6em;
    display: block;
    inset: auto 4% 13px auto;
  }

  .lottie-menu {
    height: 32px;
    margin-right: calc(100% - 56px);
    left: 20px;
  }

  .nav-link-home {
    width: 120px;
    margin-right: 15px;
  }

  .hamburger {
    justify-content: flex-start;
    width: 70px;
    padding-left: 20px;
  }

  .instagram-icon {
    width: 26px;
    height: 26px;
  }

  .social-link {
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-wrapper {
    justify-content: flex-start;
    width: 100%;
    padding-top: 70px;
    padding-left: 0;
  }

  .footer-image {
    width: 83%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .spacer-50 {
    height: 30px;
  }

  .left-card-second {
    width: 80%;
  }

  .vojvoda-logo-mobile {
    width: 120px;
    display: block;
  }

  .heading {
    font-size: min(12vw, 80px);
  }

  .map-wrapper {
    border-width: 4px;
    width: 100%;
    padding-top: 70%;
  }

  .manji {
    font-size: 12vw;
  }

  .language-wrapper {
    left: 72px;
  }

  .lang-icon {
    width: 50px;
  }

  .coach-heading, .coach-heading-outline {
    font-size: 16vw;
  }

  .manji-en {
    font-size: 10.6vw;
  }

  .menu-wrap {
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .icon-size--medium {
    width: 20px;
    height: 20px;
  }

  .phone-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph {
    font-size: .9em;
  }
}


