@media (min-width: 1441px) and (max-width: 1844px) {
  .BigHeadings,
  .BigHeadings span,
  .BannerTitle,
  .BannerTitle span,
  .education .Subheading {
    font-size: 50px;
  }

  .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-auto-rows: 335px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .menu-content-wrapper {
    height: 80%;
  }
  .AboutImg2 {
    right: 10%;
  }
  .campusfeatures {
    padding: 0rem;
  }

  .BigHeadings,
  .BigHeadings span,
  .whereEducationSection span,
  .BannerTitle,
  .BannerTitle span,
  .education .Subheading {
    font-size: 50px;
  }

  .news-event-slider {
    height: 450px;
  }

  .details-box {
    max-width: 350px;
  }

  img#active-person-image {
    height: 450px;
    object-fit: cover;
  }
  .grid-wrapper .wide {
    grid-column: span 1;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .main-menu > li > a,
  .sub-menu-list a {
    font-size: 16px;
  }
  .BigHeadings,
  .BigHeadings span,
  .BannerTitle,
  .BannerTitle span,
  .education .Subheading {
    font-size: 45px;
  }

  .SchoolName,
  .whereEducationSection span {
    font-size: 28px;
  }
  .AboutImg1 img {
    max-height: 320px;
  }

  .AboutImg2 img {
    width: 220px;
  }

  .AboutImg2 {
    right: 5%;
    top: 30%;
  }

  #container {
    top: 24%;
    left: 38%;
  }

  #circle svg {
    height: 100px;
    width: 100px;
  }
  .campusfeatures {
    padding: 0rem;
  }

  .features {
    padding: 2rem;
  }

  .features {
    padding: 2rem;
  }
  .campusRight {
    padding-left: 0;
  }

  .EducationLeft {
    width: 50%;
  }

  .EducationRight {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .menu-content-wrapper {
    flex-direction: column;
  }
  .menu-image-col {
    display: none;
  }

  .details-box {
    margin-bottom: 30px;
  }

  .campusRight {
    padding-left: 0;
  }

  .GlimpseSection {
    height: 100%;
    padding: 5rem 2rem;
  }

  .slide-card.next-1 {
    transform: translateX(150px) scale(0.95);
  }
  .slide-card.next-2 {
    transform: translateX(300px) scale(0.8);
  }
  .slide-card.prev-1 {
    transform: translateX(-150px) scale(0.95);
  }
  .slide-card.prev-2 {
    transform: translateX(-300px) scale(0.8);
  }
}

