@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1200px) {
}

@media (max-width: 1199.98px) {
}

@media (min-width: 992px) {
  .navbar .nav-item {
    margin-inline-end: 1.5rem;
  }
  .navbar .nav-link {
    position: relative;
    font-size: 18px;
  }
  .navbar-collapse {
    max-width: 1020px;
    margin-inline-end: auto;
  }
  .navbar-nav {
    margin: auto;
  }
  .navbar .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    width: 70%;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    height: 2px;
    bottom: 0;
    border-radius: 5px;
    background-color: #fff;
    transition: transform 0.3s ease;
    transform-origin: center;
    border-radius: 10px;
  }
  .navbar-collapse {
    justify-content: space-between;
  }
  .navbar .nav-link:hover::after {
    transform: translateX(-50%) scaleX(1) !important;
  }
  .navbar .active .nav-link::after {
    transform: translateX(-50%) scaleX(1) !important;
    background-color: #3f54d2;
  }
  header .banner {
    max-height: 950px;
  }
  .banner .row .col-lg-6 {
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  .banner .container img {
    max-height: 500px;
    margin-top: 1rem;
  }
  footer .logo-col {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .banner .container img {
    max-height: 400px;
    margin-top: 1rem;
  }
}

@media (max-width: 575px) {
  header .banner {
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding-top: 95px;
  }
  .banner .container img {
    max-height: 320px;
    margin-top: 1rem;
  }

  .logo-wr,
  .soc-wr,
  .btns-col {
    width: 100%;
    justify-content: center;
  }
  .program-card .c-title {
    font-size: 42px !important;
  }
  .program-card .person {
    font-size: 1.2rem;
  }

  .site-footer .row.justify-content-between {
    justify-content: space-around !important;
  }
}

@media (max-width: 480px) {
  body,
  html {
    font-size: 15px;
  }
  .banner .text-wr h1 {
    font-size: 60px;
  }
  .banner .text-wr h2 {
    font-size: 44px;
  }
}
