@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@media (min-width: 1400px) and (max-width: 1599px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1051px;
    }
  
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
       font-family: "Montserrat", sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul{
    margin: 0;
}
a{
    display: inline-block;
    text-decoration: none;
}
li{
    list-style: none;
}
.myClass {
    overflow: hidden;
}

/* =========================== header start ======================== */
.main-header {
    position: fixed;
    transition: 0.3s;
    padding: 20px 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: 99;
}
.main-header.scrolled {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #212121  !important;
    z-index: 999;
    box-shadow: rgba(59, 59, 59, 0.34) 2px 0px 10px 0px;
    transition: 0.3s;
    animation: goDown 0.5s ease-in-out forwards;
}
html.myClass .main-header {
    background: #212121 !important;
}
 @keyframes goDown {
     0%{
            top: -60px;
        }
        100% {
            transform: translateY(0px);
        }
}
.navbar-brand{
    margin: 0 !important;
}
.navbar-brand img {
    object-fit: cover;
    width: 100%;
}

.all-same-btn {
    background: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 11px 28px;
     transition: all 0.3s ease;
}
.all-same-btn:hover{
    background-color: #EB6439;
	color: #FFF;
    transition: all 0.3s ease;
}
.newsletter-meta .all-same-btn:hover {
    background: white;
    color: #EB6439;
     transition: all 0.3s ease;
}
.side-bar {
    position: relative;
    display: flex;
    align-items: center;
}
.side-bar ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin-left: 13px;
}
.main-menus ul li a, .side-bar ul .nav-link {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    position: relative;
}
.main-menus ul li a:hover{
    color: #EB6439 !important;
     transition: 0.5s;
}
.main-menus ul li > a::after {
    content: "";
    background-color: #EB6439;
    display: block;
    height: 2px;
    position: absolute;
    width: 0px;
    left: 0px;
    bottom: -1px;
    right: 0px;
    transition: 0.5s;
}
.main-menus ul li:hover > a::after {
    width: 100%;
    transition: 0.5s;
}
.side-bar ul .nav-link{
    margin-right: 12px;
}
.side-bar .all-same-btn {
    border-color: #EB6439 !important;
    font-size: 14px !important;
}
.navbar-toggler {
    border: none;
    box-shadow: none;
    padding: 0;
   
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.navbar-toggler span.navbar-toggler-icon {
    background-image: none;
    width: 25px;
    height: 3px;
    display: block;
    background-color: white;
    margin: 5px 0px;
    transition: .5s all;
}
.navbar-toggler.togle span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    position: relative;
    top: 2px;
    transition: .5s all;
}
.navbar-toggler.togle span:nth-child(2) {
    display: none;
    margin: 0;
    transition: .5s all;
}
.navbar-toggler.togle span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: .5s all;
}

.navbar-collapse {
    position: fixed;
    width: 20%;
    height: 100vh !important;
    background-color: #212121;
    left: 0;
    top: 118px;
    transition: .3s all;
    padding: 10px;
    gap: 10px;
    transform: translateX(-100%);
    z-index: 99999;
}
.navbar-collapse.show {
    transition: .5s all;
    transform: translateX(0);
}
.navbar-nav {
    padding-left: 40px;
}
.navbar-nav li {
    margin: 15px 0;
}

/* ==================== banner start ============================ */

.hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;
}

.banner-main {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    padding: 90px 0;
}
.banner-main::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.28) 13.7%, rgba(0, 0, 0, 0) 51.53%, rgba(0, 0, 0, 0.16) 72.02%, rgba(0, 0, 0, 0.44) 89.49%, rgba(0, 0, 0, 0.54) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;

}
.banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
}
.banner-content h1 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;

}
.banner-content .btn-wrap{
    margin-top: 29px;
}
.banner-btn {
    background: #EB6439;
    border: 1px solid #EB6439;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 9px 28px;
     transition: 0.3s;
}
.banner-btn:hover{
    color: #EB6439;
    background: transparent;
     transition: 0.3s;
}
.hero-banner .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 50%;
    width: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    text-align: center;
}
.hero-banner .owl-prev {
    position: absolute;
    left: 0;
}
.hero-banner .owl-next {
    position: absolute;
    right: 0;
}
.hero-banner .owl-nav button {
    color: white !important;
    font-size: 25px !important;
    font-weight: bold !important;
}


/* ====================== make section start ============================= */

