html {
    overflow-x: hidden;
}

body {
    margin: 0px;
    padding: 0px !important;
}

.col-lg-8 {
    padding-right: 20px;
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.8rem;
}

.content_wrappar {
    background-image: url(../image/banner_img.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    max-width: 1920px;
    margin: auto;
}

.purple_bg {
    width: 100%;
    height: 336px;
    background-color: #3C2C4B;
    position: absolute;
    top: 2350px;
    left: 0;
}

* {
    font-family: 'Mulish', sans-serif;  
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
    background: transparent;
    padding: 30px 50px;
    position: absolute;
    z-index: 9;
    max-width: 1920px;
}

.header .container {
    display: flex;
    justify-content: space-between;
}

.header.is-sticky .container {
    display: flex;
    justify-content: center;
}

.header .container .nav_btn {
    position: unset;
}

.header.is-sticky .container .nav_btn {
    position: absolute;
}

.header.is-sticky {
    animation: slideDown 0.5s ease-out;
    position: fixed;
    top: 0;
    left: auto;
    background: #FFF;
    border-bottom: 1px solid #6B3077;
    padding: 15px 0px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header .header_logo img.sticky_logo {
    display: none;
}
.header.is-sticky .header_logo img.sticky_logo {
    display: block;
}
.header.is-sticky .header_logo img.main_logo {
    display: none;
}

/* .header.is-sticky .header_logo img:last-child {
    display: inline-block;
}

.header.is-sticky .header_logo img:first-child {
    display: none;
} */

.nav_btn {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 50px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.nav_btn a {
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    transition: 0.5s ease-in-out;
}

.nav_btn .quote_btn {
    padding: 12.5px 21px;
    width: 250px;
    height: 45px;
    text-align: center;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header.is-sticky .nav_btn a {
    color: #6B3077;
}

.header.is-sticky .nav_btn .quote_btn {
    border-color: #6B3077;
    color: #6B3077;
}

.nav_btn a:hover {
    color: #6B3077;
}

.nav_btn a.quote_btn:hover {
    background: #6B3077;
    color: #FFF;
    border-color: #6B3077;
}

.header.is-sticky .nav_btn .quote_btn:hover {
    color: #FFF;
}

.banner_section {
    width: 100%;
    height: 734px;
}

.banner_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-top: 201px;
}

.banner_container h1 {
    font-family: "The Nautigal", cursive;
    font-size: 120px;
    line-height: 90px;
    font-weight: 300;
    color: white;
    max-width: 550px;
}

.banner_container h1 span {
    font-family: "The Nautigal", cursive;
    margin-left: 100px;
}

.bnr_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bnr_btn .bnr_btn_text {
    display: inline-block;
    max-width: 560px;
}

.bnr_btn .bnr_btn_text p {
    font-family: "Mulish", serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    border-bottom: 1px solid white;
    margin-bottom: 30px;
    padding-bottom: 18px;
    width: fit-content;
}
.bnr_btn .bnr_btn_text hr {
    margin-top: 18px;
    margin-bottom: 30px;
    margin-right: 110px;
    border: 1px solid #FFFFFF;
}
.bnr_btn .bnr_btn_text p img {
    margin-top: -10px;
}

.bnr_btn .bnr_btn_text span {
    font-family: "Mulish", serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

.buffet_catering {
    position: relative;
    margin-top: 90px;
    padding-bottom: 50px;
    background: url(../image/luxury-premium-bento-bg.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom center;
}

.buffet_catering .buffet_heading {
    display: inline-block;
    padding: 0 20px 20px 0;
    border-bottom-right-radius: 10px;
    border-right: 2px solid #6C2E78;
    border-bottom: 2px solid #6C2E78;
    margin-bottom: 51px;
}

.buffet_catering .buffet_heading h2 {
    font-size: 40px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6C2E78;
}

.catering_content {
    position: relative;
}

.catering_title {
    margin-bottom: 20px;
}

.catering_title h2 {
    color: #6C2E78;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.catering_title p {
    color: #333333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 23px;
}

.buffet_catering_box {
    margin-top: 10px;
    position: relative;
}

.buffet_image {
    margin-bottom: 20px;
}

.buffet_text {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

/* .buffet_text .buffet_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
} */

.buffet_catering_box h3 {
    color: #6C2E78;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.buffet_text button {
    display: flex;
    width: 140px;
    height: 45px;
    justify-content: center;
    align-items: center;
    background: #3C2C4B;
    color: #FFF;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}

.buffet_text button:hover {
    background: #6C2E78;
}

.buffet_text p {
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin: 10px 0px;
}

.buffet_text span {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.isolation1 {
    position: absolute;
    bottom: -25%;
    left: -28%;
    z-index: -1;
}

.isolation2 {
    position: absolute;
    top: -11%;
    right: -25%;
    z-index: -1;
}

.isolation3 {
    position: absolute;
    bottom: 5%;
    left: -58%;
    z-index: -1;
}

.isolation4 {
    position: absolute;
    top: -16%;
    right: -58%;
    z-index: -1;
}

.mini_isolation1,
.mini_isolation2,
.mini_isolation3,
.mini_isolation4 {
    position: absolute;
    z-index: -1;
}

.mini_isolation1 {
    left: 7.5%;
    top: 23%;
}

.mini_isolation2 {
    right: 0;
    top: 14%;
}

.mini_isolation3 {
    left: -4%;
    bottom: 18%;
}

.mini_isolation4 {
    bottom: -16%;
    right: 28%;
}

.setup_themes {
    background-image: url(../image/setup_themes_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 260px 0px 50px;
}

.our_christmas_main {
    position: relative;
}

.our_christmas_title h2 {
    color: #EED77C;
    font-family: "Aboreto", system-ui;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.our_christmas_img {
    margin-bottom: 20px;
}

.our_christmas_text h3 {
    color: #EED77C;
    font-family: "Aboreto", system-ui;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.our_christmas_text p {
    color: #FFF;
    font-family: "Mulish", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.our_christmas_text p strong {
    font-weight: 500;
}

.our_christmas_text span {
    color: #FFF;
    font-family: "Mulish", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 25px;
}

.christmas_add_ons {
    background-color: #3C2C4B;
    padding: 50px 0px 75px;
    position: relative;
    margin-top: 50px;
    background-image: url(../image/ons_bg.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    z-index: 1;
}

.all_content {
    position: relative;
    z-index: 1;
}

.addons_left_effect {
    position: absolute;
    left: -18%;
    top: 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    gap: 30px;
}

.addons_left_effect img {
    height: 10%;
}

.addons_left_effect img:nth-child(2) {
    height: 70%;
    margin-right: 20px;
}

.add_ons_title {
    margin-bottom: 35px;
}

.add_ons_title h2 {
    font-family: "Aboreto", system-ui;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    color: #EED77C;
}

.ons_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 205px;
}

.ons_content .title h4 {
    color: #FFF;
    font-family: "Mulish", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ons_content .estimate {
    margin-top: 10px;
    margin-bottom: 24px;
}

.add_ons_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.add_ons_box .ons_img {
    margin-bottom: 10px;
}

.ons_content .estimate p {
    color: #FFF;
    font-family: "Mulish", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ons_content .perset_text p {
    color: #FFF;
    font-family: "Mulish", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}

.ons_content .perset_text span {
    color: #FFF;
    font-family: "Mulish", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}

.ons_content .perset_text span:not(:last-child) {
    margin-bottom: 10px;
}

.ons_content .perset_text span strong {
    color: #FFF;
    font-family: "Mulish", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    display: block;
}

.christmas_special {
    width: 100%;
    background: #E3CF93;
    position: relative;
    z-index: 1;
    padding: 80px 0px 25.5rem;
}

.top_effect {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
}

.bottom_effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bottom_effect img,
.top_effect img {
    width: 100%;
}

.bailey_espresso {
    margin-top: 20px;
}

.espresso_content {
    margin-top: 24px;
}

.espresso_content .buffet_title h3 {
    color: #6C2E78;
    font-family: "Aboreto", system-ui;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.espresso_content .buffet_title p {
    color: #333;
    font-family: "Mulish", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.espresso_content .price {
    margin: 20px 0px;
}

.espresso_content .price p {
    color: #333;
    font-family: "Mulish", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.espresso_content .price strong {
    color: #6C2E78;
    font-family: "Mulish", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.espresso_content .esp_text p {
    color: #333;
    font-family: "Mulish", serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.early_bird_special {
    position: relative;
    margin-top: -20rem;
    z-index: 1;
}

.early_bird_special_circle1 {
    position: absolute;
    top: 46%;
    left: -4%;
    z-index: -1;
}

.early_bird_special_circle2 {
    position: absolute;
    bottom: 22%;
    right: 32%;
    z-index: -1;
}

.early_bird_title {
    margin-bottom: 30px;
}

.early_bird_title h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    color: #6C2E78;
    font-family: "Aboreto", system-ui;
    margin-bottom: 10px;
}

.early_bird_title p {
    color: #333;
    font-family: "Mulish", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.early_bird_box {
    background: #3C2C4B;
    padding: 20px;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.early_content {
    position: relative;
    z-index: 1;
}

.bird_image {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.early_content .early_title {
    display: flex;
    align-items: end;
    gap: 20px;
    position: relative;
}

.early_content .early_title h3 {
    font-family: "Aboreto", system-ui;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    color: #EED67C;
}

.early_title img {
    width: 106px;
    position: absolute;
    right: 0;
}

.early_content ul {
    padding-left: 20px;
    margin-top: 20px;
}

.early_content ul li {
    color: #FFF;
    font-family: "Mulish", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: disc;
    margin-bottom: 10px;
}

.early_bird_effect_top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.early_circle_effect {
    position: absolute;
    top: -3%;
    right: -4%;
    width: 160px;
    height: 144px;
    background: #6C2E78;
    border-radius: 0px 0px 0px 100%;
}

.condition_accordion {
    margin-top: 75px;
}

.condition_accordion .accordion-item {
    padding: 0;
    border: 0px;
    background: transparent;
}

.condition_accordion .accordion-button:not(.collapsed) {
    color: #6C2E78;
    background-color: unset;
    box-shadow: unset;
}

.condition_accordion .accordion-button.collapsed:focus {
    box-shadow: unset;
}

.condition_accordion .accordion-button {
    padding: 0;
    border-bottom: 1px solid #6C2E78;
    padding-bottom: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    color: #6C2E78;
    font-family: "Aboreto", system-ui;
}

.condition_accordion .accordion-body {
    padding: 20px 0px;
}

.condition_accordion .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: unset;
}

.condition_accordion .accordion-body ul {
    padding-left: 20px;
}

.condition_accordion .accordion-body ul li {
    color: #333;
    font-family: "Mulish", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: disc;
    margin-bottom: 10px;
}

.condition_accordion .accordion-button::after {
    background-image: url(../image/down-arrow.webp);
}

.frequently_section {
    background-color: #3C2C4B;
    padding: 45px 0px;
    position: relative;
}

.frequently_title {
    margin-bottom: 50px;
}

.frequently_title h3 {
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF
}

.frequently_question .accordion-item {
    border: 0px;
    margin-bottom: 20px;
    background: transparent;
    border-bottom: 1px solid #FFF;
    padding-bottom: 20px;
}

.frequently_question .accordion-item:last-child {
    margin-bottom: 0px;
}

.frequently_question .accordion-item:last-child {
    border-bottom: unset;
}

.frequently_question .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0px;
}

.frequently_question .accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: transparent;
    box-shadow: unset;
    padding: 0;
}

.frequently_question .accordion-body {
    padding: 15px 0px;
}

.frequently_question .accordion-body p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: list-item;
    margin-left: 20px;
}

.frequently_question .accordion-button {
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
}

.frequently_question .accordion-button:focus {
    box-shadow: unset;
}

.frequently_question .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0px;
}

.frequently_question .accordion-item:last-of-type {
    border-radius: 0px;
}

.frequently_question .accordion-button::after {
    background-image: url(../image/down-arrow-white.webp);
}

.frequently_section .isolation5 {
    position: absolute;
    top: -57%;
    right: 30px;
}

.other_selections {
    background-image: url(../image/selections_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15rem 0px;
}

.selections_box {
    position: relative;
    padding: 30px 35px;
    border-radius: 10px;
    background: #FFF;
    max-width: 495px;
}

.selections_box h3 {
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #6C2E78;
    margin-bottom: 30px;
}

.selections_box a {
    background: #3C2C4B;
    padding: 12px 18px;
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    transition: 0.4s;
}

.selections_box a:hover {
    background: #6B3077;
}

.selections_box img {
    position: absolute;
    top: -37%;
    left: -18%;
}

.catering_section {
    padding: 0px 0px 108px;
    position: relative;
    background: url(../image/feast-bg.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 116px;
}

.feast_content {
    color: #6C2E78;
    border-bottom: 1px solid #6B3077;
    margin-bottom: 40px;
}

.feast_content h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #6C2E78;
}

.feast_content .feast-img {
    margin-top: 30px;
    width: 100%;
    height: auto;
}

.feast_content .feast-img img {
    width: 100%;
    height: auto;
}

.feast_content .description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #FFD9D9;
    margin-top: 30px;
    padding-bottom: 50px;
}

.catering_main h3 {
    margin-bottom: 50px;
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
}

.catering_box {
    text-align: center;
}

.catering_box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Mulish", serif;
    margin-top: 30px;
}

.award_section {
    padding: 100px 0px 60px;
    position: relative;
}

.award_content h3 {
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #6C2E78;
}

.awards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.dish_img_design {
    margin-top: 90px;
    max-width: 65%;
}

.dish_img_design img {
    max-width: 100%;
    height: auto;
}

.features_dish {
    position: relative;
    background: url(../image/featured-dish-bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 10rem;
    z-index: 1;
}

.features_content {
    text-align: center;
    position: relative;
    padding-top: 20rem;
}

.features_dish .venue_partners {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.features_dish .venue_partners h3 {
    margin-bottom: 0px;
}

.features_dish .venue_partners .features {
    max-width: 572px;
}

.features_content h3 {
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #6C2E78;
    margin-bottom: 30px;
}

.featured_effect {
    position: absolute;
    top: 13.5%;
    left: 50px;
}

.features {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 60px;
}
.features img:first-of-type{
    width: 120px;
}
.elegance_section {
    position: relative;
    background: url(../image/Elegance_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 160px;
    margin-top: 85px;
}

.seminar_workshop {
    position: relative;
    background: url(../image/seminar-workshop-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}

.culinary_creations {
    margin-top: 97px;
    position: relative;
}

.culinary_creations_content h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #6C2E78;
    margin-bottom: 40px;
}

.culinary_creations_card {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.culinary_creations_card .details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.culinary_creations_card img {
    width: 100%;
    height: auto;
}

.culinary_creations_content .row img:nth-child(1) {
    border-radius: 300px 300px 0 0;
}

.culinary_creations_content .row h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #6C2E78;
}

.culinary_creations_content .row .description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
}

.culinary_creations_content .row .contact_btn {
    background: #3C2C4B;
    border: 1px solid #3C2C4B;
    color: white;
    width: 360px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    transition: 0.5s ease-in-out;
}
.culinary_creations_content .row .contact_btn a{
    color: white;
}

.culinary_creations_content .row .contact_btn:hover {
    background: #6B3077;
    border: 1px solid #6B3077;
}

.elegance_box {
    padding: 130px 70px 120px 132px;
    width: 643px;
    height: 643px;
    border-radius: 100%;
    background: #FFF;
    position: relative;
    margin: auto;
    margin-top: -130px;
    z-index: 0;
    margin-left: 10rem;
}

.elegance_box h3 {
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #6C2E78;
}

.elegance_box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-family: "Mulish", serif;
    margin-top: 20px;
    max-width: 410px;
}

.elegance_box a {
    width: 220px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3C2C4B;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 32px;
    transition: 0.4s;
}

.elegance_box a:hover {
    background: #6B3077;
}

.seminar_workshop_box {
    padding: 105px 84px 120px 132px;
    width: 643px;
    height: 643px;
    border-radius: 100%;
    background: #FFF;
    position: relative;
    margin: auto;
    margin-top: 205px;
    margin-bottom: -161px;
    z-index: 0;
    margin-left: 10rem;
}

.seminar_workshop_box h3 {
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #6C2E78;
}

.seminar_workshop_box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-family: "Mulish", serif;
    margin-top: 20px;
}

.seminar_workshop_box a {
    width: 360px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3C2C4B;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 32px;
    transition: 0.4s;
}

.seminar_workshop_box a:hover {
    background: #6B3077;
}

.elegance_isolation {
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.discerning_palates {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}

.discerning_effect {
    position: absolute;
    bottom: -23%;
    left: -10%;
}

.discerning_title h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    font-family: "Mulish", serif;
    color: #6C2E78;
    margin-bottom: 20px;
}

.discerning_box {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #FFF;
    padding: 20px;
}

.discerning_profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user_image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

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

.user_name p {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-family: "Mulish", serif;
}

.user_name span {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    font-family: "Mulish", serif;
}

.google_icon img {
    width: 30px !important;
}

.discerninguser {
    display: flex;
    gap: 20px;
    align-items: center;
}

.star_icons {
    margin-top: 20px;
}

.star_icons img {
    width: unset !important;
}

.discerning_text {
    margin-top: 20px;
}

.discerning_text p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    font-family: "Mulish", serif;
    line-height: normal;
}

.discerning_text a {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    background: #9ca5f7;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
}

.owl-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #6C2E78 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav button span {
    font-size: 50px;
    line-height: 20px;
    color: #6C2E78;
}

.every_bite {
    position: relative;
    background: url(../image/every-bite_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 114px 0px 50px;
}

.every_bite_box {
    max-width: 520px;
    background: #FFF;
    padding: 25px 30px;
    border-radius: 10px;
}

.every_bite_box img {
    position: relative;
    margin-top: -88px;
    margin-bottom: 25px;
}

.every_bite_box h3 {
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #6C2E78;
}

.every_bite_box p {
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-top: 20px;
}

.footer {
    padding-top: 50px;
    background-color: #fff;
}

.ft_list {
    display: flex;
    align-items: center;
    gap: 60px;
}

.ft_list ul {
    display: flex;
    align-items: center;
    gap: 60px;
}

.ft_list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.ft_list ul li:nth-child(1) {
    line-height: 24px;
}

.ft_list ul li a {
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    transition: 0.4s;
}

.ft_list ul li a:hover {
    color: #6B3077;
}

.copyright {
    margin-top: 50px;
    background: #3C2C4B;
    padding: 15px 0px;
}

.copyright_text p {
    font-family: "Mulish", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.mini_buffet_catering {
    margin-top: 100px;
}

.mini_buffet_catering h2, .cocktail_reception h2, .luxury_premium_bento h2 {
    color: #6C2E78;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}

.mini_buffet_catering .buffet_catering_box h3, .mini_buffet_catering .buffet_text span, .mini_buffet_catering .buffet_text p {
    color: #FFFFFF;
}

.mini_buffet_catering .buffet_text button {
    border: 1px solid #FFFFFF;
}

.mini_buffet_catering .buffet_text button:hover {
    border: 1px solid #6C2E78;
}

.cocktail_reception {
    margin-top: 150px;
}

.cocktail_reception .catering_title, .luxury_premium_bento .catering_title {
    margin-bottom: 20px;
}

.cocktail_reception .buffet_text {
    flex-direction: column;
    align-items: start;
}

.cocktail_reception .buffet_text p {
    margin-top: 20px;
    margin-bottom: 12px;
}

.luxury_premium_bento {
    margin-top: 100px;
}

.singapore_box {
    background: url(../image/form-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 30px 38px 35px;
    position: sticky;
    top: 145px;
    max-width: 410px;
    z-index: 5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.singapore_box.singapore-box-sticky {
    position: fixed;
}

.singapore_title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
}

.singapore_title p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px;
}

.singapore_title small {
    font-family: "mulish", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.singapore_form {
    margin-top: 30px;
}

.singapore_form .form-floating {
    margin-top: 5px;
}
.intl-tel-input .selected-flag .iti-arrow {
    position: absolute !important;
    top: 18px !important;
    right: 0 !important;
    width: 9px !important;
    height: 9px !important;
    border-left: 1px solid #FFF !important;
    border-top: 1px solid #FFF !important;
    border-right: 0 !important;
    transform: rotate(224deg) !important;
}

.form-floating input,
.form-floating textarea, .form-floating select {
    border: 1px solid #8B8B8B;
    background: transparent;
    font-family: "mulish", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 12px 13px;
    width: 100%;
    outline: none;
    border-radius: 0px;
}

.form-floating textarea {
    height: 90px;
}

.form-floating label {
    font-family: "mulish", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 10px 13px;
}

.form-floating input::placeholder,
.form-floating textarea::placeholder {
    color: #FFF;
}

.form-floating label span {
    color: #FF0607;
}

.intl-tel-input .selected-flag {
    width: 50px !important;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    content: unset !important;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: #FFF;
    transform: scale(0.5);
}

input#mobile::placeholder {
    color: gray;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    min-height: 45px;
    height: 45px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 5px 13px;
}

.form-floating input:focus,
.form-floating textarea:focus {
    color: #FFF;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding: 12px 5px;
}

.form-floating .intl-tel-input+label {
    left: 50px;
}

.form-floating .intl-tel-input:focus+label {
    display: none;
}

.form-floating input:focus {
    box-shadow: unset;
    outline: none;
    background: transparent;
    border-color: #FFF;
}

.singapore_input button {
    background: #6C2E78;
    width: 100%;
    height: 45px;
    margin-top: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.intl-tel-input {
    width: 100%;
}

.selected-dial-code {
    display: none !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
    padding-left: 60px !important;
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 18px;
    right: 0;
    width: 9px;
    height: 9px;
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF;
    transform: rotate(224deg);
}

input#mobile {
    padding-left: 70px !important;
}


.intl-tel-input.allow-dropdown.separate-dial-code+label {
    display: none;
}

.iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

.intl-tel-input .country-list {
    width: 330px;
}

.quantity_date_form {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-top: 5px;
    justify-content: space-between;
}

.quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quantity input {
    width: 45px;
    text-align: center;
    border: 1px solid #8B8B8B;
    background: transparent;
    font-family: "mulish", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 12px 5px;
    outline: none;
}

input#floatingdate {
    font-size: 14px;
}

/* .form-floating.singapore_input input[type=date]:required:invalid::-webkit-datetime-edit {
    display: none;
} */

.form-floating.singapore_input input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 12px;
}

.form-floating.singapore_input input {
    background-image: url('../image/calender-icon.webp');
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: calc(100% - 0.7rem);
}

.quantity p {
    font-family: "mulish", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    width: 60px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
}

.quantity p:last-child {
/*     display: flex; */
    width: 100%;
    gap: 6px;
    align-items: center;
}
.quantity p small {
    color: #FF0607;
}

.singapore_input input.wpcf7-submit {
    background: #6C2E78;
    width: 100%;
    height: 45px;
    margin-top: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.quantity span {
    width: 100%;
    font-size: 25px;
    color: #FFF;
    line-height: 22px;
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #FFF;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
button.quantity-decrease,
button.quantity-increase {
    width: 28px;
    height: 28px;
    border: 1px solid #FFF;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    font-size: 25px;
    line-height: 20px;
    cursor: pointer;
    background: transparent;
    display: flex;
    justify-content: center;
    padding: 0px;
    display: -webkit-box;
}
.quantity span p {
    width: 100%;
    font-size: 25px;
    color: #FFF;
    line-height: 22px;
}

.quantity_date_form .singapore_input {
    width: 135px;
}

.buffet_main {
    margin-top: 100px;
    position: relative;
}

.buffet_main .galore_title p {
    margin-top: 10px;
}

.viewmenu_btn {
    position: absolute;
    top: 0px;
    right: 0;
}
.singapore_input {
    position: relative;
}

.wpcf7-spinner {
    position: absolute !important;
    right: 0px !important;
    bottom: 0px !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #ffb900;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.quantity_date_form .singapore_input {
    width: 135px;
}
.viewmenu_btn button {
    width: 140px;
    height: 45px;
    display: inline-block;
    border: 0;
    outline: none;
    padding: 12px 23px;
    background: #3F302B;
    font-family: "mulish", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
}

.viewmenu_btn button:hover {
    background: #E96A24;
}

.modal {
    padding: 0 0 !important;
}

.main_popup .modal-dialog.modal-dialog-centered {
    max-width: 910px;
}

.main_popup .modal-header {
    position: absolute;
    border: 0;
    right: 10px;
    top: 10px;
    padding: 0;
    width: 24px;
    height: 24px;
    background: #3c2c4b;
    border-radius: 50%;
    justify-content: center;
    z-index: 2;
}

.main_popup .modal-content {
    background: #FFFFFF;
    border: 1px solid #6C2E78;
    border-radius: 0;
}

.main_popup button.btn-close {
    margin: 0px;
    padding: 0px;
    z-index: 1;
    opacity: 1;
    background-image: url(../image/close-btn.webp);
    width: 12px;
    background-size: contain;
}

.main_popup .modal-body {
    padding: 30px;
}

.main_popup .popup_item {
    border-bottom: 1px solid rgb(108, 46, 120, 0.2);
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.main_popup .popup_item h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #6C2E78;
    margin-bottom: 11px;
}

.main_popup .popup_price {
    display: flex;
    gap: 10px 20px;
}

.popup_price_text h5 {
    color: #333333;
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.main_popup .popup_price_text p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.main_popup .popup_price_text p strong {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    margin-right: 7px;
}

.main_popup .popup_price_text span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.popup_item h3 {
    font-family: "Aboreto", system-ui;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #6C2E78;
}

.starters {
    border-bottom: 1px solid #8B8B8B;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.starters_item h3 {
    color: #6C2E78;
    font-family: 'Geologica', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 7px;
}

.starters_content .text {
    display: list-item;
    margin-left: 20px;
    max-width: 370px;
}

.starters_content .text h5 {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.starters_content .text p {
    color: #333333;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px;
}

.starters_content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.starters_content:last-child {
    margin-bottom: 0px;
}

.popup_mains {
    display: flex;
    gap: 25px;
    margin-top: 20px;
}

.popup_mains .starters {
    padding: 0px;
    width: 47%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dessert_item {
    border-left: 1px solid rgb(108, 46, 120, 0.2);
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dessert_item .dessert_text {
    padding-bottom: 20px;
}

.dessert_item .dessert_text:last-child {
    padding-bottom: 0;
    border: 0px;
}

.dessert_item .dessert_text h4 {
    color: #6C2E78;
    font-family: "Aboreto", system-ui;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.dessert_item .dessert_text h5 {
    color: #333333;
    font-family: "Mulish", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.dessert_item .dessert_text p {
    color: #333333;
    font-family: "Mulish", serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}

.dessert_item .dessert_text strong {
    color: #333333;
    font-family: "Mulish", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    display: block;
    margin-top: 40px;
    line-height: 26px;
}

.vegetarian p {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-top: 25px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 242px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
}

#myBtn img {
    width: 40px;
}

#myBtn span {
    margin-bottom: 7px;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: white;
}


/* thank you page */

.thankyou_section h1 {
    font-size: 100px;
    line-height: 65px;
    max-width: 100%;
    margin-bottom: 50px;
}

.thankyou_section .banner_container {
    padding: 250px 0px 0px;
    margin: 0 auto;
    max-width: 1300px;
}

.thankyou_section h2,
.thankyou_section h2 a {
    font-family: "Mulish", serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 25px;
}

.thankyou_btn a {
    width: 140px;
    height: 45px;
    display: inline-block;
    border: 0;
    outline: none;
    padding: 12px 15px;
    background: #3C2C4B;
    font-family: "Geologica", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
}

.thankyou_btn a:hover {
    background: #6C2E78;
}

.page-template-template-thankyou .purple_bg {
    display: none;
}


/* .singapore_box {
	top: unset !important;
	bottom: 0;
	padding: 20px !important;
}

.singapore_box form {
	overflow-y: scroll;
	overflow-x: unset;
	width: 100%;
	max-height: 600px;
}
.singapore_box form select {
	padding: 12px 15px !important;
}
 */
