:root {
    --color-cloud: #F0FAFF;
    --color-earth: #B28C61;
    --color-sky: #B6DEEC;
    --color-aqua: #D7F5F0;
    --color-sand: #F0ECDE;
    --color-theme-dark-gray: #231F1E;
    --color-theme-gray: #969698;

    --bs-scrolltop-bg-color: var(--color-sky) !important;
    --bs-scrolltop-opacity-on: 0.8 !important;
    --bs-scrolltop-bg-color-hover: var(--color-sky) !important;
    --bs-nav-link-font-weight: 400;
    --bs-nav-link-font-size: 16px;
}

/*----------------------------------------
#Utils 
-----------------------------------------*/
.btn.btn-light,
.btn.btn-primary,
.btn.btn-secondary {
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 500;
    --bs-btn-border-radius: 100px;
    /* width: 200px; */
    /* min-height: 50px; */
}

.btn.btn-dark {
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 400;
    --bs-btn-border-radius: 0;
}

.btn.btn-wishlist {
    padding: 0 !important;
    --bs-btn-padding-x: 0;
    --bs-btn-padding-y: 0;
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 400;
    --bs-btn-bg: #EBDBCB66;
    --bs-btn-hover-bg: #d4b89c66;
    --bs-btn-border-radius: 200px;
    width: 40px;
    height: 40px;
}

.al-font {
    font-family: var(--bs-font-sans-serif) !important;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.ib-font {
    font-family: var(--bs-font-sans-serif2) !important;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.w-fit-content {
    width: fit-content !important;
}

.container-custom {
    width: 93%;
    margin: 0 auto;
}

.dir-ltr {
    direction: ltr;
}

/* *****************old************************ */
.bg-cloud {
    color: var(--bs-black);
    background-color: var(--color-cloud);
}

.text-earth {
    color: var(--color-earth);
}

.text-sky {
    color: var(--color-sky);
}

.text-dark-gray {
    color: var(--color-theme-dark-gray);
}

.text-light-gray {
    color: var(--color-theme-gray);
}

.bg-earth {
    color: var(--bs-white);
    background-color: var(--color-earth);
}

.bg-sky {
    color: var(--bs-white);
    background-color: var(--color-sky);
}

.bg-aqua {
    background-color: var(--color-aqua);
}

.bg-sand {
    color: var(--color-earth);
    background-color: var(--color-sand);
}

.btn.bg-light:hover {
    color: var(--color-sky) !important;
}

.btn.bg-earth:hover {
    border: 1px solid var(--color-earth) !important;
    color: var(--color-earth);
}

.form-control {
    font-size: 16px !important;
    font-weight: 300 !important;
}

.border-earth {
    border: 1px solid #9696981A !important;
}

.rounded-5 {
    border-radius: 2rem !important
}

p,li{
  font-family: var(--bs-font-sans-serif2) !important;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------------
#header 
-----------------------------------------*/
.landing-header {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    /* height: 150px; */
    height: 85px;
}

.menu-title-gray-500 .menu-item .menu-link {
    font-weight: 200;
}

.landing-header .menu .menu-link.active {
    color: var(--bs-secondary);
    font-weight: 400;
}

.menu-state-title-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here),
.menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color .2s ease;
    color: var(--bs-white);
}

.menu-state-title-primary .menu-item .menu-link.active {
    transition: color .2s ease;
   color: var(--bs-secondary);
   font-weight: 300;
}

.drawer {
    /* background-color: #B6DEEC; */
    background-color: #2f2f2f;
}


.custom-dropdown-panel {
    --radius: 0 !important;
    --shadow: 0 8px 20px rgba(2, 6, 23, 0.2) !important;
    top: calc(100% + 14px) !important;
    min-width: 250px !important;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.custom-submenu {
    border-radius: 0 !important;
}

.custom-menu-item {
    padding: 4px 10px !important;
    border-radius: 0px !important;
    background-color: unset !important;
    margin-top: 0px !important;
    font-size: 15px !important;
    font-weight: 300;
}

.custom-arrow,
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    width: 0.9em;
    height: 0.9em;
    border: none !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    /* 👇 Your SVG encoded for CSS */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}
@media (max-width: 992px) {
 .dropdown-toggle::after {
        /* White SVG */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    }
}


[data-custom-subheader=true] {

    .logo-default {
        display: none;
    }

    .menu-item .menu-link {
        color: var(--color-theme-dark-gray) !important;
    }

    .menu-item .menu-link.active {
        color: var(--bs-secondary) !important;
        font-weight: 400;
    }

    .kart_icon svg path {
        fill: var(--color-theme-dark-gray) !important;
    }

    .search_icon svg path {
        fill: var(--color-theme-dark-gray) !important;
    }

    .mobile_toggle_icon {
        color: var(--color-theme-dark-gray) !important;
    }
}

[data-custom-subheader="false"] {
    .logo-blue {
        display: none;
    }

    .mobile_toggle_icon {
        color: var(--bs-white) !important;
    }

    .dropdown-toggle::after {
        /* White SVG */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    }
}

[data-kt-sticky-landing-header=on] {
    .landing-header .logo-blue {
        display: none;
    }

    .dropdown-toggle::after {
        /* White SVG */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    }

    .custom-dropdown-panel {
        position: absolute;
        top: calc(100% + 11px) !important;
    }
}

[data-kt-sticky-landing-header="on"] {
    padding-top: 0 !important;
}

[data-kt-sticky-landing-header=on] [data-custom-subheader="true"] {
    .menu-item .menu-link {
        color: var(--bs-white) !important;
    }

    .kart_icon svg path {
        fill: var(--bs-white) !important;
    }

    .search_icon svg path {
        fill: var(--bs-white) !important;
    }

    .mobile_toggle_icon {
        color: var(--bs-white) !important;
    }
}

/* [data-kt-sticky-landing-header=on] [data-custom-subheader="true"].landing-header .menu .menu-link.active {
    color: var(--color-theme-dark-gray) !important;
    background-color: rgb(178 140 97 / 0.1);
} */
[data-kt-sticky-landing-header=on] .landing-header .menu .menu-link.active {
    color: var(--bs-secondary) !important;
    font-weight: 400;
    background-color: unset;
}

#home_top_bar[data-custom-subheader="true"] {
    display: none;
}

