@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montaga&display=swap');

:root {
    --primary-color: #f8a969;
    --primary-fonts-family: "Roboto", serif;
    --secondary-font-family: "Fredericka the Great", serif;
    --third-font-family: "Poppins", serif;
    ;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: var(--third-font-family);
    background-color: #111111;
    color: #fff;
}

#header {
    padding: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--secondary-font-family);
}

.blog-content .blog-img img {
    border-radius: 30px;
}

.content,
.content p,
.content span {
    font-weight: 200;
}

.header-btn button {
    border: none;
    padding: 0px;
    font-size: 24px;
}

.header-btn button:hover {
    background-color: transparent;
    color: #fff;
}

header .dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 600;
    border: none;
    vertical-align: 2px;
    font-size: 12px;
    margin-left: 6px;
}

header .navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 15px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: var(--third-font-family);
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #f8a969;
}

.top-header a {
    color: #fff;
    text-decoration: none;
}

.top-header .content-detail {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--third-font-family);
}

.socila-links a {
    font-size: 16px;
    color: #fff;
}

a:hover {
    color: var(--primary-color);
}

.banner .carousel-indicators {
    left: auto;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.banner .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    margin-bottom: 10px;
}

.about-img-section {
    position: relative;
}

.about-img-section .img-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.about-img-section .img {
    z-index: 2;
    float: right;
    position: relative;
    width: 100%;
    padding: 35px 0px 0px 60px;
}

.about-img-section-2 {
    border: 0.5px solid #8d6443;
    width: fit-content;
    margin-left: 30px;
}

.about-img-section-2 img {
    margin-top: -40px;
    margin-bottom: 30px;
    margin-right: 50px;
    margin-left: -30px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}



.heading .sub-heading {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: var(--third-font-family);
}

.heading h2 {
    font-size: 35px;
    font-weight: 100;
    font-family: var(--secondary-font-family);
    text-transform: uppercase;
}

.heading .description {
    width: 70%;
    font-family: var(--third-font-family);
    font-size: 17px;
    font-weight: 200;
    line-height: 38px;
}

/* .about-content .heading a {
    padding: 5px 20px;
    font-family: var(--third-font-family);
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: fit-content;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.5s;
} */

/* .heading a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
} */

.testimonials .testimonials-box .testimonial-item {
    position: relative;
}

.testimonials .testimonials-box .testimonial-item .right {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}


.testimonials .testimonials-box {
    padding: 150px 0px 120px 0px;
}



.testimonials .testimonials-box .testimonial-item .left {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
}

.testimonials .testimonials-box .testimonial-item .icon {
    width: fit-content;
    display: block;
    margin-top: -100px;
}

.testimonials .testimonials-box .testimonial-item .text {
    font-family: var(--secondary-font-family);
    font-size: 50px;
}

.testimonials .testimonials-box .name {
    font-family: var(--third-font-family);
    font-size: 28px;
}

.Categories .Category img {
    display: block;
}

.Categories .Category .title {
    font-family: var(--secondary-font-family);
    text-transform: uppercase;
    text-align: center;
}




.Categories {
    background-repeat: no-repeat;
    background-position: center;
}


.why-choose-us {
    background-repeat: no-repeat;
    background-position: center;
}

.why-choose-us .item {
    display: flex;
    justify-content: center;
}

.why-choose-us .item .icon {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    background-color: #8d6443;
}

.why-choose-us .item .icon i {
    font-size: 50px;

}

.why-choose-us .item .text {
    padding: 30px;
    background-color: #212121;
}

.why-choose-us .item .text h3 {
    font-family: var(--secondary-font-family);
    text-transform: uppercase;
    font-size: 22px;
}

.why-choose-us .item .text p {
    font-family: var(--third-font-family);
    font-weight: 200;
}


