/* 
 =========================================================================================================================
  header 
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  header {
    --brand-icon-height: 35px;
    font-size: 0.88rem;
  }

  header img {
    height: var(--brand-icon-height);
  }

  header ul {
    margin-right: 4rem;
  }

  header .btn {
    padding: 0.4rem 1.4rem;
    font-size: 0.88rem;
  }
}

@media (max-width: 1200px) {
  header {
    --brand-icon-height: 30px;
    font-size: 0.78rem;
  }

  header img {
    height: var(--brand-icon-height);
  }

  header ul {
    margin-right: 3rem;
  }
}

@media (max-width: 992px) {
  header .container > ul,
  header .container > a {
    display: none;
  }

  header .container > i {
    display: block;
    font-size: 1.8rem;
    cursor: pointer;
  }
}

/* 
 =========================================================================================================================
  aside 
 =========================================================================================================================
*/

@media (max-width: 576px) {
  aside img {
    height: 30px;
  }

  aside .container > .btn {
    padding: 0.3rem 1rem;
  }

  aside nav {
    padding-left: 2rem;
  }
}

@media (max-width: 336px) {
  aside img {
    height: 25px;
  }

  aside > .container .btn {
    margin-right: 1rem;
    font-size: 0.88em;
  }
}

/* 
 =========================================================================================================================
  Section#call-to-action 
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #call-to-action .container p:first-child {
    margin-top: 5rem;
    font-size: 0.8rem;
    margin-bottom: 0;
    padding-bottom: 10px;
    line-height: 1.5;
  }

  #call-to-action h1 {
    font-size: 40px;
    line-height: 1.4;
  }

  #call-to-action .container p:nth-child(3) {
    font-size: 1rem;
    line-height: 2;
    padding: 0 8rem;
  }

  #call-to-action .btn {
    padding: 0.6rem 1.6rem;
  }
}

@media (max-width: 1200px) {
  #call-to-action,
  #call-to-action::after,
  #call-to-action::before {
    --call-to-action-height: 100vh;
    min-height: var(--call-to-action-height);
  }

  #call-to-action .container p:nth-child(1) {
    margin-top: 4rem;
  }

  #call-to-action .container p:nth-child(3) {
    padding: 0 5rem;
  }
}

@media (max-width: 992px) {
  #call-to-action,
  #call-to-action::after,
  #call-to-action::before {
    --call-to-action-height: 700px;
    min-height: var(--call-to-action-height);
    padding-bottom: 3rem;
  }

  #call-to-action .container p:nth-child(1) {
    margin-top: 3rem;
  }

  #call-to-action .container p:nth-child(3) {
    padding: 0;
  }
}

@media (max-width: 768px) {
  #call-to-action,
  #call-to-action::after,
  #call-to-action::before {
    --call-to-action-height: 450px;
    min-height: var(--call-to-action-height);
    padding-bottom: 3rem;
  }

  #call-to-action::before {
    display: none;
  }

  #call-to-action .container p:first-child {
    font-size: 0.7rem;
    margin-top: 2rem;
  }

  #call-to-action h1 {
    font-size: 24px;
  }

  #call-to-action .container p:nth-child(3) {
    font-size: 0.8rem;
  }

  #call-to-action .btn {
    padding: 0.5rem 1.2rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  #call-to-action .container p:first-child {
    margin-top: 0;
  }
}

/* 
 =========================================================================================================================
  Section#hero 
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #hero article {
    padding: 4rem 3rem;
  }

  #hero h1 {
    font-size: 30px;
  }

  #hero p {
    font-size: 0.95rem;
  }

  #hero .btn {
    padding: 0.5rem 1.3rem;
  }

  #hero article > div {
    margin-top: 2rem;
  }
}

@media (max-width: 992px) {
  #hero {
    grid-template-columns: 1fr;
  }

  #hero article {
    padding: 6rem;
  }
}

@media (max-width: 768px) {
  #hero article {
    padding: 3rem;
  }
}

@media (max-width: 576px) {
  #hero article {
    padding: 3rem 10px;
  }

  #hero h1 {
    font-size: 24px;
  }

  #hero p {
    font-size: 0.9rem;
  }
}

/* 
 =========================================================================================================================
  Section#statements
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #statements {
    padding: 4rem 0;
  }

  #statements i {
    font-size: 1.5rem;
    margin: 1rem auto;
  }

  #statements h3 {
    font-size: 1.5rem;
  }

  #statements h1 {
    font-size: 30px;
  }

  #statements p {
    font-size: 0.9rem;
    padding: 0 15rem;
  }

  #statements .btn {
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
  }
}

@media (max-width: 1200px) {
  #statements {
    padding: 3rem 0;
  }

  #statements p {
    padding: 0 10rem;
  }
}

@media (max-width: 992px) {
  #statements p {
    padding: 0 5rem;
  }
}

@media (max-width: 768px) {
  #statements p {
    padding: 0;
  }
}

@media (max-width: 576px) {
  #statements i {
    font-size: 1rem;
  }

  #statements h3 {
    font-size: 1rem;
  }

  #statements h1 {
    font-size: 1.5rem;
  }

  #statements p {
    font-size: 0.85rem;
  }
}

/* 
 =========================================================================================================================
  Section#principal
 =========================================================================================================================
*/

 @media (max-width: 1200px) {
      #principal .message {
        padding: 2rem;
      }

      #principal .message>div {
        padding-left: 2rem;
      }
    }

    @media (max-width: 992px) {
      #principal {
        grid-template-columns: 1fr;
      }

      #principal .message {
        order: 1;
      }
    }

    @media (max-width: 768px) {
      #principal .message p {
        font-size: 0.9rem;
      }

      #principal .message h2 {
        font-size: 1.3rem;
      }

      #principal .message blockquote {
        font-size: 0.9rem;
      }

      #principal .message .name {
        font-size: 0.9rem;
      }
    }

    @media (max-width: 576px) {
      #principal .message {
        padding: 1rem;
      }

      #principal .message>div {
        padding-left: 1rem;
      }
    }
