﻿@font-face {
    font-family: "IRANSansWeb";
    font-style: normal;
    font-weight: normal;
    src: url('/Assets/fonts/IranSans/IRANSansWebFaNum.eot') format('embedded-opentype'), url('/Assets/fonts/IranSans/IRANSansWebFaNum.woff2') format('woff2'), url('/Assets/fonts/IranSans/IRANSansWebFaNum.woff') format('woff'), url('/Assets/fonts/IranSans/IRANSansWebFaNum.ttf') format('truetype');
    font-display: swap;
}

body {
    font-family: "IRANSansWeb";
    box-sizing: border-box;
}

/*.banner {
    width: 100%;
    overflow: hidden;
}

    .banner img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }


.brand-intro {
    font-family: IRANSansWeb;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #222E59;
}

.brand-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 36px;
    margin-bottom: 36px;
}

.brand-description {
    font-family: IRANSansWeb;
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    color: #000;
}*/


#mainBanner,
#mainBanner .carousel-item,
#mainBanner .banner-img {
    height: 866px;
    object-fit: cover;
    border-bottom-left-radius: 220px; 
}

.banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom, rgba(42, 50, 86, 1) 0%, rgba(42, 50, 86, 0.6) 30%, rgba(42, 50, 86, 0) 100% );
    display: flex;
    align-items: center;
    padding-right: 60px;
    padding-left: 60px;
    z-index: 5;
}


.overlay-content {
    max-width: 450px;
    color: #fff;
    margin-left: 40px;
}


.banner-title {
    font-size: 120px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px; 
}


.banner-text {
    font-size: 57px;
    line-height: 0.8;
    margin-bottom: 59px; 
}


.banner-btn {
    background: #2A3256CC !important; 
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    border-radius: 17px !important;
    color: #fff !important;
    padding: 15px 25px !important;
    display: inline-block;
    font-size: 25px !important;
    text-decoration: none;
    transition: 0.3s ease;
}

    .banner-btn:hover {
        transform: scale(1.035);
    }


.info-boxes .info-box {
    background: rgba(34, 46, 89, 0.60);
    padding: 12px 18px;
    border-radius: 8px;
}

.info-box h4 {
    color: #fff;
    margin-bottom: 4px;
}

.info-box span {
    color: #ddd;
}


.info-boxes {
    text-align: right;
}


    .info-boxes .info-box {
        background: rgba(34, 46, 89, 0.55);
        padding: 12px 18px;
        border-radius: 8px;
    }

.info-box h4 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 5px;
}

.info-box span {
    color: #ddd;
    font-size: 13px;
}




.carousel1-control-prev-icon {
    color: #000 !important;
}


#carpetSlider1 {
    top: -35px !important;
}


.first-section-container,
.second-section-container,
.second-section-container-second,
.news-section-container {
    margin-top: 3rem;
    margin-bottom: 3rem;
}


.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 10;
}

.prev-arrow {
    left: -3px;
}

.next-arrow {
    right: -3px;
}

.custom-arrow img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}



.see-details {
    color: #FFF;
    padding: 10px 69px;
    width: 100%;
    font-size: 13px;
    background: #2F4497;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


    .see-details:hover {
        color: #FFF;
        padding: 10px 69px;
        font-size: 13px;
        background: #2F4497;
        text-align: center;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

.first-title {
    position: relative;
    color: #222E59;
    font-size: 25px;
    font-family: IRANSansWeb;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    line-height: 100%;
    right: -15px;
    margin-bottom: 3rem;
}

/*    .first-title::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 51%;
        transform: translateX(-50%);
        width: 13%;
        height: 1px;
        background-color: #222E59;
        border-radius: 2px;
    }*/



.banner-box {
    border-radius: 20px;
    width: 98%;
    height: 120px;
    overflow: hidden;
    position: relative;
    /* box-shadow: 5px 8px 11px 0 rgba(0, 0, 0, 0.25);*/
    margin: 70px;
}

.banner-img {
/*    border-radius: 20px;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
/*    border: 4px solid #2F4497;*/
    position: relative;
    z-index: 1;
}

.banner-box::after {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-radius: 20px;
    background: rgb(255 255 255 / 88%);
    z-index: 2;
}

.first-link {
    text-decoration: none;
}

.second-link {
    text-decoration: none;
}

.first-section-container {
    max-width: 1834px !important;
}

.second-section-container {
    background: #f9f9f9;
}

    .second-section-container .container {
        background: #2A3256;
        border-radius: 25px;
        padding: 30px;
    }

/* ======= Slider Cards ======= */
.product-card {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 300px; 
    justify-content: space-between;
    transition: transform 0.3s ease;
    text-decoration: none;
}

    .product-card img {
        width: 100%;
        height: 19px; 
        object-fit: cover;
    }

    .product-card:hover {
        transform: translateY(-5px);
    }


.bestSell-card {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: space-between;
    transition: transform 0.3s ease;
    text-decoration: none;
}

    .bestSell-card img {
        width: 100%;
        height: 19px;
        object-fit: cover;
    }

    .bestSell-card:hover {
        transform: translateY(-5px);
    }

.product-name {
    color: #222E59;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
}

.second-section-container {
    padding: 54px 56px !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px;
    }


.section-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}

.see-all {
    background-color: #706C68CC !important;
    color: #fff !important;
    padding: 20px 53px !important;
    border: none !important;
    border-radius: 35px !important;
}

    .btn-light:hover {
        background-color: #f0f0f0;
    }


    .container.p-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


.section-title-second {
    text-align: center;
    font-weight: 600;
    font-size: 23px;
    color: #2A3256;
    margin-bottom: 35px;
    position: relative;
}

/*    .section-title-second::after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background-color: #2A3256;
        border-radius: 50%;
        margin: 5px auto 0 auto;
    }*/

.products-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.product-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.bestSell-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.product-image {
    position: relative;
    width: 100%;
    padding: 30px 46px;
    background-color: #fff;
}

    .product-image img {
        width: 100%;
        height: 390px;
        object-fit: cover;
        position: relative;
        padding-bottom: 20px;
        display: block;
    }

    .product-image::after {
        content: "";
        position: absolute;
        bottom: 10px; 
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ddd;
    }


.Bestseller-image {
    position: relative;
    width: 100%;
    padding: 30px 46px;
    background-color: #fff;
}

    .Bestseller-image img {
        width: 100%;
        height: 390px;
        object-fit: cover;
        position: relative;
        padding-bottom: 20px;
        display: block;
    }

    .Bestseller-image::after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ddd;
    }

