@media (max-width: 1600px) {
    .course-info .course-title h2, .course-author .author-description h3 {
        font-size: 15px;
    }

    .course-info .course-description .item span {
        font-size: 12px;
    }

    .course-info .course-description .item {
        gap: 5px;
    }

    .custom-button {
        padding: 5px 15px;
    }

    .course-info {
        padding: 5px 15px 15px 15px;
    }
    .footer-left{
        flex:0 33%;
    }
}

@media (max-width: 1220px) {
    .navbar, .login-btn {
        display: none;
    }

    .footer-content {
        flex-direction: column;
    }

    .mobile-menu {
        display: block;
        position: absolute;
        top: 25px;
        right: 15px;
        z-index: 9999999999999;
    }

    .hero-text h2 {
        font-size: 40px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .about-area {
        flex-direction: column;
    }

    .list {
        width: 100%;
    }

    .about-us {
        margin-bottom: 70px !important;
    }

    section.packages .section-title {
        width: 100% !important;
    }

    .course-item {
        flex: 0 100% !important;
    }

    .course-info {
        padding: 15px 20px 20px 20px;
    }

    section.video .play-text {
        width: 100%;
    }

    .footer-links {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .newsletter .form {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .newsletter button {
        width: 100% !important;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 560px) {
    .navbar, .login-btn {
        display: none;
    }

    .mobile-menu {
        display: block;
        position: absolute;
        top: 25px;
        right: 15px;
        z-index: 9999999999999;
    }

    .close-menu {
        display: block;
        position: absolute;
        top: 20px;
        right: 30px;
        z-index: 9999999999999;
    }

    .hero-text h2 {
        font-size: 40px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .about-area {
        flex-direction: column;
    }

    .list {
        width: 100%;
    }

    .about-us {
        margin-bottom: 70px !important;
    }

    section.packages .section-title {
        width: 100% !important;
    }

    .course-item {
        flex: 0 100% !important;
    }

    .course-info {
        padding: 15px 20px 20px 20px;
    }

    section.video .play-text {
        width: 100%;
    }

    .footer-links {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .newsletter .form {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .newsletter button {
        width: 100% !important;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 320px) {
    .hero-text h2 {
        font-size: 30px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .course-info {
        padding: 5px 10px 10px 10px;
    }

    .course-title h2, .course-author .author-description h3, .about-area .list .item .text h3 {
        font-size: 14px;
    }

    .about-area .list .item .text p {
        font-size: 10px;
    }

    .course-description span {
        font-size: 10px;
    }

    .custom-button {
        padding: 6px 13px;
        font-size: 11px;
    }

    .author-image {
        margin-right: 5px !important;
    }

    .list .item .icon {
        margin-right: 10px;
        height: 62px;
        width: 62px;
    }

    .hero-text p {
        font-size: 15px;
    }

    .hero-text {
        margin-top: 30px !important;
    }

}
