@media screen and (max-width: 992px) {
    .header-area .header-text .main-title {
        font-size: 72px;
    }

    .feature-box {
        padding: 30px;
    }

    .section-title .title {
        font-size: 36px;
    }

    .product-box .color-select {
        margin: -5px;
    }

    .product-box .color-select .color {
        margin: 5px;
    }

    .element {
        max-width: 5vw;
    }

    .testimonial-area .element-1 {
        bottom: 3%;
    }

}


@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header-area {
        padding-top: 120px;
    }

    .header-slider {
        margin-top: 40px;
    }

    .header-slider-pagination .swiper-slide .number {
        font-size: 16px;
    }

    .section-title .title {
        font-size: 24px;
    }

    .feature-box {
        padding: 30px;
        text-align: center;
    }

    .about-text .title {
        font-size: 24px;
    }

    .slice-slider {
        max-width: 70vw;
    }

    .subscribe-form button[type="submit"] {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .testimonial-area::before {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 576px) {
    .header-area .header-text .main-title {
        font-size: 56px;
        margin-bottom: 40px;
        letter-spacing: 5px;
    }

    .primary-button .part {
        padding: 8px 18px;
        font-size: 14px;
    }

    .testimonial-navigate-slide .title {
        font-size: 16px;
    }

    .social-menu {
        margin: -5px;
    }

    .social-menu li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        margin: 5px;
    }

    .footer-widget .footer-logo {
        max-width: 40vw;
    }
}

@media screen and (max-width: 480px) {
    .header-area .header-text .main-title {
        font-size: 20px;
    }

    .primary-button .part {
        font-size: 12px;
    }
}




/* === Responsive-Mobile-Menu-CSS === */
@media screen and (min-width: 1200px) {
    .mainmenu-area .nav-row .menu-items {
        display: block !important;
    }

}

@media screen and (max-width: 1200px) {
    .mainmenu-area .nav-row .menu-items {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #000000;
        display: none;
    }

    .mainmenu-area .nav-actions {
        order: inherit;
    }

    .mainmenu-area .nav-actions .primary-button.menu-toggle {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --navbar-height: 80px;
    }

    .mainmenu-area .nav-row .menu-items>ul {
        flex-direction: column;
    }

    .mainmenu-area .nav-row .menu-items>ul>li {
        justify-content: space-between;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(23, 11, 55, 0.1);
        flex-wrap: wrap;
    }

    .mainmenu-area .nav-row .menu-items li ul {
        position: static;
        order: 1;
        width: 100%;
        display: none !important;
        margin-top: 10px;
    }

    .mainmenu-area .nav-row .menu-items li.menu-open>ul {
        display: block !important;
    }

    .mainmenu-area .nav-row .menu-items li.menu-open>ul.over-items {
        display: grid !important;
    }

    .mainmenu-area .nav-row .menu-items ul li:not(.menu-open) .plus:before {
        transform: rotate(90deg);
    }

    .mainmenu-area .nav-row .menu-items>ul>li>a {
        line-height: 1.6em;
    }

    .mainmenu-area .nav-row .menu-items {
        max-height: calc(100vh - var(--navbar-height));
        overflow-y: auto;
    }
}


@media screen and (max-width: 576px) {
    .mainmenu-area .nav-row .menu-items>ul ul.over-items {
        grid-template-columns: auto;
    }

    .primary-button .part {
        padding: 8px 20px;
    }
    
    .mainmenu-area .nav-actions .primary-button {
        margin-left: 10px;
    }
}

@media screen and (max-width: 440px) {
    .mainmenu-area .nav-actions .action-button {
        display: none;
    }
    
    .mainmenu-area .nav-row .nav-logo .logo {
        max-width: 70%;
    }
}