@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Outfit:wght@100..900&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

:root {
    /* main background  */
    --main-theme-bg: #FCF7EE;
    /*/*/
    --theme: #b6713e;
    --nav-theme: #F9F2E5;
    --bg-theme: #ECDEC1;
    --light-theme: #F4EAD8;
    --light: #fff;
    --dark: #000;
}

.font-outfit {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.font-marcellus {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}

.font-sansation {
    font-family: "Sansation", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body {
    background: var(--main-theme-bg);
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
}

p,
li {
    font-family: "Sansation", serif;
}

a,
button {
    font-family: "Marcellus", serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin-bottom: 0 !important;
}

/* //  */
.container {
    max-width: 1400px !important;
}

a {
    text-decoration: none !important;
}

img {
    object-fit: cover;
}

/* colors  */
.text-theme {
    color: var(--theme);
}

.theme-bg {
    background: var(--theme);
}

.bg-theme {
    background: var(--bg-theme);
}

.nav-theme {
    background-color: var(--nav-theme) !important;
}

.light-theme {
    background-color: var(--light-theme) !important;
}

.border-theme {
    border-color: var(--theme) !important;
}

.transition,
img {
    transition: all 0.3s ease-in-out;
}

/* img hover  */
.img-hover::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #ffffff26;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.img-hover:hover::after {
    width: 100%;
    opacity: 1;
    left: inherit;
    right: 0;
}

.img-hover:hover img {
    transform: scale(1.1);
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    background-color: var(--theme);
    border-radius: 50%;
    opacity: 100%;
    transition: all 0.3s ease;
}

.carousel-indicators .active,
.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background-color: transparent !important;
    border: 1px solid var(--theme) !important;
}

.swiper-pagination-bullet {
    background-color: var(--theme);
}

.divider-right::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: var(--theme);
    top: 13px;
    right: -110px;
}