.make-section {
    position: relative;
}
.make-content {
    width: 100%;
    padding: 60px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.make-content h4 {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
}
.make-main-img {
    flex: 0 0 35%;
    height: 392px;
}
.make-main-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.make-section-main {
    position: relative;
    display: flex;
}
.booking-box {
    width: 70%;
    border: 1px solid #BDBDBD;
    margin: 20px auto;
    padding: 24px;
}

.booking-box input,.booking-box select {
    border-radius: 0 !important;
}
.booking-box .input-group-text {
    border-radius: 0;
    width: 50px !important;
    background: white !important;
}

/* ===================== experience section start ===================== */

    .experience-section {
    position: relative;
    overflow: hidden;
}
.experience-img {
    height: 558px;
}
.experience-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.all-same-heading {
    color: #000000;
    font-weight: 400;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.experinece-main {
    width: 68%;
    padding-left: 5rem;
}
.experinece-main h2 {
    color: #EB6439;
    margin-bottom: 15px;
    padding-right: 1rem;
}
.experinece-main p {
    color: #0A0A0A;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    margin: 15px 0;
}
.experinece-main .btn-wrap{
    margin: 15px 0;
}

/* ===================== testimonial section start ===================== */
.testimonial-section {
    position: relative;
}
.testimonial-main {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
}
.testimonial-img {
    height: 577px;
}
.testimonial-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.testimonial-meta {
    width: 100%;
    overflow: hidden;
    padding: 20px 60px;
    text-align: center;
}
.testimonial-meta .star-img img {
    object-fit: cover;
    width: auto !important;
}
.testimonial-meta .star-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-meta .testimonial-carousel {
    margin: 10px 0 30px;
}
.testimonial-meta h5 {
    color: #EB6439;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0;
}
.testimonial-meta .all-same-heading {
    margin: 15px 0 25px;
}
.testimonial-content p {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    margin: 15px 0;
    min-height: 50px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.testimonial-content h5 {
    letter-spacing: 0 !important;
}
.testimonial-meta  .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0 !important;
}
.testimonial-meta .owl-nav button {
    background: #F6F6F6 !important;
    width: 50px;
    height: 50px;
    border-radius: 100px !important;
    color: black;
}
.testimonial-meta .owl-nav .owl-prev {
    position: absolute;
    left: -90px;
    z-index: 999 !important;
}
.testimonial-meta .owl-nav .owl-next {
    position: absolute;
    right: -90px;
}

/* ====================== menus section start ============================= */

.menus-section {
    background: #F4F4F4;
    padding: 80px 0;
    position: relative;
}
.menus-section-main .all-same-heading {
    text-align: center;
    width: fit-content;
    border-bottom: 2px solid #EB6439;
    line-height: 64px;
    margin: auto;
}
.menus-section-meta {
    margin-top: 42px;
    padding: 0 30px;
}
.menus-itm-img {
    flex: 0 0 25%;
    height: 100px;
}
.menus-itm-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.menus-section-meta ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
}
.menus-section-meta ul li a {
    background: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 24px;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1px;
    padding: 24px;
    text-transform: uppercase;
    transition: 0.3s;
}
.menus-section-meta ul li a:hover{
  background: #EB6439;
   transition: 0.3s;
   color: white;
}

/* ========================== gallery section start ======================== */

.gallery-section {
    position: relative;
    padding: 100px 0;
}
.gallery-section-heading {
    margin-bottom: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gallery-heading-lft h5 {
    color: #EB6439;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.gallery-main-img {
    width: 100%;
    height: 460px;
}
.gallery-main-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.gallery-left-meta {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
}
.gallery-left-img {
    width: 100%;
    height: 226px;
}
.gallery-left-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* ========================== newslatter section start  ======================== */

.newsletter-section {
    position: relative;
    overflow: hidden;
}
.newsletter-img {
    width: 100%;
    height: 430px;
}
.newsletter-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.newsletter-meta {
    background: #EB6439;
    border: 14px solid white;
    border-right: 0;
    padding: 60px 50px;
    position: relative;
    z-index: 1;
    margin-left: -200px;
}
.newsletter-meta::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/newsletter-overly.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.newsletter-meta h2 {
    color: white;
    margin-bottom: 20px;
}
.newsletter-meta p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 20px 0;
}
.newsletter-meta form {
    margin-top: 40px;
}
.newsletter-meta .form-group {
    display: flex;
    gap: 10px;
}
.newsletter-meta input {
    border-radius: 0;
    border: 2px solid white;
    color: white !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;

}
.newsletter-meta .form-group input{
    background: transparent;
}
.form-check-input {
    --bs-form-check-bg: transparent;
}
.newsletter-meta input::placeholder{
    color: white !important;
}
.newsletter-meta .form-control:focus {
    background-color: transparent !important;
    border-color: #212121 !important;
    box-shadow: none !important;
}
.newsletter-meta .form-check-label {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}
.newsletter-meta .form-check-input[type=checkbox] {
    border-radius: 0 !important;
}
/* ====================== footer start ============================= */

.main-footer {
    background: #212121;
    position: relative;
    padding-top: 74px;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-meta h4 {
    color: #FFFFFF;
    border-bottom: 1px solid#EB6439;
    width: fit-content;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.footer-meta ul{
    padding: 0;
    padding-top: 26px;
}
.footer-meta ul li {
    margin-bottom: 10px;
}
.footer-meta ul li a {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    position: relative;
}
.footer-meta ul li > a::after {
    content: "";
    background-color: #EB6439;
    display: block;
    height: 2px;
    position: absolute;
    width: 0px;
    left: 0px;
    bottom: -1px;
    right: 0px;
    transition: 0.5s;
}
.footer-meta ul li:hover > a::after {
    width: 100%;
    transition: 0.5s;
}
.footer-meta ul li a span{
    margin-right: 5px;
}
.footer-para {
    border: 0 !important;
    font-size: 20px !important;
    padding: 0;
    margin-bottom: 30px;
}
.personal-information a {
    padding-right: 2rem;
}
.soical-links {
    display: flex;
    align-items: center;
}
.soical-links li a {
    border: 1px solid white;
	line-height: 0 !important;
    width: 43px;
    height: 38px;
    padding: 10px;
}
.copy-right-section {
    padding: 70px 0 41px;
    text-align: center;
}
.copy-right-section p {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
}


/* ================ all same banner start =================== */

.all-same-banner {
    position: relative;
    padding: 73px 0;
    height: 56vh;
    z-index: 1;
}
.all-same-banner::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.28) 13.7%, rgba(0, 0, 0, 0) 51.53%, rgba(0, 0, 0, 0.16) 72.02%, rgba(0, 0, 0, 0.44) 89.49%, rgba(0, 0, 0, 0.54) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;

}
.all-same-banner-images {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.all-same-banner-images img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.all-same-banner-content {
    position: relative;
    z-index: 11;
    text-align: center;
}
.all-same-banner-content h1 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.all-same-banner-content h4 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
/* ============================ taste section start ============================ */

.taste-section {
    position: relative;
    padding-top: 80px;
}
.taste-section-main h2 {
    text-align: center;
    position: relative;
}
.taste-section-main h2::before {
    content: ' ';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translatex(-50%);
    background-image: url('../images/menu-overly.png');
    background-repeat: no-repeat;
    width: 203px;
    height: 9px;
}
.taste-section-meta {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 27px;
}
.taste-sinlge {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}
.taste-sinlge:hover span{
    background: #EB6439;
     transition: all 0.3s ease;
}
.taste-single-img {
    height: 405px;
    width: 100%;
}
.taste-single-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.taste-sinlge span {
    position: absolute;
    bottom: 0;
    background: white;
    color: black;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 31px;
}
.col-md-12:nth-child(3) .gallery-left-meta .gallery-left-img {
    height: 344px !important;
}
.col-md-12:nth-child(4) .gallery-left-meta{
    grid-template-columns: repeat(5,1fr);
}
.col-md-12:nth-child(4) .gallery-left-meta .gallery-left-img {
    height: 294px !important;
}

/* ================================ book table section start ========================== */
.book-table-section {
    position: relative;
    padding-bottom: 100px;
    margin-top: -70px;
    z-index: 1;
}
.book-table-meta {
    background: #F4F4F4;
    padding: 52px;
    position: relative;
    text-align: center;
}
.book-table-meta h2 {
    color: #000000;
    font-weight: 400;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #EB6439;
    width: fit-content;
    margin: auto;
}
.booking-box .banner-btn {
    width: 100%;
}
.sign-in {
    color: #EB6439;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    margin: 25px 0;
}
.book-table-tab ul {
    border: none !important;
}
.book-table-tab ul li button {
    color: #999999;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    border-bottom: 1px solid #DADADA !important;
        display: flex;
    align-items: center;
    gap: 10px;
}
.book-table-tab ul li .active {
    background: transparent !important;
    border: none !important;
    border-bottom:1px solid  #EB6439 !important;
    color: #EB6439  !important;
}
.book-table-tab ul li button span {
    border: 1px solid #999999;
    border-radius: 100px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-table-tab ul li .active span {
    background: #EB6439 !important;
    color: white;
    border-color: #EB6439 !important;
}
.book-table-content {
    margin-top: 40px;
}
.add-details-content h2,.book-table-content h2 {
    width: auto;
    border: none;
    text-align: start;
}

.book-table-content .booking-box {
    width: 100% !important;
    border: none !important;
    border-top: 1px solid #DADADA !important;
    margin: 20px auto;
    padding-top: 28px;
}
.book-table-content .booking-box .input-group {
    margin-bottom: 20px;
}
.book-table-content .booking-box .input-group .form-control ,.book-table-content .booking-box .input-group select,.book-table-content .booking-box .input-group-text {
    border: none !important;
    padding: 15px !important;
}
.book-table-content .booking-box p {
    color: #686868;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: start;
}
.book-table-content .booking-box p a{
    color: #EB6439;
}
.book-table-content .booking-box form {
    margin-bottom: 24px;
}
.table-booked {
     background: white;
    display: flex;
    align-items: center;
    gap: 20px;
        margin: 25px 0;
}
.booked-table-det {
    flex: 0 0 75%;
    text-align: start;
   padding: 10px;
}
.booked-table-img {
    width: 100%;
    height: 100px;
}
.booked-table-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.booked-table-discrip {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 10px;
}
.add-details-content h4 {
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: start;
}
.add-details-content p,.booked-table-discrip p {
    color: #686868;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: start;
}
.booked-table-discrip p{
    margin: 0 !important;
}
.add-details-content p {
    margin: 12px 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected{
	color:#FFF !important;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before{
	    background: #eb6439 !important;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period.mpa-time-period-selected {
    background: #212121 !important;
    border-color: #212121 !important;
}