@media screen and (max-width: 576px) {
}

/* desktop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 11px;
  }
  .owl-carousel .caption {
    max-width: 69%;
    background: transparent !important;
  }
}

/* large screens */
@media screen and (max-width: 1440px) and (min-width: 1200px) {
}

/* Tabs */

@media (max-width: 768px) {
  .youtube-section {
    .youtube-header {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px;
      border-radius: 12px;
      margin-bottom: 30px;
    }
  }

  .navbar-nav {
    align-items: start !important;
    gap: unset !important;
  }

  .navbar .navbar-nav .nav-link {
    padding: 24px 0px 5px 0px !important;
  }

  .youtube-header-name p {
    font-size: 14px;
    padding: 10px 0;
  }

  .youtube-header-name h3 {
    padding-top: 10px;
  }

  .youtube-header-name {
    text-align: center;
  }

  .slider-wrapper-mob {
    display: block;
    text-align: center;
  }

  .home-banner {
    display: none;
  }

  .slider-wrapper-mob .caption-mob h4 {
    text-transform: uppercase;
    color: #0f056f;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .slider-wrapper-mob .caption-mob h3 {
    font-family: "Rubik", sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
  }

  .slider-wrapper-mob .caption-mob p {
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
  }

  .slider-wrapper-mob .caption-mob .btn-arrow {
    position: relative;
    padding: 10px 15px 10px 15px;
    border-radius: 25px;
    background: #0f056f;
    color: white;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 14px;
  }

  h2 .highlight {
    color: #2d3782;
    font-size: 20px;
  }

  .slider-wrapper-mob .caption-mob {
    padding: 20px 0;
  }

  .study-section .study-section-estd {
    display: none;
  }

  .study-section-content {
    padding: 20px;
  }

  .study-section {
    padding: 40px 0;
  }

  .study-section-estd-mob {
    display: block;
  }

  .study-section-estd-mob h5 {
    color: #0f056f;
    font-weight: 500;
    font-size: 18px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .support-us-image {
    flex: unset;
    border-radius: 12px;
    overflow: hidden;
  }

  .support-us-image {
    display: none;
  }

  .support-us-image-2 {
    display: block;
    width: 100%;
  }

  .Testimonials .row {
    background-size: cover;
    padding: 1.5rem 0;
  }

  .testimonial-section {
    padding: 2rem 0;
    position: relative;
    text-align: center;
  }

  .testimonial-section h2 {
    margin-left: unset;
  }

  .title {
    font-size: 2.5rem;
  }

  .event-title br {
    display: none;
  }

  .event-title {
    font-size: 1.1rem;
  }

  .main-buttons {
    .btn {
      padding: 8px 22px;
    }
  }

  .mob-link-extra {
    display: block;
  }

  .donate-btn {
    margin-top: 20px;
  }

  .title-text-efa h1 br {
    display: none;
  }

  .title-text-efa h1 {
    text-align: center;
  }

  .right-side-text-efa {
    padding-top: 40px;
    text-align: center;
  }

  .teacher-training-efa {
    padding: 40px 0;
    text-align: center;
  }

  .pedagogy-section-efa h2 {
    padding-top: 40px;
  }

  .section-title {
    font-size: 22px;
  }

  .only-orng {
    font-size: 28px;
  }

  .challenge-section,
  .impact-section {
    text-align: center;
  }

  .section-title .only-orng {
    display: block;
    margin-top: 4px;
  }

  .mission-text {
    padding-top: 20px;
    padding-left: 0px;
  }

  .key-programs-efa {
    padding: 80px 0;
  }
}
