body {
    font-family: 'Arapey' !important;
    color: #333333;
}

nav {
    box-shadow: 0px 4px 15px 0px #00000033;
    background: var(--Neutral-White, #FFFFFF);

}

h1 {
    font-weight: 400;
    font-size: 96px;
    line-height: 80px;
    color: #FFFFFF !important;


}

h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 68px;
    color: #333333 !important;
}

.hero-content h2 {
    color: #fff !important;
}

.coperate-section1 h2 {
    font-size: 40px;
    line-height: 45px;
}

.faq-number {
    border-radius: var(--XLG, 100px);
    border: 1px solid var(--Primary-Pink5, #FF97AE);
    background: var(--Primary-Pink1, #FFDFE6);
    box-shadow: 0px 4px 0px 0px var(--Primary-Pink5, #FF97AE);
    padding: var(--Spacing-XSM, 4px) var(--Spacing-XXLG, 24px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #333333;
    font-family: var(--font-family-body, Raleway);
    font-size: var(--font-size-lg, 18px);
    /* border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold; */
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
    margin-bottom: 30px;
}

.blog-card .card-title {
    margin-top: 20px;
    margin-bottom: 15px;
    color: var(--Font-Grey1, #333);
    /* H4 */
    font-family: var(--font-family-title, Arapey);
    font-size: var(--font-size-xl, 26px);
    font-style: italic;
    font-weight: 400;
    line-height: var(--font-line-height-xl, 30px);
    /* 123.529% */
}

.accordion .text-muted {
    font-family: 'Raleway';
    font-size: 16px;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    font-family: 'Arapey';
    font-size: 22px;
    font-style: italic;
    color: #333333;
}

.faq-icon {
    transition: transform 0.3s ease;
}

.faq-toggle[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

.accordion-button::after {
    display: none;
}

section {
    padding-top: 100px !important;
    ;
    padding-bottom: 100px;
}

.custom-shape {
    width: 70%;
}

.nav-item {
    color: var(--Font-Grey1, #333);
    font-family: var(--font-family-body, Raleway);
    font-size: var(--font-size-lg, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-lg, 32px);
}

.para {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333 !important;
    font-style: italic;
    font-family: 'Raleway';
    font-style: normal;
    align-items: center;
    text-align: center;
}

.hero-content p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;


}

.coperate-section1 .col-lg-7 {
    display: flex;
    justify-content: center;
    /* Centers horizontally */
    align-items: center;
    /* Centers vertically */
}

.nav-tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px;
    top: 700px;
    background: #E8EBF1;
}

.book .nav-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    justify-content: center;
    align-items: center;
    padding: 0px 12px 0px;
    margin: 0 auto;
    font-family: 'Caviar Dreams';
    color: #333333;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    gap: 10px;

    border-radius: var(--MD, 8px);
    border: 1px solid var(--Grey-Active, #808DB1);
    background: var(--Neutral-White, #FFF);
    box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.15);
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;

}

.card-title {
    font-family: 'Arapey';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-style: italic;
}

.card-body p {
    margin-bottom: 0px !important;
    font-family: 'Raleway', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    /* or 140% */
    display: flex;
    align-items: center;

    /* Grey 1 */
    color: #333333;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.progress-bar {
    background-color: #4667FF;
}

.progress {
    height: 6px;
}
.benefit-card .card-title{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
}
.benefit-card .btn-pink{
    font-family: 'Raleway' !important;
}
/* Slider */
.btn-join {
    display: flex;
    padding: var(--Spacing-LG, 12px) var(--Spacing-XXLG, 24px);
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: var(--XLG, 100px);
    background: var(--Grey-Default, #E8EBF1);
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
}

.btn-pink {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    width: 420.49px;
    height: 48px;
    background: #FF97AE;
    border-radius: 100px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.card-body span {
    font-family: 'Raleway';
    font-size: 14px;
}

.nav-tabs .nav-link.active {

    justify-content: center;
    align-items: center;
    padding: 0px 12px 24px;

    margin: 0 auto;
    width: 100%;
    height: 48px;
    background-color: #E8EBF1;
    border-bottom: 5px solid #808DB1;
    font-family: 'Caviar Dreams';
    color: #333333;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;

}

.hero {
    position: relative;
    background: url('../images/BG.svg') no-repeat center center/cover;
    height: 90vh;
    color: white;
    display: flex;
    align-items: center;
}

.coperate_events {
    background: url('../images/Rectangle 2 (2).png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    height: 100vh;
    color: white;
    display: flex;
    align-items: center;

}

.gift-banner {
    background: url('../images/BG\ \(1\).svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    height: 100vh;
    color: white;
    display: flex;
    align-items: center;


}

.shopnow {
    background: url('../images/Rectangle\ 23.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    height: 100vh;
    color: white;
    display: flex;
    align-items: center;

}

.private_art {
    position: relative;
    background:
        url('../images/Banner\ \(2\).svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    height: 100vh;
    color: white;
    display: flex;
    align-items: center;
}

.art-title {
    font-family: 'Arapey' !important;
    font-style: italic !important;
    font-weight: 400 !important;
    font-size: 34px !important;
    line-height: 42px !important;
    color: #333333 !important;
}

.shop strong {

    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

.shop p {
    font-family: 'Raleway', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
}












.custom-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    color: black;
    background-color: white;
    border: 0;
    text-decoration: none;
    font-weight: 300;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-family: 'Raleway';
}

.custom-button::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid white;

    transition: all 0.3s ease-in-out;
}

.custom-button:hover::after {
    left: 0;
    top: 0;
}

.custom-button:not(:last-child) {
    margin-right: 20px;
}





.custom-button1 {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    color: black;
    background-color: #E8EBF1;
    border: 0;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-family: 'Raleway' !important;
}

.custom-button1::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #E8EBF1;

    transition: all 0.3s ease-in-out;
}

.custom-button1:hover::after {
    left: 0;
    top: 0;
}

.custom-button1:not(:last-child) {
    margin-right: 20px;
}

/* How can we help? */

.custom-button2 {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #333;
    border: 0;
    text-decoration: none;
    font-weight: 300;
    position: relative;
    transition: all 0.3s ease-in-out;
    font-family: 'Raleway';
}

.custom-button2::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    transition: all 0.3s ease-in-out;
}

.custom-button2:hover::after {
    left: 0;
    top: 0;
}

.custom-button2:not(:last-child) {
    margin-right: 20px;
}


.whatsapp {
    position: fixed;
    z-index: 9999;
    padding: 10px 12px;
    background: #25D366;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-color: #25D366 !important;
    right: 0px;
    border-radius: 50px 0px 0px 50px;
    font-family: 'Raleway' !important;
    font-weight: 500;

}

.tab-wrapper {

    border-radius: 10px;
    background-color: #f4f9fc;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #d4e2ef;
}

.tab-buttons button {
    border: 3px solid var(--Information-Light, #DAEAFF);
    background: var(--Neutral-White, #FFF);
    flex: 1;
    padding: 15px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.tab-buttons button.active {
    background-color: #d5eafc;
    font-weight: 600;
}

.tab-content-custom {
    padding: 25px;
    background-color: #fff;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.privacy-policy h4 {
    font-family: 'Arapey' !important;
    font-weight: 400;
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.pp {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.content h5 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.pa {
    color: #666666;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.content p,
.content ul,
.content li {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.accordion-button {
    background-color: #fff;
    border: 2px solid #888;
    border-radius: 10px !important;
    margin-bottom: 15px;
    font-style: italic;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    font-family: 'Arapey' !important;
    font-style: italic;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item {
    border: none;
}

.accordion-collapse {
    background-color: #fff;
    padding: 0 1rem 1rem 1rem;
}

.accordion-body {
    font-style: normal;
}

h2.accordion-header {
    margin-bottom: 0;
}





.quantity-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #aaa;
    border-radius: 5px;
    width: 150px;
    overflow: hidden;
    margin-bottom: 20px;
}

.quantity-box button {
    width: 40px;
    height: 40px;
    background-color: white;
    border: none;
    font-size: 1.5rem;
}

.quantity-box input {
    width: 60px;
    height: 40px;
    text-align: center;
    border: none;
    font-size: 1.2rem;
}

.btn-buy {
    background-color: #f88ca5;
    color: white;
    border-radius: 20px;
    padding: 10px 30px;
    border: none;
}

.btn-buy:disabled {
    opacity: 0.6;
}


.order-summary {
    border-left: 1px solid #ddd;
    padding-left: 40px;
}



.order-summary1 {
    background-color: #F7F6E2;
    padding: 20px;
    border-radius: 10px;
}

.lock-icon {
    font-size: 0.9rem;
    color: gray;
}

.price-label {
    font-weight: bold;
    font-size: 1.3rem;
}

.row-left {
    padding-right: 400px;
}


form label {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0%;
}

.ordersummary1 {
    font-family: 'Raleway', sans-serif !important;
}

.amount {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0%;
}

.blog-card img {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;

}

.blog-section img {
    border-radius: 10px;
}

.blog-card {
    margin-bottom: 2rem;
    padding: 0px 50px;
}


.customer-details {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0%;

}

.shipping {
    padding: 20px 20px;
    background-color: #DAEAFF;
    border-bottom: 1px solid #E8EBF1;
    border-radius: 10px;

}

.blog-heading1 {
    font-family: 'Arapey', sans-serif !important;
    font-weight: 400;
    text-align: left;
    font-style: italic;
    font-size: 40px;
    line-height: 36px;
    color: #333333 !important;
}

.blog-section p,
.blog-section ul,
.blog-section li {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;

    color: #666666 !important;
}

.blog-heading2 {
    font-family: 'Arapey', sans-serif !important;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    font-style: italic;
}
















@media (max-width: 576px) {
    .tab-buttons button {
        padding: 10px;
        font-size: 14px;
    }
}

.events-section {
    padding: 60px 0;
    text-align: center;
}

.event-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.event-card span {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    line-height: 42px;
}

.event-card img {
    width: 100%;
}

.event-card:hover {
    border: 1px solid var(--Tertiary-Yellow5, #E7E4AA);
    box-shadow: 8px 8px 10px 0px #00000040;
    padding: 10px;
    top: 30px;

}

.event-card1 img {
    width: 100%;
    gap: 10px;
    padding: 10px;


}

.help-section li {
    margin-bottom: 10px;
}

.event-card1 span {
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
    font-family: 'Raleway';
    text-decoration: none !important;
    color: #333333;
}











.testimonial-card {
    background: #f8f9fa;
    padding: 20px;

}

.arrow {
    float: right;
}

.slide-content {
    position: relative;
    width: 100%;
    height: 600px;
    /* Adjust height as needed */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Create the hover background effect */
/* .slide-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.6) 45.9%, #333333 100%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
} */

/* Show background effect on hover */
.slide-content:hover::after {
    position: absolute;
    text-align: left !important;
    bottom: 0;
    left: 0;
    padding: 120px 18px 24px;
    gap: 4px;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.499) 45.9%, #333333 100%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 100%;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
    color: #fff !important;
}

/* Hide the text-content initially */

.text-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;

    color: white;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}



.text-content:hover {
    position: absolute;
    text-align: left !important;
    bottom: 0;
    left: 0;
    padding: 120px 18px 24px;
    gap: 4px;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.499) 45.9%, #333333 100%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 100%;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
    color: #fff !important;
}

.slide-content:hover .text-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.text-content h2 {

    /* H4 */
    font-family: 'Arapey';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    /* identical to box height, or 124% */
    display: flex;
    align-items: center;

    color: #FFFFFF !important;


    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;


}

.logo-brand img {
    max-height: 60px;
    object-fit: contain;
    max-width: 100px;
}

@media (max-width: 576px) {
    .logo-brand img {
        max-width: 70px;
        max-height: 40px;
    }
}

.text-content p {

    /* Caption 1- Semibold */
    font-family: 'Arapey';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* or 167% */
    display: flex;
    align-items: center;

    color: #FFFFFF !important;


    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}

.brand-logo {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

/* Remove border from the last logo in each carousel item */
.carousel-item .d-flex img:last-child {
    border-right: none;
}

.Testimonials {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    margin: 40px 0px;
}

.Testimonials_title h2 {
    font-size: 42px;
    letter-spacing: -2px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-align: center;
    color: var(--first_color);
}

.Testimonials_title>p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: 300;
    text-align: center;

}


.testimonials_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}


.testimonials_container_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.testimonials_content {
    position: relative;
    transition: all .3s ease-in-out;
    transform: scale(0.9);
    opacity: 0.9;
    background-color: #FFFFFF;
    border: 1px solid var(--Tertiary-Yellow5, #E7E4AA);
    box-shadow: 6px 6px 10px 0px #0000001A;
    border-radius: 10px;

}

.testimonials_avatar {

    width: 90px;
    height: 90px;
    z-index: 1;
}

.testimonials_avatar img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 6px solid #fff;
    box-shadow: 0 9px 26px rgba(58, 87, 135, 0.1);
}

.testimonials_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 532;
    padding: 22px 20px;
    gap: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

.testimonials_text p {
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    margin: 0;
}

.testimonials_container {
    position: relative;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}


.carousel-item.active .testimonials_text {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

.testimonials_text span {

    font-family: 'Caviar Dreams';
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
    color: #333333;
}

.testimonials_text_after {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: var(--fifth-color);
    opacity: .3;
    font-size: 35px;
    transition: all 400ms linear;
    bottom: 25px;
    right: 30px;
}

.testimonials_text_before {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: var(--fifth-color);
    opacity: .3;
    font-size: 35px;
    transition: all 400ms linear;
    top: 25px;
    left: 30px;
}


.testimonial-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
}

.carousel-item .testimonial-card {
    opacity: 0.6;
    transform: scale(0.9);
}

.carousel-item.active .testimonial-card {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.testimonial-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials_information p {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Arapey';
    text-align: left !important;
}

.testimonials_information h4 {
    font-weight: 400;
    font-size: 12px;
    padding-top: 6px;
    color: var(--second-color);
    ;
}

.testimonials_container_center .active {
    opacity: 1;
    transform: scale(1.0);

}

.testimonials_container_center .active .testimonials_text {
    background: var(--fourth-color);

}

/* 
.img-padding img{
    height:500px;
    width:700px;
}
 */

.contact-form-curve {
    background-color: #EFEDC6;
    border-radius: 512px 512px 0px 0px;
    padding: 100px 198px;

    font-size: 14px;
}


form {
    font-family: 'Caviar Dreams', sans-serif;



}

.star-rating {
    color: #DCAC00;


}

/* .form-container {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: auto;
} */

.form-control,
.form-select {
    border-radius: 5px;
}

.btn-submit {
    background-color: #6c757d;
    color: white;
}

.btn-submit:hover {
    background-color: #5a6268;
}

.post-header strong {
    font-family: 'Caviar Dreams', sans-serif;
    font-weight: bolder !important;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2D2936;

}

.post-header small {
    font-family: 'Caviar Dreams', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2D2936;

}

.listing-carousel-button {
    position: relative;

    height: 50px;
    z-index: 1;
    cursor: pointer;

    transition: all 200ms linear;
    outline: none;
}

.listing-carousel-button.listing-carousel-button-next {
    padding-right: 20px;
    border-radius: 60px 0 0 60px;
}

.listing-carousel-button.listing-carousel-button-prev {
    padding-left: 20px;
    border-radius: 0 60px 60px 0;
}

.listing-carousel-button.listing-carousel-button-next:hover {
    right: -15px;
    /* background: rgba(6, 27, 65, 0.4); */
}

.listing-carousel-button.listing-carousel-button-prev:hover {
    left: -15px;
    /* background: rgba(6, 27, 65, 0.4); */
}
.testimonials_content:hover {
    opacity: 1;
    transform: scale(1.0);
}

.post {
    max-width: 400px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 0;
}

.post-header {
    display: flex;
    align-items: center;
    padding: 10px;
}

.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.post-icons {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.left-icons i {
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.right-icons i {
    font-size: 20px;
    cursor: pointer;
}

.liked {
    color: red !important;
}

.footer {
    background: var(--Tertiary-Yellow5, #E7E4AA);

    padding: 40px 0;
    font-family: 'Caviar Dreams', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
}

.footer .container {
    max-width: 1200px;
    /* Limits the container width for better layout */
    margin: 0 auto;
    /* Centers the footer */
    padding-left: 30px;
    /* Adds equal spacing on the left */
    padding-right: 30px;
    /* Adds equal spacing on the right */
}

.footer .row {
    display: flex;
    justify-content: space-between;
    /* Ensures equal spacing between columns */
    flex-wrap: wrap;
}


.footer .social-icons {
    display: flex;
    gap: 10px;
    /* Adds spacing between social icons */
}

.footer ul {
    padding-left: 0;
    font-family: 'Raleway';
}

.footer ul li {
    list-style: none;
    margin-bottom: 8px;
}

@media (min-width: 1200px) {
    .footer .container {
        max-width: 1140px;
        /* Keeps a good readable width on big screens */
    }
}

.footer h5 {
    font-weight: bold;
    font-style: italic;
}

.social-icons i {
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s ease;
    color: #333333;
}

.social-icons i:hover {
    color: #6c757d;
}



.heading-section {
    position: relative;
    text-align: center;
    padding: 25px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/h2_bg.png');
    /* Ensure correct path */
}

.benefits-section {
    padding: 60px 0;
    background-color: #fdf7f6;
    /* Light pink background */
    text-align: center;
}

.benefits-title {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.benefits-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 40px;
    background-color: rgba(255, 192, 203, 0.5);
    /* Light pink ellipse */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.benefit-card {
    border: none;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    justify-content: center;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.btn-outline-secondary {
padding:10px 50px;
}
.cart-icon {
    font-size: 20px;
    color: #333;
  }

  .cart-icon:hover {
    color: #f55c7a;
  }
.benefit-card img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.enquire-btn {
    background-color: #f4a6b9;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 16px;
    transition: 0.3s;
    text-decoration: none;
}

.enquire-btn:hover {
    background-color: #e48ea3;
}

/* ✨ Second Column Hover Effect */
.hover-box {
    padding: 20px;
    background: none;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
}

.hover-box p {
    font-size: 20px;
}

.help-section h5 {
    font-family: 'Arapey', sans-serif !important;
    font-size: 30px;
    font-style: italic;
    color: #333333;
}

.help-section ul {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #333333;
    letter-spacing: 0.7px;
}

.help-section img {
    height: 300px;
    width: 350px;
    margin-bottom: 20px;
}

.help-box {
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 10px 15px -3px #0000001A;

}

.event-un h2 {
    font-family: 'Arapey', sans-serif !important;
    font-size: 32px;
    font-weight: 400;

    color: #333333;

}

.gift-today h2 {

    font-family: 'Arapey', serif !important;
    font-style: italic;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #333333;
}

.gift-today p {
    font-family: 'Raleway', sans-serif !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    align-items: center;
    color: #666;
}

.gift-image-container {
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .gift-image-container {
        height: 100%;
    }
}

.gift-today {
    overflow-x: hidden;
    /* Ensure no horizontal scrollbars */
}

@media (min-width: 992px) {
    .gift-today .col-lg-6:first-child {
        padding-left: 3rem;
        padding-right: 2rem;
    }
}

.ps-lg-5 {
    padding-left: 3rem !important;
    /* Bootstrap padding left spacing */
}

.event-un p {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 30px;
}

.form-control,
.form-select {
    align-items: center;
    padding: 12px;
    background: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 5px;
    font-family: 'Raleway';
    font-size:12px;
}

.gift-card {
    font-family: 'Arapey';
    font-style: italic;
    font-weight: 300 !important;
    font-size: 32px;
    line-height: 56px;
    display: flex;
    align-items: center;
    color: #666666;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;

    padding: 24px;
    gap: 32px;
    border-top-width: 2px;
    border-right-width: 2px;
    /* border-bottom-width: 2px; */
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    /* border-bottom-style: solid; */
    border-left-style: solid;
    border-top-color: rgb(102, 102, 102);
    border-right-color: rgb(102, 102, 102);
    /* border-bottom-color: rgb(102, 102, 102); */
    border-left-color: rgb(102, 102, 102);
    border-radius: 12px 12px 0px 0px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

}

.card-ul {

    align-items: flex-start;
    padding: 24px;
    gap: 32px;
    border: 2px solid #666666;
    border-radius: 0px 0px 12px 12px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    align-items: center;
    color: #333333;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.gift-occasion ul li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.gift-occasion hr {
    border-top: 2px solid #999;
    /* or #000 or your brand color */
    margin-left: 0;
    width: 100%;
}

.ready {

    font-family: 'Arapey';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 68px;
    color: #000000;
}

.artist h2 {

    font-family: 'Arapey';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 68px;
    /* identical to box height, or 113% */
    display: flex;
    align-items: center;
    text-align: center;

    color: #000000;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.artist h3 {

    font-family: 'Arapey';
    font-style: italic;
    font-weight: 400;
    font-size: 35px;
    line-height: 56px;
    display: flex;
    align-items: center;
    color: #333333;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.artist p {
    font-family: 'Raleway', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

.contact_pg .form-container {
    padding: 30px 50px;
    gap: 40px;
    background: #EFEDC6;
    border-radius: 60px;
    flex: none;
    order: 0;
    flex-grow: 0;

}

.contact_pg .form-label {

    font-family: 'Caviar Dreams';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #333333;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;


}

.contact-form {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.perfect_occasion h5 {
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    font-style: normal;
}

.perfect_occasion p {
    font-family: 'Caviar Dreams', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
}

.social a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 8px;
    gap: 80px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #666666;
}

.contact-info {
    padding-top: 150px;
}

.event-section {
    position: relative;
    background: url('../images/12.jpg') center/cover no-repeat;
    color: white;
    padding: 80px 0;
}

/* Black overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Adjust opacity as needed */
}

.event-content {
    position: relative;
    z-index: 2;
}

.feature-box {
    margin-bottom: 30px;
    padding: 20px;
}

.feature-title {
    font-weight: 400;
    font-style: italic;
    font-size: 1.3rem;
    font-family: 'Arapey', sans-serif !important;
}

.feature-text {
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
}

.footer .cont {
    display: flex;
    justify-content: flex-end;

}

.book_banner {
    position: relative;
    background: url('../images/Banner\ \(1\).svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    height: 100vh;
    color: white;
    display: flex;
    align-items: center;
}

.ready-para {
    font-size: 18px;
    line-height: 40px;
    color: #666666;
}

.shop img {
    height: 550px;
}

/* media query mobile phone */

@media (max-width: 768px) {
    .custom-button {
        display: inline-block;
        padding: 5px 10px;
        font-size: 10px;
    }
    .shop p {
       
        font-size: 14px;
    }
    .gift-today p {
        font-size: 14px;
        line-height: 25px;
        
    }
    .feature-box {
         margin-bottom:0px;
        padding: 10px;
    }
    .event-card1 span {
        font-size: 12px;

        line-height: 24px;

    }

    .event-card {
        margin-bottom: 20px;
    }

    .event-card span {
        font-size: 12px;
        line-height: 24px;
    }

    .blog-heading1 {

        font-size: 26px;
        line-height: 40px;

    }
.perfect_occasion .benefit-card{
    padding:10px;
}
    .blog-section p,
    .blog-section ul,
    .blog-section li {

        font-size: 15px;
        line-height: 28px;

    }

    .blog-heading2 {

        font-size: 22px;
        line-height: 34px;

    }

    .blog-card {
        margin-bottom: 1rem;
        padding: 0px 10px;
    }

    .row-left {
        padding-right: 0px !important;
    }

    .artist p {
        font-size: 15px;
        line-height: 24px;
    }

    .artist h2 {
        font-size: 28px;
    }

    .artist h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .contact_pg button {
        margin-bottom: 30px;
    }

    .shop p {
        margin: 0;
    }

    .contact_pg .form-container {
        padding: 10px;
    }

    .form-control,
    .form-select {
        border-radius: 5px;
        margin-bottom: 0px;
    }

    .art-title {
        margin-top: 30px !important;
        font-size: 26px !important;
        line-height: 35px !important;

    }

    .shop img {
        height: 350px;
    }

    .ready-para {
        font-size: 22px;
        line-height: 30px;

    }

    .shopnow {
        height: 50vh;
    }

    .gift-card {
        font-size: 24px;
        line-height: 36px;
        padding: 10px;
    }

    .ready {
        line-height: 35px;
        font-size: 28px;
    }

    .card-ul {
        padding: 10px;
    }

    .gift-occasion ul li {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .gift-today h2 {
        font-size: 25px;
    }

    section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .gift-banner {
        height: 50vh;
    }

    .book_banner {
        height: 40vh;
    }

    .private_art {
        height: 60vh;
    }

    .card-title {
        font-size: 18px;
        line-height: 23px;
        color: #12131A;
        font-family: 'Arapey', sans-serif !important;
    }
    .enquire-btn {
        
        padding: 5px 20px;
        font-size: 14px;
        font-family: 'Raleway';
        
    }
    .card-text {
        font-size: 18px;
        line-height: 23px;
        color: #333333;
        font-family: 'Raleway', sans-serif !important;
    }

    .benefit-card {
        height: 400px;
        padding: 7px;
    }
    .benefit-card .card-body {

        padding: 5px;
    }

    .hover-box p {
        font-size: 15px;
    }





    .para {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .hero {
        height: 60vh;
    }

    .contact-info {
        padding-top: 10px;
    }

    .coperate-section1 h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .help-section img {
        height: 200px;
        width: 200px;
    }

    .event-un {
        padding: 20px;
    }

    .contact-form-curve {
        border-radius: 100px 100px 0px 0px;
        padding: 20px 20px;
        font-size: 14px;
    }

    .event-un h2 {
        font-size: 24px;
    }

    .event-un p {
        font-size: 14px;
        line-height: 25px;
    }

    .hero-content p {
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }
    h1 {
        font-size: 32px;
        line-height: 20px;
    }

    h2 {
        line-height: 38px;
        font-size: 30px;
    }

    .slide-content {
        height: 200px;
    }

    .text-content {
        font-size: 14px;
        padding: 10px;
    }

    .footer .col-md-4 {
        padding-left: 10px !important;
        padding-top: 20px;
    }

    .footer .cont {
        display: flex;
        justify-content: flex-start;

    }
}