@charset "utf-8";
/* CSS Document */

/* CSS Document © 2024 ProWebPrism */
/* @import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap'); */

::-moz-selection{ background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none;font-family: "Jost", serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#000000; background: #ffffff; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
:root { --primary-color:#2c3c94; --secondary-color:#04abeb;--global:#051639; overflow: hidden; overflow-y: auto;}
a { text-decoration:none; transition:all 0.25s ease-out 0s; outline: none; box-shadow: none;}
a:hover{text-decoration: none;}
h1, h2, h3 , h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{font-family: "Cormorant Garamond", serif;}
p, p span {font-family: "Jost", serif;}
img {border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:var(--global);
}
::-moz-placeholder { 
  color:var(--global);
}
:-ms-input-placeholder {
  color:var(--global);
}
:-moz-placeholder {
  color:var(--global);
}

section, header, footer {width: 100%; float: left;}

img{max-width: 100%; display: block;}

strong{font-weight: bold;}



@keyframes smoothbounceball{
  from { transform: translate3d(0, 0, 0);}
  to { transform: translate3d(0, 200px, 0);}
}



.error-page-section {background: #ffffff;}
.error-page-row {max-width: 800px; margin: 50px auto;}
.error-page-col1 h1 {font-size: 40px;color: #000;}
.error-page-col1 h2 {font-size: 40px;font-weight: 700;margin: 0 0 20px;color: #000;}
.error-page-col1 p {font-size: 16px;font-weight: 600;line-height: 1.67;margin: 0 0 22px;color: #000;}
.search-form { width: 100%; display: flex; align-items: center;}
.search-form input {width: 197px;height: 45px;border: 1px solid #000;margin: 0 7px 0 0;padding: 0 10px;color: #000;outline: none;box-shadow: none;display: inline-block;border-radius: 80px;}
.search-form .search-submit {width: auto;height: 45px;display: inline-block;padding: 0 25px;color: #ffff;border: 1px solid #000;background: #000;transitio all 0.25s ease-in-out;border-radius: 80px;}
.search-form .search-submit .screen-reader-text { position: relative !important;  display: block;  height: auto;  width: auto;  color: #ffff;  clip-path: none;  transition: all 0.25s ease-in-out;}
.search-form .search-submit:hover { color: #000; background: none;}
.search-form .search-submit:hover .screen-reader-text { color: #000;}
.search-form input::placeholder { color: #000;}
.search-page-section {padding: 80px 0px;background: #ffff;}
.search-page-row {  max-width: 1320px;  margin: 0 auto;}
.search-page-row .page-header .page-title {font-size: 40px;margin: 0 0 35px;display: flex;color: #000;font-weight: 500;}
.search-page-card {  margin: 0 0 50px;}
.search-page-content { padding: 0; max-width: inherit;  width: 100%;  text-align: left;  flex: 1 0 0;}
.search-page-content h3 {font-size: 32px;color: #000;font-weight: 500;margin-bottom: 20px;padding-bottom: 10px;border-bottom: 1px solid var(--primary);}
.search-page-content p {font-size: 16px;font-weight: 500;line-height: 1.67;margin: 0 0 22px;color: #000;}
.search-btn1 {padding: 12px 24px;background-color: #000;border-radius: 80px;color: #ffffff;border: 1px solid #000;transition: 0.3s all ease-in-out;font-size: 16px;font-weight: 400;display: inline-block;margin: 10px auto 0;}
.search-btn1:hover {background-color: #ffffff;color: #000;}



.defualt-page-section {padding: 60px 0; background: #fff;}
.content-wrap h2 { font-size: 2rem; font-weight: 500; color: var(--secondary-color); margin: 0 0 20px;}
.content-wrap h3 {font-size: 1.5rem; font-weight: 500; color: var(--secondary-color); margin: 0 0 20px;}
.content-wrap h4 { font-size: 2rem; font-weight: 500; color: var(--secondary-color); margin: 0 0 20px;}
.content-wrap p { font-size: 16px; color: var(--secondary-color); line-height: 1.56; margin: 0 0 20px;}
.content-wrap ul {width: 100%; margin: 0 0 20px;}
.content-wrap ul li { font-size: 16px; line-height: 1.56; color: var(--secondary-color); padding-left: 10px; position: relative;}
.content-wrap ul li:before { content: "\2022"; position: absolute; left: 0; top: 0;}
.content-wrap ol { width: 100%;float: none; counter-reset: my-awesome-counter; margin: 0 auto 28px;position: relative;}
.content-wrap ol li {font-size: 16px; line-height: 1.56; color: var(--secondary-color); padding-left: 20px;position: relative;counter-increment: step-counter;}
.content-wrap ol li:before { content: counter(step-counter) '.'; margin-right: 0px; position: absolute; left: -4px; top: 0;}
.content-wrap p a, .content-wrap ul li a, .content-wrap ol li a{color:var(--primary-color);}
.content-wrap p a:hover, .content-wrap ul li a:hover, .content-wrap ol li a:hover{color: #000000;}
.contact-wrap img {width: auto;height: auto;}


.inner-banner {position: relative;margin-top: -150px;}
.inner-banner .bg-img { width: 100%;position: relative;}
.inner-banner .bg-img::after{position: absolute;background-color: #000;opacity: 0.4;content: "";width: 100%; height: 100%; top: 0;left: 0;}
.inner-banner img { width: 100%; max-height: 500px; object-fit: cover;height: 100%;object-position:center center;}
.inner-banner .inner-content { width: 100%; position: absolute; top: 50%; transform: translateY(-50%); left: 0; text-align: center; z-index: 1;}
.inner-banner h2 {font-size:3rem; color: #fff; font-weight: 500;}



.header-sec.header-wrapp.sticky{position: fixed;top: 0;left: 0;z-index: 99;background:#000000;animation: .7s slide-down;box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;padding: 10px 0px;}
.header-sec.header-wrapp.sticky .menu-list ul li a{color:var(--primary);}
.header-sec.header-wrapp.sticky .logo img{height: 80px;}
.header-col1 ul li a, .header-col2 ul li a{font-size: 1.2rem !important;}


.overlay{display: none;}
.burger-btn{display: none;}


#html5lightbox-watermark{display:none !important;}



.top-header {padding: 8px 0px;color: #ffffff;z-index: 55;position: relative;background-color:#00000088;}
.top-header-row {width: 100%;display: flex;align-items: center;justify-content: space-between;}
.top-header-col1{display: flex; align-items: center; width: 75%;}
.top-header-col2{display: flex;align-items: center;width: 25%;justify-content: flex-end;}
.header-call,.header-mail {display: flex;align-items: center;justify-content: space-between;}
.header-mail{margin-left: 15px;}
.call-icon,.location-icon {width: 30px;height: 30px;background-color: var(--primary);border-radius: 50%;display: flex; align-items: center;justify-content: center;}
.phone-call-link a,.location-link a{color:#ffffff;font-size: 0.9rem;}
.phone-call-link a:hover{color: var(--secondary-color);}
.location-link a:hover{color: var(--secondary-color);}
.call-icon img,.location-icon img {width: 15px;}
.phone-call-link,.location-link{ margin-left:10px;}


.header-social-icons { width: auto;}
.header-social-icons a { display: inline-block; margin: 0 12px 0 0;}
.header-social-icons a:last-child { margin-right: 0;}
.header-social-icons .social-icon { display: flex;align-items: center;justify-content: center; width: 20px; height: 20px; position: relative;}
.header-social-icons .social-icon img { width: 20px;height: 20px; transition: all .25s ease-in-out;object-fit: contain;}
.header-social-icons .social-icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;display: flex;align-items: center;justify-content: center;}
.header-social-icons a:hover .social-icon  .hover-icon { opacity: 1;}
.header-social-icons a:hover .social-icon > img { opacity: 0;}
.header-social-icons{display: flex;width: 100%;align-items: center;justify-content: space-between;max-width:fit-content;gap: 20px;}
/* .header-social{background-color:#fff;width: 30px;height: 30px;border-radius: 50%; display: flex;align-items: center;justify-content: center;border: 1px solid var(--primary);} */






.header-row{display: flex;align-items: center;justify-content: center;position: relative;z-index: 55;}
.header-col1{width: 40%;display: flex;align-items: center;justify-content: end;}
.header-col2{width: 40%;}
.logo{width: 20%;}
.logo img{width: 100%;height: 80px;object-fit: contain;}
.header-col1 ul{display: flex;align-items: center;}
.header-col2 ul{display: flex;align-items: center;}
.header-col1 ul li,.header-col2 ul li{margin: 0px 30px;}
.header-col1 ul li a,.header-col2 ul li a{color:#fff;font-size:1.4rem;font-weight: 400;}
.header-col1 ul li a:hover,.header-col2 ul li a:hover{color:var(--secondary-color);}




.banner-sec{height: 100vh;margin-top: -130px;overflow: hidden;}
.banner-sec .banner-slider .banner-slide{height: 100vh;width: 100%;object-fit: cover;position: relative;}
.banner-sec .banner-slider .banner-slide img{width: 100%;height: 100vh;object-fit: cover;position: relative;}
.banner-sec .banner-slider .banner-slide::after{position: absolute;background-color: #000;opacity: 0.65;content: "";width: 100%;height: 100%;top: 0;left: 0;}
.banner-content{position: absolute;top: 65%;transform: translate(-50%,-65%);left: 50%; width: 100%;text-align: center;z-index: 1;max-width: 900px;}
.banner-content h1{font-size: 4rem;color:#fff;font-weight: 700;}
.banner-content p{font-size: 1.2rem;color: #fff;font-weight: 300;margin: 20px 0 20px;opacity: 0.9;}
.banner-content .banner-btn{margin-top: 10px;}
.banner-slider::after{content: "";position: absolute;bottom:-100px;left: -100px; background-image: url("../images/before.webp");width: 500px;height:400px;background-size: contain;background-position: center;background-repeat: no-repeat;}
.banner-slider::before{content: "";position: absolute;bottom:-100px;right: -150px; background-image: url("../images/before-1.webp");width: 500px;height:300px;background-size: contain;background-position: center;background-repeat: no-repeat;z-index: 5;transform: rotate(60deg); }




.special-items{background-color: #fff;padding:40px 0px;}
.special-items-row{display: flex;align-items: flex-start;justify-content: space-between;}
.special-card{width: 33%;padding: 20px;}
.special-card img{width: 100%;height: 200px;object-fit: cover;border-radius: 10px;}
.special-card-content{margin: 20px 0px;}
.special-card-content h2{font-size: 1.5rem;font-weight: 700;color: var(--primary-color);margin-bottom: 20px;border-bottom: 1px solid var(--primary-color);padding-bottom: 10px;text-transform: uppercase;}
.special-card-content p{font-size: 1rem;font-weight: 400;color:#000;margin-bottom: 10px;line-height: 1.5;}
.special-card-content .read-btn{position: relative;max-width: 100px;margin-top: 30px;}
.special-card-content .read-btn a{color: var(--secondary-color);font-size: 1.1rem;color: var(--secondary-color);}
.special-card-content .read-btn::after{position: absolute;top:9px;right:0; border:solid var(--secondary-color);border-width: 0 2px 2px 0;display: inline-block;padding: 4px; transform: rotate(-45deg);-webkit-transform: rotate(-45deg);content: "";}
.special-head{text-align: center;margin-bottom: 10px;}
.special-head h2{font-size: 3rem;font-weight: 500;color: var(--secondary-color);}








.about-sec{background-color:var(--secondary-color);position: relative;overflow: hidden;}
.about-sec::after{content: "";position: absolute;bottom:-100px;right: -150px; background-image: url("../images/before-1.webp");width: 500px;height:300px;background-size: contain;background-position: center;background-repeat: no-repeat;z-index: 4;transform: rotate(60deg);opacity: 0.4;}
.about-row{display: flex;align-items: center;justify-content: space-between;}
.about-col1{width: 48%;}
.about-col2{width: 48%;}
.about-content{padding: 40px 20px;max-width: 600px;}
.about-content h4{font-size: 2rem;color: #fff;font-weight: 500;margin-bottom: 10px;color: var(--global);}
.about-content h2{font-size: 3rem;color:var(--primary-color);font-weight: 600;border-bottom: 1px solid var(--primary-color);max-width: fit-content;padding-bottom: 10px;}
.about-content p{font-size: 1.2rem;color: #fff;font-weight: 400;line-height: 1.5;margin: 20px 0 20px;}





.menu-section{padding: 80px 0px;background-color: var(--primary-color);}
.menu-list-sec{padding: 70px;background-color:#fff;position: relative;}
.menu-header{text-align: center;}
.menu-list-sec::after{position: absolute;left: 0;content: "";top: 0;width:70px;height: 100%;background-image: url("../images/border.webp");background-repeat: no-repeat;background-size: cover;}
.menu-list-sec::before{position: absolute;right: 0;content: "";top: 0;width:70px;height: 100%;background-image: url("../images/border.webp");background-repeat: no-repeat;background-size: cover;}
.menu-header h4{font-size: 2rem;color:var(--secondary-color);font-weight: 500;margin-bottom: 10px;}
.menu-header h2{font-size: 3rem;color:var(--primary-color);font-weight: 600;border-bottom: 1px solid var(--primary-color);max-width: fit-content;padding-bottom: 10px;margin: 0 auto;}
.menu-list-sec .explore-btn{text-align: center;}
.menu-list-sec .explore-btn a{padding: 12px 30px;background-color: var(--primary-color);color: #ffffff;border: 1px solid var(--primary-color);font-weight: 500;font-size: 15px;border-radius: 10px;text-transform: uppercase;}
.menu-list-sec .explore-btn a:hover{background-color: transparent;color: var(--primary-color);border-color:var(--primary-color);}




.dish-list{display: flex;align-items: flex-start;justify-content: center;flex-wrap: wrap;margin: 50px 0px;padding:0px 50px;position: relative;z-index: 55;}
.dish-list::after{content: "";position: absolute;bottom:-150px;left: 0px; background-image: url("../images/after.webp");width: 400px;height:400px;background-size: contain;background-position: center;background-repeat: no-repeat;transform: rotate(40deg);opacity: 0.2;z-index: -1;}
.dish-card{width: 23%;margin: 10px;}
.dish-card-img{background-color: #ecf8ff;height: 200px;display: flex;align-items: center;justify-content: center;border: 1px solid var(--secondary-color);border-radius: 10px;}
.dish-card-img img{width: 150px;height: 150px;object-fit: cover;border-radius: 50%;}
.dish-card-content{text-align: center;margin-top: 20px;}
.dish-card-content h2{font-size: 1.5rem;color:var(--primary-color);font-weight: 700;margin-bottom: 0px;}
.dish-card-content p{font-size: 1.1rem;color: #000;font-weight: 500;margin-bottom: 10px;}



.dish-list-new-section{width: 30%;margin: 30px 0px 20px;}
.dish-list-new-list{display: flex;align-items: center;margin-bottom: 20px;justify-content: space-between;}
.dish-list-left img{width: 60px;height: 60px;border-radius: 50%;object-fit: cover;display: block;}
.dish-list-left{width: 80px;}
.dish-list-right{display: flex;align-items:flex-start;justify-content: space-between;width: 100%;}
.dish-list-right-content{width: 40%;}
.dish-list-right-rate{width: 60%;position: relative;}
.dish-list-right-content h3{font-size: 1rem;font-family: "Jost", serif;line-height: 1.3;font-weight: 500;}
.dish-list-right-rate h3{font-size: 1rem;font-family: "Jost", serif;text-align: right;font-weight: 500;color: var(--secondary-color);}
.dish-list-right-rate::after{position: absolute;top: 50%;left: 0px;height: 1%;width:60%;content: "";background-color: var(--primary-color);}
.dish-list-wrap-sec{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}



.tasty-dish-sec{padding: 60px 0px;}
.tasty-head h2{font-size: 3rem;color:var(--secondary-color);font-weight: 500;text-align: center;max-width: fit-content;padding-bottom: 10px;border-bottom: 1px solid var(--secondary-color);margin: 0 auto;}



.tasty-sec{padding: 50px 0px 0px;}
.tasty-row{display: flex;align-items:stretch;justify-content: space-between;}
.tasty-col1{width: 30%;}
.tasty-col2{width: 33%;background-image: url("../images/menu-bg\ \(1\).jpg");background-size: cover;background-position: center;background-repeat: no-repeat;border-radius: 20px;display: flex;flex-direction: column;align-items: center;justify-content: center;position: relative;}
.tasty-col3{width: 33%;background-image: url("../images/menu-bg\ \(2\).jpg");background-size: cover;background-position: center;background-repeat: no-repeat;border-radius: 20px;display: flex;flex-direction: column;align-items: center;justify-content: center;position: relative;}
.tasty-col2::after{position: absolute;top: 0;left: 0;background-color:#000;content: "";width: 100%;height: 100%;border-radius: 20px;opacity: 0.4;}
.tasty-col2:hover::after{opacity: 0;}
.tasty-col3::after{position: absolute;top: 0;left: 0;background-color:#000;content: "";width: 100%;height: 100%;border-radius: 20px;opacity: 0.4;}
.tasty-content{position: relative;z-index: 55;text-align: center;}
.loctaion-box{padding: 20px;background-color: var(--primary-color);text-align: center;border-radius: 10px;margin-bottom: 30px;display: block;}
.loctaion-box:last-child{margin-bottom: 0;}
.loctaion-box h4{font-size:2rem;color: #fff;font-weight: 500;margin-bottom: 10px;max-width: fit-content;margin: 0 auto;border-bottom: 1px solid #fff;padding-bottom: 10px;}
.loctaion-box p{font-size: 1.2rem;color: #fff;font-weight: 400;line-height: 1.5;margin: 20px 0 20px;}
.tasty-col2 h2{font-size: 4rem;color:#fff;font-weight: 700;}
.tasty-col2 p{font-size: 2rem;color: #ffffff;font-weight: 400;line-height: 1.5;}
.tasty-col3 h2{font-size: 4rem;color:#fff;font-weight: 700;}
.tasty-col3 p{font-size: 2rem;color: #ffffff;font-weight: 400;line-height: 1.5;}


.video-container {width:100%;border-radius: 4px;margin: 0 auto;position: relative;display: flex;flex-direction: column;justify-content: center;box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);height: 600px;object-fit: cover;}
.video-container .video-wrapper {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.video-container video {width: 100%;height: 100%;border-radius: 4px;object-fit: cover;}
.play-button-wrapper {position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;width: 100%;height: auto;pointer-events: none;}
.play-button-wrapper #circle-play-b {cursor: pointer;pointer-events: auto;}
.play-button-wrapper #circle-play-b svg {width: 100px;height: 100px;fill: #fff;stroke: #fff;cursor: pointer;background-color: rgba(0, 0, 0, 0.2);border-radius: 50%;opacity: 0.9;}






.testimonial-sec{padding: 60px 0px;background-color: #ecf8ff;}
.testi-row{display: flex;align-items: center;justify-content: space-between;}
.testi-col1{width: 48%;}
.testi-col2{width: 48%;}
.testi-head h2{font-size: 3rem;color:var(--secondary-color);font-weight: 500;text-align: center;max-width: fit-content;padding-bottom: 10px;border-bottom: 1px solid var(--secondary-color);}
.testi-slider-sec{margin: 50px 0px 0px;}
.testi-card{background-color: #ffffff;border-radius: 10px;border: 1px solid var(--secondary-color);padding: 40px 20px;max-width: 600px;}
.testi-card p{font-size: 1.2rem;color: #000;font-weight: 400;line-height: 1.5;margin: 20px 0 20px;}
.testi-author-row{display: flex;align-items: center;max-width: 300px;}
.testi-auth-col1{width: 25%;}
.testi-auth-col2{width: 75%;}
.testi-auth-col1 img{width:60px;}
.testi-auth-col2 h3{font-size: 1.2rem;color: #000;font-weight: 700;margin-bottom: 0px;color:var(--secondary-color);}
.testi-auth-col2 h4{font-size: 1.1rem;color: #000;font-weight: 700;line-height: 1.5;color: var(--primary-color);}
.testi-col2 img{height: 600px;width: 100%;object-fit: cover;border-radius: 20px;}



.contact-sec{padding: 80px 0px;}
.contact-row{display: flex;justify-content: space-between;flex-wrap: wrap;}
.contact-col1{width: 100%;}
.contact-col2{width: 100%;}
.contact-details-col{display: flex;align-items: center; margin: 30px 0px;}
.contact-details-icon {margin-right: 20px;}
.contact-details-icon{width: 30px;height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;object-fit: contain;}
.contact-details-icon img{width: 100%;height: 100%;object-fit: contain;}
.contact-details-content h3{font-size: 1.5rem;font-weight: 600;color: var(--primary-color);}
.contact-details-content p{font-size: 1.1rem;font-weight: 500;line-height: 1.67;color: #585858;} 
.contact-details-content a{font-size: 1.1rem;font-weight: 500;line-height: 1.67;color: #585858;} 
.contact-head h4{font-size: 18px;text-transform: uppercase;font-weight: 600; margin-bottom: 20px;color: var(--primary-color);position: relative;padding-left: 30px;}
.contact-head h4::after{content: "";display: block;height: 3px;background: var(--primary-color);transition: width 0.3s;position: absolute;width:20px;left: 0;top: 50%;transform: translateY(-50%);}
.contact-head h2{font-size: 40px;font-weight: 700;margin: 0 0 20px;line-height: 1.3;color:#000;text-transform: uppercase;}
.contact-wrapp .contact-form { width: 100%;}
.contact-wrapp .contact-form .text-fields { width: 100%;}
.contact-wrapp .contact-form .text-fields .text-field { width: 100%; margin: 0 0 20px;}
.contact-wrapp .contact-form input { width: 100%; height: 62px; border: none; border-bottom: 1px solid var(--primary-color); color:#000;}
.contact-wrapp .contact-form textarea { width: 100%; height: 130px; border: none; border-bottom: 1px solid var(--primary-color); padding: 19px 0 0;  resize: none;}
.contact-wrapp .contact-form .submit-btn { margin: 30px 0 0;}
.contact-wrapp .submit-btn.global-btn{margin-top: 50px;}
.contact-wrapp .submit-btn.global-btn a{display: inline-block;}
.contact-details-col:last-child{margin-bottom: 0px;}
.conatct-map-sec iframe{width: 100%;}
.social-icons { width: 100%;  margin: 30px 0 0;}
.social-icons ul { width: 100%;}
.social-icons ul li {display: inline-block;margin: 0 15px 0 0;}
.social-icons ul li span{background-color: var(--primary-color);}
.social-icons ul li .icon {display: inline-block;width: 50px;height: 50px;margin: 0;padding: 13px;position: relative;border-radius: 50%;transition: all .25s ease-in-out;background-color: var(--primary-color);border-radius: 50%;}
.social-icons ul li .icon .hover-icon {position: absolute;width: 100%;height: 100%;top: 0;left: 0;padding: 10px;opacity: 0;transition: all .25s ease-in-out;border-radius: 50%;}
.social-icons ul li .icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.social-icons ul li:hover .icon > img {  opacity: 0;}
.social-icons ul li:hover .icon .hover-icon { opacity: 1;}
.social-icons ul li .icon:after { content: ""; width: 100%;  height: 100%; background:var(--primary); border-radius: 50%; opacity: 1; transition: 0.25s ease-out 0s; margin: 0 0 0; position: absolute; top: 0; right: 0; left: 0; z-index: -1;}
.social-icons ul li .icon:before { content: ""; width: 100%; height: 100%; border: 1px solid transparent; border-radius: 50%; background:var(--primary); -o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); mask-composite: exclude; -o-mask-composite: exclude; -ms-mask-composite: exclude; -moz-mask-composite: exclude; -webkit-mask-composite: exclude; -o-mask-composite: destination-out; -ms-mask-composite: destination-out; -moz-mask-composite: destination-out; -webkit-mask-composite: destination-out; position: absolute; top: 0; right: 0; left: 0;  z-index: -1;}
.social-icons ul li .icon:hover:after { opacity: 0;}
.contact-wrapp .everest-forms-submit-button.button.evf-submit{background-color: var(--primary-color);color: #ffffff;border: 1px solid var(--primary-color);transition: 0.3s all ease-in-out;font-size: 16px;font-weight: 400;display: inline-block;margin: 10px auto 0;} 
.contact-wrapp .everest-forms-submit-button.button.evf-submit:hover{background-color: #ffffff;color: var(--primary-color);}



.contact-col1{margin-bottom: 50px;}
.contact-location-head{margin-bottom: 40px;}
.contact-location-head h2{font-size: 3rem;color: var(--primary-color);font-weight: 600;border-bottom: 1px solid var(--primary-color);max-width: fit-content;padding-bottom: 10px;margin: 0 auto;}
.contact-location-card-wrap{display: flex;align-items:stretch;justify-content: space-between;}
.contact-shop-card{width: 32%;display: block;border: 1px solid var(--primary-color);padding: 15px;border-radius: 20px;background-color: #04aaeb54;transition: 0.3s all ease-in-out;}
.contact-shop-card:hover{background-color: #2c3c94;}
.contact-card-map iframe{width: 100%; height: 400px;border-radius: 10px;}
.contact-map-content{text-align: center;}
.contact-map-content h3{font-size: 1.4rem;font-weight: 500;color: var(--primary-color);margin-top: 10px;font-family: "Jost", serif;transition: 0.3s all ease-in-out;}
.contact-map-content p{font-size: 1.1rem;margin-top: 10px;color:#2c3c94;font-weight: 500;transition: 0.3s all ease-in-out;}
.contact-map-content p a{color:var(--primary-color);}
.contact-shop-card:hover .contact-map-content p a{color: #fff;}
.contact-map-content {color: #fff;}
.contact-shop-card:hover h3{color: #fff;}
.contact-shop-card:hover p{color: #fff;}
.contact-col2{padding: 30px;margin: 0 auto;border: 1px solid var(--primary-color);border-radius: 20px;}




.footer-wrapp {padding: 50px 0 30px;background-color:#000;}
.footer-wrapp .footer-row {width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.footer-wrapp .footer-logo { width: 200px;}
.footer-wrapp .footer-nav {width: auto;}
.footer-wrapp .footer-nav ul { width: 100%;}
.footer-wrapp .footer-nav ul li { display: inline-block;}
.footer-wrapp .footer-nav ul li a { display: block; padding: 10px 15px; font-size: 18px;font-weight: 500; color:#fff;}
.footer-wrapp .footer-nav ul li a:hover { color:var(--secondary-color);}
.footer-wrapp .footer-social { width: auto;}
.footer-wrapp .footer-social a { display: inline-block; margin: 0 12px 0 0;}
.footer-wrapp .footer-social a:last-child { margin-right: 0;}
.footer-wrapp .footer-social .social-icon { display: inline-block; width: 20px; height: 20px; position: relative;}
.footer-wrapp .footer-social .social-icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.footer-wrapp .footer-social .social-icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.footer-wrapp .footer-social a:hover .social-icon  .hover-icon { opacity: 1;}
.footer-wrapp .footer-social a:hover .social-icon > img { opacity: 0;}
.footer-wrapp  .footer-row1 {width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between; padding: 30px 0 0; margin: 20px 0 0; border-top: 1px solid var(--primary-color);}
.footer-wrapp .footer-row1 p {font-size: 16px; color:#fff;}
.footer-wrapp .footer-row1 p a { color:#fff; font-weight: 500;}
.footer-wrapp .footer-row1 p a:hover { color:#fff;}
.slick-arrow{display: none !important;}

.lang-switch{position: absolute;top: 20px;right: 0;max-width: 140px;}
.lang-switch .gt_float_switcher .gt-selected .gt-current-lang{background-color: transparent;}
.lang-switch .gt_float_switcher .gt-selected{background-color: transparent;}
.lang-switch .gt_float_switcher{background-color: transparent;box-shadow: none;}
.lang-switch .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{color: #fff;font-weight: 400;}
.lang-switch .gt_float_switcher .gt_options a{color: #fff;}



.lang-switch-mob .gt_float_switcher .gt-selected .gt-current-lang{background-color: transparent;}
.lang-switch-mob .gt_float_switcher .gt-selected{background-color: transparent;}
.lang-switch-mob .gt_float_switcher{background-color: transparent;box-shadow: none;}
.lang-switch-mob .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{color: #fff;font-weight: 400;}
.lang-switch-mob .gt_float_switcher .gt_options a{color: #fff;}
.lang-switch-mob .gt_float_switcher .gt-selected .gt-current-lang{margin: 10px 0px;padding-left: 0 !important;}
.lang-switch-mob .gt_float_switcher .gt_options a{padding-left: 0 !important;}

@media(max-width:1400px){
  .dish-card{width: 31%;}
  .banner-content{max-width: 1000px;}
  .dish-list{padding: 0px 20px;}
  .banner-slider::before{bottom: 100px;}
  .banner-slider::after{bottom: 80px;}

  .dish-list-right-content{width: 48%;}
  .dish-list-right-rate{width: 48%;}
  .dish-list-right-rate::after{width: 40%;}
  .dish-list-right{margin-left: 20px;}
  .dish-list-right-content h3{font-size: 0.9rem;}
  .dish-list-right-rate h3{font-size: 0.8rem;}
}
@media(max-width:1200px){
  .container{max-width: 95%;}
  .testi-slide .slick-slide{margin: 0px 10px;}
  .banner-content p br{display: none;}

  .contact-map-content h3{font-size: 1.1rem;}
  .contact-map-content p{font-size: 1.1rem;}
  .dish-list-right-content h3{font-size: 0.8rem;}
  .dish-list-right{margin-left: 5px;}
  .dish-list-new-section{width: 32%;}
}

@media(max-width:1024px){
  .banner-slider::before,.banner-slider::after{opacity: 0.4;}
  .banner-content p{font-size: 1.3rem;}
  .banner-content{max-width: 800px;}
  .dish-card{width: 45%;}


  .menu-list-sec::before, .menu-list-sec::after{width: 20px;}
  .dish-list-left img{width: 50px;height: 50px;}
  .dish-list-left{width: 60px;}
  .dish-list-right-content{width: 60%;}
  .dish-list-right-rate{width: 38%;}
  .dish-list-right-rate::after{left: -10px;}
}



@media(max-width:992px){
  .overlay {display: block;position: fixed; right: 0; top: 0; width: 350px; height: 100%; background:var(--primary-color); background-size: 300% 100%; z-index: 99; padding: 110px 5% 50px; transform:translateX(100%); opacity: 0; visibility: hidden; transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  .overlay.show{ transform:translateX(0); opacity: 1; visibility: visible;}
  .overlay ul {width: 100%;}
  .overlay ul { width: 100%;}
  .overlay ul li a { color: #fff; display: block; padding: 20px 0;}
  .overlay ul li { font-size: 18px; border-bottom: 1px solid #fff; text-transform: uppercase;}
  .overlay ul li a:hover { color: var(--primary-color) !important;}
  .burger-btn { display: block; position: fixed; width: 50px; height: 30px; right: 5%; top: 40px; z-index: 999;  overflow: hidden; cursor: pointer;}
  .burger-btn span { display: block; width: 100%; height: 3px; background:#fff; background-size: 300% 100%; border-radius: 5px; transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  .burger-btn:hover span{background-position: 50% 0;}
  .burger-btn .active span { background: #fff;}
  .burger-btn span:first-child { width: 70%;}
  .burger-btn span:nth-child(2n) { margin: 9px 0; transition: all 0.5s cubic-bezier(.22,.68,0,1.71);}
  .burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
  .burger-btn span:last-child { width: 70%;}
  .burger-btn .active span:nth-child(2n) { transform: translateX(-100%);}
  .burger-btn .active span:first-child { transform: translateY(13px) rotate(-45deg);}
  .burger-btn .active span:last-child { transform: translateY(-11px) rotate(45deg);}
  body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(255 255 255 / 40%); z-index: 9; transform: translateX(100%); opacity: 0; visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  body.menu-open:after{ transform:translateX(0); opacity: 1; visibility: visible;}
  body.menu-open{  overflow-y: hidden;}
  .overlay ul ul.sub-menu li {border: none; padding-left: 20px; position: relative;  color: var(--primary-color);}
  .overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
  .overlay ul li.has-sub > a {background: url(../images/chevron-down-white.svg) no-repeat center / 14px; background-position-x: 95%;}
  .global-btn.contact-btn{display: none;}
  .overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 14px; background-position-x: 95%;}
  .header-col1,.header-col2{display: none;}
  .about-sec::after{content: none;}
  .menu-list-sec .explore-btn{z-index: 55;position: relative;}
  .tasty-col2 h2,.tasty-col3 h2{font-size: 3rem;}
  .top-header{display: none;}
  .special-card{padding: 10px;}
  .banner-content{top: 65%;}
  .banner-content h1{font-size: 3rem;}
  .about-col1{width: 100%;}
  .about-col2{width: 100%;}
  .about-row{flex-wrap: wrap;}
  .menu-list-sec::before,.menu-list-sec::after{width: 50px;}
  .menu-list-sec{padding: 50px;}
  .tasty-col1{width: 100%;order: 3;display: flex;align-items: center;justify-content:space-between;flex-wrap: wrap;}
  .tasty-col2{width: 100%;order: 2;margin-bottom: 30px;display: block;padding: 50px 0px;}
  .tasty-col3{width: 100%;order: 1;margin-bottom: 30px;display: block;padding: 50px 0px;}
  .tasty-row{flex-wrap: wrap;}
  .loctaion-box{width: 48%;display: block;}
  .testi-row{flex-wrap: wrap;}
  .testi-col2{width: 100%;}
  .testi-col1{width: 100%;margin-bottom: 50px;}
  .testi-card{max-width: none;}
  .testi-col2 img{height: 400px;}
  .about-content{max-width: none;}
  .contact-details-content h3{font-size: 1.5rem;}
  .contact-details-content p{font-size: 1.1rem;}
  .social-icons ul li .icon{padding: 14px;width: 50px;height: 50px;}
  .footer-wrapp .footer-logo{margin: 0 auto;}
  .logo{width: 100%;}
  .play-button-wrapper #circle-play-b svg{width: 70px;height: 70px;}
  .footer-wrapp .footer-row{flex-wrap: wrap;justify-content: center;text-align: center;}
  .footer-wrapp .footer-logo{width:100%;}
  .footer-wrapp .footer-logo img{text-align: center;margin: 0 auto;width: 200px;margin-bottom: 20px;}
  .footer-wrapp .footer-nav{width: 100%;margin-bottom: 20px;}
  .footer-wrapp .footer-social{width: 100%;}
  .about-col1 img{width: 100%;}
  .about-content h2{margin: 0 auto;}
  .about-content{text-align: center;}
  .star-raring img{width: 100px;}
  .tasty-col1{align-items: stretch;}
  .banner-sec{margin-top: -80px;}


  
  .dish-list-wrap-sec{flex-wrap: wrap;margin: 30px 0px;}
  .dish-list-new-section{width: 100%;margin:0px;}
  .dish-list-right-rate::after{content: none;}
  .dish-list-right-content h3{font-size: 1.2rem;}
  .dish-list-new-list{margin-bottom: 10px;}
  .dish-list-right-rate h3{font-size: 1.2rem;}
  .menu-section{padding: 40px 0px;}
  .logo img{width: auto;}
}


@media(max-width:767px){
  .banner-slider::before, .banner-slider::after{content: none;}
  .dish-list::after{content: none;}
  .banner-content h1{font-size: 2rem;}
  .banner-content h1 br{display: none;}
  .banner-content p{font-size: 1rem;}
  .banner-content{top: 60%;max-width: 350px;}
  .special-items-row{flex-wrap: wrap;}
  .special-card{width: 100%;}
  .special-card-content h2{font-size: 1.4rem;}
  .special-head h2,.about-content h2,.menu-header h2,.tasty-head h2,.testi-head h2,.contact-head h2{font-size: 2rem;}
  .about-content{padding: 20px 0px;}
  .menu-list-sec::before, .menu-list-sec::after{content: none;}
  .menu-list-sec{padding: 50px 15px;}
  .dish-list{padding: 0;}
  .dish-card{width: 100%;}
  .tasty-dish-sec{padding: 40px 0px;}
  .loctaion-box{width: 100%;}
  .tasty-col2 h2, .tasty-col3 h2,.loctaion-box h4{font-size: 1.8rem;}
  .tasty-col3 p,.tasty-col3 p{font-size: 1.2rem;}
  .video-container{height: 400px;}
  .testi-card p{font-size: 1.2rem;}
  .testi-col2 img{height: 300px;}
  .contact-sec{padding: 40px 0px;}
  .contact-row{flex-wrap: wrap;flex-direction: column-reverse;}
  .contact-col1{width: 100%;}
  .contact-col2{width: 100%;}
  .footer-wrapp .footer-nav ul{text-align: center;}
  .footer-wrapp .footer-social{margin: 20px auto;}
  .footer-wrapp .footer-row1{justify-content: center;}
  .footer-wrapp .footer-logo{margin-bottom: 30px;}
  .testi-card{padding: 20px;}
  .dish-card-content h2{font-size: 1.5rem;}
  .banner-content{max-width: 500px;}
  .footer-wrapp .footer-logo{margin-bottom: 0;}
  .footer-wrapp .footer-nav{margin-bottom: 0;}
  .footer-col1{text-align: center;}

  .menu-list-sec{padding: 20px 15px;}
  .dish-list-right-content{width: 65%;}
  .dish-list-right-rate{width: 20%;}
  .contact-location-card-wrap{flex-wrap: wrap;}
  .contact-shop-card{width: 100%;margin-bottom: 30px;}
  .contact-card-map iframe{height: 250px;}
  .contact-row{flex-wrap: wrap;}
  .contact-location-head h2{font-size: 2rem;}
}



@media(max-width:480px){
  .dish-list-left img{width: 40px;height: 40px;}
  .dish-list-left{width: 50px;}
  .dish-list-right-content h3{font-size: 1rem;}
  .dish-list-right-rate h3{font-size: 0.9rem;}
}