.second-text {
    font-family: var(--text-font);
}

#home1 .welcome {
    font-family: 'MoonTime';
    text-transform: none;
    font-size: 55px !important;
}

#home2 .welcome {
    font-family: 'MoonTime';
    text-transform: none;
    font-size: 55px !important;
}

.collapse.show a {
    color: #000 !important;
}

#testimonials h2 {
    font-family: 'MoonTime';
    text-transform: none;
    font-size: 55px !important;
    padding-top: 50px;
    margin-bottom: -20px;
}

#reviews .review-header {
    font-size: 45px !important;
    padding-top: 0;
}

/*menu css */
.cta.story {
    margin-top: 17vh;
}

.divider {
    color: var(--color-1);
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
    line-height: 2;
}

.divider:before,
.divider:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 50%;
    border-bottom: 2px dotted var(--color-1);
    margin: 0 2% 0 -55%;
}

.divider:after {
    margin: 0 -55% 0 2%;
}


h3.divider {
    font-family: var(--big-headers-font);
    text-transform: capitalize;
    font-size: 3rem;
}



.nav-link.active {
    background-color: var(--color-1);
    color: #fff;
}

.menu-item h5 {
    color: var(--color-3);
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--text-font) !important;
}

.item-title {
    margin-bottom: 30px;
    position: relative;
}

.menu-item h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    font-size: 1.1rem;
    font-weight: 500;
}


.menu-item p {
    color: var(--color-3);
    padding-right: 5%;
}

.menu-item h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-item h5>span {
    background-color: var(--color-2);
    margin-bottom: -2px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    display: flex;
    column-gap: 10px;
}

@media (max-width: 1200px) {
    .item-title h5>span {
        background-color: var(--color-2);
        margin-bottom: -2px;
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (max-width: 1200px) {
    .item-title h5>span {
        background-color: var(--color-3);
        margin-bottom: -2px;
        font-size: 17px;
        line-height: 1.5;
    }

    h3.divider {
        font-family: var(--big-headers-font);
        text-transform: capitalize;
        font-size: 22px;
    }

    .ingredients {
        font-size: 16px;
    }
}

@media (max-width: 650px) {
    .item-title h5 {
        display: block;
    }
}

.price {
    color: var(--color-3) !important;
    font-size: 1rem !important;
    line-height: 1.5;
    font-weight: 600;
    font-family: var(--text-font) !important;
}

.inner-section h2 {
    font-weight: 600;
}

.menu-item {
    margin-bottom: 15px;
}


.inner-section h2::before {
    top: 0;
}

.inner-section h2::after {
    bottom: 0;
}

.custom_page_body {
    max-width: 1000px;
    margin: 0 auto;
}

table tr td:nth-child(3) {
    text-align: right;
}

.menu-cat {
    text-align: center;
    font-size: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--color-3);
}

.menu-cat-wrapper h4 {
    font-size: 1.8rem;
}

#menu.accordion {
    margin-top: 30px;
}

.menu-cat-wrapper {
    justify-content: center;
}

.menu-cat::before {
    top: 0;
}

.menu-cat::after {
    bottom: 0;
}



#menu .menu-item {
    margin-top: 0;
    padding-bottom: 10px;
}

#blog .badge.badge-template {
    background-color: #caa05a !important;
}

#blog .blog-bottom .badge.badge-template:hover {
    color: #000 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--color-3);
    background-color: #caa05a;
    font-size: 1.3rem;
    font-family: var(--headers-font);
    font-weight: 400;
}

#menu .accordion-button:not(.collapsed) {
    color: var(--color-3);
    background-color: rgb(250, 199, 21) !important;
}

.nav-pills .nav-link {
    color: var(--color-3);
    font-size: 1.3rem;
    font-family: var(--headers-font);
    font-weight: 400;
}

.inner-section .nav-item {
    margin-left: 5px;
    margin-right: 5px;
}

