strong {
    color: #371c5c;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.contact-end a,
a {
    text-decoration: none;
}

button.btn.btn-outline-dark:hover {
    background-color: transparent;
    color: #512280;
}

a button.btn.btn-outline-warning:hover {
    color: #ffc107;
}

.navbar-toggler-icon {
    background-color: #fff;
    width: 1.4em;
    height: 1.2em;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
}



ul.navbar-nav {
    margin-left: 0px;
}

.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
    background: #262626;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background: #2a2a2a;
}

@media (max-width: 991px) {
    .dropdown-menu {
        display: none;
        position: static;
        /* Ensure it stays within flow */
        box-shadow: none;
        /* Remove shadow */
    }
}

ul.dropdown-menu li {
    padding: 5px 0px;
    margin: 0px 20px;
}

.dropdown-item {
    padding-left: 0px;
    padding-right: 0px;
}

span.navbar-toggler-icon {
    background: #2a2a2a;
    color: #fff;
    font-size: 22px;
}

section.menubar {
    background: #2a2a2a;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    transition: transform 0.3s ease-in-out;
}

.hidden {
    transform: translateY(-100%);
}

section.menubar .img-fluid {
    width: 96px;
    height: auto;
}

nav.navbar.navbar-expand-lg {
    max-width: 940px;
    margin: 0 auto;
}

.mx-auto {
    margin-right: inherit !important;
    margin-left: auto !important;
}

button.navbar-toggler {
    border: none;
    background: #caa753;
}

section.menubar a.nav-link {
    color: rgb(255 255 255);
    font-size: 13px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    letter-spacing: .01cm;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgb(255 255 255);
}

section.menubar li.nav-item {
    margin-right: 16px;
    padding: 0 4px;
}

section.hero-section {
    position: relative;
    height: 550px;
    background-position: 0 0%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-attachment: fixed;
    background-color: #2a2a2a;
    padding-top: 25px;
}

section.hero-section::after {
    content: '';
    position: absolute;
    background-image: url(../image/test.svg);
    background-position: inherit;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-attachment: fixed;
    left: 0;
    top: 0;
    width: 500px;
    height: 500px;
}

section.hero-section::before {
    content: '';
    position: absolute;
    background-image: url(../image/test.svg);
    background-position: right;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-attachment: fixed;
    right: 0;
    top: 0;
    width: 500px;
    height: 500px;
}

section.mobile {
    height: auto;
    background-image: url(../image/test.svg);
    background-color: #2a2a2a;
    background-position: center;
    background-attachment: fixed;
    background-repeat: repeat, repeat, repeat, repeat, repeat;
    background-size: auto, auto, 609px, auto, cover;
    padding-bottom: 80px;
    padding-top: 40px;
    overflow: hidden;
}

section.mobile img.d-block.w-100 {
    height: 250px;
}

section.mobile .img-fluid {
    max-width: 70px;
    height: auto;
}

.mobile .hero-texts p.crown {
    color: #fff7f7;
    margin-bottom: 5px;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-family: PT Serif, serif;
    font-size: 32px;
    font-weight: 400;
    border-bottom: 1px solid #eec946;
}

@media screen and (max-width:500px) {
    div#navbarToggleExternalContent {
        background: url(../image/test.svg);
        background-position: left;
        object-fit: cover;
    }

    section.menubar .img-fluid {
        width: 70px;
        margin-left: 0;
    }

    button.navbar-toggler {
        text-align: right;
        margin-left: 0;
    }

    .menubar .container-fluid {
        display: block !important;
    }

    .mobile .hero-texts p.crown {
        font-size: 30px;
    }
}

