

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');



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

.header-one{
  padding:50px 0;
}
.stricked-menu.stricky-fixed{
  padding: 50px 0;
}

@media only screen and (max-width: 1199px) {
  .header-one{
    padding: 0 !important;
  }
  .stricked-menu.stricky-fixed{
    padding: 0;
  }
}

.banner-one{
  padding: 20px 130px 20px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url('../images/rcm-banner.jpg');
  background-size: cover;
  background-position: top;
}

.banner-one-col-1{
  font-family: 'Montserrat', sans-serif;
  width: max-content;
}

.banner-one-col-1>p:nth-of-type(1){
  color: rgb(241, 198, 22);
  font-size: 30px;
  font-weight: 600;
}

.banner-one-col-1>p:nth-of-type(2){
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.05px;
}

.header-achievement{
  display: flex;
  color: #fff;
  font-size: 18.5px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 27px;
  margin-bottom: 7px;
}

.header-achievement img{
  margin-right: 10px;
}

.banner-one-col-2{
  width: 374px;
  background-color: #fff;
  padding: 20px;
}

.header-highligter-container{
  display: flex;
  justify-content: center;
  color: #fff;
  text-align: center;
  gap: 30px;
}

.header-highlighter-item{
  background-color: #5990a2;
  border-radius: 15px;
  padding: 20px 0;
  width: 150px;
}

.header-highlighter-item div:first-of-type{
  font-size: 31px;
  font-weight: 700;
}

.header-highlighter-item div:last-of-type{
  font-size: 14.7px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 10px;
  letter-spacing: 0.8px;
}

@media only screen and (max-width: 1350px){
  .banner-one{
    padding: 40px 50px 20px 40px;
  }
}

@media only screen and (max-width: 1190px) {
  .banner-one{
    padding: 50px;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
  }

  .banner-one-col-2{
     width: 90%;
     margin: auto;
  }
}

@media only screen and (max-width: 680px) {
  .banner-one-col-1>p:nth-of-type(1){
    font-size: 25px;
  }

  .banner-one-col-1>p:nth-of-type(2){
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 0.05px;
  }

  .header-achievement{
    font-size: 17.5px;
    font-weight: 600;
  }

  .header-highlighter-item{
    padding: 18px 0;
    width: 130px;
  }

  .header-highlighter-item div:first-of-type{
    font-size: 27px;
    font-weight: 700;
  }

  .header-highlighter-item div:last-of-type{
    font-size: 13.7px;
  }

}

@media only screen and (max-width: 575px) {
  .banner-one-col-1>p:nth-of-type(1){
    font-size: 22px;
    text-align: center;
  }

  .banner-one-col-1>p:nth-of-type(2){
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.05px;
  }

  .header-achievement{
    font-size: 16.5px;
    font-weight: 600;
  }

  .header-highlighter-item{
    padding: 18px 0;
    width: 130px;
  }

  .header-highlighter-item div:first-of-type{
    font-size: 25px;
    font-weight: 700;
  }

  .header-highlighter-item div:last-of-type{
    font-size: 13.7px;
  }

  .banner-one{
    padding: 40px 20px;
  }

  .banner-one-col-2{
     width: 100%;
}
}

@media only screen and (max-width: 538px) {
  .banner-one-col-1>p:nth-of-type(1){
    font-size: 16px;
    text-align: center;
  }

  .banner-one-col-1>p:nth-of-type(2){
    font-size: 19.5px;
    line-height: 25px;
    font-weight: 600;
  }

  .header-achievement{
    font-size: 11.5px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 10px;
    margin-bottom: 0px;
  }

  .header-achievement img{
    margin-right: 0px;
    width: 30px;
  }

  .header-highligter-container{
    gap: 12px;
  }

  .header-highlighter-item{
    padding: 15px 0;
    width: 105px;
  }

  .header-highlighter-item div:first-of-type{
    font-size: 19px;
    font-weight: 700;
  }

  .header-highlighter-item div:last-of-type{
    font-size: 12.7px;
    font-weight: 600;
    margin-top: 5px;
  }

  .banner-one{
    padding: 40px 20px;
  }

}
/* about-sai */

