/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;    
}
.main-wrpper {
    height:auto;
    width: 100%;
}
.container{
    max-width: 1120px;
}

h1,h2{
    font-family: "Cormorant Garamond", serif;
}
/* ***** End Common Css **** */

/* **** Header **** */
.topbar{
    padding: 15px 0;
    background: #fff;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.topbar p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #0D0C14;
    line-height: 22px;
}
.topbar p i{
    margin-right: 5px;
}
.topbar ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topbar ul li{
    margin-right: 30px;
}
.topbar ul li:last-child{
    margin: 0;
}
.topbar ul li a{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: #0D0C14;
}
.topbar ul li a i{
    margin-right: 10px;
}
.topbar ul li a:hover{
    color: #d29e40;
}

header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 0 0;
    border: none;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 20px 10px 10px;
    background: #fff;
    border-radius: 0 0 100px 100px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-brand img {
    max-width: 100%;
    height: 100px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 0 0 auto;
    align-items: center;
}
.navbar-light .navbar-nav li {
    margin-right: 50px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link{
    padding: 5px 0px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background: #d29e40;
    bottom: 0;
    right: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.active:after,
.navbar-light .navbar-nav .nav-link:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #d29e40;
}

.navbar-light .navbar-nav .nav-link.btn-contact{
    padding: 12px 35px;
    background: transparent;
    border-radius: 0px;
    position: relative;
    border: 2px solid #fff;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link.btn-contact:after{
    display: none;
}
.navbar-light .navbar-nav .nav-link.btn-contact:hover{
    color: #fff;
    background: #d29e40;
    border-color: #d29e40;
}

header.nav-new{
    position: fixed;
    background: #fbf7ef;
    border: none;
}
header.nav-new .topbar{
    padding: 10px 0;
}
header.nav-new .navbar-brand{
    padding: 10px 5px 5px;
    background: #FDF6F2;
}
header.nav-new .navbar-brand img{
    height: 70px;
}
header.nav-new .navbar-light .navbar-nav .nav-link{
    color: #111;
}
header.nav-new .navbar-light .navbar-nav .btn-contact{
    border-color: #111;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 40px;padding: 0;background-color: #fff;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 22px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 220ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 22px;position: absolute;height: 2px;background-color: #000;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-slider-wrp{
    position: relative;
}
.banner-img{
    position: relative;
}
.banner-img:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /*backdrop-filter: blur(2px);*/
    background:rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
}
.banner-img img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.hero-slider-wrp .swiper-pagination{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.hero-slider-wrp .swiper-pagination span{
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid #fff;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 0px;
}
.hero-slider-wrp .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #d29e40;
    border-color: #d29e40;
}

.hero-center{
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 5;
}
.banner-data h3{
    display: table;
    margin: 0 auto 10px;
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.banner-data h3:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    top: 50%;
    left:-70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-data h3:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    top: 50%;
    right:-70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-data h1{
    font-size: 98px;
    line-height: 105px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0 auto 30px;
}
.banner-data h2{
    margin: 0 auto 40px;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    font-family: "Jost", sans-serif;
}
.btn-main{
    padding: 10px 30px;
    border: 2px solid #d29e40;
    background: #d29e40;
    display: table;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 auto;
    text-transform: uppercase;
}
.btn-main:hover{
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #fff;
    border-color: #fff;
}

.about-wrp{
    padding: 100px 0;
}
.about-data{
    max-width: 650px;
}
.titlebar{
    margin: 0 0 20px;
}
.titlebar h3{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #c78e27; 
    margin: 0 0 15px;
    display: table;
    position: relative;
}
.titlebar h3:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background:#c78e27;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.titlebar h2{
    margin: 0;
    font-weight: 400;
    font-size: 54px;
    line-height: 54px;
    color: #000000;
    text-transform: uppercase;
}
.about-data p{
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height:26px;
    color: #363636;
}
.btn-secondary{
    padding: 10px 30px;
    border: 2px solid #d29e40;
    background: #d29e40;
    display: table;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}
.btn-secondary:hover{
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #000;
    border-color: #000;
}

.about-img-rw{
    padding: 0 0 0 30px;
}
.abt-img{
    max-width: 300px;
    margin: 0 auto;
}
.abt-img img{
    width: 100%;
}
.abt-img-big{
    margin: -200px auto 0;
}
.abt-img-big img{
    width: 100%;
    border: 5px solid #fff;
    position: relative;
    z-index: 1;
}