.image-dot {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #2A3256;
    border-radius: 50%;
    z-index: 5;
}

.product-info {
    text-align: center;
    padding: 10px 5px;
    text-decoration: none;
}

.product-title {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin: 8px 0;
    text-decoration: none;
}

.product-subtitle {
    color: #555;
    font-size: 12px;
    margin-bottom: 10px;
}

.price-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    margin: 0 22px 18px 22px ;
}

    .price-box:hover {
        border: 2px solid #2A3256;
    }

/*.price-dot {
    width: 5px;
    height: 5px;
    background-color: #2A3256;
    border-radius: 50%;
    position: absolute;
    left: 41px;
    top: -2.78px;
}*/



.price-text {
    font-weight: 500;
    color: #000;
}

.old-price {
    font-size: 10px;
    color: #999;
    margin-top: 3px;
}

.first-section-container {
    width: 100%;
}

.boxes-container {
    display: flex;
    gap: 31px;
    width: 100%;
    transition: flex 0.7s ease; 
}
.swiper-controls {
    display: flex;
    align-items: center;
    gap: 15px;  
    margin-top: 50px;
}

.swiper-button-prev,
.swiper-button-next {
    position: static !important;
    margin: 0 !important;
    width: 59px !important;
    height: 61px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 12px !important;
    background: transparent;
    color: #fff !important;
}


.product-box {
    flex: 1;
    background: #fff;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 600px;
    text-decoration: none;
    transition: flex 0.7s ease;
}


.box-title {
    background: #2A3256;
    color: #fff;
    font-family: IRANSansWeb;
    font-size: 24px;
    padding: 20px;
}

.product-box.active {
    flex: 1.5; 
}


.product-box:hover {
    flex: 1.5; 
}

.box-img {
    width: 100%;
    height: calc(100% - 40px);
    object-fit: cover; 
}

.product-box .box-img {
    width: 100%;
    height: calc(100% - 60px);
    object-fit: cover; 
    pointer-events: none; 
    flex-shrink: 0;
}


.product-box.active,
.product-box:hover {
    flex: 1.5;
}

.product-box:nth-child(1) {
    border-top-right-radius: 35px;
    border-top-left-radius: 0;
}


.product-box:nth-child(2),
.product-box:nth-child(3),
.product-box:nth-child(4) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}


.product-box:nth-child(5) {
    border-top-left-radius: 35px;
    border-top-right-radius: 0;
}


.rotated-text {
    position: absolute;
    top: 82%;
    left: -27px;
    transform: translateY(-50%) rotate(-90deg);
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    z-index: 2;
    white-space: nowrap;
    text-align: center;
}

.product-box:hover .overlay::after {
    opacity: 1;
}


.row .position-relative img {
    height: 370px;
    object-fit: cover;
    
}

.position-relative {
    position: relative;
}


.container.custom-padding {
    max-width: 100%;
    padding-left: 41px;
    padding-right: 38px;
    margin-top: 120px !important;
}



.row.g-2 > div:nth-child(1) .position-relative {
    border-top-right-radius: 80px;
    overflow: hidden;
}

.row.g-2 > div:nth-child(2) .position-relative {
    border-top-left-radius: 80px;
    overflow: hidden;
}


.row.g-2 > div:nth-child(3) .position-relative {
    border-bottom-right-radius: 80px;
    overflow: hidden;
}


.row.g-2 > div:nth-child(4) .position-relative {
    border-bottom-left-radius: 80px;
    overflow: hidden;
}


