* {
    font-family: "Inter", sans-serif !important;
}

.garamond-script {
    font-family: "EB Garamond", serif !important;
}

.dancing-script {
    font-family: "Dancing Script", serif !important;
}

@media (max-width: 767.98px) {
    .dancing-script {
        font-size: 1.2rem;
        text-align: center;
    }
}

.primary-bg-color {
    background-color: #202020 !important;
    color: white !important;
}

.primary-color {
    color: #202020 !important;
}

.card-bg-color {
    color: #202020 !important;
}

.secondary-bg-color {
    background-color: #582200 !important;
    color: white !important;
}

.secondary-color {
    color: #582200 !important;
}

.secondary2-bg-color {
    background-color: #feb86e !important;
    color: rgb(0, 0, 0) !important;
}

.secondary2-color {
    color: #feb86e !important;
}

.secondary3-bg-color {
    background-color: #f6e8e8 !important;
    color: rgb(0, 0, 0) !important;
}

.secondary-border {
    border: 1px solid #582200;
}

.secondary3-color {
    color: #f6e8e8 !important;
}

.header-text {
    font-size: 0.8rem;
}

.navlinktext {
    font-size: 0.85rem !important;
    font-weight: 500 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* For Firefox */
}

/* Glass Effect on Input */
.glass-effect-input {
    background: rgba(
        255,
        255,
        255,
        0.2
    ) !important; /* Transparent background */
    border: 0px solid rgba(255, 255, 255, 0.4) !important; /* Subtle border */
    border-bottom-left-radius: 31px !important;
    border-top-left-radius: 31px !important;
    border-bottom-right-radius: 31px !important;
    border-top-right-radius: 31px !important;
    backdrop-filter: blur(8px) !important; /* Frosted glass blur effect */
    -webkit-backdrop-filter: blur(8px) !important; /* Safari compatibility */

    padding: 10px 25px !important; /* Padding inside input */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; /* Slight shadow for depth */
    font-size: 15px !important; /* Adjust font size */
    z-index: 1 !important;
}

.footer-div h6 {
    font-size: 14px;
}

.footer-div img {
    height: 12px;
}

.footer-div a {
    font-size: 14px;
    align-items: center;
    color: rgb(186, 186, 186) !important;
}

.footer-div a:hover {
    font-size: 14px;
    color: rgb(241, 241, 241) !important;
}

.bg-grey {
    background-color: rgb(241, 241, 241) !important;

}

.footer-copy {
    width: 100%;
    background: black;
    color: rgb(186, 186, 186);
    text-align: center;
    padding: 15px;
    font-size: 13px;
}

img {
    transition: all 0.3s ease-in-out;
}

.card-div-animation:hover {
    transition: transform 0.2s ease; /* Smooth zoom effect */
    transform: scale(1.02);
}

.section-heading {
    font-weight: 800;
}

.section-title-grey {
    font-size: 14px;
    color: #929292;
}

.section-title {
    font-size: 14px;
}

.section-text {
    font-size: 14px;
}

.section-text-grey {
    font-size: 12px;
    color: #cbcaca;
}

.section-sub-text {
    color: #d7d7d7;
    font-size: 11px;
}

.section-sub-text-dark {
    font-size: 11px;
}

.text-grey {
    color: #bbbbbb !important;
}

.login-page-div {
    height: 100vh !important;
}

.login-image {
    height: 100vh !important;
    object-fit: cover;
    width: 100%;
}

.login-input {
    border: 1px solid !important;
    border-radius: 30px !important;
    padding: 8px 15px !important;
    font-size: 14px !important;
}

@media (min-width: 769px) {
    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-85 {
        width: 85% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-40 {
        width: 40% !important;
    }

    .w-md-30 {
        width: 30% !important;
    }

    .w-md-20 {
        width: 20% !important;
    }

    .w-md-10 {
        width: 10% !important;
    }
}

@media (max-width: 768px) {
    .w-50 {
        width: 50% !important;
    }

    .w-40 {
        width: 40% !important;
    }

    .w-30 {
        width: 30% !important;
    }

    .w-100 {
        width: 100% !important;
    }

    .w-75 {
        width: 75% !important;
    }

    .w-85 {
        width: 85% !important;
    }

    .w-60 {
        width: 60% !important;
    }

    .w-10 {
        width: 10% !important;
    }

    .w-20 {
        width: 20% !important;
    }
}

.carousel-indicators {
    margin-bottom: -3rem !important;
}

.carousel-indicators [data-bs-target] {
    background-color: black !important;
}

.footer-bg {
    background-size: cover; /* Ensures the image covers the full width and height */
    width: 100vw; /* Full viewport width */
    height: auto; /* Adjust height based on content */
    margin: 0; /* Removes any default margin */
    padding: 0; /* Removes any default padding */
}

.about-section1-image-div {
    position: relative;
    overflow: hidden;
}

.about-section1-image-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    background: rgba(0, 0, 0, 0.6); /* Black overlay with 50% opacity */
    z-index: 1; /* Overlay above the image */
}

.about-section1-image-div h3 {
    position: absolute;
    top: 50%; /* Vertically center */
    left: 50%; /* Horizontally center */
    transform: translate(-50%, -50%); /* Center the text perfectly */
    color: white; /* Text color */
    font-weight: bold; /* Optional: Bold text */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); /* Optional: Add a shadow for better readability */
    z-index: 2; /* Ensure it stays on top of the image */
}

.about-section1-image {
    position: relative;
    width: auto;
    height: 40vh;
    z-index: 0; /* Ensure the image is below the overlay */
}

.quantity {
    display: flex;
    border: 1px solid grey;
    border-radius: 0px;
    overflow: hidden;
    width: 104px;
    height: 37px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quantity a {
    background-color: #ffffff;
    color: #000000;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
    text-decoration: none;
}

.quantity a:hover {
    background-color: #dddddd;
}

.input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
    border: 1px solid grey;
    border-top: 0px;
    border-bottom: 0px;
}

.section11-button {
    width: 120px !important;
    border-top-left-radius: 31px !important;
    border-radius: 52px !important;
    position: absolute !important;
    right: 0% !important;

    height: 100% !important;
    z-index: 2 !important;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .content h3 {
    font-weight: 400;
    font-size: 34px;
}

.faq .content p {
    color: color-mix(in srgb, black, transparent 30%);
}

.faq .faq-container {
    margin-top: 15px;
}

.faq .faq-container .faq-item {
    position: relative;
    padding: 0px 0px;
    overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
    margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    /* margin: 0 30px 0 32px; */
    transition: 0.3s;
    cursor: pointer;
}

.faq .faq-container .faq-item h3 span {
    color: grey;
    padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
    color: grey;
}

.faq .faq-container .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden;
}

.faq .faq-container .faq-item .faq-icon {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 22px;
    line-height: 0;
    transition: 0.3s;
    color: grey;
}

.faq .faq-container .faq-item .faq-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 0;
    transition: 0.3s;
    cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
    color: grey;
}

.faq .faq-container .faq-active h3 {
    color: grey;
}

.faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: grey;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    margin-left: 50px;
    margin-right: 50px;
}

.slider .slide .card {
    width: 400px;
}