/* 
 =========================================================================================================================
  Section#notice
  Section#news
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #notice,
  #news {
    padding: 3rem 0;
  }

  #notice > i,
  #news > i {
    font-size: 1.5rem;
  }

  #notice > p,
  #news > p {
    font-size: 1rem;
  }

  #notice > h2,
  #news > h2 {
    font-size: 30px;
  }

  #notice .container {
    gap: 2rem;
    padding: 1.5rem 3rem;
  }

  #notice .box h2 {
    font-size: 1.2rem;
  }

  #notice .box > p:nth-child(2) {
    font-size: 0.9rem;
  }

  #notice .btn {
    font-size: 1rem;
  }
}

@media (max-width: 1200px) {
  #notice .container {
    padding: 2rem 0;
  }
}

@media (max-width: 992px) {
  #notice .container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  #notice .container {
    padding: 2rem 1rem;
  }

  #notice > i,
  #news > i {
    font-size: 1rem;
  }

  #notice > p,
  #news > p {
    font-size: 0.9rem;
  }

  #notice > h2,
  #news > h2 {
    font-size: 24px;
  }

  #notice .box h2 {
    font-size: 1.1rem;
  }

  #notice .btn {
    font-size: 0.9rem;
    padding: 0.5rem 1.3rem;
  }
}

/* 
 =========================================================================================================================
  Section#news
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #news .container {
    padding: 2rem;
    gap: 2rem;
  }

  #news .secondary-news .card {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1200px) {
  #news .container {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  #news .container {
    padding: 2rem 0;
    gap: 1rem;
  }

  #news .secondary-news .card {
    margin-bottom: 1rem;
  }

  #news .secondary-news .card {
    flex-direction: column;
  }

  #news .primary-news .card-img-top,
  #news .secondary-news .card-img-top {
    height: 200px;
  }

  #news .secondary-news .card-img-top,
  #news .secondary-news .card-body {
    flex: none;
  }
}

@media screen and (max-width: 576px) {
  #news .container {
    padding: 10px;
  }

  #news .primary-news .card-img-top,
  #news .secondary-news .card-img-top {
    height: 200px;
  }
}

/* 
 =========================================================================================================================
  Section#events
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #events .top i {
    font-size: 1.5rem;
  }

  #events .top p {
    font-size: 1.5rem;
  }

  #events .top h1 {
    padding: 0 15rem;
    font-size: 30px;
  }

  #events .bottom {
    padding: 2rem 6rem;
  }

  #events .bottom .box {
    padding: 1.5rem;
  }

  #events .bottom .box p:first-child {
    font-size: 0.9rem;
  }

  #events .bottom .box span {
    font-size: 54px;
  }

  #events .bottom .box h2 {
    font-size: 0.9rem;
  }
}

@media (max-width: 1200px) {
  #events .top h1 {
    padding: 0 10rem;
  }
  #events .bottom {
    padding: 2rem 4rem;
  }
}

@media (max-width: 992px) {
  #events .top h1 {
    padding: 0 7rem;
  }
  #events .bottom {
    padding: 2rem 5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  #events .top i {
    font-size: 1rem;
  }

  #events .top p {
    font-size: 1rem;
  }

  #events .top h1 {
    padding: 0 5rem;
    font-size: 24px;
  }
  #events .bottom {
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  #events .top h1 {
    padding: 0 1rem;
  }
  #events .bottom {
    grid-template-columns: 1fr;
    padding: 1rem;
    gap: 1rem;
  }
}

/* 
 =========================================================================================================================
  Section#get-in-touch
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #get-in-touch {
    padding: 4rem 0;
  }

  #get-in-touch .container article:nth-child(1) {
    margin-left: 4rem;
  }

  #get-in-touch .container article:nth-child(2) {
    margin-right: 4rem;
  }

  #get-in-touch .container article:nth-child(1) div h2 {
    font-size: 48px;
  }

  #get-in-touch .container article:nth-child(2) h2 {
    font-size: 32px;
  }

  #get-in-touch .container article:nth-child(2) .btn {
    padding: 0.5rem 1.3rem;
  }

  #get-in-touch .policy {
    padding: 3rem 15rem;
  }
}

@media (max-width: 1200px) {
  #get-in-touch .container {
    gap: 3rem;
  }

  #get-in-touch .container article:nth-child(1) {
    margin-left: 0;
  }

  #get-in-touch .container article:nth-child(2) {
    margin-right: 0;
  }

  #get-in-touch .policy {
    padding: 3rem 8rem;
  }
}

@media (max-width: 992px) {
  #get-in-touch .container {
    grid-template-columns: 1fr;
  }

  #get-in-touch .container article:nth-child(1) {
    gap: 3rem;
  }

  #get-in-touch .policy {
    padding: 3rem 6rem;
  }
}

@media (max-width: 768px) {
  #get-in-touch .container article:nth-child(1) {
    gap: 2rem;
  }

  #get-in-touch .policy {
    padding: 3rem;
  }
}

@media (max-width: 576px) {
  #get-in-touch .container article:nth-child(1) {
    gap: 1rem;
  }

  #get-in-touch .container article:nth-child(1) div p {
    font-size: 12px;
    letter-spacing: 3px;
  }

  #get-in-touch .policy {
    padding: 3rem 1rem 2rem;
  }
}

@media (max-width: 411px) {
  #get-in-touch .container article:nth-child(1) {
    grid-template-columns: 1fr;
  }

  #get-in-touch .container article:nth-child(1) div {
    height: 150px;
  }
}

/* 
 =========================================================================================================================
  footer
 =========================================================================================================================
*/

