/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Luxurious+Roman&display=swap'); */
/* @import url('https://fonts.cdnfonts.com/css/aguero-serif'); */
/* ==================== POPPINS ==================== */
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* ==================== PLAYFAIR DISPLAY ==================== */
@font-face {
    font-family: 'Playfair';
    src: url('fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair';
    src: url('fonts/Playfair_Display/static/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


* {
    font-family: "Poppins",
        sans-serif;
    scroll-margin-top: 120px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 10px;
}

body {
    scrollbar-width: thin;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h3,
h5,
.h4,
h6,
.h6 {
    font-family: "Playfair",
        sans-serif;

}


strong {
    font-weight: 600;
}

.bg-black {
    background-color: #000000 !important;
}

.btn-dark {
    background-color: #000000;
}

.btn-dark:hover {
    background-color: #1e1e1e !important;
    border-color: #1e1e1e;
}

.text-dark {
    color: #000000 !important;
}

/* ====================== */
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: transparent;
    color: #FFFFFF;
    z-index: 999;
    padding: 10px 0;
    transition: all .2s ease-in-out;
    border-bottom: 1px solid #F2F2F2;
}

header.scrolled {
    background-color: #FFFFFF;
    color: #000000;
    border-bottom: 1px solid #7B0674;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    transition: all .2s ease-in-out;
}

.navbar-md {
    display: none;
}

.navbar-logo {
    text-decoration: none;
}

.toggle-menu {
    font-size: 13px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    padding: 1rem .5rem;
    border-radius: 5px;
    margin: 0;
    line-height: 0;
    background: #F2F2F2;
    color: #000000;
    font-weight: 500;
}

.navbar ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
}

.navbar ul a {
    text-decoration: none;
    font-size: 16px;
    color: inherit;
    transition: .2s;
    font-family: "Playfair",
        sans-serif;
}

.navbar ul a:hover {
    color: #7B0674;
}

.navbar .active {
    color: #7B0674;
    font-weight: 600;
}

/* ====================== */
.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    padding-top: 100px;
}

.index-page-hero {
    min-height: 100dvh;
    background: linear-gradient(to top, #00000010, #00000010),
        url(image/hero-img.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    padding-top: 100px;
}

.hero h1 {
    font-size: 40px;
    font-weight: 600;
}

.hero button {
    font-size: 14px;
    font-weight: 600;
    padding: 1rem 4rem;
}

.hero-img1,
.hero-img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 90dvh;
}

.hero-img1 {
    right: 170px;
}

@media (max-width:1020px) {

    .hero-img1,
    .hero-img2 {
        display: none;
    }

}

/* ====================== */
section {
    padding: 3rem 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;

}

/* .section-title {
    color: #7B0674;
} */

.section-header a {
    text-decoration: none;
    line-height: normal;
}

/* ======================= */

.category {
    background-color: #f2f2f2;
    /* background-color: #7B0674; */
    /* color: #FFFFFF; */
}


.category .card,
.category .card-body {
    background-color: #4a4339;
    padding: 0;
    box-shadow: none;
    border: none;
    height: 250px;
}

.category .card-body {
    overflow: hidden;
}

.category .card-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 30px;
    color: #FFFFFF;
    padding: 1rem;
    background-color: #00000065;
    font-family: "Playfair",
        sans-serif;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category img {
    object-fit: cover;
    -o-object-fit: cover;
    height: 100%;
    width: 100%;
}

.category .card-text:hover {
    background-color: #000000d9;
}

/* ======================= */
.custom-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.custom-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00000080;
    background-color: transparent;
    cursor: pointer;
    transition: .2s;
    margin: 0 !important;
    padding: 0;
    color: #000000;
}

.custom-prev:hover,
.custom-next:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 4px #00000020;
}

.custom-prev:active,
.custom-next:active {
    transform: translateY(1px);
}


.product-section .card,
.product-section .card-body {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
}


.product-section .product-img-container {
    display: block;
    text-align: center;
    border: 1px solid #00000080;
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    position: relative;
    background-color: #FFFFFF;
}

.product-section .product-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-section p {
    margin: 0;
    margin-bottom: 5px;
    font-size: 15px;
}

.product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-section button {
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    margin-top: 1rem;
}

/* ======================= */

/* ======================= */
.outer {
    margin: 0 auto;
    max-width: 800px;
}

#big .item {
    background: #FFFFFF;
    text-align: center;
    height: 400px;
}

#big .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#thumbs .item {
    background: #FFFFFF;
    height: 70px;
    padding: 0px;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
    border: 1px solid #00000035;
    transition: .2s;
}

#thumbs .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#thumbs .item:hover {
    opacity: 1;
}

#thumbs .current .item {
    background: #FFFFFF;
    opacity: 1;
}

.custom-prev,
.custom-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #000000;
    margin: auto;
    background-color: #FFFFFF;
    font-size: 13px;
    color: #000000;
}

/* ======================= */

.news-letter h1 {
    font-size: 40px;
    text-transform: uppercase;
}

.news-letter p {
    font-size: 22px;
    text-transform: uppercase;
}

.news-letter form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #00000080;
    border-radius: 10px;
    padding: 5px 10px;
}

.news-letter input {
    width: 100%;
    padding: 10px 5px;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 15px;
}

.news-letter button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/* ======================= */

footer {
    padding: 3rem 0;
    background-color: #7B0674;
    color: #FFFFFF;
}

footer p {
    font-size: 15px;
    max-width: 600px;
}

