@font-face {
  font-family: Brandon;
  src: url(fonts/Brandon_bld.otf);
}

div {
  font-family: myFirstFont;
}

h1,
h2,
h3,
h4,
h5,
span {
  font-family: 'Brandon' !important;
}

.slides {
  inset: 0 !important;
}

.slide {
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  background-color: rgb(0, 0, 0);
}

section {
  height: 100%;
}

.homeBackground {
  background: #b88c70;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home1 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0% !important;
  max-width: 80% !important;
}

.home2 {
  width: 35%;
  max-width: 300px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  margin-bottom: 10% !important;
}

.borderContainer {
  position: absolute;
  left: 3%;
  top: 3%;
  right: 3%;
  bottom: 3%;
}


.border {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}

.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  z-index: 99999;
}

.video {
  width: 100%;
  height: 100%;
}

.questionLogo {
  position: absolute;
  z-index: 0;
  width: 60%;
  top: 0;
  left: 0;
  margin-top: 8% !important;
  margin-left: 8% !important;
}

.beautyLogo {
  position: absolute;
  z-index: 0;
  width: 60%;
  bottom: 10%;
  right: 8%;
  margin-top: 8% !important;
  margin-left: 8% !important;
}

.buttonsImage {
  position: absolute;
  margin: auto !important;
  z-index: 0;
  width: 60%;
  bottom: 1%;
  right: 0;
  left: 0;
}


.slideBackground {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.45) 1px 1px 40px 0px inset;
}

.backgroundEffect {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}

.frameContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

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

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

}



.slide2 {
  background-color: #FFBE0B;
}

.slide3 {
  background-color: #FB5607;
}

.slide4 {
  background-color: #FF006E;
}

.slide5 {
  background-color: #8338EC;
}

.slide6 {
  background-color: #3c936a;
}

.slide7 {
  background-color: #EC0868;
}

.slide8 {
  background-color: #8F2D56;
}

.slide9 {
  background-color: #FFBC42;
}

.slide10 {
  background-color: #006BA6;
}

.slide11 {
  background-color: #14213d;
}

.slide1 {
  background-color: #8F2D56;
}

.questionContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 70%;
  height: fit-content;
  background: black;
  bottom: 0;
  margin: auto;
  padding: 4% 8%;
  border-radius: 0px 20px 20px 0px;

  h1 {
    position: relative;
    font-size: 8.5vw !important;
    padding: 1% 0;
    text-align: left;
    line-height: 1.35em;
    color: transparent !important;
    background: black;
    left: 0 !important;
    text-transform: none !important;
    font-weight: normal !important;
    background-image: linear-gradient(to right,
        #a06000 0,
        #d49332 22%,
        #d89b3f 45%,
        #d89b3f 50%,
        #d89b3f 55%,
        #d49332 78%,
        #a06000 100%);

    -webkit-background-clip: text;
    background-clip: text;

  }

}

.titleContainer {
  display: flex;
  width: 100%;
  position: absolute;
  top: 10%;
  justify-content: center;

  h1 {
    font-size: 8vw !important;
    max-width: 95%;
    text-align: center;
  }

}

.productContainer {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  max-height: 40%;
  top: 30%;
  left: 10%;
}

.productFeatures {
  position: absolute;
  height: 40vh;
  top: auto !important;
  bottom: 30%;
  right: 0 !important;
  left: auto;
}


.productTitle1 h1 {
  color: #ECAA47 !important;
}

.productTitle2 h1 {
  color: #4269E3 !important;
}

.logoContainer {
  position: absolute;
  background: black;
  width: 100%;
  padding-top: 3%;
  top: 0;

  img {
    max-width: 40% !important;
    height: auto;
  }

}


.bottomLogoContainer {
  position: absolute;
  display: flex;
  background: black;
  width: 100%;
  bottom: 0;
  padding: 5% 0% 4% 9%;

  img {
    max-width: 20% !important;
    height: auto;
  }

}


.topTitle {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  width: 100%;
  height: 12vh;
  z-index: 1;
  background: #262626;

  h1 {
    position: absolute;
    color: white !important;
    font-size: 6vh !important;
    margin: auto;
    width: 100%;
    top: 3vh;
  }
}

.logo {
  width: 300px;
  height: auto;
}

.image {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  background-color: transparent;
}

.btn1 {
  position: absolute;
  width: 37%;
  height: 45%;
  left: 3%;
  bottom: 17%;
  background-color: transparent;
  border-color: transparent;
}

.btn1Img {
  position: absolute;
  width: 37%;
  height: 45%;
  left: 3%;
  bottom: 17%;
  background-color: transparent;
  border-color: transparent;
}

.btn2 {
  position: absolute;
  width: 35%;
  height: 45%;
  right: 29%;
  bottom: 20%;
  background-color: transparent;
  border-color: transparent;
}

.btn2Img {
  position: absolute;
  width: 35%;
  height: 45%;
  right: 29%;
  bottom: 20%;
  background-color: transparent;
  border-color: transparent;
}

.btn3 {
  position: absolute;
  width: 20%;
  height: 49%;
  right: 9%;
  bottom: 17%;
  background-color: transparent;
  border-color: transparent;
}

