
/*  
#40F99B
#515052
#000103 
*/

/* external css: flickity.css */


@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');


*{
    margin: 0;
    padding: 0;
}

body { 

  font-family: sans-serif;
  background: url("https://v1.cdnpk.net/videvo_files/video/premium/getty_2/thumbnails/istock-1048559436_small.jpg");
  background-repeat: no-repeat;
  background-size: contain;


}




/* *************** NAVBAR *************** */

.navbar{
    height: 40px;
    width: 100vw;
    background: #272727;
    margin-bottom: 5px;
    color: #1ddd7d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    font-size: 1rem;
    position: fixed;
    top: 0;
    z-index: 100;
    
}

marquee a{
  color: #fff;
}

/* *************** NAVBAR *************** */

/* *************** SLIDER *************** */

.carousel {
  background: #fafafa00;
  margin-top: 40px;
}

.carousel-cell {
  width: 20%;
  height: 230px;
  margin-right: 10px;
  counter-increment: carousel-cell;
}

.flickity-page-dots{
  display: none;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

/* *************** SLIDER *************** */

/* *************** Heading section *************** */

.heading-container{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    margin-top: 30px;
    
}

.heading-container h4{
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight:600;
}
.heading-container h1{
    color: #40F99B;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size: 3rem;
    margin-top: 10px;
    
}
.heading-container h1 span{
    font-weight:800;
}

.register-btn{
    
    background-color: #ffffff;
    width: 300px;
    height: 100px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight:800;
    font-size: 1.3rem;
    cursor: pointer;
    border: none;
    color:inherit;
    text-decoration: none;
}

.register-btn:hover{
  transform: scale(1.1);
  transition: all 0.5s ease ;
}


/* *************** Heading section *************** */

/* *************** coaching_details section *************** */

.coaching_details{
  height: auto;
  background: #2c2c2c;
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items: center;
}

.coaching_details h2{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight:800;
  font-size: 3rem;
  padding: 10px;
  margin: 10px;
  text-align: center;
  
}

.coaching_details h2 #features{
color: #40F99B;
border-bottom: 4px solid #fff;
}

.coaching_details_div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
  height: auto;
  padding: 10px 0;

}

.coaching_details_div .img_container img{
  width: 300px;
  height: 200px;
  padding: 5px;
  background: #1e1e1e;
  border-radius: 15px;
  border: 2px solid #1ddd7d;
  object-fit: cover;
}
.coaching_details_div .info_container{
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;

}

.box1{
  margin: 30px 0;
}

.box1 h4{
  font-family: 'Montserrat', sans-serif;
  font-weight:800;
  font-size: 3.5rem;
  color: #fff;
}

.box1 h4 span{
  color: #1ddd7d;
}

.box1 ion-icon{
  font-weight:600;
  width: 50px;
  height: 50px;
  padding: 5px;
  background-color: #000000;
  border-radius: 50%;
  border: 2px solid #ffffff00;
}

.box1 ion-icon:hover{
  border: 2px solid #1ddd7d;
  background-color: #31313100;

}

.box1 p{
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
  color: #fff;
  margin:  0 5px;
  font-size: 0.8rem;
}

.box2{
  display: flex;
}

.box2_content{
  background: #fff;
  margin: 5px;
  padding: 10px 10px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
}

.box2_content h4{
  padding: 10px 0;
}

.box2_content p{
  font-size: 0.9rem;
}



/* *************** coaching_details section *************** */

/* *************** Salient Features section *************** */

.salient_features{
    background-color: rgb(48, 46, 46);
    min-width: 350px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
    padding: 50px 0;
    
    
}

.salient_features h2{
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight:800;
    font-size: 3rem;
    padding: 10px;
    margin: 20px 0 50px 0;
    text-align: center;
    
}

.salient_features h2 #features{
  color: #40F99B;
  border-bottom: 4px solid #fff;
}

.salient_textBox{
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #40F99B ;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #252424;
}

.salient_textBox #icon{
    background-color: rgba(49, 49, 49, 0.044);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    margin-right: 5px;
}

.salient_textBox #text{
    width: 600px;
    color: #ffffff;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
}

/* *************** Salient Features section *************** */

/* *************** whatyouwilllearn section *************** */


.whatyouwilllearn{
  background: #3d3d3d;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-evenly;
}

.whatyouwilllearn h2{
  font-family: 'Montserrat', sans-serif;
  font-weight:800;
  font-size: 2.8rem;
  color: #ffffff;
  margin: 5px;
  text-align: center;
}

.whatyouwilllearn h2 #learn{
  color: #40F99B;
  border-bottom: 4px solid #fff;
}