.footer-socials {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.footer-socials a {
    background-color: #FFFFFF;
    padding: 8px;
    border-radius: 5px;
    color: #000000;
    text-decoration: none;
    transition: all 0.2s;
    line-height: 0;
}

.footer-socials a:hover {
    background-color: #F2F2F2;
    color: #7B0674;
}

footer h5 {
    margin-bottom: 1.5rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 12px;
}

.footer-links a {
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    width: fit-content;
    line-height: normal;
}

.footer-links a:hover {
    color: #2a0228;
}

/* ======================= */
#searchModalButton {
    cursor: pointer;
}

#searchInput {
    outline: none;
    border: none;
    border-bottom: 2px solid #eeeeee;
    box-shadow: none;
}

#searchInput:focus {
    outline: none;
    border: none;
    border-bottom: 2px solid #7B0674;
}

/* ======================= */
.sorting {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2rem;
    padding: 1rem 0;
    list-style: none;
    border-top: 1px solid #00000080;
    border-bottom: 1px solid #00000080;
}

.sorting p {
    font-size: 15px;
}

.sorting .dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
    font-size: 15px;
    outline: none;
    border: none;
    font-weight: 400;
}

.sorting .dropdown-toggle::after {
    content: none;
}


/* ======================= */
.crumb nav {
    border-top: 1px solid #00000080;
    border-bottom: 1px solid #00000080;
    padding: 1rem 0;
    font-size: 15px;
}

.crumb nav a {
    color: #7B0674;
}

.crumb nav .active {
    color: #00000080;
}

.details-card .card-header {
    background-color: transparent;
}

.details-card .card-body {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
}

.details-card .card-footer {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
}

/* ======================= */
.cartBadge {
    font-size: 10px !important;
}

.cart-details {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.cart-img {
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
}

.cart-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-text {
    font-size: 15px;
}

.cart-text strong {
    font-size: 18px;
}

.remove-cart-item {
    color: #ed0000;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

#qty {
    padding: 8px;
    border-radius: 0;
    margin: 0 !important;
    font-size: 13px;
    font-weight: 600;
}

#qty:focus {
    border-color: #00000080;
    outline: 0;
    box-shadow: none;
}

.decrement-btn,
.increment-btn {
    margin: 0;
}

.cart-page input[type="number"]::-webkit-inner-spin-button,
.cart-page input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-page input[type="number"] {
    -moz-appearance: textfield;
}

/* ======================= */
.contact-socials {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.contact-socials a {
    background-color: #000000;
    padding: 8px;
    border-radius: 5px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s;
    line-height: 0;
    font-size: 18px;
}

.contact-socials a:hover {
    background-color: #7B0674;
    color: #FFFFFF;
}

/* ======================= */
.checkout-card {
    transition: all .2s ease-in-out;
}

.checkout-card:hover {
    transform: translateY(-5px);
}

.payment-details {
    background-color: rgba(67, 97, 238, 0.05);
    padding: 20px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-label {
    color: #6c757d;
    font-weight: 500;
}

.detail-value {
    font-weight: 600;
    color: #000000;
}

.timer-container {
    background-color: #000000;
    /* border-radius: 15px; */
    padding: 20px;
    color: #FFFFFF;
    text-align: center;
    margin: 25px 0;
}

.timer-text {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.timer-display {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Poppins", sans-serif;';
    letter-spacing: 3px;
}

.btn-pay {
    transition: all 0.3s ease;
}

.btn-pay:hover {
    transform: translateY(-3px);
}

.payment-icon {
    width: 80px;
    height: 80px;
    /* background: linear-gradient(135deg, #4cc9f0 0%, #3f37c9 100%); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -45px auto 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.security-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #28a745;
    margin-top: 15px;
}

.amount-display {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--dark);
    text-align: center;
    margin: 15px 0;
}

/* .currency {
    font-size: 1.5rem;
    color: #6c757d;
} */

@media (max-width: 768px) {
    .amount-display {
        font-size: 2.2rem;
    }

    .timer-display {
        font-size: 2rem;
    }
}

/* ======================= */
/* ======================= */
/* ======================= */

@media (max-width:769px) {
    .navbar-md {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }

    .navbar {
        display: none;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        transition: all .2s ease-in-out;
    }

    .show-navbar {
        display: flex;
    }

    .navbar .navbar-logo {
        display: none;
    }

    .navbar ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .navbar ul:last-child {
        flex-direction: row;
        margin-top: 1rem;
    }

    .navbar ul:last-child a {
        font-size: 18px;
    }

    .footer-1 {
        order: 1;
    }

    .footer-2 {
        order: 2;
    }

    .footer-3 {
        order: 3;
    }

    .footer-4 {
        order: 4;
    }
}

@media (max-width:577px) {
    .hero h1 {
        font-size: 40px;
        word-wrap: break-word;
    }

    .section-title {
        font-size: 18px;
        font-weight: 600;
    }

    .category .card-text {
        font-size: 16px;
        font-weight: 600;
    }

    .custom-nav button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #00000080;
        background-color: transparent;
        cursor: pointer;
        transition: .2s;
    }

    .product-section .card {
        background-color: transparent;
        padding: 1.5rem;
        box-shadow: 0 .5rem 1rem #00000010;
        border: none;
        border-radius: 20px;
    }

    .product-section .product-img-container {
        border: none;
        height: 200px;
    }

    .news-letter h1 {
        font-size: 35px;
    }

    .news-letter p {
        font-size: 18px;
    }

    footer {
        text-align: center;
    }

    .footer-socials,
    .footer-links {
        justify-content: center;
        align-items: center;
    }

    .cart-details {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 1rem;
        flex-direction: column;
        text-align: center;
    }
}