body {
  margin: 0;
  padding: 0;
  font-family: 'Sk-Modernist';
  background-color: #FFFCF8;
}


h1 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 400px;
  width: 100%;
  height: 50px;
}

h2 {
  font-family: 'Cosmetic';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  text-transform: uppercase;
  color: #014038;
}

h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #004B45;


}

span {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #014038;
}

p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #014038;
}

.loading {
  width: 100%;
  height: 100vh;
  background-color: #004B45;
  position: fixed;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}


.circle-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  mix-blend-mode: multiply;
  background: #004B45 center no-repeat;
  border-radius: 0 0 2000px 2000px;
}

.leaf {
  width: 100%;
  height: 100vh;
  mix-blend-mode: multiply;
  border-radius: 0 0 2000px 2000px;
  position: absolute;
}

.leaf-footer {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
}

.video-container {
  position: relative;
  width: 540px;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* background-color: red; */
  margin: 0 auto;
}

.video-container video {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  border: 2px solid #043E39;
  border-radius: 0 0 2000px 2000px;
}

.video-container .arrow {
  position: absolute;
  bottom: -60px;
}

.content,
.logo {
  position: relative;
  z-index: 2;
}

.content {
  margin-top: 100px;
  font-family: 'Sk-Modernist';
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F9F0E1;
}


#about {
  margin: 180px auto;
  max-width: 1080px;
  padding: 0 80px;
  text-align: center;
}

#brands {
  position: relative;
  width: 100%;
  /* height: 840px; */
  background: #F5EBDB;
  border: 2px solid #014038;
  border-width: 2px 0 2px;
  text-align: center;
  padding: 80px 0 140px;

}

.grid {
  position: absolute;
  right: 200px;
  top: -63px;
}

.swiper {
  margin-top: 60px;
  width: 100%;
  /* height: 100%; */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #014038;
  border-radius: 40px;
  width: 44px !important;
  height: 44px !important;
  border: 2px solid #014038;
  background-color: #F5EBDB;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #014038;
  font-size: 18px !important;
}

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

.swiper-slide .brand-image {
  position: relative;
}

.swiper-slide .brand-image img {
  width: 100%;
  width: 363px;
  height: 515px;
  object-fit: cover;
  border: 2px solid #014038;
  border-radius: 300px 300px 0px 0px;
}

.swiper-slide .brand-image video {
  width: 100%;
  width: 363px;
  height: 515px;
  object-fit: cover;
  border: 2px solid #014038;
  border-radius: 300px 300px 0px 0px;
}


.swiper-slide .brand-image:before {
  content: "";
  position: absolute;
  position: absolute;
  width: 358px;
  height: 512px;
  left: 25px;
  top: 25px;
  border-radius: 300px 300px 0px 0px;
  border: 2px solid #014038;
  z-index: -1;
}

.swiper-slide .brand-logo {
  margin-top: 60px;
  /* height: 32px; */

}

#video {
  width: 100%;
  /* height: 840px; */
  /* background: red; */
  border-bottom: 2px solid #014038;
}

#video video {
  width: 100%;
  display: block;
}


footer {
  min-height: 900px;
  display: flex;
}

footer p {
  text-transform: uppercase;
  max-width: 250px;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.06em;
}

footer .left {
  position: relative;
  width: 50%;
  background-color: #004B45;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer .left p {
  margin: 80px 0 40px;
  color: #F9F0E1;
}

footer .left .copyright {
  position: absolute;
  margin: 0 auto;
  bottom: 30px;
  color: #E2A673;
  font-weight: 400;
  font-size: 9px;
  line-height: 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;


}

footer .right {
  position: relative;
  width: 50%;
  background: #F5EBDB;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

footer .right video {
  /* width: 500px; */
  height: 800px;
  border: 2px solid #004B45;
  border-radius: 2000px 2000px 0 0;
}


.schedule-mobile {
  display: none;
}


footer .right .close {
  display: none;
}

footer .right .close {
}

.mobile-contact {
  display: none;

}

#audio-control {
  position: absolute;
  height: 72px;
  width: 72px;
  background-color: #004B45;
  border-radius: 200px;
  bottom: 40px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

#audio-control img {
  width: 32px;
}

#audio-control {
  background-image: url(img/volume-on.svg);
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
}

#audio-control.unmute {
  background-image: url(img/volume-off.svg);
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
}




.button {
  border: 2px solid #F5EBDB;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #F9F0E1;
  text-decoration: none;
  border-radius: 200px;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  margin: 10px 0;
}

