@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

@font-face {
    font-family: "moela";
    src: url('static/assets/font/MOELA.ttf');
}

h1 {
    font-family: "moela";
    color: #8A2320;
}

.headerData {
    margin: 30px 0;
}

.searchInput input {
    border: 2px solid #D8D8D8;
    width: 80%;
    height: 40px;
    border-radius: 25px;
    padding: 0 20px 0 35px;
}

.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #8A2320 !important;
}


.searchInputMag {
    position: absolute;
    top: 11px;
    left: 12px;
}

.searchInput input::placeholder {
    color: #b16765;
    font-size: 15px;
}

.searchInputMag i {
    color: #8a241d;
    line-height: 0px;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 65px;
}

.headerIcons {
    display: flex;
    justify-content: flex-end;
}

.headerIcons ul {
    display: flex;
    gap: 25px;
    margin: 0;
}

.headerIcons ul li {
    list-style: none;
}

.headerIcons ul li a img {
    width: 26px;
}

.shopItems {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8A2320;
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: -8px;
    left: 10px;
}

.navbar {
    background: #F8F8F8;
    padding: 18px 0 !important;
}

.navlinks {
    width: 100%;
}

.navlinks ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 15px;
}

.navlinks ul li {
    list-style: none;
}

.navlinks ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 13px;
    color: #464646;
}

.navlinks ul li a img {
    width: 21px;
    height: auto;
}

.navlinks ul li a span {
    white-space: nowrap;
    font-size: 15px;
}

/* ---- swiper ---- */

