@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
 /* font-family: "Krona One", sans-serif; */
* {margin: 0;padding: 0;box-sizing: border-box;}
body,html,form,ul,li,p,h1,h2,h3,h4,h5,h6 {margin: 0;padding: 0;border: 0;}
body{    font-family: "Lato", sans-serif !important; background-color:#010101;}
ul,li {list-style: none;}
a,a:hover,a:focus {border: 0;outline: none;text-decoration: none;}
a:focus,input:focus {outline: none;}
.flex_center {display: flex;align-items: center;justify-content: center;}
.banner_section {
    background-image: url(../images/banner-bg.webp);
}
.header_section{
    padding: 26px 0;
}
 .program_promise, .meet_your_mentor{
    padding: 90px 0;
}
.legacy_program{
    padding: 40px 0 90px 0;
}
.legacy_program_inner{
    width:70%;
    margin:0 auto;
}
.legacy_program_text h1{
    font-family: "Krona One", sans-serif;
    font-size:56px;
    line-height: 77px;
    	background: linear-gradient(to right, #51E2FB 0%, #4EFF63 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.legacy_program_text p{
    color:#ffffff;
    font-size:20px;
    line-height: 28px;
    margin-top:17px;
    text-align: center;
}
.legacy_program_text p span{
    display:block;
}
.video_section{
    margin:45px 0;
}
.video_section_inner{
    width: 80%;
    margin:0 auto;
}
.free_today_block h2{
     text-decoration: line-through;
     color:#8F8F8F;
     font-size:33px;
     line-height: 41px;
     font-family: "Krona One", sans-serif;
}
.free_today_block h3{
      color:#FF4B4B;
     font-size:33px;
     line-height: 41px;
     font-family: "Krona One", sans-serif;
}
.countdown_timer_block{
    margin:30px 0;
}
#hours, #minutes, #seconds{
    font-size:56px;
    color:#FFD738;
    font-weight: bold;
}
.colon{
        color: #85FF38;
    font-size: 56px;
    font-weight: bold;
    margin: 0 5px;
    position: relative;
    top: -3px;
}
.cape_button_holder{
    padding: 16px 32px;
    background-color:#CBE82D;
    color:#000000;
    font-size:18px;
    font-weight: bold;
    border-radius: 8px;
}
.cape_button_holder i{
    margin-left:8px;
    transform: rotate(45deg);
}
.who_this_is_for_inner h5{
    color:#ffffff;
    font-size:20px;
    font-family: "Krona One", sans-serif;
}
.who_this_is_for_inner h2{
      color:#ffffff;
    font-size:48px;
    font-family: "Krona One", sans-serif;
    line-height: 56px;
    width:65%;
    margin:0 auto;
    padding: 18px 0;
}
.who_this_is_for_inner h2 span{
    background: linear-gradient(to right, #51E2FB 0%, #4EFF63 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.who_this_is_for_inner p{
    color:#ffffff;
    font-size:20px;
    line-height: 28px;
}
.who_this_is_for_block{
    margin-top:35px;
    border:3px solid #ffffff;
    border-radius: 10px;
    padding: 25px;
}
.who_this_is_for_block p{
    color:#ffffff;
    font-size:18px;
    line-height: 26px;
    font-family: "Krona One", sans-serif;
    text-align: center;
    height:75px;
}
.cape_button_holder_block{
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top:60px;
}
.free_image{
    position: absolute;
    right: 12px;
    top: -13px;
}
.program_promise_inner h5{
    color:#ffffff;
    font-family: "Krona One", sans-serif;
    font-size:20px;
    line-height: 28px;
}
.program_promise_inner h2{
padding-top:16px;
color:#ffffff;
font-size: 48px;
line-height: 56px;
width: 50%;
margin:0 auto;
}
.program_promise_block{
    margin-top:45px;
}
.program_promise_block h5{
    color:#ffffff;
    font-size:18px;
    font-family: "Krona One", sans-serif;
    margin-top:20px;
}
.program_promise_block p{
    color:#ffffff;
    font-size: 16px;
    margin-top:15px;
    line-height: 24px;
}
.program_promise_block p span{
    display:block;
}
.what_you_learn_text h2{
    color:#ffffff;
    font-size:48px;
    line-height:64px;
    font-family: "Krona One", sans-serif;
}
.span_one{
    display:block;
}
.span_two{
  background: linear-gradient(to right, #51E2FB 0%, #4EFF63 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.what_you_learn_text h5{
    margin-top:25px;
    color:#ffffff;
    font-size:24px;
    font-family: "Krona One", sans-serif;
    line-height: 32px;
    margin-bottom: 20px;
}
.wyl_block {
  margin-top: 30px;
  padding: 50px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}

.wyl_block::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 3px;
  background: linear-gradient(to left, #51E2FB, #4EFF63);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
.wyl_block h2{
     color:#ffffff;
    font-size:18px;
    font-family: "Krona One", sans-serif;
    line-height: 26px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 13px;
    height:60px;
}
.wyl_block p{
    margin-top:20px;
    color:#ffffff;
    font-size:16px;
    line-height: 24px;
    height:80px;
}
.meet_your_mentor_inner h2{
    color:#ffffff;
    font-size:48px;
    font-family: "Krona One", sans-serif;
    line-height: 56px;
    text-align: center;
}
.meet_your_mentor_inner h2 span{
    background: linear-gradient(to right, #51E2FB 0%, #4EFF63 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.meet_your_mentor_left, .meet_your_mentor_right{
    margin-top:40px;
}

.meet_your_mentor_right h5{
    font-size:28px;
    line-height: 36px;
    color:#ffffff;
     font-family: "Krona One", sans-serif;
}
.meet_your_mentor_right p{
    color:#ffffff;
    font-size:18px;
    line-height: 26px;
    margin-top:24px;
}
.journey_today_block{
    margin-top:36px;
}
.what_they_say_inner h2{
    text-align: center;
    font-size:48px;
    line-height: 56px;
    color:#ffffff;
    font-family: "Krona One", sans-serif;
    margin-bottom:20px;
}
.what_they_say_inner h2 span{
    display:block;
      background: linear-gradient(to right, #5CFFD9 0%, #F8E60C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.what_they_say_block{
    margin-top:30px;
    background-color:#ffffff;
    padding: 55px 36px;
}
.wtsb{
    display: grid;
    grid-template-columns: 62px 1fr;
    grid-gap:18px;
}
.wtsb_right h5{
    color:#1A1A1A;
    font-size:24px;
    font-weight: bold;
}
.wtsb_right p{
    color:#1A1A1A;
    font-size:16px;
    margin-top:4px;
}
.wtsb_text p{
    margin-top:40px;
    color:#1A1A1A;
    font-size:22px;
    line-height: 30px;
    height:130px;
}
.what_they_say_bottom{
    padding: 50px 0 90px 0;
}
.what_they_say_bottom p{
    color:#ffffff;
    font-size:28px;
    font-weight: 700;
}
.footer_block{
    background-color:#E6E6E6;
    padding: 65px 0;
}
.footer_block_inner p{
    margin-top:22px;
    color:#000000;
    font-size:16px;
    line-height: 24px;
}
@media only screen and (min-width:1400px) {
    
}

@media only screen and (max-width:1399px) {
   
}

@media only screen and (max-width:1199px) {
   .legacy_program_inner{
    width: 100%;
   }
   .who_this_is_for_inner h2{
    width:83%;
   }
   .who_this_is_for_block p{
    height:106px;
   }
   .program_promise_inner h2{
    width:60%;
   }
   .wtsb_text p{
    height:165px;
   }
   .wtsb_right p{
    height:50px;
   }
   .meet_your_mentor_left{
    text-align: center;
   }
}

@media only screen and (max-width:991px) {
  .legacy_program_text h1{
        font-size: 49px;
    line-height: 61px;
  }
  .who_this_is_for_inner h2 {
        width: 100%;
    }
.program_promise_inner h2 {
        width: 100%;
    }
        .wtsb_text p {
        height: 247px;
    }
    .wtsb_right p{
        height:68px;
    }
}

@media only screen and (max-width:767px) {
     .legacy_program_text h1 {
        font-size: 37px;
        line-height: 46px;
    }
    .legacy_program_text p span{
        display:unset;
    }
    .who_this_is_for_inner h2{
            font-size: 37px;
            line-height: 49px;
    }
     .who_this_is_for_block p{
        height:unset;
    } 
     
    .program_promise_inner h2{
            font-size: 44px;
            line-height: 52px;
    }
    .what_you_learn_text h2{
        font-size: 38px;
    line-height: 50px;
    }
    .meet_your_mentor_inner h2{
            font-size: 41px;
                line-height: 50px;
    }
    .what_they_say_inner h2{
            font-size: 42px;
    line-height: 50px;
    }
    .wtsb_right p {
        height: unset;
    }
        .wtsb_text p {
        height: unset;
    }
}

@media only screen and (max-width:575px) {

}