.about-sai{
  font-family: 'Montserrat', sans-serif;
  color: #000;
  display: flex;
  padding: 10px 120px 10px 90px;
  justify-content: space-between;
}

.about-sai-col-1{
  width: 523px;
}

.about-sai-col-1 img{
  width: 100%;
}

.about-sai-col-2{
  width: 55%;
  padding-top: 30px;
}

.about-sai-col-2>div:nth-of-type(1){
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-sai-col-2>div:nth-of-type(2){
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 10px;
}

.about-sai-col-2 hr{
  margin: 20px 0;
  border-top: 3.5px dashed #5990a2;
  background-color: #fff;
  opacity: 1;
}

.about-sai-col-2>div:nth-of-type(3){
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

.about-sai-col-1-ranked{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.about-sai-col-1-ranked-item img{
  width: 100%;
}


@media only screen and (max-width: 1368px){
  .about-sai{
    padding: 10px 60px 10px 30px;
  }
}

@media only screen and (max-width: 1217px){
  .about-sai-col-2>div:nth-of-type(2){
    line-height: 45px;
  }
}

@media only screen and (max-width: 1088px){
  .about-sai-col-1{
    display: none;
  }

  .about-sai{
    padding: 10px 60px;
  }

  .about-sai-col-2{
    padding-top: 10px;
    width: 100%;
  }
  .about-sai-col-2>div:nth-of-type(2){
    line-height: 25px;
  }
  .about-sai-col-2>div:nth-of-type(3){
    margin-bottom: 20px;
  }

}

@media only screen and (max-width: 732px){
  .about-sai{
    padding: 5px 15px;
  }
  .about-sai-col-2>div:nth-of-type(1){
    margin-bottom: 10px;
    font-size: 17px;
  }
  .about-sai-col-2>div:nth-of-type(2){
    line-height: 25px;
    font-size: 19px;
    font-weight: 800;
  }

  .about-sai-col-2>div:nth-of-type(3){
    font-size: 15px;
    line-height: 21px;
  }
  .about-sai-col-2 hr{
    margin: 12px 0;
    border-width: 2.5px;
  }
  .about-sai-col-1-ranked{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

/* course-offered */
.course-offered{
  font-family: 'Montserrat', sans-serif;
  color: #000;
  display: flex;
  padding: 10px 120px;
  justify-content: space-between;
  align-items: center;
}

.course-offered-col-1{
  width: 523px;
  text-align: center;
}

.course-offered-col-1>div:nth-of-type(1){
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 20px;
}

.course-offered-col-1 button{
  padding: 12px 20px;
  background-color: #5990a2;
  border-style: none;
  color: #fff;
  border-radius: 25px;
  font-size: 22px;
  font-weight: 600;
}

.course-offered-col-2{
  width: 730.5px;
  display: flex;
  justify-content: space-between;
}

.course-offered-col-2>div{
  width: 337px;
  box-shadow: 0 0 15px #b2bec3;
  border-radius: 15px;
}

.course-offered-col-2>div img{
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.course-offered-col-2>div ul{
  margin-left: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

@media only screen and (max-width: 1405px){
  .course-offered{
    flex-direction: column;
    padding: 10px 120px;
    justify-content: space-between;
    align-items: center;
  }
  .course-offered-col-1 button{
    display: none;
  }
}

@media only screen and (max-width: 730px){
  .course-offered-col-2{
  flex-direction: column;
  align-items: center;
  gap: 25px;
  }
}

@media only screen and (max-width: 450px){
  .course-offered-col-1>div:nth-of-type(1){
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

/* placement__title */

.placement{
  margin-top: 30px
}

.placement__title{
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.placement-slider-wrapper{
  width: 90%;
  margin: auto;
  height: 280px;
  display: grid;
  place-items:center;
  position: relative;
  overflow: hidden;
}
.placement-slider-container{
  display: flex;
  width: calc(480px*16);
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
   0%{
       transform: translateX(0);
   }
   100%{
       transform: translateX(calc(-480px*8));
   }
}
.placement-slider{
  width: 480px;
  margin: 0 20px;
}

.placement-slider img{
  width: 100%;
}

@media only screen and (max-width: 650px){
  .placement{
    margin-top: 10px
  }
  .placement__title{
    font-size: 23px;
  }
  .placement-slider-wrapper{
    height: 210px;
    width: 98%;
  }
  .placement-slider-container{
    width: calc(360px*16);
    animation: scroll 40s linear infinite;
  }

  @keyframes scroll {
     100%{
         transform: translateX(calc(-360px*8));
     }
  }
  .placement-slider{
    width: 360px;
    margin: 0 20px;
  }
}


/* testimonial */

.testimonial{
  background-color: #F1F1F1;
  /* padding: 60px 0; */
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #000;
  position: relative;
}

.download__placement__btn__desktop{
  position: absolute;
  top: -25px;
  left:50%;
  transform: translateX(-50%);
  width: max-content;
}

.download__placement__btn__desktop button{
  border-style:none;
  background-color: #5990A2;
  padding: 12px 25px;
  border-radius:25px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.testimonials_title{
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 50px
}

.testimonials_container-wrapper{
  width: 100%;
  margin: auto;
  height: 450px;
  display: grid;
  place-items:center;
  position: relative;
  overflow: hidden;
}

.testimonial_container{
  display: flex;
  width: calc(500px*12);
  animation: scroll 40s linear infinite;
}

@@keyframes scroll {
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translate(-500px*6);
  }
}

.testimonial-item{
  width: 500px;
  margin-right: 60px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 0px 30px #95a5a6;
  position: relative;
  padding: 60px 20px 20px 20px;

}

.testimonial-item img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left:50%;
  transform: translateX(-50%);
}

.testimonial_name{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -10px
}

.left-side-quote{
  text-align: left;
  font-size: 50px;
  font-weight: 600;
  color: #f39c12;
}

.right-side-quote{
  text-align: right;
  font-size: 50px;
  font-weight: 600;
  color: #f39c12;
}

@media only screen and (max-width: 650px){
  .testimonial{
    padding: 40px 0;
  }
  .testimonials_title{
    font-size: 25px;
    margin-bottom: 40px
  }
  .testimonials_container-wrapper{
    height: 500px;
  }
  .testimonial_container{
    width: calc(420px*12);
  }

  @@keyframes scroll {
    0%{
      transform: translateX(0);
    }
    100%{
      transform: translate(-420px*6);
    }
  }

  .testimonial-item{
    width: 420px;

  }
}


.flat-off{
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: #5990A2;
  color: #fff;
  padding: 25px 40px;
  width: max-content
}

.flat-off>div:nth-of-type(1){
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}

.flat-off>div:nth-of-type(2){
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}

.flat-off>div:nth-of-type(2) button{
  float: right;
  background: #fff;
  border-radius: 40px;
  border-style: none;
  color: #c0392b;
  font-size: 20px;
  font-weight: 700;
  padding: 9px 15px;
  box-shadow: 0 2.5px 1px #c0392b;
}

@media only screen and (max-width: 1100px){
  .flat-off{
    padding: 20px 35px;
  }

  .flat-off>div:nth-of-type(1){
    font-size: 30px;
    margin-bottom: 20px;
  }

  .flat-off>div:nth-of-type(2){
    font-size: 20px;
  }

  .flat-off>div:nth-of-type(2) button{
    border-radius: 40px;
    font-size: 18px;
    padding: 9px 15px;
  }
}

@media only screen and (max-width: 800px){
  .flat-off{
    padding: 20px 35px;
  }

  .flat-off>div:nth-of-type(1){
    font-size: 27px;
    margin-bottom: 20px;
  }

  .flat-off>div:nth-of-type(2){
    font-size: 18px;
  }

  .flat-off>div:nth-of-type(2) button{
    font-size: 16px;
    padding: 9px 15px;
  }
}

@media only screen and (max-width: 600px){
  .flat-off{
    padding: 10px 15px;
    width: 90%;
  }

  .flat-off>div:nth-of-type(1){
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 28px
  }

  .flat-off>div:nth-of-type(2){
    font-size: 15px;
    text-align: center;
  }

  .flat-off>div:nth-of-type(2) button{
    font-size: 15px;
    padding: 10px 20px;
    float: inherit;
  }
}

@media only screen and (max-width: 481px){

  .flat-off>div:nth-of-type(1){
    margin-bottom: 10px;
    font-size: 23px;
  }

  .conditional-hide{
    display: none;
  }

  .flat-off>div:nth-of-type(2) button{
    padding: 7px 50px;
  }
  .testimonial{
    padding-bottom: 50px
  }
}


/* ----------footer---------------- */
 footer{
   margin-top: 90px;
   padding: 0 150px 0 70px;
   font-family: 'Montserrat', sans-serif;
 }

 .footer_link_container{
   display: grid;
   grid-template-columns: repeat(4, 1fr)
 }

 .footer_link_container ul:nth-of-type(1){
   text-align: center;
 }

 .footer_link_container ul:nth-of-type(2), ul:nth-of-type(3), ul:nth-of-type(4){
   visibility: hidden;
 }

 .footer_link_container ul{
   list-style: none;
   line-height: 32px
 }

 .footer_link_container ul img{
   width: 350px;
   margin-bottom: 20px;
 }

 .footer_link_container ul button{
   background: linear-gradient(white, white) padding-box,
              linear-gradient(to right, #eccc68, #3742fa) border-box;
  border-radius: 50em;
  border: 3px solid transparent;
   font-weight: 600;
    color: #2d3436;
    padding: 6px 20px;
    background-color: #fff;
 }

 .footer_link_container ul span{
   font-size: 16px;
   font-weight: 600;
   color: #2d3436;
 }

 .footer_link_container ul li{
    color: #636e72;
 }

 .footer_link_container ul a{
   color: #636e72;
 }

 .footer_link_container ul .fa-brands{
   margin-right: 20px;
   font-size: 20px;
 }

 @media only screen and (max-width: 1150px){
   footer{
     margin-top: 90px;
     padding: 0 100px 0 20px;
   }
   .footer_link_container{
     grid-template-columns: repeat(1, 1fr);
     width: max-content;
     margin: auto;
   }
   .footer_link_container ul:nth-of-type(2), ul:nth-of-type(3), ul:nth-of-type(4){
     display: none;
   }
 }

 @media only screen and (max-width: 800px){
   footer{
     margin-top: 90px;
     padding: 0 100px 0 20px;
   }
   .footer_link_container{
     grid-template-columns: repeat(1, 1fr);
   }
 }


 @media only screen and (max-width: 450px){
   .footer_link_container ul img{
     width: 280px;
     margin-bottom: 20px;
   }
 }



 /* copyright-container-wrapper     */

 .copyright-container-wrapper{
   width:90%;
   margin: auto;
   padding-bottom: 15px;
    color: #636e72
 }

 .copyright-container{
   display: flex;
   justify-content: space-between;
 }

 .copyright-container a{
   color: #636e72
 }

 .copyright-container>div:nth-of-type(2) span{
   margin-left: 10px
 }


 @media only screen and (max-width: 550px){
   .copyright-container{
     flex-direction: column;
     text-align: center;
     gap:10px
   }
 }

 /* =-------mobile__view__download__btn---- */
 .mobile__view__download__btn{
   position: fixed;
   bottom: 10px;
   left: 50%;
   transform: translateX(-50%);
   width: 100%;
   display: flex;
   justify-content: center;
   grid:10px;
  visibility: hidden;
 }

 .mobile__view__download__btn button{
   background-color: #5990a2;
   margin: 0 10px;
   padding: 7px 0;
   border-style:none;
   color:#fff;
   border-radius:7px;
   font-weight: 500
   letter-spacing:0.9px;
   width:50%;
 }

 @media only screen and (max-width: 500px){
   .mobile__view__download__btn{
     visibility: visible;
   }
   .download__placement__btn__desktop{
     visibility: hidden;
   }
  
 }

 @media only screen and (max-width: 400px){
   .mobile__view__download__btn button{
     font-size: 13px;
   }
 }