/* ---------------pagination------------------------- */
.pagination {
    --bs-pagination-bg: #b28c6147 !important;
    --bs-pagination-color: var(--bs-black) !important;
}

.page-item .page-link {
    border-radius: 0 !important;
}

.active>.page-link,
.page-link.active {
    --bs-pagination-active-bg: var(--bs-black) !important;
}

.page-link:hover {
    --bs-pagination-hover-color: var(--bs-black) !important;
    --bs-pagination-hover-bg: var(--bs-secondary) !important;
    --bs-pagination-hover-border-color: var(--bs-secondary) !important;
}

.pagination .disabled {
    display: none;
}

/* ---------------pagination------------------------- */
/* --------------------------------------hero------------------------------------- */
.hero {
    z-index: 0;

}

.hero::before {
    content: "";
    position: absolute;
    background-image: url('../img/background/hero-bg.png');
    background-size: cover;
    opacity: 2%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media screen and (max-width:1269px) {
    .hero-left {
        padding-bottom: 40px;
    }
}

.leaves {
    right: 7%;
    bottom: -14%;
}

@media screen and (max-width:992px) {
    .leaves {
        right: 20%;
    }
}

@media screen and (max-width:700px) {
    .leaves {

        right: 10%;
        bottom: -20%;
    }
}

@media screen and (max-width:600px) {
    .leaves {
        width: 100%;
        right: 0%;
    }
}

/* --------------------------------------hero------------------------------------- */
/* --------------------------------------story------------------------------------ */
.story-carousel img {
    border-radius: 8px;
}

.story_fixed_labels {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    height: 300px;
    width: 85%;
    bottom: -210px;
    padding: 15px;
}

.owl-carousel .owl-stage {
    display: flex;
    height: 100%;
}

.story-carousel.owl-theme .owl-nav [class*=owl-],
.owl-prev,
.owl-next {
    width: 56px;
    height: 56px;
    font-size: 20px !important;
    border: 8px solid white;
    border-radius: 50% !important;
    background: var(--color-sand) !important;
}

.owl-next img {
    transform: scaleX(-1);
}

.story-carousel .owl-prev {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.story-carousel .owl-next {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(50%, -50%);
}

.story-left {
    width: 35%;
}

.story-right {
    width: 65%;
}

.owl-carousel .owl-dots {
    display: none !important;
}

.story-carousel .owl-carousel .owl-nav {
    display: block !important;
}

@media screen and (max-width:900px) {
    .story-left {
        width: 40%;
    }

    .story-right {
        width: 60%;
    }
}

@media screen and (max-width:768px) {}

/* --------------------------------------story------------------------------------ */
/* --------------------------------------featured items--------------------------- */
/* .fa-star {
    color: white; 
} */
.fa-star.checked,
.fa-regular.fa-star {
    color: #FDA043;
}

.featured-carousel .owl-nav {
    display: block !important;
    position: absolute;
    right: 0;
    top: -81px;
}

@media screen and (max-width:768px) {
    .featured-carousel .owl-nav {
        position: absolute;
        left: 50%;
        top: initial;
        bottom: -45px;
        transform: translateX(-50%);
    }
}

/* --------------------------------------featured items--------------------------- */
.reviews .symbol-circle img {
    border: 4px solid white;
}

/* ----------------------------------------products page---------------------------------- */
.bg-gray-theme {
    background-color: var(--color-theme-gray);
}

.product-card {
    transition: box-shadow 0.3s ease;
}

.product-item .product-card .bg-img {
    /* background: #EBDBCB66; */
}

/* .list-view .product-card {
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    } */

.list-view .product-card .bg-img {
    height: 200px !important;
    width: 350px !important;
}

.list-view .product-card .card-body {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 10px 30px !important;
    gap: 1.75rem;
}

.product-item .product-card .card-body {
    padding: 1.25rem 0;
}

#twoView.active svg path,
#threeView.active svg path {
    stroke: #231F1E;
}

.list-view .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.list-view .card img {
    /* max-width: 200px;
        height: auto;
        object-fit: cover; */
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list-view .card-body {
    padding: 1rem;
}

/* css for price filter */
.price-slider {
    position: relative;
    width: 100%;
}

.price-slider input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    height: 3px;
    width: 100%;
    background: none;
}

.price-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #000;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.price-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 2;
    height: 18px;
    width: 18px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.slider-track {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    z-index: 1;
    border-radius: 4px;
}

.slider-track::before {
    content: "";
    position: absolute;
    height: 3px;
    background: #000;
    border-radius: 4px;
}

/* ----------------------------------------products page---------------------------------- */
/* ---------------------------------------reviews----------------------------------------- */
/* Position dots */
.review-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

/* Default dot */
.review-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 6px;
    border: 2px solid #222;
    /* outer circle */
    border-radius: 50%;
    background: transparent;
    position: relative;
    transition: all 0.3s ease;
    vertical-align: middle;
    /* keeps them in one line */
    transition: all 0.3s ease;
    /* smooth size change */
}