.menu-cat-wrapper p {
    color: var(--color-3);
    margin-bottom: 30px;
}

#heroCarousel h1,
#heroCarousel h2 {
    color: var(--color-2);
    text-shadow: 0 0 15px #000;
}

#heroCarousel h2 {
    font-size: 2rem !important;
}

#heroCarousel {
    max-height: 100vh;
}

.cta-content-inner .btn-template {
    margin-top: 20px;
}



.buttons {
    z-index: 500;
    position: relative;
    gap: 20px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#home p {
    z-index: 500;
    position: relative;
}

.internal-header svg.internalSvg {
    display: none;
}

.private {
    background-image: url(../images/design/dining.webp);
    background-size: cover;
}

.menu-bg {
    background-image: url(../images/design/menu-bg.webp);
    background-size: cover;
}

.events-bg {
    background-image: url(../images/design/events-bg.webp);
    background-size: cover;
}

.about-bg {
    background-image: url(../images/design/about-bg.webp);
    background-size: cover;
}

.gallery-bg {
    background-image: url(../images/design/gallery-bg.webp);
    background-size: cover;
}

.blog-bg {
    background-image: url(../images/design/blog-bg.webp);
    background-size: cover;
}

.catering-inner .nav-link {
    background: #caa05a;
    border-radius: 0;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.catering-inner .nav.nav-tabs {
    justify-content: center;
    border: 0;
    max-width: 1000px;
    margin: 0 auto;
}

.catering-inner .nav-link h2 {
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--text-font);
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 0;
}

.sisters {
    max-width: 400px;
}

.catering-inner .nav-tabs .nav-item {
    display: flex;
    justify-content: center;
}

.catering-inner .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 0;
    border-radius: 11px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #caa05a;
}

.inner-section h2,
.menu-package h3 {
    font-family: var(--text-font) !important;
    font-size: 1.25rem;
}

.card-subtitle {
    font-family: var(--text-font) !important;
}

.accordion-item {
    margin-bottom: 1.5rem;
    border-radius: 0 !important;
    border: none !important;
}

.accordion-button:focus {
    border-color: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.accordion-button {
    padding: 1.3rem 100px 1.3rem 1.3rem;
    font-size: 22px !important;
    color: var(--color-3);
    background-color: #f6f6f4;
    font-weight: 400;
    letter-spacing: 1px;
}

.accordion-button:not(.collapsed) {
    color: var(--color-3);
    background-color: #f6f6f4;
    box-shadow: none !important;
}


.accordion-button {
    position: relative;
    overflow: hidden;
    padding-right: 40px;
}

.calendar-events img {
    display: none;
}

.internal .cal-wrap .card {
    background-color: var(--color-1) !important;
}

.cal-wrap .card-title {
    color: #fff;
    text-align: center;
}

@media (max-width: 740px) {
    #mainNavbar .navbar-brand img {
        max-width: 70px !important;
    }

    .hero-content-width {
        font-size: 3rem !important;
    }

    .buttons {
        display: flex;
        justify-content: center;
    }

    .cta-container.first {
        padding-top: 30px;
    }

    .buttons .btn-template {
        margin-top: 20px;
        width: 100%;
    }

    #home1,
    #home2,
    #home1 .row,
    #home2 .row,
    #home1 .row .col-lg-6,
    #home2 .row .col-lg-6 {
        height: auto !important;
    }

    #home2 {
        z-index: 50;
        margin-top: -40vh;
        position: relative;
    }

    #footer .d-flex {
        display: grid !important;
    }

}

@media screen and (max-width:991px) {
    .cta-container .cta {
        display: grid;
    }

    .cta-content-wrap {
        width: 100%;
    }

    .image-border-wrapper {
        width: 100%;
    }
}

.navbar-toggler {
    background: #fff;
}

@media (max-width: 991px) {
    .cta-container {
        padding-top: 50px;
        margin-bottom: -250px;
    }

}