.position-relative {
    position: relative;
    overflow: hidden;
}



.position-relative {
    position: relative;
    overflow: hidden; 
}

 
    .position-relative::before {
        content: '';
        position: absolute;
        left: 15px;
        right: 15px;
        top: 15px;
        bottom: 15px;
        pointer-events: none;
        z-index: 3;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: scaleY(0);
        transform-origin: center;
        transition: transform .6s ease;
        
        border-radius: 0;
    }

   
    .position-relative::after {
        content: '';
        position: absolute;
        left: 15px;
        right: 15px;
        top: 15px;
        bottom: 15px;
        pointer-events: none;
        z-index: 3;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform .6s ease;
      
        border-radius: 0;
    }

 
    .position-relative:hover::before {
        transform: scaleY(1);
    }

    .position-relative:hover::after {
        transform: scaleX(1);
    }



.row.g-2 > div:nth-child(1) .position-relative::before,
.row.g-2 > div:nth-child(1) .position-relative::after {
    border-top-right-radius: 80px;
}


.row.g-2 > div:nth-child(2) .position-relative::before,
.row.g-2 > div:nth-child(2) .position-relative::after {
    border-top-left-radius: 80px;
}

.row.g-2 > div:nth-child(3) .position-relative::before,
.row.g-2 > div:nth-child(3) .position-relative::after {
    border-bottom-right-radius: 80px;
}


.row.g-2 > div:nth-child(4) .position-relative::before,
.row.g-2 > div:nth-child(4) .position-relative::after {
    border-bottom-left-radius: 80px;
}



.floating-icon-outside {
    position: relative;
    top: -79px;
}

.swiper-button-next,
.swiper-button-prev {
    transition: all 0.3s ease;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        transition: transform 0.3s ease;
    }


    .swiper-button-next:hover::after {
        transform: translateX(4px);
    }

    .swiper-button-prev:hover::after {
        transform: translateX(-4px); 
    }

.bestSell-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

    .bestSell-card:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

.second-section-container {
    padding: 54px 56px !important;
}

@media (max-width: 1300px) {
    .nav-menu a {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        font-size: 11px;
        position: relative;
        transition: color 0.3s ease;
    }
    .product-image img {
        width: 100%;
        height: 247px !important;
        object-fit: cover;
        position: relative;
        padding-bottom: 20px;
        display: block;
    }
    .product-image {
        position: relative;
        width: 100%;
        padding: 30px 25px;
        background-color: #fff;
    }

    .Bestseller-image img {
        width: 100%;
        height: 247px !important;
        object-fit: cover;
        position: relative;
        padding-bottom: 20px;
        display: block;
    }

    .Bestseller-image {
        position: relative;
        width: 100%;
        padding: 30px 25px;
        background-color: #fff;
    }
    .see-all {
        background-color: #706C68CC !important;
        color: #fff !important;
        padding: 7px 51px !important;
        border: none !important;
        border-radius: 35px !important;
    }

    .section-title {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        line-height: 1.5;
    }

}




    @media (max-width: 780px) {

        .first-section-container,
        .second-section-container,
        .second-section-container-second,
        .news-section-container {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .product-box {
            flex: 1 1 1%;
            height: 500px;
        }

        .box-text {
            font-size: 24px;
        }

        .sub-text {
            font-size: 16px;
        }

        .first-title {
            font-size: 22px;
            margin-bottom: 3rem;
            right: -10px;
        }

            .first-title::after {
                width: 15%;
                height: 1px;
                bottom: -6px;
            }

        .swiper-slide.product-card {
            width: 250px !important;
            margin: 0 8px;
            text-decoration: none;
        }

        .info-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
            width: 100%;
            margin: 0 auto;
        }

        .info-image {
            order: -1;
            width: 100%;
            max-width: 500px;
        }

            .info-image img {
                width: 100%;
                height: auto;
                object-fit: cover;
            }

        .info-text {
            width: 100%;
            max-width: 500px;
            text-align: center;
        }

        .info-title {
            font-size: 28px;
            margin-bottom: 15px;
        }

        .info-description {
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 20px;
            text-align: center;
        }

        .info-btn {
            padding: 10px 30px;
            font-size: 16px;
        }

        .fullwidth-section {
            display: flex;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
        }

        .image-box {
            flex: 0 0 100%;
            scroll-snap-align: start;
            height: 600px;
        }

            .image-box img {
                object-fit: cover;
            }

        .image-box {
            width: 250px;
            height: 600px;
        }

        .rotated-text {
            font-size: 25px;
            left: -20px;
        }

        .custom-wrapper {
            flex-direction: column;
            align-items: center;
            gap: 50px;
            width: 100%;
            padding: 0 20px;
        }

        .custom-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .custom-text {
            text-align: center;
            width: 100%;
        }

        .custom-title {
            font-size: 30px;
            text-align: center;
        }

        .custom-description {
            font-size: 17px;
            line-height: 34px;
            text-align: center;
        }

        .floating-icon-outside {
            position: relative;
            top: -79px;
            width: 109px;
            height: 100px;
        }


            .floating-icon-outside svg {
                width: 100%;
                height: 100%;
            }
    }

