.admission-text {
    font-weight: bold;
    color: white;
  }
  
.admission-div{
background-color: rgb(165, 165, 1);
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; 
border-radius: 5px;
}

.admission-nav-text{
animation: blink 1s infinite;
}

@keyframes blink{
    0%{
        opacity: 1;
    }

    50%{
        opacity: 0.2;
    }

    100%{
        opacity: 1;
    }
}



.logo-container{
    /* clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%); */
   background-color:white;
   /* height: 4rem; */
}
.lhss-logo{
    width: 5rem;
}
.lhss-text{
    text-transform: uppercase;
    color: #001f4d;
    font-size: 1.6rem;
    font-weight: bold;
}


.odisha-div{
    background-color: #001f4d;
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-bottom: 4px solid yellow; */
}
.odisha-div img{
    width: 4rem;
}
.odisha-text{
    text-transform: uppercase;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}
#logo-anim{
    position: absolute;
    width: 12rem;
    bottom: -52%;
    right: 0%;
}

header{
    background: linear-gradient(90deg,  rgb(0, 31, 77) 10%,rgba(113,0,0,1));
    position: fixed;

}
.first-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.second-header{
    display: none;
}
.nav-container{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-container a{
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

.nav-container:nth-child(2){
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

/* .show-nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */
.nav-container:nth-child(2) a{
    width: 100%;
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.649);
}
/* About Start */

.about-section-main {
    background: linear-gradient(90deg, rgba(113, 0, 0, 0.9) 0%, rgba(0, 31, 77, 0.9) 90%);
    /* padding-bottom: 150px; */
}


.section-title {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #f4f4f4;
    position: relative;
}

.section-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background: #f39c12;
    display: block;
    margin: 10px auto 0;
}
.metorious-heading::after{
    content: '';
    width: 80px;
    height: 4px;
    background: #f39c12;
    display: block;
    margin: 25px auto 0;
}
.benefit-icon {
    font-size: 40px;
    color: #f39c12;
    margin-right: 15px;
  }

  .hero {
    background: linear-gradient(90deg, #001f4d 10%, rgba(113,0,0,1));
    color: #fff;
    padding: 100px 0;
  }

  .hero h3 {
    font-weight: 800;
  }
  .hero p {
    font-size: 20px;
    margin-top: 20px;
  }

  .btn-custom {
    background: #ff4b5c;
    color: #fff;
    padding: 12px 30px;
    border: none;
    transition: 0.3s;
  }
  .btn-custom:hover {
    background: #f39c12;
  }

  .course-text{
    text-align: justify;
  }
  .founder-talk{
    text-transform: uppercase;
    color: #001f4d;
    font-size: 2.2rem;
    padding-bottom: 1rem;
  }
.founder-talk::after{
    content: '';
    width: 80px;
    height: 4px;
    background: #e0b000;
    display: block;
    margin: 10px auto 0;
}
.choose-title::after{
    content: '';
    width: 80px;
    height: 4px;
    background: #ff4b5c;
    display: block;
    margin: 10px auto 0;
}
.about-image-main {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.about-image-main img {
    width: 100%;
    border-radius: 10px;
    transition: 0.5s;
    filter: brightness(100%);
    cursor: pointer;
}

.about-image-main:hover img {
    transform: scale(1.05);
}

.about-content p {
    font-size: 17px;
    line-height: 1.8;
    color: white;
    text-align:justify;
}

.about-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    --webkit-backdrop-filter: blur(5px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    transition: 0.4s;
}
.about-card h5{
    color: #e0b000;
}
.about-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

/* About End */
.benifit-section{
    background-image: url(../images/PLUS-TWO/benifits-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #001f4d;
    font-weight: bold;
}
.benifit-glass-div{
    background: rgba(180, 177, 177, 0.1);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}
.benifit-glass-div:nth-child(2){
    background: rgba(155, 152, 152, 0.329);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}
.tripod-container{
    position: relative;
    /* border: 1px solid black; */
    height: 25rem;   
}


.tripod{
    width: 15rem;
    height: 15rem;
    /* border: 1px solid black; */
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    position: absolute;
}

.tripod:nth-child(1){
    /* transform: translateX(-80%); */
    background-color: rgba(0, 0, 255, 0.097);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tripod:nth-child(2){
    transform: translateX(-25%);
    background-color: rgba(216, 112, 147, 0.119);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(50, 50, 93, 0.148) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    display: flex;
    align-items: end;
    justify-content: center;
}
.tripod:nth-child(3){
    transform: translateY(-50%);
    background-color: rgba(0, 128, 0, 0.086);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.LHSS{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2rem;
    font-weight: bolder;
    color: #001f4d;
    opacity: 0.5;

}
.tripod{
    font-size: 1rem;
    font-weight: bolder;
}
.tripod-text{
    font-weight: bolder;
    opacity: 0.4;
    position: absolute;
}
/* .tripod-text:nth-child(1){
    left: -4rem;

} */
 .tripod-text-first{
    left: -30%;
    font-size: 1.2rem;
 }
 .tripod-text-second{
    left: -35%;
    font-size:1.2rem;
 }

 .tripod-text-third{
    right: -30%;
    font-size: 1.2rem;
 }

.tripod-text:nth-child(3){
    /* transform: rotate(-90deg); */

}
.tripod-text:nth-child(2){
    /* transform: rotate(0); */
}

.metorious-div{
    height:2rem;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}


/* ----------Scrolling start-------- */

.scroll-section {
    background: linear-gradient(-90deg, #0068c8 8%, #e0b000);
    padding: 60px 0;
}

.scroll-container {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200%;
}

.scroll-item-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    animation: scroll-animation 30s linear infinite;
}

.card-item img {
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    max-height: 300px;
    object-fit: cover;
}

.card-item img:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 40px rgba(255, 255, 255, 0.3);
}

@keyframes scroll-animation {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 991px) {
    .scroll-container {
        width: 300%;
    }

    .card-item img {
        max-height: 200px;
    }
}

@media (max-width: 767px) {
    .scroll-container {
        width: 400%;
    }

    .card-item img {
        max-height: 180px;
    }

    .section-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .scroll-container {
        width: 500%;
    }

    .card-item img {
        max-height: 150px;
    }
}

/* -----------Scrolling end--------- */

.image-div{
    /* border: 1px solid black; */
}
.about-image{
    width: 25rem;
    /* border: 1px solid black; */
}
.float-div:nth-child(1){
    /* animation: float 3s ease-in-out infinite; */
}
.float-div:nth-child(2){
    /* animation: float 3s ease-in-out infinite; */
    animation-delay: 2s;
}

.about-slogan{
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #e0b000;
}
  .about-section{
    position: relative;
  }
  #lit-anim-div{
    position: absolute;
    width: 40rem;
    left: -5%;
    top: 0;
    opacity: 0.2;
  }
  .lit-img-div{
    position: absolute;
    bottom: 2%;
    right: 0;
  }
  .lit-img{
    width: 18rem;
    animation: float 3s ease-in-out infinite;
  }

  .about-section::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 20rem;
    background-image: linear-gradient(to top,white,transparent);
    z-index: 2;
    bottom: 0;

  }

  @keyframes float {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0px);
    }
  }
.text-div1{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;   
    /* background: linear-gradient(90deg,  rgba(0, 31, 77, 0.711) 10%,rgba(113, 0, 0, 0.749));     */
    color: #001f4d;
    font-weight: bold;
     border-radius: 10px;
     background: rgba(180, 177, 177, 0.1);
     backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
     border-bottom: 4px solid #ff4b5c;
}
.text-div2{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;   
    /* background-color: #001f4db3; */
    color: #001f4d;
    font-weight: bold;
     border-radius: 10px;
     border-bottom: 4px solid #ff4b5c;
     background: rgba(180, 177, 177, 0.1);
     backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
}
.man-text:nth-child(1){
    font-size: xx-large;
    font-weight: bold;
    text-transform: uppercase;
    color: #001f4d;
}
.man-text:nth-child(2){
    font-size: large;
    text-transform: uppercase;
    font-weight: bolder;
    color: #ff4b5c;

}
.man-text:nth-child(3){
    font-size: medium;
    text-transform: uppercase;
    font-weight: bolder;
    color: #e0b000;

}
.notice-container{
    position: relative;
    border: 40px solid yellow;
    height: 40rem;
    border-radius: 15px;
}
.notice-container img{
    position: absolute;
    left: -50%;
    top: 5%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 10px;
    border: 8px solid #e61355;
    width: 25rem;
    transition: transform 2s;
}
.notice-container img:hover{
transform: scale(1.5);
}

.about-div{
    background-color: #001f4d;
    /* border-radius: 0 10px 10px 10px; */
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    color: white;
    border-radius:10px;
    /* background: linear-gradient(90deg,  rgba(0,31,77,1) 10%,rgba(113,0,0,1));     */
    background-color: #001f4d;

}
.about-div-sub{
    backdrop-filter: blur(20px); 
    -webkit-backdrop-filter: blur(20px); 
    color: white;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.39);
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-para{
    /* font-family: "Playwrite DE Grund", cursive; */
    /* color: #e0b000; */

}
.heading-text{
    font-family: "Playfair Display", serif;

}
.methodology-container{
    background: rgba(255, 255, 255, 0.1);    
    backdrop-filter: blur(20px); 
    -webkit-backdrop-filter: blur(20px); 
    color: white;
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 2px solid #ff4b5c;
}

.methodology-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
  }