.accent-1,
.catering-form,
.private-dining-form {
    background-image: url(../images/design/red-bg.jpg) repeat center center / cover;
}

.second {
    padding-top: 45vh;
}

.home-last {
    margin-bottom: -200px;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background-color: #fac715 !important;
    color: var(--secondary-accent-text) !important;
    border: 1px solid #fac715 !important;
}


.fc .fc-button-primary {
    background-color: #fac715 !important;
    color: var(--main-accent-text) !important;
    border-color: #fac715 !important;
}

.fc .fc-button-primary:disabled {
    background-color: #fac715 !important;
    color: #fff !important;
    border: 1px solid #fac715 !important;
}

/* Promotiles */
.cta-container {
    display: block;
    height: auto;
    padding-top: 20vh;
    position: relative
}

#cta-section-2 .cta-container,
#cta-section-3 .cta-container {
    padding-top: 10vh;
}

.call-to-action {
    position: relative
}

.call-to-action svg.cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%
}

.call-to-action svg.cta-bg path {
    fill: var(--color-1);
    width: 100%;
    height: 100%
}

.wave-divider {
    position: relative;
    bottom: -1px
}

.wave-divider svg {
    width: 120%;
    height: auto;
    margin: auto;
    position: relative;
    bottom: 0;
    left: -50%;
    -webkit-transform: translate(34%);
    -ms-transform: translate(34%);
    transform: translate(34%)
}

.wave-divider svg path {
    fill: var(--color-2);
    width: 100%;
    -webkit-filter: drop-shadow(0 0 15px var(--color-3-opacity));
    filter: drop-shadow(0 0 15px var(--color-3-opacity))
}

.cta-img {
    width: 836px;
    -o-object-fit: cover;
    max-width: 50%;
    border: 3px solid #f9b81d;
}

.cta {
    overflow: hidden;
    position: relative;
    width: 90vw;
    background-size: cover;
    background-position: bottom;
    border: 0;
    background-color: transparent;
    will-change: transform;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1450px;
    column-gap: 50px;
    padding-left: 20px;
    padding-right: 20px;
}



.cta:nth-child(even) {
    margin-top: 6rem
}

.cta:nth-child(odd):not(:first-child) {
    margin-top: 6rem
}

.cta-content-wrap {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.cta-content {
    padding: 30px;
    text-align: center;
    background-color: var(--color-2);
    border: 0;
    position: relative;
    box-shadow: var(--btn-main-shadow) !important;
    border: 1px solid #00000055;
}

.cta-content-inner {
    position: relative;
}

.cta-content h4 {
    color: var(--color-3);
}

.cta-content p {
    margin-bottom: 14px;
    padding: 0 6rem
}



@media (max-width: 1500px) {

    .cta-content p {
        padding: 0 4rem
    }
}

@media (max-width: 1199px) {

    .cta-content p {
        padding: 0 2rem
    }
}

@media (max-width: 991px) {

    .cta-container {
        display: block;
        height: auto;
        padding-top: 100px;
        margin-bottom: -150px
    }

    .cta.story.certificates {
        margin-bottom: -45vh !important;
    }



    .cta-content {
        min-height: 370px;
    }

    .cta:nth-child(odd) {
        margin: 40px auto
    }

    .cta:nth-child(even) {
        margin: 40px auto
    }

    .cta:nth-child(odd):not(:first-child) {
        margin: 40px auto
    }

    .cta {
        width: 90vw;
        margin: 40px auto
    }

    .cta-content h4 {
        margin-top: 0;
        font-size: 22px
    }

    .cta-content p {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .cta-content-inner {
        position: relative;
        top: 2em
    }

    .cta-content p {
        padding: 0 1rem
    }
}


@media (min-width: 992px) {

    /*	.cta {    
		height: 70vh;
	}
*/
    .cta-container.first {
        padding-top: 17vh;
    }

    .cta.last {
        margin-bottom: -25vh;
    }

}

@media (max-width: 991px) {

    .cta-container.bottom {
        padding-top: 280px;
    }

    #home {
        max-height: 1150px !important;
    }

    .internal .navbar-brand img {
        max-width: 120px !important;
    }
}

@media (min-width: 991px) and (max-width: 1660px) {

    #home,
    #home .row,
    #home .row .col-lg-6 {
        height: 110vh;
    }
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/design/red-bg.jpg) repeat center center / cover;
    z-index: 1;
}

