*{
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,ul{
    margin: 0;
}
a{
    text-decoration: none;
}

body{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #6d6e71;
}

/* top header start */
.top-header{
    background-color: #D53F8C;
}
.top-header-left a{
    font-size: 20px;
    color: #fff;
    transition: .3s;
}
.top-header-left a:hover{
    color: #212121;
}
.top-header-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.top-header-right{
    display: flex;
    justify-content: flex-end;
}
.top-header-right p a{
    font-family: 'Nunito', sans-serif;
    color: #fff;
    display: flex;
    align-items: center;
    transition: .3s;
}
.top-header-right p a i{
    font-size: 20px;
}
.top-header-right p a:hover{
    color: #212121;
}
/* top header end */

/* header part start */
.qr-img img{
    max-width: 500px;
    width: 96%;
}
.menu-active{
    color: #D53F8C !important;
}
.header{
    background-color: #fff;
}
.logo{
    width: 140px;
}
.nav-item a{
    font-family: 'Nunito', sans-serif;
    color: rgb(34, 33, 33);
    transition: .3s;
}
.nav-item a:hover{
    color: #D53F8C;
}
.nav-btn a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 8px 20px;
    background-color: #212121;
    border: 1px solid #212121;
    color: #fff;
    border-radius: 20px;
    transition: .3s;
}
.nav-btn a:hover{
    background-color: #fff;
    color: #212121;
}
/* header part end */

/* banner part start */
.banner{
    background-color: #fff;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/banner-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.banner-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 35px;
    
}
.banner-img{
    min-height: 60vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.banner-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.com-h2{
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    line-height: 48px;
    font-weight: 500;
    color: #222121;
}
.com-h2 span{
    color: #D53F8C;
}
.banner-btn-box a{
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 64px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #212121;
    border: 1px solid #212121;
    border-radius: 32px;
    transition: .3s;
}
.banner-btn-box a:hover{
    background-color: #fff;
    color: #212121;
}
.banner-top{
    transform: translateY(-40px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.banner-top img{
    width: 200px;
}
/* banner part end */

/* testimonial part start */
.testimonial{
    background-color: #FCFAF8;
}
.testimonial-box{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}
.single-testimonial{
    padding: 30px 20px;
    background-color: #FFFFFF;
    transition: .3s all ease-in-out;
}
.star-box img{
    width: 17px;
}
.single-testimonial h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #D53F8C;
}
.single-testimonial:hover{
    box-shadow: 0 0 5px rgb(213,63,140,.5);
}
/* testimonial part end */

/* our journey part start */
.journey{
    background-color: #F0F0F0;
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.journey-box,
.com-grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px 50px;
    align-items: center;
}
.journey-img img{
    position: absolute;
    top: 50%;
    width: 550px;
    transform: translateY(-50%);
    height: 520px;
    object-fit: cover;
}
/* our journey part end */

/* what sets part start */
.what-sets{
    background-color: #FCFAF8;
}
.whats-sets-text p{
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 12px;
}
.whats-sets-img img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: top;
}
/* what sets part end */

/* commitment part start */
.commitment{
    background-color: #F0F0F0;
    margin-bottom: 0px;
}
/* commitment part end */

/* footer part start */
.footer{
    background-color: #F0F0F0;
    color: #6d6e71;
}
/* footer part end */


/* ======benefits part start========= */
.border-01{
    border-bottom: 1px solid #ddd;
}
.page-banner-text{
    background-color: #D53F8C;
    border-radius: 10px;
}
.page-banner-text h2{
    color: #fff;
}
.benefits,
.contact{
    margin-bottom: 70px;
}
.benefits-box{
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
    align-items: center;
    padding: 0 60px;
    background-color: #F0F0F0;
    border-radius: 10px;
    
}

.benefits-img img{
    height: 500px;
    object-fit: cover;
}
.check-list-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
}
.check-list-box p{
    display: grid;
    grid-template-columns: 23px 1fr;
    gap: 10px;
    font-size: 17px;
}
.program-benefits .benefits-box{
    grid-template-columns: 350px 1fr;
    background-color: #FCFAF8;
    align-items: flex-end;
}
.other-benefits .benefits-img img{
    object-position: right;
}
.other-benefits .benefits-box{
    align-items: flex-end;
}
/* ======benefits part end========= */