.whatyouwilllearn_box{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 20px;
 
}

.whatyouwilllearn_box .contentbox {
  background: #201e1e;
  padding: 20px;
  margin: 8px 20px;
  border-radius: 10px;
  width: 400px;
}

.whatyouwilllearn_box .contentbox h2{
  font-family: 'Montserrat', sans-serif;
  font-weight:800;
  font-size: 2.8rem;
  color: #efefef;
}

.whatyouwilllearn_box .contentbox h2 span{
  font-size: 2.2rem;
  font-weight:600;
}

.whatyouwilllearn_box .contentbox p{
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
  font-size: 0.8rem;
  color: #ffffff;
  padding: 10px ;
  border: #1ddd7d 2px solid;
  background: #191919;
  border-radius: 10px;
  margin-top: 20px;
}

.contentbox #number{
  font-family: 'Montserrat', sans-serif;
  font-weight:800;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  border: 2px solid #1ddd7d;
  color: #ffffff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.contentbox h2{
  text-align: left;
}


/* *************** whatyouwilllearn section *************** */


/* *************** Footer section *************** */

.footer{
  background: #131313;
  display: flex;
  flex-direction: column;
  padding: 20px 250px;

  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  
}

.social_links{
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.icon_div{
  width: 20px;
  height: 20px;
  font-size: 1.5rem;
  padding: 10px;
  background-color: #272727;
  border-radius: 50%;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #00000000;
  color: #ffffff;
  
}

.icon_div:hover{
  border: 2px solid #1ddd7d;  
}

.disclaimer{
  font-size: 0.8rem;
}

.disclaimer h4{
  margin-bottom: 5px;
}

.copyright{
  height: 60px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* *************** Footer section *************** */

/* *************** Review section *************** */
.reviews{
  background: #2c2a2a;
  height: auto;
  padding: 30px 0;

}

.reviews h2{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight:800;
  font-size: 3rem;
  padding: 50px 10px;
 
  text-align: center;
  
}

.reviews h2 #reviews{
color: #efe928;
border-bottom: 4px solid #fff;
}

.reviews .carousel {
  margin-top: 40px;
}

.reviews .carousel-cell {
  width: 20%;
  height: 500px;
  margin-right: 10px;
  counter-increment: carousel-cell;
}


.review_container{
  background: #21212100;
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#review_card{
  height: 100%;
  margin: 10px;
  border-radius: 8px;
  background: rgb(61, 61, 61);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

#review_card  p{
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
  color: #dfdfdf;
  font-size: 0.9rem;
}

#review_card #batch{
  border: 2px solid #efe928;
}

#review_card h4{
  font-family: 'Montserrat', sans-serif;
  font-weight:800;
  color: #fbfbfb;
}

/* *************** Review section *************** */


/* *************** Review section *************** */

.registration_form h2{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight:800;
  font-size: 3rem;
  padding: 50px 10px;
  background-color: #383838;
  text-align: center;
  
}

.registration_form h2 #form{
color: #40F99B;
border-bottom: 4px solid #fff;
}

/* *************** Review section *************** */


/* *************** Media Queries *************** */
@media only screen and (max-width: 800px) {

  body{
    background-image:  repeating-radial-gradient(circle at 0 0, transparent 0, #000000 24px), repeating-linear-gradient(#1b1b1b, #1b1b1b);
background-color: #000000;
  }
    .carousel-cell {
        width: 50%;
        height: 150px;
        margin-right: 10px;
    }

    .carousel-cell:before {
        display: none;
        text-align: center;
        content: counter(carousel-cell);
        line-height: 200px;
        font-size: 80px;
        color: white;
    }

    .heading-container{
        align-items:flex-start;
    }

    .heading-container h2 span{
        font-size: 2.7rem;
        font-weight:800;
    }
    .salient_features{
        padding-top: 20px;
        height: auto;
    }

    .salient_textBox{
        margin: 5px 10px;
        width: 300px;
    }

    .salient_textBox #text{
        width: auto;
        margin: 5px;
        font-size: 1rem;
    }

    .whatyouwilllearn{
      height: auto;
    }
    .whatyouwilllearn h2{
      padding: 15px 0;
    }

    .whatyouwilllearn_box .contentbox{
      width: auto;
    }

    .whatyouwilllearn_box{
      flex-direction: column;
      padding: 0;
      margin-top: 15px;
    }

    .reviews{
      height: auto;
    }
    .reviews h2{
      padding: 20px 10px;
    }

    .footer{
      padding: 25px;
    }

    .coaching_details{
      height: auto;
    }

    .box2{
      flex-direction: column;
      padding: 10px 0;
    }

    .box2_content{
      width: 300px;
    }
  }