.cta-bg {
    z-index: 2;
}

.cta-container {
    z-index: 3;
}

.call-to-action svg.cta-bg path {
    fill: var(--color-2);
    width: 100vw;
    height: 100%;
}

#calendar-events .fa-calendar-plus {
    color: #caa05a;
}

.accordion-button2 {
    background: transparent;
    border: 0;
    font-size: 20px;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .cta.certificates {
        margin-bottom: -50vh;
    }
}

.btn {
    background: #fac715 !important;
    border-color: #fac715;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    width: fit-content !important;
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 1.65rem;
    padding-top: .575rem;
    padding-right: 1.65rem;
    padding-bottom: .575rem;
    box-shadow: none !important;
}

.social .instagram {
    --primary-color: #ce2f84;
}


.accordion-header {
    width: 100%;
}

.curs {
    font-family: 'MoonTime';
    text-transform: none;
    font-size: 2.4em !important;
}

h1,
.h1,
h2,
.h2 {
    font-weight: 400 !important;
}

.form-group .btn {
    float: left;
}

@media (max-width: 767px) {
    .catering-inner .nav-tabs .nav-item {
        width: 100%;
    }

    .catering-inner .nav-tabs .nav-item a {
        width: 100% !important;
    }

    .catering-inner .nav.nav-tabs {
        row-gap: 15px;
    }

    .catering-inner .nav.nav-pills {
        row-gap: 15px;
    }

    .cta-content-inner .btn-template {
        margin-bottom: 40px !important;
    }

    .mob-two .cta-content-wrap {
        order: 2;
    }

    .cta-content-wrap {
        bottom: 20px !important;
    }

    .cta-container {
        margin-bottom: -230px;
    }

    #home .buttons {
        display: flex;
        justify-content: center;
    }

    #home {
        max-height: 1020px !important;
    }

    .cta.story.certificates {
        margin-bottom: -30vh !important;
    }

    #testimonials h2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-cat {
        font-size: 2rem;
    }

    .inner-section.p-4 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .inner-section .nav-item {
        width: 100%;
    }

    .inner-section .nav-item a {
        width: 100% !important;
    }

    .nav.nav-pills {
        row-gap: 10px;
    }

    .price {
        text-align: right;
    }

    .fc .fc-scrollgrid {
        min-width: 1200px;
    }

    .fc {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .fc-event h2 {
        font-size: 18px;
    }

    #wrapper-timezone {
        align-items: center !important;
        column-gap: 10px;
    }
}

.btn.btn-template {
    color: #000 !important;
    background: linear-gradient(-30deg, #ed3637, #f37335, #fde408) !important;
    border: 2px solid #fac715;
    transition: all .4s ease-out;
    font-weight: 600;
    box-shadow: none !important;
}

.btn.btn-template:hover {
    color: #fff !important;
    border: 2px solid #fac715 !important;
}

.navbar-brand img {
    max-width: 120px !important;
}

#mainNavbar.navbar {
    background-color: rgb(255, 255, 255, 0.7);
}

#mainNavbar.navbar .nav-link {
    text-transform: uppercase;
}

#mainNavbar.navbar .nav-link:hover {
    color: #57589f;
}

.hero-content-width {
    color: var(--color-2);
    text-shadow: 0 0 15px #000;
    font-size: 5rem;
    font-family: var(--headers-font);
    text-align: center;
}