@media (max-width: 860px) {
    .products-grid {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        padding-bottom: 10px;
        scroll-snap-type: x mandatory;
    }

    .product-card {
        min-width: 155px;
        scroll-snap-align: start;
    }

    .bestSell-card {
        min-width: 250px;
        scroll-snap-align: start;
    }

    .products-grid::-webkit-scrollbar {
        display: none;
    }

}

@media (max-width: 768px) {
    .products-grid {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        padding-bottom: 10px;
        scroll-snap-type: x mandatory;
    }

    .product-card {
        min-width: 155px;
        scroll-snap-align: start; 
    }

    .bestSell-card {
        min-width: 250px;
        scroll-snap-align: start;
    }

    .products-grid::-webkit-scrollbar {
        display: none; 
    }
}

    @media (max-width: 600px) {
        .banner-title {
            font-size: 49px !important;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 25px;
        }

        .product-info {
            text-align: center;
            padding: 0px 5px;
            text-decoration: none;
        }

        .banner-text {
            font-size: 32px;
            line-height: 0.8;
            margin-bottom: 59px;
        }

        .banner-btn {
            background: #2A3256CC !important;
            backdrop-filter: blur(6px) !important;
            -webkit-backdrop-filter: blur(6px) !important;
            border-radius: 17px !important;
            color: #fff !important;
            padding: 12px 22px !important;
            display: inline-block;
            font-size: 17px !important;
            text-decoration: none;
            transition: 0.3s ease;
        }

        .brand-intro {
            font-size: 34px;
            margin-top: 25px;
        }

        .brand-title {
            font-size: 1.5rem;
            margin-top: 28px;
            margin-bottom: 16px;
        }

        .brand-description {
            font-size: 18px;
            line-height: 150%;
            max-width: 90%;
        }

        .banner img {
            object-position: center;
        }

        .boxes-container {
            display: flex;
            gap: 15px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            padding-bottom: 10px;
        }

            .boxes-container::-webkit-scrollbar {
                display: none;
            }

        .product-box {
            min-width: 67.4%;
            flex: 0 0 auto;
            height: 450px !important;
            scroll-snap-align: start;
        }
/*

            .product-box:hover,
            .product-box.active {
                flex: 0 0 auto !important; 
            }*/


        .box-text {
            font-size: 22px;
        }

        .sub-text {
            font-size: 15px;
        }

        .first-title {
            font-size: 20px;
            margin-bottom: 3rem;
            right: 0;
        }

            .first-title::after {
                width: 18%;
                bottom: -5px;
            }

        .second-title {
            font-size: 20px;
            margin-bottom: 60px;
            right: 0;
        }

            .second-title::after {
                width: 18%;
                bottom: -5px;
            }

        .swiper-slide.product-card {
            width: 80% !important;
            margin: 0 10%;
        }

        .image-box {
            width: 80%;
            height: 800px;
        }

        .rotated-text {
            font-size: 20px;
            left: -15px;
        }

        .section-title-second {
            color: #222E59;
            font-family: IRANSansWeb;
            font-weight: 500;
            font-size: 23px;
            line-height: 100%;
            margin-bottom: 30px;
        }

        .custom-wrapper {
            gap: 40px;
            padding: 0 15px;
        }

        .custom-title {
            font-size: 26px;
        }

        .custom-description {
            font-size: 16px;
            line-height: 30px;
        }

        .custom-image img {
            height: auto;
            border-radius: 8px;
        }

        .brand-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .first-section-container,
        .second-section-container,
        .second-section-container-second,
        .news-section-container {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }
        .row .position-relative img {
            height: 270px;
            object-fit: cover;
        }
    }


    @media (max-width: 450px) {


        .nav-menu a {
            color: #000;
            text-decoration: none;
            font-weight: 500;
            font-size: 12px !important;
            position: relative;
            transition: color 0.3s ease;
        }

        .banner-title {
            font-size: 49px !important;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 25px;
        }

        .banner-text {
            font-size: 32px;
            line-height: 0.8;
            margin-bottom: 59px;
        }

        .banner-btn {
            background: #2A3256CC !important;
            backdrop-filter: blur(6px) !important;
            -webkit-backdrop-filter: blur(6px) !important;
            border-radius: 17px !important;
            color: #fff !important;
            padding: 12px 22px !important;
            display: inline-block;
            font-size: 17px !important;
            text-decoration: none;
            transition: 0.3s ease;
        }

        .banner img {
            height: auto;
        }

        .product-box {
            flex: 0 0 15%;
            height: 450px;
        }

        .box-text {
            font-size: 20px;
        }

        .sub-text {
            font-size: 14px;
        }

        .first-title {
            font-size: 18px;
            margin-bottom: 50px;
        }

            .first-title::after {
                width: 41%;
                bottom: -13px;
            }

        .second-title {
            font-size: 18px;
            margin-bottom: 50px;
        }

            .second-title::after {
                width: 41%;
                bottom: -13px;
            }

        .swiper-slide.product-card {
            width: 45% !important;
            margin: 0 0.5%;
        }

        .product-card img {
            width: 100%;
            height: 179px !important;
            object-fit: cover;
            display: block;
        }

        .bestSell-card img {
            width: 100%;
            height: 180px !important;
            object-fit: cover;
            display: block;
        }

        .price-box {
            border: 1px solid #ccc;
            border-radius: 8px;
            padding: 5px 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 8px;
            gap: 7px;
            position: relative;
            margin: 0 7px 18px 7px;
        }

        .product-title {
            font-weight: 500;
            color: #000;
            font-size: 10px;
            margin: 8px 0;
            text-decoration: none;
        }
        .product-card {
            
            flex: 0 0 155px;
            scroll-snap-align: start;
        }

        .bestSell-card {
            min-width: 152px;
            scroll-snap-align: start;
        }
        .product-image {
            position: relative;
            width: 100%;
            padding: 19px 19px;
            background-color: #fff;
        }

        .Bestseller-image {
            position: relative;
            width: 100%;
            padding: 19px 19px;
            background-color: #fff;
        }

        .price-icon img {
            width: auto;
            height: 13px;
            max-height: 13px;
            object-fit: contain;
            -webkit-object-fit: contain;
            display: block;
        }

        .product-card-second img {
            width: 100%;
            height: 537px;
            object-fit: cover;
            display: block;
        }

        .section-title {
            color: #fff;
            font-family: IRANSansWeb;
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
            margin-top: 15px;
        }

        .nav-menu {
            flex: 1;
            display: flex;
            justify-content: right;
        }

            .nav-menu ul {
                margin-right: 5px !important;
            }

        .info-wrapper {
            gap: 20px;
        }

        .info-image {
            max-width: 350px;
        }

        .info-title {
            font-size: 24px;
        }

        .info-description {
            font-size: 15px;
            line-height: 24px;
        }

        .info-btn {
            font-size: 14px;
            padding: 8px 25px;
        }

        .image-box {
            width: 80%;
            height: 700px;
        }

        .rotated-text {
            font-size: 35px;
            left: -15px;
        }

        .section-title-second {
            color: #222E59;
            font-family: IRANSansWeb;
            font-weight: 500;
            font-size: 23px;
            line-height: 100%;
        }

        .swiper-slide.product-card-second {
            width: 42% !important;
            margin: 0 0.5%;
        }

        .best-sellers-second {
            width: 100%;
            background-color: #f7f7f7;
            padding: 33px 0 0px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .custom-wrapper {
            gap: 30px;
        }

        .custom-title {
            font-size: 22px;
        }

        .custom-description {
            font-size: 15px;
            line-height: 28px;
        }

        .news-title {
            color: #222E59;
            font-family: IRANSansWeb;
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
        }

        .nav-menu {
            position: absolute;
            top: 0.5% !important;
            right: 0;
            width: 100%;
            background: #fff;
            border-top: 1px solid #ddd;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .first-section-container,
        .second-section-container,
        .second-section-container-second,
        .news-section-container {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .row {
            display: flex;
          /*  flex-direction: column;*/
        }

        .col-lg-2 {
            order: 2;
            width: 100% !important;
            margin-top: 15px;
        }

        .col-lg-10 {
            order: 1;
            width: 100% !important;
        }

        .box-title {
            background: #2A3256;
            color: #fff;
            font-family: IRANSansWeb;
            font-size: 15px;
            padding: 15px;
        }

        .product-box .box-img {
            width: 100%;
            height: calc(100% - 52px);
            object-fit: cover;
            pointer-events: none;
            flex-shrink: 0;
        }

        .products-grid {
            display: -webkit-flex;
            display: flex;
            gap: 9px;
            flex-wrap: nowrap;
            justify-content: right;
        }

        #mainBanner, #mainBanner .carousel-item, #mainBanner .banner-img {
            height: 670px;
            object-fit: cover;
            border-bottom-left-radius: 220px;
        }
        .container.custom-padding {
            max-width: 100%;
            padding-left: 24px;
            padding-right: 24px;
            margin-top: 45px !important;
        }
        .row .position-relative img {
            height: 270px;
            object-fit: cover;
        }

        .second-section-container {
            padding: 52px 20px !important;
        }
    }

    @media (max-width: 420px) {



        .banner-title {
            font-size: 49px !important;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 25px;
        }

        .banner-text {
            font-size: 32px;
            line-height: 0.8;
            margin-bottom: 59px;
        }

        .box-title {
            background: #2A3256;
            color: #fff;
            font-family: IRANSansWeb;
            font-size: 15px;
            padding: 15px;
        }

        .banner-btn {
            background: #2A3256CC !important;
            backdrop-filter: blur(6px) !important;
            -webkit-backdrop-filter: blur(6px) !important;
            border-radius: 17px !important;
            color: #fff !important;
            padding: 12px 22px !important;
            display: inline-block;
            font-size: 17px !important;
            text-decoration: none;
            transition: 0.3s ease;
        }

        .banner img {
            height: auto;
        }

        .product-box {
            flex: 0 0 13%;
            height: 450px;
        }

        .box-text {
            font-size: 20px;
        }

        .sub-text {
            font-size: 14px;
        }

        .first-title {
            font-size: 18px;
            margin-bottom: 50px;
        }

            .first-title::after {
                width: 41%;
                bottom: -13px;
            }

        .second-title {
            font-size: 18px;
            margin-bottom: 50px;
        }

            .second-title::after {
                width: 41%;
                bottom: -13px;
            }

        .swiper-slide.product-card {
            width: 53% !important;
            margin: 0 0.5%;
        }

        .product-card img {
            width: 100%;
            height: 196px !important;
            object-fit: cover;
            display: block;
        }
        .bestSell-card img {
            width: 100%;
            height: 210px !important;
            object-fit: cover;
            display: block;
        }

        .price-icon img {
            width: auto;
            height: 13px;
            max-height: 13px;
            object-fit: contain;
            -webkit-object-fit: contain;
            display: block;
        }

        .product-card-second img {
            width: 100%;
            height: 537px;
            object-fit: cover;
            display: block;
        }

        .section-title {
            color: #fff;
            font-family: IRANSansWeb;
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
            margin-top: 15px;
        }

        .nav-menu {
            flex: 1;
            display: flex;
            justify-content: right;
        }

            .nav-menu ul {
                margin-right: 5px !important;
            }

        .info-wrapper {
            gap: 20px;
        }

        .info-image {
            max-width: 350px;
        }

        .info-title {
            font-size: 24px;
        }

        .info-description {
            font-size: 15px;
            line-height: 24px;
        }

        .info-btn {
            font-size: 14px;
            padding: 8px 25px;
        }

        .image-box {
            width: 80%;
            height: 700px;
        }

        .rotated-text {
            font-size: 35px;
            left: -15px;
        }

        .section-title-second {
            color: #222E59;
            font-family: IRANSansWeb;
            font-weight: 500;
            font-size: 23px;
            line-height: 100%;
        }

        .swiper-slide.product-card-second {
            width: 53% !important;
            margin: 0 0.5%;
        }

        .best-sellers-second {
            width: 100%;
            background-color: #f7f7f7;
            padding: 33px 0 0px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .custom-wrapper {
            gap: 30px;
        }

        .custom-title {
            font-size: 22px;
        }

        .custom-description {
            font-size: 15px;
            line-height: 28px;
        }

        .news-title {
            color: #222E59;
            font-family: IRANSansWeb;
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
        }

        .nav-menu {
            position: absolute;
            top: 0.5% !important;
            right: 0;
            width: 100%;
            background: #fff;
            border-top: 1px solid #ddd;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .first-section-container,
        .second-section-container,
        .second-section-container-second,
        .news-section-container {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .row {
            display: flex;
           /* flex-direction: column;*/
        }

        .col-lg-2 {
            order: 2;
            width: 100% !important;
            margin-top: 15px;
        }

        .col-lg-10 {
            order: 1;
            width: 100% !important;
        }

        .products-grid {
            display: -webkit-flex;
            display: flex;
            gap: 20px;
            flex-wrap: nowrap;
            justify-content: right;
            margin: 0 16px
        } 

        .price-box {
            border: 1px solid #ccc;
            border-radius: 8px;
            padding: 5px 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            position: relative;
            margin: 0 15px 18px 15px;
        }

        #mainBanner, #mainBanner .carousel-item, #mainBanner .banner-img {
            height: 600px ;
            object-fit: cover;
            border-bottom-left-radius: 220px;
        }
        .container.custom-padding {
            max-width: 100%;
            padding-left: 24px;
            padding-right: 24px;
            margin-top: 120px !important;
        }
        .row .position-relative img {
            height: 270px;
            object-fit: cover;
        }

        .second-section-container {
            padding: 52px 20px !important;
        }
    }


@media (max-width: 400px) {
    .nav-menu a {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        font-size: 12px !important;
        position: relative;
        transition: color 0.3s ease;
    }

    .banner-title {
        font-size: 49px !important;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .banner-text {
        font-size: 32px;
        line-height: 0.8;
        margin-bottom: 59px;
    }

    .banner-btn {
        background: #2A3256CC !important;
        backdrop-filter: blur(6px) !important;
        -webkit-backdrop-filter: blur(6px) !important;
        border-radius: 17px !important;
        color: #fff !important;
        padding: 12px 22px !important;
        display: inline-block;
        font-size: 17px !important;
        text-decoration: none;
        transition: 0.3s ease;
    }

    .banner img {
        height: auto;
    }

/*    .product-box {
        flex: 0 0 15%;
        height: 450px;
    }*/

    .box-text {
        font-size: 20px;
    }

    .sub-text {
        font-size: 14px;
    }

    .first-title {
        font-size: 18px;
        margin-bottom: 50px;
    }

        .first-title::after {
            width: 41%;
            bottom: -13px;
        }

    .second-title {
        font-size: 18px;
        margin-bottom: 50px;
    }

        .second-title::after {
            width: 41%;
            bottom: -13px;
        }

    .swiper-slide.product-card {
        width: 45% !important;
        margin: 0 0.5%;
    }

    .product-card img {
        width: 100%;
        height: 179px !important;
        object-fit: cover;
        display: block;
    }

    .bestSell-card img {
        width: 100%;
        height: 180px !important;
        object-fit: cover;
        display: block;
    }

    .price-box {
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 8px;
        gap: 15px;
        position: relative;
        margin: 0 7px 18px 7px;
    }

    .product-title {
        font-weight: 500;
        color: #000;
        font-size: 10px;
        margin: 8px 0;
        text-decoration: none;
    }

    .product-card {
        flex: 0 0 155px;
        scroll-snap-align: start;
        box-sizing: border-box;
    }

    .bestSell-card {
        min-width: 152px;
        scroll-snap-align: start;
    }

    .product-image {
        position: relative;
        width: 100%;
        padding: 19px 19px;
        background-color: #fff;
    }

    .Bestseller-image {
        position: relative;
        width: 100%;
        padding: 19px 19px;
        background-color: #fff;
    }

    .price-icon img {
        width: auto;
        height: 13px;
        max-height: 13px;
        object-fit: contain;
        -webkit-object-fit: contain;
        display: block;
    }

    .product-card-second img {
        width: 100%;
        height: 537px;
        object-fit: cover;
        display: block;
    }

    .section-title {
        color: #fff;
        font-family: IRANSansWeb;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        margin-top: 15px;
    }

    .nav-menu {
        flex: 1;
        display: flex;
        justify-content: right;
    }

        .nav-menu ul {
            margin-right: 5px !important;
        }

    .info-wrapper {
        gap: 20px;
    }

    .info-image {
        max-width: 350px;
    }

    .info-title {
        font-size: 24px;
    }

    .info-description {
        font-size: 15px;
        line-height: 24px;
    }

    .info-btn {
        font-size: 14px;
        padding: 8px 25px;
    }

    .image-box {
        width: 80%;
        height: 700px;
    }

    .rotated-text {
        font-size: 35px;
        left: -15px;
    }

    .section-title-second {
        color: #222E59;
        font-family: IRANSansWeb;
        font-weight: 500;
        font-size: 23px;
        line-height: 100%;
    }

    .swiper-slide.product-card-second {
        width: 42% !important;
        margin: 0 0.5%;
    }

    .best-sellers-second {
        width: 100%;
        background-color: #f7f7f7;
        padding: 33px 0 0px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .custom-wrapper {
        gap: 30px;
    }

    .custom-title {
        font-size: 22px;
    }

    .custom-description {
        font-size: 15px;
        line-height: 28px;
    }

    .news-title {
        color: #222E59;
        font-family: IRANSansWeb;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
    }

    .nav-menu {
        position: absolute;
        top: 0.5% !important;
        right: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #ddd;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .first-section-container,
    .second-section-container,
    .second-section-container-second,
    .news-section-container {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .row {
        display: flex;
        /*  flex-direction: column;*/
    }

    .col-lg-2 {
        order: 2;
        width: 100% !important;
        margin-top: 15px;
    }

    .col-lg-10 {
        order: 1;
        width: 100% !important;
    }

    .box-title {
        background: #2A3256;
        color: #fff;
        font-family: IRANSansWeb;
        font-size: 15px;
        padding: 15px;
    }

    .product-box .box-img {
        width: 100%;
        height: calc(100% - 52px);
        object-fit: cover;
        pointer-events: none;
        flex-shrink: 0;
    }

    .products-grid {
        display: -webkit-flex;
        display: flex;
        gap: 9px;
        flex-wrap: nowrap;
        justify-content: right;
    }

    #mainBanner, #mainBanner .carousel-item, #mainBanner .banner-img {
        height: 670px;
        object-fit: cover;
        border-bottom-left-radius: 220px;
    }

    .container.custom-padding {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 45px !important;
    }

    .row .position-relative img {
        height: 270px;
        object-fit: cover;
    }

    .second-section-container {
        padding: 52px 20px !important;
    }
}


@media (max-width: 380px) {
    .second-section-container {
        padding: 52px 20px !important;
    }

    .nav-container {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 16px 19px;
        gap: 201px !important;
    }

    .first-section-container,
    .second-section-container,
    .second-section-container-second,
    .news-section-container {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .brand-intro {
        font-size: 25px;
    }

    .brand-title {
        font-size: 1.2rem;
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .brand-description {
        font-size: 15px;
        padding: 0 15px;
        margin-right: 18px;
    }

    .swiper-slide.product-card {
        width: 55% !important;
        margin: 0 0.7%;
    }

    .swiper-slide.product-card-second {
        width: 55% !important;
        margin: 0 0.7%;
    }


    .products-grid {
        display: -webkit-flex;
        display: flex;
        gap: 12px;
        flex-wrap: nowrap;
        justify-content: right;
    }

    .product-image {
        position: relative;
        width: 100%;
        padding: 18px 30px;
        background-color: #fff;
    }

    .Bestseller-image {
        position: relative;
        width: 100%;
        padding: 18px 30px;
        background-color: #fff;
    }

    .product-card img {
        width: 100%;
        height: 204px;
        object-fit: cover;
        display: block;
    }

    .bestSell-card img {
        width: 100%;
        height: 167px !important;
        object-fit: cover;
        display: block;
    }

    .product-card-second img {
        width: 100%;
        height: 493px;
        object-fit: cover;
        display: block;
    }

    .price-icon img {
        width: auto;
        height: 13px;
        max-height: 13px;
        object-fit: contain;
        -webkit-object-fit: contain;
        display: block;
    }


    .section-title {
        color: #fff;
        font-family: IRANSansWeb;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
    }

    .image-box {
        width: 80%;
        height: 600px;
    }

    .rotated-text {
        font-size: 32px;
        left: -15px;
    }

    .section-title-second {
        color: #222E59;
        font-family: IRANSansWeb;
        font-weight: 500;
        font-size: 23px;
        line-height: 100%;
    }

    .best-sellers-second {
        width: 100%;
        background-color: #f7f7f7;
        padding: 33px 0 0px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .custom-title {
        font-size: 20px;
    }

    .custom-description {
        font-size: 14px;
        line-height: 26px;
    }

    .nav-menu {
        position: absolute;
        top: 0.5% !important;
        right: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #ddd;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .news-title {
        color: #222E59;
        font-family: IRANSansWeb;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
    }

    .price-box {
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: relative;
        margin: 0 15px 18px 15px;
    }

    .container.custom-padding {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 120px !important;
    }

    .row .position-relative img {
        height: 270px;
        object-fit: cover;
    }
}
@media (max-width:365px) {
    .second-section-container {
        padding: 52px 20px !important;
    }

    .nav-container {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 16px 19px;
        gap: 201px !important;
        top: 77px;
    }

    .first-section-container,
    .second-section-container,
    .second-section-container-second,
    .news-section-container {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .brand-intro {
        font-size: 25px;
    }

    .brand-title {
        font-size: 1.2rem;
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .brand-description {
        font-size: 15px;
        padding: 0 15px;
        margin-right: 18px;
    }

    .swiper-slide.product-card {
        width: 55% !important;
        margin: 0 0.7%;
    }

    .swiper-slide.product-card-second {
        width: 55% !important;
        margin: 0 0.7%;
    }


    .products-grid {
        display: -webkit-flex;
        display: flex;
        gap: 12px;
        flex-wrap: nowrap;
        justify-content: right;
    }

    .product-image {
        position: relative;
        width: 100%;
        padding: 18px 30px;
        background-color: #fff;
    }

    .Bestseller-image {
        position: relative;
        width: 100%;
        padding: 18px 23px;
        background-color: #fff;
    }

    .product-card img {
        width: 100%;
        height: 204px;
        object-fit: cover;
        display: block;
    }

    .bestSell-card img {
        width: 100%;
        height: 167px !important;
        object-fit: cover;
        display: block;
    }

    .product-card-second img {
        width: 100%;
        height: 493px;
        object-fit: cover;
        display: block;
    }

    .price-icon img {
        width: auto;
        height: 13px;
        max-height: 13px;
        object-fit: contain;
        -webkit-object-fit: contain;
        display: block;
    }


    .section-title {
        color: #fff;
        font-family: IRANSansWeb;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
    }

    .image-box {
        width: 80%;
        height: 600px;
    }

    .rotated-text {
        font-size: 32px;
        left: -15px;
    }

    .section-title-second {
        color: #222E59;
        font-family: IRANSansWeb;
        font-weight: 500;
        font-size: 23px;
        line-height: 100%;
    }

    .best-sellers-second {
        width: 100%;
        background-color: #f7f7f7;
        padding: 33px 0 0px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .custom-title {
        font-size: 20px;
    }

    .custom-description {
        font-size: 14px;
        line-height: 26px;
    }

    .nav-menu {
        position: absolute;
        top: 0.5% !important;
        right: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #ddd;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .news-title {
        color: #222E59;
        font-family: IRANSansWeb;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
    }

    .price-box {
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 13px;
        position: relative;
        margin: 0 8px 18px 8px;
        font-size: 8px;
    }

    .container.custom-padding {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 120px !important;
    }

    .row .position-relative img {
        height: 270px;
        object-fit: cover;
    }
}


@supports (-webkit-touch-callout: none) {
    @media (max-width: 450px) {
        .product-card {
            flex: 0 0 155px !important;
        }
    }

    @media (max-width: 400px) {
        .product-card {
            flex: 0 0 145px !important;
        }
    }
}