/* Active dot */
.review-carousel .owl-dots .owl-dot.active span {
    width: 20px;
    height: 20px;
    border: 2px solid #222;
    background: transparent;
    /* keep outer transparent */
}

/* Inner filled dot for active state */
.review-carousel .owl-dots .owl-dot.active span::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #222;
    /* inner filled dot */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ---------------------------------------reviews----------------------------------------- */
/* ------------------------------my account----------------------------------------------- */
.account_nav_item {
    background-color: #F7F5EF;
}

.account_nav_item a {
    color: #000;
}

.nav-link.active {
    color: white;
}

.subscribe_div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('../img/icons/common/email.svg');
    background-size: contain;
    pointer-events: none;
}

@media (max-width:575px) {
    .subscribe_div::before {
        top: 23%;
    }
}

/* ------------------------------my account----------------------------------------------- */



/* ------------------------------banner image css----------------------------------------------- */
.products_banner_section .banner_image {
    position: relative;
    padding: 0;
    height: 300px;
}

.products_banner_section .banner_image_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000004a;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 575px) {
    .products_banner_section .banner_image img {
        height: 180px;
        object-fit: cover;
    }

    .second_banner_img .second_img_section img {
        /* height: 231px; */
        height: 300px;
        object-fit: cover;
    }

    .second_banner_img #products .list-view .card {
        flex-direction: column;
        align-items: normal;
    }

    .second_banner_img #products .list-view .card .bg-img {
        width: 100% !important;
    }

    .list-view .product-card .card-body {
        padding: 1.25rem 0 !important;
        gap: 0;
    }

    .second_banner_img #twoView {
        display: none !important;
    }

    .second_banner_img #products .product-item .product-card .bg-img .sell_margin {
        padding: 0.4rem;
    }

    .second_banner_img #products .product-item .product-card .card-body h5 {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .second_banner_img #products .product-item .product-card .card-body p.card-text {
        font-size: 12px;
    }

}

/* ------------------------------banner image css----------------------------------------------- */



/* ------------------------------products css----------------------------------------------- */
@media (max-width: 767px) {
    .second_banner_img #products .card .bg-img {
        height: 200px !important;
    }

    .second_banner_img #products .card .bg-img img {
        height: 100%;
        object-fit: contain;
    }
}

/* ------------------------------products css----------------------------------------------- */


.btn_addkart {
    background-color: #2196F3;
    padding: 8px 13px !important;
    border-radius: 6px;
    color: #ffffff;
}

