html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    position: relative;
}

/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, input, textarea {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}*/

ol, ul {
    list-style: none;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


a {text-decoration:none;}
.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0; 
    font-family: Cormorant Garamond, serif;}


a, a:hover, a:focus{text-decoration: none;}
* {
    outline: 0;
}
.img img{width: 100%;}


body {
    background: #006650;
    background: #006650;
}

section{
    padding: 60px 0;
}
.container {
    max-width: 1180px;
    width: 100%;
    padding: 0;
}
.container2 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.title {
    font-size: 54px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    transition: all 500ms ease;
    color: #fff;
    margin-bottom: 20px;
}
.yellow{
    color: #dd5903 !important;
}
.h2 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 15px;
}
.h2 span {
    display: inline-block;
    padding: 0 38px 10px;
    border-bottom: 1px solid #0e0e0c;
    position: relative;
}
.font24{
    font-size: 24px;
}

body h3 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 30px */
    transition: all 500ms ease;
    margin-bottom: 15px;
}

body h4 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 30px */
    margin-bottom: 15px;
}

body h5 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    margin-bottom: 15px;
}
body p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 186.75%; /* 29.88px */
    transition: all 500ms ease;
    margin-bottom: 35px;
}


.pt-subtitle.style-bordered:before, .pt-subtitle.style-bordered:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 70px;
    height: 1px;
    background: currentColor;
    content: "";
}
.pt-subtitle.style-bordered:before {
    left: -95px;
}
.pt-subtitle.style-bordered:after {
    right: -95px;
}




.btn_div {
    margin-top: 30px;
}
.sub_btn {
    display: inline-flex;
    padding: 9px 28px 9px 28px;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 0;
    background: #dd5903;
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: 500;
    z-index: 1;
    overflow: hidden;
    margin: 2px;
    transition: 0.5s all ease;
    text-transform: uppercase;
    border: 2px solid #dd5903;
}

.sub_btn img, .sub_btn2 img  {
    display: inline-block;
    margin: 0px 0px 0 7px;
    vertical-align: middle;
}

.sub_btn:hover {
    color: #dd5903;
    background: #fff;
    border: 2px solid #fff;
    transition: 0.5s all ease;
}

.sub_btn2 {
    display: inline-flex;
    padding: 14px 28px 15px 28px;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 45px;
    background: linear-gradient(90deg, #0097FF 0%, #51BCFF 100%);
    box-shadow: 0px 4px 20px 0px rgba(55, 123, 255, 0.27);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 1;
    overflow: hidden;
    height: 56px;
    margin: 2px;
    transition: 0.5s all ease;
}
.sub_btn2:hover {
    color: #fff;
    background: linear-gradient(90deg, #F00 0%, #F90 100%);
    transition: 0.5s all ease;
}
.hd_small {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: rgb(221, 89, 3);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: Jost, sans-serif;
}


	

/*Banner css*/
.banner {
    position: relative;
    margin-top: 0px;
    overflow: hidden;
}

.banner .pic {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.active .heroBanner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
	height: 100vh;
  animation: 50s ease 0s normal none infinite running zoomEffect;
  -webkit-animation: 50s ease 0s normal none infinite running zoomEffect;
  -o-animation: 50s ease 0s normal none infinite running zoomEffect;
  -moz--o-animation: 50s ease 0s normal none infinite running zoomEffect;
}

@keyframes zoomEffect {
  from {
    transform: scale(1, 1)
  }
  to {
    transform: scale(2, 2)
  }
}
.banner .pic:before {
    content: "";
    background-color: #000000;
    opacity: 0.65;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
    z-index: 11;
}
.banner .pic img {
    object-fit: cover;
    height: calc(100vh - 0px);
}
.banner .owl-item.active .pic img{
    -webkit-animation: zoom 12s infinite;
    -moz-animation: zoom 12s infinite;
    -o-animation: zoom 12s infinite;
    animation: zoom 12s infinite;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.3, 1.3);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}
.banner_in{position: relative;}
.banner_tx{
	position: relative;
	z-index: 1;
}
.bnr_tx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    z-index: 111;
    padding-top: 100px;
}
.banner .owl-item.active .bnr_tx{
    -webkit-animation: slideFade 0.7s ease-out;
    animation: slideFade 0.7s ease-out;
}
.bnr_tx .pt-title-wrap {
    max-width: 800px;
    width: 100%;
margin-top:100px;
}
.bnr_tx .pt-title {
    color: #fff;
    opacity: 1;
}
.bnr_tx .pt-title-text {
    max-width: 900px;
    margin-top: 30px;
}
.bnr_tx .pt-title-text p {
    text-align: left;
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 38px;
}
.bnr_tx .button.pt-btn-color-white {
    color: #fff;
    margin-right: 20px;
    transition: all 500ms ease;
}
.bnr_tx .button.pt-btn-color-white:hover {
    color: #dd5903;
    transition: all 500ms ease;
}


