:root {
    --theme-color: #303094;
    --theme-color-2: #01a850;
    --theme-color-3: #a9f7d5;
    --theme-gold: rgb(242, 181, 47);
    --main-font: "Open Sans", sans-serif;
    --secondary-font: "Great Vibes", cursive;
    --abril-font: "Abril Fatface", serif;
    --poppins-font: "Poppins", sans-serif;
}

@media (max-width: 1200px) {
    .navbar {
        padding: 10px;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }

    .navbar-nav .nav-link {
        font-size: 18px;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .navbar {
        padding: 2px;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
    }

    h1 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .secondary-navbar .right-nav-part {
        display: none;
    }
    section {
        padding: 30px 0;
    }
    span.nav-icon.border-right {
        border: none;
        padding: 0;
        position: relative;
    }
    .secondary-navbar span.nav-icon a {
        justify-content: center;
        margin: 5px 0;
    }

    .btn-button {
        padding: 10px 20px;
        font-size: 14px;
    }
    .btn-buttons {
        font-size: 14px;
    }
    .btn-sec {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px;
    }
    .nav.nav-tabs .nav-link {
        display: block;
        border: 1px solid #666;
        border-radius: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav.nav-tabs .nav-link.active {
        border: 1px solid var(--theme-secondary-color);
    }
    .ac-course-card {
        align-items: flex-start;
    }
    .count-program-number {
        font-size: 45px;
    }
    .apply-image-sec {
        position: relative;
        padding-bottom: 40px;
    }
    section.gallery-section .row {
        gap: 20px;
    }
    .testimonial-img {
        height: 300px;
        position: relative;
        margin-bottom: 20px;
    }
    section.testimonials .testimonial-items {
        margin-right: 0;
    }
    section.testimonials button.slick-prev.slick-arrow,
    section.testimonials button.slick-next.slick-arrow {
        bottom: -48px;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    section.testimonials button.slick-next.slick-arrow {
        left: 35%;
    }
    section.testimonials button.slick-prev.slick-arrow {
        right: 35%;
    }
    img.footer-logo {
        width: 90px;
    }
    footer.footer-main a {
        font-size: 14px;
    }
    footer.footer-secondary {
        padding: 10px 0;
    }
    footer.footer-secondary p {
        font-size: 10px;
    }
    h3.gallery-title {
        font-size: 25px;
    }
    h1.breadcrumb-title {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    ol.breadcrumb-list li a {
        font-size: 14px;
    }
    section.breadcrumb-sec {
        padding: 30px 0;
    }

    .header-social-media {
        display: none !important;
    }
    .right-nav-part {
        justify-content: center;
        margin-top: 10px;
        border-top: 1px solid #ddd;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    img.main-logo {
        width: 100px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-nav {
        background: #01a850;
        padding: 20px 0;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
        border-bottom: 1px solid #ddd;
        padding: 10px !important;
    }
    .product-slide {
        display: none;
    }
    button.navbar-toggler {
        background: #fff;
    }
    h1.banner-tittle,
    h1.banner-tittle span.highlights {
        font-size: 40px;
    }
    section.banner.scroll-animate.active {
        height: auto;
    }
    .home-banner-main {
        background-position: right;
        background-image: url(../images/bg/bg-img-mobile.jpg);
    }
    .product-cat-body {
        width: 100%;
        text-align: end;
    }
    .cat-available-product {
        font-size: 14px;
    }
    .category-box-title {
        font-size: 30px;
    }
    a.product-view-btn {
        padding: 5px 10px;
        font-size: 12px;
    }
    img.about.images {
        height: auto;
        width: 100%;
        object-fit: cover;
        margin-bottom: 29px;
    }
    .sub-heading {
        font-size: 18px;
    }

    h2.heading {
        font-size: 25px;
    }
    .sec-banner-big-name {
        font-size: 35px;
    }
    h2.sec-banner-tittle {
        font-size: 33px;
    }
    section.section-banner {
        padding: 50px 0;
    }
    img.img-faq-mouse-over {
        width: 200px;
        height: 200px;
    }
    h4.footer-title {
        margin-bottom: 10px;
        font-size: 16px;
        margin-top: 20px;
    }
    .navbar-nav .dropdown-menu {
        min-width: 100% !important;
        padding: 6px !important;
        border-radius: 0;
    }
    .contact-card {
        display: grid;
    }
    .big-con-title {
        font-size: 18px;
    }
    h4.heading {
        font-size: 20px;
    }
    .con-box {
        height: auto;
        margin-bottom: 20px;
    }
    h4.product-tittle {
        font-size: 18px;
    }
    .product-price {
        font-size: 16px;
    }
    h2.product-profile-title {
        font-size: 25px;
        margin-top: 20px;
    }
    .product-image-profile-frame {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
    }
    .con-box {
        font-size: 18px;
        padding: 0px 10px;
        margin: 0;
        font-weight: 400;
    }
    section button.slick-prev.slick-arrow,
    section button.slick-next.slick-arrow {
        display: none !important;
    }
    .footer-bottom-text {
        font-size: 12px;
    }
    .footer-bottom-text .col-md-6 {
        margin-top: 4px;
    }
}