.btn_remove {
    background-color: #dc0f00;
    padding: 8px 13px !important;
    border-radius: 6px;
    color: #ffffff;
}

.btn_edit {
    background-color: #b60e02;
    padding: 8px 13px !important;
    border-radius: 6px;
    color: #ffffff;
}

.btn_view {
    background-color: #dc0f00;
    padding: 8px 13px !important;
    border-radius: 6px;
    color: #ffffff;
}

.btn_update {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn_delete {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn_addkart:hover {
    background-color: #036dc4fd;
}

.btn_remove:hover {
    background-color: #9e0f05ff;
}

.btn_edit:hover {
    background-color: #940b02;
}

.btn_view:hover {
    background-color: #9e0f05ff;
}


/* =============================== */
/* .profiledropdown [data-kt-profiledropdown="on"] {
    display: block;
    margin-top: 0;
    top: 55px;
    right: 0;
} */

.menu-item.dropdown .dropdown-menu {
    --bs-dropdown-min-width: 14rem;
    --bs-dropdown-padding-x: 1rem;
    --bs-dropdown-link-active-color: var(--bs-gray-900);
}

.menu-item.dropdown .dropdown-item {
    background-color: #b6deec2b;
    border-radius: 6px;
    margin-top: 3px;
}

.menu-item.dropdown .dropdown-item:focus,
.menu-item.dropdown .dropdown-item:hover {
    background-color: #b6deec;
}

/* -------currencydropdown-------- */
.currencydropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 22px #E0E0E0;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 8px;
    border-radius: 6px;
    color: #252F4A;
    border-color: #E8E8E8;
    background-color: #ffffff;
    position: fixed;
    top: 250px;
    right: 0;
    padding: 8px;
    cursor: pointer;
    width: fit-content;
    z-index: 99999;

    width: 40px;
    height: 40px;
}

#kt_toggle_currencydropdown {
    display: none;
}

#currencydropdown [data-kt-currencydropdown="on"] {
    display: block !important;
}

#currencydropdown [data-kt-currencydropdown="on"] .dropdown-menu {
    display: flex;
    margin-top: 0;
    margin-bottom: 10px;
    position: fixed;
    top: 252px;
    right: 42px;
    --bs-dropdown-padding-x: 0.25rem;
    --bs-dropdown-padding-y: 0;
    --bs-dropdown-item-padding-y: 0.55rem;
    --bs-dropdown-link-color: var(--bs-gray-700);
    --bs-dropdown-link-active-color: var(--bs-gray-800);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#currencydropdown [data-kt-currencydropdown="on"] .dropdown-item {
    font-weight: 300;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* -------langdropdown-------- */
.langdropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 22px #E0E0E0;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 8px;
    border-radius: 6px;
    color: #252F4A;
    border-color: #E8E8E8;
    background-color: #ffffff;
    position: fixed;
    top: 200px;
    right: 0;
    padding: 8px;
    cursor: pointer;
    width: fit-content;
    z-index: 99999;

    width: 40px;
    height: 40px;
}

#kt_toggle_langdropdown {
    display: none;
}

#langdropdown [data-kt-langdropdown="on"] {
    display: block !important;
}

#langdropdown [data-kt-langdropdown="on"] .dropdown-menu {
    display: flex;
    margin-top: 0;
    margin-bottom: 10px;
    position: fixed;
    top: 202px;
    right: 42px;
    --bs-dropdown-padding-x: 0.25rem;
    --bs-dropdown-padding-y: 0;
    --bs-dropdown-item-padding-y: 0.55rem;
    --bs-dropdown-link-color: var(--bs-gray-700);
    --bs-dropdown-link-active-color: var(--bs-gray-800);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#langdropdown [data-kt-langdropdown="on"] .dropdown-item {
    font-weight: 300;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


/* ============= accrodion custom1 ============== */
.accordion_custom1 {
    --bs-accordion-btn-padding-y: .8rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: #f5f5f5;
    --bs-accordion-border-color: #ddd;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181C32'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion_custom1 .accordion-button:not(.collapsed) {
    --bs-accordion-active-color: #181C32;
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* *****************swiper btn**************** */
.story-btn-prev,
.story-btn-next,
.featured-btn-prev,
.featured-btn-next {
    background: #F0ECDE;
    width: 56px !important;
    height: 56px !important;
    border-radius: 56px;
    border: 8px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-btn-prev:before,
.story-btn-next:before,
.featured-btn-prev:before,
.featured-btn-next:before {
    width: auto !important;
    height: auto !important;
    color: #B28C61 !important;
    font-size: 16px !important;
}

.story-btn-prev {
    left: -30px !important;
}

.story-btn-next {
    right: -30px !important;
}

.featured-swiper-pager {
    top: 0 !important;
}

.featured-btn-prev {
    left: auto !important;
    right: 50px !important;
    top: -40px !important;
}

.featured-btn-next {
    left: auto !important;
    right: -15px !important;
    top: -40px !important;
}

.featured-btn-next {
    right: -30px !important;
}

.swiper-pagination.carousel_reviews .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgb(255 255 255 / 50%);
}

.swiper-pagination.carousel_reviews .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.9);
}

