@media only screen and (max-width: 1600px) {
    footer {
        padding-left: 180px;
        padding-right: 180px;
    }
}

@media only screen and (max-width: 1400px) {
    footer {
        padding-left: 140px;
        padding-right: 140px;
    }

    .gender-center-item h1 {
        font-size: 42px;
    }

    .featured-category-item {
        height: 640px;
    }

    .about-section {
        padding: 60px 200px;
    }

    .blog {
        padding: 60px;
    }

    .purpose-content .bottom {
        margin-top: 60px;
    }

}

@media only screen and (max-width: 1200px) {

    .home-slider {
        padding: 80px 40px;
    }

    footer {
        padding-left: 100px;
        padding-right: 100px;
    }

    .header__menu ul li {
        margin-right: 20px;
    }

    .advantages {
        grid-template-columns: repeat(4, 1fr);
    }

    .gender-center-item h1 {
        font-size: 34px;
    }

    .gender-center-item {
        width: 220px;
    }

    .featured-category-item {
        height: 580px;
    }

    .gender-item h2 {
        font-size: 46px;
    }

    .about-section {
        padding: 60px 100px;
    }

    .product-details {
        padding-left: 40px;
        padding-right: 40px;
    }

    .breadcrumb-option {
        padding-left: 40px;
        padding-right: 40px;
    }

    .blog-details {
        padding: 40px;
    }

    .blog {
        padding: 40px;
    }

    .purpose-content {
        right: 0;
        left: 0;
    }

    .purpose-content .bottom {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .contact-widget {
        margin-left: 0;
    }

    .about-title h2 {
        font-size: 32px;
        margin: 40px 0;
    }

    .home-slider {
        flex-direction: column;
        padding-top: 40px;
    }

    .home-slider .slider {
        margin-bottom: 40px;
    }

    .logo-title {
        display: none;
    }

    .mobile-menu .logo {
        display: none;
    }

    .search {
        display: none;
    }

    .menu {
        width: 100%;
    }

    .header-top {
        justify-content: start;
    }

    footer {
        padding-left: 60px;
        padding-right: 60px;
    }

    .header__logo {
        padding: 10px 0;
    }

    .header-bottom {
        display: none;
    }

    .header-top .header__right__widget {
        display: none;
    }

    .header-top .header-socials .header__right__widget {
        display: flex;
    }

    .advantages {
        grid-template-columns: repeat(3, 1fr);
    }

    .gender-center-item h1 {
        font-size: 28px;
    }

    .gender-center-item {
        width: 140px;
    }

    .featured-category-item {
        height: 480px;
    }

    .gender-item h2 {
        font-size: 36px;
    }

    .about-section {
        padding: 50px 60px;
    }

    .about-img img {
        width: 100%;
    }

    .product__details__text {
        padding: 0;
    }

    .mobile-nav-toggler {
        display: block;
    }

    .slider-content h1 {
        font-size: 36px;
    }

    .blog {
        padding: 30px;
    }

    .purpose-content h1 {
        font-size: 48px;
    }

    .purpose-content p {
        font-size: 18px;
    }

    .section-contacts {
        min-height: 400px;
    }

    .header-top {
        padding: 0 60px;
    }

    .header-socials {
        margin-right: 20px;
    }

    .about-image {
        margin-top: 80px;
    }

    .more-content {
        padding: 20px 0;
    }

    .teams {}

    .team-item {
        flex-direction: column;
        gap: 40px;
    }

    .team-item.right {
        flex-direction: column;
    }

    .team-content h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .breadcrumb__links a {
        margin-right: 20px;
    }

    .breadcrumb__links span {
        font-size: 14px;
    }

    .blog-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .blog-date {
        margin: 12px 0;
    }

    .about-content {
        flex-direction: column;
    }

    .about-content .left {
        padding: 0;
        margin-bottom: 40px;
    }

    .about-content .right {
        padding: 0;
    }

    .about-content .left::after {
        background: none;
    }

    .c-product {
        flex-direction: column;
    }

    .c-product .left {
        padding: 0;
        margin-bottom: 40px;
    }

    .c-product .right {
        padding: 0;
    }

    .c-product .left::after {
        background: none;
    }

    .slider .slider-item {
        flex-direction: column;
    }

    .slider-content {
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }

    .home-slider-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-slider-image img {
        width: 80% !important;
    }

    .slider-item-content .content {
        margin-bottom: 24px;
    }

    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .advantages {
        grid-template-columns: repeat(2, 1fr);
    }

    .gender-center-item {
        display: none;
    }

    .category-gender {
        padding: 20px 0;
    }

    .featured-category-item {
        height: 400px;
    }

    .category-section .col-md-4 {
        padding: 0;
    }

    .about-section {
        padding: 40px 20px;
    }

    .about-img {
        margin-top: 40px;
    }

    .about-img img {
        width: 100%;
    }

    .product-details {
        padding-left: 20px;
        padding-right: 20px;
    }

    .breadcrumb-option {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog {
        padding: 20px;
    }

    .blog-details {
        padding-left: 20px;
        padding-right: 20px;
    }

    .purpose-content h1 {
        font-size: 36px;
    }

    .purpose-content p {
        font-size: 16px;
        font-weight: 300;
    }

    /* .purpose-content .bottom {
        margin-top: 20px;
    } */

    .purpose-body img {
        height: 50vh;
        object-fit: cover;
    }

    .section-menu ul {
        margin-right: 0;
        flex-wrap: wrap;
        padding: 18px 12px;
    }

    .section-menu {
        height: unset;
    }

    .about-title h2 {
        font-size: 26px;
    }

    .content-section {
        padding: 40px 0;
    }

    .header-top {
        padding: 0 20px;
    }

    .header-socials {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 556px) {
    .header__logo {
        margin-left: 20px;
    }

    .mobile-nav-toggler {
        right: 0;
    }

    .footer__logo {
        display: flex;
        justify-content: center;
    }

    /* .purpose-content .bottom {
        margin-top: 10px;
    } */

    .purpose-content h1 {
        font-size: 32px;
    }
}