.swiper {
    width: 100%;
    /* height: 100%; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #444; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.hero-section {
    padding: 30px 0;
}

.swiper-pagination-bullet {
    background-color: #85858566 !important;
    opacity: 1 !important;
}

/* Active bullet */
.swiper-pagination-bullet-active {
    background-color: #A58B7A !important;
}


.categorySec {
    padding: 30px 0;
}

.categoryGrid {
    padding-top: 40px;
}

.decorative img {
    width: 100%;
    max-width: 290px;
}

.section-title {
    margin: 0 50px;
}

.category-img {
    /* height: 325px !important; */
    object-fit: cover;
    /* border-radius: 8px; */
}

.perfectMatch {
    margin-top: 60px;
    background: #826C55;
    height: 60px;
    width: 100%;
    transform: rotate(-1deg);
    transform-origin: left center;
    display: flex;
    align-items: center;
}

.perfectMatch h1 {
    color: #fff;
    margin: 0;
    /* font-size: 20px; */
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.perfectCategory {
    margin-bottom: 60px;
}

.bgVector {
    background-image: url('static/assets/images/Box1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 60vh;
    display: block;
}

.perfectCategory a {
    text-decoration: none;
}

.matchCard,
.matchCard2,
.matchCard3,
.matchCard4 {
    top: -20px;
    height: 140px;
    width: 2px;
    background-color: #826C55;
}

.matchCard2 {
    top: -20px;
    height: 200px;
}

.matchCard3 {
    top: -20px;
    height: 105px;
}

.matchCard4 {
    top: -20px;
    height: 156px;
}

.frameBorder {
    border: 2px solid #826C55;
}

.frameBorder span {
    color: #8A2320;
}

.framePosition {
    position: relative;
    top: -20px;
}

.framePosition2 {
    top: -20px;
}

.framePosition3 {
    top: -20px;
}

.framePosition4 {
    top: -20px;
}

.productsBgColor {
    background: #FFF9F2;
    margin-top: 40px;
    padding: 0 90px;
    padding-bottom: 60px;
}


.ProductSwiper a {
    text-decoration: none;
}

.product-button-next,
.product-button-prev {
    background: #8A2320;
    color: white;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 40px;
}

.product-button-next {
    border-radius: 10px 0 10px 0;
}

.product-button-prev {
    border-radius: 0 10px 0 10px;

}

.product-button-next i,
.product-button-prev i {
    line-height: 0px;
}

.product-title {
    text-align: start;
    color: #464646;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 24px;
}

.product-price {
    display: flex;
    gap: 10px;
}

.current-price {
    font-size: 16px;
    color: #8A2320;
    font-weight: 500;
}

.original-price {
    font-size: 17px;
    color: #464646;
    font-weight: 500;
}

.features-section {
    padding: 40px 40px 0 40px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .feature-item img {
    width: 40px;
} */

.feature-item i {
    font-size: 40px;
    color: #BE8A47;
}


.feature-item h3 {
    font-size: 17px;
    margin-top: 10px;
}

.gift-sec {
    background-image: linear-gradient(to right top, #1c1712, #3b2b20, #603f32, #885348, #b26764);
    /* height: 350px; */
    /* padding: 0 60px !important; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.gift-content {
    /* margin-top: 60px; */
    padding: 60px 0 60px 60px;
}

.gift-heading {
    font-size: 38px;
    color: white;
}

.gift-description {
    color: white;
}

.button-wrapper {
    background-image: url('/static/assets/images/button frame.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

    width: 220px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.explore-button {
    text-decoration: none;
}

.explore-button button {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.explore-button:hover {
    color: #000;
}

.gift-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gift-image img {
    max-width: 100%;
}

.aboutUS {
    background-image: url('/static/assets/images/About CRD.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: left;
}

.about-content2 {
    width: 100%;
    max-width: 800px;
}

.about-content2 h1 {
    color: white;
    font-size: 36px;
    font-weight: bold;
}

.about-content2 p {
    color: white;
    font-size: 16px;
    margin: 20px 0;
    line-height: 1.6;
}


.footer {
    background-color: #fff1e3;
    padding: 60px 100px;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

/* 
.footer-head {
    display: flex;
    justify-content: center;
} */

.footer-head h3 {
    color: #404040;
}

.footer-list li {
    background: transparent !important;
    border: none !important;
    padding: 0.5rem 0 !important;
}

.footer-list h5 {
    font-family: Gotham;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 13px;
    color: #8b231d;
    border-left: 3px solid #8b231d;
    height: 18px;
    display: flex;
    align-items: center;
    padding-left: 4px;
}

.footer-list li a {
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 13px;
    color: #222222;
    text-decoration: none;
}

.list-group-item span {
    font-size: 15px;
    color: #222222;
}

.footer-list li a span {
    margin-right: 8px;
}

.footer-input {
    width: 80%;
}

.footer-btn {
    width: 20%;
}

.footer-list input {
    padding: 10px 10px;
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 8px 0 0 8px;
}

.footer-list input::placeholder {
    font-size: 15px;
}

.footer-list input:focus {
    outline: none;
}

.footer-list button {
    width: 100%;
    padding: 15px 0px;
    border-radius: 0 8px 8px 0;
}

.footer-icons {
    gap: 10px;
    margin-top: 15px;
}

.footer-icons a {
    color: #222222;
}

.footer-icons i {
    font-size: 18px;
    border: 1px solid #d8d8d8;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    color: #8b231d;
}

.footer-icons i:hover {
    background: #8A2320;
    color: #fff;
}

.copy-right {
    background: #8A2320 !important;
    padding: 15px 0;
}

.copy-right p {
    color: white;
    text-align: center;
    margin: 0;
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
}

.footer-list button {
    width: 100%;
    padding: 14px 0px;
    border-radius: 0 8px 8px 0;
    font-weight: 500;
    background: #8A2320;
    font-size: 14px;
    color: #FFFFFF !important;
    border: none;
}


/* --------------- Store page ----------  */


.store-location {
    margin: 60px 0;
}

.store-location-header {
    margin-bottom: 40px;
}

.storeBtn a {
    text-decoration: none;
    background: #8A2320;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 10px;
    transition: background 0.3s ease;
    text-align: center;
}

.storeBtn a i {
    line-height: 0px;
}

.storeBtn a:hover {
    background: #6e1a18;
    color: #fff;
}

.address-card {
    padding: 20px;
    border: 1px solid #e5e7eb;
    color: #464646;
    border-radius: 10px;
    background-color: #fff;
}

.address-card h2 {
    color: #A87026;
    font-size: 20px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.address-card p,
.address-card span {
    font-size: 15px;
    margin-bottom: 0.5rem;
}

.pin-direction iframe {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 450px;
}

/* Responsive tweaks */
@media (max-width: 576px) {
    .storeBtn a {
        width: 100%;
    }
}




/* --------------------- Responsive Css -----------------  */

@media (max-width:767px) {

    .headerIcons ul {
        gap: 10px;
    }

    .logo img {
        width: 48px;
    }

    #hid {
        display: none;
    }

    .menuView i {
        color: #8A2320;
    }

    .headerIcons ul li a img {
        width: 22px;
    }

    .headerData {
        margin: 15px 0;
    }

    .hero-section {
        padding: 15px 0;
    }

    .categorySec {
        padding: 15px 0;
    }

    .categoryGrid {
        padding-top: 15px;
    }

    .perfectMatch {
        margin-top: 40px;
    }

    .searchInputMob {
        padding: 0 10px;
    }

    .searchInputMob input {
        width: 100%;
    }

    .searchInputMag {
        left: 20px;
    }

    .mobile-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        max-width: 380px;
        background-color: #fff;
        z-index: 9999;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    }

    .mobile-sidebar.active {
        transform: translateX(0);
    }

    .sidebar-content {
        padding: 20px;
    }

    .sidebar-header {
        margin-bottom: 30px;
    }

    .navlinks li {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .closeSidebar {
        background: #8A2320;
        color: #fff;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navlinks {
        list-style: none;
        padding: 0;
    }

    .navlinks a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #333;
        text-decoration: none;
        font-size: 14px;
    }

    .navlinks a img {
        width: 24px;
        height: 24px;
    }

    .category-img {
        height: 250px;
    }

    .productsBgColor {
        padding: 0px 15px;
    }

    .about-content2 h1 {
        font-size: 28px;
    }

    .gift-content {
        padding: 25px 0 25px 0px;
    }

    .perfectCategory {
        margin-bottom: 30px;
    }

    .matchCard,
    .matchCard2,
    .matchCard3,
    .matchCard4 {
        height: 70px;
    }

    .gift-heading {
        font-size: 32px;
    }

    .gift-description {
        font-size: 15px;
    }

    .ProductSwiper {
        padding-top: 0px;
        margin-top: 20px;
    }

    .aboutUS {
        height: auto;
    }

    .about-content2 {
        background: rgba(0, 0, 0, 0.4);
        padding: 20px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-content2 p {
        font-size: 14px;
    }

    .aboutUS {
        padding: 30px 15px;
        text-align: center;
    }

    .product-button-next,
    .product-button-prev {
        margin-top: 10px;
        width: 37px;
        height: 37px;
        margin-bottom: 20px;
    }

    .product-title,
    .current-pricem,
    .original-price {
        font-size: 15px;
    }

    .product-price {
        text-align: initial;
    }


    .category-img {
        height: auto !important;
    }

    .features-section {
        padding: 60px 20px 0 20px;
    }

    .feature-item h3 {
        font-size: 15px;
    }

    .feature-item i{
        font-size: 30px;
    }


    /* -------- footer --------  */


    .footer {
        border-radius: 20px 20px 0px 0px;
        padding: 30px 6px 7px;
        margin-top: 30px;
    }

    .footer-head {
        display: block;
        margin-bottom: 20px;
    }

    .today-rate {
        padding: 0;
    }

    .today-rate h6 {
        font-size: 12px;
    }

    .today-rate h5 {
        display: none;
    }

    .footer-btn button {
        display: block;
        font-size: 14px;
    }

    .copy-right p {
        font-size: 14px;
    }

    /* ---------------  */


}

@media (max-width: 576px) {
    .category-img {
        height: 200px;
    }
}




/* @media (min-width: 1200px) {
  .decorative {
    position: absolute !important;
  }
} */