@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }
}

@media only screen and (min-width: 990px) {
    .show-late {
        display: none;
    }
}

@media only screen and (max-width: 990px) {
    a.start-learning {
        display: none !important;
    }
    .cat-box.team-cat {
        aspect-ratio: inherit !important;
        height: 100% !important;
    }
    .team-cat .block h3 {
        font-size: 30px;
        font-weight: 700;
    }
    .nav-btn {
        display: flex;
    }
    .header .login {
        display: none !important;
    }
    .nav {
        position: fixed;
        min-width: 0;
        overflow: hidden;
        height: 100vh;
        opacity: 0;
        left: 0;
        top: 0;
        z-index: 9999;
        margin-left: 0 !important;
        background-color: black;
        right: inherit !important;
        display: flex;
        align-items: center;
        transition: 0.3s;
        justify-content: center;
    }
    .banner-content h3 {
        font-size: 35px;
    }
    .nav.open-menu {
        width: 200px;
        opacity: 1;
        padding-top: 2rem;
    }
    .nav ul {
        flex-direction: column;
        gap: 2rem
    }
    .courses {
        padding: 70px 0;
    }
    .sec-title h2 {
        font-size: 26px !important;
    }
    .courses .sec-title {
        text-align: center;
        margin-bottom: 30px;
    }
    .course-box {
        margin-bottom: 20px;
    }
    .course-btn,
    .btn-2,
    .btn-3,
    .cont-btn,
    .path-btn {
        font-size: 14px;
        padding: 12px 20px;
        margin-top: 10px;
    }
    .path-text h1 {
        font-size: 48px;
        line-height: 53px;
    }
    .path-text h1 span {
        font-size: 36px;
        line-height: 42px;
    }
    .path-img {
        margin-top: 50px;
    }
    .path-img img {
        width: 100%;
    }
    .path {
        padding: 70px 0;
    }
    .hire {
        padding: 70px 0;
    }
    .hire-content .sec-title p {
        width: initial;
    }
    .hire-container,
    .cont-container {
        width: inherit;
    }
    .cont-content p {
        margin: 10px 0 !important;
        width: inherit !important;
    }
    .cont-img {
        margin-bottom: 20px;
    }
    .hire-content {
        padding: 60px 20px;
    }
    footer .sec-title img {
        margin-top: 20px;
    }
    .footer-top {
        margin-top: 50px;
        width: initial;
    }
    .footer-top label {
        font-size: 16px;
    }
    .footer-form a {
        padding: 10px 18px;
    }
    .footer-nav p {
        margin-top: 20px;
    }
    .copyright {
        margin-top: 40px;
        padding-top: 30px;
        display: block;
    }
    .cat-box-holder {
        display: flex;
        overflow: auto;
        scroll-snap-type: x mandatory;
    }
    .cat-box-holder .cat-box {
        min-width: max-content;
        scroll-snap-align: start;
    }
    .cat-box.team-cat {
        min-width: inherit !important;
    }
    .cat-box h4 {
        font-size: 18px;
    }
    .cat-box p {
        font-size: 14px;
    }
    .cat-box-holder .cat-box {
        padding: 15px;
    }
    .top-cat {
        padding: 0px 0 0 0;
    }
    .partners-sec {
        padding: 40px 0;
        background-color: #F9F9F9;
    }
    .partners-sec h3 {
        color: #2A2A2A;
        font-size: 28px;
        margin-bottom: 30px;
    }
    .search-content-top img {
        display: none;
    }
    .search-content-input {
        max-width: 300px;
    }
    /* become a contributor start */
    .bac-welcome-row h1 {
        line-height: 47px;
        font-size: 40px;
    }
    .bac-welcome-row p {
        font-size: 20px;
        line-height: 30px;
    }
    .bac-a-box h4 {
        font-size: 16px;
    }
    .bac-a-box {
        transition: 300ms ease all;
        padding: 30px 10px;
    }
    .bac-gs-steps ul li {
        font-size: 18px;
    }
    .bac-gs-steps ul li:hover {
        font-size: 20px;
    }
    .bac-tab-holder button:nth-child(1) {
        width: fit-content;
        font-size: 26px;
    }
    .bac-tab-holder button:nth-child(2) {
        width: fit-content;
        font-size: 26px;
    }
    .bac-tabs .bac-tab-holder button.active {
        font-size: 26px;
    }
    .bac-tab-points ul li {
        font-size: 18px;
        line-height: 26px;
    }
    .bac-gs-steps ul li:hover::after {
        left: -4em;
        top: .5em;
    }
    /* career page */
    .bac-banner-text h1 {
        line-height: 47px;
        font-size: 40px;
    }
    .tt-head p {
        text-align: justify;
        font-size: 26px;
        margin-bottom: 20px;
    }
    .tt-head h1 {
        font-size: 44px;
    }
    .apply-btn {
        font-size: 26px;
    }
    .the-team .card-body p,
    .the-team .card-body ul li {
        font-size: 16px;
    }
    .about-join .sec-title h1 {
        font-size: 45px;
    }
    .bac-tabs {
        padding-bottom: 100px;
    }
    section.about-join {
        padding: 100px 0 100px;
        background: #F9F9F9;
    }
    .the-team {
        padding: 100px 0;
    }
    /* affiliate page */
    .af-signup form p {
        width: fit-content;
    }
    .af-pe .row .col-md-6:nth-child(2) .sec-title::before {
        display: none;
    }
    .af-pe .sec-title h1 {
        font-size: 34px;
    }
    .af-pe .sec-title {
        width: fit-content;
    }
    .af-pe .sec-title p {
        color: #fff;
        font-size: 19px;
        line-height: 29px;
    }
    .af-pe {
        padding: 100px 0;
    }
    .bac-welcome {
        padding: 100px 0;
    }
    .ab-content ul li {
        height: fit-content;
        width: fit-content;
    }
    .ab-content ul li:hover {
        height: auto;
    }
    .affiliate-last p {
        width: fit-content;
    }
    /* company page */
    .whywedo {
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
        padding: 100px 0 100px;
    }
    .whoweare {
        padding: 100px 0;
    }
    .whywedo p {
        font-size: 16px;
        line-height: 26px;
    }
    .whywedo2 h3 {
        width: auto;
    }
    .contact-info a {
        width: auto;
        padding: 15px 20px;
    }
    /* scholarship */
    .available img {
        margin: 50px 0;
    }
    .available-top p {
        font-size: 20px;
        text-align: justify;
    }
    .available-top a {
        font-size: 16px;
    }
    .available-top h1 {
        font-size: 40px;
    }
    .available-top ul li {
        font-size: 20px;
        gap: 20px;
    }
    .available-top ul li svg {
        width: 30px;
    }
    .spon-tabs {
        padding: 100px 0;
    }
    .spon-tabs .af-signup span {
        font-size: 20px;
        text-align: justify;
    }
    .faq h1 {
        font-size: 40px;
    }
    .faq .accordion .card-body p {
        font-size: 20px;
    }
    .faq {
        padding: 100px 0;
    }
    /* team */
    .team-cat .cat-box-holder {
        display: grid;
        scroll-snap-type: none;
    }
    /* b2b */
    .hero h1 {
        font-size: 32px;
    }

    .tags {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0rem;
        margin-top: 0rem;
    }

    .tags span {
        color: white;
        padding: 0.5rem 1rem;
        border-radius: 5px;
        margin-top: 0rem;
    }

    .content-row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 1rem 0rem;
    }

    .content-info {
        width: 80vw;
        /* margin: 2rem 4rem; */
    }

    .content-info p {
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        color: #353D46;
    }

    .content-image {
        width: 300px;
        height: 300px;
      }
    .content-image img {
        width: 300px;
        object-fit: contain;
        height: 300px;
      }

      .pricing h2 {
        font-size: 24px;
      }

      .plans {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        margin-top: 2rem;
        margin: 2rem 0rem 0rem;
      }

      .b2b-plan-inner {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
      }

      .plan h3 {
        font-size: 24px;
        font-weight: 600;
      }
    
      .plan li {
        font-size: 16px;
      }
}

