body {
    background-color: white !important;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

:root {
    /* colors */
    --gold: #981e2f;

    /* swiper theme color */
    --swiper-theme-color: #981e2f;
    --swiper-pagination-color: #981e2f;
    --swiper-navigation-color: #981e2f;

    /* product container cars */
    --product-card_container_padding: 5px;
    --product-card_container_width: 300px;
    --product-card_container_height: 390px;
    --product-card-overlay_description_container_padding: 10px 4px;

    /* product card img vars */
    --product-card_img-height: 240px;

    /* product card border vars */
    --product-card_border-hover-color: #981e2f;
    --product-card_border-color: linear-gradient(90deg, #fff 0, #fff 49%, #fff 100%);
    --product-card_border-radius: var(--bs-border-radius);

    /* product card font vars */
    --product-card_title_font_size: 19px;
    --product-card_description_font_size: 18px;

    /* product card overlay btn vars */
    --product-card_btn_bg_color: #fff;
    --product-card_btn_bg_hover_color: #981e2f;
    --product-card_btn_border_radius: 5px;
    --product-card_btn_color: #000;
    --product-card_btn_hover_color: #fff;
    --product-card_btn_border: 2px solid #981e2f;

    /* product card font family */
    --product-card_font_family: "iransans";

    /*------- section card ----------- */
    --section-card_width: 300px;
    --section-card_title_font_size: 25px;
    --section-card_description_font_size: 18px;

    /* button bordered style  */
    --btn-main-color: #981e2f
}

.text-gold {
    color: var(--gold);
}

button.btn-bordered {
    cursor: pointer;
    color: black;
    font-weight: bold;
    outline: var(--btn-main-color) 1px solid;
    outline-offset: 2px;
    border-radius: 0px !important;
    width: fit-content;
}

button.btn-bordered:hover {
    background-color: var(--btn-main-color);
    color: white !important;
}

.swiper {
    width: 600px;
    height: 300px;
}

.h-100 {
    height: 100%;
}

.fw-bold {
    font-weight: bold;
}

.text-white {
    color: white;
}

.w-100 {
    width: 100% !important;
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.mt-1 {
    margin-top: 1rem;
}

.px-1 {
    padding-inline: 10px;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.py-1 {
    padding: .5rem 0;

}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.bg-white {
    background-color: white;
}

.card-img {
    width: 100%;
}

.card-img img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.card-main {
    background-color: white;
}

.swiper-container.hero-slider {
    min-height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    position: relative;
    margin-top: -8px;
}

.swiper-pagination span {
    border: 2px solid #fff !important;
    background: #fff;
}

@media only screen and (max-width: 928px) {
    .swiper-container.hero-slider {
        min-height: fit-content;
        max-height: fit-content;

        overflow: hidden;
        position: relative;
        margin-top: -8px;
    }

    .swiper-container.hero-slider .swiper-pagination {
        bottom: 0 !important;
    }

    .display-3 {
        font-size: 1.3rem !important;
    }

    .display-5 {
        font-size: 0.9rem !important;
    }
}

.display-3 {
    font-size: 4rem !important;
}

.display-5 {
    font-size: 1.5rem !important;
}

.gap-1 {
    gap: 5px;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-button-next {
    position: absolute;
    bottom: 45px;
    z-index: 3;

    right: 10px;
    top: unset !important;
}

@media only screen and (max-width: 928px) {
    .swiper-button-next {
        left: 0 !important;
    }

    .swiper-button-prev {
        right: 0 !important;
    }
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 25px;
}

.swiper-button-prev {
    position: absolute;
    bottom: 45px;
    left: unset !important;
    right: 90px;
    top: unset !important;
    z-index: 3;
}

.swiper-pagination {
    position: absolute;
    bottom: 28px !important;
    left: unset !important;
    right: 50%;
    transform: translate(50%);
    width: fit-content !important;
    top: unset !important;

}

.swiper-pagination span {
    border: 2px solid var(--swiper-pagination-color, var(--swiper-theme-color));
}

.cards-container {
    position: absolute;
    right: 5%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.swiper-product-card_container {
    width: 300px;
    height: 390px;
    text-decoration: none;
    position: relative;
    background: linear-gradient(90deg, #c48268 0, #fdc0a4 49%, #c48268 100%);
    padding: 4px;
    border-radius: var(--bs-border-radius)
}

.product-slider {
    position: relative;
}

.swiper-container {
    overflow-x: hidden;
}

.swiper-product-card_container .card-description, .card-overlay-description_container {
    padding: 10px 4px;
}

.swiper-product-card_container .card-description h4 {
    font-size: 18px;
    height: 42.5px;
}

.swiper-product-card_container .card-description h3, .swiper-product-card_container .card-overlay-description_container h3 {
    font-size: 19px;
    text-align: center;
    color: #202020;
}

.swiper-product-card_container .add-btn {
    border: 2px solid #c48268;
    border-radius: 5px;
    background-color: white;
}

.swiper-product-card_container .overlay-img {
    display: none;
}

.swiper-product-card_container:hover .overlay-img {
    display: block;
}

.swiper-product-card_container .add-btn {
    width: 100%;
    display: none;
}

.swiper-product-card_container .add-btn:hover {
    background-color: #c48268;
    color: white;
}

.swiper-product-card_container:hover .card-description h4, .swiper-product-card_container:hover .main-img {
    display: none !important;
}

.swiper-product-card_container:hover .btn-overlay {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 928px) {
    .cards-container {
        display: none;
    }

    .hero-slider .swiper-slide .slide-content {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        text-align: center;
    }

}

.swiper-slide .slide-content {
    position: absolute;
    left: 10%;
    top: 10%;

}

.card.section-card {
    max-width: 300px;
    width: 100%;
    display: block;
    text-decoration: none;
    margin: 20px auto;
}

.card.section-card h3 {
    font-size: var(--section-card_title_font_size);
    text-align: center;
    margin: 0 auto 1rem auto;
    display: block;
}

.card.section-card h4 {
    font-size: 18px;
    text-decoration: underline;
}

.section-card-container {
    margin: 2rem 0;
}

/* banner section styling  */
.banner-section {
    width: 100%;
    height: 350px;
    position: relative;
}

.banner-section img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-section div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    color: white;

}

.banner-section p {
    font-size: 17px;
    font-weight: bold;
}

.banner-section a {
    text-decoration: underline;
    margin-top: 15px;
    font-size: 19px;
}

/* end banner section styling */

/* feature section */
.featur-section {
    background-color: #faefe9;
    padding: 15px 0;
}

.feature-item i img {
    width: 45px;
    height: 45px;
}

.feature-item .title {
    font-size: 22px;
}

@media only screen and (max-width: 928px) {
    .feature-item i img {
        width: 28px;
        height: 28px;
    }

    .feature-item .title {
        font-size: 15px;
    }

    .feature-item .description {
        text-align: center;
    }
}

/* product card */

.product-card_container {
    width: 100%;
    display: block;
    margin: 10px auto;
    text-decoration: none;
    position: relative;
    /* import from vars */
    max-width: var(--product-card_container_width);
    height: var(--product-card_container_height);
    background: var(--product-card_border-color);
    padding: var(--product-card_container_padding);
    border-radius: var(--product-card_border-radius)
}

/* product hover state for border (actually background) */
.product-card_container:hover {
    background: var(--product-card_border-hover-color);
}

@media only screen and (max-width: 928px) {
    .product-card_container .card-description .overlay-description {
        display: none !important;
    }

    .product-card_container .btn-bordered {
        background-color: var(--product-card_btn_bg_hover_color);
        color: var(--product-card_btn_hover_color) !important;
    }

    .product-card_container .btn-bordered {
        display: block !important;
    }

    .product-card_container .overlay-img {
        display: block;
        opacity: 1;
    }
}

.product-card_container .overlay-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 240px;
    width: 100%;
    z-index: 2;
    opacity: 0;
    transition: all .3s linear;
    display: none;
}

.product-card_container:hover .overlay-img {
    display: block;
    opacity: 1;
}

.product .product-card_container .card-description, .card-overlay-description_container {
    padding: var(--product-card-overlay_description_container_padding);
}

.product-card_container .card-description h4 {
    font-size: var(--product-card_description_font_size);
}

.product-card_container .card-description h3, .product-card_container .card-overlay-description_container h3 {
    font-size: var(--product-card_description_font_size);
    text-align: center;
    color: #202020;
}

.product-card_container .btn-bordered {
    display: none;
}

.product-card_container:hover .btn-bordered {
    display: block;
}

.product-card_container:hover .card-description .overlay-description {
    display: none !important;
}

.section-title {
    display: block;
    color: black;
}

.product-card_container .btn-bordered:hover {
    background-color: var(--product-card_btn_bg_hover_color);
    color: var(--product-card_btn_hover_color) !important;
}

.card-img img {
    height: 240px;
    width: 100%;
}

.product-card_container .card-main {
    border: none !important;
}

/* product slider */

.custom-container {
    padding: 0 80px;
}

@media only screen and (max-width: 928px) {
    .custom-container {
        padding: 0;
    }
}

.product-slider .swiper-button-next, .product-slider .swiper-button-prev {
    cursor: pointer;
    color: var(--swiper-navigation-color, #ce7a51);
}

@media only screen and (max-width: 928px) {
    .section-card .card-description h3 {
        font-size: 18px;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width:1200px) {
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

/* sldier RWD */
@media only screen and (max-width: 928px) {
    .hero-slider .swiper-wrapper {
        height: calc(100vw / (1920 / 930));
        min-height: 496px;
        max-height: 930px;
    }
}

.slide-content h2.display-3, .slide-content p.display-5 a {
    color: #000000 !important;
}

h2.display-3 {
    font-size: 2.5rem !important;
    margin-bottom: 0.5rem !important;
}

.position-relative {
    position: relative;
}
                                                                     
.video-slide {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    object-fit: cover;
}

/* style for show more content functionlity */
.hide-content {
    height: 4em;
    overflow: hidden;
}

.cards-container {
    /* append the card container class below style */
    width: 380px;
}

/* change the paginaition color of hero slider */
.hero-slider .swiper-pagination span {
    border: 2px solid #eb4343 !important;
    background: #eb4343 !important;
}