@media(max-width:1400px){
    .lower-shape {
    background-size: 100% 100%;
    padding: 38px 26px 30px 41px;
    gap: 0px;
}
main {
    padding: 6rem 2rem;
}
.about-heading {
    font-size: 35px;
}
.our-mission-content {
    height: 400px;
}
.academic-img-box p {
    font-size: 50px;
}
.academic-value-img {
    width: 100%;
}
.dps-saket, .dps-rk-puram {
    width: 433px;
    height: 400px;
}
.dps-saket p, .dps-rk-puram  p {
    font-size: 40px;
}
.academic-section {
    width: 100vw;
}
.website-explore-wrapper {
    justify-content: center;
}
.explore-box p {
    font-size: 50px;
}
.explore-box {
    width: 358px;
    height: 430px;

}
.logo-img-wrapper img{
width: 200px;
}
.left-footer {
    display: flex;
    align-items: center;
}
.social-links {
    gap: 6px;
}
.social-icon {
    width: 20px;
    height: 20px;
}
.right-footer {
    width: 50%;
}
.footer-wrapper {
    padding: 90px 70px;
}
.quick-links {
    justify-content: end;
}
}

@media(max-width:1200px){
    main {
    padding: 4rem 2rem;
}
.about-paragraph {
  display: -webkit-box;
  -webkit-line-clamp: 6;           /* Limit to 6 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-1, .about-2, .about-3, .about-4, .about-5 {
    font-size: 50px;
}.our-mission-content {

    height: 350px;
    padding: 28px;
}
.ourschool-section {
    padding: 4rem 2rem;
}

}
@media(max-width:992px){
    .shapes-wrapper {
    display: none;
}
.level-2 {
    position: relative;
    left: 0;
}
.our-mission-content {
    position: relative;
    left: 0;
    margin-left: 0;

}
.academic-img-box p {
    font-size: 34px;
    line-height: normal;
}
.acadmic-value {
   
    width: 20%;
}
.front-academic h2 {
    font-size: 25px;
}
.dps-saket, .dps-rk-puram {
    width: 300px;
    height: 350px;
}
.footer-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.website-explore-wrapper {
    display: flex;
    padding: 3rem 3rem;
    align-items: center;
    flex-direction: column;
}
.explore-box {
    width: 100vw;
    height: 280px;
    border-radius: 0px;
}
.dps-saket, .dps-rk-puram {
    width: 100%;
    height: 350px;
}
.dps-saket, .dps-rk-puram {

    transform: translate(0, 0px);
}
.dps-saket, .dps-rk-puram {

    transform: translateX(0px) !important;

}
.right-footer {
    width: 100%;
}
}

@media(max-width:768px){
    main {
    padding: 4rem 2rem 0rem;
}
.ff-box {

    margin: auto;
}
.left-menu {
    display: none;
}
#school-logo-img {
    width: 42px;
}
.logo-text {

    font-size: 12px;

}
.academic-value-box {
    flex-direction: column;
}
.front-academic {
    height: 0%;
    width: 0%;
     opacity: 0;
}
.onHoveracdemic1, .onHoveracdemic2, .onHoveracdemic3, .onHoveracdemic4, .onHoveracdemic5 {
    opacity: 1;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: 5;
    left: 0;
    border-radius: 0px;
}

  .academic-value-box {
    display: flex;
    flex-direction: column;

  }
/* .acadmic-value{
height: 100vh;
transform: none;
} */

.academic-section {
    overflow: unset; 
    height: 600vh;
 position: relative;
}
.academic-value-box{
 position: relative;
  height: 500vh;
  display: block;
  /* pointer-events: none; */
}
.academic-content {
    margin: 20px;
}
.acadmic-value {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1; /* Increase per layer */
  transform: none;
}

.academic-img-box {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.academic-section-bg-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
}

.acadmic-value1 { z-index: 2; }
.acadmic-value2 { z-index: 3; }
.acadmic-value3 { z-index: 4; }
.acadmic-value4 { z-index: 5; }
.acadmic-value5 { z-index: 6; }
.menu-container {
    padding: 2rem 1rem;

}
.our-mission-content {
    margin-top: 20px;
}
.menu-wrapper, .login-btn {
    height: 49px;
    width: 49px;

}
footer {
    padding: 30px;
}
.social-links {
    gap: 0px;
}
.footer-wrapper {
    padding: 20px 20px 70px;
}
.link-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 4px 4px 0px;
    border-radius: 6px;
    white-space: nowrap;
    width: fit-content;
}
.quick-links {
    justify-content: start;
}
.bottom-line {
    margin: 23px 0px;
    border-top: 2px solid #535353;
}
}