/* Root variables */
/* Colors */
:root {
    --primary_clr: #5F9916;
    --secondary_clr: #C5F08E;
    --bg_dark: #3A3939;
    --bg_light: #ECEFEE;
    --gray: #5F5D5D;
    --white: #fff;
  }
  
  /* Common Styles */
  *{
      box-sizing: border-box;
  }
  body {
    margin: 0px;
    font-family: 'Roboto', sans-serif !important;
    color: var(--bg_dark) !important;
    overflow-x: hidden;
  }
  main {
    width: 100%;
    overflow-x: hidden;
  }
  .hide-on-mobile, .hide-tab {
    display: block;
  }
  .text-right
  {
      text-align: right;
  }
  .float-right {
    float: right;
  }
  .hide-on-mobile {
    display: block;
  }
  .hide-on-desktop {
    display: none;
  }
  .highlight{
      color: var(--primary_clr);
  }
  .element{
    height: 4px;
    width: 50px !important;
    background: var(--primary_clr);
    margin-bottom: 20px;
  }
  .tagline{
    font-size: 25px;
    margin: 15px 0px;
  }
  
  /* Font */
  .h1font{
    font-size: 38px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
  }
  h2 {
    font-size: 35px !important;
    font-weight: 600 !important;
    margin-bottom: 1.3rem !important;
  }
  h3 {
    font-size: 20px !important;
  }
  p {
    margin-top: 0;
    margin-bottom: 1.5rem !important;
    font-size: 18px;
    line-height: 1.7 !important;
    color: var(--gray) !important;
  }
  
  /* Buttons */
  .btn-primary {
    border-radius: 50px !important;
    padding: 8px 30px !important;
    background: var(--primary_clr) !important;
    border: 2px solid var(--primary_clr) !important;
    margin-right: 10px;
    font-size: 25px !important;
    font-style: italic;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
  }
  .btn-secondary {
    border-radius: 50px !important;
    padding: 8px 30px !important;
    background: transparent !important;
    border: 2px solid var(--gray) !important;
    color:  var(--gray) !important;
  }
  .btn-primary:focus{
    box-shadow: 0 0 0 0.25rem #c5f08e !important;
  }

  /* Header */
  header {
    position: relative;
    width: 100%;
    background: url("../image/banner.png");
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .org{
    font-size: 35px;
    font-weight: 600;
    font-family: 'Saira', sans-serif;
    height: 100px;
    display: flex !important;
    flex-direction: column;
    top: 15px;
    position: relative;
  }
  .logo{
    width: 80px !important;
  }
  .logo img{
    width: 70px;
    height: 70px;
  }
  .org-name
  {
    padding-top: 10px;
  }
  .banner-content{
    padding:0.3rem 0px .2rem;
    margin-bottom: 12px !important;
  }
  .banner-left{
    padding: 2rem 0px;
  }
  .banner-sub{
    font-size: 20px;
    margin: 0 !important;
  }
  .banner-right{
    align-items: center !important;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
  }
  .banner-video{
      width: 75%;
  }
  .banner-time{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
  }
  .banner-time span:nth-child(1){
    color: #6c6d6e;
  }
  .banner-time span:nth-child(2){
    color: #cf4040;
    display: block;
  }

  .list-type1{
    list-style: none;
    line-height: 3;
    position: relative;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
  }
  .list-type1 li:before {
        content: '';
        width: 40px;
        height: 40px;
        position: absolute;
        left: -15px;
        background: url(../image/sprite-img.png);
  }
  .list-type1 li:nth-child(1)::before
  {
    background-position: -40px -24px;
  }
  .list-type1 li:nth-child(2)::before
  {
    background-position: -40px -83px;
  }

  /* Thank you section */
  .thank-section
  {
    text-align: center;
  }
  .tick{
    width: 150px;
    margin: 100px auto 30px;
  }
  /* Intro section */
  .intro-section{
      background: var(--bg_light);
      padding: 70px 0px;
  }

  /* Achieve section */
  .achieve-section{
    padding: 80px 0px;
  }
  .benefit-img{
      width: 100%;
  }
  .benefit-list{
    list-style: none;
    line-height: 3;
    margin: 10px 0px 40px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 50px;
  }
  .benefit-list li{
    position: relative;
    margin-bottom: 10px;
  }
  .benefit-list li:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    left: -50px;
    background: url(../image/sprite-img.png);
    background-position: -115px -25px;
    top:10px;
}
.benefit-list li div:nth-child(1){
    font-size: 20px;
    margin-left: 15px;
}
.benefit-list li div:nth-child(2)
{
    line-height: 1.7;
    font-size: 17px;
    font-weight: 500;
    margin-left: 15px;
}