.accent-1 {
    background: url(../images/design/red-bg.jpg) repeat center center / cover;
}


.bottom.mob-two {
    margin-bottom: -15vh;
}

.footer-logo img {
    max-width: 230px;
}

.nav-item .btn.btn-template {
    background: #fac715 !important;
}

#menuTabs {
    column-gap: 20px;
    margin-bottom: 20px;
}

#menu .accordion-button {
    position: relative;
    padding-right: calc(var(--bs-accordion-btn-icon-width, 1.25rem) + 1rem);
}

#menu .accordion-button::after {
    display: none !important;
    content: none !important;
}

#menu .accordion-button::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: var(--bs-accordion-btn-icon-width, 1.25rem);
    height: var(--bs-accordion-btn-icon-width, 1.25rem);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    color: var(--color-2);
}

#menu .accordion-button:not(.collapsed)::before {
    transform: translateY(-50%) rotate(45deg) scale(1);
    right: 15px;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.testimonials .row {
    background: url(../images/design/red-bg.jpg) repeat center center / cover;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: 0.1rem !important;
    margin-left: 0.1rem !important;
    margin-bottom: 20px;
}

.testimonials h2 {
    color: #fff;
    text-align: center;
    font-size: 2.3rem;
}

.modal-content {
    background: url(../images/design/red-bg.jpg) repeat center center / cover;
}

.nav-item .btn.btn-template.active {
    background: #e9382e !important;
}

#main-menu,
#drinks-menu,
#breakfast-list,
#waves {
    scroll-margin-top: 300px;
}

#home1,
#home2 {
    width: 90vw;
    max-width: 1450px;
}

#home1 .row,
#home2 .row {
    padding-left: 20px;
    padding-right: 20px;
}


#cta-welcome .cta-content p {
    margin-bottom: 14px;
    padding: 0;
}

#home2 {
    z-index: 105;
    position: relative;
}

#cta-section-3 .cta-container {
    max-height: 1850px;
}

.about img {
    border: 3px solid #f9b81d;
}

@media (min-width: 1480px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1450px;
    }
}

@media (max-width: 991px) {
    .cta-img {
        max-width: 100% !important;
    }

    #cta-entertainment .cta-content-wrap,
    #cta-story .cta-content-wrap,
    #cta-giftshop .cta-content-wrap,
    #cta-waves .cta-content-wrap,
    #cta-welcome .cta-content-wrap,
    #cta-story1 .cta-content-wrap,
    #cta-welcome2 .cta-content-wrap {
        order: 2;
    }
    #cta-story1 {
        margin-top: 140px!important;
    }
   #cta-blog {
    margin-top: 140px!important;
}

    #cta-welcome {
        margin-top: -33vh!important;
    }
     #cta-welcome2 {
        margin-top: -68vh!important;
    }
    #cta-story,
    #cta-blog,
    #cta-story1 {
        margin-top: 100px;
    }

    #cta-section-3 .cta-container {
        max-height: 3100px !important;
    }

    #contact {
        padding-top: 130px;
    }
}

@media (max-width: 550px) {
    #cta-section-3 .cta-container {
        max-height: 2450px !important;
    }
#cta-giftshop {
    margin-top: 51vh !important;
}
    #cta-story {
        margin-top: 120px !important;
    }
    #cta-blog {
        margin-top: 140px !important;
    }

    #contact {
        padding-top: 240px;
    }
}

.internal #reviews svg.reviews-bg {
    display: none;
}

.internal #testimonials h2 {
    padding-top: 0;
    margin-top: 0 !important;
}

#cta-giftshop {
    margin-top: 45vh !important;
}

#cta-welcome {
    margin-top: -12vh;
}

#cta-welcome2 {
    margin-top: -45vh;
}

#contact {
    margin-top: 15vh;
}

#cta-welcome2 p {
    padding-left: 20px;
    padding-right: 20px;
}