.hero-texts {
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.mobile .hero-texts h5 {
    color: #ffc90e;
    text-align: center;
    -webkit-text-stroke-color: #ffc90e;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    display: block;
}

.mobile .hero-texts p {
    color: #fff;
    font-size: 23px;
    margin-top: 3px;
    margin-bottom: 10px;
}

.mobile .carousel-inner {
    border-radius: 0;
    margin: 25px 0;
}

.mobile p {
    color: #fff;
    margin: 0 24px 28px;
    text-align: center;
    font-size: 19px;
    font-family: PT Serif, serif;
}

.hero-text h2,
.hero-text h2.venu,
.hero-text p span {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.hero-text {
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
}

.hero-section .hero-logo {
    max-width: 20%;
    height: auto;
}

.hero-text h2 {
    border-bottom: 2px solid #cda727;
    color: #ffff;
    padding-bottom: 12px;
    font-size: 40px;
    display: table;
    margin: 0 auto;
}

.hero-text .img-fluid {
    max-width: 100%;
    height: auto;
    border-bottom: 2px solid #ffbe24;
    padding-bottom: 5px;
}

@media screen and (max-width:1276px) {
    .hero-text h2 {
        font-size: xx-large;
    }
}

.hero-text h2.venu {
    color: #ffcf68;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 10px;
    border-bottom: none;
    padding-bottom: 0px;
}

.hero-text h1 {
    color: #d6ba7c;
    font-family: PT Serif, serif;
    font-size: 21px;
    margin-bottom: 0;
}

@media screen and (max-width:1245px) {
    .hero-text p {
        font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
        font-size: 20px;
    }

    .hero-text p span {
        font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    }
}

@media screen and (max-width:1405px) {
    .hero-text p {
        font-size: inherit;
    }
}

@media screen and (max-width:1099px) {
    .hero-text h2.venu {
        font-size: x-large;
    }

    .hero-text p {
        font-size: 20px;
    }
}

.hero-text p span {
    color: #fff;
    font-size: 30px;
}

.search-section {
    /* background: url(https://uploads-ssl.webflow.com/64898b5b8024709235041a78/64a69a57b6354a3471e32a10_Wave%20Purple.svg) 50%/cover #28023f; */
    background: url(../image/test.svg) 100% / cover #20201f;
    border: 2px solid #ffffff;
    padding: 57px 20px 35px;
    top: 78%;
    border-radius: 20px;
    max-width: 1020px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 100px;
}

.custom-class,
.custom-class.mm,
.custom-class.mm1,
.custom-class.mm2,
.custom-class.mm3 {
    padding-left: 0;
    padding-right: 8px;
}

@media screen and (max-width:1199px) {
    .search-section {
        max-width: 960px;
    }
}

.search-section h3 {
    color: #fff;
    letter-spacing: .7px;
    -webkit-text-stroke-color: #4f3b75;
    border-bottom: 1px solid #e9ba1e;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-family: PT Serif, serif;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: -8px;
}

.custom-class {
    width: 160px;
}

.custom-class.mm {
    width: 95px;
}

.custom-class.mm1 {
    width: 125px;
}

.custom-class.mm2 {
    width: 200px;
}

.custom-class.mm3 {
    width: 120px;
}

.custom-class.sndBtn {
    width: 120px;
    padding-right: 0;
}

@media screen and (max-width:1200px) {
    .custom-class {
        width: 130px;
    }
}

@media screen and (max-width:1000px) {

    .slider,
    section.hero-section {
        visibility: hidden;
        display: none;
    }

    .custom-class {
        width: 109px;
    }
}

@media screen and (max-width:816px) {
    .custom-class {
        width: 100px;
    }
}

.custom-class.sndBtn button.btn.btn-outline-warning:hover {
    background-color: #fff !important;
    color: #e8c347 !important;
    border: 1px solid #e8c347 !important;
}

.search-section .form-control {
    font-size: 13px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #000;
}

.mobile .btn.btn-outline-warning {
    font-family: PT Serif, serif;
    color: #eec946;
    letter-spacing: .7px;
    font-weight: 700;
    border: 2px solid #f39f32;
    margin: 0 auto;
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 20px;
}

section.review {
    padding-top: 170px;
    padding-bottom: 100px;
    background-image: url(https://uploads-ssl.webflow.com/64898b5b8024709235041a78/64a69a57b6354a3471e32a10_Wave%20Purple.svg);
    background-position: bottom;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
}

.phone-screen .carousel-item,
.review-text,
section.quick-chat {
    background-image: url(https://uploads-ssl.webflow.com/64898b5b8024709235041a78/64a69a57b6354a3471e32a10_Wave%20Purple.svg);
    background-repeat: no-repeat;
}

.slider .carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 100%
}

.slider .carousel-indicators,
section.service .carousel-indicators {
    bottom: -70px;
}

.phone-screen .carousel {
    padding: 0 20px;
}

.carousel-indicators .active {
    opacity: 1 !important;
}

.phone-screen .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s;
}

.phone-screen .carousel-indicators {
    bottom: -28%
}

.phone-screen .carousel-item {
    height: auto;
    background-color: #2a2a2a;
    background-position: 50%;
    background-size: contain;
    border-radius: 20px;
    padding: 35px 27px 30px;
}

@media screen and (max-width:767px) {
    .hero-text {
        margin: 0 25px;
    }

    .col-md-2 {
        margin-bottom: 7px;
    }

    .book-now {
        margin-bottom: 7px;
        text-align: center;
    }

    .phone-screen .carousel-item {
        height: 270px;
    }

    section.review {
        padding-top: 50px;
    }
}

@media screen and (max-width:369px) {
    .phone-screen .carousel-item {
        height: 290px;
    }
}

@media screen and (max-width:334px) {
    .phone-screen .carousel-item {
        height: 310px;
    }
}

.phone-screen .carousel-item p {
    color: #fff7f7;
    margin-bottom: 10px;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ba1e;
}

.phone-screen .carousel-item h3 {
    color: #d5ae26;
    text-align: right;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
}

.phone-screen .book-button {
    float: inherit;
    text-align: center;
    margin-top: 70px;
}

.phone-screen a button.request-date {
    width: 300px;
    height: 40px;
    border: 2px solid #512280;
    padding-top: 3px;
    padding-bottom: 6px;
    font-size: 20px;
}

.phone-slider img.d-block.w-100 {
    height: 300px;
    object-fit: cover;
}

.container.reviews {
    max-width: 950px;
}

section.review h2 {
    border-bottom: 2px solid #e9ba1e;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 23px;
    letter-spacing: .5px;
    font-style: normal;
    font-weight: 800;
    font-family: PT Serif, serif;
    color: #dead29;
}

section.review h2 span {
    font-size: 15px;
    font-weight: 100;
}

section.review p.reviews-content {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #281947;
    text-align: center;
    letter-spacing: .3px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 50px;
    margin-top: 40px;
}

@media screen and (max-width:700px) {
    section.review p.reviews-content {
        padding: 0 25px;
    }
}

section.review p.reviews-content.bottom {
    margin-top: 60px;
}

section.review .phone-screen p.reviews-content.bottom {
    margin-top: 110px;
}

section.review .phone-screen .book-button {
    margin-top: -10px;
}

.review-text {
    background-color: #2a2a2a;
    border-radius: 10%;
    background-size: 100%;
    background-position: center;
    min-height: 250px;
}

.review-text p {
    border-bottom: 2px solid #e9ba1e;
    padding: 30px 15px;
    color: #fff;
    margin: 0 20px;
    font-size: 14px;
}

@media screen and (max-width:992px) {
    .review-text p {
        margin: 5px;
    }
}

.review-text h3 {
    text-align: right;
    color: #e9ba1e;
    padding: 8px 20px 25px;
    font-style: italic;
    font-size: 13px;
}

.quick-chat-header p,
.slider-text p {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

.book-button {
    float: right;
}

.book-button button.request-date {
    width: 230px;
    height: 50px;
    color: #fbcb1b;
    letter-spacing: .5px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fbcb1b;
    border-radius: 6px;
    margin-top: 30px;
    font-family: PT Serif, serif;
    font-size: 18px;
    font-weight: 700;
}

.book-button button.request-date:hover,
.service-quick-book button.btn.btn-outline-dark:hover {
    color: #fff;
    border: 2px solid #dead29;
    background: #dead29;
}

.carousel-inner {
    border-radius: 20px;
}

section.quick-chat {
    padding: 100px 0;
    height: auto;
    background-color: #2a2a2a;
    background-position: 150% 150%;
    background-size: auto;
    position: relative;
    z-index: 100;
}

section.quick-chat::after {
    content: "";
    position: absolute;
    background-image: url(../image/test.svg);
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    left: -20%;
    z-index: -1;
}

@media screen and (max-width:675px) {
    section.quick-chat::after {
        visibility: hidden;
    }
}

.service-slider-text .carousel-item,
section.service {
    background-image: url(https://uploads-ssl.webflow.com/64898b5b8024709235041a78/64a69a57b6354a3471e32a10_Wave%20Purple.svg);
    background-repeat: no-repeat;
}

.quick-chat-header {
    text-align: center;
}

section.quick-chat img.img-fluid {
    max-width: 26%
}

.quick-chat-header h2 {
    margin-bottom: 20px;
    letter-spacing: .5px;
    font-style: normal;
    font-weight: 800;
    font-family: PT Serif, serif;
    color: #dead29;
    border-top: 3px solid;
    padding-top: 3px;
}

.quick-chat-header p {
    margin-bottom: 50px;
}

.quick-chat .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #fff;
}

.slider-text p {
    padding: 75px 0 50px;
    border-bottom: 2px solid #eec946;
    letter-spacing: 0;
}

.book-quick-chat {
    margin-top: 40px;
    float: right;
}

.book-quick-chat button.btn.btn-outline-warning {
    padding: 10px 40px;
}

button.btn.btn-outline-warning:hover {
    background-color: #cc9f00 !important;
    color: #3a1550 !important;
}

section.service {
    padding: 100px 0 56px;
    background-position: 51% -40%;
    background-size: cover;
    position: relative;
}

.map-pc-contact iframe,
.map-phone-contact iframe,
section.service .carousel-inner {
    border-radius: 25px;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #222;
}

.service-header h2 {
    border-bottom: 2px solid #e9ba1e;
    padding-bottom: 10px;
    font-family: PT Serif, serif;
    font-weight: 800;
    color: #dead29;
    font-size: 23px;
    letter-spacing: .5px;
}

.service-header p {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
    color: #281947;
    letter-spacing: .4px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.service-slider-text p {
    text-align: center;
    border-bottom: 2px solid #e9ba1e;
    color: #e9ba1e;
    padding: 40px 0 15px;
    margin: 0 90px;
    font-size: 24px;
    font-family: PT Serif, serif;
}

.footer-right h4,
.service-text-bottom p {
    font-size: 15px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: .4px;
}

.service-slider-text .carousel-item {
    background-color: #2a2a2a;
}

.service-slider-text ul {
    padding: 30px 0 40px;
}

.service-slider-text ul li {
    text-align: center;
    display: block;
    color: #fff;
}

.service-text-bottom p {
    text-align: center;
    padding: 80px 0 50px;
    border-bottom: 2px solid #e9ba1e;
    color: #281947;
    line-height: 22px;
}

.service-quick-book {
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
    font-family: PT Serif, serif;
    font-weight: 600;
    font-size: 18px;
    color: #512280;
}

.service-quick-book.venu-hr {
    float: left;
}

@media screen and (max-width:675px) {
    .service-quick-book.venu-hr {
        float: none;
    }
}

.footer-right,
.footer-right h4,
.footer-right h5 {
    color: #fff;
    text-align: center;
}

.service-quick-book button.btn.btn-outline-dark {
    padding: 10px 53px;
    border: 2px solid #dead29;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

@media screen and (max-width:999px) {
    .pc-screen {
        visibility: hidden;
        display: none;
    }

    .service-header h2,
    section.review h2 {
        margin-left: 25px;
        margin-right: 25px;
    }

    .service-slider-text {
        padding: 0 25px;
    }

    .service-slider-text p {
        margin: 0 50px;
    }

    .service-quick-book {
        margin-top: 20px;
        float: inherit;
        text-align: center;
    }

    .service-text-bottom p {
        padding: 80px 0 50px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .service-quick-book button.btn.btn-outline-dark {
        padding: 9px 89px;
        font-size: 20px;
        border: 1px solid;
    }
}

.footer {
    height: 500px;
    /* background-image: url(https://uploads-ssl.webflow.com/64898b5b8024709235041a78/64a69a57b6354a3471e32a10_Wave%20Purple.svg), linear-gradient(218deg, #371c5c 9%, rgba(0, 0, 0, 0) 46%), linear-gradient(293deg, #591f88 48%, rgba(0, 0, 0, 0) 48%); */
    background-position: 100%, 0 0, 0 0, 0, 100% 100%;
    background-image: url(../image/test.svg);
    background-color: #2a2a2a;
    background-position: center;
    background-repeat: no-repeat, repeat, repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, 1000px, 1000px;
    background-attachment: scroll, scroll, scroll, scroll, scroll;
    margin-top: 0;
}

.footer-wizet,
section.booking-form,
section.massage {
    background-image: url(https://uploads-ssl.webflow.com/64898b5b8024709235041a78/64a69a57b6354a3471e32a10_Wave%20Purple.svg);
    background-repeat: no-repeat;
}

.massage-text,
section.booking-form,
section.massage {
    background-size: auto;
    height: auto;
}

@media screen and (max-width:1000px) {
    .phone-screen a button.request-date {
        border: 1px solid #512280;
        padding-top: 8px;
        padding-bottom: 38px;
    }

    .book-button button.request-date:hover {
        color: #854fbb;
        border: 1px solid #854fbb;
    }

    .carousel-inner {
        border-radius: 0;
    }

    section.quick-chat {
        background-image: url(https://uploads-ssl.webflow.com/64898b5b8024709235041a78/64a69a57b6354a3471e32a10_Wave%20Purple.svg);
        background-position: 50% 0;
        background-repeat: repeat-y;
        background-size: 609px;
        margin-top: 0;
        padding-top: 60px;
        padding-left: 0;
        padding-right: 0;
        top: 0;
    }

    .quick-chat-header {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .quick-chat-header h4 {
        margin: 30px 20px;
    }

    .quick-chat-header p {
        color: #fff7f7;
        text-align: center;
        letter-spacing: .4px;
        margin-bottom: 50px;
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }

    .slider-text p {
        font-size: 16px;
        margin: 40px 22px;
        padding: 26px 0 42px;
        border-bottom: 1px solid #eec946;
    }

    .book-quick-chat {
        margin-top: 40px;
        text-align: center;
        float: none;
    }

    .book-quick-chat button.btn.btn-outline-warning {
        padding: 6px 85px;
        font-size: 20px;
    }

    section.service {
        padding: 55px 0 45px;
    }

    .service-header p {
        padding: 0 15px;
        font-size: 15px;
    }

    .service-quick-book button.btn.btn-outline-dark:hover {
        color: #fff;
        border: 1px solid #363636;
        background: #dead29;
    }

    .footer,
    .map-pc iframe {
        visibility: hidden;
        display: block;
    }

    .footer {
        height: 0 !important;
        width: 0;
        position: fixed;
    }

    .service-quick-book {
        margin-top: 30px;
        float: inherit;
        text-align: center;
    }

    .map-pc iframe {
        height: 0;
    }
}

@media screen and (max-width:1250px) {
    .footer {
        height: auto;
    }
}

/* .footer-right {
    padding: 40px 100px;
    margin: 0 200px 0 120px;
} */

.footer-right {
    padding: 40px 100px;
    margin: 0 100px 0 200px;
}

@media screen and (max-width:1750px) {
    .footer-right {
        margin: 0 50px;
    }
}

@media screen and (max-width:1400px) {
    .footer-right {
        margin-right: 0;
        margin-left: 0;
        padding-right: 40px;
    }
}

@media screen and (max-width:1200px) {
    .review-text {
        min-height: auto;
        border-radius: 3%
    }

    .footer-right {
        margin-right: 0;
    }
}

.footer-right img {
    width: 150px;
}

.footer-right h4 {
    border-bottom: 1px solid #e9ba1e;
    padding: 15px;
}

.footer-right h3 {
    font-size: 18px;
    font-family: Open Sans, sans-serif;
    margin-top: 15px;
}

.footer-right p {
    letter-spacing: 1px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 38px;
}

.footer-right h5 {
    letter-spacing: .4px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.footer-wizet-one p,
.footer-wizet-two p {
    background-color: transparent;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: .4px;
    text-align: center;
}

.footer-right button.btn.btn-outline-warning {
    padding: 10px 80px;
    margin-top: 30px;
}

.footer-wizet {
    padding: 30px 0 0;
    background-position: center;
    text-align: center;
}

.footer-wizet-one p {
    color: #281947;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
}

.footer-wizet ul li {
    display: contents;
    font-size: 20px;
}

.footer-wizet ul li a {
    margin: 0 4px;
}

.footer-wizet-two p {
    color: #2a2a2a;
    border-top: 2px solid #eec946;
    margin: 30px 100px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
}

.footer-wizet-end p {
    color: #2a2a2a;
    text-align: center;
    letter-spacing: .4px;
    -webkit-text-stroke-color: transparent;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0;
    background-color: #fff;
}

section.massage {
    padding: 100px 0;
    background-color: #fff7f7;
    background-position: 50%;
    display: block;
}

.massage-text {
    background-color: #2a2a2a;
    background-image: url(https://uploads-ssl.webflow.com/64898b5b8024709235041a78/64a69ac5304310ab640eeb0a_Wave%20Plain.svg);
    background-position: 0 0;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    padding: 100px;
    display: flex;
    color: #fff;
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
}

.massage-text .img-fluid {
    max-width: 20%;
    height: auto;
    margin-bottom: 20px;
}

.massage-text h3 {
    border-bottom: 2px solid #f7af2b;
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    font-style: normal;
    font-variant: normal;
    margin-left: 10px;
    margin-right: 10px;
}

.massage-text p {
    font-size: 15px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

section.booking-form {
    background-color: #2a2a2afa;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
}

.booking-form-width {
    max-width: 740px;
    margin: 0 auto;
    padding: 0;
    background-color: #2a2a2a5c;
}

.booking-form-header h1 {
    color: #fff;
    border-bottom: 1.5px solid #ffc90e;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: Vollkorn, serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 48px;
}

@media screen and (max-width:900px) {
    .booking-form-header h1 {
        font-size: xx-large;
    }
}

@media screen and (max-width:500px) {
    .hero-section .hero-logo {
        max-width: 40%;
        height: auto;
    }

    section.quick-chat img.img-fluid {
        max-width: 45%
    }

    .footer-right img {
        width: 45%
    }

    section.massage {
        padding-top: 30px;
    }

    .massage-text {
        padding: 10px;
    }

    .massage-text .img-fluid {
        max-width: 50%;
        height: auto;
        margin: 20px 0;
    }

    .massage-text h3 {
        width: auto;
        flex-direction: column;
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 30px;
        display: flex;
        font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
        font-style: normal;
        font-variant: normal;
    }

    .massage-text p {
        font-size: 15px;
        padding: 0 10px;
    }

    section.booking-form {
        padding: 50px 0 0;
    }

    .booking-form-header h1 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media screen and (max-width:400px) {
    .booking-form-header h1 {
        font-size: 27px;
        line-height: 34px;
    }
}

@media screen and (max-width:340px) {
    .booking-form-header h1 {
        font-size: 23px;
        line-height: 34px;
    }
}

.booking-form-header {
    padding-right: 0;
}

@media screen and (max-width:773px) {
    .booking-form-header {
        padding-right: 40px;
    }
}

.booking-form-header p {
    color: #e1dddc;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 50px;
}

.paragap {
    width: auto;
}

.booking-form-width .col-md-5 {
    padding-right: 60px;
}

.booking-form-left-deatils {
    text-align: right;
    border-right: 1px solid rgba(201, 193, 223, .2);
}

.booking-forrm-left {
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(201, 193, 223, .2);
}

.booking-forrm-left p {
    color: rgba(201, 193, 223, .4);
    font-family: Open Sans, sans-serif;
    margin-bottom: 0;
}

.booking-form-left-deatils .booking-forrm-left.child p {
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
}

.booking-form-left-deatils .booking-forrm-left.child p.number,
.booking-forrm-left2 p.number {
    font-size: 34px;
    font-weight: 600;
    line-height: 60px;
}

.booking-form-left-deatils .child-one p {
    font-weight: 600;
}

.booking-forrm-left.child-eight h5,
.booking-forrm-left.child-seven h2 {
    color: rgba(201, 193, 223, .4);
    font-weight: 700;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.booking-forrm-left.child-two p {
    font-size: 14px;
}

.booking-forrm-left.child-seven h2 {
    font-size: 22px;
}

.booking-forrm-left.child-seven p {
    font-style: italic;
    font-size: 14px;
}

.booking-forrm-left.child-eight {
    border-bottom: none;
}

.booking-forrm-left.child-eight h5 {
    font-size: 16px;
}

section.booking-form .col-md-7 {
    padding-left: 0;
}

.booking-form-right-deatils input[type=date]::-webkit-calendar-picker-indicator,
.booking-form-right-deatils input[type=date]::-webkit-inner-spin-button {
    filter: invert(1);
}

.booking-form-right-deatils input.date {
    border: none;
    outline: 0;
    color: #fff;
}

.booking-form-right-deatils .row.input-class {
    display: flex;
    margin-left: 0;
}

.booking-form-right-deatils .form-check.one,
.form-input {
    margin-right: 20px;
}

.booking-form-right-deatils .header-text p {
    color: #c9c1df;
    letter-spacing: .5px;
    -webkit-text-stroke-color: #505050;
    border-bottom: 1px solid rgba(201, 193, 223, .5);
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-family: PT Serif, serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 24px;
}

.booking-form-right-deatils p {
    color: #fff;
    letter-spacing: .5px;
    padding-bottom: 20px;
    font-size: 14px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

@media screen and (max-width:767px) {
    .booking-form-left-deatils {
        display: none;
        visibility: hidden;
    }

    .booking-form-right-deatils.two {
        padding: 0;
    }

    .booking-form-right-deatils {
        padding: 0 0 0 20px;
    }

    .booking-form-right-deatils .row.input-class {
        margin: 0 auto;
    }

    .booking-form-right-deatils p {
        font-weight: 500;
    }
}

@media screen and (max-width:500px) {
    .booking-form-right-deatils .form-check.one {
        margin-right: 75px;
    }
}

@media screen and (max-width:495px) {
    .booking-form-right-deatils .form-check.one {
        margin-right: 70px;
    }
}

@media screen and (max-width:490px) {
    .booking-form-right-deatils .form-check.one {
        margin-right: 60px;
    }
}

@media screen and (max-width:480px) {
    .booking-form-right-deatils .form-check.one {
        margin-right: 50px;
    }
}

@media screen and (max-width:470px) {
    .booking-form-right-deatils .form-check.one {
        margin-right: 40px;
    }
}

@media screen and (max-width:459px) {
    .booking-form-right-deatils .form-check.one {
        margin-right: 30px;
    }
}

@media screen and (max-width:450px) {
    .booking-form-right-deatils .form-check.one {
        margin-right: 25px;
    }
}

@media screen and (max-width:400px) {
    .booking-form-right-deatils .form-check.one {
        margin-right: 35px;
    }
}

@media screen and (max-width:395px) {
    .booking-form-right-deatils .form-check.one {
        margin-right: 33px;
    }
}

@media screen and (max-width:390px) {
    .booking-form-right-deatils .form-check.one {
        margin-right: 20px;
    }
}

@media screen and (max-width:375px) {
    .service-slider-text p {
        font-size: 20px;
    }

    .booking-form-right-deatils .form-check.one {
        margin-right: 20px;
    }
}

@media screen and (max-width:360px) {

    .mobile .btn.btn-outline-warning,
    .service-quick-book button.btn.btn-outline-dark {
        font-size: 15px;
    }

    .book-quick-chat button.btn.btn-outline-warning {
        padding: 6px 65px;
        font-size: 15px !important;
    }

    .booking-form-right-deatils .form-check.one {
        margin-right: 33px;
    }
}

@media screen and (max-width:354px) {
    .booking-form-right-deatils .form-check.one {
        margin-right: 26px;
    }
}

.booking-form-right-deatils .form-check {
    width: 175px;
    border-radius: 8px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #fff;
    text-align: center;
    height: 52px;
}

@media screen and (max-width:500px) {
    .booking-form-right-deatils .form-check {
        width: 190px;
    }
}

@media screen and (max-width:443px) {
    .booking-form-right-deatils .form-check {
        width: 177px;
    }
}

@media screen and (max-width:417px) {
    .booking-form-right-deatils .form-check {
        width: 174px;
    }
}

@media screen and (max-width:403px) {
    .booking-form-right-deatils .form-check {
        width: 160px;
    }
}

@media screen and (max-width:375px) {
    .booking-form-right-deatils .form-check {
        width: 157px;
    }
}

@media screen and (max-width:360px) {
    .booking-form-right-deatils .form-check {
        width: 143px;
    }
}

@media screen and (max-width:320px) {
    .mobile .hero-texts p.crown {
        font-size: 25px;
    }

    .booking-form-right-deatils .form-check.one {
        margin-right: 20px;
    }

    .booking-form-right-deatils .form-check {
        width: 130px;
    }
}

.booking-form-right-deatils .form-checking {
    width: 175px;
    padding-right: 0;
    padding-left: 0;
}

@media screen and (max-width:500px) {
    .booking-form-right-deatils .form-checking {
        width: 120px;
    }

    .booking-form-right-deatils .form-checking .guests {
        width: 186px !important;
        padding-right: 0;
    }
}

@media screen and (max-width:443px) {
    .booking-form-right-deatils .form-checking .guests {
        width: 175px !important;
        padding-right: 0;
    }
}

@media screen and (max-width:417px) {
    .booking-form-right-deatils .form-checking .guests {
        width: 168px !important;
        padding-right: 0;
    }
}

@media screen and (max-width:403px) {
    .booking-form-right-deatils .form-checking .guests {
        width: 160px !important;
        padding-right: 0;
    }
}

@media screen and (max-width:375px) {
    .booking-form-right-deatils .form-checking .guests {
        width: 156px !important;
        padding-right: 0;
    }
}

@media screen and (max-width:360px) {
    .booking-form-right-deatils .form-checking .guests {
        width: 143px !important;
        padding-right: 0;
    }
}

label.ss-toggle {
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    font-family: Open Sans, sans-serif;
    padding: 13px 0;
    width: 175px;
    border-radius: 8px;
    border: 2px solid #f7af2b;
}

.form-page-two-left .form-check,
.form-page-two-left label.ss-toggle {
    width: 162px;
}

.checkbox {
    display: none;
}

.menu-active {
    background-color: #f7af2b;
}

.booking-form-right-deatils .select-field {
    width: 375px;
    height: 50px;
    color: #fff;
    background-color: #2a2a2afa;
    border: 2px solid #f7af2b;
    padding-left: 10px;
    border-radius: 7px;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
    display: flex;
}

@media screen and (max-width:500px) {

    .booking-form.one label.ss-toggle,
    label.ss-toggle {
        width: 100%
    }

    .booking-form-right-deatils .select-field {
        width: 100%;
        font-weight: 400;
    }
}

.booking-form-right-deatils option {
    background: #361747;
}

.contact-page.gallery-page,
section.contact-page {
    height: auto;
    background-color: #fff;
    background-image: url(https://uploads-ssl.webflow.com/64898b5b8024709235041a78/64a69a57b6354a3471e32a10_Wave%20Purple.svg);
    background-repeat: no-repeat;
    background-size: auto;
}

.booking-form-right-deatils input[type=date] {
    display: inline-flex;
    background: #2a2a2afa;
    border: none;
    color: #fff;
    font-size: 15px;
}

@media screen and (max-width:800px) {
    .booking-form-right-deatils input[type=date] {
        font-size: 15px;
        color: #fff;
    }
}

@media screen and (max-width:330px) {

    .booking-form-right-deatils .select-field,
    label.ss-toggle {
        font-size: 14px;
    }

    .booking-form-right-deatils input[type=date] {
        font-size: 14px;
        color: #fff;
    }
}

.booking-form-right-deatils input:active.date {
    border: none;
}

.form-input {
    width: 375px;
    border: 2px solid #f7af2b;
    border-radius: 8px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 0 12px 10px;
}

@media screen and (max-width:500px) {
    .form-input {
        width: 100%
    }
}

@media screen and (max-width:321px) {
    .paragap {
        width: 285px;
    }

    .booking-form-right-deatils .form-checking .guests {
        width: 133px !important;
        padding-right: 0;
    }

    .booking-form-right-deatils .select-field {
        width: 287px;
    }

    .form-input {
        width: 288px;
    }
}

@media screen and (max-width:309px) {
    .booking-form-right-deatils .form-checking .guests {
        width: 129px !important;
        padding-right: 0;
    }

    .booking-form-right-deatils .select-field {
        width: 279px;
    }

    .form-input {
        width: 277px;
    }
}

.all-done {
    width: 375px;
    height: 55px;
    background-color: #f7af2b;
    border-radius: 7px;
    margin-top: 50px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

button.all-done {
    border: none;
}

button:hover.all-done {
    background: #f7af2bab;
}

.last-child p {
    max-width: 375px;
    color: rgba(201, 193, 223, .4);
    margin-top: 20px;
    margin-bottom: 70px;
    padding-top: 0;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0;

}

.booking-forrm-left2 p,
.booking-forrm-left2.child-eight h5 {
    color: rgba(208, 193, 240, .44);
}

.booking-form.two .container {
    padding: 0 30px;
}

@media screen and (max-width:991px) {
    section.menubar .img-fluid {
        margin-left: 0;
    }

    ul.navbar-nav {
        margin-left: 41px;
    }

    div#navbarSupportedContent {
        background: #c8c8c8;
    }

    button.navbar-toggler {
        background: 0 0;
        float: right;
    }

    .booking-form.two .container {
        padding: 0;
    }
}

.booking-form-two {
    width: 760px;
    margin: 0 auto;
}

.booking-form-two h1 {
    margin-right: 50px;
    font-size: 43px;
}

.form-page-two-left {
    width: 380px;
}

.form-page-two-left p {
    width: 355px;
}

.booking-form-two .all-done,
.booking-form-two .form-input,
.booking-form-two .select-field {
    width: 345px;
}

.booking-form-right-deatils.form-page-two-right {
    margin-left: 20px;
}

.form-page-two-right .last-child p {
    width: 345px;
    border-bottom: 1px solid rgba(201, 193, 223, .5);
    margin-bottom: 0;
}

.booking-forrm-left2 {
    margin-top: 20px;
    text-align: right;
    border-bottom: 1px solid rgba(201, 193, 223, .3);
}

.booking-forrm-left2 p {
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

@media screen and (min-width:767px) {
    .form-footer {
        display: none;
        visibility: visible;
    }
}

.booking-forrm-left2.child-eight {
    border-bottom: none;
    margin-top: 15px;
}

@media screen and (min-width:851px) {
    .booking-form.one {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width:850px) {
    .booking-form.two {
        display: none;
        visibility: hidden;
    }

    .booking-form.one {
        visibility: visible;
    }
}

section.contact-page {
    background-position: 50%;
    padding-top: 60px;
    padding-bottom: 80px;
    display: block;
}

@media screen and (max-width:500px) {
    .all-done {
        width: 100%
    }

    section.contact-page {
        padding-top: 35px;
    }
}

.contact-header .container,
.contact-page.gallery-page .container {
    overflow: hidden;
}

.contact-width {
    margin: 0 auto;
}

.contact-header,
.contact-header-bottom {
    padding: 0 15px;
    overflow: hidden;
}

.contact-header h1 {
    color: #dead29;
    font-family: PT Serif, serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #f7af2b;
}

.contact-header h2 {
    color: #dead29;
    font-family: PT Serif, serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    padding: 5px 0;
    border-bottom: 1px solid #f7af2b;
    margin-top: 30px;
}

.contact-header p,
.contact-header-bottom.left p {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

@media screen and (max-width:450px) {
    .contact-header h1 {
        padding: 0 0 20px;
        word-spacing: -3px;
        line-height: 34px;
    }
}

.contact-header p {
    font-size: 15px;
    padding: 20px 0 25px;
}

@media screen and (min-width:750px) {

    .footer-wizet-two.phone,
    .map-phone-contact iframe {
        visibility: hidden;
        display: none;
    }
}

@media screen and (max-width:750px) {
    button.btn.btn-outline-warning {
        padding: 10px 111px;
    }

    .footer-wizet-two.pc,
    .map-pc-contact iframe {
        visibility: hidden;
        display: none;
    }

    .footer-wizet-end p {
        font-size: 10px;
        font-weight: 500;
    }
}

.contact-header-bottom h2 {
    border-bottom: 1px solid #f7af2b;
    padding-top: 60px;
    padding-bottom: 12px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 28px;
    font-weight: 700;
    color: #dead29;
}

.contact-end a p,
.contact-end p,
.single-blog h2 {
    font-family: PT Serif, serif;
}

@media screen and (max-width:851px) {
    .contact-width {
        padding: 0 15px;
    }

    .contact-header,
    .contact-header-bottom {
        padding: 0;
        overflow: hidden;
    }

    .contact-header h1 {
        font-size: xx-large;
    }

    .contact-header-bottom h2 {
        padding-top: 30px;
        font-size: 26px;
    }
}

.contact-header img.image-25 {
    border-radius: 16px;
    max-height: 560px;
    width: 100%
}

.contact-header-bottom.left p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 21px;
    color: #000;
}

p.diffrent {
    padding-top: 20px;
}

.contact-header-bottom .form-control {
    padding: 12px;
    border: 2px solid #422255;
    border-radius: 7px;
}

button.btn.btn-primary {
    height: 50px;
    border: 2px #422255;
    background-color: #dead29;
    color: #fff;
    border-radius: 10px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    margin-top: 28px;
}

.gallery-page .contact-header p,
.gallery-page.blog-page .contact-header p {
    font-size: 15px;
    font-weight: 400;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

button.btn.btn-primary:hover {
    background-color: #7a7a7a;
}

.contact-end {
    border-top: 1px solid #f7af2b;
    margin-top: 40px;
    padding-top: 30px;
}

.contact-end p {
    color: #28164b;
    margin-right: 0;
    font-size: 20px;
    line-height: 28px;
    padding-right: 100px;
}

.contact-end a p {
    border: 2px solid #dead29;
    color: #dead29;
    font-weight: 700;
    text-align: center;
    border-radius: 11px;
    padding: 10px 0;
    font-size: 18px;
    letter-spacing: .5px;
}

.contact-end a p:hover {
    border: 2px solid #a7a7a7;
    background: #dead29;
    color: #fff;
}

.contact-header-bottom .mb-3 {
    margin-bottom: 5px !important;
}

.contact-header-bottom .form-label {
    margin-top: .5rem;
    margin-bottom: .2rem;
    font-size: 17px;
}

.contact-page.gallery-page {
    background-position: center;
    padding-top: 25px;
    padding-bottom: 80px;
    display: block;
}

.gallery-page .contact-header {
    padding: 0;
}

.gallery-page .contact-header h1 {
    padding: 80px 0 20px;
}

.gallery-page .contact-header p {
    padding: 15px 0 25px;
}

section.gallery {
    padding-left: 10px;
    padding-right: 20px;
}

.gallery.venu {
    padding-left: 5px;
}

@media screen and (max-width:1000px) {
    section.weding.gallery-page {
        padding-left: 19px;
    }
}

.gallery-page img.img-fluid {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

a.col-sm-4.gallery-single-img {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 10px;
}

.btn:active,
.btn:focus,
button:active,
button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.gallery-page .contact-end {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 30px;
    padding-top: 25px;
}

button.btn.btn-primary.request {
    margin-top: 0;
}

.footer-wizet-end p a span:hover {
    color: #591f88 !important;
}

@media screen and (max-width:1000px) {
    .footer-right {
        color: #cda727;
        padding: 40px 0;
    }

    .footer-wizet-one p {
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer-wizet-two p {
        margin-left: 25px;
        margin-right: 25px;
    }

    .contact-end p {
        padding-right: 0;
        padding-bottom: 20px;
        font-size: 18px;
    }

    .log-device {
        display: none;
        visibility: hidden;
    }

    .footer-wizet-end.pc {
        visibility: visible;
    }

    .footer-wizet-end.phone {
        visibility: hidden;
        display: none;
    }
}

@media screen and (min-width:1000px) {

    .footer-wizet-end.pc,
    .phone-screen,
    .phone-slider,
    section.mobile {
        visibility: hidden;
        display: none;
    }

    .map-mobile {
        visibility: hidden;
        display: block;
        height: 0;
    }

    .small-decice {
        display: none;
        visibility: hidden;
    }

    .footer-wizet-end.phone {
        visibility: visible;
    }
}

.gallery-page.blog-page .contact-header p {
    padding: 15px 0 0;
    margin-bottom: 10px;
}

.blog .col-md-4 {
    margin-top: 25px;
}

.single-blog {
    background: #2a2a2a;
    padding: 5px;
    border-radius: 15px;
    min-height: 449px;
    transition: all .3s ease-in-out;
}

.single-blog:hover {
    background-color: #cda727;
}

.single-blog img {
    border-radius: 15px;
}

.single-blog h2 {
    /* background: #2a2a2a; */
    color: #fff;
    padding: 7px 10px;
    transition: .3s ease-in-out;
    font-size: 17px;
}

.single-blog:hover h2 {
    /*background: #e5cf79;*/
    /*color: #5e1c94;*/
}

.gallery-page.blog-page .contact-header {
    padding: 0 19px 0 0;
}

section.contact-page.blog-details {
    padding-top: 0;
}

section.blog-details img {
    max-width: 100%;
    max-height: 400px;
    height: 100%;
    margin: 30px auto;
    border-radius: 15px;
    display: block;
    margin-top: 100px;
}

@media screen and (max-width:560px) {
    .booking-form-header {
        padding-right: 20px;
        padding-left: 20px;
    }

    .booking-form-right-deatils.two,
    .gallery-page.blog-page .contact-header {
        padding: 0;
    }

    .booking-form-right-deatils {
        padding: 0 10px 0 18px;
    }

    .gallery-page .contact-width {
        padding: 0 0 0 10px;
    }

    .gallery-page .contact-header h1 {
        padding: 20px 0;
    }

    .gallery-page .contact-header {
        padding: 0 19px 0 0;
        overflow: hidden;
    }

    .gallery-page img.img-fluid {
        width: 100%;
        object-fit: cover;
    }

    .gallery-page .contact-end {
        margin-top: 0;
        padding-top: 25px;
        margin-left: 5px;
    }

    .gallery-page.blog-page .contact-width {
        padding: 0 20px;
    }

    .blog-page .contact-end {
        margin-top: 0;
        padding-top: 25px;
        margin-left: 0;
        margin-right: 0;
    }

    section.blog-details img {
        max-height: 300px;
    }
}

@media screen and (max-width:460px) {
    section.blog-details img {
        max-height: 250px;
    }
}

.blog-details .contact-header {
    padding: 0 15px 0 0;
    overflow: hidden;
}

.blog-details-text p {
    padding: 0;
    overflow: hidden;
    text-align: justify;
}

@media screen and (max-width:560px) {
    .blog-details .contact-header {
        padding: 0;
        overflow: hidden;
    }

    .blog-details .contact-end p {
        padding-right: 0;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .blog-details button.btn.btn-primary {
        height: 45px;
        width: 90%;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width:360px) {
    .blog-details .contact-end p {
        padding-right: 0;
        padding-bottom: 20px;
        font-size: 12px;
    }
}

@media screen and (max-width:400px) {
    .gallery-page .contact-end {
        margin-top: 0;
        padding-top: 25px;
        margin-left: 5px;
        margin-right: 25px;
    }

    section.blog-details img {
        max-height: 200px;
        margin-top: 70px;
    }

    .blog-details .contact-end {
        margin-top: 0;
        padding-top: 25px;
        margin-left: 0;
        margin-right: 0;
    }
}





/* ==============Management page start================= */
.mang-hero-section {
    background-image: url('../image/management.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.mang-text {
    margin-top: 300px;
    margin-bottom: 200px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .mang-text {
        margin-top: 200px;
    }

    p.pc-mng {
        visibility: hidden;
        display: none;
    }

    p.phone-mng {
        visibility: visible;
        margin: 20px 0px;
    }
}

@media screen and (min-width: 767px) {
    p.phone-mng {
        visibility: hidden;
        display: none;
    }

    p.pc-mng {
        visibility: visible;
    }
}

@media screen and (max-width: 1000px) {
    .mang-about-us-right {
        margin-top: 75px;
    }
}

@media screen and (max-width: 767px) {
    .mang-about-us-right {
        margin-top: 0px;
    }

    .book-quick-chat.mang button.btn.btn-outline-warning {
        padding: 6px 72px;
    }

}

.mang-text h1 {
    font-family: PT Serif, serif;
    font-size: xxx-large;
    color: #fff;
    font-weight: 600;
}

.mang-text p {
    font-family: PT Serif, serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}

.book-quick-chat-mng button.btn.btn-outline-warning {
    font-family: PT Serif, serif;
    font-size: 18px;
    border: 1px solid #eec946;
    font-weight: 700;
    min-width: 230px;
    min-height: 50px;
}

section.section-mang-about-us {
    background: #2a2a2a;
    padding: 100px 0px;
}

.mang-about-us {
    max-width: 950px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .mang-about-us-left {
        padding: 0px 25px;
    }
}

.mang-about-us-left h3 {
    font-family: PT Serif, serif;
    color: #e9ba1e;
    border-bottom: 2px solid;
    font-size: 23px;
}

.mang-about-us-left p {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
    margin: 27px 0px;
    letter-spacing: .3px;
    line-height: 22px;
}

.mang-about-us-right img.img-fluid {
    border-radius: 10px;
}

.review-text.mang {
    min-height: 200px;
}

@media screen and (max-width: 767px) {
    .phone-screen.mang .carousel-item {
        height: 180px;
    }
}

.quick-chat-header.mang h1 {
    font-family: PT Serif, serif;
    font-weight: 700;
    color: #e9ba1e;
}

@media screen and (max-width: 767px) {
    .quick-chat-header.mang {
        padding: 0px 20px;
    }

    .slider-text.mang {
        padding: 0px 20px;
    }
}

.slider-text.mang p {
    margin: 75px 0px 0px;
    border-top: 2px solid #eec946;
    border-bottom: none;
    letter-spacing: 0;
    padding-top: 30px;
    padding-bottom: 0px;
}


ul.dropdown-menu.show {
    background: #3a1550;
    margin-top: 8px;
}

.dropdown-item.mang {
    transition: all 0.3s ease-in-out;
}

a.dropdown-item.mang {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
}

a.dropdown-item.mang:hover {
    color: #eec946;
}

.dropdown-item.mang:focus,
.dropdown-item:hover {
    background-color: transparent;
}




/* ============ Full Page Slider ================= */
*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.creative-fullpage--slider {
    background-color: #ffffff;
    z-index: 2;
    width: 100%;
    position: relative;
    flex-direction: column;
    height: 95vh;
    font-size: 16px;
    display: flex;
    clip-path: none !important;
}

.creative-fullpage--slider .slider-inner {
    background: #000;
    height: 95vh;
    position: relative;
}

.creative-fullpage--slider .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    overflow: hidden;
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
    object-fit: cover;
    width: 100%;
    height: 95vh;
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    position: absolute;
    top: 22%;
    left: 50px;
    z-index: 1;
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: -1px;
    background-color: transparent;
    background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
    color: #ffffff;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
    margin-top: 50px;
    color: #fff;
    font-size: 7vw;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-left: -12px;
    text-decoration: none;
}

.swiper-slide .slider-inner .swiper-content p.disc {
    font-size: 20px;
    width: 100%;
    margin-top: 15px;
    margin: 20px 0px 40px 0px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFFB0;
}

.creative-btn--wrap .creative-slide--btn {
    color: #ffffff;
    margin-left: 18px;
    font-size: 1.4em;
    transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
    font-weight: 400;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: none;
    outline-color: transparent;
    box-shadow: none;
    will-change: transform;
    backface-visibility: hidden;
}

.creative-btn--circle .circle {
    position: absolute;
    right: calc(100% - 10px);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    clip-path: circle(25% at 50% 50%);
    transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle .circle-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    background-color: #ffffff;
    will-change: transform;
    transform: scale(0);
    z-index: 1;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
    transform: translate(-100%, 0%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
    width: 20px;
    height: 20px;
    stroke: none;
    fill: #000;
}

.creative-btn--circle .circle-outline {
    fill: transparent;
    width: 10px;
    stroke: #ffffff;
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
    margin-left: 4pt;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
    position: absolute;
    left: 4pt;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
    transform-origin: right;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
    transform: translateX(18px);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
    transform: scale(0, 1);
}

.creative-btn--wrap .creative-slide--btn:hover {
    margin-left: 38px !important;
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
    clip-path: circle(50% at 50% 50%);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
    transform: scale(1, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
    transform: translate(0%, 0%);
    opacity: 1;
}

.swiper-container-h .slider-pagination-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: unset;
    right: unset;
    bottom: 80px;
    left: 50% !important;
    transform: translateX(-50%);
    width: 500px;
    z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
    font-size: 16px;
    font-weight: 500;
    margin: 0 15px;
    color: #ffffff;
    line-height: 0;
    position: absolute;
    font-size: 20px;
}

.swiper-container-h .slider-pagination-area .slide-range.one {
    left: -50px;
}

.swiper-container-h .slider-pagination-area .slide-range.three {
    right: -50px;
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 500px !important;
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        width: 100%;
        text-align: center;
        left: 0;
    }

    .swiper-container-h .slider-pagination-area {
        width: 200px !important;
    }

    .swiper-container-h .slider-pagination-area .swiper-pagination {
        bottom: 0 !important;
        width: 200px !important;
    }
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
    .swiper-slide .slider-inner .swiper-content .title-area .title {
        font-size: 64px;
    }

    .swiper-slide .slider-inner .swiper-content .title-area .tag {
        margin-bottom: 0px;
    }

    .swiper-slide .slider-inner .swiper-content p.disc {
        margin: 20px auto 20px auto;
        font-size: 16px;
        width: 95%;
    }

    .swiper-container-h .slider-pagination-area {
        display: none;
    }

    .swiper-slide .slider-inner .swiper-content p.disc br {
        display: none;
    }
}

.whatsapp {
    position: fixed;
    z-index: 100;
    bottom: 15px;
    right: 15px;
}

i.bi.bi-whatsapp {
    font-size: 36px;
    color: #fff;
    background: #25D366;
    padding: 2px 10px 5px;
    border-radius: 50%;
}

@media screen and (max-width: 675px) {
    .whatsapp {
        position: fixed;
        z-index: 100;
        bottom: 15px;
        right: 15px;
    }

    i.bi.bi-whatsapp {
        font-size: 32px;
        color: #fff;
        background: #25D366;
        padding: 5px 10px;
        border-radius: 50%;
    }
}


/* ==================Start venu-hire Page===================== */
.row.venu-hire {
    padding: 100px 0px;
}

@media screen and (max-width: 675px) {
    .row.venu-hire {
        flex-direction: column-reverse;
    }
}

/* ==================Start wedding Page===================== */
.header-sec {
    background-image: url("../image/banner-events.webp");
    /* background-size: cover;  
        background-position: center;  
        background-repeat: no-repeat;  */
    background-attachment: fixed;
    align-items: center;
}

.catering-slider .carousel-inner {
    border-radius: 0px;
}

.catering-slider img.d-block.w-100 {
    height: 60vh;
    object-fit: cover;
}

.recip-deatils-right h2 {
    color: #000;
    font-family: PT Serif, serif;
    font-weight: 700;
    font-size: 32px;
}

@media screen and (max-width: 675px) {
    .recip-deatils-right h2 {
        padding-top: 15px;
    }
}

.recip-deatils-right p {
    font-size: 15px;
    font-weight: 400;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.recip-deatils-left {
    position: relative;
}

.main-img {
    text-align: center;
    padding-top: 50px;
}

.main-img img {
    border-radius: 10px;
    border: 2px solid #dead29;
    max-height: 450px;
}

.pos-img img {
    position: absolute;
    width: 250px;
    height: 300px;
    object-fit: cover;
    top: 0;
    border-radius: 10px;
    border: 2px solid #dead29;
}

@media screen and (max-width: 675px) {
    .pos-img img {
        width: 200px;
        height: 250px;
    }
}

.pos-img.unq img {
    right: 0;
}

section.recip-deatils {
    margin: 30px 0px;
    background-image: url(../image/test.svg);
    background-position: top;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-attachment: fixed;
}

@media screen and (max-width: 675px) {
    section.recip-deatils {
        margin: 30px 19px;
    }
}

@media screen and (max-width: 675px) {
    .row.recip-deatils {
        flex-direction: column-reverse;
    }
}

.header-sec h2 {
    margin: 200px 0px 50px;
    background: #2a2a2a;
    padding: 0px 10px 5px;
    color: #fff;
    width: auto;
    border-radius: 10px;
    font-family: PT Serif, serif;
    font-weight: 700;
}

.weding img.img-fluid {
    width: 100%;
    height: 300px;
    border: 1px solid #c9c1df;
    object-fit: cover;
    border-radius: 10px;
}

/* ====================start catering page========================== */
.food-menu {
    padding: 50px 0px;
}

.food-menu-singl {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 11px #edeaea;
    margin: 50px 15px;
}

.service-quick-book.catering {
    float: none;
    text-align: center;
}

.food-menu-singl img.img-fluid {
    border-radius: 10px;
    margin-bottom: 20px;
}

.food-menu-singl p {
    color: #000000;
    padding: 20px 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.main-img.catering img {
    max-height: 400px;
}

.food-menu-bottom .col-md-2 {
    padding: 0;
    border: 1px solid #fff;
    margin-bottom: 10px;
    position: relative;
}

.food-menu-bottom .img-fluid {
    max-width: 100%;
    height: auto;
    max-height: 420px;
    width: 100%;
    object-fit: cover;
}

.food-menu-bottom p {
    position: absolute;
    background: red;
}

.food-menu-bottom p {
    position: absolute;
    background: #d1d1d1e6;
    margin: 0 auto;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 10px 0px;
    transition: all 0.5s ease-in-out;
    font-size: 15px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 600;
}

.food-menu-bottom .col-md-2:hover P {
    background: #000000ba;
    color: #fff;
}

.newws-letter {
    background: #2a2a2a;
    ;
    border-radius: 15px;
    padding: 10px 0px 18px;
    background-image: url(../image/test.svg);
    background-attachment: fixed;
    background-position: top;
}

@media (max-width: 675px) {
    .newws-letter {
        padding: 10px 15px 18px;
    }
}

.newws-letter p {
    color: #fff;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
}

.video-container .title-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================Start Service Page ======================*/
section.services {
    padding: 100px 0px;
}

@media screen and (max-width: 675px) {
    section.services {
        padding: 76px 0px;
    }
}

section.services h3 {
    color: #dead29;
    font-family: PT Serif, serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    border-bottom: 1px solid #dead29;
}

section.services h2 {
    color: #dead29;
    font-family: PT Serif, serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
}

section.services h2 {
    color: #2a2a2a;
    font-family: PT Serif, serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    border-bottom: 1px solid #dead29;
    display: inline-block;
}

@media screen and (max-width: 675px) {
    section.services h2 {
        font-size: 24px;
    }
}

section.services p {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #281947;
    margin-top: 10px;
}

@media screen and (max-width: 675px) {
    section.services p {
        padding-bottom: 30px;
    }
}

.services.two {
    background: url(../image/test.svg) 100% / cover #f3f3f3;
    background-attachment: fixed;
    background-position: center;
}

.dservice-details .img-fluid {
    max-width: 16%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

section.services .dservice-details {
    padding: 20px;
    background: #f9f9f9;
    margin-bottom: 20px;
    border-radius: 10px;
    height: 220px;
    border: 2px solid #f9f9f9;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

section.services .dservice-details p {
    color: #2a2a2a;
}

section.services .dservice-details:hover {
    background: #ffffff;
    border: 2px solid #dea86b;
}






/* suppliers section start here */
section.suppliers-section {
    /* background-color: var(--bg-secondary-color); */

}

div.divider {
    height: 2px;
    width: 150px;
    background-color: #dea86b;
}

section.supplier-details-container h3.sub-heading {
    font-size: 26px;
}


section.supplier-details-container {
    /* background-color: var(--bg-primary-color); */
}


section.supplier-details-container .content-container {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    position: relative;
}


section.supplier-details-container .item {
    /* padding: 16px; */
    overflow: hidden;
    border: 0.5px solid;
    border-color: #c58e03b0;
    border-radius: 7px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    background: #29221d;
}


section.supplier-details-container .item:hover {
    box-shadow: 0px 0px 11px 3px #c58e03;
}
section.supplier-details-container img {
    width: 100%;
    height: auto;
    object-fit: cover;

}




section.supplier-details-container .item-heading-container {
    margin-bottom: 6px;
}

section.supplier-details-container .heading {
    /* font-family: var(--font-familly-libre-baskerville); */
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}


section.supplier-details-container .heading a {
    color: #fff;
}

section.supplier-details-container .content {
    /* font-family: var(--font-familly-monserrat); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.supplier-details-container .content .text {
    margin-bottom: 20px;
}

section.supplier-details-container .content .text p {
    font-size: 12px;
    line-height: initial;
    text-align: center;
    color: #fff;
}


section.supplier-details-container .content .links {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 20px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    transform: translatex(-50%);
    /* margin: auto; */
}

section.supplier-details-container .content .links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000036;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

section.supplier-details-container .content .links a:hover {
    background-color: #C58E03;
}

section.supplier-details-container .content .links i {
    color: #fff;
    font-size: 16px;
}

section.supplier-details-container .content p.link a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

@media (max-width:768px) {
    section.supplier-details-container img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    section.supplier-details-container .heading {
        font-size: 18px;
        margin-bottom: 20px;
    }

    section.supplier-details-container .content p.link a {
        font-size: 16px;
        margin-bottom: 8px;
    }

    section.supplier-details-container .content p.link:last-child a {
        margin-bottom: 0px;
    }

}

/* suppliers section end here */



@media (max-width:768px){
  
   .contact-page, .gallery-page, .blog-page {
    padding-top: 76px !important;
    }
    
    .contact-page.blog-details{
        padding-top: 35px !important;
    }
    
    section.booking-form {
    padding: 50px 0 0;
    padding-top: 76px !important;
}
}