.banner h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    margin: 0 0 10px;
    transition: all 500ms ease;
    text-transform: inherit;
    font-family: 'Playfair Display', serif;
}
.down_arrow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, -40px);
    z-index: 9;
}
.down_arrow img {
    height: 20px;
}
.content-slider-section {
    padding:80px 0;
    background: #006650;
    text-align: center;
}



.owl-dots {
    width: 100%;
    text-align: center;
    z-index: 9;
	margin-top: 20px;
}
button.owl-dot {
    display: inline-block;
    border-radius: 50%;
    background: #60605e !important;
    content: "";
    transition: 0.2s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    transform-origin: 50% 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0.64);
    -ms-transform: scale(0.64);
    transform: scale(0.64);
    margin: 4px;
}
 button.owl-dot.active {
    width: 10px;
    height: 10px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background: #fff !important;
}


.hd_small .pt-subtitle {
    font-size: 16px;
}





.banerSlider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.banerSlider button.owl-dot {
    display: inline-block;
    border-radius: 50%;
    background: #60605e !important;
    content: "";
    transition: 0.2s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    transform-origin: 50% 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0.64);
    -ms-transform: scale(0.64);
    transform: scale(0.64);
    margin: 4px;
}
.banerSlider button.owl-dot.active {
    width: 10px;
    height: 10px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background: #fff !important;
}
.hd_small .pt-subtitle {
    font-size: 16px;
}



.pt-title-text {
    max-width: 600px;
    width: 100%;
    margin: 30px auto 0;
}

.por_core_in {
    margin-top: 60px;
}
.por_core_in .row {
    align-items: center;
}
.por_core_item h3 {
    color: #C69D46;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    transition: all 500ms ease;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.second_title {
    color: #C69D46;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    transition: all 500ms ease;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    position: relative;
}
.por_core_item {
    padding-bottom: 20px;
    padding-right: 25px;
    padding-top: 20px;
}
.por_core_item_rt {
    padding-right: 0;
    padding-left: 25px;
}
.por_core_item p {
    font-size: 15px;
    line-height: 173.75%;
    margin: 0;
}
.por_core_img img {
    border-radius: 40% 40% 0 0;
}
.circle_hd {
    width: 460px;
    height: 460px;
    background: #ffffff;
    border-radius: 50%;
    padding: 110px 0 0 0;
    margin: -120px auto 0;
    position: relative;
}
.What_We_Do_icon img {
    max-width: 70px;
    margin-bottom: 25px;
    height: 60px;
}
.What_We_Do_in p {
    line-height: 24px;
    margin-bottom: 0;
}
.What_We_Do_bx .second_title {
    padding-bottom: 12px;
}
.What_We_Do_bx .second_title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70px;
    height: 1px;
    background: #C69D46;
    transform: translateX(-50%);
}
.starters_rt {
    padding-left: 60px;
    width: 43%;
}
.starters_rt h6.pt-food-menu-title {
    color: #fff;
}
.pt-food-menu.food-menu-style-4 .pt-food-menu-lines {
    color: rgba(255, 255, 255, 0.15);
}
.pt-food-menu .pt-food-menu-price {
    color: #fff;
}
.starters_scn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 60px;
}
.starters_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.starters_left_bx1 {
    width: 310px;
    padding-right: 20px;
}
.starters_left_bx2 {
    width: 335px;
}

.starters_rt .pt-subtitle-wrap {
    text-align: left;
    margin-bottom: 30px;
}
.starters_rt .pt-subtitle.style-underline {
    font-size: 24px;
}
.starters_rt .pt-food-menu .pt-food-menu-details {
    text-align: left;
}
.Beverages_scn {
    flex-direction: row-reverse;
    padding-top: 40px;
}
.Beverages_scn .starters_rt{
    padding-left: 0px;
    padding-right: 60px;
}
.Beverages_scn .starters_left {
    flex-direction: row-reverse;
}

.Beverages_scn .starters_left_bx1{
    padding-right: 0px;
    padding-left: 20px;
}

.Events_Shows .pt-title-btn {
    text-align: center;
}
.Events_Shows .button.pt-btn-underline {
    color: #fff;
    margin: 0 12px;
}
.Events_Shows .button.pt-btn-underline:hover {
    color: #f25a3b;
}
/* Main_Courses */
.Main_Courses{
    margin-top: 100px;
}
.Main_Courses .row {
    align-items: center;
}
.Main_Courses_rt {
    padding-left: 40px;
}
.Main_Courses_rt .pt-subtitle-wrap {
    margin-bottom: 30px;
}
.Main_Courses_rt .pt-food-menu .pt-food-menu-title {
    color: #fff;
}
.wight{
    color: #fff !important;
}
.Main_Courses_rt .pt-food-menu .pt-food-menu-details {
    text-align: left;
}
.Main_Courses .pt-cta-title.pt-title {
    font-size: 32px;
    text-transform: uppercase;
}
.Main_Courses .pt-cta-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 85%);
    opacity: 0.3;
}

