

@media (max-width:1440px) {
    .apply-cta {
        padding: 16px 11px;
    }
    .ourcourse {
        font-size: 206px;
    }
}

@media (max-width:1024px) {

    .about-img-wrapper {
        height: 460px;
        width: 460px;
    }
    .about-section {
        position: relative;
        padding: 3rem 1rem;
    }
    .about-content {
        padding: 0px 0px 0px 0px;
    }
    .ourcourse {
        font-size: 152px;
    }
    .courses-right .img-wrapper {
        height: 680px;
        width: 100%;
        position: relative;
    }
    footer {
        padding: 2rem 2rem;
        height: auto;
    }
}
@media (max-width: 769px) {
    .menu ul {
      text-align: left;
    }
  
    .menu-right {
      width: 100vw;
    }
  
    .level-2-menu,
    .level-3-menu {
      position: relative;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 1s ease, opacity 0.4s ease;
    }
  
    .level-2-menu.visible,
    .level-3-menu.visible {
      max-height: 1000px; /* Large enough to fit content */
      opacity: 1;
      overflow: visible;
    }
  
    .level-2-menu {
      top: 0;
      left: 10px;
    }
  
    .level-3-menu {
      top: 0;
      left: 10px;
    }
    .about-img-wrapper {
        justify-self:center;
    }
    
      .ourcourse {
        font-size: 89px;
    }
    .marquee-partner {
        overflow: hidden;
        height: auto;
        position: relative;
    }
    .partner-box {
        padding: 24px 67px;
    }
    .partner-section {
        height: auto;
    }
    .marquee-content {
        display: flex;
        flex-direction: row;
    }
    .left-right .marquee-content{
        animation: scroll-right 10s linear infinite;
   
      }
      .right-left .marquee-content{
        animation: scroll-left 10s linear infinite;
       
      }
    @keyframes scroll-right {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-50%);
        }
      }
      
      @keyframes scroll-left {
        0% {
          transform: translateX(-50%);
        }
        100% {
          transform: translateX(0);
        }
      }
  }
  
@media(max-width:620px){
    .header-quick-links {
        display: none;
    }
    .apply-cta {
        padding: 3px 11px;
        font-size: 20px;
    }
    .btn-wrapper {
        gap: 6px;
        width: 46px;
        height: 46px;

    }
    .menu-backlogo {
        transform: translate(15%, -50%);
        width: 400px;
    }
    .btn-box {
        justify-content: end;
    }

    .video-wrapper video {
        height: 400px;
        width: 100vw;
        object-fit: cover;
    }
    .about-content {
        text-align: center;
    }
    .about-img-wrapper {
        margin: 20px;
        height: auto;
        width: 90%;
    }
    .ourcourse {
        font-size: 71px;
        letter-spacing: -3px;
    }
    .partner-left-box {
     text-align: center;
    }
    .social-media-text {
        font-size: 34px;
    }
}

@media(max-width:425px){
    .menu-backlogo {
        width: 300px;
    }
    .menu {
        padding: 2rem 2rem;
    }
    .menu-row {
        justify-content: space-between;
        width: 100vw;
    }
    .menu-row .col-xs-6{
        width: auto;
    }

    img.backlogo {
        transform: translate(-50%, -100%);
        width: 300px;
    }
}