@media (max-width: 768px) {
  footer .container {
    flex-direction: column;
  }

  footer p {
    text-align: center;
  }

  footer ul {
    order: -1;
  }
}

/* 
 =========================================================================================================================
  Section#staff-hero
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #staff-hero .container {
    padding-left: 60px;
  }

  #staff-hero .container p:nth-child(1) {
    font-size: 0.9rem;
  }

  #staff-hero .container h2 {
    font-size: 2.5rem;
  }

  #staff-hero .container p:nth-child(3) {
    font-size: 0.9rem;
  }

  #staff-hero .container .btn {
    padding: 0.6rem 1.3rem;
  }
}

@media (max-width: 1200px) {
  #staff-hero .container {
    padding-left: 40px;
  }

  #staff-hero .container p:nth-child(3) {
    max-width: 600px;
  }
}

@media (max-width: 992px) {
  #staff-hero .container {
    padding-left: 0;
    min-height: 200px;
  }

  #staff-hero .container h2 {
    font-size: 2rem;
  }

  #staff-hero .container .btn {
    padding: 0.5rem 1.2rem;
  }
}

@media (max-width: 576px) {
  #staff-hero .container {
    padding: 10px;
  }
}

/* 
 =========================================================================================================================
  Section#staff-statements
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #staff-statements .container {
    padding: 0 5rem;
  }

  #staff-statements .content div:nth-child(1) p {
    font-size: 0.9rem;
  }

  #staff-statements .content div:nth-child(1) h2 {
    font-size: 1.8rem;
  }

  #staff-statements .content div:nth-child(2) p {
    font-size: 0.9rem;
  }
}

@media (max-width: 1200px) {
  #staff-statements .container {
    padding: 0;
  }
}

@media (max-width: 992px) {
  #staff-statements .images {
    gap: 2rem;
  }

  #staff-statements .content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  #staff-statements .images {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

@media (max-width: 576px) {
  #staff-statements {
    padding: 3rem 0;
  }

  #staff-statements .container {
    padding: 10px;
  }

  #staff-statements .images {
    gap: 1rem;
  }
}

/* 
 =========================================================================================================================
  Section#our-staff
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #our-staff .container > p:nth-child(1) {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
  }

  #our-staff .container > h2 {
    font-size: 32px;
    margin-bottom: 0;
  }

  #our-staff .container > p {
    font-size: 0.9rem;
  }
}

@media (max-width: 1200px) {
  #our-staff .container {
    padding: 0 5rem;
  }
}

@media (max-width: 992px) {
  #our-staff .container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  #our-staff {
    padding: 3rem 0;
  }

  #our-staff .staffs.management,
  #our-staff .staffs.educator,
  #our-staff .staffs.other {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 576px) {
  #our-staff .container {
    padding: 10px;
  }

  #our-staff .container > h2 {
    font-size: 24px;
  }

  #our-staff .container > p {
    font-size: 0.9rem;
  }

  #our-staff .staffs.management,
  #our-staff .staffs.educator,
  #our-staff .staffs.other {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #our-staff .staffs {
    margin-bottom: 2rem;
  }
}

@media (max-width: 336px) {
  #our-staff .staffs.management,
  #our-staff .staffs.educator,
  #our-staff .staffs.other {
    grid-template-columns: 1fr;
  }
}

/* 
 =========================================================================================================================
  Section#contact-hero
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #contact-hero p {
    font-size: 0.9rem;
  }

  #contact-hero h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  #contact-hero {
    min-height: 250x;
  }
}

@media (max-width: 576px) {
  #contact-hero {
    padding: 10px;
  }

  #contact-hero p,
  #contact-hero h1 {
    text-align: center;
  }

  #contact-hero h1 {
    font-size: 2rem;
  }
}

/* 
 =========================================================================================================================
  Section#contact-area
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #contact-area .container {
    padding: 0 6rem;
  }

  #contact-area .container .boxes {
    gap: 2rem;
  }

  #contact-area .boxes > div h2 {
    font-size: 1rem;
  }

  #contact-area .boxes > div p {
    font-size: 0.9rem;
  }

  #contact-area .form {
    margin: 2rem 0 3rem;
    padding: 40px 100px;
  }

  #contact-area .form h1 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  #contact-area .container {
    padding: 0;
  }
}

@media (max-width: 992px) {
  #contact-area .form {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  #contact-area {
    padding-bottom: 1rem;
  }

  #contact-area .container .boxes {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #contact-area .boxes > div {
    padding: 1rem;
  }

  #contact-area .form {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  #contact-area .form p {
    font-size: 0.9rem;
  }

  #contact-area .form h1 {
    font-size: 1.5rem;
  }

  #contact-area .form form {
    margin-top: 1rem;
  }

  #contact-area .form form > div {
    grid-template-columns: 1fr;
  }

  #contact-area .form form .btn {
    padding: 0.5rem 1.2rem;
  }
}

@media (max-width: 576px) {
  #contact-area .container {
    padding: 10px;
  }
}

/* 
 =========================================================================================================================
  Section#map
 =========================================================================================================================
*/