.scholarship-heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.681);
    backdrop-filter: blur(20px); 
    -webkit-backdrop-filter: blur(20px); 
    border: 3px solid white;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.scholarship-heading img{
    width: 5rem;
}
.scholar-heading{
color: #001f4d;
font-weight: bold;
text-transform: uppercase;
font-size: 1.4rem;
}
.scholar-text{
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #001f4d;
    font-weight: bold;
    border-bottom: 2px solid #e61355;
}
.scholar-percentage{
    /* color: #e61355; */
    color: #e61355;
    /* text-shadow: 0px 0px 1px #001f4d; */
    font-weight: bold;
    font-size: 1.2rem
}
.scholar-heading-div{
    clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #001f4d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid yellow;
}
.scholar-heading-text{
    font-size: 1.8rem;
    color: white;
    font-weight: bold;
    /* animation: text-anim .5s linear infinite; */
}

.scholar-money-div{
    display: flex;
    align-items:center;
    justify-content: space-evenly;
}
.percentage{
    background-color: white;
    border-radius: 5px;
    color: #001f4d;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 4px solid #e61355;
}

.scholar-money{
    font-weight: bold;
    font-size: 1.6rem;
    text-transform: uppercase;
    color:white;
    text-shadow: 1px 1px 3px #001f4d;
}