.products .product .img {
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
    background-image: url('../images/product-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    /* border-radius: 100%; */
    position: relative;
}


.products .product .img:hover .product-btn {
    display: block;
    height: 100%;
    background-color: #8d64434f;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /* border-radius: 100%; */
}

.products .product {
    position: relative;
}

.products .product .product-logo {
    position: absolute;
    top: 4%;
    left: 5%;
}


.products .product .img img {
    max-height: 320px;
    /* border-radius: 100%; */
    object-fit: cover;
}

.products .product .product-logo img {
    border-radius: 0;
    height: 80px;
    width: 42px;
    object-fit: contain;
}

.shop-box .products .product .img img {
    width: 315px;
    height: 315px;
}

.product .product-info {
    text-align: center;
}

.product .product-info .title {
    font-family: var(--third-font-family);
    font-size: 18px;
    color: #fff;
    text-decoration: none;

}

.product .product-info .price {
    font-family: var(--secondary-font-family);
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 0px;
}

.btn {

    font-family: var(--third-font-family);
    text-decoration: none;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    width: fit-content;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.5s;
    border-radius: 0px;
}

.btn:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    border: none;
    border-bottom: 1px solid var(--primary-color);
}

.products .product .img .product-btn {
    display: none;
    height: 100%;
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /* border-radius: 100%; */
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 1;
}

.products .product .img:hover .product-btn {
    display: block;
    background-color: #4b3117dd;
    opacity: 1;
    transition: 1;
}

.products .product .img .product-btn a {
    color: #fff;
}

.products .product .img .product-btn i {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 24px;
}

.products .product .img .product-btn i:hover {
    background-color: #fff;
    color: var(--primary-color);

}

.blog {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    color: unset;
    text-decoration: none;
    color: #fff;
}

.blog:hover {
    color: #fff;
}

.blog .blog-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 40px 40px 40px;
    text-align: center;
    background-color: #0000007e;
}

.blog .blog-text .date {
    font-family: var(--third-font-family);
    font-size: 14px;
    margin-bottom: 2px;
}

.blog .blog-text .title {
    font-family: var(--secondary-font-family);
    font-size: 26px;
    transition: 1;
}

.blog .blog-text .title:hover {
    transition: 1;
    color: var(--primary-color);
}

.blog .blog-text i {
    font-size: 50px;
    font-weight: 100;
}

.blog .blog-text i:hover {
    color: var(--primary-color);
}

.newsletter {
    padding: 120px 0px;
    background-image: url('../images/newsletterbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.newsletter form {
    display: flex;
    align-items: center;
}

.newsletter form input {
    padding: 20px;
    background-color: transparent;
    font-family: var(--third-font-family);
    max-width: 500px;
    width: 100%;
    color: #fff;
    border: 0.5px solid #fff !important;
    border-right: 0px solid transparent !important;

}

.newsletter form button {
    border: 0.5px solid #fff !important;
    border-left: 0px solid transparent !important;
    font-size: 30px;
    background-color: transparent;
    color: #fff;
    padding: 17px;
    display: flex;
    align-items: center;
}

.newsletter form button:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color) !important;
}

.newsletter .heading h2 {
    font-size: 30px;
}

footer .footer-links .footer-link-heading {
    color: #fff;
    font-size: 18px;
    font-family: var(--third-font-family);
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

footer .footer-links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer .footer-links ul li {
    padding: 10px 0px;
}

footer .footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: var(--third-font-family);
    font-weight: 300;
}

footer .footer-links ul li a:hover {
    color: #8d6443;
}

.offcanvas {
    background-color: #212121;
    color: #fff;
}

.btn-close {

    --bs-btn-close-bg: none;

}

#cartOffcanvas .offcanvas-body ul li a {
    color: #fff;
    text-decoration: none;
}

#cartOffcanvas .offcanvas-body ul li a:hover {
    color: var(--primary-color);
}

#cartOffcanvas .offcanvas-body ul {
    list-style: none;
}

#cartOffcanvas .offcanvas-body ul li {
    position: relative;
}

#cartOffcanvas .offcanvas-body ul .btn-close {
    position: absolute;
    top: -15px;
    right: 5px;
}

#wishlistOffcanvas .offcanvas-body ul li a {
    color: #fff;
    text-decoration: none;
}

#wishlistOffcanvas .offcanvas-body ul li a:hover {
    color: var(--primary-color);
}

#wishlistOffcanvas .offcanvas-body ul {
    list-style: none;
}

