/*
Theme Name: The-Pasta-Factory
Theme URI: https://acrobatsolution.com/
Author: Acrobat@team
Author URI: https://acrobatsolution.com
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
Text Domain: Acrobatsolution
*/

@font-face {
    font-family: 'Cardo';
    src: url('assets/fonts/cardo/Cardo-Bold.woff2') format('woff2'),
        url('assets/fonts/cardo/Cardo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cardo';
    src: url('assets/fonts/cardo/Cardo-Regular.woff2') format('woff2'),
        url('assets/fonts/cardo/Cardo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cardo';
    src: url('assets/fonts/cardo/cardo_normal_700.woff2') format('woff2'),
        url('assets/fonts/cardo/cardo_normal_700.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cardo';
    src: url('assets/fonts/cardo/cardo_normal_400.woff2') format('woff2'),
        url('assets/fonts/cardo/cardo_normal_400.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Libre Caslon Text', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.main_nav {
    width: 100%;
    right: 0;
    left: 0;
    position: fixed;
    width: 100%;
    padding: 55px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 999;
}

.main_nav .navbar_brand {
    width: 100%;
    max-width: 170px;
    display: inline-block;
}

.main_nav .navbar_brand img {
    width: 100%;
}

.headerNav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.socialLinks {
    padding: 0px;
    margin: 0px;
    padding: 0;
    display: inline-block;
    margin-top: 8px;
    margin-left: 0px;
}

.socialLinks li {
    list-style: none;
    display: inline-block;
    margin: 0 5px !important;
}

.socialLinks li a {
    color: #fff;
    padding: 1px 1px;
    display: inline-block;
    font-size: 21px;
    text-decoration:none;
}

/*.navList {*/
/*    margin-right: 0;*/
/*    margin-left: auto;*/
/*}*/

.navList ul li {
    margin-right: 30px;
}
.navList ul li:last-child{
    margin-right:0px;
} 

.navList ul li a {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
    position: relative;
}

.navList ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: 0.4s;
}

.navList ul li a:hover:before {
    width: 100%;
}

.navList ul li.current-menu-item a::before {
    width: 100%;
}

.book_table {
    border: 4px solid #fff !important;
    padding: 10px 40px !important;
    text-decoration: none !important;
    color: #fff !important;
    position: relative;
    font-size: 30px;
    border-radius: 0 !important;
    font-weight: 400 !important;
    transition: all ease 0.5s;
    font-family: 'Libre Caslon Text';
    text-transform: capitalize;
}

.btn.book_table:hover {
    z-index: 99;
    color: #000;
    background: #fff;
}

.whitebtn-hover:hover {
    color: #000 !important;
}

.book_table:hover {
    color: #fff;
}

.video_banner {
    position: relative;
    height: 100%;
}

.video_banner_cnt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video_banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.video_banner_cnt iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero_center {
    width: 1064px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}

.hero_center h1, .hero_center h2 {
    color: #fff;
    font-size: 52px;
    margin-bottom: 0px;
    line-height: 1.6;
}

.firstSec {
    position: relative;
    height: 900px;
    overflow: hidden;
}

.poster {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 0.6s ease;
}

.video_banner.loaded .poster {
    opacity: 0;
    transition: opacity 1s ease;
}

header.sticky {
    position: fixed;
    font-size: 15px;
    background: #000;
    padding: 10px 0;
}

header.sticky .bg_nav {
    padding: 20px 0 !important;
}

header.sticky .navbar_brand {
    max-width: 75px;
}

.THE_PASTA_FACTORY {
    font-size: 46px;
    font-family: "Open Sans";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    -moz-transform: matrix( 3.97109182976928,5.71787638309676e-16,-4.18916490693684e-16,3.61008348160845,0,0);
    -webkit-transform: matrix( 3.97109182976928,5.71787638309676e-16,-4.18916490693684e-16,3.61008348160845,0,0);
    -ms-transform: matrix( 3.97109182976928,5.71787638309676e-16,-4.18916490693684e-16,3.61008348160845,0,0);
    position: absolute;
    left: 784.965px;
    top: 1096.5px;
    z-index: 63;
}

.secondSec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.head {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.head h2 {
    font-size: 65px;
    font-family: 'Libre Caslon Text', serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}

.head p a {
    color: #000;
    text-decoration: none;
}

.overText {
    font-size: 120px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #0000001c;
    text-stroke: 2px black;
    -webkit-background-clip: text;
    background-clip: text;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.para_first {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.8;
    min-height: 250px;
}

.para_first p {
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

.menu_div {
    width: 90%;
    margin-bottom: 65px;
}

.menu_div p {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.menu_div h4 {
    font-size: 27px;
    margin-bottom: 30px;
    letter-spacing: 0.2px;
    font-weight: 600;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
}

.title {
    font-family: 'Libre Caslon Text', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.5px;
    color: #fff;
}

.thirdSec .title {
    margin-bottom: 100px;
}

.owl-dots {
    text-align: right;
    padding-top: 15px;
}

.aboutsSlider .owl-dots {
    position: absolute;
    right: 0;
    bottom: -74px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc!important;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000 !important;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.greenBtn {
    background: #008a39;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 19px 23px 19px 43px;
}

.aboutsSlider {
    position: relative;
    margin-bottom: 25px;
}

.greenBtn i {
    margin-left: 32px;
}

.greenBtn:hover {
    background: #000;
    color: #fff;
}

.blackbtn {
    border-color: #000 !important;
    color: #000 !important;
    font-size: 20px;
    border-width: 2px !important;
    border-radius: 5px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 700 !important;
    padding: 18px 43px 18px 43px !important;
}

.blackbtn:hover {
    background: #000 !important;
    color: #fff !important;
}

.btnList {
    display: flex;
    gap: 15px;
}

.thirdSec {
    background-size: cover !important;
    background-position: top;
    padding: 100px 0px;
    background-blend-mode: multiply;
    position: relative;
}

/*
.thirdSec:before {
    position: absolute;
    content: url(img/butterfly-red.gif);
    float: right;
    right: 50%;
    top: -65px;
    width: 314px;
    height: 216px;
}*/
.butterflyIcon {
    position: absolute;
    right: 50%;
    top: -85px;
    width: 314px;
    height: 216px;
    animation: floatSmooth 4s ease-in-out infinite;
}

@keyframes floatSmooth {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-10px) rotate(2deg);
    }

    50% {
        transform: translateY(-18px) rotate(0deg);
    }

    75% {
        transform: translateY(-10px) rotate(-2deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.fourthSec {
    padding: 100px 0px;
    background: #961b27;
}

.fourthCnt {
    width: 100%;
    max-width: 1180px;
    margin: 0px auto;
}

.fourthSec .title {
    font-size: 46px;
    color: #fff;
}

.fourthSec .title span {
    font-size: 91px;
    font-weight: 300;
}

.fourthSec .head {
    color: #fff;
    width: 100%;
    max-width: 986px;
    margin: 0px auto 40px;
}

.fourthSec .head p {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}

.formCnt {
    width: 100%;
    max-width: 1156px;
    margin: 0px auto;
}

.formCnt input[type="email"], .formCnt input[type="text"], .formCnt input[type="tel"] {
    height: 49px;
    background: #F2F2F2;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
    padding: 0 20px;
    border-radius: 0;
    width: 100%;
    font-size: 20px;
    color: #000;
}

.formCnt input[type="submit"] {
    background-color: #008a39;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: solid 1px #008a39;
    font-family: "Open Sans", sans-serif;
    padding: 19px 93px 19px 43px;
    position: relative;
    background-image: url(img/play-icon.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 86% 50%;
    border-radius: 6px;
}

.formCnt input[type="submit"]:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000;
}

.fourthForm label {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
}

.fourthForm label input {
    width: 26px;
    height: 26px;
    margin-right: 15px;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: #008a39;
    border-color: #008a39;
}

input[type="checkbox"]:checked::after {
    content: "✔";
    color: white;
    font-size: 18px;
    position: absolute;
    top: -2px;
    left: 2px;
}

.fifthSec {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.fifthSec .leafSahpe {
    position: absolute;
    top: -2.2%;
    right: 10%;
    width: 272px;
    height: 186px;
    transform-origin: right center;
    animation: swayLeaf 6s ease-in-out infinite;
}

@keyframes swayLeaf {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(-2deg);
    }

    30% {
        transform: rotate(-4deg);
    }

    45% {
        transform: rotate(2deg);
    }

    60% {
        transform: rotate(4deg);
    }

    75% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(-1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

h2.title {
    font-size: 46px !important;
    margin-bottom: 25px;
}

.fifthSec .head p {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}

.fifthSec .head {
    width: 100%;
    max-width: 945px;
    margin: 0px auto 40px;
}

.gallery {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    /* gap: 10px; */
    /* margin: -10px 0 0 -10px; */
    margin: 0 -10px;
}

.gallery .brick {
    display: inline-block;
    padding: 0 10px;
    /* flex-grow: 1; */
    /* box-shadow: 0px 0px 7px #0006; */
    width: 25%;
}

.gallery .brick img {
    width: 100% !important;
    height: 470px;
    object-fit: cover;
    /* box-shadow: 0px 0px 2px #0000001c; */
    transition: all ease 1s;
    margin-bottom: 30px;
}

.gallery .brick img:hover {
    /*    transform: scale(0.9);*/
    /*    opacity: 0.8;*/
    transition: all ease 1s;
}

.gallery .brick video {
    width: 100%;
}

.gallery .brick iframe {
    width: 100%;
    height: 470px;
}

.sixthSec {
    padding-bottom: 100px;
    padding-top: 100px;
    background: #961b27;
}

.sixthSec h2 {
    color: #fff;
}

.sixthSec .head {
    margin-bottom: 45px;
    color: #fff;
}

.sixthSec .reviewBx {
    color: #fff;
}

section.ninth_section {
    padding: 190px 0;
    position: relative;
}

.ninth_section {
    position: relative;
}

.ninth_section .footerLeaf {
    position: absolute;
    top: -40px;
    left: 8%;
    width: 353px;
    height: 176px;
    animation: swayLeaf 6s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    transform-origin: left center;
}

@keyframes swayLeaf {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-6deg);
    }

    40% {
        transform: rotate(4deg);
    }

    60% {
        transform: rotate(-4deg);
    }

    80% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.bg_black {
    background: #000;
}

.cont_sec p {
    margin-bottom: 0px;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

.cont_sec h4 {
    margin-top: 20px;
    ; }

    .cont_sec h2 {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .cont_sec a {
        font-size: 25px;
        display: inline-block;
        width: 100%;
        text-decoration: none;
    }

    .cont_sec div {
        margin-bottom: 3rem;
    }

    .map_img {
        height: 600px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
        filter: grayscale(100%);
    }

    .seventhSec {
        padding-bottom: 100px;
    }

    .accordion {
        border-top: solid 2px #000;
    }

    .accordion .accordion-item {
        border: none;
        border-bottom: solid 2px #000;
        border-radius: 0px;
    }

    .accordion .accordion-item .accordion-header {
        border: none;
        box-shadow: none;
    }

    .accordion .accordion-item .accordion-header .accordion-button {
        font-family: "Open Sans", sans-serif;
        font-size: 22px;
        font-weight: 600;
        border: none;
        padding: 25px 15px;
    }

    .accordion .accordion-body {
        line-height: 1.8;
        font-weight: 500;
        font-family: "Open Sans", sans-serif;
    }

    .accordion .accordion-item .accordion-header .accordion-button:focus {
        background: transparent;
        box-shadow: none;
    }

    .accordion-button:not(.collapsed) {
        background: transparent;
        box-shadow: none;
    }

    .blogSec {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .reviewBx {
        text-align: center;
        padding: 40px 0px;
        border-top: solid 1px #ebebeb42;
        border-bottom: solid 1px #ebebeb42;
        height: 100%;
    }

    .reviewCnt {
        min-height: 110px;
        max-height: 110px;
        overflow: auto;
    }

    .reviewBx .stars {
        display: inline-flex;
        gap: 5px;
        font-size: 20px;
        margin-bottom: 25px;
    }

    .reviewBx .stars i {
        color: #e99749;
    }

    .reviewBx p {
        font-family: "Open Sans", sans-serif;
        line-height: 1.8;
        font-weight: 500;
    }

    .authorBx {
        font-family: "Open Sans", sans-serif;
        display: inline-flex;
        align-items: center;
        margin-top: 25px;
    }

    .authorBx picture {
        width: 80px;
        height: 80px;
        border-radius: 100%;
    }

    .authorBx .authorDetails {
        text-align: left;
        padding-left: 25px;
    }

    .authorBx .authorDetails p {
        margin: 0;
        font-weight: 500;
    }

    .authorBx .authorDetails p small {
    }

    .googleReview {
        display: inline-flex;
    }

    .googleReview .grIcon {
        max-width: 7rem;
        margin-right: 10px;
    }

    .googleReview .grRated {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.5em;
    }

    .googleReview p {
        margin: 0px;
        font-family: "Open Sans", sans-serif;
    }

    .googleReview .stars {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        color: #e99749;
    }

    .blogSec .head {
        width: 100%;
        max-width: 600px;
        margin: 0px auto 45px;
    }

    .blogSec .head p {
        font-weight: 500;
        font-family: "Open Sans", sans-serif;
    }

    .blogBxs {
        font-family: "Open Sans", sans-serif;
        width: 100%;
    }

    .blogBxs picture {
        width: 100%;
        max-width: 25%;
    }

    .blogBxs picture img {
        width: 100%;
        border-radius: 5px;
        display: block;
    }

    .blogBxs .blogBxscnt {
        max-width: 100%;
        padding: 15px;
    }

    .blogBxs .blogBxscnt .blog-date {
        width: 100%;
        display: block;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    .blogBxs .blogBxscnt .blogTitle {
        font-weight: 600;
        font-size: 26px;
        color: #000;
        text-decoration: none;
        font-family: 'Libre Caslon Text', serif;
        margin-bottom: 15px;
        display: block;
    }
    .blogBxs .blogBxscnt{
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .blogBxs .blogBxscnt p {
        font-weight: 500;
        line-height: 1.8;
    }
    .blogBxs .blogBxscnt .btn.greenBtn{
        padding: 12px 20px !important;
        font-size: 14px;
        background: transparent;

    }
    .blogBxs .blogBxscnt .btn.greenBtn i{
        margin-left: 12px;
    }

    footer {
        padding: 60px 0px;
    }

    .footerLogo {
        width: 100%;
        max-width: 160px;
        display: block;
    }

    .footerLogo img {
        width: 100%;
    }

    .flList {
        padding: 0px;
        margin: 0px;
        text-align: right;
    }

    .flList li {
        list-style: none;
        display: inline-block;
        margin-right: 20px;
    }

    .flList li a {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        padding: 0;
        text-decoration: none;
        position: relative;
    }
    .flList li:last-child{
        margin-right:0px;
    }

    footer .socialLinks {
        text-align: right;
        padding: 0;
        width: 100%;
        margin-top: 0;
    }

    footer .socialLinks li a {
        color: #333;
    }

    ul.socialLinks li a {
    }

    .reviewSlider .owl-dots {
        text-align: center;
    }

    .menubanner .bannerImg {
        object-fit: cover;
        height: 100%;
        width: 1000%;
    }

    .menubanner:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

    .menubanner .btnList {
        justify-content: center;
    }

    .menubanner .btnList .book_table {
        font-size: 20px;
        padding: 10px 65px !important;
        border-width: 1px !important;
    }

    .fillBtn {
        background: #fff;
        color: #000 !important;
    }

    .fillBtn:hover {
        background: transparent !important;
        color: #fff !important;
    }

    .menuList {
        background: transparent;
        position: sticky;
        top: 79px;
        z-index: 11;
        padding-top: 0;
        background: #000;
        border-top: solid 1px #D9D9D933;
    }

    .menuList ul {
        display: flex;
        gap: 24px;
/*    overflow-x: auto;*/
padding: 0;
background: transparent;
/*    scroll-behavior: smooth;*/
justify-content: center;
}

.menuList ul::-webkit-scrollbar {
    display: none;
}

.menuList ul li {
    list-style: none;
}

.menuList ul a {
    display: block;
    padding: 25px 18px;
    background: transparent;
    border-radius: 0px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-align: center;
}

/* Hover */
.menuList ul li a:hover {
    background: #D9D9D933;
    color: #fff;
}

/* Active */
.menuList ul li a.active {
    background: #D9D9D933;
    color: white;
    box-shadow: 0 4px 12px rgba(255,107,53,0.3);
}

/*.menuList ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 0px;
    justify-content: center;
}

.menuList ul li {
    list-style: none;
    display: inline-block;
}

.menuList ul li a {
    text-decoration: none;
    padding: 15px 23px;
    display: inline-block;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}
.menuList ul li a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #cf2836;
    opacity: 0;
}
.menuList ul li a.active:before{
    opacity: 1;
}*/
.menuSections h3, .menuSections h4, .menuSections p {
    color: #212529;
}

.menuSections .menu_div {
    width: 100% !important;
}

.menuLists .thirdSec:nth-child(even) h3, .menuLists .thirdSec:nth-child(even) h4, .menuLists .thirdSec:nth-child(even) p {
    color: #fff;
}

.menuLists .thirdSec:nth-child(even) .butterflyIcon {
    right: 10%;
}

.main_nav .socialLinks li a img {
    filter: invert(1) brightness(1);
}

.socialLinks li a img {
    width: 30px;
}

.lanu-switch {
    /* border-left: solid 1px #fff; */
    display: inline-flex;
    color: #fff;
    margin-left: 0;
    padding-left: 0;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 19px;
    margin-top: 4px;
}

.lanu-switch:hover {
    color: #fff;
    background: #000;
}

.menupageCta {
    position: relative;
    text-align: center;
    padding: 100px 0px;
    background: #000;
}

.menupageCta img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.menupageCta .container {
    position: relative;
    z-index: 1;
}

.menupageCta h2 {
    font-family: 'Libre Caslon Text', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 45px;
}

.menupageCta p {
    color: #ffffffc4;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.8;
    padding: 0px 90px;
}

.menupageCta .book_table {
    margin-top: 45px;
}

.videoCta {
    overflow: hidden;
}

.videoCta .video_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoCta .container {
    z-index: 11;
}

.pt-100 {
    padding-top: 100px;
}

.back-to-top-area.active-backTop, .messagebox {
    bottom: 80px;
    opacity: 1;
    visibility: visible;
}

.back-to-top-area {
    width: 40px;
    height: 40px;
    background: #008a39;
    position: fixed;
    bottom: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 9999;
}

.back-to-top-area img {
    width: 23px;
    height: 26px;
    /* filter: brightness(0); */
}

.pPad {
    padding: 100px 0px;
}

.blackbtn img {
    width: 23px;
    margin-left: 5px;
}

.innerCnt .blackbtn {
    font-size: 22px;
}

.innerCnt .gallery {
    margin-top: 90px;
    margin-bottom: 90px;
}

.faqList .faqBxs {
    padding-top: 100px;
    padding-bottom: 100px;
}

.faqList .faqBxs:nth-child(odd) {
    background: #000;
}

.faqList .faqBxs:nth-child(odd) h2, .faqList .faqBxs:nth-child(odd) h3 {
    color: #fff;
}

.faqList .faqBxs:nth-child(odd) p {
    color: #fff;
}

.innerCnt h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.02em;
    margin-bottom: 2rem;
}

.innerCnt h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.02em;
    margin-bottom: 2rem;
}

.innerCnt p {
    line-height: 1.8;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
}

.contactPage {
    padding-top: 110px;
    background: #000000;
}

.contactPage .ninth_section {
    padding: 190px 0;
}

.contactMap p {
    width: 100%;
    height: 550px;
    padding-bottom: 0px;
}

.contactMap iframe {
    width: 100%;
    height: 100%;
}

.contForm {
    padding: 45px;
    background: #fff;
    border-radius: 25px;
    position: sticky;
    top: 109px;
}

.contForm h2 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.contForm h3 {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
}

.contForm form {
    margin-top: 35px;
}

.contForm form .form-control {
    min-height: 49px;
    background: #F2F2F2;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    padding-right: 45px;
    border-radius: 0;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.contForm form .form-control::-webkit-input-placeholder {
    color: #000;
}

.contForm form .form-control:-ms-input-placeholder {
    color: #000;
}

.contForm form .form-control::-moz-placeholder {
    color: #000;
}

.contForm form .form-control::-ms-input-placeholder {
    color: #000;
}

.contForm form .form-control::placeholder {
    color: #000;
}

.contForm form textarea {
    background: #F2F2F2;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    height: 150px;
    resize: none;
    border-radius: 0px !important;
    margin-bottom: 0px;
}

.contForm form .btn {
    width: auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    padding: 15px 75px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    border-color: #000 !important;
    color: #000 !important;
    border-width: 2px;
}

.contForm form .btn:hover {
    background: #000;
    color: #fff !important;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.f-name .form-control {
    background-image: url(img/user.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 12px !important;
}

.f-email .form-control {
    background-image: url(img/email.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 12px !important;
}

.f-subject .form-control {
    background-image: url(img/menu.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 12px !important;
}

.f-phone .form-control {
    background-image: url(img/smartphone-call.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 12px !important;
}

.dateTime .form-control {
    background-image: url(img/calendar.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 12px !important;
    padding-right: 9px !important;
    line-height: 2;
}
.cateringBx input[type="date"]::-webkit-calendar-picker-indicator, .Grp-bking input[type="date"]::-webkit-calendar-picker-indicator  {
  opacity:0;
  -webkit-appearance: none;
}


.cateringBx input[type="date"], .Grp-bking input[type="date"] {
  -moz-appearance: textfield;
}

.cateringBx input[type="date"], .Grp-bking input[type="date"] {
  appearance: none;
}

.Grp-bking .dateTime .form-control{
   background-position: 94% 9px !important;
   line-height: 2;
}

.houseNumber .form-control {
    background-image: url(img/work-tools.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 12px !important;
}

.postalIcon .form-control {
    background-image: url(img/mailbox.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 12px !important;
}

.placeIcon .form-control {
    background-image: url(img/location.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 12px !important;
}

.errorPage h1 {
    margin-bottom: 15px;
}

.errorPage p {
    color: #fff;
}

.errorPage .book_table {
    margin-top: 25px;
}

.errorPage .hero_center img {
    max-width: 700px;
    width: 100%;
}

.bookTableiframe iframe {
    width: 100%;
    position: relative !important;
    height: 600px !important;
    z-index: 1 !important;
}

.bookTableiframe {
    background: #008a39;
    padding: 20px;
    border-radius: 15px;
}

.menubanner .nav-tabs {
    justify-content: center;
    border-bottom: none;
    gap: 15px;
}

.menubanner .nav-tabs li {
}

.menubanner .nav-tabs li button {
    font-size: 20px;
    padding: 10px 65px !important;
    border: 1px solid #fff !important;
    text-decoration: none !important;
    color: #fff !important;
    position: relative;
    border-radius: 0 !important;
    font-weight: 400 !important;
    transition: all ease 0.5s;
    font-family: 'Libre Caslon Text';
    text-transform: capitalize;
}

.menubanner .nav-tabs li button.active {
    color: #000 !important;
}

.groupMenu {
    background: #000;
    position: relative;
}

.groupMenu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b8;
}

.groupMenu .container {
    position: relative;
    z-index: 1;
}

.groupTab {
    background: #000;
}

.groupMenu h2, .groupMenu h3 {
    color: #fff;
}

.groupMenu p {
    color: #fff;
    font-size: 25px;
    margin-bottom: 45px;
}

.formInputs {
    width: 100%;
    max-width: 526px;
    margin: 50px auto 0px;
}

.formInputs .form-control {
    border-radius: 0px !important;
    padding: 0 30px !important;
    font-size: 20px !important;
    height: 46px;
    width: 100%;
}

.formInputs .form-control::placeholder {
    font-size: 22px;
    color: #000;
}

.innerCnt ul {
    padding-left: 25px;
    margin-bottom: 15px;
}

.innerCnt li {
    font-size: 25px;
    line-height: 2;
}

.innerCnt a {
    color: #fff;
    font-size: 25px;
}

.innerCnt {
    background-size: cover !important;
    background-repeat: no-repeat;
}

.groupMenu.innerCnt li {
    color: #fff;
}

.cateringBx h2 {
    text-transform: capitalize;
}

.cateringBx p {
    text-align: center;
}

.cateringBx {
    background: #fff8f9;
}

.cateringBx.contForm form .form-control {
    min-height: 53px;
    border: 1px solid #000000;
    color:#000;
}

.blogLists {
    height: 450px;
}

.blogLists .hero_center {
    top: 70%;
}

.blogListBx {
    border: solid 1px #dcdcdc;
    background: #f8f8f8;
    border-radius: 15px;
    height: 100%;
}

.blogDetailsBanner {
    height: 450px;
}
.blogDetails picture{
	display:block;
    margin-bottom:15px;
}

.blogListBx p {
    font-size: 16px;
}

.blogDetails h1{
    margin-bottom:25px;
}

.blogTime {
    padding: 15px 0px;
}

.blogTime i {
    color: #cf2836;
}

.blogDetails h1 {
    font-size: 40px;
    font-weight: 600;
}

.blogDetails h2 {
    font-size: 34px;
    font-weight: 600;
}

.blogDetails h3 {
    font-size: 28px;
    font-weight: 600;
}

.blogDetails h4 {
    font-size: 24px;
    font-weight: 600;
}

.blogDetails h5 {
    font-size: 22px;
    font-weight: 600;
}

.blogDetails h6 {
    font-size: 20px;
    font-weight: 600;
}

.blogDetails ul li {
    font-size: 18px;
}

.blogDetails ol {
    padding-left: 15px;
}

.blogDetails ol li {
    font-size: 18px;
}

.drinksBx h4 {
    display: flex;
    width: 100%;
    gap: 15px;
    line-height: 1.8;
}

.drinksBx h4 small {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.drinksBx h4 span {
    text-align: center;
    font-weight: 600;
    margin-bottom: 14px;
    display: block;
}

.menuSections .menu_div.drinksBx {
    width: 90% !important;
}

.drinksBx h4 div:first-child {
    width: 80%;
}

.drinksBx h4 div:last-child {
    width: 20%;
}
.fittlerIcon{
    display: none;
}
.googleReview .ti-review-header{
    order:3;
}
.googleReview .ti-widget.ti-goog .ti-review-item>.ti-innerr{
    display: flex !important;
    flex-direction: column !important;
    gap: 18px;
}
.googleReview .ti-stars{
    order:1;
}
.googleReview .ti-review-content{
    order:2;
    font-family: "Open Sans", sans-serif !important;
    line-height: 1.8 !important;
    font-weight: 500 !important;
    color:#fff !important;
    font-size:18px !important;
}
.ti-widget.ti-goog .ti-widget-container .ti-name{
    font-family: "Open Sans", sans-serif !important;
    line-height: 1.8 !important;
    font-weight: 500 !important;
    color:#fff !important;
}
/*.ti-widget.ti-goog .ti-fade-container:nth-child(1) {*/
/*    display: flex !important;*/
/*    opacity: 1;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    gap: 15px !important;*/
/*}*/ 
.ti-widget.ti-goog .ti-header .ti-rating-text strong.ti-rating, .nowrap, .nowrap strong{
    color:#fff !important;
    font-family: "Open Sans", sans-serif !important;
}

.ti-widget.ti-goog.ti-disable-font .ti-widget-container, .ti-widget.ti-goog.ti-disable-font .ti-widget-container *, .ti-widget.ti-goog.ti-disable-font .ti-enable-widget {
    font-family: "Open Sans", sans-serif !important;
}
.ti-widget.ti-goog .ti-header .ti-large-logo img{
    max-width:80px !important;
}
.sixthSec .blackbtn {
    color: #fff !important;
    border-color: #fff !important;
    margin-top: 45px;
}
.sixthSec .blackbtn:hover{
    background:#fff !important;
    color:#000 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000;
    background: #ff0000;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
}
.ti-widget[data-wkey="feed-instagram"][data-style="custom-style"][data-widget-type="social"] .ti-widget-header .ti-header-btn .ti-btn{
    background:#cf2836 !important;
}
ul.socialLinks li a img:nth-child(1){
    display:block;
}
ul.socialLinks li a img:nth-child(2){
    display:none;
}
ul.socialLinks li a:hover img:nth-child(1){
    display:none;
}
ul.socialLinks li a:hover img:nth-child(2){
    display:block;
    filter: none;
}
.gtranslate_wrapper{
    display: inline-block;
    background: #fff !important;
    padding: 5px;
    border-radius: 5px;
    color: #000 !important;
    margin-top: 0;
    position: fixed;
    margin-left: 0;
    left: 15px;
    bottom: 110px;
    padding: 0;
    z-index: 1111;
}
.gt_container--hzrvrs.gt_switcher{
    width:133px !important;
}
.gtranslate_wrapper a{
    color:#000 !important;
}
.socialDiv{
    display: inline-flex;
    align-items: center;
}
/*.gt_option{*/
/*        position: absolute !important;*/
/*    top: 100% !important;*/
/*}*/
.reserveFloat{
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 1111;
}

.breadcrumbNav{

}
.breadcrumbNav .breadcrumb{
    justify-content: center;
    border: solid 1px #ffffff45;
    border-radius: 5px;
    padding: 5px 15px;
    display: inline-flex;
    margin: 0px;
    background: #0000002b;
    margin-top: 15px;
    margin-bottom: 25px;
}
.breadcrumbNav .breadcrumb li{
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}
.breadcrumbNav .breadcrumb li a{
    text-decoration: none;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #e21527;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;

}
.breadcrumbNav .breadcrumb li a i{
    color: #e21527;
}
.pastaAB h3{
    margin-bottom: 15px;
}
.pastaAB{
    padding-top: 25px;
    padding-bottom: 0px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    border: solid 1px #ebebeb;
    border-radius: 5px;
}
.pAbIcon{
    width: 120px;
    height: 120px;
    background: #cf2836;
    margin-bottom: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 38px;
        margin: 0px auto 25px;
}
.pastaAB:hover .pAbIcon{
    background:#333;
}
.cky-revisit-bottom-left{
    left: 80px !important;
    background:#008a39 !important;
    width: 55px !important;
    height: 55px !important;
    bottom: 17px !important;
}


.pbABCnt {
  height: 100%; /* VERY IMPORTANT */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tall {
  grid-row: span 2;
}
.tall-2 {
  grid-row: span 3;
}
.small {
  grid-row: span 1;
}

.grid-item .brick{
    height:100%;
    position:relative;
}
.grid-item .brick .video{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.grid-item .brick .video iframe{
    width:100%;
    height:100%;
    border-radius: 8px;
}

.bgLightPink{
    background: #fff8f9;
}
.abTerms{
    box-shadow: 16px 0px 30px 0px rgba(0, 0, 0, 0.12156862745098039);
    padding:40px;
    height:100%;
    width:100%;
    border-radius:7px;
}
.abTerms h2{
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
}
.abTerms p{
    font-size:18px;
    text-align: justify;
}

.pum-container.pum-responsive.pum-responsive-medium{
 max-width: 580px !important;
 margin-left: auto !important;
 margin-right: auto !important;
 left: 0 !important;
 right: 0 !important;
 background: #2c2c2c;
 position: relative;
 text-align: center;
 border-radius: 0px;
 padding: 75px 65px;
 border: none;
 box-shadow: none;
}
.pum-container .pum-title{
    text-align: center !important;
    color: #fff !important;
}
.pum-theme-289 .pum-content, .pum-theme-lightbox .pum-content{
    text-align: center !important;
    color: #fff !important;
}
 .pum-theme-lightbox .pum-content p{
    position: relative;
 }
.pum-theme-lightbox .pum-content p label{
    width:100%;
}
 .pum-theme-lightbox .pum-content p label input.form-control{
       width: 100%;
    height: 55px;
    margin: 0;
    color: #000;
    font-weight: 500;
    border-radius: 0px;
    margin:0px auto 15px;
}
.pum-theme-lightbox .pum-content p label input::placeholder{
    color:#000;
}
.wpcf7-spinner{
    position:absolute;
    top:0;
}
.pum-theme-lightbox .pum-content p input.wpcf7-submit{
    height: 49px;
    background: #000;
    line-height: 41px;
    border: solid 4px #fff !important;
    padding: 0 34px !important;
    text-decoration: none !important;
    color: #fff;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-weight: 400 !important;
    transition: all ease 0.5s;
}
.pum-theme-lightbox .pum-content p input.wpcf7-submit:hover {
    background-color: #fff;
    color: #000;
}
.searchBtn{
    margin-right: 10px;
    background: transparent;
    padding: 0;
    border: none;
}
.searchBtn:hover{
    border: none;
    background: transparent;
}
.searchBtn img{
    width: 33px;
}
.HomeBanner h1{
    margin-bottom: 25px;
}

.searchBtn img:nth-child(1){
    display:block;
}
.searchBtn img:nth-child(2){
    display:none;
}
.searchBtn:hover img:nth-child(1){
    display:none;
}
.searchBtn:hover img:nth-child(2){
    display:block;
    filter: none;
}

.search-modal {
  background: rgba(0,0,0,0.6);
}
.search-modal .btn-close{
    position: absolute;
    right: 10px;
    top: 10%;
    background: url(img/close-icon.png) !important;
    opacity: 1 !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
}
.search-box{
    width: 100%;
    max-width: 800px;
    background: #fff;
    position:relative;
}
.search-box form{
    position:relative;
}
.search-box input{
    box-shadow: none;
    border: none;
    height: 70px;
    width: 100%;
    border: none;
    outline: none;
    padding: 25px;

}
.search-box button{
    outline: none;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 15px;
}
.search-box button img{filter: invert(1) brightness(1);opacity: 0.4;width: 23px;}
.search-box button:hover{background: no-repeat;outline: none;border: none;}
.Searhboxitem h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.Searhboxitem a{
    margin-bottom: 0px !important;
    font-size: 16px !important;
    color: #cf2836 !important;
}
.serchP{
    min-height: 120px;
}
.cky-btn{
    background-color: #0e9246 !important;
    border-color: #0e9246 !important;
    font-family: "Open Sans", sans-serif !important;
}
.cky-consent-bar .cky-notice-des p, .cky-preference-body-wrapper .cky-preference-content-wrapper p{
    font-family: "Open Sans", sans-serif !important;
}
.cky-notice .cky-title{
    font-family: 'Libre Caslon Text', serif;
}
.cky-consent-container .cky-consent-bar{
    background-color: #000000 !important;
}
.pum-theme-289, .pum-theme-lightbox {
    background-color: rgb(0 0 0 / 93%) !important;
    backdrop-filter: blur(6px) !important;
}
.homeBanner .hero_center h1, .hero_center h2{
    margin-bottom:25px;
}
.blogtlt{
    min-height: 263px;
}
.blogSlider .owl-nav.disabled{
    display: none !important;
}
.blogSlider .owl-nav{
    display: flex !important;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
}

.blogSlider .owl-nav button {
    position: relative;
    top: 0;
    transform: inherit;
    width: 34px;
    height: 34px;
    background: rgb(59 59 59 / 12%) !important;
    border-radius: 100%;
}
.blogSlider .owl-nav button:hover{
    background:#000 !important;
    color:#fff !important;
}
.blogSlider .owl-nav button:hover span{
    color:#fff !important;
}
.blogSlider .owl-nav button span {
    font-size: 31px;
    font-weight: 300;
    position: relative;
    top: -8px;
}


.blogSlider .owl-dots{
 display:none !important;
}

.blogSlider {
    padding: 0px;
}


.formInputs textarea.form-control{
    height: 140px;
    resize: none;
    padding-top: 15px !important;
}
.pastaABSec h2{
    font-size:46px;
}
@media (min-width:992px){
    ul.slimmenu li .sub-toggle {
        background: transparent;
        right: -33px;
    }
    ul.slimmenu li .sub-toggle > i{
        color:#fff;
        font-size: 9px;
    }
    ul.slimmenu li > ul{
        background: #000000a1;
        margin: 0px;
        width: 140px;
        border-radius: 15px;
        padding: 0px;
        overflow: hidden;
        /*box-shadow: 0px 0px 15px #ffffff26;*/
    }
    ul.slimmenu li > ul li{
        width: 100%;
        background: transparent;
        padding: 0;
        margin: 0;
    }
    ul.slimmenu li > ul li a{
        padding: 18px 25px;
        border-bottom: solid 1px #ffffff26;
    }
    .reserveFloat iframe{
        height:400px;
    }
    ul.slimmenu li > ul li a::before{
        display:none;
    }
    ul.slimmenu li > ul li{
    }
    ul.slimmenu li > ul li a:hover{
        background:#fff;
        color:#000;
    }
    ul.slimmenu li > ul li:last-child{
        border-bottom:none;
    }
    .menu-spacing{
        padding-left: 15px !important;
    }
}
@media (max-width: 1700px) {
    .main_nav {
        padding: 25px 0;
    }

    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1701px) {
    .container {
        max-width: 1390px;
    }
}

@media (min-width: 1600px) {
    .lanu-switch {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}
@media (max-width:1599px){
    .lanu-switch{
        margin-top: 7px;
    }
    .menuList ul{
        gap: 0px;
    }
    .main_nav .navbar_brand{
        max-width: 174px;
    }
    .navList ul li a{
        font-size:13px;
    }
    .socialLinks li a img {
        width: 24px;
    }
    .gt_container-ciigd7 a.glink span{
        font-size:11px !important;
    }
    .pastaABSec h2{
        font-size:46px;
    }
    .pAbIcon {
        width: 80px;
        height: 80px;
        font-size: 28px;
    }
    .pastaAB h3{
        font-size:24px;
    }
    
    .abTerms h2 {
        font-size: 24px;
    }
    .abTerms p {
        font-size: 16px;
    }
    .blogBxs .blogBxscnt .blogTitle{
        font-size:20px;
    }
    .searchBtn img{
        width:27px;
    }
}

@media (max-width:1399px){
    .main_nav .navbar_brand{
        max-width: 154px;
    }
    .butterflyIcon{
        width: 244px;
        height: 146px;
        top: -65px;
    }
    body{
        font-size: 16px;
    }
    .blogBxs .blogBxscnt .blogTitle{
        font-size: 22px;
    }
    .menupageCta p{
        font-size: 24px;
    }
    .menupageCta h2{
        font-size: 50px;
    }
    .accordion .accordion-item .accordion-header .accordion-button{
        font-size: 20px;
    }
    .ninth_section .footerLeaf{
        width: 273px;
        height: 96px;
    }
    .cont_sec p{
        font-size: 20px;
    }
    .cont_sec a{
        font-size: 20px;
    }
    .cont_sec h2{
        font-size: 34px;
    }
    .flList li{
        margin-right: 20px;
    }
    h2.title {
        font-size: 36px !important;
        margin-bottom: 25px;
    }
    .menuList ul a{
        padding: 15px 18px;
    }
    .contForm h2{
        font-size: 29px;
    }
    .contForm h3{
        font-size: 24px;
    }
    .contForm{
        padding: 35px;
    }
    .contactPage .ninth_section {
        padding: 110px 0;
    }
}
@media (max-width:1199px){
    .navList ul li a{
        font-size: 15px;
    }
    .navList ul li {
        margin-right: 20px;
    }
    .socialLinks li a img {
        width: 21px;
    }
    .hero_center h1, .hero_center h2 {
        font-size: 29px;
        width: 100%;
        max-width: 600px;
        margin: 0px auto 25px;
    }
    .book_table{
        font-size: 20px;
    }
    .overText{
        font-size: 80px;
    }
    .head h2{
        font-size: 45px;
    }
    .para_first{
        font-size: 16px;
    }
    .menu_div h4{
        font-size: 22px;
    }
    .menu_div p{
        font-size: 16px;
    }
    .fourthForm label{
        font-size: 16px;
    }
    .fifthSec .leafSahpe{
        width: 192px;
        height: 106px;
    }
    .fifthSec .head p{
        font-size: 16px;
    }
    .gallery .brick img, .gallery .brick iframe{
        height: 320px;
    }
    .book_table {
        font-size: 18px;
        padding: 12px 23px 12px 23px !important;
    }
    .greenBtn {
        font-size: 18px;
        padding: 12px 18px 12px 23px;
    }
    .blogBxs .blogBxscnt .blogTitle {
        font-size: 18px;
    }
    .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }
    .menupageCta p {
        font-size: 20px;
    }
    .menupageCta h2 {
        font-size: 40px;
    }
    h2.title {
        font-size: 30px !important;
    }
    .cont_sec p {
        font-size: 18px;
    }
    .footerLogo{
        max-width: 130px;
    }
    .flList li {
        margin-right: 11px;
    }
    .firstSec{
        height: 720px;
    }
    .socialLinks{
        margin-left: 10px;
    }
    .menuList ul a {
        padding: 12px 11px;
        font-size: 14px;
    }
    .contactPage .ninth_section {
        padding: 50px 0;
    }
    .contactPage{
        padding-top: 0px;
    }
}
@media (max-width:991px){
    .main_nav .navbar_brand {
        max-width: 104px;
    }
    .navList{
        order: 4;
    }
    .lanu-switch{
        margin-left: auto;
        order: 3;
    }
    .socialLinks{
        order: 2;
        margin-left: auto;
    }
    .collapse-button{
        width: 30px;
        background-color: transparent;
        padding: 0px;
    }
    .collapse-button .icon-bar {
        height: 3px;
        width: 100%;
        margin: 5px 0;
        background-color: #8c8c8c;
    }
    .collapse-button:hover, .collapse-button:focus{
        background: transparent !important;
    }
    ul.slimmenu{
        background: #000;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 15px;
    }
    .main_nav{
        background: #000;
        position: relative;
        padding: 10px 0;
    }
    .navList .socialLinks{
        display: none;
    }
    ul.slimmenu > li{
        padding: 7px 0px;
    }
    .navList{
        width: 30px;
        margin-left: 0px;
    }
    .menu-collapser{
        width: 100%;
        padding: 0px;
    }
    .collapse-button{
        right: 0px;
    }
    .lanu-switch {
        margin-top: 9px;
        margin-right: 15px;
    }
    .firstSec {
        height: 552px;
    }
    .overText {
        font-size: 60px;
        top: -20px;
    }
    .head h2 {
        font-size: 35px;
        line-height: 1;
    }

    .menu_div{
        width: 100%;
    }
    .menu_div h4 {
        font-size: 20px;
    }
    .fourthForm label{
        text-align: left;
    }
    .gallery .brick{
        width: 33.33%;
    }
    .fifthSec .gallery{
        margin-bottom: 45px;
    }
    .blogBxs{
        margin: 15px 0px;
    }
    .menupageCta p{
        padding: 0px;
    }
    .flList li a{
        font-size: 14px;
    }
    .flList li {
        margin-right: 9px;
    }
    .socialLinks li a img {
        width: 20px;
    }
    footer {
        padding: 40px 0px;
    }
    .menuLists .thirdSec:nth-child(even) .butterflyIcon {
        right: 10px;
        left: auto;
        height: auto;
        top: -101px;
    }
    .menuList ul{
        flex-wrap: wrap;
    }
    .fittlerIcon{
     display: inline-flex;
     width: 40px;
     height: 40px;
     background: #fff;
     padding: 10px;
     border-radius: 100%;
     position: absolute;
     top: -20px;
     right: 10px;
     z-index: 111;
 }
 .fittlerIcon img{
 }
 .filterCnt{
    text-align: right;
    position: relative;
}
.box {
  display: none;
}
.box.show {
  display: block;
}
.box1 {
  display: none;
}
.box1.show {
  display: block;
}
.box.show {
    display: block;
    top: 110px;
}

.errorPage .hero_center img{
    height: 190px;
    object-fit: contain;
}
.filterCnt{
    position: sticky;
    top: 110px;
    z-index: 111;
}
.main_nav{
    z-index:9999;
}
ul.slimmenu li .sub-toggle > i{
    color:#fff;
}
ul.slimmenu li > ul li{
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
}
ul.slimmenu li > ul li a{
    padding: 10px 25px;
}
ul.slimmenu li > ul{
    padding:;
}
.search-box{
    max-width:460px;
}

}

@media (max-width:767px){
    .hero_center h1, .hero_center h2{
        font-size: 23px;
    }
    .overText {
        font-size: 46px;
        top: -7px;
    }
    .secondSec, .thirdSec, .fourthSec, .fifthSec,.sixthSec, .blogSec, .pPad, .menupageCta, .faqList .faqBxs {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .butterflyIcon {
        width: 184px;
        top: -5px;
        left: 46%;
    }
    .title{
        font-size: 29px;
    }
    .thirdSec .title {
        margin-bottom: 50px;
        font-weight: 600;
    }
    .menu_div h4 {
        font-size: 22px;
    }
    .menu_div{
        margin-bottom: 50px;
    }
    .para_first{
        min-height: 350px;
    }
    h2.title {
        font-size: 29px !important;
    }
    .fourthSec .title span{
        font-size: 41px;
    }
    .fourthSec .head p{
        font-size: 16px;
    }
    .formCnt input[type="submit"]{
        font-size: 18px;
        padding: 12px 53px 12px 23px;
    }
    .fourthForm label {
        font-size: 14px;
    }
    .fourthForm label input{
        min-width: 26px;
    }
    .fifthSec .leafSahpe {
        width: 112px;
        height: auto;
        top: -4.2%;
    }
    .gallery .brick {
        width: 50%;
    }
    .authorBx picture {
        width: 60px;
        height: 60px;
    }
    .googleReview .grIcon {
        max-width: 5rem;
    }
    .googleReview .grRated{
        font-size: 13px;
    }
    .sixthSec .head {
        margin-bottom: 15px;
    }
    .menupageCta h2{
        font-size: 29px;
    }
    .menupageCta p{
        font-size: 16px;
    }
    .pt-100{
        padding-top: 50px;
    }
    .seventhSec{
        padding-bottom: 50px;
    }
    .ninth_section .footerLeaf {
        width: 173px;
        height: auto;
        top: -20px;
    }
    section.ninth_section{
        padding-top: 80px;
        padding-bottom: 35px;
    }
    .cont_sec h2{
        font-size: 25px;
    }
    .map_img{
        height: 500px;
    }
    .footerLogo{
        max-width: 100%;
        text-align: center;
    }
    .footerLogo img{
        max-width: 130px;
    }
    .flList{
        margin-top: 30px;
        text-align: center;
    }
    .flList li{
        list-style: none;
        display: block;
    }
    footer .socialLinks{
        text-align: center;
        margin-top: 30px;
    }
    .innerCnt h2{
        font-size: 29px;
    }
    .innerCnt h3{
        font-size: 24px;
    }
    .innerCnt li{
        font-size: 18px;
    }
    .menubanner .nav-tabs li button {
        font-size: 16px;
        padding: 10px 15px !important;
    }
    .groupMenu p{
        font-size: 16px;
    }
    .formInputs .form-control {
        padding: 0 15px !important;
        font-size: 16px !important;
    }
    .formInputs .form-control::placeholder{
        font-size: 16px;
    }
    .innerCnt .blackbtn {
        font-size: 15px;
    }
    .innerCnt .gallery{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .innerCnt p{
        font-size: 16px;
    }
    .innerCnt .blogBxs{
        margin: 0px;
    }
    .blogBxs .blogBxscnt{
        padding-left: 0px;
    }
    
    .blogDetails h1{
        font-size: 29px;
    }
    .contactMap{
        height: 370px;
    }
    .errorPage .hero_center {
        top: 40%;
        width: 100%;
    }
    .errorPage .hero_center img {
        height: 140px;
    }
    .errorPage .book_table {
        margin-top: 0;
    }
    .accordion .accordion-item .accordion-header .accordion-button{
        color: #707070;
    }
    .main_nav .socialLinks{
        display:none;
    }
    .abTerms{
        padding:15px;
    }
    .pum-container.pum-responsive.pum-responsive-medium{
        padding:15px;}
        .searchBtn{
            margin-right:0px;
        }
        .socialDiv{
            margin-left: auto;
            margin-right: 15px;
        }
        ul.slimmenu{
            display:none;}

        }

        @media (max-width:575px){
            .headerNav{
                align-items: center;
            }
            .lanu-switch{
                margin-top: 0px;
            }
            .firstSec {
                height: 348px;
            }
            .hero_center {
                padding: 0px 15px;
                left: 0;
                transform: none;
                top: 30%;
                width: 100%;
            }
            .head h2{
                font-size: 29px;
            }
            .overText {
                font-size: 40px;
            }
            .butterflyIcon {
                width: 124px;
                top: -5px;
                left: 57%;
            }
            .fourthSec .title span {
                font-size: inherit;
            }
            .fifthSec .leafSahpe {
                top: -3.2%;
                right: 10px;
            }
            .contForm{
                padding: 35px 15px;
            }
            .cateringBx p{
                font-size: 16px;
            }

            .errorPage .hero_center {
                top: 12%;
                width: 100%;
            }
            .errorPage .hero_center img {
                height: 140px;
            }
            .errorPage .book_table {
                margin-top: 0;
            }
            .gtranslate_wrapper{
             bottom: 72px;
             transform: scale(0.8);
             left: -5px;
         }
         /*.gt_option{*/
            /*    position: absolute !important;*/
            /*    top: 100%;*/
            /*}*/
            header.sticky .gtranslate_wrapper{
                top:24px;
            }
            .blogLists .hero_center {
                top: 40%;
            }
            /*.reserveFloat{*/
                /*    right: auto;*/
                /*bottom: 50px;*/
                /*}*/
                /*.pos_fixed{*/
                    /*    right: auto !important;*/
                    /*    left: 18px !important;*/
                    /*}*/
                    .cya11y-menu-btn{
                        bottom:auto !important;
                        top:0 !important;
                    }
                    .cky-btn-revisit-wrapper{
                       bottom: 15px !important;
                       left: 70px !important;
                       width: 49px !important;
                       height: 49px !important;
                   }
                   .blogBxs .blogBxscnt{
                    padding:15px;
                }
                .blogListBx{
                    height:auto;
                    margin:15px 0px;
                }
                .gt_container--4m9ntm .gt_switcher{
                    width:133px !important;
                }
                .back-to-top-area.active-backTop, .messagebox {
                    bottom: 75px;right: 15px;}
                    .reserveFloat {
                        display: inline-block;
                        position: fixed;
                        right: 0;
                        bottom: 60px;
                        z-index: 1111;
                        transform: scale(0.9);
                        right: -10px;
                    }
                    .reserveFloat{
                        display:none;}
                        .pum-theme-289 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{right:0px !important;}
                        .blogtlt{
                            min-height: auto;
                        }
                        .navList ul li.current-menu-item a::before{
                           display:none;
                       }
                       ul.slimmenu.collapsed li > ul{
                        padding:0px;
                    }
                    .mobile-center{
                        text-align: center;
                    }
                    .search-modal .btn-close{
                        right: 20px;
                        top: 30%;
                    }

                }

                @media (max-width:479px){
                    .main_nav .navbar_brand {
                        max-width: 75px;
                    }
                    .hero_center h1, .hero_center h2 {
                        font-size: 20px;
                    }
                    .overText {
                        font-size: 32px;
                        top: -3px;
                    }
                    .menu_div h4 {
                        font-size: 19px;
                    }
                    .head h2{
                        line-height: 1.4;
                    }
                    .gallery .brick img, .gallery .brick iframe {
                        height: 250px;
                    }
                    .blogBxs{
                        flex-wrap: wrap;
                    }
                    .blogBxs .blogBxscnt{
                        max-width: 100%;
                        text-align: center;
                    }
                    .blogBxs picture{
                        margin: 0px auto 15px;
                    }
                    .menupageCta h2{
                        margin-bottom: 15px;
                    }
                    .menupageCta .book_table {
                        margin-top: 15px;
                    }
                    h2.title, .head h2 {
                        font-size: 24px !important;
                    }
                    .accordion .accordion-item .accordion-header .accordion-button{
                        padding: 15px 0px;
                    }
                    .book_table {
                        font-size: 16px;
                        padding: 12px 16px 12px 16px !important;
                    }
                    .greenBtn {
                        font-size: 16px;
                        padding: 12px 16px 12px 21px;
                    }
                    .aboutsSlider .owl-dots{
                        position: relative;
                        bottom: 0px;
                        text-align: center;
                    }
                    .innerCnt h2{
                        font-size: 24px;
                    }
                    .search-box{
                        max-width:310px;
                    }

                }
                @media (max-width:375px){
                    .butterflyIcon {
                        width: 64px;
                        height: auto;
                        top: -29px;
                        left: 17%;
                    }
                    .formCnt input[type="email"], .formCnt input[type="text"]{
                        font-size: 16px;
                    }
                    .blogBxs picture{
                        max-width: 170px;
                    }
                }