@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

body{
   font-family: "Open Sans", sans-serif !important;
}

@media screen and (min-width: 1280px) {

  .first-image{
    width: 40%;
    margin: 15px;
  }
   .bg-container01{
      background-color: #FF0202;
      background-size: cover;
      padding: 0px 50px;
   }

   .heading01{
      color: #FFFF00;
      text-align: center;
      font-size: 22px;
      font-weight: 700;
   }

   

   .span02{
      color: #fff;
   }

   .bg-container02{
      background-image: url("./assets/banner01.webp");
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      z-index: 0;
      padding-top: 60px;
   }

   .bg-container02::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(22, 32, 141, 0.7); /* your overlay */
      z-index: 1;
    }
    
    .bg-container02 > * {
      position: relative;
      z-index: 2; /* make sure content is above the overlay */
    }


    .heading02{
      color: #FFFF00;
      text-align: center;
      font-size: 45px;
      font-weight: 700;
      line-height: 150%;
    }

    .paragraph01{
      color: #FFFF00;
      text-align: center;
      font-size: 30px;
      font-weight: 600;
      line-height: 150%;
    }

    .video01{
      border: 10px solid #212529;
      width: 43% !important;
      margin-bottom: 20px;
    }

    .paragraph02{
      color: #FFF;
      text-align: center;
      font-size: 30px;
      font-weight: 600;
      line-height: 150%;
    }

    .paragraph03{
      color: #FFF;
      text-align: center;
      font-size: 25px;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    .button01{
      background-color: #FFF31D;
      width: 50%;
      height: 65px;
      border-radius: 50px;
      border: 4px solid rgba(0, 0, 0, 0.2);
      text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
      box-shadow: rgba(255, 255, 255, 0.22) 0px 1px 0px 0px inset;
      color: #212529;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700;
    }

    .bg-container03{
      background-color: #fff;
      padding-top: 60px;
    }

    .heading03{
      color: #000;
      text-align: center;
      font-size: 30px;
      font-weight: 700;
    }

    .span03{
      color: #FF0202;
      line-height: 150%;
    }

    .icon-heading01{
      text-align: center;
      color: #FF0202;
      font-size: 28px;
      font-weight: 700;
    }

    .icon-heading02{
      text-align: center;
      color: #212529;
      font-size: 30px;
      font-weight: 700;
      line-height: 140%;
    }

    .icon-paragraph01{
      color: #000;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      line-height: 145%;
    }

    .box-container01{
      background-color: #B5CDF3;
      width: 90%;
    }

    .heading04{
      color: #000;
      text-align: center;
      line-height: 160%;
      font-weight: 600;
      font-size: 28px;
    }

    .span04{
      color: #FF0202;
    }

    .icon-paragraph02{
      color: #000;
      font-size: 24px;
      font-weight: 700;
      text-align: center;
      line-height: 145%;
    }

    .paragraph04{
      color: #000;
      text-align: center;
      font-size: 24px;
      font-weight: 700;
    }

    .icon01{
      color: #29B43D;
    }

    .bg-container04{
      background-color: #B5CDF3;
      background-size: cover;
    }

    .box-container02{
      background-color: #D8EBEB;
      background-size: cover;
      width: 100%;
    }

    .image01{
      width: 60%;
      border-radius: 200px;
    }

    .paragraph05{
      color: #000;
      text-align: center;
      font-size: 24px;
      font-weight: 700;
    }

    .text-container{
      background-color: #FF0202;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      padding: 5px;
    }

    .image-box-container{
      background-color: #EFEFEF;
    }

    .t-image{
      width: 100%;
    }

    .yellow-container{
      background-color: #FFFF00;
      width: 100%;
      text-align: center;
      color: #212529;
      font-size: 20px;
      font-weight: 600;
      padding: 5px;
    }

    .icon02{
      color: #FF0202;
    }

    .do-container{
      background-color: #D4FFD4;
      box-shadow: rgba(0, 0, 0, 0.45) 0px 4px 8px -1px;
      border-radius: 5px;
    }

    .paragraph06{
      color: #212529;
      font-size: 17px;
      padding-bottom: 10px;
    }

    .do-not-container{
      background-color: #F2B7B7;
      box-shadow: rgba(0, 0, 0, 0.45) 0px 4px 8px -1px;
      border-radius: 5px;
    }

    .coach-container{
      background-color: #f7f7f7;
      width: 90%;
    }

    .coach-image{
      width: 100%;
      margin-bottom: 15px;
    }

    .coach-name{
      color: #000;
      font-size: 17px;
      text-align: center;
      letter-spacing: 1px;
    }

    .coach-designation{
      color: #FF0202;
      font-size: 17px;
      text-align: center;
      letter-spacing: 1px;
    }

    .heading05{
      color: #0F275E;
      text-align: center;
      font-size: 36px;
      font-weight: 700;
    }

    .paragraph07{
      color: #000;
      text-align: center;
      font-size: 22px;
      font-weight: 700;
    }

    .line01{
      width: 100%;
      height: 4px;
      background-color: #F8B70D;
      margin-bottom: 15px;
    }

    .paragraph08{
      color: #000;
      font-size: 18px;
      font-weight: 600;
      line-height: 35px;
    }

    .paragraph09{
      color: #868C9C;
      text-align: center;
      font-size: 15px;
      font-weight: 700;
      line-height: 30px;
    }

    
}