@media (max-width: 576px) {
  #map .container {
    padding: 10px;
  }
}

/* 
 =========================================================================================================================
  Section#about-hero
  Section#gallery-hero
  Section#sponsor-hero
  Section#alumni-hero
  Section#wof-hero
  Section#sponsors-hero
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #about-hero p,
  #gallery-hero p:nth-child(1),
  #sponsor-hero p:nth-child(1),
  #alumni-hero p:nth-child(1),
  #wof-hero p:nth-child(1),
  #sponsors-hero p:nth-child(1) {
    font-size: 0.9rem;
  }

  #about-hero h1,
  #gallery-hero h1,
  #sponsor-hero h1,
  #alumni-hero h1,
  #wof-hero h1,
  #sponsors-hero h1 {
    font-size: 2.5rem;
  }

  #about-hero .btn {
    font-size: 0.9rem;
    padding: 0.8rem 1.5rem;
  }

  #gallery-hero p:nth-child(3),
  #sponsor-hero p:nth-child(3),
  #alumni-hero p:nth-child(3),
  #wof-hero p:nth-child(3),
  #sponsors-hero p:nth-child(3) {
    font-size: 0.9rem;
  }
}

@media (max-width: 992px) {
  #about-hero,
  #gallery-hero,
  #sponsor-hero,
  #alumni-hero,
  #wof-hero,
  #sponsors-hero {
    min-height: 300px;
    justify-content: center;
  }

  #gallery-hero p:nth-child(3),
  #sponsor-hero p:nth-child(3),
  #alumni-hero p:nth-child(3),
  #wof-hero p:nth-child(3),
  #sponsors-hero p:nth-child(3) {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  #about-hero h1,
  #gallery-hero h1,
  #sponsor-hero h1,
  #alumni-hero h1,
  #wof-hero h1,
  #sponsors-hero h1 {
    font-size: 1.5rem;
  }

  #about-hero .btn {
    padding: 0.6rem 1.3rem;
  }
}

@media (max-width: 576px) {
  #about-hero,
  #gallery-hero,
  #sponsor-hero,
  #alumni-hero,
  #wof-hero,
  #sponsors-hero {
    padding: calc(3rem + var(--header-height)) 10px 3rem;
  }
}

/* 
 =========================================================================================================================
  Section#about-mission
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #about-mission {
    min-height: 550px;
  }

  #about-mission article:nth-child(1) {
    padding: 3rem;
  }

  #about-mission article:nth-child(1) p:nth-child(1) {
    font-size: 0.9rem;
  }

  #about-mission article:nth-child(1) h2 {
    font-size: 32px;
  }

  #about-mission article:nth-child(1) p:nth-child(3) {
    font-size: 0.9rem;
  }
}

@media (max-width: 1200px) {
  #about-mission {
    min-height: 450px;
    grid-template-columns: 5fr 4fr;
  }
}

@media (max-width: 992px) {
  #about-mission {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  #about-mission article:nth-child(2) {
    display: none;
  }

  #about-mission article:nth-child(1) h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  #about-mission article:nth-child(1) {
    padding: 3rem 10px;
  }
}

/* 
 =========================================================================================================================
  Section#about-vision
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #about-vision {
    min-height: 550px;
  }

  #about-vision article:nth-child(2) {
    padding: 3rem;
  }

  #about-vision article:nth-child(2) p:nth-child(1) {
    font-size: 0.9rem;
  }

  #about-vision article:nth-child(2) h2 {
    font-size: 32px;
  }

  #about-vision article:nth-child(2) p:nth-child(3) {
    font-size: 0.9rem;
  }
}

@media (max-width: 1200px) {
  #about-vision {
    min-height: 450px;
    grid-template-columns: 5fr 4fr;
  }

  #about-vision article:nth-child(1) {
    order: 2;
  }
}

@media (max-width: 992px) {
  #about-vision {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  #about-vision article:nth-child(2) h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  #about-vision article:nth-child(2) {
    padding: 3rem 10px;
  }
}

/* 
 =========================================================================================================================
  Section#about-alumni
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #about-alumni {
    min-height: 550px;
  }

  #about-alumni article:nth-child(1) {
    padding: 3rem;
  }

  #about-alumni article:nth-child(1) p:nth-child(1) {
    font-size: 0.9rem;
  }

  #about-alumni article:nth-child(1) h2 {
    font-size: 32px;
  }

  #about-alumni article:nth-child(1) p:nth-child(3) {
    font-size: 0.9rem;
  }
}

@media (max-width: 1200px) {
  #about-alumni {
    min-height: 450px;
    grid-template-columns: 5fr 4fr;
  }
}

@media (max-width: 992px) {
  #about-alumni {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  #about-mission article:nth-child(2) {
    display: none;
  }

  #about-alumni article:nth-child(1) h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  #about-alumni article:nth-child(1) {
    padding: 3rem 10px;
  }
}

/* 
 =========================================================================================================================
  Section#about-wof
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #about-wof {
    min-height: 550px;
  }

  #about-wof article:nth-child(2) {
    padding: 3rem;
  }

  #about-wof article:nth-child(2) p:nth-child(1) {
    font-size: 0.9rem;
  }

  #about-wof article:nth-child(2) h2 {
    font-size: 32px;
  }

  #about-wof article:nth-child(2) p:nth-child(3) {
    font-size: 0.9rem;
  }
}

@media (max-width: 1200px) {
  #about-wof {
    min-height: 450px;
    grid-template-columns: 5fr 4fr;
  }

  #about-wof article:nth-child(1) {
    order: 2;
  }
}

@media (max-width: 992px) {
  #about-wof {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  #about-wof article:nth-child(1) {
    display: none;
  }

  #about-wof article:nth-child(2) h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  #about-wof article:nth-child(2) {
    padding: 3rem 10px;
  }
}

/* 
 =========================================================================================================================
  Section#about-curriculum
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #curriculum {
    padding: 4rem 0;
  }

  #curriculum > i {
    font-size: 1.5rem;
  }

  #curriculum > p:nth-child(2) {
    font-size: 1.2rem;
  }

  #curriculum > h2 {
    font-size: 32px;
  }

  #curriculum > p {
    font-size: 0.9rem;
  }

  #curriculum .container {
    padding: 3rem;
    gap: 2rem;
  }

  #curriculum .container .box {
    padding: 1.5rem;
  }

  #curriculum .box i {
    font-size: 1.5rem;
  }

  #curriculum .box h2 {
    font-size: 1rem;
  }

  #curriculum .box p {
    font-size: 0.9rem;
  }
}

@media (max-width: 1200px) {
  #curriculum .container {
    padding: 3rem 10px;
  }
}

@media (max-width: 992px) {
  #curriculum .container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  #curriculum > p {
    width: 80%;
  }
}

@media (max-width: 576px) {
  #curriculum {
    padding: 3rem 0;
  }

  #curriculum > i {
    font-size: 1.2rem;
  }

  #curriculum > p:nth-child(2) {
    font-size: 1rem;
  }

  #curriculum > h2 {
    font-size: 2rem;
  }

  #curriculum .container .box {
    padding: 1.1rem;
  }

  #curriculum .box i {
    font-size: 1.2rem;
  }

  #curriculum > p {
    width: 100%;
    padding: 0 10px;
  }
}

/* 
 =========================================================================================================================
  Section#about-sponsors
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #about-sponsors > i {
    font-size: 1.5rem;
  }

  #about-sponsors > p:nth-child(2) {
    font-size: 1rem;
  }

  #about-sponsors > h2 {
    font-size: 32px;
  }

  #about-sponsors .all-sponsors article:nth-child(1) p {
    font-size: 0.9rem;
  }

  #about-sponsors .all-sponsors article:nth-child(1) h2 {
    font-size: 32px;
  }

  #about-sponsors .all-sponsors article .btn {
    padding: 0.5rem 1.3rem;
  }

  #about-sponsors .all-sponsors article:nth-child(2) p {
    font-size: 0.9rem;
  }
}

@media (max-width: 1200px) {
  #about-sponsors .container {
    padding: 3rem 2rem 0;
  }
}

@media (max-width: 992px) {
  #about-sponsors .container {
    padding: 3rem 0 0;
  }

  #about-sponsors .all-sponsors {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  #about-sponsors .all-sponsors article:nth-child(1) {
    order: 2;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #about-sponsors {
    padding: 1rem 0 3rem;
  }

  #about-sponsors > h2 {
    font-size: 24px;
  }

  #about-sponsors .container {
    padding: 2rem 0 0;
    gap: 1rem;
  }

  #about-sponsors .all-sponsors article:nth-child(1) h2 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  #about-sponsors {
    padding: 1rem 10px 3rem;
  }

  #about-sponsors .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  #about-sponsors .all-sponsors {
    grid-template-columns: 1fr;
  }
}

/* 
 =========================================================================================================================
  Section#admission-hero
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #admission-hero {
    min-height: 95vh;
  }
  #admission-hero p:nth-child(1) {
    font-size: 0.9rem;
  }

  #admission-hero h1 {
    font-size: 40px;
  }

  #admission-hero p:nth-child(3) {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  #admission-hero {
    min-height: 400px;
  }

  #admission-hero::after {
    display: none;
  }

  #admission-hero p:nth-child(1) {
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  #admission-hero h1,
  #admission-hero p {
    text-align: center;
  }

  #admission-hero h1 {
    font-size: 32px;
  }

  #admission-hero p:nth-child(3) {
    max-width: 90%;
  }
}

@media (max-width: 576px) {
  #admission-hero {
    padding: calc(3rem + var(--header-height)) 10px 3rem;
  }

  #admission-hero h1 {
    font-size: 24px;
  }

  #admission-hero p:nth-child(3) {
    max-width: 100%;
  }
}

/* 
 =========================================================================================================================
  Section#admission-content-1
  Section#admission-content-2
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #admission-content-1 article,
  #admission-content-2 article {
    min-height: 400px;
    padding: 3rem;
  }

  #admission-content-1 article:nth-child(1) h1,
  #admission-content-2 article:nth-child(1) h1 {
    font-size: 40px;
  }

  #admission-content-1 article:nth-child(1) p,
  #admission-content-1 article:nth-child(2) p {
    font-size: 0.9rem;
  }
}

@media (max-width: 1200px) {
  #admission-content-1,
  #admission-content-2 {
    grid-template-columns: 5fr 4fr;
  }
}

@media (max-width: 992px) {
  #admission-content-1,
  #admission-content-2 {
    grid-template-columns: 1fr;
  }

  #admission-content-1 article,
  #admission-content-2 article {
    min-height: 0;
  }

  #admission-content-1 article:nth-child(2),
  #admission-content-2 article:nth-child(2) {
    display: none;
  }
}

@media (max-width: 768px) {
  #admission-content-1 article:nth-child(1) h1,
  #admission-content-2 article:nth-child(1) h1 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  #admission-content-1 article,
  #admission-content-2 article {
    padding: 3rem 10px;
  }
  #admission-content-1 article:nth-child(1) h1,
  #admission-content-1 article:nth-child(1) p,
  #admission-content-2 article:nth-child(1) h1,
  #admission-content-2 article:nth-child(1) p {
    text-align: center;
  }
}

/* 
 =========================================================================================================================
  Section#admission-details
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #admission-details article {
    padding: 3rem;
  }

  #admission-details article:nth-child(1) > p:nth-child(1) {
    font-size: 0.9rem;
  }

  #admission-details article:nth-child(1) > h2 {
    font-size: 32px;
  }

  #admission-details article:nth-child(1) > p:nth-child(3) {
    font-size: 0.9rem;
  }

  #admission-details article:nth-child(1) > .box i {
    font-size: 20px;
  }

  #admission-details article:nth-child(2) h1 {
    font-size: 32px;
  }

  #admission-details article:nth-child(2) p {
    font-size: 0.9rem;
  }
}

@media (max-width: 1200px) {
  #admission-details {
    grid-template-columns: 1fr;
  }

  #admission-details article:nth-child(1) {
    padding-bottom: 0;
  }

  #admission-details article:nth-child(2) {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  #admission-details article:nth-child(1) > p:nth-child(1) {
    text-align: center;
  }

  #admission-details article:nth-child(1) > h2 {
    text-align: center;
  }

  #admission-details article:nth-child(1) > p:nth-child(3) {
    text-align: center;
  }
}

@media (max-width: 576px) {
  #admission-details article {
    padding-left: 10px;
    padding-right: 10px;
  }

  #admission-details article:nth-child(1) > h2 {
    font-size: 24px;
  }

  #admission-details article:nth-child(2) h1 {
    font-size: 24px;
  }
}

/* 
 =========================================================================================================================
  Section#apply-form
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #sponsor-form > i,
  #apply-form > i {
    font-size: 1.5rem;
  }

  #apply-form > p,
  #sponsor-from > p {
    font-size: 1rem;
  }

  #apply-form > h2,
  #sponsor-form > h2 {
    font-size: 32px;
  }

  #apply-form .form-box,
  #sponsor-form .form-box {
    margin: 3rem 8rem;
  }

  #apply-form .form-box h1,
  #sponsor-form .form-box h1 {
    font-size: 32px;
  }

  #apply-form .form-box input[type="text"],
  #apply-form .form-box input[type="email"],
  #apply-form .form-box select,
  #sponsor-form .form-box input[type="text"],
  #sponsor-form .form-box input[type="email"],
  #sponsor-form .form-box select,
  #sponsor-form .form-box textarea {
    font-size: 0.9rem;
  }

  #apply-form .form-box div div label {
    font-size: 0.9rem;
  }

  #apply-form .form-box > div:last-child .btn,
  #sponsor-form .form-box > div:last-child .btn {
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
  }
}

@media (max-width: 1200px) {
  #sponsor-form {
    padding: 3rem 0 3rem;
  }

  #apply-form .form-box,
  #sponsor-form .form-box {
    margin: 3rem 5rem;
    padding: 2rem;
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  #apply-form > h2,
  #sponsor-form > h2 {
    font-size: 24px;
  }

  #apply-form .form-box,
  #sponsor-form .form-box {
    margin: 3rem;
  }

  #apply-form .form-box h1,
  #sponsor-form .form-box h1 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  #apply-form .form-box,
  #sponsor-form .form-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  #sponsor-form .form-box {
    gap: 2rem;
  }

  #sponsor-form .form-box textarea {
    height: 120px;
  }

  #apply-form .form-box > div {
    margin-bottom: 0;
  }

  #apply-form .form-box > div:nth-child(1) {
    order: 0;
  }

  #apply-form .form-box > div:nth-child(2) {
    order: 1;
  }

  #apply-form .form-box > div:nth-child(3) {
    order: 3;
  }

  #apply-form .form-box > div:nth-child(4) {
    order: 2;
  }

  #apply-form .form-box > div:nth-child(5) {
    order: 4;
  }
}

@media (max-width: 576px) {
  #apply-form,
  #sponsor-form {
    padding: 2rem 0;
  }

  #apply-form .form-box,
  #sponsor-form .form-box {
    margin: 3rem 10px;
    padding: 10px;
  }

  #apply-form .form-box h1,
  #sponsor-form .form-box h1 {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  #apply-form .form-box div div label {
    display: inline-block;
    width: 80%;
    padding-left: 10px;
  }
}

/* 
 =========================================================================================================================
  Section#gallery-media
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #gallery-media h2 {
    font-size: 24px;
  }

  #gallery-media .gallery-box {
    padding: 0 0 4rem;
  }
}

@media (max-width: 1200px) {
  #gallery-media .gallery-box img {
    height: 180px;
  }
}

@media (max-width: 992px) {
  #gallery-media .gallery-box img {
    height: 120px;
  }
}

@media (max-width: 768px) {
  #gallery-media .gallery-box {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  #gallery-media .gallery-box {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 0 2rem;
  }
}

/* 
 =========================================================================================================================
  Section#alumni-people
  Section#wof-people
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #alumni-people .container,
  #wof-people .container {
    padding: 1rem 2rem;
  }

  #wof-people h1 {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  #alumni-people .container,
  #wof-people .wof-cards {
    padding: 0;
    gap: 1rem;
  }
}

@media (max-width: 992px) {
  #alumni-people .container,
  #wof-people .wof-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  #alumni-people .container,
  #wof-people .wof-cards {
    padding: 10px;
    grid-template-columns: 1fr;
  }
}

/* 
 =========================================================================================================================
  Section#wof-year
 =========================================================================================================================
*/