.category-list-wrp{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.big-category-box{
    width: 40%;
    position: relative;
    background: #000;
}
.mid-category-box{
    width: 40%;
    position: relative;
    background: #000;
}
.small-category-box{
    width: 20%;
    background: #000;
    position: relative;
}

.small-category-box figure,.big-category-box figure{
    position: relative;
}
.small-category-box figure img,
.big-category-box figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.small-category-box figure:after,
.big-category-box figure:after{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
.big-category-data{
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.big-category-data h3{
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.big-category-data h2{
    margin: 0 0 10px;
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
} 
.small-category-box{
    text-align: right;
}
.small-category-box h2{
    font-size: 35px;
    line-height: 35px;
}
.btn-menu{
    display: table;
    padding:7px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
}
.btn-menu:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background: #c78e27;
    bottom: 0;
    right: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-menu:hover:after{
    right: auto;
    left: 0;
    width: 100%;
}
.small-category-box .btn-menu{
    margin: 0 0 0 auto;
}

.mid-cat-row{
    background: #fcf6eb;
    display: flex;
    flex-wrap: wrap;
    height: 50%;
}
.mid-cat-img{
    width: 50%;
}
.mid-cat-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mid-cat-data{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mid-catbx{
    max-width: 200px;
}
.mid-catbx h3{
    margin: 0 auto 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #c78e27;
}
.mid-catbx h2{
    margin: 0 auto 15px;
    font-weight: 400;
    font-size: 33px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.mid-catbx .btn-menu{
    color: #000;
    margin: 0 auto;
    font-weight: 500;
}

.our-food-wrp{
    padding: 100px 0;
}
.our-food-wrp .row{
    align-items: center;
}
.our-food-img{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.food-smll-img{
    width: 40%;
}
.food-big-img img,.food-smll-img img{
    width: 100%;
}
.food-big-img{
    margin: 0 0 50px -70px;
    width: 60%;
}
.food-data{
    max-width: 450px;
}

.our-dishes-wrp{
    padding: 70px 0;
    background: #fcf6eb;
}
.our-dishes-wrp .swiper-wrapper {
    transition-timing-function: linear !important;
}
.our-dishes-wrp .titlebar{
    text-align: center;
}
.our-dishes-wrp .titlebar h3{
    margin: 0 auto 10px;
}
.our-dishes-wrp .titlebar h3:after{
    display: none;
}
.dish-imgbox{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.dish-imgbox img{
    width: 100%;
}
.dish-imgbox h3{
    padding: 15px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3px);
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
}


.visit-wrp .food-data{
    text-align: right;
}
.visit-wrp .food-data .titlebar h3{
    margin: 0 0 10px auto;
}
.visit-wrp .food-data .titlebar h3:after{
    left: -70px;
    right: auto;
}
.visit-wrp .food-data .btn-secondary{
    margin: 0 0 0 auto;
}
.visit-wrp .our-food-img{
    align-items: inherit;
}
.visit-wrp .food-smll-img{
    width: 50%;
    height: 100%;
    margin: 0;
}
.visit-wrp .our-food-img img{
    border: 2px solid #fff;
    height: 100%;
    object-fit: cover;
}
.visit-wrp .food-big-img{
    margin: 0;
    width: 50%;
}

footer{
    background: #09080E;
}
footer .container{
    max-width: 1400px;
}
.footer-top{
    padding: 45px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-abt h2{
    font-size: 34px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 15px;
}
.footer-abt p{
    margin: 0 0 35px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
}
.social-bx{
    display: flex;
    align-items: center;
}
.social-bx a{
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
}
.social-bx a:hover{
    color: #d29e40;
}

.address-box h3,.quicklinks h3,.working-box h3{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px;
}
.working-box table{
    margin: 0;
    background: transparent;
}
.working-box table tbody tr td{
    padding: 5px 0;
    border: none;
    border-radius: 0;
    background: transparent;
    font-size: 15px;
    line-height: 180%;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.5px;
}

.quicklinks ul li{
    margin: 0 0 15px;
}
.quicklinks ul li:last-child{
    margin: 0;
}
.quicklinks ul li a{
    display: table;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.quicklinks ul li a:hover{
    color: #d29e40;
}

.address-box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    display: flex;
}
.address-box p i{
    margin: 5px 15px 0 0;
}
.address-box p span{
    color: #fff;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.address-box p a:hover span{
    color: #d29e40;
}

.copyright-wrp{
    padding: 25px 0;
}
.copyright-wrp p{
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: #B0B0B0;
    line-height: 22px;
}
.copyright-wrp h6{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 15px;
    font-weight: normal;
    color: #B0B0B0;
    line-height: 22px;
}
.copyright-wrp h6 img{
    max-width: 70px;
    min-width: 70px;
    margin: 0 0 0 15px;
}

.btn-up{
    width: 50px;
    height: 85px;
    background: #d29e40;
    border-radius: 30px 30px 0 0;
    position: fixed;
    bottom:-100px;
    right: 30px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    z-index: 999;
    transition: .6s linear;
    -webkit-transition: .6s linear;
}
.btn-up:hover{
    color: #fff;
    background: #333;
}
.btn-up.show{
    bottom: 0;
}
/* **** End Home Page **** */

/* **** Menu Page **** */
.inner-banner{
    position: relative;
}
.inner-banner:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    top: 0;
    left: 0;
}
.inner-banner figure img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position:center;
}
.inner-banner-center{
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    z-index: 5;
}
.inner-banner-center h3{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto 15px;
    text-align: center;
    position: relative;
    display: table;
}
.inner-banner-center h3:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    top: 50%;
    left:-70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.inner-banner-center h3:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    top: 50%;
    right:-70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.inner-banner-center h1{
    text-align: center;
    margin: 0 auto;
    font-size: 54px;
    font-weight: normal;
    color: #fff;
    line-height: 54px;
    text-transform: uppercase;
}
.inner-banner-center h6{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 30px 0 0;
}
.inner-banner-center h6 a{
    color: rgba(255, 255, 255, 0.75);

}

.our-menu-wrp{
    padding: 100px 0;
}
.menu-tabs .nav-tabs{
    width: fit-content;
    border-bottom: 2px solid #111;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 55px;
}
.menu-tabs .nav-tabs li{
    margin: 0 15px 0 0;
}
.menu-tabs .nav-tabs li:last-child{
    margin: 0;
}
.menu-tabs .nav-tabs li a{
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    background: transparent;
    font-weight: 500;
    color: #111;
    margin: 0;    
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    outline: none;
    box-shadow: none;
}
.menu-tabs .nav-tabs .nav-item.show .nav-link, .menu-tabs .nav-tabs .nav-link.active{
    border: none;
    background: #d29e40;
    color: #fff;
    margin: 0;
    outline: none;
    box-shadow: none;
}

.menu-inner-wrp h2{
    font-size: 22px;
    font-weight: 600;
    color: #111;
    font-family: 'Jost';
    line-height: 30px;
    letter-spacing: 0.5px;
    margin: 25px 0 15px;
    position: relative;
}
.menu-inner-wrp h2:after{
    position: absolute;
    content: '';
    background: #d29e40;
    width: 25px;
    height: 2px;
    bottom: -10px;
    left: 0;
}
.menu-inner-wrp .row{
    margin: 0 -25px;
}
.menu-inner-wrp .row .col-md-6{
    padding: 0 25px;
}
.menu-bx{
    padding:20px 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
}
.menu-bx h3{
    font-size: 20px;
    font-weight: 500;
    color: #111;
    line-height: 26px;
    margin: 0;
}
.menu-bx h3 span{
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #777;
}
.menu-bx h5{
    font-size: 20px;
    font-weight: 600;
    color: #c78e27;
    margin: 0 0 0 auto;
    min-width: 100px;
    text-align: right;
}

/* **** End Menu Page **** */




/* **** News Page **** */
.news-wrp{
    padding: 80px 0;
}
.news-wrp .news-list{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.news-wrp .news-box{
    position: relative;
}
.news-wrp .news-box .box-img{
    margin: 0 0 16px;
}
.news-wrp .news-box .box-img img{
    width: 100%;
}
.news-wrp .news-box .detail a h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    text-transform: capitalize;
}
.news-wrp .news-box .detail p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #363636;
    margin: 0 0 25px;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}
.news-wrp .news-box .detail .btn_read_more{
    color: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: 0.4s;
    cursor: pointer;
    position: relative;
    display: table;
    padding: 0 0 2px;
}
.news-wrp .news-box .detail .btn_read_more:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #c78e27;
    bottom: 0;
    right: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.news-wrp .news-box .detail .btn_read_more:hover:after {
    width: 0%;
    left: auto;
    right: 0;
}
/* **** End News Page **** */




/* **** News Detail **** */
.news-detail-wrp{
    padding: 80px 0;
}
.news-detail-wrp .news-detail-block{
}
.news-detail-wrp .news-detail-block p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #363636;
    margin: 0 0 30px;
}
.news-detail-wrp .news-detail-block .news-main-img{
    margin: 0 0 30px;
}
.news-detail-wrp .news-detail-block .news-main-img img{
    width: 100%;
}
.news-detail-wrp .news-detail-block h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 30px;
}


.news-detail-wrp .article-footer{
    padding: 30px 0;
    margin: 40px 0 0;
    border-top: 1px solid #0000001a;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article-footer .tagcloud{
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 15px;
    color: #666;
}
.article-footer .tagcloud a{
    font-size: 15px;
    color: #666;
    font-weight: 400;
}
.article-footer .article-share{
    display: flex;
    align-items: center;
    gap: 24px;
}
.article-footer .article-share a{
    font-size: 16px;
}

.news-detail-block .author-info-box{
    background-color: #f9f9f9;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0 0 40px;
}
.news-detail-block .author-info-box .author-photo{
    height: 140px;
    min-width: 140px;
    width: 140px;
    border-radius: 100%;
}
.news-detail-block .author-info-box .author-photo img{
    width: 100%;
    width: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.news-detail-block .author-info-box h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.news-detail-block .author-info-box p{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 15px;
}
.news-detail-block .author-info-box .author-social{
    display: flex;
    align-items: center;
    gap: 16px;
}
.news-detail-block .author-info-box .author-social a{
    font-size: 16px;
    color: #000;
}

.news-detail-block .comments-area{
    padding: 60px 0 0;
    border-top: 2px solid #000;
}
.news-detail-block .comments-area h3{
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.news-detail-block .comments-area p{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 30px;
}

.news-detail-block .comments-area .row{
    row-gap: 30px;
}
.news-detail-block .comments-area .form-group label{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 10px;
}
.news-detail-block .comments-area .form-group .form-control{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    border-radius: 0;
    border: none;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0 0 10px;
    resize: none;
}
.form-checkbox{
    position: relative;
    margin: 0 0 40px;
}
.form-checkbox label{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    display: block;
    position: relative;
    padding: 0 0 0 30px;
}
.form-checkbox label a{
    color: #c78e27;
}
.form-checkbox label:before{
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.form-checkbox input:checked + label:before{
    background-color: #CC2020;
    border-color: #CC2020;
    content: "✓";
}
.form-checkbox input{
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
}
.news-right{
    position: sticky;
    top: 140px;
}
.news-detail-wrp .categorie-block{
    margin: 0 0 40px;
}
.news-detail-wrp .categorie-block h3{
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px;
}
.news-detail-wrp .categorie-block ul li{
    margin: 0 0 15px;
}
.news-detail-wrp .categorie-block ul li:last-child{
    margin: 0;
}
.news-detail-wrp .categorie-block ul li a{
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    padding: 30px 24px;
}
.news-detail-wrp .posts-block{
    margin: 0 0 40px;
}
.news-detail-wrp .posts-block h3{
     font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px;
}
.news-detail-wrp .posts-block ul li{
    margin: 0 0 15px;
}
.news-detail-wrp .posts-block ul li:last-child{
    margin: 0;
}
.news-detail-wrp .posts-block ul li a{
    display: flex;
    align-items: center;
    gap: 16px;
}
.news-detail-wrp .posts-block ul li a .box-img{
    height: 80px;
    min-width: 80px;
    width: 80px;
}
.news-detail-wrp .posts-block ul li a .box-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news-detail-wrp .posts-block ul li a h3{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: normal;
    margin: 0 0 5px;
}
.news-detail-wrp .posts-block ul li a p{
    font-size: 15px;
    color: #999;
    font-weight: 400;
    margin: 0;
}
/* **** End News Detail **** */



/* **** Modal **** */
.modal{
    background-color: rgba(0, 0, 0, 0.65);
}
.modal .modal-dialog{
    max-width: 950px;
}
.modal .modal-dialog .modal-content{
    border-radius: 0;
    padding: 0;
    background-color: #fff;
}
.modal .modal-dialog .modal-content .btn-close{
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    z-index: 9;
}
.modal .modal-dialog .modal-content .modal-body{
    padding: 0;
    position: relative;
}
.modal-form .form-block .titlebar{
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 40px;
}
.modal-form .form-block .titlebar::before{
    position: absolute;
    content: "";
    height: 2px;
    width: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d29e40;
    margin: 0 auto;
}
.modal-form .form-block .titlebar h2{
    font-size: 32px;
    text-align: center;
}
.modal-form .form-block .titlebar h3{
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
}
.modal-form .form-block .titlebar h3::after{display: none;}
.modal .row{
    margin: 0;
}
.modal .row .col-lg-6{
    padding: 0;
}
.modal .modal-bg{
    height: 100%;
}
.modal .modal-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.modal-form{
    padding: 60px 40px 40px;
    position: relative;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}

.form-wizard-previous-btn{
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 20px;
    color: #000;
    z-index: 8;
}

.form-block .form-group{
    margin: 0 0 30px;
}
.form-block .form-group label{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin:0;
}
.form-block .form-group .form-control{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #999;
    border-radius: 0;
    border: none;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 10px 0;
    resize: none;
}
.form-block .form-group select.form-control{
    appearance: none;
    background-image: url('../images/down-icon.svg');
    background-repeat: no-repeat;
    background-position: right top 50%;
    background-size: 18px auto;
}
.form-wizard .btn-secondary{
    width: 100%;
    text-align: center;
}
.modal-form .form-block h3{
    font-size: 20px;
    color: #000;
    margin: 0 0 30px;
}
.modal-form .form-block .row{
    margin: 0 -10px;
}
.modal-form .form-block .row .col-md-6{
    padding: 0 10px;
}
.modal-form .form-block .row .col-md-12{
    padding: 0 10px;
}
/* **** End Modal **** */



/* **** Contact **** */
.location-wrp{
    padding: 80px 0;
}
.location-wrp .row{
    align-items: center;
    margin: 0 -40px;
}
.location-wrp .row .col-md-6{
    padding: 0 40px;
}
.location-wrp .location-detail .titlebar{
    margin: 0 0 30px;
}
.location-wrp .location-detail .titlebar h2{
    margin: 0 0 20px;
}
.location-wrp .location-detail .titlebar p{
    margin: 0 0 25px;
    font-weight: 400;
    font-size: 16px;
    line-height:26px;
    color: #363636;
}
.location-wrp .location-detail ul li{
    margin: 0 0 10px;
}
.location-wrp .location-detail ul li:last-child{
    margin: 0;
}
.location-wrp .location-detail ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height:26px;
    color: #363636;
    display: flex;
    align-items: center;
    gap: 16px;
}
.location-wrp .location-detail ul li a:hover{
    color: #d29e40;
}
.location-wrp .location-img img{
    width: 100%;
}


.map-wrp{
    height: 450px;
}
.map-wrp iframe{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contact-wrp{
    padding: 80px 0;
}
.contact-wrp .titlebar h2{
    margin: 0 0 20px;
}
.contact-wrp .titlebar p{
    font-weight: 400;
    font-size: 16px;
    line-height:26px;
    color: #363636;
    margin: 0 0 10px;
}
.contact-wrp .titlebar p a{
    color: #000;
}
.contact-wrp .titlebar .btn-reservation{
    color: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: 0.4s;
    cursor: pointer;
    position: relative;
    display: table;
    padding: 0 0 4px;
    margin: 40px 0 0;
}
.contact-wrp .titlebar .btn-reservation:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #CC2020;
    bottom: 0;
    right: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.contact-wrp .titlebar .btn-reservation:hover:after {
    width: 0%;
    left: auto;
    right: 0;
}
.contact-wrp .contact-form .row{
    row-gap: 30px;
}
.contact-wrp .contact-form .form-group label{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 10px;
}
.contact-wrp .contact-form .form-group .form-control{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    border-radius: 0;
    border: none;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0 0 10px;
    resize: none;
}
.contact-wrp .contact-form button{
    margin: 24px 0 0;
}

.mb{margin-bottom: 20px;}