@media only screen and (max-width: 767px) {
    .team-cat .cat-box-holder {
        grid-template-columns: repeat(1, 1fr);
    }
    .cat-box.team-cat {
        aspect-ratio: inherit !important;
        height: fit-content !important;
    }
}

@media only screen and (max-width: 580px) {
    .courses {
        padding: 70px 0;
    }
    .sec-title h2 {
        font-size: 26px !important;
    }
    .courses .sec-title {
        text-align: center;
        margin-bottom: 30px;
    }
    .course-box {
        margin-bottom: 20px;
    }
    .course-btn,
    .btn-2,
    .btn-3,
    .cont-btn,
    .path-btn {
        font-size: 14px;
        padding: 12px 20px;
        margin-top: 10px;
    }
    .path-text h1 {
        font-size: 38px;
        line-height: 43px;
    }
    .path-text h1 span {
        font-size: 26px;
        line-height: 32px;
    }
    .path-img {
        margin-top: 50px;
    }
    .path-img img {
        width: 100%;
    }
    .path {
        padding: 70px 0;
    }
    .hire {
        padding: 70px 0;
    }
    .hire-content .sec-title p {
        width: initial;
    }
    .hire-container,
    .cont-container {
        width: inherit;
    }
    .cont-content p {
        margin: 10px 0 !important;
        width: inherit !important;
    }
    .cont-img {
        margin-bottom: 20px;
    }
    .hire-content {
        padding: 60px 20px;
    }
    footer .sec-title img {
        margin-top: 20px;
    }
    .footer-top {
        margin-top: 50px;
        width: initial;
    }
    .footer-top label {
        font-size: 16px;
    }
    .footer-form a {
        padding: 10px 18px;
    }
    .footer-nav p {
        margin-top: 20px;
    }
    .copyright {
        margin-top: 40px;
        padding-top: 30px;
        display: block;
    }
    /* become a contributor */
    .bac-banner-text h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .bac-ban-img {
        height: 30vh;
    }
    .bac-welcome-row h1 {
        line-height: 40px;
        font-size: 34px;
    }
    .bac-africa {
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
        padding: 100px 0 100px;
    }
    .bac-a-box {
        margin-bottom: 20px;
    }
    .bac-r-box {
        padding: 20px;
        margin-bottom: 20px;
    }
    .bac-gs-steps ul li {
        height: 20px;
        margin-top: 20px;
    }
    .bac-tab-holder button:nth-child(1) {
        width: fit-content;
        font-size: 20px;
    }
    .bac-tab-holder button:nth-child(2) {
        width: fit-content;
        font-size: 20px;
    }
    .bac-tabs .bac-tab-holder button.active {
        font-size: 20px;
    }
    .bac-requirements {
        padding: 100px 0 100px;
    }
    .bac-getstarted {
        padding-bottom: 100px;
    }
    .bac-tabs {
        padding-bottom: 100px;
    }
    .tabone .bac-tab-points ul li:nth-child(2) {
        margin: 20px 0;
    }
    .bac-tab-img img {
        width: 100%;
        margin-bottom: 20px;
    }
    /* career page */
    .about-ban-img {
        height: 30vh;
    }
    .tt-head p {
        text-align: justify;
        font-size: 20px;
    }
    .about-join .sec-title h1 {
        font-size: 20px;
        width: 345px;
        line-height: 31px;
    }
    .ab-content ul li {
        margin-top: 30px;
        margin-bottom: 0;
    }
    section.the-team .card-header {
        padding: 20px 20px 20px;
    }
    .the-team .card-body {
        padding: 35px 20px 50px;
    }
    .the-team .card-body p {
        font-size: 16px;
        text-align: justify;
    }
    /* affiliate page */
    .affiliate-last p {
        margin-top: 20px;
    }
    /* company page */
    .com-ban-img {
        height: 30vh;
    }
    .whoweare {
        padding: 0px 0 100px;
    }
    .whoweare h3 {
        margin-top: 30px;
    }
    .whoweare p {
        font-size: 20px;
        line-height: 30px;
    }
    .whywedo2 .row:nth-child(1) {
        margin-bottom: 50px;
    }
    .contact-info {
        margin-bottom: 30px;
    }
    /* scholarship */
    .available-top h1 {
        font-size: 34px;
    }
    .available-top p {
        width: auto;
    }
    .available-top h3 {
        font-size: 27px;
    }
    .available-top ul li {
        width: auto;
    }
    .apply-btn {
        font-size: 20px;
    }
    .faq h1 {
        font-size: 34px;
    }
    
}