@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lunasima:wght@400;700&display=swap');

body {
    direction: ltr !important;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --theme-color-primary: #8A1538;
    --wt-btn-primary-bg-color: #8A1538;
    --theme-color-secondary: #fff;
    --theme-color-gradient: #8a3850;
}

body {
    font-family: "Cairo", serif;
    /* background: linear-gradient(to left, #942043, #8A1538),
    linear-gradient(to right, #ffffff, #ffffff); */
    direction: rtl;
    /* background-image: linear-gradient(0deg, rgba(79, 16, 35, 0.54), rgba(79, 16, 35, 0.54)), url(../images/heromain.svg);  */
    background-image:
        linear-gradient(0deg, rgba(79, 16, 35, 0.54), rgba(79, 16, 35, 0.54)),
        url("../img/heromain.svg");
    /* background-size: contain; */
}

/* scrollbutton */

/* .section-one{
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url(../img/main-hero-section.png);    background-position: center center, center center;
    background-size: cover, cover;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, fixed;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
} */

.contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url(../img/main-hero-section.png);
    background-position: center center, center center;
    background-size: cover, cover;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, fixed;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.coshel {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url(../img/main-hero-section.png);
    background-position: center center, center center;
    background-size: cover, cover;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, fixed;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.news-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url(../img/main-hero-section.png);
    background-position: center center, center center;
    background-size: cover, cover;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, fixed;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.latest-blogs {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url(../img/main-hero-section.png);
    background-position: center center, center center;
    background-size: cover, cover;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, fixed;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ce5378c9;
    z-index: 9999;
}


.content {
    text-align: center;
    max-width: 90%;
}

.content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

@keyframes moveSideToSide {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0);
    }
}