.img_58_2{
    overflow: hidden;
}
.What_We_Do_img {
    background-image: url(../images/img-58_2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: calc(50% - 50vw);
    min-height: 500px;
    overflow: hidden;
}
.What_We_Do_img:before {
    content: "";
    background-color: #000000;
    opacity: 0.2;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
}

/* .testimonial_scn  */
.testimonial_scn {
    background: #006650;
    padding: 80px 0;
}
.testimonial_scn .pt-testimonials .pt-testimonial-content {
    color: #fff;
}
.testimonial_scn .elementor-testimonial-name {
    color: #fff;
}
.testimonial_scn .pt-testimonials .elementor-testimonial-job {
    font-size: 14px;
    font-size: 0.875rem;
    opacity: 0.6;
    color: #fff;
}
.testimonial_scn .slick-arrow:before, .testimonial_scn .slick-arrow:after {
    background: rgb(255 255 255);
}







/* .visit_us */

.visit_us {
    background: #006650;
}
.visit_us .pt-bl-item.first {
    background-color: #0c4135;
}
.visit_us .pt-bl-item.last {
    background-color: #034737;
}
.visit_us .button.pt-btn-underline {
    color: #ffffff;
}
.visit_us h5.pt-title {
    text-transform: uppercase;
}
.visit_us .pt-subtitle {
    margin-bottom: 15px;
}

.no-touch .pt-block-links.hover-text-white .pt-bl-item:hover {
    color: #fff !important;
}
.visit_us .pt-bl-item:hover .pt-bl-item-bg {
    opacity: 1;
}
.no-touch .pt-block-links .pt-bl-item:hover {
    width: 60%;
}
.Home_about {
    background: #006650;
    padding: 100px 0;
}
.Home_about .pt-title {
    color: #fff;
}
.Home_about .button.pt-btn-underline {
    color: #fff;
}

.no-touch .Home_about .button.pt-btn-underline:hover {
    color: #fff;
}
.Home_about .pt-title-text p {
    font-size: 18px;
    margin-bottom: 30px;
}
.Home_about .row {
    align-items: center;
}


.the_best_scn {
    padding: 150px 0;
}

.the_best_scn .elementor-background-overlay {
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
}

.the_best_scn .section-bg-3 {
    transform: translate3d(0px, 98.812px, 0px);
    -webkit-transform: translate3d(0px, 98.812px, 0px);
    height: 792px;
    margin-top: -180px;
}

.the_best_img {
    text-align: center;
}
.the_best_img img {
    max-width: 60%;
    width: 100%;
}

.best_Sl_main {
    padding: 100px 0 50px;
}
.best_Sl_main .slick-dots button, .best_Sl_main .slick-arrow {
    color: #fff;
}
.best_Sl_main .pic img {
    height: 390px;
    object-fit: cover;
}
.best_Sl_main .owl-item:nth-child(even) .pic img {
    height: 320px;
}
.best_Sl_main .owl-stage {
    align-items: center;
    display: flex;
}



.items_products {
    background: #006650;
    padding: 20px 0 80px 0;
}
.items_products .pt-cta-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 85%);
    opacity: 0.6;
}
.items_products:hover .pt-cta-overlay {
    opacity: 0.7;
}
.items_products .pt-cta-title.pt-title {
    font-size: 28px;
    font-family: Jost, sans-serif;
    font-weight: 400;
}
/*
.items_products .row {
    margin: 0;
}
.items_products .row > div{
    padding: 0;
}
*/


.Events_Shows .pt-title-text{
    max-width: 900px;
}
.Events_Shows {
    padding-bottom: 60px;
}
.Events_Shows_Sl {
    max-width: 768px;
    width: 100%;
    margin: 60px auto 0;
}
.Events_Shows_dv .slick-arrow {
    color: #fff;
}
.Events_Shows_dv {
    position: relative;
}















footer {
    background: #0b0a08;
    padding: 20px 0;
}

footer p, footer p a {
    margin: 0;
    color: #fff;
    font-size: 14px;
	transition: 0.5s all ease;
}
.ftr_tx3 {
    text-align: right;
}
footer p a:hover {
    margin: 0;
    color: #f25a3b;
    font-size: 14px;
	transition: 0.5s all ease;
}
.ftr_tx2 {
    text-align: center;
}

nav.social-navigation li {
    display: inline-block;
    margin-right: 10px;
}
nav.social-navigation li a {
    display: block;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 186.75%;
	transition: 0.5s all ease;
}
.footer_menu li a:hover {
    color: #dd5903;
	transition: 0.5s all ease;
}
.footer_menu li {
    display: inline-block;
    margin:0 15px;
}
.footer_menu li a {
    display: block;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #9f9f9e;
    line-height: 186.75%;
	transition: 0.5s all ease;
}
.footer_menu li a:hover {
    color: #dd5903;
	transition: 0.5s all ease;
}


.chait_icon {
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
}

.call_icon_rt {
    position: fixed;
    bottom: 80px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
}
.call_icon_rt a {
    background: #fff;
    display: block;
    border-radius: 50px;
}
.call_icon_rt svg{
    width: 50px;
    height: 50px;
}
.call_icon_rt img {
    width: 52px;
}