.second-text {
    font-family: var(--text-font);
}

#home .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 h5::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    z-index: -1;
    border-bottom: 2px dotted var(--color-2);
}

.menu-item p {
    color: var(--color-3);
}

.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.8rem;
    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;
    display: flex;
}

.menu-cat::before {
    top: 0;
}

.menu-cat::after {
    bottom: 0;
}



#menu .menu-item {
    margin-top: 0;
}

#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: #caa05a;
}

.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::after {
    display: none;
}

.accordion-button::before {
    content: 'Explore';
    position: absolute;
    right: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-3);
    transition: transform 0.4s ease;
}

.accordion-button:not(.collapsed)::before {
    content: 'Close';
}

.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) {
    .navbar-brand img {
        max-width: 170px !important;
    }

    .buttons {
        display: block;
    }

    .buttons .btn-template {
        margin-top: 20px;
        width: 100%;
    }
}

@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: #caa05a !important;
    color: var(--secondary-accent-text);
    border: 1px solid #caa05a !important;
}


.fc .fc-button-primary {
    background-color: #caa05a !important;
    color: var(--main-accent-text) !important;
    border-color: #caa05a !important;
}

.fc .fc-button-primary:disabled {
    background-color: #caa05a !important;
    color: #fff !important;
    border: 1px solid #caa05a !important;
}

/* Promotiles */
.cta-container {
    display: block;
    height: auto;
    padding-top: 25vh;
    padding-bottom: 5vh;
    overflow: hidden;
    position: relative
}

.call-to-action {
    overflow: hidden;
    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: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 50%;
    border: 3px solid #caa05a;
}

.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;
}

.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-img {
        max-width: 100%;
    }

    .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: -10vh;
    }

}

@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: -45vh;
    }
}

.btn {
    background: #caa05a !important;
    border-color: #caa05a;
    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;
    }
}