.button01:hover{
   transform: scale(0.8);
}

.link01{
   color: #000 !important;
 }

 .link01:hover{
   color: #0F275E !important;
 }






 @media screen and (min-width: 992px) and (max-width: 1280px) {
   .bg-container01{
      background-color: #FF0202;
      background-size: cover;
      padding: 0px 50px;
   }

   .heading01{
      color: #FFFF00;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
   }

  

   .span02{
      color: #fff;
   }

   .bg-container02{
      background-image: url("./assets/banner01.webp");
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      z-index: 0;
      padding-top: 60px;
   }

   .bg-container02::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(22, 32, 141, 0.7); /* your overlay */
      z-index: 1;
    }
    
    .bg-container02 > * {
      position: relative;
      z-index: 2; /* make sure content is above the overlay */
    }


    .heading02{
      color: #FFFF00;
      text-align: center;
      font-size: 55px;
      font-weight: 700;
      line-height: 150%;
    }

    .paragraph01{
      color: #FFFF00;
      text-align: center;
      font-size: 28px;
      font-weight: 600;
      line-height: 150%;
    }

    .video01{
      border: 10px solid #212529;
      width: 43% !important;
      margin-bottom: 20px;
    }

    .paragraph02{
      color: #FFF;
      text-align: center;
      font-size: 28px;
      font-weight: 600;
      line-height: 150%;
    }

    .paragraph03{
      color: #FFF;
      text-align: center;
      font-size: 23px;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    .button01{
      background-color: #FFF31D;
      width: 60%;
      height: 65px;
      border-radius: 50px;
      border: 4px solid rgba(0, 0, 0, 0.2);
      text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
      box-shadow: rgba(255, 255, 255, 0.22) 0px 1px 0px 0px inset;
      color: #212529;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700;
    }

    .bg-container03{
      background-color: #fff;
      padding-top: 60px;
    }

    .heading03{
      color: #000;
      text-align: center;
      font-size: 28px;
      font-weight: 700;
    }

    .span03{
      color: #FF0202;
      line-height: 150%;
    }

    .icon-heading01{
      text-align: center;
      color: #FF0202;
      font-size: 25px;
      font-weight: 700;
    }

    .icon-heading02{
      text-align: center;
      color: #212529;
      font-size: 28px;
      font-weight: 700;
      line-height: 140%;
    }

    .icon-paragraph01{
      color: #000;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      line-height: 145%;
    }

    .box-container01{
      background-color: #B5CDF3;
      width: 100%;
    }

    .heading04{
      color: #000;
      text-align: center;
      line-height: 160%;
      font-weight: 600;
      font-size: 26px;
    }

    .span04{
      color: #FF0202;
    }

    .icon-paragraph02{
      color: #000;
      font-size: 22px;
      font-weight: 700;
      text-align: center;
      line-height: 145%;
    }

    .paragraph04{
      color: #000;
      text-align: center;
      font-size: 22px;
      font-weight: 700;
    }

    .icon01{
      color: #29B43D;
    }

    .bg-container04{
      background-color: #B5CDF3;
      background-size: cover;
    }

    .box-container02{
      background-color: #D8EBEB;
      background-size: cover;
      width: 100%;
    }

    .image01{
      width: 60%;
      border-radius: 200px;
    }

    .paragraph05{
      color: #000;
      text-align: center;
      font-size: 22px;
      font-weight: 700;
    }

    .text-container{
      background-color: #FF0202;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      padding: 5px;
    }

    .image-box-container{
      background-color: #EFEFEF;
    }

    .t-image{
      width: 100%;
    }

    .yellow-container{
      background-color: #FFFF00;
      width: 100%;
      text-align: center;
      color: #212529;
      font-size: 20px;
      font-weight: 600;
      padding: 5px;
    }

    .icon02{
      color: #FF0202;
    }

    .do-container{
      background-color: #D4FFD4;
      box-shadow: rgba(0, 0, 0, 0.45) 0px 4px 8px -1px;
      border-radius: 5px;
    }

    .paragraph06{
      color: #212529;
      font-size: 15px;
      padding-bottom: 10px;
    }

    .do-not-container{
      background-color: #F2B7B7;
      box-shadow: rgba(0, 0, 0, 0.45) 0px 4px 8px -1px;
      border-radius: 5px;
    }

    .coach-container{
      background-color: #f7f7f7;
      width: 90%;
    }

    .coach-image{
      width: 100%;
      margin-bottom: 15px;
    }

    .coach-name{
      color: #000;
      font-size: 15px;
      text-align: center;
      letter-spacing: 1px;
    }

    .coach-designation{
      color: #FF0202;
      font-size: 15px;
      text-align: center;
      letter-spacing: 1px;
    }

    .heading05{
      color: #0F275E;
      text-align: center;
      font-size: 34px;
      font-weight: 700;
    }

    .paragraph07{
      color: #000;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
    }

    .line01{
      width: 100%;
      height: 4px;
      background-color: #F8B70D;
      margin-bottom: 15px;
    }

    .paragraph08{
      color: #000;
      font-size: 16px;
      font-weight: 600;
      line-height: 35px;
    }

    .paragraph09{
      color: #868C9C;
      text-align: center;
      font-size: 14px;
      font-weight: 700;
      line-height: 30px;
    }

    
}