.arrow-anim{
    width: 6rem;
}
.contact-icon{
    width: 1.5rem;
}
.contact-text{
    font-size: 1.8rem;
}
.contact-number{
    /* font-size: 1.2rem; */
    color: white;
    font-weight: bold;
}
.contact-number a{
    color: white;
    font-weight: bold;
}
.contact-div{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e61355;
    border-radius: 5px 5px 0 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    cursor: pointer;
}

@keyframes text-anim{
    0%{
        opacity: 0.5;
    }
    100%{
    opacity: 1;
    }
}

/* ----------------scholarship start--------- */

.scholarship-section{
    background: linear-gradient(-90deg, #001f4d 10%, rgba(113,0,0,1));

}

.percentage{
    text-transform: uppercase;
}
.mission-heading{
    font-size: 2rem;
    text-transform: uppercase;
    color: #001f4d;
}
.footer-text{
    color: white;
    font-size: 1.2rem;
}
/*---------------scholarship end--------------*/

/* ------scroll bar----------*/

::-webkit-scrollbar {
    width: 12px;
    height: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: #001f4d;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #f39c12;
    border-radius: 10px;
    border: 2px solid #001f4d;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #ff4b5c;
  }
  


/* ---------------MEDIA QUERIES--------------- */

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {


}
  
  /* Small devices (landscape phones, 576px and up) */
  @media screen and (max-width: 767.98px) {
    .odisha-text{
        color: white;
        font-size: 0.7rem;
    }

    .lhss-logo{
        width: 4rem;
    }
    .lhss-text{
        font-size: 1rem;
    }




    .second-header{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .first-header{
        display: none;
    }

    .section-title {
        font-size: 30px;
    }

    .hero p {
        font-size: 15px;
        margin-top: 40px;
      }

      .benifit-section{
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100rem;
    }

    .tripod{
        width: 10rem;
        height: 10rem;
        position: absolute;
        left: 40%;
        top: 50%;
        transform: translate(-50%,-50%);
        border-radius: 50%;
    }


    .tripod-text-first{
        left: -30%;
        font-size: 0.8rem;
     }
     .tripod-text-second{
        left: -50%;
        font-size:0.8rem;
     }
    
     .tripod-text-third{
        right: -30%;
        font-size: 0.8rem;
     }

     .LHSS{
        font-size: 0.9rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
     }

    .founder-talk{
        font-size: 1.5rem;
        padding-right: 2rem;
        padding-bottom: 1rem;
      }

      .metorious-heading::after{
        margin: 20px auto 0;
    }

    .metorious-div{
        height:6rem;
        width: 8%;
    }

    .scholar-heading{
        font-size: 1rem;
        }

     .percentage{
    font-size: 0.8rem;
    }

    .scholar-money{
        font-size: 1rem;
    }

    .mission-heading{
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .about-image{
        width: 10rem;
    }

    .man-text:nth-child(1){
        font-size: 0.8rem;
    }
    .man-text:nth-child(2){
        font-size: 0.5rem;
    
    }
    .man-text:nth-child(3){
        font-size: 0.4rem;
    }

    .lit-img{
        width: 8rem;
    }

    #lit-anim-div{
        width: 10rem;
        left: -5%;
        top: 3%;
        opacity: 0.2;
      }

}
  
  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991.98px) {

    .nav-container a{
        font-size: 0.8rem;
    }

    .metorious-div{
        height:6rem;
        width: 8%;
    }

    .mission-heading{
        line-height: 2rem;
    }

}
  
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) and (max-width: 1199.98px) {

    .lhss-text{
        /* font-size: 1.1rem; */
        text-align: center;
    }

    .odisha-text{
        text-align: left;
        font-size: 1rem;

    }

    .odisha-div{
        padding-left: 2rem;
    }

    .founder-talk{
        font-size: 1.4rem;
        padding-bottom: 0.5rem;
      }

      #lit-anim-div{
        width: 30rem;
        left: -5%;
        top: 0;
      }

      .man-text:nth-child(1){
        font-size:1rem;

    }
    .man-text:nth-child(2){
        font-size: 0.6rem;
    
    }
    .man-text:nth-child(3){
        font-size: 0.5rem;
    
    }
    .founder-div{
        padding-right: 2rem;
    }

    .footer-text{
        font-size: 0.7rem;
        text-align: center;
    }

}
  
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) and (max-width: 1399.98px) {


}
  
  /* Extra extra large devices (very large screens, 1400px and up) */
  @media (min-width: 1400px) {


}
  