@media (max-width: 992px) {
  #wof-year .container {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #wof-year .container div {
    padding: 0.5rem;
  }

  #wof-year select,
  #wof-year option {
    font-size: 0.9rem;
  }
}

/* 
 =========================================================================================================================
  Section#all-sponsors
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #all-sponsors h2 {
    font-size: 32px;
  }

  #all-sponsors .container {
    padding: 1rem 5rem;
  }
}

@media (max-width: 1200px) {
  #all-sponsors {
    padding: 2rem 0;
  }

  #all-sponsors .container {
    padding: 1rem;
  }

  #all-sponsors .sponsor-container {
    gap: 3rem;
  }
}

@media (max-width: 992px) {
  #all-sponsors {
    padding: 1rem 0;
  }

  #all-sponsors .container {
    padding: 0;
  }

  #all-sponsors .sponsor-container {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  #all-sponsors .sponsor-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  #all-sponsors {
    padding: 10px;
  }

  #all-sponsors .sponsor-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 336px) {
  #all-sponsors .sponsor-container {
    grid-template-columns: 1fr;
  }
}

/* 
 =========================================================================================================================
  Section#all-notice
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #all-notice h2 {
    font-size: 24px;
  }

  #all-notice .notice-box {
    padding: 0 0 4rem;
  }

  #all-notice .container .box {
    padding: 0.7rem 1.5rem;
  }

  #all-notice .box h2 {
    font-size: 1.2rem;
  }

  #all-notice .box > p:nth-child(2) {
    font-size: 0.9rem;
  }

  #all-notice .box > p:nth-child(3) {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  #all-notice .notice-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  #all-notice {
    padding: 10px;
  }
}
/* 
 =========================================================================================================================
  Section#add-staff-form
  Section#add-student-form
  Section#download-book-form
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  :is(#add-student-form, #add-staff-form, #download-book-form) form h2 {
    font-size: 1.7rem;
  }

  :is(#add-student-form, #add-staff-form, #download-book-form)
    article
    div:nth-child(1)
    h3 {
    font-size: 1.1rem;
  }

  :is(#add-student-form, #add-staff-form, #download-book-form)
    article
    div:nth-child(1)
    p {
    font-size: 0.9rem;
  }
}

@media (max-width: 992px) {
  :is(#add-student-form, #add-staff-form, #download-book-form) article {
    grid-template-columns: 100%;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  :is(#add-student-form, #add-staff-form, #download-book-form) form h2 {
    font-size: 1.5rem;
  }

  :is(#add-student-form, #add-staff-form, #download-book-form) article {
    padding: 1rem;
  }
}

@media (max-width: 576px) {
  :is(#add-student-form, #add-staff-form, #download-book-form) {
    padding: calc(1rem + var(--header-height)) 0 1rem;
  }

  :is(#add-student-form, #add-staff-form, #download-book-form) form {
    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;
  }

  :is(#add-student-form, #add-staff-form, #download-book-form) form h2 {
    font-size: 1.3rem;
  }

  :is(#add-student-form, #add-staff-form, #download-book-form)
    article
    div:nth-child(1)
    h3 {
    color: #555;
  }

  :is(#add-student-form, #add-staff-form, #download-book-form)
    article
    div:nth-child(1)
    p {
    width: 100%;
    color: #999;
  }

  :is(#add-student-form, #add-staff-form, #download-book-form) article label {
    color: #555;
  }

  :is(#add-student-form, #add-staff-form, #download-book-form)
    form
    :is(label, input, textarea, select, option) {
    width: 100%;
  }
}

/* 
 =========================================================================================================================
  Section#download-book-form
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #download-book-form article.download-section .box {
    width: 180px;
    height: 270px;
  }

  #download-book-form article.download-section .box > p:first-child {
    font-size: 1.2rem;
    padding-top: 0.5rem;
  }

  #download-book-form article.download-section .box > p:nth-child(2) {
    font-size: 1.3rem;
  }

  #download-book-form article.download-section .box > p:nth-child(4) {
    margin-bottom: 12px;
  }

  #download-book-form article.download-section .box > p:nth-child(5) {
    padding-top: 0;
  }
}

@media (max-width: 992px) {
  #download-book-form article.download-section {
    gap: 1rem;
  }

  #download-book-form article.download-section .box {
    width: 160px;
    height: 240px;
    padding: 0.5rem;
  }

  #download-book-form article.download-section .box > p:first-child {
    font-size: 1rem;
    padding-top: 0.5rem;
  }

  #download-book-form article.download-section .box > p:nth-child(2) {
    font-size: 1.2rem;
  }

  #download-book-form article.download-section .box > p:nth-child(4) {
    margin-bottom: 12px;
  }

  #download-book-form article.download-section .box > p:nth-child(4) span {
    font-size: 0.7rem;
  }

  #download-book-form article.download-section .box a {
    bottom: 1rem;
  }
}

@media (max-width: 444px) {
  #download-book-form article.download-section {
    gap: 12px;
  }

  #download-book-form article.download-section .box {
    width: 120px;
    height: 180px;
    padding: 0.4rem;
  }

  #download-book-form article.download-section .box > p:first-child {
    font-size: 0.8rem;
    padding-top: 0;
    margin-bottom: 5px;
  }

  #download-book-form article.download-section .box > p:nth-child(2) {
    font-size: 1rem;
    padding-top: 0;
    margin-bottom: 5px;
  }

  #download-book-form article.download-section .box > p:nth-child(3) {
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    padding-top: 0;
    margin-bottom: 5px;
  }

  #download-book-form article.download-section .box > p:nth-child(4) {
    margin-bottom: 5px;
  }

  #download-book-form article.download-section .box > p:nth-child(4) span {
    font-size: 0.7rem;
  }

  #download-book-form article.download-section .box > p:nth-child(5) {
    font-size: 0.7rem;
    margin-bottom: 5px;
  }

  #download-book-form article.download-section .box a {
    font-size: 0.7rem;
    bottom: 1rem;
  }
}
/* 
 =========================================================================================================================
  Section#news-detail
 =========================================================================================================================
*/

@media (max-width: 1400px) {
  #news-detail .container {
    grid-template-columns: 13fr 7fr;
  }

  #news-detail .left h2 {
    font-size: 1.6rem;
  }

  #news-detail .right h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 992px) {
  #news-detail .container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  #news-detail .left h2 {
    font-size: 1.3rem;
  }

  #news-detail .right h2 {
    font-size: 1.3rem;
  }
}

/* 
  Section#download-book-form article.mind-the-gap
*/

@media (max-width: 576px) {
  section#download-book-form .mind-the-gap .table-container :is(td, th) {
      font-size: 0.7rem;
      padding: 10px 5px;
  }

}
