@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --curly-font: "Cormorant Garamond", serif;
  --dark-blue: #000e67;
  --light-blue: #54758a;
  --yellow: #f0b323;
  --bright-blue: #0032a0;
  --deep-blue: #2e364a;
  --gray: #00000070;
  --sky-blue:#257aa4;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.wrap{
  flex-wrap: wrap;
}

.flex-class {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-class {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

ul {
  list-style: none;
}

.hero {
  height: auto;
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: #00000010;
}


.slider-wrapper{
  width: 400vw;
  position: absolute;
  left: 00vw;
  top: 0;
  transition: 0.4s left ease;
}

.slider_img{
  height: 100vh;
  width: 100vw;
  position: relative;
  justify-content: flex-start;
  overflow:hidden;
}





.img_1{
  background-image: url(../assests/new_home_page/slider-imgs_orignal/slide_img_1.png);
}

.img_2{
  background-image: url(../assests/new_home_page/slider-imgs_orignal/slide_img_2.png);
}

.img_3{
  background-image: url(../assests/new_home_page/slider-imgs_orignal/slide_img_3.jpg);
}
.img_4{
  background-image: url(../assests/new_home_page/slider-imgs_orignal/slide_img_6.png);
}

.hero .img_1 .tag_line_two{
  font-family: cooper-black-std, serif;
  font-size:x-large;
}

.hero .img_2 .hero-main-tag-line{
  font-size:40px
}

.hero .img_2 .hero-main-tag-line span{
  font-size: 100px;
}

.hero .img_4 .hero-main-tag-line-wrapper{
  display: flex;
  width: 100%;
}
.hero .img_4 .hero-main-tag-line-wrapper .cards-wrapper{
  width: 60%;
  justify-content: space-evenly;
}

.hero .img_4 .hero-main-tag-line-wrapper .left , .hero .img_4 .hero-main-tag-line-wrapper .right{
 width: 35%;
 margin: auto;
}
.hero .img_4 .hero-main-tag-line-wrapper .right{
  justify-content: flex-end;
  align-items: center;
  width: 65%;
  /* background-color: pink; */
  padding-right: 80px;
}

.hero .img_4 .hero-main-tag-line-wrapper .right .cards-wrapper .card{
  margin: 20px 10px;
  text-align: center;
}

.hero .img_4 .hero-main-tag-line-wrapper .right .cards-wrapper .card img{
width: 140px;
height: 140px;
} 

.hero .img_4 .hero-main-tag-line-wrapper .right .cards-wrapper .card .stu-name{
  color: var(--yellow);
  font-weight: 700;
  font-size: large;
}

.hero .img_4 .hero-main-tag-line-wrapper .right .cards-wrapper .card .stu-rank{
  color: #fff;
  font-size: medium;
}

.hero .img_4 .hero-main-tag-line{
  color: var(--sky-blue);
  font-size: 30px;
  font-weight: 500;
}

.hero .img_4 .hero-main-tag-line span{
  color: var(--sky-blue);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}


.hero .hero-main-tag-line-wrapper{
  display: inline;
  margin-left: 50px;
}

.dots{
  height: 50px;
  width: 100%;
  background-color: #f8f8f8;
  justify-content: flex-start;
  padding-left: 30px;
}

.dots .dot{
  height: 10px;
  width: 10px;
  background-color: #dbdbdb;
  border-radius: 100%;
  margin: 0 10px;
  cursor: pointer;
}

.dot.dot-active{
  background-color: #0032a0;
}

.hero .hero-main-tag-line span {
  font-family: cooper-black-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}

.hero .hero-main-tag-line {
  font-size: 25px;
  font-weight: 500;
  z-index: 2;
  color: #fff;
}

.hero .bts-holder{
  justify-content: flex-start;
  margin-top: 20px;
}

.hero .hero-call-to-action-btn{
  padding: 10px 15px;
  background-color: #fff;
  color:var(--deep-blue);
  border: 2px solid #fff;
  transition: 0.3s ease;
  margin-right: 20px;
  font-weight: 700;
  letter-spacing: 1PX;
}

.hero .hero-call-to-action-btn:hover{
  background-color: transparent;
  color: #fff;
}

.hero .hero-sub-btn{
  background-color: transparent;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid #fff;
}

.hero .img_1 .hero-main-tag-line {
  color: #002F78;
}

.hero .img_1 .hero-call-to-action-btn{
  background-color: #002F78;
  color:#fff;
  border: 2px solid #002F78;
}

.hero .img_1 .hero-call-to-action-btn:hover{
  color: #002F78;
  background-color: transparent;
}

.hero .img_1 .hero-sub-btn{
  color: #002F78;
  border: 2px solid #002F78;
}

.hero .hills {
  background-image: url(../assests/new_home_page/icons/hills_black.svg);
  background-size: contain;
  background-position: bottom;
  height: 90%;
  width: 110%;
  position: absolute;
  bottom: 0;
  left: -20%;
  z-index: 0;
}
/* ++++ */
.hero .img_3 .hero-main-tag-line-wrapper{
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 1;
}
/* ++++ */
.hero .img_3 .hero-main-tag-line span{
  background-color: #e97e27;
  padding: 8px;
  border-radius: 8px;
  font-size: 30px;
}
/* +++ */
.hero .img_3 .hero-main-tag-line{
  font-size: 40px;
  font-weight: 600;
}


.img_4_tag{
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}
/* +++++ */
.hero .img_3 .hero-main-tag-line span{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

/* +++++ */
.hero .img_2 .hero-main-tag-line-wrapper{
  margin: auto;
  text-align: center;
}

/* .hero .img_4 .hero-main-tag-line span{

} */

/* +++++ */
.hero .img_2 .bts-holder{
  justify-content: center;
}

.hero .img_4 .bts-holder .hero-call-to-action-btn{
  background-color: var(--sky-blue);
  color: #fff;
  border-color: var(--sky-blue);
}

.hero .img_4 .bts-holder .hero-call-to-action-btn:hover{
  background-color: transparent;
  color: var(--sky-blue);
}

.hero .img_4 .hero-sub-btn{
  border-color: var(--sky-blue);
  color: var(--sky-blue);
}





.box-heading {
  color: var(--bright-blue);
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 5px solid var(--yellow);
  padding-bottom: 15px;
}

.underline-box-heading{
  display: flex;
  justify-content: center;
  align-items: center;
}

.introduction {
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
}

.intro-box .intro {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
}

.intro-box img {
  margin-right: 40px;
}

/* .logo{
    height: 140px;
} */

.logo_opace {
  position: absolute;
  z-index: -2;
  bottom: -40px;
  right: -100px;
  width: 80%;
}

.hero-two .underline-box-heading{
  justify-content: left;
}

.hero-two {
  background-color: #f8f8f8;
  padding: 100px 0;
}



.hero-two .head {
  text-align: left;
  width: 90%;
  margin: auto;
}

.hero-two .head .text {
  letter-spacing: 0px;
  line-height: 30px;
  width: 90%;
}

.design .card .box-heading {
  font-size: 20px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  border-bottom: none;
  text-align: start;
}

.design {
  padding: 50px 0;
  /* background-color: #f8f8f8; */
  background-image: url(../assests/new_home_page/icons/circle.png);
  background-repeat: repeat;
  background-size: 20px;
  width: 100%;
  justify-content: space-evenly;
  
}

.design .card {
  min-width: 300px;
  border-radius: 10px;
  height: 150px;
  width: 22%;
  /* border-radius: 15px; */
  box-shadow: 0px 3px 20px 5px #54758a20 ;
  padding: 20px;
  margin: 10px 0%;
  transition: 0.3s ease-in-out;
  border-left: 5px solid var(--yellow);
  background: #fff;  /* fallback for old browsers */
}

.design .card .text{
  font-family: 500;
  font-size: 15px;
}


.our-presence{
  width: 100%;
}

.our-presence .left , .our-presence .right{
  width: 50%;
  min-width: 240px;
}
.our-presence .left{
  padding-left: 30px;
}
.our-presence .left .title{
  font-size: 40px;
  font-weight: 700;
  color: var(--bright-blue);
}

.our-presence .left .text{
  font-size: 20px;
  line-height: 30px;
}
.our-presence .right img{
  width: 100%;
}



.horizontal-divider {
  height: 2px;
  width: 50px;
  background-color: #535353;
}

.right-container .horizontal-divider {
  transform: translateX(0px);
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.left-container .horizontal-divider {
  transform: translateX(0px);
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.right-container .card:hover .horizontal-divider {
  transform: translateX(-90px);
  opacity: 1;
}

.left-container .card:hover .horizontal-divider {
  transform: translateX(280px);
  opacity: 1;
}

.stats {
  padding-top: 60px;
}

.stats .box-heading {
  text-align: center;
}

.stats-wrapper {
  height: 110vh;
  background-image: url(../assests/new_home_page/gate.jpg);
  position: relative;
  z-index: -2;
  margin-top: 20px;
}

.stats .stats-wrapper .shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0032a050;
  z-index: -1;
}

.cards-main-wrapper {
  width: 100%;
}

.stats .stats-wrapper .card-wrapper {
  width: 80%;
  justify-content: space-between;
  margin: auto;
}

.stats .stats-wrapper .card {
  background-color: var(--bright-blue);
  width: 250px;
  height: 250px;
  flex-direction: column;
  border-radius: 100%;
  margin: 10px;
}

.stats .stats-wrapper .small {
  background-color: var(--yellow);
  width: 200px;
  height: 200px;
  flex-direction: column;
  border-radius: 100%;
}

.stats .stats-wrapper .card .card-number {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.stats .stats-wrapper .card .card-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  width: 90%;
}






.stay-connected {
  background-color: #f8f8f8;
  justify-content: center;
  padding-bottom: 0;

}

.stay-connected .left{
  padding-left:60px ;
  width: 40%;
}

.stay-connected .right{
  width: 60%;
  padding: 50px 0px;
  padding-left: 100px;
}

.stay-connected .underline-box-heading{
  justify-content: flex-start;
}



.stay-connected .left .text {
  width: 100%;
  letter-spacing: 1px;
  line-height: 25px;
}



.stay-connected .left .title {
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--deep-blue);
}



.stay-connected .left .social-icons-wrapper {
  justify-content: flex-start;
}

.stay-connected .left .social-icons-wrapper .card {
  height: 100px;
  width: 100px;
  background-color: var(--deep-blue);
  margin: 10px;
  transition: background-color 0.3s ease;
}

.stay-connected .left .social-icons-wrapper .card .social-text {
  display: none;
  font-size: small;
  font-weight: 700;
  color: #fff;
}

.stay-connected .left .social-icons-wrapper .card .icon {
  height: 40%;
  width: 40%;
}

.stay-connected .left .social-icons-wrapper .card:hover {
  background-color: var(--yellow);
}

.stay-connected .left .social-icons-wrapper .card:hover .icon {
  display: none;
}

.stay-connected .left .social-icons-wrapper .card:hover .social-text {
  display: block;
}


.stay-connected .right img {
  height: 100%;
  width: 100%;
}





.pop-up{
  position: fixed;
  top: -130vh;
  left: 0;
  right: 0;
  bottom: 130vh;
  z-index: 99;
  background-color: #00000080;
  backdrop-filter: blur(15px);
  transition: 0.5s ease;
}

.pop-up-active{
  top: 0;
  bottom:0;
}

.pop-up .pop-up-img{
  width: 60%;
  height: auto;
  box-shadow: 3px 4px 20px 10px #00000080;
  border-radius: 10px;
}

.pop-up .pop-up-cross{
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

.pop-up .pop-up-cross:hover{
  background-color: #00000040;
}

.hero .shade{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000000;
  display: none;
}

.video-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b1d2e4;
  background-image: url(../assests/new_home_page/video-cover-bg-blue.png);
  position: relative;
  height: 500px;
  overflow: hidden;
}


.cards-wrapper-bottom{
  position: absolute;
  bottom: 0;
  left: 0;
}

.cards-wrapper-top{
  position: absolute;
  top: 0;
  right: 0;
}

video{
  margin: auto;
  height: 600px;
  transform: translateY(-50px);
}

.card-video .left{
  width: 20%;
  background-color: #F2F4F8;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

.card-video{
  width: 250px;
  background-color: #fff;
  margin: 20px;
  padding: 18px 10px;
  border-radius: 10px;
  box-shadow: 4px 4px 10px #00000030;
}

.card-video .tag{
  color: #8c92a6;
  font-size: small;
  font-weight: 500;
  text-transform: lowercase;
}

.card-video .title{
  font-weight: 600;
}

.card-video .right{
  width: 80%;
}



.video-wrapper-map{
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: var(--sky-blue);
}

.video-wrapper-map video{
  width: 100vw;
  height: 100%;
}

.map-section{
  display: none;
}

.map-vid{
  position: relative;
}

.map-vid-hider{
  position: absolute;
  right: 0;
  top: -140px;
  background-color: red;
  width: 140px;
  height: 80px;
  background-color: #f8f8f8;
}


@media only screen and (max-width:1190px){
  .hero .img_4 .hero-main-tag-line-wrapper .right .cards-wrapper .card img{
    height: 250px;
    width: 250px;
  }

  .slide-hide-card{
    display: none;
  }
}

@media only screen and (max-width:1130px) {

  

  .stay-connected{
    overflow-x: hidden;
  }
     
    
}


@media only screen and (max-width:1000px){
  .video-wrapper{
    justify-content: flex-end;
  }

  video{
    margin: 0;
    transform: none;
    transform: translateX(100px);
  }
  .cards-wrapper-top{
    right: unset;
    left: 0;
  }
}


@media only screen and (max-width:960px){
  

  .stats .stats-wrapper .card-wrapper  {
    justify-content: center;
  }

  .stats .stats-wrapper .card{
    height: 200px;
    width: 200px;
    min-width: 200px;
    min-height: 200px;
  }
  
}

@media only screen and (max-width:930px){
    .design .card .box-heading{
      line-height: 25px;
    }

    .design .card .text{
      font-size: small;
    }

    .stats .stats-wrapper .card .card-title{
      font-size: small;
    }
}


@media only screen and (max-width:840px){
  .img_1{
    background-image: url(../assests/new_home_page/mobile_slider/slide_1_mobile.png);
  }

  .hero .img_1 .hero-main-tag-line , .hero .img_4 .hero-main-tag-line , .hero .img_4 .hero-main-tag-line span{
    color: #fff;
  }

  .hero .img_1 .hero-sub-btn , .hero .img_4 .hero-sub-btn{
    color: #fff;
    border-color: #fff;
  }

  .hero .img_4 .hero-main-tag-line-wrapper .left , .hero .img_4 .hero-main-tag-line-wrapper .right{
    width: 100%;
  }



  .hero .img_4 .hero-main-tag-line-wrapper{
    flex-direction: column;
  }


  .hero .img_4 .hero-main-tag-line-wrapper .right .cards-wrapper .card{
    margin-top: 40px;
  }
  .hero .img_4 .hero-main-tag-line-wrapper .right .cards-wrapper .card img{
    height: 100px;
    width: 100px;
  }
  

  .img_4{
    background-image: url(../assests/new_home_page/mobile_slider/slide_4_mobile.png);
  }
/* +++++ */
  .hero .img_3 .hero-main-tag-line-wrapper{
    position: relative;
    bottom: unset;
    left: unset;

  }
/* +++++ */
  .hero .img_3{
    display: flex;
    justify-content: center;
    align-items: center;
  }

 /* +++++ */
  .hero .img_2 .hero-main-tag-line-wrapper{
    margin-left: 20px;
  }
/* +++++ */
  .hero .img_2 .hero-main-tag-line{
    text-align: start;
  }
/* +++++ */
  .hero .img_2 .bts-holder{
    justify-content: flex-start;
  }

  .img_2{
    background-image: url(../assests/new_home_page/mobile_slider/slide_2_mobile.png);
  }

  .img_3{
    background-image: url(../assests/new_home_page/mobile_slider/slide_3_mobile.png);
  }

  
.hero .img_4 .bts-holder .hero-call-to-action-btn{
  color: var(--deep-blue);
  background-color: #fff;
  border-color: #fff;
}

.hero .img_4 .bts-holder .hero-call-to-action-btn:hover{
  color: #fff;
}
}




@media only screen and (max-width:790px){
  .stats .stats-wrapper .card{
    display: none;
  }

  .stay-connected .left{
    padding: 0;
    padding-top: 100px;
    width: 80%;
  }

  .stay-connected .right img{
    width: 40%;
  }

  .stats .stats-wrapper .two-cards{
    width: 100vw;
  }

  .stats .stats-wrapper .two-cards .card {
    display: flex;
    padding: 20px;
  }

  

  .stay-connected{
    flex-direction: column;
  }


  .stay-connected .left{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .stay-connected .right{
    padding-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }

 


  .stay-connected .left .title{
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .design .left-container{
    width: 45%;
  }
  .design .left-container .card{
    width: 100%;
  }
  .design .middle-container{
    width: 45%;
  }

  .design .right-container{
    width: 90%;
  }

  .design .right-container .card{
    width: 100%;
  }

  video{
    transform: translateX(150px);
  }
}

@media only screen and (max-width:770px){
  .cards-wrapper-top , .cards-wrapper-bottom{
    display: none;
  }

  video{
    transform: none;
  }

  .video-wrapper{
    justify-content: center;
  }
}

@media only screen and (max-width:700px){
    .video-wrapper-map{
      display: none;
    }

    .map-vid-hider{
      display: none;
    }

    .map-section{
      display: block;
    }
}

@media only screen and (max-width:600px){
 
  .stats-wrapper{
    height: auto;
    padding: 50px 0;
  }
   
}

@media only screen and (max-width:570px){


  .hero .hero-main-tag-line-wrapper{
    position: relative;
    bottom: unset;
    left: unset;
    margin-left: 30px;
  }

  .hero{
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero .hero-main-tag-line span{
    font-size: 50px;
  }


  .hero-call-to-action-btn , .hero-sub-btn{
    height: 50px;
  }

  .hero-sub-btn{
    width: 140px;
  }

  .hero .shade{
    display: block;
  }

  .hero , .slider_img{
    height: 80vh;
  }

  .our-presence .left .title{
    font-size: 30px;
  }

  .our-presence .left .text{
    font-size: 15px;
    line-height: 25px;
  }

  .design .middle-container{
    display: none;
  }


  .design .right-container{
    height: auto;
  }

  .design .left-container{
    height: auto;
    width: 90%;
  }

  .design .card{
    height: auto;
  }

  .design .left-container .card{
    border-right: none;
    border-left: 5px solid var(--yellow);
  }

}

@media only screen and (max-width:550px){
  .hero .img_2 .hero-main-tag-line{
    font-size: 20px;
  }

  .hero .img_3 .hero-main-tag-line{
    line-height: 25px;
      }

  .hero .img_3 .hero-main-tag-line{
    line-height: 45px;
  }

  .hero .img_1 .hero-main-tag-line{
    font-size: 20px;
  }

  .pop-up .pop-up-img{
    width: 95%;
  }
}

@media only screen and (max-width:470px){
  .design .middle-container{
    height: 400px;
  }

  .hero .bts-holder{
    margin-top: 40px;
  }

  .our-presence .left , .our-presence .right{
    width: 90%;
  }

}



@media only screen and (max-width:400px){
  .hero .hero-main-tag-line span{
    font-size: 45px;
  }

  
  .hero .hero-main-tag-line{
    width: 100%;
  }

  .hero-sub-btn{
    display: none;
  }

  .hero .img_4 .hero-main-tag-line span{
    font-size: 35px;
  }

  .hero .img_4 .hero-main-tag-line{
    font-size: 22px;
  }
  

 
}

@media only screen and (max-width:360px){
 .main-testimonial-wrapper .testimonial-card .stu-feedback{
   line-height: 18px;
 }

 .main-testimonial-wrapper .testimonial-card .left{
   padding-top: 0;
 }

 .our-presence .left .title{
   font-size: 25px;
   margin-bottom: 5px;
 }

 .our-presence .left{
   padding: 0;
 }
}

@media only screen and (max-width:303px){
  .design .card{
    min-width: 100px;
  }
}