.btn3Img {
  position: absolute;
  width: 20%;
  height: 49%;
  right: 9%;
  bottom: 17%;
  background-color: transparent;
  border-color: transparent;
}

.btn4 {
  position: absolute;
  width: 18%;
  height: 6%;
  left: 11%;
  bottom: 0%;
  background-color: transparent;
  border-color: transparent;
}

.btn5 {
  position: absolute;
  width: 18%;
  height: 6%;
  left: 30.4%;
  bottom: 0%;
  background-color: transparent;
  border-color: transparent;
}

.btn6 {
  position: absolute;
  width: 18%;
  height: 6%;
  right: 32.1%;
  bottom: 0%;
  background-color: transparent;
  border-color: transparent;
}

.btn7 {
  position: absolute;
  width: 18%;
  height: 6%;
  right: 13.2%;
  bottom: 0%;
  background-color: transparent;
  border-color: transparent;
}

.backBtn {
  position: absolute;
  width: 7%;
  height: 7%;
  left: 2%;
  bottom: 2%;
  background-color: transparent;
  border-color: transparent;
}

.backBtnImg {
  position: absolute;
  width: 7%;
  height: 7%;
  left: 2%;
  bottom: 2%;
  background-color: transparent;
  border-color: transparent;
}

.btn-home {
  position: absolute;
  width: 10%;
  height: 4.5%;
  left: 2%;
  bottom: 2%;
  background-color: transparent;
  border-color: transparent;
}

.btn-back {
  position: absolute;
  width: 10%;
  height: 4.5%;
  left: 12.5%;
  bottom: 2%;
  background-color: transparent;
  border-color: transparent;
}

.btn-next {
  position: absolute;
  width: 10.5%;
  height: 4.5%;
  left: 23%;
  bottom: 2%;
  background-color: transparent;
  border-color: transparent;
}

.btn-objective {
  position: absolute;
  width: 27%;
  height: 6%;
  left: 2%;
  bottom: 16%;
  background-color: transparent;
  border-color: transparent;
}

.btn-biologic {
  position: absolute;
  width: 27%;
  height: 6%;
  left: 2%;
  bottom: 8.5%;
  background-color: transparent;
  border-color: transparent;
}

.btn-HMB {
  position: absolute;
  width: 19%;
  height: 5.5%;
  left: 2%;
  bottom: 9%;
  background-color: transparent;
  border-color: transparent;
}

.btn-results {
  position: absolute;
  width: 16%;
  height: 5.5%;
  left: 22%;
  bottom: 9%;
  background-color: transparent;
  border-color: transparent;
}



/* ANIMATIONS  */
.area {
  width: 100%;
  height: 100vh;
  opacity: 0.75;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}



@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}


/* WAVES */
.box {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  width: 100%;
  height: 16%;
  z-index: 1;
}

.box {
  h1 {
    position: absolute;
    font-size: 6vh !important;
    margin: auto;
    width: 100%;
    top: 4vh;
  }
}

.box:before {
  position: absolute;
  content: '';
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  transform: translate(-50%, -50%) scale(.7);
  filter: blur(0);
  opacity: 1;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
}

.box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.box:before,
.box-inner {
  background-color: black;

  background-image:
    url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='198'%3e%3cdefs%3e%3clinearGradient id='a' x1='50%25' x2='50%25' y1='-10.959%25' y2='100%25'%3e%3cstop stop-color='%23fcc900' stop-opacity='.25' offset='0%25'/%3e%3cstop stop-color='%23fcc900' offset='100%25'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath fill='url(%23a)' fill-rule='evenodd' d='M.005 121C311 121 409.898-.25 811 0c400 0 500 121 789 121v77H0s.005-48 .005-77z'/%3e%3c/svg%3e"),
    url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='198'%3e%3cdefs%3e%3clinearGradient id='a' x1='50%25' x2='50%25' y1='-10.959%25' y2='100%25'%3e%3cstop stop-color='%23fcc900' stop-opacity='.25' offset='0%25'/%3e%3cstop stop-color='%23fcc900' offset='100%25'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath fill='url(%23a)' fill-rule='evenodd' d='M.005 121C311 121 409.898-.25 811 0c400 0 500 121 789 121v77H0s.005-48 .005-77z'/%3e%3c/svg%3e"),
    url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='198'%3e%3cdefs%3e%3clinearGradient id='a' x1='50%25' x2='50%25' y1='-10.959%25' y2='100%25'%3e%3cstop stop-color='%23fcc900' stop-opacity='.25' offset='0%25'/%3e%3cstop stop-color='%23fcc900' offset='100%25'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath fill='url(%23a)' fill-rule='evenodd' d='M.005 121C311 121 409.898-.25 811 0c400 0 500 121 789 121v77H0s.005-48 .005-77z'/%3e%3c/svg%3e");
  background-repeat: repeat-x;
  background-size: 1600px 50%;
  background-position: 0 130%, -50px 130%, 500px 130%;
  animation: 20s waves linear infinite forwards;
}

@keyframes waves {
  to {
    background-position: 1600px 130%, 3150px 130%, 5300px 130%;
  }
}


/* FALLING GUMS */
.bearCanvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bearGum {
  display: none;
  object-fit: contain;
}