@media screen and (max-width: 992px) {
   .bg-container01{
      background-color: #FF0202;
      background-size: cover;
      padding: 0px 10px;
   }

   .heading01{
      color: #FFFF00;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      line-height: 30px;
   }

   

   .span02{
      color: #fff;
   }

   .bg-container02{
      background-image: url("./assets/banner01.webp");
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      z-index: 0;
      padding-top: 60px;
   }

   .bg-container02::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(22, 32, 141, 0.7); /* your overlay */
      z-index: 1;
    }
    
    .bg-container02 > * {
      position: relative;
      z-index: 2; /* make sure content is above the overlay */
    }


    .heading02{
      color: #FFFF00;
      text-align: center;
      font-size: 30px;
      font-weight: 700;
      line-height: 150%;
    }

    .paragraph01{
      color: #FFFF00;
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      line-height: 150%;
    }

    .video01{
      border: 10px solid #212529;
      width: 100% !important;
      margin-bottom: 20px;
    }

    .paragraph02{
      color: #FFF;
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      line-height: 150%;
    }

    .paragraph03{
      color: #FFF;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    .button01{
      background-color: #FFF31D;
      width: 100%;
      height: 65px;
      border-radius: 50px;
      border: 4px solid rgba(0, 0, 0, 0.2);
      text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
      box-shadow: rgba(255, 255, 255, 0.22) 0px 1px 0px 0px inset;
      color: #212529;
      text-transform: uppercase;
      font-size: 17px;
      font-weight: 700;
    }

    .bg-container03{
      background-color: #fff;
      padding-top: 60px;
    }

    .heading03{
      color: #000;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      line-height: 38px;
    }

    .span03{
      color: #FF0202;
      line-height: 150%;
    }

    .icon-heading01{
      text-align: center;
      color: #FF0202;
      font-size: 20px;
      font-weight: 700;
    }

    .icon-heading02{
      text-align: center;
      color: #212529;
      font-size: 22px;
      font-weight: 700;
      line-height: 140%;
    }

    .icon-paragraph01{
      color: #000;
      font-size: 17px;
      font-weight: 700;
      text-align: center;
      line-height: 145%;
    }

    .box-container01{
      background-color: #B5CDF3;
      width: 100%;
    }

    .heading04{
      color: #000;
      text-align: center;
      line-height: 35px;
      font-weight: 600;
      font-size: 20px;
    }

    .span04{
      color: #FF0202;
    }

    .icon-paragraph02{
      color: #000;
      font-size: 20px;
      font-weight: 700;
      text-align: center;
      line-height: 145%;
    }

    .paragraph04{
      color: #000;
      text-align: center;
      font-size: 17px;
      font-weight: 500;
    }

    .icon01{
      color: #29B43D;
    }

    .bg-container04{
      background-color: #B5CDF3;
      background-size: cover;
    }

    .box-container02{
      background-color: #D8EBEB;
      background-size: cover;
      width: 100%;
    }

    .image01{
      width: 60%;
      border-radius: 200px;
    }

    .paragraph05{
      color: #000;
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      padding-top: 10px;
    }

    .text-container{
      background-color: #FF0202;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 17px;
      font-weight: 600;
      padding: 5px;
    }

    .image-box-container{
      background-color: #EFEFEF;
    }

    .t-image{
      width: 100%;
    }

    .yellow-container{
      background-color: #FFFF00;
      width: 100%;
      text-align: center;
      color: #212529;
      font-size: 17px;
      font-weight: 600;
      padding: 5px;
    }

    .icon02{
      color: #FF0202;
    }

    .do-container{
      background-color: #D4FFD4;
      box-shadow: rgba(0, 0, 0, 0.45) 0px 4px 8px -1px;
      border-radius: 5px;
    }

    .paragraph06{
      color: #212529;
      font-size: 17px;
      padding-bottom: 10px;
    }

    .do-not-container{
      background-color: #F2B7B7;
      box-shadow: rgba(0, 0, 0, 0.45) 0px 4px 8px -1px;
      border-radius: 5px;
    }

    .coach-container{
      background-color: #f7f7f7;
      width: 90%;
    }

    .coach-image{
      width: 100%;
      margin-bottom: 15px;
    }

    .coach-name{
      color: #000;
      font-size: 17px;
      text-align: center;
      letter-spacing: 1px;
    }

    .coach-designation{
      color: #FF0202;
      font-size: 17px;
      text-align: center;
      letter-spacing: 1px;
    }

    .heading05{
      color: #0F275E;
      text-align: center;
      font-size: 28px;
      font-weight: 700;
    }

    .paragraph07{
      color: #000;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
    }

    .line01{
      width: 100%;
      height: 4px;
      background-color: #F8B70D;
      margin-bottom: 15px;
    }

    .paragraph08{
      color: #000;
      font-size: 16px;
      font-weight: 600;
      line-height: 32px;
    }

    .paragraph09{
      color: #868C9C;
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      line-height: 30px;
    }

    
}


.icon-image{
  width: 20%;
}




    .input-wrapper {
      display: flex;
      align-items: center;
      border: 1px solid #ccc;
      border-radius: 30px;
      padding: 13px 15px;
      width: 100%;
      background-color: #f7f7f7;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    }

    .input-wrapper i {
      color: #1D53FD;
      font-size: 18px;
      margin-right: 10px;
    }

    .input-wrapper input {
      border: none;
      outline: none;
      width: 100%;
      font-size: 16px;
      background-color: transparent;
    }




















