/*  HIDE MOBILE HTML  */
.mobile-icon, .mobile-menu, #mobileOptions{display: none;}

html{scroll-behavior: smooth;}

body {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  font-family: 'Muli', sans-serif;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

.banner {
  display: block;
  margin: 0;
  width: 100%;
  height: 585px;
  color: #fff;
  box-sizing: border-box;
  background: linear-gradient(90deg, #1A91FF 0%, #9606DA 100%);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes delayFade {
  0% {opacity: 0;}
  67% {opacity: 0;}
  100% {opacity: 1;}
}


@keyframes loadIMG {
  0% {filter: blur(1px);  opacity: 0;}
  50% {opacity: 0;}
  100% {filter: blur(0); opacity: .08;}
}

#bannerIMG{position: absolute; top: 0; left: 0; width: 100%; min-width: 1000px; object-fit: cover; opacity: .08; filter: saturate(15%); animation: loadIMG 1s;}


.banner-background{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 500px;
}

#back-main{background: #2F3746; opacity: .92}

.banner-background img{
  position: relative;
  width: 100%;
  object-fit: cover;
  height: 100%;
  filter: saturate(15%);
}

@keyframes stickyNavA{
0%{height: 0; opacity: 0;}
100%{height: 62px; opacity: 1;}
}

@keyframes stickyNavB{
  0%{height: 0; opacity: 0;}
  100%{height: 62px; opacity: .92;}
  }

#desktopNav{
  position: absolute;
  height: 62px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 3;
  transition: .3s;
  animation: stickyNavA 0.5s;
}

.nav-logo{
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  max-width: 200px;
}

.nav-logo img{max-width: 100%; height: 32px; opacity: .97; transition: .2s;}
.nav-logo img:hover{transform: scale(1.02); filter: hue-rotate(30deg); cursor: pointer;}


.nav-container{
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

.nav-link, .nav-link-select{
  padding: 0 5px;
  margin: 0 5px;
  color: inherit;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 4px;
  transition: .2s;
  border-bottom: 3px solid transparent;
}

.nav-link-select{border-bottom: 3px solid #27FFF2;}

.nav-link:hover, .nav-link-select:hover{
  cursor: pointer;
  color: #fff;
  transform: translateY(-1px);
  border-bottom: 3px solid #4faaff;
}

.banner svg{
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

#svg-lg, #svg-md, #svg-sm{display: none;}

.circle{
    background: rgba(255,255,255,.1);
    height: 200px;
    width: 200px;
    border-radius: 200px;
    position: absolute;
    bottom: -125px;
    left: 75%;
}

.banner-container{
  width: 60%;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
  animation: fadeIn .85s;
}

.banner-left{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  max-width: 650px;
}

.banner-left-text{
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
}

.banner-left-text h1{font-size: 40px; font-weight: 700; margin: 0; text-shadow: 0 2px 3px rgba(0,0,0,.25);}
.banner-left-text p{font-size: 20px; font-weight: 300; margin: 10px 0 35px; line-height: 30px; text-shadow: 0 1px 2px rgba(0,0,0,.08);}

@keyframes spinner{
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.vector-right{
  width: 425px;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.vector-right img{
  width: 515px;
  filter: saturate(115%);
  animation: delayFade 1.5s;
  
}

.cta-button{
  width: 215px;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(186.92deg, #FF1CBF -2.72%, rgba(255, 28, 150, 0.78) 94.59%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  transition: .12s;
}

.cta-button:hover{
  width: 220px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  filter: hue-rotate(10deg);
  cursor: pointer;
}

.space-content{display: block; position: relative; background: linear-gradient(90deg, #2697FF 0%, #FF26E9 100%); height: 3px; width: 100%; margin: 0; padding-top: 73px; box-shadow: 0 1px 2px rgba(0,0,0,.05);}
.space-middle{position: absolute; top: 0; left: 0; height: 70px; width: 100%; background: #fff;}

.header-space{
  color: #2F3746;
  text-align: center;
  padding-top: 35px;
  margin: 0 auto 50px;
  font-weight: 700;
  font-size: 32px;
  text-shadow: 0 1px 2px rgba(0,0,0,.08);
}

#howItWorks{margin: 0 auto 55px; padding-top: 105px;}
#cBlock{margin: 35px auto 0;}

.i-block{position: absolute; left: 0; top: 0; width: 80px; height: 100%;}
.i-background{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #2697FF; width: 42px; height: 42px; border-radius: 38px; box-shadow: 0 1px 2px rgba(0,0,0,.05);}
.i-num{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-weight: 700;}
.i-filler{width: 40px; height: 100%;}
#buttonRow{position: relative;}
.schedule{position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 125px; border-radius: 100px; padding: 10px 0; text-align: center; font-weight: 700; color: #fff; background: #F972EB; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); transition: .12s; font-size: 17px;}
.schedule:hover{cursor: pointer; width: 132px; background: #FF62EF; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);}

.feature-img{width: 400px; margin: 0 auto; transition: .2s;}
.feature-img:hover{opacity: .85}
#v2M{display: none;}
#imgOp{width: 350px;}

.contact-container{
  display: block;
  width: 850px;
  margin: 0 auto;
  padding: 50px 0 100px;
}

.c-button{
  margin-top: 35px;
  width: 165px;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  font-size: 22.5px;
  color: #fff;
  background: #2D6CB6;
  opacity: .88;
  padding: 12px 0;
  box-shadow: 0 3px 3px rgba(0,0,0,.08);
  border: none;
  transition: .12s;
}

.c-button:hover{
  width: 170px;
  cursor: pointer;
  opacity: 1;
  box-shadow: 0 2px 3px rgba(0,0,0,.12);
}

#nb{display: none; background: #2bc862; opacity: 1;}
#nb:hover{cursor: not-allowed; transform: scale(1); width: 165px; box-shadow: 0 2px 3px rgba(0,0,0,.08);}



/* ALL ICONS */
.center-A{width: 250px;}
.center-B{display: block; width: 450px; margin: 75px auto 0;}
.tri-A, .tri-B, .tri-C{width: 135px; margin-bottom: 25px;}
.tri-A{filter: saturate(5%);}
.tri-B{opacity: .5;}
.tri-C{opacity: .8;}


/* CUSTOM BOOTSTRAP */

#twoBlocks{width: 80%; margin: 0 auto; border-bottom: 1px solid #e5e5e5; padding: 50px 0 100px;}
#BL1{background: #3b438b;}
.row g-4 py-5 row-cols-1 row-cols-lg-3 .feature col h2{text-align: center;}

#featured-3{width: 1200px; color: #2F3746; text-align: center;}
#featured-3 .holder{width: 90%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
#featured-3 h2{width: 90%; font-size: 22.5px; font-weight: 700; text-align: left; margin-bottom: 15px;}
#featured-3 p{width: 90%; font-size: 17px; font-weight: 300; line-height: 29px; text-align: left;}
#featured-3 li{width: 90%; font-size: 17px; font-weight: 300; line-height: 29px; text-align: left;}
#faqA, #faqB, #faqC, #faqD{display: block; width: 80%; text-align: left; margin: 25px auto;}

.form-label{font-weight: 600; font-size: 18px;}
.form-control{background: #fafafa; box-shadow: 0 1px 2px rgba(0,0,0,.05); padding: 12px 10px 12px 20px;}
.mb-3, col-md-6{margin-top: 15px;}
#lOp{font-weight: 300; font-size: 15.5px;}


/*  CLICKBANK */
.legal{color: #667194; font-weight: 300; margin: 65px auto 0; padding: 25px 0 50px; border-top: 1px solid #d8d8d8; width: 1000px; }


@media (max-width: 1936px) {#svg-lg{display: block;}}
@media (max-width: 1400px) {

  .vector-right{width: 415px;}
  #fOp{width: 130px; position: relative;}#lOp{position: absolute; top: 2px; right: 3px; height: 100%; margin: 0; padding: 0;}
}

@media (max-width: 1200px) {

  #svg-lg{display: none;}
  #svg-md{display: block;}
  #featured-3{width: 100%;}
  .custom-divider{display: none;}
  .vector-right{width: 400px; right: 1%;}
  .vector-right img{width: 485px;}
  .legal{width: 90%;}
}

@media (max-width: 975px) {

  .banner svg{display: none;}
  .banner-container{width: 100%;}
  .banner-left{width: 100%; position: relative; max-width: none;}
  .banner-left-text{top: 52%; width: 500px;}
  .vector-right{display: none;}
  .nav-container, .menu-button{display: none;}
  .contact-container{width: 80%;}

  #twoBlocks{width: 85%;}
  #v2M{display: block;}#v2D{display: none;}
  #featured-3 .holder{position: relative;}
  
#featured-3 h2{width: 100%; line-height: 1.8em;}
#featured-3 p{width: 100%;}
#featured-3 li{width: 100%;}
}

@media (max-width: 850px) {#svg-md{display: none;} #svg-sm{display: block;} .circle{left: 65%;} #twoBlocks{width: 90%;} #faqA, #faqB, #faqC, #faqD{width: 90%;}}
@media (max-width: 750px) {#blueCol{margin-bottom: 25px;}}
@media (max-width: 650px) {

  .banner-left-text{width: 80%;}
  .contact-container{width: 85%;}
  .feature-img{width: 75%;}
  #imgOp{width: 70%;}
  .center-B{width: 80%;}
}

@media (max-width: 550px) {

  .banner-left-text h1{font-size: 36px;}
  .banner-left-text p{font-size: 17px;}
  .header-space{padding-top: 35px;}
  #faqA{margin-top: -10px;}
  #faqD{margin-bottom: -73px;} 
  .i-block{width: 60px;}
  .i-background{width: 38px; height: 38px;}
  .i-filler{width: 25px;}
  #featured-3 h2{width: 100%; font-size: 20px;}
  #featured-3 p{width: 100%; font-size: 15.5px;}
}
