.navbar {
    overflow: hidden;
}

.header .top .cart {
    left: calc(100% + -10rem);
    .hero-text {
        text-align: left;
        color: #fff;
        max-width: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        height: 100vh;
        padding: 90px;
    }
    @media (max-width: 767px) {
        .hero-text {
            max-width: 500px;
            padding: 60px;
        }
    }
    @media (max-width: 480px) {
        .hero-text {
            max-width: 340px;
            padding: 40px;
        }
    }
    .hero-text h1 {
        font-size: 3.5rem;
        margin: 0;
        font-weight: bold;
        line-height: 1.2;
    }

    .hero-text h4 {
        font-size: 2.5rem;
        margin: 0;
        margin-top: 10px;
        line-height: 1.5;
    }

    .btn-watch-video {
        display: inline-block;
        background-color: #073053;
        color: #fff;
        padding: 10px 20px;
        font-size: 1.5rem;
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.3s ease;
        margin-top: 10px;
    }

    .btn-watch-video:hover {
        background-color: #1d4970;
    }

    .btn-watch-video i {
        margin-right: 8px;
        font-size: 1.2rem;
    }

    .content {
        position: relative;
        z-index: 2;
    }
}

.hero-text {
    text-align: left;
    color: #fff;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding: 90px;
}
@media (max-width: 767px) {
    .hero-text {
        max-width: 500px;
        padding: 60px;
    }
}
@media (max-width: 480px) {
    .hero-text {
        max-width: 340px;
        padding: 40px;
    }
}
.hero-text h1 {
    font-size: 3.5rem;
    margin: 0;
    font-weight: bold;
    line-height: 1.2;
}

.hero-text h4 {
    font-size: 2.5rem;
    margin: 0;
    margin-top: 10px;
    line-height: 1.5;
}

.btn-watch-video {
    display: inline-block;
    background-color: #ff5722;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.btn-watch-video:hover {
    background-color: #e64a19;
}

.btn-watch-video i {
    margin-right: 8px;
    font-size: 1.2rem;
}

.content {
    position: relative;
    z-index: 2;
}
body {
    overflow: hidden;
}

footer {
    position: relative;
    width: 100%;
    height: auto;
    background: -webkit-gradient(
        radial,
        174 76,
        36,
        220 -388,
        729,
        from(#165084),
        to(#073053)
    );
    background-attachment: fixed;
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    overflow: visible;
}

footer .nav_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

footer .nav_item::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 0.2rem;
    background-color: #fff;
    top: -1rem;
    left: 10%;
    transform: translate(0);
}

footer .nav_item .nav_list {
    margin: 0;
}

footer .nav_item .nav_list a {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    transition: color 0.4s;
}

footer .nav_item .nav_list a:hover {
    color: #073053;
}

footer .copyright {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
    margin-top: 1rem;
    text-align: center;
}

footer .copyright li a {
    color: #fff;
    font-size: 1.2rem !important;
}

footer .image {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87%;
}

footer .image img {
    width: 6rem;
    height: auto;
    display: block;
    opacity: 0.7;
}
@media (max-width: 600px) {
    footer {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2.5rem;
        overflow: visible;
    }

    footer .nav_item {
        flex-direction: column;
        gap: 1.5rem;
    }

    footer .nav_item::before {
        width: 80%;
        height: 0.2rem;
        top: -1rem;
        left: 10%;
    }

    footer .nav_item .nav_list a {
        font-size: 1.3rem;
        font-weight: bold;
    }

    footer .copyright {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
        position: relative;
        margin-top: 1rem;
        text-align: center;
    }

    footer .copyright li a {
        font-size: 1.2rem;
    }

    footer .image {
        margin-top: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 87%;
    }

    footer .image img {
        width: 6rem;
        height: auto;
        display: block;
    }
}

#special-products {
    background-color: #f9f9f9;
}

.special-products-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    gap: 20px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.special-product-item {
    overflow: hidden;
}

.product-image img {
    width: 300px;
    height: 300px;
    height: auto;
    object-fit: cover;
}

.product-details {
    padding: 15px;
}

.product-title {
    font-size: 3.25rem;
    color: #333;
}

.product-description {
    font-size: 2rem;
    color: #666;
}

.advertisements-section {
    margin: 40px 0;
    padding: 20px 0;
    background: #f9f9f9;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.advertisement-image {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}
.advertisement-description {
    padding: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-top: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #333;
}

@media (max-width: 768px) {
    .advertisement-image {
        width: 250px;
        height: 160px;
    }
}

@media (max-width: 480px) {
    .advertisements-section{
        margin-right: 20px;

    }
    .advertisement-image {
        width: 200px;
        height: 150px;
        margin: 10px auto;
    }
    
    .swiper-slide {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .swiper-slide a {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        width: auto !important;
    }
    
    .advertisement-description {
        width: 200px !important;
        margin: 10px auto;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
}
.product {
    position: relative;
}

.visit-count {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 2;
}

.visit-count i {
    font-size: 1rem;
}

[dir="rtl"] .visit-count {
    right: auto;
    left: 10px;
}

.franchises-section {
    background-color: #f9f9f9;
    padding: 40px 0;
}

.franchises-slider {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.franchises-slider .product-image img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.franchises-slider .franchise-address {
    font-size: 1.5rem;
    color: #666;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .franchises-slider .product-image img {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 480px) {
    .franchises-slider .product-image img {
        width: 200px;
        height: 200px;
    }
}

.franchises-slider .special-product-item {
    flex-direction: column !important;
    text-align: center;
}

.franchises-slider .product-details {
    margin-top: 20px;
    margin-left: 0 !important;
}

@media (max-width: 480px) {
    .franchises-slider .swiper-button-next  {
        margin-right: -30px;

    }
    .franchises-slider .swiper-button-prev {
        margin-left: -30px;
    }

    .special-products-slider .swiper-button-next {
        margin-right: -20px;
    }
    .special-products-slider .swiper-button-prev {
        margin-left: -20px;
    }
}

.special-product-item-item .product-image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
}

.special-product-item-item .product-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

@media (max-width: 768px) {
    .special-product-item-item .product-image {
        max-width: 100%;
        margin-bottom: 15px;
    }
    
    .special-product-item-item .product-image img {
        height: 250px;
    }
}

.highlight {
    color: red;
    font-weight: bold;
}

.flags-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.flags-container img {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease-in-out;
}

.flags-container img:hover {
    transform: scale(1.1);
}

@media (max-width: 600px) {
    .flags-container {
        gap: 10px;
        margin-top: 15px;
    }

    .flags-container img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .title h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .flags-container {
        padding: 34px;
        gap: 8px;
        margin-top: 20px;
    }

    .flags-container img {
        width: 35px;
        height: 35px;
    }
}