.button img {
  margin-right: 5px;
}

.button.-solid {
  background-color: #F5EBDB;
  color: #014038;
}





nav {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) !important;
  z-index: 9;
  background-color: #F5EBDB;
  border: 2px solid #014038;
  padding: 8px 10px;
  width: 360px;
  border-radius: 40px;
}

nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

nav ul li {
  list-style: none;
}

nav ul li a {
  padding: 0 14px;
  font-weight: 700;
  font-size: 11px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #004B45;
  text-decoration: none;
  display: flex;
  align-items: center;
}

nav ul li a span, nav ul li div span {
  font-weight: 700;
  font-size: 11px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #004B45;
  text-decoration: none;
}

nav .whats {
  width: 16px;
  margin-right: 4px;
}


@media only screen and (max-width: 1440px) {
  .swiper-slide .brand-image img {
    width: 288px;
    height: 482px;
  }

  .swiper-slide .brand-image:before {
    width: 288px;
    height: 482px;
  }

  .swiper-slide .brand-image video {
    width: 288px;
    height: 482px;
  }
}



@media only screen and (max-width: 768px) {




  nav {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index: 9;
    background-color: #F5EBDB;
    border: 2px solid #014038;
    padding: 8px 10px;
    max-width: calc(100% - 20px);
    border-radius: 40px;
  }

  .schedule-mobile {
    display: flex;
  }
  
  .schedule-desktop {
    display: none;
  }
  


  .content,
  .logo {
    width: 90vw;
  }

  h5 {
    font-size: 11px;
    text-align: left;
  }

  h2 {
    font-size: 24px;
    line-height: 160%;
    text-align: left;
  }

  p {
    text-align: left;
  }

  .circle-wrap {
    border-radius: 0;
    height: auto;
  }

  .video-container {
    width: calc(100vw - 60px);
    height: auto;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0;
  }

  .leaf {
    height: 100%;
    border-radius: 0;
  }

  .video-container video {
    position: relative;
    border-radius: 2000px 2000px 0 0;
    top: 220px;
  }


  .video-container .logo {
    position: absolute;
    top: 40px;
  }

  .video-container .content {
    position: absolute;
    top: 90px;
  }

  .content {
    margin-top: 40px;
    font-weight: 700;
    font-size: 13px;
    line-height: 26px;
  }

  .video-container .arrow {
    position: absolute;
    bottom: 140px;
    display: none;
  }


  #about {
    margin: 320px auto 140px;
    max-width: 1080px;
    padding: 0 30px;
    text-align: center;
  }

  #about span {
    text-align: left;
    display: block;
  }

  #brands {
    padding: 80px 0;
  }

  #brands h5 {
    text-align: center;
  }

  .grid {
    right: 40px;
  }

  #video {
    background-color: #004B45;
    border: none;
    width: auto;
    padding: 60px 30px 0;
  }

  #video .wrapper {
    width: calc(100vw - 60px);

    border-radius: 60% 40%;
    overflow: hidden;
    height: 260px;
  }

  #video video {
    height: 100%;
    width: auto;
    left: 50%;
    position: relative;
    transform: translateX(-50%);

  }

  footer {
    min-height: inherit;
    flex-direction: column;
  }

  footer .circle-logo {
    display: none;
  }

  footer .left,
  footer .right {
    width: 100%;
  }

  footer .left {
    padding: 20px 0 200px;
  }

  footer .left p {
    margin: 20px 0 40px;
  }

  footer .left .copyright {
    bottom: 120px;
  }

  footer .right {
    position: fixed;
    height: 100vh;
    top: 0;
    z-index: 999;
    transition: all 450ms;

  }

  footer .right.-hide {
    opacity: 0;
    transform: translateY(60px);
    pointer-events: none;
    transition: all 450ms;
  }

  footer .right video {
    height: 100vh;
    border: none;
    border-radius: 0;
  }

  footer #audio-control {
    display: none;
  }

  footer .right .close {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 9;
  }

  .mobile-contact {
    width: 100%;
    height: 260px;
    bottom: 0;
    display: block;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 20px;
  }

  .mobile-contact .mask {
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(249, 240, 225, 0) 0%, rgba(249, 240, 225, 0.9) 80.04%);
    position: absolute;
  }

  .mobile-contact h5, .mobile-contact .button {
    z-index: 9;
  }

  .mobile-contact .button {
    color: #F5EBDB;
    background-color: #004B45;
    padding: 15px 20px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .leaf-footer {
    bottom: 0;
  }
}