/* About webinar section */
.webinar-section{
    padding: 80px 0px;
}
.datebox{
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    box-shadow: -2px -2px 20px rgba(184, 184, 184, 0.5), 2px 2px 20px rgba(184, 184, 184, 0.5);
    border-radius: 15px;
    margin: 30px 0px;
}
.date{
    margin-right: 20px;
}
.webinar-list{
    list-style: none;
    padding: 0;
    margin: 45px 0px;
}
.webinar-list li {
    display: flex;
    margin: 25px 0px;
}
.webinar-list li div:nth-child(1)
{
    font-size: 20px;
    font-weight: 600;
    width: 75px;
}
.webinar-list li div:nth-child(2)
{
    font-size: 18px;
}
.call-img{
    position: absolute;
    left: 0;
}


/* About coach section */
.coach-section{
    padding: 50px 0px;
}
.coach-img{
    width: 70%;
    margin-top: 100px;
}
.achieve-list{
    list-style: none;
}
.achieve-list li{
    position: relative;
    margin-bottom: 10px;
}

.achieve-list li::before{
    content: '';
    width: 20px;
    height: 20px;
    background: var(--white);
    border: 5px solid var(--primary_clr);
    position: absolute;
    left: -35px;
    top: 3px;
    border-radius: 50%;
}
.sub-head{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px !important;
}


/* Offer section */
.offer-section{
    padding: 50px 0px;
}
.offer-box{
    font-size: 35px;
    font-weight: 600;
    padding: 20px;
    box-shadow: -2px -2px 20px rgba(184, 184, 184, 0.5), 2px 2px 20px rgba(184, 184, 184, 0.5);
    border-radius: 20px;
    position: relative;
    text-align: center;
}
.offr-align
{
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: center;
}
.offer-lable{
    position: absolute;
    top: -42px;
    left: -50px;
    transform: rotate(-10deg);
}
.offer-lable img
{
    width: 150px;
}
.offer-box span{
    position: relative;
    margin-left: 20px;
}
.offer-box span:nth-child(1):before{
    position: absolute;
    content: '';
    background-image: url("../image/cross.png");
    width: 100px;
    height: 50px;
    left: -15px;
    top: -2px;
}
.offer-box span:nth-child(2)
{
  background: #c5f08e;
  padding: 3px 10px;
  font-size: 35px;
}

/* Testimonial section */
.testi-section{
    padding: 50px 0px;
}
.testi-video{
    width:90%;
    padding: 15px 0px;
}
.customer-img img{
  width: 100%;
  padding: 15px 0px;
}

/* Footer section */
.footer-section{
    background: var(--bg_dark);
    padding:20px 0px;
}
.footer-section p{
    margin: 0 !important;
    color: var(--white) !important;
    font-size: 15px;
    padding: 5px 0px;
    line-height: 1.8 !important;
}


/* Mobile responsive */

@media screen and (max-width: 765px) {

/* Header */
header {
    height: 100%;
    background-position: left -97px;
  }   
  .org{
    font-size: 26px;
  }
  .h1font {
    font-size: 35px;
  }
  .btn-secondary{
    margin-top:15px;
  }
  .org-name{
    height: auto;
    display: block;
    align-items: center;
    position: relative;
    top: -15px;
    width:calc(100vw - 80px) !important;
  }
  .date{
    display: block;
  }
  .banner-video {
    width: 90%;
  }
  .benefit-img {
    margin-top: 30px;
  }
  .call-img
  {
    position: relative;
    width: 100%;
  }  
  .coach-img {
    width: 80%;
    margin-top: 30px;
  }
  .reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  .achieve-section, .webinar-section {
    padding: 40px 0px;
  }
  .testi-video {
    width: 100%;
  }    
  .offr-align {
    height: 80px;
  }  
  .offer-lable {
    top: -50px;
    left: -15px;
  }
  .testi-video{
    margin-bottom: 20px;
  }
  .webinar-list li {
    display: block;
    margin: 15px 0px;
  }
  .webinar-list li div:nth-child(2) {
    margin-left: 15px;
  }
  .webinar-list {
    margin: 25px 0px;
  }
  .offer-box {
    font-size: 22px;
  }
  .offer-box span {
    margin-left: 10px;
    font-size: 22px;
  }
  .offer-box span:nth-child(2) {
    font-size: 26px;
  }
  .offer-box span:nth-child(1):before {
    width: 80px;
    left: -21px;
    top: -7px;
  }
  .tick {
    margin: 70px auto 30px;
  }
}