*{
    margin: 0  ;
    padding: 0  ;
    box-sizing: border-box;
    font-family: 'Antenna Regular';
}

@font-face {
    font-family: 'Antenna Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Antenna Bold'),
         url('fonts/Antenna-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'Antenna Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Antenna Regular'),
         url('fonts/Antenna-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Antenna Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Antenna Medium'),
         url('fonts/AntennaComp-Medium.otf') format('opentype');
}

    /* #### Generated By: http://font.download #### */

  
  
    .antenna-bold{
    font-family: 'Antenna Bold' !important;
    }
.fs-14{
    font-size: 14px !important;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-28{
    font-size: 28px;
}
.fs-40{
    font-size: 40px !important;
}
.fs-62{
    font-size: 62px;
}
a{
    text-decoration: none;
}
li{
    list-style-type: none;
}
.w-25{
    width: 25px !important;
}
input::placeholder,.form-txt{
    color: #242974a9 !important;
}
textarea::placeholder{
    color: #242974a9 !important;
}
/* .................navbar............... */

 
.top-nav ul{
    display: flex;
    margin-bottom: 0 ;
    text-align: end;
}
.top-nav ul li{
    display: flex;
    align-items: center;
    color: #242A74;
gap: 10px;
text-align: end;
}
.srsm-logo{
    width: 240px;
}

.navbar .nav-link{
    font-size: 14px;
}
.navbar{
    padding: 0 20px ;
}

 

/* ..................hero-section............... */

.hero-div {
 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
.shri-ram-hero-text{
    padding:6px 20px;
    background: rgba(255, 255, 255, 0.425);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    display: inline-block;
}
.admn-btn{
    background-color: #242A74;
}
.admn-btn:hover{
    background-color: #242A74;
}
.hero-left{
    flex-basis: 53%;
 }
.hero-content .hero-right{
    flex-basis: 30%;
    margin-left: 100px;
    margin-top: 90px;
}
.hero-div .container{
    display: flex;
}
.hero-right{
    background: white;
    padding: 15px 30px !important;
    border-radius: 20px;
    padding-bottom: 22px !important;
}
.hero-right input ,.hero-right textarea{
    width: 100%;
    padding:8px !important;
    border: 1px solid #DDDDDD;
    outline: none;
    font-size: 12px ;
    border-radius: 10px;
}
 
.hero-right h3{
    color: #242A74;
}
.hero-right p{
color: #686868;
}
.hero-right input::placeholder{
    color: #686868;
}
.hero-right .btn{
    margin-top: 20px;
    text-align: center;
 }

 .hero-right img{
    width: 200px;
    display: block;
    margin: auto;
 }





 .hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}

.hero-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-left h3 {
  margin-bottom: 15px;
}

.hero-form {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
}

.hero-form img {
  max-width: 200px;
  display: block;
  margin: 0 auto 10px;
}

/* Mobile */
@media (max-width: 768px) {
  .hero {
    height: auto;
    padding: 60px 0;
  }

  .hero-form {
    margin-top: 30px;
  }
}


.why-srsm-text{
    font-size: 20px !important;
    color: #242A74;
} 
.why-srsm-text span{
    color: #F1A43C !important;
}


.what-prnt-text{
    color: #242A74 !important;
}

.yellow-color{
    color:#F1A43C !important
}
.list-style-circle li{
    list-style-type: circle;
}
.font-w{
    font-weight: bold   !important;
}
/* ......................abouts us............. */
.about-us {
    margin-top: 70px;
}
        .about-us span {
            font-size: 20px;
            color: #242A74;
        }
    
        .about-us .row div h3 {
            font-size: 40px;
        }
    
        .about-us .row div h3 p {
            color: #F1A43C;
            font-size: 40px;
        }
    
.about-us .row div p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
.about-us-features {
    background: #ebebeb;
    border-radius: 11px;
    padding: 15px 20px;
    transition: 0.5s;
    background: linear-gradient(213deg, #ffffff, transparent);
    border-radius: 11px;
    padding: 15px 20px;
    border: 1px solid #ddd;
}
   
    .about-us-features img {
        padding: 10px;
        background: #2F80ED;
        border-radius: 15px;
        width: 45px;
    }

/* ..............facilities section............. */

 

    .facilities .shri-ram-hero-text{
        background-color: #000000 !important;
        backdrop-filter: blur(20px);
        text-align: center !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: fit-content !important;
        margin: auto;
        color: #ffffff;
        font-weight: 600;
    }
    .card{
        background: #F2F1FD;
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px dotted #000000;
        height: 200px;
    }
    .card b{
        text-align: center;
        color: #242A74;
    }
    .card img{
        width: 70px;
        background-color: #fff9f0;
        padding:12px;
        border-radius: 50%;

    }

    .w-50{
        width: 50px !important;
    }
.blue-color{
            color: #242A74;

}

.hero-form .form-control,
  select,
  .hero-form textarea {
      color: #242974a9;       
      font-size: 12px;       
      font-weight: normal !important;
  }

   .hero-form .form-control::placeholder,
 select::placeholder,
  .hero-form textarea::placeholder {
      color: #242974a9 !important;
      font-size: 12px;
  }

   .hero-form .admn-btn {
      font-size: 12px;
  }

   .academic-form .form-control,
  .academic-form select,
  .academic-form textarea {
      color: #242974a9;       /* Text color */
      font-size: 12px;      /* Font size */
      font-weight: normal;  /* Ensure normal weight for select and inputs */
  }

  /* Placeholder styling */
  .academic-form .form-control::placeholder,
  .academic-form select::placeholder,
  .academic-form textarea::placeholder {
      color: #242974a9;
      font-size: 12px;
  }

  /* Button font size */
  .academic-form .admn-btn {
      font-size: 12px;
  }

    /* .............footer............. */
    footer{
        background: #242A74;
        padding: 70px 50px 5px 50px;
        position: relative;
        z-index: 1;
                margin-top: 150px;

     }
    footer ul{
        padding-left: 0 !important;
        color: white;
    }
    footer ul li{
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 8px;
        margin-top: 8px;
        color: white;
        font-size: 15px;
    }
    footer h3{
         color: white;
    }
  /* .footer::before {
    content: "";                     
    display: block;                  
    width: 100%;                     
    height: 100px;                   
    background-image: url('assets/footer-top.png');
    background-size: cover;          
    background-position: center; 
    position: absolute;
    top: 0;  
    left: 0;
    z-index: 0;   
} */

footer hr{
    height: 3px;
}
footer p{
    font-size: 14px;
}
    
footer .map-img{
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.line-height-22{
    line-height: 22px;
}
.text-justify {
  text-align: justify !important;
}
/* ................academic session............ */
.academic-section{
    margin-top: 30px;
}
.academic-section .hero-div{
    background: transparent !important;
}

.academic-section .hero-left img{
    width: 70% ;
}
.academic-section .hero-right{
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
margin-left: 50px;
margin-top: 50px;
background:#DDDDDD;
background:linear-gradient(180deg, #fff, #dddd);

}




/* .............. beyond academics............ */
.beyond-academics-section span{
    color:#242A74;
}

  .acd-card{
        background: #F2F1FD;
        padding: 17px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
         flex-direction: column;
         border-radius: 10px;
         height: 168px;
     }
    .acd-card b{
        text-align: center;
        color: #2F2484;
    }
    .acd-card img{
        width: 40px;
 
    }


    .springImageSwiper {
  width: 100%;
  padding: 30px 0;
}

.springImageSwiper .swiper-slide {
   overflow: hidden;
}
 
.swiper iframe {
    width:100%;
    height: 250px !important;
    border-radius: 12px;
}


.testimonial-section{
    margin-top: 80px;
    background: #6a56ee2a;
    padding: 80px 0;
}






.sportimgwrapper {
    background: #ffffff;
    padding: 8px 15px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ddd;
    margin: 12px 0;
     max-height:400px;
    width: 100%;
}
.sportimgwrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
}
 

.sportcardwrapper .sportimgwrapper h4 {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    width: 100%;
    left: 0;
    text-align: center;
    color: #fff;
    padding: 6px 0;
     margin-bottom: 0px;
}







.academic-form .btn{
    background: #000000 !important;
}



.mobile-nav{
    display: none !important; 
}
.mobile-nav ul li {
    color: #242A74;
    font-size: 10px;
    
}

/* ..................media queries.............. */

@media screen and (max-width: 600px) {
    .hero-div .container{
        flex-wrap: wrap;
 }
 .hero-left{
    flex-basis: 100% !important;
    padding-top: 40px;
}
 
.top-nav{
    display: none !important;
}
body{
    overflow-x: hidden;
}
 
.academic-form{
    flex-basis: 100% !important;
    margin-left: 0px !important;
}
footer {
     padding: 40px 10px 5px 10px !important;
}
.mobile-nav{
    display: block !important;
}
.hero-content .justify-content-end{
    justify-content: center !important;
}
.hero-content .hero-right{
    flex-basis: 75% !important;
    margin-left: 0 !important;
    margin-top: 10px;
}
.academic-section .hero-div{
    flex-wrap: wrap;
}
}



.springImageSwiper .swiper-pagination-bullet {
  width: 25px;
  height: 6px;
  border-radius: 10px;
  background: #ddd;
  opacity: 1;
 }

.springImageSwiper .swiper-pagination-bullet-active {
  background: #007bff;
}

.springImageSwiper {
  padding-bottom: 50px;    
  overflow: visible;      
}
.springImageSwiper .swiper-pagination {
  bottom: 0px !important;  
}

 
.academic-form{
    background: white;
    padding: 15px 30px !important;
    border-radius: 20px;
    padding-bottom: 22px !important;
}
.academic-form input ,.academic-form textarea{
    width: 100%;
    padding:8px !important;
    border: 1px solid #DDDDDD;
    outline: none;
    font-size: 12px ;   
    border-radius: 10px;
}
 .academic-form{
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
margin-left: 50px;
margin-top: 50px;
background:#DDDDDD;
background:linear-gradient(180deg, #fff, #dddd);

}
.academic-form h3{
    color: #242A74;
}
.academic-form p{
color: #686868;
}
.academic-form input::placeholder{
    color: #686868;
}
.academic-form .btn{
    margin-top: 20px;
    text-align: center;
 }

 .academic-form img{
    width: 200px;
    display: block;
    margin: auto;
 }


.bottom-footer {
    color: white;
}
.swiper{
    overflow-y: visible !important;
}

 

.item {
  position: relative;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 0 5px;
  border-radius: 15px;
}

.item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
    border-radius: 15px;

 }

.item i {
    position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px !important;
  line-height: 60px;
  font-style: normal !important;
   transform: translate(-50%, -50%) scale(0);
  transition: transform 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}


.item.blue {
  background-color: #242A74;
}

.item.blue i {
  color: #ffffff;
  font-size: 18px;
}

 
.item * {
  transition: all 0.35s ease-in-out;
}

.item:hover img {
  opacity: 0.3;
  filter: grayscale(100%);
}

.item:hover i {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.margin-bottom-70{
    margin-bottom: 80px !important;
}

/* ===== Media Queries ===== */
@media (max-width: 576px) {
  .container {
    flex-direction: column;
  }

  .item {
    margin: 3px 6px;
  }
}


.navbar{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.f-100{
    flex-basis: 100%;
}
.flex-50{
    flex-basis: 50%;
}
.academic-system-text{
    color: #242A74;
}

.mail-box{
    width:14px;
    margin-right: 8px;
}


.yt-link {
    background-color: red;
    position: absolute;
    left: 15px;
    bottom:5%;
    padding: 4px 8px;
    border-radius: 4px;
    color: white;
    font-size: 22px;
    cursor: pointer !important;
    z-index: 22;
}

.why-prnt-text{
    color: #242A74;
}

.springImageSwiper {
  width: 100%;
  height: 480px;
}

.springImageSwiper .swiper-slide {
  width: auto;               
}

.reel-slide {
  width: 360px !important;               
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reel-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.black-color{
    color:black !important;
}

/* *************  Media Queris for Mobile ************** */

@media screen and (max-width: 600px) {
     .hero-content .hero-right {
         margin-top: 75px;
    }
    .yt-link{
        bottom: 1%;
    }
    .fs-40{
        font-size: 32px !important;
    }
    .about-us .row div p {
    font-size: 12px;
 
}
.fs-14{
    font-size: 12px !important;
}
.fs-18{
    font-size: 16px !important;
}
.w-75{
    width: 100% !important;
}
.bottom-footer p{
    margin-bottom: 0 !important;
    text-align: center !important;
}
.mail-box{
    display: none !important;
}
.fs-14-mobile{
    font-size: 14px !important;
 }
}


@media (min-width: 601px) and (max-width: 991px) {
.hero-content .hero-right{
    flex-basis: 50% !important;
}
.fs-14-mobile{
    font-size: 14px;
}
.hero-left{
    flex-basis: 100%;
}
.hero-right{
    margin-left: 0px !important;
}
}