#wishlistOffcanvas .offcanvas-body ul li {
    position: relative;
}

#wishlistOffcanvas .offcanvas-body ul .btn-close {
    position: absolute;
    top: -15px;
    right: 5px;
}


.info-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 15px;
}

.info-item {
    margin-bottom: 1.5rem;
}

.info-item span {
    display: block;
}


.hero-banner {
    position: relative;
    background: url('../images/b.png') no-repeat center center/cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    color: white;
    text-align: center;
}

.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.hero-content p {
    font-size: 1rem;
    margin: 0;
}


.form-control {
    border-radius: 0px;
    padding: 15px 10px;
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
}

.form-control::placeholder {
    color: #858585;
}

.form-control:focus {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    border-color: var(--primary-color);
}


.list-group {

    --bs-list-group-bg: transition;
}

.list-group a {
    color: #858585;
    text-decoration: none;
}

.list-group a:hover {
    color: var(--primary-color);
}

.list-group-item {
    border: none;
    font-family: var(--third-font-family);
}

.cart-count {
    position: absolute;
    top: -10px;
    right: -14px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 100%;
    padding: 3px 9px;
    font-size: 12px;
}



@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 970px;
    }

    .Category img {
        height: 200px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1570px;
    }
}

@media (min-width: 1200px) {

    header .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px 15px;
    }
}

.search-modal .modal-content {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
}

.search-modal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
}

.search-modal .modal-footer {
    border-top: none;
}


.Category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dropdown parent styling */
.nav-item.dropdown {
    position: relative;
}

/* Initially hide the dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    /* Start slightly above */
    transition: all 0.3s ease;
    /* Smooth animation */
    z-index: 1000;
}

/* Show dropdown with animation on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    /* Move to original position */
}

a.dropdown-item.border-bottom.text-light:hover {
    color: #000 !important;
}

.navbar {
    background-color: #fff;
}


.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #8d6443;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}

.back-to-top:hover {
    background-color: #fff;
}

.product-description-tab .nav-tabs .nav-link.active {
    background-color: #8d6443;
    border-color: #8d6443;
    color: #fff;
}

.product-description-tab .nav-tabs .nav-link {
    color: #fff;
}

footer {
    font-family: var(--third-font-family);
}

@media screen and (max-width:992px) {
    .testimonials .testimonials-box .testimonial-item .text {
        font-size: 36px;
    }
}

@media screen and (max-width:450px) {
    .top-header {
        display: none !important;
    }

    .heading h2 {
        font-size: 24px;
    }

    .product-info a {
        font-size: 15px !important;
    }

    .Category img {
        height: 190px;
    }

    .Categories .Category .title {
        font-size: 15px;
    }

    .why-choose-us .item .text {
        padding: 17px;
    }

    .why-choose-us .item .icon {
        padding: 10px;
    }

    .why-choose-us .item .text h3 {
        font-size: 18px;
    }

    .product-service.p-4 {
        padding: 0.5rem !important;
    }

}

@media screen and (max-width:576px) {
    .banner {
        display: none;
    }

    .phone-banner {
        display: block !important;
    }
}

/* Ensure the carousel container spans full width */
.banner .owl-carousel {
    width: 100%;
    /* Full width */
}

.banner .owl-item img {
    width: 100%;
    /* Make sure images cover full width */
    height: auto;
    /* Adjust height proportionally */
}

.banner .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

/* Ensure the carousel container spans full width */
.phone-banner .owl-carousel {
    width: 100%;
    /* Full width */
}

.phone-banner .owl-item img {
    width: 100%;
    /* Make sure images cover full width */
    height: auto;
    /* Adjust height proportionally */
}

.phone-banner .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.product-description-tab .tab-pane p {
    font-family: var(--third-font-family);
}

.nav-tabs {
    font-family: var(--third-font-family);
}

@media screen and (max-width:768px) {
    .search-modal .modal-body .w-50 {
        width: 100% !important;
    }

    .search-modal .modal-body .d-flex {
        display: block;
    }
}

.whatsapp-icon {
    position: fixed;
    bottom: 25px;
    left: 20px;
    z-index: 99;
}