@media (max-width: 768px) {
  .headerLeft img {
    max-width: 250px;
  }
  .main-menu > li > a {
    font-size: 20px;
  }
  .main-menu-col,
  .sub-menu-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-in-out;
    padding-right: 2rem;
    overflow-y: auto;
  }

  .main-menu-col {
    transform: translateX(0);
    display: flex;
    border-right: none;
  }

  .main-menu-col.hide {
    transform: translateX(-100%);
  }

  .sub-menu-col {
    transform: translateX(100%);
    background-color: #305197;
    padding-left: 2rem;
  }

  .sub-menu-col.show {
    transform: translateX(0);
    padding: 6rem;
  }

  .menu-image-col {
    display: none;
  }

  .menu-list-container {
    width: 100%;
  }

  .back-btn i {
    display: block;
  }
  .main-menu {
    padding-left: 2rem;
  }
  .sub-menu-col.show {
    padding: 2rem;
  }

  .sub-menu-list {
    padding-left: 0;
  }

  .BigHeadings,
  .BigHeadings span,
  .whereEducationSection,
  .whereEducationSection span,
  .BannerTitle,
  .BannerTitle span {
    font-size: 35px;
  }

  .education .Subheading {
    letter-spacing: 0.8px;
    font-size: 35px;
  }

  .LoginBtn,
  .HambergerMenu {
    width: auto;
    padding: 0 5px;
  }

  .MainHeader {
    padding: 1.4rem;
  }

  .KnowmoreBtn {
    justify-content: flex-end;
    width: 100%;
  }

  .headerLeft,
  .headerRight {
    width: 50%;
  }

  .headerRight > .row {
    width: auto;
  }

  /* Hero */
  .BannerSubTitle {
    font-size: 18px;
    bottom: 7%;
  }
  /* About */
  .AboutSection {
    height: auto;
  }
  .AboutSection .row {
    flex-direction: column-reverse;
  }
  .AboutLeft {
    padding-top: 8rem;
  }

  .AboutImg2 {
    right: 10%;
    top: 65%;
  }
  #container {
    top: 51%;
    left: 38%;
  }

  .campusRight {
    padding-left: 0;
    padding-right: 0;
  }

  /* Campus */
  .CampusSection {
    height: auto;
  }
  .campusfeatures {
    padding: 0;
  }

  .featureTxt {
    font-size: 20px;
  }
  .features {
    padding: 1rem 0;
  }
  .evenfeature1,
  .evenfeature2,
  .evenfeature3,
  .evenfeature4 {
    border: none;
  }

  /* Glimpse */

  .GlimpsePara {
    padding: 0;
    text-align: justify;
  }
  .slide-card {
    width: 250px;
    height: 350px;
  }
  .slide-card.next-1 {
    transform: translateX(100px) scale(0.9);
    opacity: 0.7;
  }
  .slide-card.next-2 {
    transform: translateX(200px) scale(0.8);
    opacity: 0.5;
  }
  .slide-card.prev-1 {
    transform: translateX(-100px) scale(0.9);
    opacity: 0.7;
  }
  .slide-card.prev-2 {
    transform: translateX(-200px) scale(0.8);
    opacity: 0.5;
  }
  .know-more-container {
    right: 2%;
  }

  /* Leadership */
  .main-card {
    padding: 20px;
  }
  .LeadershipRight,
  .thumbnail-container {
    justify-content: center;
  }
  .LeadershipMain {
    margin: 0;
  }
  .person-info .description {
    text-align: justify;
  }

  /* News & Events */
  .DetailsBox {
    justify-content: center;
    min-height: 100%;
    height: 90%;
    max-width: 90%;
  }
  .newsAndEventSection {
    height: auto;
  }
  .newsAndEventSection .row {
    justify-content: center;
    padding: 2rem;
  }
  .carousel-image-item {
    display: flex;
    justify-content: center;
  }
  .section-header h2 {
    font-size: 2rem;
  }
  .details-box .title {
    font-size: 1.5rem;
  }
  .owl-carousel .item {
    padding: 5px;
  }

  /* Photo Gallery */
  .photoGallerySection {
    height: auto;
  }
  .image-grid {
    grid-template-columns: 1fr 1fr;
  }
  .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    grid-template-rows: 1fr 1fr;
  }

  /* where educaton */
  .whereEducationSection {
    padding: 2vw;
  }

  .EducationBlueBg {
    padding: 1rem;
  }

  .SchoolName {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .EducationLeft {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .EducationBlueBg .KnowmoreBtn {
    justify-content: flex-start;
  }

  .EducationRight {
    padding-top: 2rem;
  }

  .EducationRight iframe {
    height: 300px;
  }

  /* Footer */
  .footer-logo,
  .footer-links,
  .contact-info {
    margin-bottom: 2rem;
  }
  .FooterMiddle,
  .FooterRight {
    padding-left: 12px;
  }
  .social-icons {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .headerLeft img {
    max-width: 160px;
  }

  .Logintxt {
    display: none;
  }

  .LoginIcon {
    height: 40px;
    width: 40px;
  }

  .MenuBtn {
    height: 40px;
    width: 40px;
  }

  .BigHeadings,
  .BigHeadings span,
  .whereEducationSection,
  .whereEducationSection span,
  .BannerTitle,
  .BannerTitle span,
  .education .Subheading {
    font-size: 26px;
    padding: 0;
  }

  .HeroSection,
  .HeroSection img {
    height: 45vh;
  }

  .AboutImg1 img {
    max-height: 280px;
  }

  .AboutImg2 img {
    width: 200px;
  }

  /* Glimpse slider */
  .slide-card {
    width: 200px;
    height: 280px;
  }
  .slide-card.next-1,
  .slide-card.prev-1 {
    transform: translateX(0) scale(0.8);
    opacity: 0.5;
  }
  .slide-card.next-2,
  .slide-card.prev-2,
  .slide-card.far-prev,
  .slide-card.far-next {
    opacity: 0;
    pointer-events: none;
  }

  .slider-container {
    width: 100%;
    height: 380px;
  }
  .know-more-container {
    bottom: 60px;
    right: 50%;
    transform: translateX(50%);
    flex-direction: column;
    gap: 5px;
  }
  .know-more-button,
  .arrow-button {
    width: auto;
    height: auto;
    font-size: 0.8em;
  }
  .dots-container {
    bottom: 10px;
  }

  /* Journey */
  .overlay-content h1 {
    font-size: 2rem;
  }
  .overlay-content p {
    font-size: 1rem;
  }
  .arrow-button {
    width: 50px;
    height: 50px;
  }
  .arrow-button svg {
    width: 20px;
    height: 20px;
  }

  /* News and Event */

  .carousel-image-item img {
    width: 250px !important;
  }

  /* Footer */

  .footer-logo img {
    max-width: 100%;
  }
}