.reviews-swiper-pager,
.footer-swiper-pager {
    display: none;
}

.swiper-pagination.carousel_footer {
    display: none;
}

#carousel_footer::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: var(--color-sky);
    border-radius: 20px 20px 0px 0px;
    /* background-color: red; */
}

/* *****************swiper btn**************** */

/* *****************reviews**************** */

/* Dropdown wrapper */
.customer_reviews .custom-dropdown {
    position: relative;
    display: inline-block;
}

/* Button */
.customer_reviews .custom-dropdown button {
    padding: 10px 16px;
    border: none;
    border-radius: 50px;
    background: #EBDBCB66;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* min-width: 150px; */
}

/* Arrow icon */
.customer_reviews .custom-dropdown button i {
    margin-left: 8px;
    font-size: 14px;
    transition: transform 0.2s;
}

/* Dropdown menu */
.customer_reviews .custom-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    background: #fff;
    border-radius: 8px;
    min-width: 130px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    z-index: 99;
}

/* Dropdown item */
.customer_reviews .custom-dropdown .dropdown-menu a {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background 0.2s;
}

.customer_reviews .custom-dropdown .dropdown-menu a:hover {
    background: #f5f5f5;
}

/* Show menu */
.customer_reviews .custom-dropdown.open .dropdown-menu {
    display: block;
}

/* Rotate arrow when open */
.customer_reviews .custom-dropdown.open button i {
    transform: rotate(180deg);
}

.customer_reviews .write_review button {
    border: 1px solid;
}

/* *****************reviews**************** */

/* ************subscription_section**************** */
.subscription_section {
    background-color: #F7F5EF;
    border-radius: 20px;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
}

.subscription_section .cup_icon {
    position: absolute;
    top: 18px;
    left: 16px;
}

.subscription_section .outer_wrapper {
    border: 3px solid #231F1E;
    padding: 7px;
    height: 100%;
}

.subscription_section .inner_wrapper {
    border: 1px solid #231F1E;
    padding: 60px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.subscription_section .form-switch.form-check-solid .form-check-input:not(:checked) {
    background-color: #231F1E;
}

.subscription_section .form-switch.form-check-solid .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23F0ECDE'/></svg>") !important;
}

.subscription_section .form-check-input:checked {
    background-color: #b28c61;
    border-color: #b28c61;
}

/* ************subscription_section**************** */

/* ************blog section*************************** */
.blog-wrapper .blog-img {
    height: 263px;
}

.blog-wrapper .blog-img img {
    border-radius: 50px;
    height: 100%;
    object-fit: cover;
}

.blog-wrapper .blog-content h4 {
    word-wrap: break-word;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;

    text-overflow: ellipsis;
}

.blog-wrapper .blog-content p {
    word-wrap: break-word;
    /* height: 60px; */
    overflow-y: hidden;
}

/* ************blog section*************************** */

/* ***************rtl****************** */

html[dir="rtl"] {
    #kt_landing_menu_toggle.me-3 {
        margin-left: .75rem !important;
        margin-right: 0rem !important;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin-right: .225em;
    }

    .swiper-slide * {
        text-align: right !important;
        justify-content: end;
    }

    .featured-btn-prev {
        left: -30px !important;
        right: auto !important;
    }

    .featured-btn-next {
        left: 50px !important;
        right: auto !important;
    }
}

/* ***************rtl****************** */

/* ***********************media query**************** */
/* Max-width */
@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 576px) {

    .story-swiper-pager,
    .featured-swiper-pager {
        display: none;
    }

    .story_img_wrapper img {
        width: 100% !important;
    }

    [data-kt-sticky-landing-header=on] .landing-header {
        height: 70px;
    }

    .landing-header {
        height: 70px;
    }

    .products_banner_section {
        margin-top: 70px !important;
    }

}

/* Min-width */
@media screen and (min-width: 576px) {}

@media screen and (min-width: 768px) {
    .story-left {
        width: 100%;
    }

    .story-right {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {

    .swiper-pagination.carousel_story_behind,
    .swiper-pagination.carousel_featured_items {
        display: none;
    }
}

@media screen and (min-width: 1200px) {}