/* =======contact page start========== */
.main-form{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.form-box{
    
    padding: 50px 40px;
    background-color: #222121;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    
}
.form-img img{
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    
}
.form-img{
    position: relative;
}
.form-img span{
    width: 100%;
    height: 100%;
    background-color: rgba(34, 33, 33, .4);
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.form-box h2{
    color: #fff;
    margin-bottom: 30px;
}
.input-box label{
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.input-box label::after{
    content: "*";
    color: #C70039;
    position: absolute;
    top: 0px;
    right: -12px;
}
.input-box input{
    font-family: 'Nunito', sans-serif;
    display: block;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 30px;
}
.input-box{
    margin-bottom: 25px;
}
.submit-box button{
    font-family: 'Nunito', sans-serif;
    outline: 0;
    border: none;
    cursor: pointer;
    padding: 10px 35px;
    background-color: #fff;
    color: #2d2971;
    border-radius: 30px;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 400;
    transition: .4s;

}
.submit-box button:hover{
    background-color: transparent;
    color: #fff;
}
/* =======contact page end========== */



/* no expreience part start */
.no-experience{
    background-color: #FCFAF8;
}

.no-experience-text p a,
.academy-text p a{
    color: #D53F8C;
}
.no-experience-text p a:hover,
.academy-text p a:hover{
    text-decoration: underline;
}
.academy-text{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
/* no expreience part end */

/* address part start */
.address{
    margin-bottom: 70px;
}
.address-text{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.address-text p a{
    color: inherit;
}
/* address part end */

/* video part start */
.play-btn{
    display: flex;
    width: 80px;
    height: 80px;
    background-color: #ddddddc4;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    
    cursor: pointer;
    position: relative;
    z-index: 100;
    animation: grow 5s linear infinite backwards;
    
}
.play-btn::before{
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-color: #D53F8C;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: -10;
    
}
.play-btn i{
    margin-left: 5px;
}
.banner-btn-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@keyframes grow {
    0%{
        transform: scale(0.95);
    }
    25%{
        transform: scale(1);
    }
    50%{
        transform: scale(0.95);
    }
    75%{
        transform: scale(1);
    }
    100%{
        transform: scale(0.95);
    }
}
/* video part end */


/* intro video part start */

.main-video{
    padding: 50px;
    width: 100%;
    height: 100vh;
    background-color: #0F0F0F;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.main-video video{
    max-width: 800px;
    width: 100%;
    height: 450px;
    border-radius: 20px;
    display: none;
}
.main-video.active{
    opacity: 1;
    visibility: visible;
}
.main-video.active video{
    display: block;
}
.video-close{
    font-size: 35px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px;
    
}
.ms-30{
    margin-left: 30px;
}
.what-text p{
    margin-bottom: 30px;
}
.what-text p:last-child{
    margin: 0;
}
/* intro video part end */

/* thank you page start */

  .thankyou-card{
    max-width: 550px;
    width: 95%;
    min-height: 300px;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    z-index: 200;
    padding: 50px;
    padding-top: 70px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    transition: .5s all ease-in-out;
    
  
  }
  .tik-box{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #D53F8C;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    border: 2px solid #fff;
    
  }
  .tik-box i{
    font-size: 50px;
  }
  .ok-btn a{
    margin-top: 30px;
    display: block;
    width: 270px;
    
    background-color: #D53F8C;
    border: none;
    outline: 0;
    padding: 12px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
  }
  .ok-btn .apply-btn:hover{
    background-color: #D53F8C;
  }
  
  
  /* thank you page end */


  /* award page start */
  .awards{
    min-height: 100vh;
    background-image: url("../images/award-banner.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 10;
  }
  .awards::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(43, 34, 91, .7)
    ;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .award-top img{
    width: 350px;
    filter: brightness(0) invert(1);
  }
  .awards-box{
    max-width: 850px;
    width: 100%;
    margin:  0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px 50px;
  }
  .single-award{
    display: grid;
    grid-template-columns: 150px 1fr;
    
  }
  .award-text h2{
    
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
  }
  .award-text span{
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-top: -10px;
  }
  .award-bottom h5{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
  }
  /* award page end */

  /* gallery part start */
  .gallery-box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
  }
  .gallery-box img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
  }
  .gallery-box img:nth-child(7){
    object-position: top;
  }

  .banner-right .award-text h2{
    color: #D53F8C;
    
  }
  
  /* gallery part end */


  /* full image start */
  .full-img-box{
    width: 100%;
    height: 100vh;
    background-color: rgba(34, 33, 33, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s all linear;
    opacity: 0;
    visibility: hidden;
  }
  .full-img-box.active{
    opacity: 1;
    visibility: visible;
  }
  .full-img img{
    max-width: 800px;
    max-height: 600px;
    object-fit: cover;
    width: 100%;
    border: 10px solid #fff;
  }
  .full-img{
    position: relative;
  }
  .close{
    position: absolute;
    right: 0px;
    bottom: -25px;
    font-size: 40px;
    color: #C70039;
    font-weight: 700;
    cursor: pointer;
  }
  .gallery-box img{
    cursor: pointer;
  }
  /* full image end */

  /* video part start */
.video-box{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.video-box iframe{
    width: 100%;
    height: 450px;
}
/* video part end */