/* theme-btn */
.theme-btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background-color: var(--dark);
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.theme-btn:hover {
    color: var(--nav-theme) !important;
    /* transform: rotate(2deg); */
}

    .theme-btn:hover::after {
        right: initial;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* topbar */
.topbar {
    width: 100%;
    overflow: hidden;
}

.topbar-text {
    display: flex;
    white-space: nowrap;
    animation: top-text 50s linear infinite;
}

@keyframes top-text {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

/* header */
.logo {
    width: 100px;
}

.main-header.scrolled .logo {
    width: 70px !important;
}

.main-header.scrolled {
    top: 0;
    background: var(--nav-theme) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    padding: 0;
}

nav .container {
    max-width: 1729px !important;
}

.dropdown-item:hover {
    background: none !important;
}

.nav-link:hover,
.nav-link.active {
    color: var(--theme) !important;
}

.nav-link.active {
    border-bottom: 1px solid var(--theme);
}

.nav-link {
    position: relative;
}

.nav-item .nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    background: var(--theme);
    transition: all 0.3s ease-in-out;
}

.nav-item .nav-link:hover:after {
    right: initial;
    left: 0;
    width: 100%;
    height: 1px;
}


span.badge {
    font-size: 8px !important;
    margin-top: 7px !important;
}

.background-1 {
    background: linear-gradient(to right, #efe4ccd9, #efe4ccd9), url('../images/background/background-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.background-2 {
    background: linear-gradient(to right, #efe4ccd9, #efe4ccd9), url('../images/background/background-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

/* hero scetion */
.hero-section .carousel-item,
.slide-1,
.slide-2,
.slide-3 {
    min-height: 700px;
}

.slide-1 {
    background: linear-gradient(to bottom, #f9f2e5, #ffffffb5), url('../images/home/slide-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.slide-2 {
    background: linear-gradient(to bottom, #f9f2e5, #ffffffb5), url('../images/home/slide-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.slide-3 {
    background: linear-gradient(to bottom, #f9f2e5, #ffffffb5), url('../images/home/slide-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.shipping::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 1px;
    background: var(--dark);
    top: 50%;
    right: 0;
}

/* product combo */

/*.product-box:hover .img2 {
    opacity: 1 !important;
}*/

/*.product-box:hover .img1 {
    opacity: 0 !important;
}*/

.product-icon {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.4s ease-in-out;
}

    .product-icon a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        transition: all 0.4s ease-in-out;
    }

        .product-icon a:hover {
            background: var(--theme) !important;
            color: var(--nav-theme) !important;
        }

.product-btn {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.3s ease-in-out;
}

.product-box:hover .product-icon,
.product-box:hover .product-btn {
    opacity: 1;
    transform: translateX(0px);
}

.popover .popover-body {
    background: #000;
    color: #fff;
    text-transform: capitalize;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 10px;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    border-left-color: #000 !important;
}

.productSwiper .product-box img {
    height: 400px !important;
    object-fit: cover;
}

/* features product */

.nav-tabs .nav-link.active {
    background: var(--light) !important;
    color: var(--theme) !important;
}

.nav-tabs .nav-link:hover {
    color: var(--theme) !important;
}

/* collection */
.collection-1 {
    background: url('../images/home/collection-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 500px;
}

.collection-2 {
    background: url('../images/home/collection-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 500px;
}

/* marquee brand logo  */
.marquee {
    width: 100%;
    overflow: hidden;
}

.brand-right {
    display: inline-block;
    width: max-content;
    white-space: nowrap;
    animation: brand-right 25s linear infinite;
}

@keyframes brand-right {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.brand-left {
    display: inline-block;
    width: max-content;
    white-space: nowrap;
    animation: brand-left 25s linear infinite;
}

@keyframes brand-left {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

/* blogs */
.blog img {
    transition: all 0.3s ease-in-out !important;
}

.blog:hover img {
    transform: scale(1.1);
}

.blog:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #b6713e;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out !important;
}

.blog:hover::after {
    width: 100%;
    right: initial;
    left: 0;
}

/* counter */
.counter-box::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background: var(--theme);
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}

.last.counter-box::after {
    display: none !important;
}

/* gallery */
.gallery:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background: #ecdec1dd;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}

.gallery:hover::after {
    opacity: 1;
    transform: scale(1);
}

.gallery:hover .gallery-icon {
    opacity: 1 !important;
}

.gallery:hover img {
    transform: scale(1.1);
}



/* footer */
footer {
    background: linear-gradient(to right, #f9f2e5c9, #f9f2e5cc), url('../images/background/background-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.f-logo {
    width: 100px;
}

.social-icon i {
    padding: 10px;
}

    .social-icon i:hover {
        background: var(--dark) !important;
        color: var(--nav-theme) !important;
    }

/* about page  */
.hero-about,
.hero-shop,
.hero-contact,
.hero-gallery {
    min-height: 400px;
}

.hero-about {
    background: linear-gradient(to right, #eae4dac7, #eae4dac7), url('../images/about/about-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--theme);
}

.about-background {
    background: url('../images/about/ab-img-2.jpg');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center left;
    background-attachment: fixed;
    min-height: 70vh;
}

.video-background {
    background: url('../images/about/ab-img-3.jpg');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center right;
    background-attachment: fixed;
    min-height: 70vh;
}

.video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    z-index: 1 !important;
}

    .video-btn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--theme);
        border-radius: 50%;
        z-index: -1;
        animation: pulseScale 1.5s ease-out infinite;
    }

    .video-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border: 2px solid var(--theme);
        border-radius: 50%;
        z-index: -1;
        animation: pulseScale 2s ease-out infinite;
    }

@keyframes pulseScale {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.video-modal .modal-content,
.video-modal iframe {
    width: 600px;
    height: 500px;
}

/* team  */
.team-icon {
    transform: translateX(70px)
}

    .team-icon a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

.team-box:hover .team-icon {
    transform: translateX(0px)
}

.team-icon a:hover {
    background: var(--theme) !important;
    color: var(--light) !important;
}

.team-box:hover .team-content {
    background: var(--light);
    box-shadow: 8px -2px 0px 2px var(--theme);
}

/* shop page */

.hero-shop {
    background: linear-gradient(to right, #eae4dac7, #eae4dac7), url('../images/shop/shop-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.form-range::-webkit-slider-runnable-track {
    background-color: var(--bg-theme);
}

.form-range::-webkit-slider-thumb {
    background: var(--theme);
}

    .form-range::-webkit-slider-thumb:focus {
        outline: 0 !important;
    }

.form-select:focus {
    border-color: var(--theme);
}

select option:hover {
    background-color: var(--theme) !important;
    color: #fff;
}

.pagination .page-link:hover {
    color: var(--dark) !important;
}


/* gallery page */

.hero-gallery {
    background: linear-gradient(to right, #eae4dac7, #eae4dac7), url('../images/gallery/gallery-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fancybox__content, .fancybox__content img {
    width: 500px;
    height: 500px;
}

/* .contact */
.hero-contact {
    background: linear-gradient(to right, #eae4dac7, #eae4dac7), url('../images/contact/contact-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.t-img {
    width: 100px !important;
}

.form-control:focus {
    border-color: var(--theme);
}

.contact-background {
    background: url('../images/contact/contact-img.jpg');
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: center right;
    background-attachment: fixed;
    min-height: 100vh;
}