.coming-soon {
    font-size: 22px;
    font-weight: bold;
    color: #ff5733;
    text-align: center;
    background: linear-gradient(to right, #ff9a9e, #fad0c4);
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
    animation: moveSideToSide 1.5s infinite ease-in-out;
}

.lock-btn {
    border: none !important;
    padding: 12px 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: transparent !important;
}

.lock-btn img {
    width: 50% !important;
    height: auto;
}

@media(max-width:991px){
    .lock-btn img {
        width: 100% !important;
        height: auto;
    }

}

.lock-btn:hover {
    transform: scale(1.1);
}


.detels-vido {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url(../img/main-hero-section.png);
    background-position: center center, center center;
    background-size: cover, cover;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, fixed;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* .card-one{
  padding-top: 60px;
    padding-bottom: 60px;
    background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url(../img/main-hero-section.png);    background-position: center center, center center;
    background-size: cover, cover;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, fixed;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
} */

#scrollButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #fff;
    color: #8A1538;
    border: none;
    border-radius: 20%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#scrollButton.show {
    display: block;
    opacity: 1;
    transform: scale(1);
}

#scrollButton.hide {
    opacity: 0;
    transform: scale(0.8);
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

/* =================== preload ======================*/
.preload {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8a3850;
    z-index: 9999;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #FFF;

}

::-webkit-scrollbar-thumb {
    background-color: #8A1538;

}

::-webkit-scrollbar-thumb:hover {
    background-color: #8a3850;
}


/* swiper one */

.swiper-main-one {
    background: linear-gradient(to left, #942043, #8A1538), linear-gradient(to right, #ffffff, #ffffff);
}

.swiper-main-one .swiper {
    width: 100%;
    margin: 0 auto;
}


.swiper-main-one .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    color: #fff;
}

@media(max-width:767px) {
    .swiper-main-one .swiper-slide {
        width: max-content !important;
    }

}

.swiper-main-one .swiper-slide {
    border-radius: 10px;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


@media(max-width:767px) {
    .swiper-main-one .swiper-slide {
        border-radius: 10px;
        font-size: 10px;
        letter-spacing: 2px;
        padding: 10px;
    }
}


/* nav */
.cart {
    border-color: #fff;
    color: #fff;
    font-size: 16px;
}

.cart i {
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}

.cart:hover {
    color: #fff;
    border-color: #fff;
}


.navbar-brand img {
    max-width: 100%;
    max-height: 65px;
    /* aspect-ratio: 1/1; */
}

.navbar {
    background: linear-gradient(to left, #942043, #8A1538),
        linear-gradient(to right, #ffffff, #ffffff);
}

.navbar-nav {
    display: flex;
    gap: 20px;
}

.navbar-nav a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.navbar-nav a:hover {
    color: #fff;
}

.nav-item .dropdown-toggle::after {
    display: none;
}

i.fas {
    font-size: 13px;
}

.dropdown-menu{
    background-color: rgb(255 255 255 / 20%);
}

.dropdown-menu a {
    color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: start;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -ms-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-menu a:hover {
    background-color: #8A1538;
    color: white;
}


#language-toggle {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    gap: 10px;
}



.navbar-toggler {
    background-color: #fff;
    border: none;
}

.navbar-toggler-icon {
    background-color: #FFF;
}

.navbar-toggler:hover {
    background-color: #fff;
}

.navbar-toggler:hover .navbar-toggler-icon {
    background-color: #FFF;
}


/* main */
.scroll-section {
    position: relative;
    height: calc(100vh - 90px);
}

.slider-intro.section-page.sliderSection {
    height: calc(100vh - 80px);
}

/* section-one */

.section-one .img-hero img {
    width: 100%;
}

.img-hero-2 {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.img-hero-2 img {
    width: 100%;
}

@media(max-width:767px) {
    .img-hero {
        padding-top: 25px;
    }

    .section-one h2 {
        line-height: 1.3 !important;
    }
}

/* .section-one {
  margin-top: 70px;
} */


@keyframes slideUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0);
    }
}


.text-hero h1 {
    color: #fff;
    font-size: 40px;
    line-height: 70px;
    width: max-content;
}

@media(max-width:767px) {
    .text-hero h1 {
        width: 300px;
        margin: 0 auto;
        /* line-height: 40px; */
    }
}

.text-hero-2 {
    /* background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url("../img/main-hero-section.png"); */
    background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url("../img/main-hero-section.png");
    /* url("../img/heromain.svg"); */
    padding: 16px;
    justify-content: start;
    /* text-align: center; */
    background-position: center center, left center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    border-radius: 5px;
    height: 300px;
}

@media(max-width:767px) {
    .text-hero-2 {
        background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url("../img/main-hero-section.png");
        padding: 16px;
        justify-content: start;
        text-align: center;
        background-position: center center, left center;
        background-size: cover, cover;
        background-repeat: no-repeat, no-repeat;
        background-attachment: scroll, scroll;
        border-radius: 5px;
        height: 100%;
    }
}




.text-hero-3 {
    background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url("../img/main-hero-section.png");
    padding: 16px;
    justify-content: start;
    background-position: center center, left center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    border-radius: 5px;
}

@media(max-width:767px) {
    .text-hero-3 {
        background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url("../img/main-hero-section.png");
        padding: 16px;
        justify-content: start;
        text-align: center;
        background-position: center center, left center;
        background-size: cover, cover;
        background-repeat: no-repeat, no-repeat;
        background-attachment: scroll, scroll;
        border-radius: 5px;
        height: 100%;
    }
}



.text-hero-3 h2 {
    /* font-size: 17px; */
    text-align: center;
    line-height: 1.6;
}

.text-hero-3 p {
    color: #fff;
    font-size: 15px;
    line-height: 2.4;
}



.text-hero-4 {
    background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url("../img/main-hero-section.png");
    padding: 20px;
    justify-content: start;
    background-position: center center, left center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    border-radius: 5px;
}

@media(max-width:767px) {
    .text-hero-4 {
        background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url("../img/main-hero-section.png");
        padding: 16px;
        justify-content: start;
        text-align: center;
        background-position: center center, left center;
        background-size: cover, cover;
        background-repeat: no-repeat, no-repeat;
        background-attachment: scroll, scroll;
        border-radius: 5px;
        height: 100%;
    }
}


.text-hero-5 {
    background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url("../img/main-hero-section.png");
    padding: 20px;
    justify-content: start;
    text-align: center;
    background-position: center center, left center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    border-radius: 5px;
}

@media(max-width:767px) {
    .text-hero-4 {
        background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url("../img/main-hero-section.png");
        padding: 16px;
        justify-content: start;
        text-align: center;
        background-position: center center, left center;
        background-size: cover, cover;
        background-repeat: no-repeat, no-repeat;
        background-attachment: scroll, scroll;
        border-radius: 5px;
        height: 100%;
    }
}

.subtitle h3 {}

.subtitle a {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 5px 25px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}


.product-card h3 {
    margin-bottom: 20px !important;
}


.btn-moer a {
    background-color: rgb(255 255 255 / 20%);
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}


.text-hero-4 p {
    color: #fff;
    font-size: 15px;
    /* line-height:2.5; */
}


.btn-main-vido button {
    background-color: #fff;
    color: #8A1538;
    padding: 12px 25px;
    margin-top: 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-main-vido button:hover {
    background-color: #fff;
    color: #8A1538;
}

.hero-mane-index {
    background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url("../img/main-hero-section.png");
    padding: 16px;
    justify-content: start;
    background-position: center center, left center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    border-radius: 5px;
    height: 400px;

}



.text-hero {
    background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url("../img/main-hero-section.png");
    padding: 16px;
    justify-content: start;
    background-position: center center, left center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    border-radius: 5px;
    height: 400px;
}




@media(max-width:767px) {
    .text-hero {

        background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url("../img/main-hero-section.png");
        padding: 16px;
        justify-content: start;
        text-align: center;
        background-position: center center, left center;
        background-size: cover, cover;
        background-repeat: no-repeat, no-repeat;
        background-attachment: scroll, scroll;
        border-radius: 5px;
        height: 100%;
    }

    .hero-mane-index {
        background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url("../img/main-hero-section.png");
        padding: 16px;
        justify-content: start;
        background-position: center center, left center;
        background-size: cover, cover;
        background-repeat: no-repeat, no-repeat;
        background-attachment: scroll, scroll;
        border-radius: 5px;
        height: 100% !important;

    }

}

/* .product-card{
  width: 105% !important;
} */

@media(max-width:767px) {
    .product-card {
        width: auto !important;
    }
}

.text-hero-2 h2 {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.text-hero-2 p {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}


.text-hero h2 {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    padding-top: 10px;
}

.text-hero p {
    color: #fff;
    font-size: 15px;
    line-height: 2.5;
}

.text-hero span {
    color: #fff;
}

.text-hero2 p {
    color: #fff;
    font-size: 13px;
    line-height: 30px;
}

.text-hero3 h2 {
    margin-bottom: 20px;
}

@media(max-width:767px) {
    .text-hero3 {
        text-align: center;
    }
}

.view-all-btn a {
    background-color: #fff;
    color: #8A1538;
    padding: 5px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.text-hero3 p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.text-hero2 h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.text-hero p span {
    text-align: justify;
}

@media (max-width:767px) {
    .text-hero {
        text-align: center;
    }
}

/* card-one */
.card-one {
    padding-top: 90px;
}

.card-one h2 {
    text-align: center;
    color: #fff;
}

.product-card {
    background-color: #9d1439;
    border-radius: 8px;
    margin: 10px;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    position: relative;
    color: #fff;
    transition: all 1s ease-in-out;
}


.product-card {
    background-color: #9d1439;
    border-radius: 8px;
    margin: 10px;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in-out;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.prodect-shop-now .cardText h5 {
    margin-bottom: 15px;
    font-size: 17px;
    color: #fff;
    text-align: justify;
}

.prodect-shop-now .cardText p {
    margin-bottom: 20px;
    color: #fff;
    text-align: justify;
    font-size: 17px;
}

.prodect-shop-now .cardText ul {
    padding: 0;
    color: #fff;
    line-height: 2;
    list-style: none;
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 15px;
    text-align: right;
    width: 100%;
}

.prodect-shop-now .cardText ul li {
    border-bottom: 1px solid rgba(220, 217, 217, .2);
    padding-right: 15px;
    font-size: 16px;
}

.prodect-shop-now {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    padding: 20px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: #8A1538;
}

.product-card:hover .prodect-shop-now {
    bottom: 0;
    opacity: 1;
}

/*
.product-card:hover {
  background-color: #a42249;
  color: #000;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
} */



.product-card {
    border-radius: 8px;
    margin: 10px;
    padding: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.product-card .subtitle {
    color: #fff;
}


.product-card img {
    width: 100%;
    /* height: auto; */
    aspect-ratio: 2/2;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.product-card h3 {
    margin: 15px 0 10px;
    font-size: 22px;
    font-weight: bold;
    color: #F1C41C;
}


.product-card .subtitle {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
}

.product-card .subtitle:hover {
    color: #000;
}

.product-card button {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: transparent !important;
    color: #FFF;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

.product-card button a {
    color: #fff;
    font-size: 14px;
}

.product-card button a i {
    margin-right: 10px;
}

.card-one .view-all-btn {
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

.card-one .view-all-btn a {
    color: #8A1538;
    text-decoration: none;
}


/* footer */

footer {
    padding-top: 6rem;
    margin-top: 35px !important;
}

footer .footerInner {
    display: grid;
    grid-template-columns: 2fr repeat(2, 1fr) 2fr;
    gap: 40px;
    color: #fff;
    border-top: 1px solid #ddd;
}

.text-footer-card-title {
    border: 1px solid #ddd;
    padding: 10px;
    padding-top: 20px;
}

.text-footer-card-title h2 {
    color: #fff;
    text-align: center;
    font-size: 25px;
}

footer .footerInner .main .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff52;
}

footer .footerInner .main .logo img {
    width: 100px;
    height: auto;
    /* aspect-ratio: 1/1; */
}

footer .footerInner .main .logo span.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    background-color: var(--theme-color);
    aspect-ratio: 1/1;
    width: 35px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.3rem;
    margin-inline-end: 3px;
}

footer .footerInner .main .logo span:last-of-type {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 3px;
    letter-spacing: 1px;
}

footer .footerInner .main p {
    padding: 20px 0;
    border-bottom: 1px solid #ffffff52;
    margin-bottom: 20px;
}

footer .footerInner .main .social a {
    background-color: transparent;
    border: 1px solid #fff;
    aspect-ratio: 1/1;
    width: 40px;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    margin-inline-end: 10px;
    transition: 0.3s all ease-in-out;
    text-transform: capitalize;
}

footer .footerInner .main .social a:hover {
    background-color: #8A1538;
    border: 1px solid #fff;
    color: #fff;
}

footer .footerInner h4 {
    font-size: 1.5rem;
    font-weight: 100;
    text-transform: uppercase;
}

footer .footerInner .line {
    height: 3px;
    width: 30%;
    border-radius: 5px;
    background-color: var(--theme-color);
    margin-bottom: 10px;
}

footer .footerInner .links ul>li>a {
    display: inline-flex;
    padding: 10px 10px;
    padding-inline-start: 0;
    color: #ccc;
    transition: 0.3s all ease-in-out;
}

footer .footerInner .links ul>li>a:hover {
    color: #fff;
}

footer .footerInner .links ul>li>a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.5rem;
    vertical-align: middle;
    margin-inline-end: 10px;
    transition: 0.3s all ease-in-out;
}

footer .footerInner .links ul>li>a:hover::before {
    margin-inline-end: 15px;
    font-size: 0.6rem;
}

footer .footerInner .contact ul>li>a {
    padding: 10px 0;
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: 20px;
    transition: 0.3s all ease-in-out;
}

footer .footerInner .contact ul>li>a:hover {
    color: var(--theme-color);
}

footer .footerInner .contact ul>li>a i {
    aspect-ratio: 1/1;
    background-color: var(--theme-color);
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

footer .footerInner .contact ul>li>a>span {
    font-size: 1.1rem;
    font-weight: 200;
    color: #fff;
}

footer .footerInner .contact ul>li>a>span span {
    color: var(--theme-color);
    font-weight: 400;
}

footer .lowerFooter {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-block: 20px;
    margin-top: 3rem;
    background-color: #9d1439;
    text-transform: capitalize;
}

footer .lowerFooter a {
    color: var(--theme-color);
}

footer .lowerFooter ul {
    display: inline-flex;
}

footer .lowerFooter ul a {
    padding: 2px 10px;
}

@media (width <=800px) {
    footer .footerInner {
        grid-template-columns: 2fr 1fr;
    }

    footer .footerInner .main {
        order: -1;
    }

    footer .footerInner .contact {
        order: -1;
    }

    footer .footerInner .important {
        order: -1;
    }

    footer .lowerFooter,
    footer .lowerFooter ul {
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    footer .lowerFooter ul {
        margin-top: 10px;
    }
}

@media (width <=500px) {
    footer .footerInner {
        grid-template-columns: 1fr;
    }

    footer .footerInner .contact {
        order: 3;
    }
}




footer .footerInner .links ul>li>a::before {
    position: relative;
    top: 5px;
    transform: rotateY(180deg);
}


/* /contact-us */

.contact-us h2 {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.4;
}

.img-contact img {
    width: 100%;
}

@media(max-width:767px) {

    .text-contact {
        text-align: center;
    }
}


.coshel h2 {
    text-align: center;
    color: #fff;
}

.coshel p {
    text-align: center;
    color: #fff;
}

.social-1 {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.social-1 i {
    font-size: 40px;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #fff;
}

.social-icon:hover {
    transform: scale(1.1);
}

/* style home */

/* * 1- hero-section  */


.main-row-videos {
    display: flex !important;
    gap: 20px;
    align-items: center;
}

.hero-section {
    position: relative;
    /* background-image: url(../images/logo.png); */
    background-image: url("../img/logo.png");
    /* url("../img/heromain.svg"); */
    /* background-size: cover;  */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 60px;
    color: #fff;
}

@media(max-width:767px) {
    .hero-section {
        padding-top: 50px !important;
    }

    .hero-section .text-hero {
        text-align: center !important;
    }
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to left, #942043, #8A1538), linear-gradient(to right, #ffffff, #ffffff); */
    background-image: linear-gradient(0deg, rgba(138, 23, 58, 0.51), rgba(138, 23, 58, 0.51)), url(../img/main-hero-section.png);

    backdrop-filter: blur(5px) contrast(100%) sepia(20%);
    z-index: 1;
}




.hero-section .container {
    position: relative;
    z-index: 2;
}


.hero-section .text-hero {
    color: white;
    /* text-align: left; */
}




.text-hero-7 h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #F1C41C;
    margin-bottom: 20px;
}

.text-hero-7 p {
    font-size: 1.2rem;
    /* line-height: 1.8; */
    line-height: 1;
    margin-bottom: 0;
}

.hero-section .text-hero span {
    font-size: 18px;
    font-weight: 400;
    color: #9dc216;
    padding-left: 30px;
    position: relative;
}

.hero-section .text-hero span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #9dc216;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.hero-section .text-hero h2 {
    font-size: 40px;
    font-weight: 700;
    color: rgb(241, 196, 15);
    margin: 20px 0;
}

.hero-section .text-hero p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px;
}

.hero-section .btn-hero a {
    background: #fff;
    color: #8a3850;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

 .btn-custom {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48%; 
        padding: 12px;
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        transition: 0.3s;
    }

    .btn-custom:hover {
        background-color: #470d14;
        color: #fff;
    }

    .product-details .d-flex {
        gap: 10px; 
    }

.hero-section .btn-hero a:hover {
    background: var(--main-color);
}

.hero-section .img-hero img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 767px) {
    .hero-section .row {
        flex-direction: column;
        text-align: center;
    }

    .hero-section .text-hero h1 {
        font-size: 28px;
    }

    .hero-section .text-hero p {
        font-size: 14px;
    }

    .hero-section .img-hero img {
        max-width: 90%;
    }
}


/*  */
.slider-hero {
    position: relative;
    width: 100%;
    /* height: 50vh !important; */
    margin-top: 30px;
    /* overflow: hidden; */
}

.slider-hero .swiper-slide {
    width: 100%;
    height: 100%;
}

.img-slider-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

/* بوتن */
.project-btn {
    background: linear-gradient(135deg, #a42249, #6d1330);
    border: none;
    padding: 12px 18px;
    font-size: 16px;
    color: #fff;
    min-height: 70px;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-btn:hover {
    background: linear-gradient(135deg, #c02d5a, #80173c);
    transform: translateY(-3px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}

.project-btn:active {
    transform: translateY(1px);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}


.bg-black {
    background-color: none !important;
}

.img-slider-main {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.img-slider-main .slide-item {
    position: relative;
}

.swiper-slide .slide-item img {
    width: 100%;
    height: 100%;
    /* object-fit: cover;  */
    aspect-ratio: 16/9;
    display: block;
    max-height: 70vh;
    object-position: 80% 30%;
    max-width: 100%;
    border-radius: 12px !important;
}



@media(min-width:1560px) {
    .swiper-slide .slide-item img {
        width: 100%;
        display: inline-block;
        height: calc(100vh - 600px);
        min-height: 700px;
    }
}

.img-slider-main img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.slide-item {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}


.slide-item .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    /*text-align: center;
  */
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.slide-item .btcCircle {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.slide-item .btcAgeCircles {
    position: absolute;
    top: 15%;
    right: 15%;
    font-size: 24px;
    color: white;
    text-align: center;
}

.slide-item .btcAgeCircles .circleText {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide-item h4.btc-sup-title,
.slide-item h2.btc-title,
.slide-item h3.btc-title,
.slide-item p {
    margin: 0;
    padding: 10px 0;
}

.slide-item .buttons-group {
    margin-top: 20px;
}

.slide-item .slider-progress {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 80%;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.slide-item .slider-progress .progress {
    height: 100%;
    background: gold;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
}

/* لجعل التصميم متجاوبًا */
@media (max-width: 768px) {
    .slide-item .container {
        width: 100%;
        padding: 20px;
        transform: translate(-50%, -30%);
        -webkit-transform: translate(-50%, -30%);
        -moz-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
        -o-transform: translate(-50%, -30%);
    }

    .slide-item .btcAgeCircles {
        top: 5%;
        right: 5%;
    }

    .slide-item .btcCircle {
        top: 5%;
        right: 5%;
        width: 80px;
        height: 80px;
    }
}


.section-Collections {
    padding-top: 25px;
    float: right;
    width: 100%;
    height: 120px;
}

.section-Collections {
    height: 100px;
    position: absolute;
    bottom: 0;
    transition: all .9s;
    z-index: 33;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
}

.section-Collections .card-glod {
    display: flex;
    align-items: center;
}



/* لتنسيق السلايدر */
.slide-item {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.slide-item img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.slide-item .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: right;
    padding: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.slide-item h4.btc-sup-title,
.slide-item h2.btc-title,
.slide-item h3.btc-title,
.slide-item p {
    margin: 0;
    padding: 10px 0;

}

.slide-item .buttons-group button {
    font-size: 16px;
    padding: 10px 20px;
}

.slide-item .buttons-group button:hover {
    background: #8A1538;
    color: #fff;
}

.slide-item .container .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media (max-width: 992px) {
    .slide-item .container {
        width: 90%;
        /* text-align: center; */
    }

    .slide-item h4.btc-sup-title,
    .slide-item h2.btc-title,
    .slide-item h3.btc-title {
        font-size: 18px;
    }

    .slide-item p {
        font-size: 14px;
    }

    .slide-item .buttons-group button {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media (max-width: 768px) {
    .slide-item .container {
        width: 100%;
        padding: 10px;
    }

    .slide-item h4.btc-sup-title,
    .slide-item h2.btc-title,
    .slide-item h3.btc-title {
        font-size: 16px;
    }

    .slide-item p {
        font-size: 12px;
    }

    .slide-item .buttons-group button {
        font-size: 12px;
        padding: 6px 12px;
    }
}

@media (max-width: 576px) {
    .slide-item .container {
        /* text-align: center; */
    }

    .slide-item h4.btc-sup-title,
    .slide-item h2.btc-title,
    .slide-item h3.btc-title {
        font-size: 14px;
    }

    .slide-item p {
        font-size: 12px;
    }

    .slide-item .buttons-group button {
        font-size: 10px;
        padding: 5px 10px;
    }
}

.slide-item .buttons-group button {
    border-color: #8a1538;
    color: #fff;
}

.firstSlider .slide-item {}





.toggle-metal {
    background-color: transparent;
    color: #a48241;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}

.toggle-metal .open {
    display: inline;
    color: #a48241;
}

.toggle-metal .close {
    display: none;
}



.section-Collections h2 {
    font-size: 18px;
    color: #a48241;
}

.section-Collections p {
    font-size: 12px;
    color: #fff;
}

.section-Collections span {
    color: #FFF;
}



.section-Collections .metal-prices button::before {
    content: "";
    background-image: url(../images/Group11331.png);
    width: 25px;
    height: 25px;
    margin-left: 10px;
    background-size: contain;
    float: right;
    background-repeat: no-repeat;
}

.section-Collections .card-glod span {
    color: #a5a5a5;
    font-size: 9px;

}

.parent-rowCard-glod .Collections-price p {
    font-size: 20px;
}

.Collections-image i {
    color: #28a745;
    margin-right: 30px;
    font-size: 20px;
}

.Collections-image1 i {
    color: #dc1655;
    margin-right: 30px;
    font-size: 20px;
}

p {
    margin-bottom: 0 !important;
}


.metal-data {
    max-height: 2000px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

@media (max-width: 767px) {
    .section-Collections .container {
        overflow-x: auto;
        white-space: nowrap;
    }

    .section-Collections .row {
        flex-wrap: nowrap;
        display: flex;
    }

    .section-Collections .col-md-10,
    .section-Collections .col-md-2 {
        flex: 0 0 auto;
        display: inline-block;
    }

    .card-glod {
        display: inline-block;
        white-space: normal;
        margin-right: 16px;
    }

    /* تقليل حجم الخط */
    .Collections-title h2 {
        font-size: 14px;
    }

    .Collections-price p {
        font-size: 12px !important;
    }

    .Collections-price span {
        font-size: 10px !important;
        width: max-content;
        display: block !important;
        padding-top: 5px;
    }

    .Collections-image i,
    .Collections-image1 i {
        font-size: 15px !important;
    }

    .toggle-metal span {
        font-size: 12px;
        width: max-content !important;
        display: block !important;
    }


    .section-Collections .container::-webkit-scrollbar {
        display: none;
    }
}


.all-card {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}


/*  */

.theme-BG {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #8A1538;
    margin-top: 20px;
    margin-top: 0;
}

.theme-BG>.theme-BG-blur {
    width: 100%;
    backdrop-filter: blur(10px) hue-rotate(206deg);
}

.theme-BG>.theme-BG-ultra-blur {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
}


.reviews {
    height: 90vh;
    color: #fff;
}

.reviews .container {
    height: 100%;
}

.reviews .reviewsSliderContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.reviews .arrows {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 55%;
    left: -40px;
    transform: translateY(-50px);
    border: none;
    font-size: 2rem;
    background-color: transparent;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
}

.reviews .arrows:hover {
    color: #ffffffd2;
}

.reviews .rightArrow {
    left: auto;
    right: -40px;
}

.reviews .reviewsSliderContainer .reviewsSlider {
    width: 100%;
}

.reviews .review {
    border: 1px solid #ffffff28;
    padding: 20px;
    width: 100%;
    user-select: none;
}

@media(max-width:767px) {
    .reviews .review {
        padding: 0 !important;
    }
}

.header .icon video {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.reviews .review .header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ffffff28;
}

.reviews .review .header img {
    aspect-ratio: 1/1;
    width: 60px;
    object-fit: contain;
}

.reviews .review .header .cardHeadline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.reviews .review .header .cardHeadline .rate {
    color: var(--theme-color);
    margin-inline-start: 5px;
}

.reviews .review .header .cardHeadline .rate i {
    filter: drop-shadow(0 0 0.5px #000) drop-shadow(0 0 0.5px #000) drop-shadow(0 0 0.5px #000) drop-shadow(0 0 0.5px #000) drop-shadow(0 0 0.5px #000);
}

.reviews .review .header .cardHeadline .rate::before {
    display: inline-block;
    content: '';
    aspect-ratio: 1/1;
    width: 4px;
    border-radius: 50%;
    background-color: #ccc;
    margin-inline-end: 5px;
}

.reviews .review .header .pos {
    font-size: 1.2rem;
    margin-top: 5px;
    font-family: var(--light-font);
}

.reviews .review .msg .head {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.reviews .review .msg p {
    font-size: 1rem;
    color: #eee;
    font-weight: 200;
}

@media (width <=500px) {
    .reviews .arrows {
        display: none;
    }

    .reviews .review .header .cardHeadline {
        flex-direction: column;
    }

    .reviews .review .header .cardHeadline .rate::before {
        content: none;
    }


    .reviews .review .header .cardHeadline .rate {
        margin-inline-start: 0px;
    }
}


/* detels prodect */


.Product-slider {
    border: 1px solid #D3C69A;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}


.main-swiper .swiper-slide img {
    width: 100%;
    /* height: 500px; */
    object-fit: contain;
    /* padding: 30px; */
}

.mySwiper-Product .swiper-slide img {
    width: 100%;
    /* height: 200px; */
    object-fit: contain;
    /* margin-top: 20px; */
    padding: 10px;
    cursor: pointer;
}

.custom-button-next {
    right: 10px;
    font-size: 13px;
}


.custom-button-prev, .custom-button-next {
    position: absolute;
    border: 1px solid #ffffff;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 30px;
    background: none;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.custom-button-prev {
    left: 10px;
    font-size: 13px;
}




.fixed-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: 70%;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 14px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

@media(max-width:767px) {
    .fixed-bar {
        width: 100%;
        bottom: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

}

.icon-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 16px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.input-field {
    flex: 1;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 0 15px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 0 10px;
    outline: none;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    /* border-radius: 50%; */
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

.quantity {
    font-size: 16px;
}


/* card-img-main-top */
.card-main-top {
    padding-top: 80px;
}


.card-main-top-far {
    margin: 0 auto;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background-color: #a42249;
    box-shadow: 1px 1px 5px #8A1538;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    height: 100%;
}

.card-main-top-far:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.title-main-top h2 {
    font-size: 18px;
    color: #333;
    text-align: justify;
    margin: 10px 0;
    transition: color 0.3s ease;
}


.card-img-main-top img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.card-main-top-far:hover .card-img-main-top img {
    transform: scale(1.1);
    opacity: 0.9;
}



.footo-control {
    padding-top: 80px;
}

.card-img-main-top {
    margin: 0 auto;
    text-align: center;
}

.card-img-main-top img {
    max-width: 190px;
    margin: 10px auto 0;
}



.title-main-top h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.btn-main-top a {
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #ffffff;
    color: #8A1538;
    text-decoration: none;
    font-size: 14px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.btn-main-top {
    padding-top: 20px;
}



.card-main-top-far-video {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 370px;
    background-color: #a42249;
    margin: auto;
    height: 100%;
}

.card-video-main-top {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.responsive-video {
    width: 100%;
    height: 277px;
}

.card-content-main-top {
    padding: 15px;
}

.card-content-main-top h2 {
    font-size: 1.2rem;
    margin: 10px 0;
}

.card-content-main-top p {
    font-size: 0.9rem;
    color: #fff;
}

.btn-main-top a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #8A1538;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease;
}












/* img-detels-main */

.detels-vido {
    padding-top: 30px;
}

.img-detels-main img {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.main-detels {
    background-color: #a42249;
    padding: 20px;
    border-radius: 10px;
}



/* Image Styling */
.img-detels-main {
    text-align: center;
    margin-bottom: 20px;
}

.img-detels-main img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Text Styling */
.text-detels {
    color: #ffffff;
    line-height: 1.8;
    text-align: justify;
}

.text-detels p {
    margin-bottom: 15px;
}

.text-detels p:last-child {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .detels-vido .row {
        flex-direction: column;
    }

    .main-detels {
        margin-bottom: 20px;
    }
}


.sidebar-widget {
    background-color: #a42249;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sidebar-widget h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
}


.sidebar-widget-list a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}




.wsem {
    font-weight: 900;
    font-size: 18px;
    margin-right: 10px;
}


.sidebar-widget-list a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 0;
}

.sidebar-widget-list a {
    position: relative;
    display: block;
    padding: 18px 20px;
    padding-left: 60px;
    margin-bottom: 15px;
    transition: 0.3s;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
    border-radius: 5px;
    background-color: #8A1538;
}

.sidebar-widget-list a i {
    position: absolute;
    top: 53%;
    left: 25px;
    transform: translateY(-50%);
    transition: 0.3s;
}

.sidebar-widget-list a:hover {
    background-color: #f4f4f4;
    color: #8A1538;
}

.sidebar-widget-list i {
    margin-right: 10px;
}


.rc-post-title {
    font-weight: 700;
    font-size: 11px;
    transition: 0.3s;
    line-height: 1.4;
    margin-bottom: 0;
    color: #000;
}

.rc-post-title a {
    color: #ffffff;
    text-decoration: none;
}

.sidebar-widget-title {
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
    color: #ffff;
}

.rc-post {
    margin-bottom: 20px;
}

.rc-meta span {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-right: 5px;
}

.rc-meta i {
    color: #fff;
}


/* prodect */
.img-prodect {
    background-color: #a42249;
    padding: 50px;
    border-radius: 10px;
    /* height: 650px; */
}


.img-prodect img {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}



.alert.alert-gold {
    background-color: #a42249;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* width: max-content; */
}

@media(max-width:767px) {
    .alert.alert-gold {
        width: 100% !important;
        margin-top: 20px;
        padding: 30px;
    }


    .text-slider-2 h2 {
        font-size: 22px;
        color: #ffffff;
        margin-bottom: 10px;
        padding-top: 20px;
    }
}


.service {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.service h4 {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}

.price-detail {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 5px;
}

.price-detail strong {
    font-size: 18px;
    color: #ffffff;
}

.price-detail span {
    font-size: 12px;
    color: #666;
}



.btn-animation {
    transition: transform 0.3s ease;
}



.text-slider-2 h2 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
}


.quantity-container {
    padding: 15px;
    direction: rtl;
}

.quantity-label {
    margin-bottom: 8px;
    font-weight: 500;
    color: #fff;
}

.required {
    color: red;
    margin-right: 4px;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 4px;
    width: 120px;
    height: 40px;
    overflow: hidden;
}

.quantity-btn {
    width: 40px;
    height: 100%;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
    background-color: #fff;
    color: #666;
}


.quantity-control input[type="number"] {
    width: 40px;
    height: 100%;
    border: none;
    text-align: center;
    font-size: 14px;
}

.quantity-control input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.media-body p {
    text-align: justify;
    font-size: 22px;
    line-height: 2;
    color: #ffffff;
}

.text-main-titel-footol h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
}

.btn-footo a {
    background-color: #a42249;
    color: #fff;
    padding: 9px 20px;

    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.text-main-titel-footol {
    text-align: right;
}


.btn-footo {
    text-align: end;
}

@media(max-width:767px) {

    .btn-footo {
        text-align: center !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .text-main-titel-footol {
        text-align: center !important;
    }
}


/*  */


#product-details {
    display: none;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 1.6;
}

.subtitle {
    font-size: 16px;
}


.custom-button a {
    display: inline-block;
    background-color: #fff;
    color: #470d14;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.custom-button:hover {
    background-color: #470d14;
    color: #fff;
}

@media(max-width:767px) {
    .video-container {
        margin-top: 40px;
    }
}

.img-prodect,
.main-detels-tow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}


/* إضافة هذه الأنماط إلى ملف CSS الخاص بك */
.marquee {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    animation: marquee 10s linear infinite;
    /* تغيير السرعة هنا */
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}


/* star my */
.img-detels-main {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}

.blog-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}


.main-detels {
    margin-bottom: 20px;
}

.img-detels-main {
    margin-bottom: 15px;
}

.postbox-title {
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: bold;
}

.text-detels p {
    line-height: 1.8;
    margin-bottom: 0;
}


.download-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.download-btn img {
  width: 150px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.download-btn:hover {
  transform: scale(1.05);
}


.download-btn {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}


/* .dropdown{
    left: 10px !important;
} */



.download-btn img {
    width: 100%;
    height: 80%;
    object-fit: contain;
}


@media(max-width:991px){
    .video-section .col-md-6{
        margin-bottom: 65px !important;
    }
}