/*

Elegance Template

https://templatemo.com/tm-528-elegance

==================================================
CSS SITEMAP >>>>

  01. GENERAL CSS
  02. HEADER CSS
  03. SOCIAL ICONS CSS
  04. WELCOME BLOCK CSS
  05. ABOUT BLOCK CSS
  06. SERVICES BLOCK CSS
  07. WORK BLOCK CSS
  08. CONTACT BLOCK CSS
  09. TESTIMONOALS BLOCK CSS
  10. SKILLS BLOCK CSS


==================================================*/

/*==============================================
01. GENERAL CSS
================================================*/

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body {
  font: 16px/1.6 'Raleway', Arial, Helvetica, sans-serif;
  color: #fff;
  text-align:center;
  background: #222;
  font-family: Playfair_Display;
}
img {
  border: 0;
  max-width: 100%;
}
html {
  -ms-overflow-style: scrollbar;
}
.alltrans,
.social-icons li a,
.owl-nav > button,
.owl-nav > button:after,
.counter-box,
.about-img:after,
.gallery-img img,
.form-control,
.owl-dot,
.subscribe-row,
.close-btn,
.close-btn:before,
.close-btn:after,
.tag-btn,
.btn {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
  outline: none;
  text-decoration: underline;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  a:active {
    background-color: transparent;
  }
}
p {
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 600;
  text-transform:uppercase;
}
h1,
h2 {
  font-size: 32px;
}
h3 {
  font-size: 30px;
  font-weight: 600;
}
h4 {
  font-size: 22px;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
h6 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
#main {
  padding: 0;
  background: #fff;
}
.no-margin {
  margin: 0 !important;
}
figure {
  margin:0;
}
.opacity-no {
  opacity: 1 !important;
}

video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
#video:after {
  content: '';
  opacity: 0.75;
  background: #002140; /* Old browsers */
  background: -moz-linear-gradient(top, #002140 0%, #032949 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #002140 0%,#032949 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #002140 0%,#032949 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002140', endColorstr='#032949',GradientType=0 ); /* IE6-9 */
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom: 0;
}
.wrapper-background-dark:after {
  background: #222;
  opacity:0.95;
}
.section-inner {
  padding:220px 30px 0;
}
.fp-scrollable {
  height:100vh !important;
}
#fp-nav ul li a span {
 display: none;
}

.btn {
  background: #fff;
  color: #222;
  text-align:center;
  line-height:52px;
  padding:0 35px;
  border-radius: 0px;
  text-transform:uppercase;
  font-weight:600;
  border:2px solid transparent;
  border-radius: 10px;
}
.btn:hover, .btn:focus {
  color:#fff;
  border-color:#fff;
  background:none;
}
.btn:focus {
  box-shadow:none;
  outline:none;
}
.btn.btn-xs {
  line-height:34px;
  font-size:12px;
  padding:0 20px;
  font-weight: 500;
}
.btn.btn-outline {
  background:none;
  border-color:#fff;
  color:#fff;
  border-width:1px;
}
.btn.btn-outline:hover, .btn.btn-outline:focus {
  background:#fff;
  color:#222;
}
.btn.btn-dark {
  color: #222;
  border-color: #222;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  color: #fff;
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto;
}
.preloader {
  background: -moz-linear-gradient(top, #4096ee 0%, #39ced6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4096ee 0%,#39ced6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4096ee 0%,#39ced6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#39ced6',GradientType=0 ); /* IE6-9 */
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
}
.preloader-bounce {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.preloader-bounce > span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0.3em;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: bounce 0.6s infinite alternate;
  animation: bounce 0.6s infinite alternate;
  background: #fff;
}
.preloader-bounce > span:nth-child(2){
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: #fff;
}
.preloader-bounce > span:nth-child(3){
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background: #fff;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

#fullpage {
  z-index: 99;
}


/*==============================================
02. HEADER CSS
================================================*/
#header {
  padding:20px 0;
  position: fixed;
  left:0;
  right:0;
  top:0;
  z-index:999;
}
.container-fluid {
  padding:0 20px;
}

a#logo {
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 100;
  background: #ffffff3d;
  padding: 17px 12px;
  border-radius: 5px;
}

.navbar {
  padding: 0;
}
.navbar-toggle {
  display:none;
}
.navbar-nav {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.navbar-nav li {
  margin-left: 30px;
}
.navbar-nav li a {
  color:#fff;
  font-size: 15px;
  text-decoration:none;
  display:block;
  font-weight: 500;
  opacity: 0.9;
}
.navbar-nav li a:after {
  content:'';
  display:block;
  height: 2px;
  background:#fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform:scale(0);
  transform:scale(0);
  margin-top: 4px;
}
.navbar-nav li a:hover:after, .navbar-nav li.active a:after{
  -webkit-transform:scale(1);
  transform:scale(1);
}
.navbar-nav li a:hover {
  opacity: 1;
}
.navbar-nav li.active a {
  opacity: 1;
}
.collapse:not(.show) {
  display:block;
}

/*==============================================
03. SOCIAL ICONS CSS
================================================*/
#social-icons {
  padding:0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right:0;
  z-index: 199;
}
.social-icons {
  margin:0;
  padding:0;
  list-style:none;
}
.social-icons li {
  display: block;
  margin: 1px 0px;
}
.social-icons li a {
  width:50px;
  height:50px;
  display:inline-block;
  line-height:50px;
  text-align:center;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255,255,255,1);
  font-size:18px;
}
.social-icons li a:hover {
  color:#1e1e1e;
  background-color: #fff;
}
/*==============================================
04. WELCOME BLOCK CSS
================================================*/
.welcome-box {
  font-size:20px;
  line-height:1.7;
}
.welcome-first{
  font-size: 47px !important;
    display: block;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
.welcome-box p {
  color: #fff;
  font-size: 36px;
  letter-spacing: 3px;
}
.welcome-title {
  font-weight: 100;
  font-size: 86px!important;
  margin-bottom: 0px!important;
  letter-spacing:0.02em;
  color: #ff9966;
}
.welcome-title span {
  font-size:36px;
  display:block;
  font-weight:300;
  line-height:1.2;
}
.welcome-box .btn {
  margin-top: 10px;
}
.next-section {
  /* display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px; */
  cursor: pointer;
  /* -webkit-transition: all 0.5s ease; */
  transition: all 0.5s ease;
}
.next-section span {
  margin-top: 15px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.next-section i:hover {
  opacity: 1;
}

/*==============================================
05. ABOUT ME
================================================*/
.about-img {
  margin: 0 auto 40px;
  position:relative;
}
.about-img img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,.3);
  box-shadow: 0 0 40px rgba(0,0,0,.3);
}
.about-contentbox {
  margin-top: 80px;
  text-align:left;
  line-height:1.8;
}
.about-contentbox h2 {
  font-size: 50px;
  text-transform: math-auto;
  font-weight: 100;
  color: #ff9966;
  line-height: 1.3;
}
.about-contentbox span {
  font-size: 25px;
  text-transform: math-auto;;
  font-weight: 100;

  line-height: 1.5;
}
.facts-list {
  margin-top: 30px;
}
.facts-list .item {
  overflow: hidden;
  text-align:center;
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  text-transform:capitalize;
  font-size:14px;
  padding: 30px 0px;
  background: rgba(0,0,0,0.25);
}

.counter-box{
  font-size: 21px;
}
.counter-box span {
  font-size: 30px;
  font-weight: 700;
}
.counter-icon {
  font-size: 40px;
  margin-bottom: 10px;
  opacity: 0.75;
}
.facts-list .item:hover {
  background:#fff;
  color:#1e1e1e;
}
.facts-list .owl-dots {
  margin-bottom: 30px;
}
.count-number, .counted {
  display:block;
  font-size:36px;
  font-weight:700;
  line-height:1;
  margin-bottom:10px;
}

/*==============================================
06. SERVICES BLOCK CSS
================================================*/
.title-block {
  margin-bottom: 40px;
}
.title-block span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
}
.services-list .item {
  background-color: rgba(250,250,250,0.25);
  border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-icon {
  display:block;
  margin: 0 auto 0;
  font-size: 64px;
}
.service-box {
  font-size:20px;
  padding:40px 20px;
  height:100%;
}
.services-list .item:hover {
  background-color: #fff;
  color: #1e1e1e;
}
.service-box h3 {
  font-size: 37px !important;
  font-weight: 100;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding: 10px;
}
.service-box p:last-child {
  margin:0;
  text-align: justify;
}
.owl-carousel .owl-dots .owl-dot {
  border-radius: 3px;
}
.owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 50px
}

.owl-carousel .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    margin: 0 5px;
    background: rgba(255, 255, 255, .2)
}

.owl-carousel .owl-dots .owl-dot:focus {
    outline: none
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #ff9966;
}

/*==============================================
07. WORK BLOCK CSS
================================================*/
.gallery-section {
  text-align: center;
}
.portfolio-item img {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 10px;
}
.portfolio-item .thumb-inner {
  position: absolute;
  z-index: 99;
  bottom: 0;
  text-align: left;
  padding: 20px;
  background-color: rgba(250,250,250,0.25);
  width: 100%;
  height: 60px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-item .thumb-inner h4 {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 0px;
}
.portfolio-item .thumb-inner p {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-bottom: 0px;
}
.portfolio-item:hover .thumb-inner p {
  position: relative;
  opacity: 1;
  visibility: visible;
  color: #4a4a4a;
}
.portfolio-item:hover .thumb-inner {
  border-radius: 10px;
  height: 100%;
  background-color: rgba(250,250,250,0.9)
}
.portfolio-item:hover .thumb-inner h4 {
   margin-top: 30%;
  color: #1e1e1e;
  margin-bottom: 20px;
}

/*==============================================
08. CONTACT BLOCK CSS
================================================*/
::-webkit-input-placeholder {
  color:#fff !important;
  opacity:1;
}
::-moz-placeholder {
  color:#fff !important;
  opacity:1;
}
:-ms-input-placeholder {
  color:#fff !important;
  opacity:1;
}
:-moz-placeholder {
  color:#fff !important;
  opacity:1;
}
.input-field {
  margin-bottom:15px;
}
.form-control {
  height: 50px;
  color:#fff;
  border: none;
  background:rgba(250,250,250,0.05);
  border: 1px solid rgba(250,250,250,0.5);
  border-radius: 10px;
  padding:4px 22px;
  font-size:14px;
  margin-bottom: 30px;
}
.form-control:focus {
  box-shadow:none;
  outline:none;
  background:rgba(0,0,0,0.05);
  border: 1px solid rgba(250,250,250,1);
  color:#fff;
}
.index .form-control.form-control-dark {
  background: rgba(250,250,250, 0.75);
  color: #fff;
}
.index .form-control.form-control-dark:focus {
  background: rgba(54, 40, 158, 0.85);
  color: #fff;
}
.index .form-control.form-control-dark::-webkit-input-placeholder {
  color: #fff !important;
}
.index .form-control.form-control-dark::-moz-placeholder {
  color:#fff !important;
}
.index .form-control.form-control-dark:-ms-input-placeholder {
  color:#fff !important;
}
.index .form-control.form-control-dark:-moz-placeholder {
  color:#fff !important;
}
.form-control.form-control-dark:focus {
  background: rgba(0, 0, 0, 0.2);
}
.form-control.form-control-dark {
  background: rgba(0, 0, 0, 0.1);
  color: #222;
  border: none;
}
.form-control.form-control-dark::-webkit-input-placeholder {
  color:#222 !important;
  opacity:0.7;
}
.form-control.form-control-dark::-moz-placeholder {
  color:#222 !important;
  opacity:0.7;
}
.form-control.form-control-dark:-ms-input-placeholder {
  color:#222 !important;
  opacity:0.7;
}
.form-control.form-control-dark:-moz-placeholder {
  color:#222 !important;
  opacity:0.7;
}
textarea.form-control {
  height:123px;
  padding-top:15px;
}
.contact-section .btn {
  width:100%;
}
.contact-box {
  text-align:left;
}
.contact-box h4 {
  font-size:24px;
}
.contact-box h4:after {
  content:'';
  display:block;
  width:50px;
  height:2px;
  background:#fff;
  margin:12px 0;
}
.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  background: rgba(250,250,250,0.25);
  border-radius: 10px;
  padding: 30px;
  font-weight: 700;
}
.contact-row i {
  width:55px;
  font-size: 30px;
  display:block;
}
.contact-row i.fa-envelope {
  font-size: 25px;
}

/*==============================================
09. TESTIMONOALS BLOCK CSS
================================================*/
.testimonials-section .item {
  background-color: rgba(250,250,250,0.25);
  padding: 40px;
  border-radius: 10px;
}
.testimonials-section .item img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.testimonials-section .item h4 {
  margin-top: 40px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
}
.testimonials-section .item p {
  font-size: 17px;
  font-style: italic;
}

/*==============================================
10. SKILLS BLOCK CSS
================================================*/
.skills-row {
  margin-top: 80px;
}
.skill-item {
  border-bottom: 1px solid rgba(250,250,250,0.1);
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.last-skill {
  border-bottom: none;
}
.skills-row span {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  color: #1e1e1e;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  top: -21px;
  position: absolute;
  z-index: 999;
}
.skills-row h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: right;
  margin-bottom: -10px;
}
.skill-bar {
  width: 70%;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(250,250,250,0.25);
  position: relative;
}
.filled-bar {
  position: absolute;
  z-index: 99;
  width: 64%;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
}
.filled-bar-2 {
  position: absolute;
  z-index: 99;
  width: 82%;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
}

.btn-box{
  color: white;
  text-align: center;
  line-height: 36px;
  padding: 0 18px;
  margin-right: 22px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 500;
  border: 2px solid white;
  border-radius: 53px;
  cursor: pointer;
}

.people{
  text-transform: capitalize;
  font-weight: 100!important;
  color: #ff9966;
}

.service-icon img {
  filter: invert(100%);
  width: 66px !important;
}

.services-list .item:hover .service-icon img {
  background-color: #fff;
  color: #1e1e1e;
  filter: none;
}

.review-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 34px;
  width: 100%;
  border-radius: 18px;
  backdrop-filter: blur(10px);
  margin: 0 auto;
}
.profile {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.profile img {
  width: 21px;
  height: 21px;
  position: absolute;
  margin-right: 10px;
  top: 66px;
  left: 64px;

}
.profile-info {
  font-size: 18px;
    margin-left: 28px;
}
.stars {
  color: gold;
    font-size: 32px;
    margin-top: -16px;
}
.rating {
  font-size: 24px;
  font-weight: 100;
}
.reviews-text {
  font-size: 60px;
  font-weight: 100;
  color: #FF9C57;
  margin-top: 20px;
}

.review-container{
  /* padding-left: 11%; */
  /* padding-right: 11%; */
}

.review-row{
  justify-content: center;
  gap: 93px;
  align-items: center;
}

.play_store{
  display: flex;
    align-items: center;
    gap: 11px;
}

.rating-box{
  display: flex;
  align-items: center;
}

.play_box{
  font-size: 21px;
}

.rating-number{
  font-size: 24px;
}
.play-border{
  border: 1px solid black;
    width: 48px;
    height: 48px;
    border-radius: 45px;
    position: relative;
}

.header {
  font-size: 30px;

}
.sub-header {
  color: #ff8c00;
  font-size: 25px;
}
.description {
  font-size: 20px;
  margin: 10px 0;
  text-align: justify;
}

.master_chef img{
  width: 60px;
  height: 60px;
  border: 3px solid white;
  border-radius: 30px;
}

.master_chef{
  display: flex;
  justify-content: center;
  align-items: center;
}
.restrau{
  display: block;
}
.instra_profile{
  width: 100%;
  margin: auto;
  padding: 5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  position: relative;
}
.master_chef span{
  margin-left: 15px;
  margin-top: -17px;
}

.source_box{
  margin-left: 40px;
  margin-top: -27px;
}

.stats {
  display: flex;
  justify-content: space-around;
  margin: 10px 0;
}
.stats div {
  text-align: center;
}

.load-more {
  background:white;
  border: none;
  padding: 2px 25px;
  cursor: pointer;
  border-radius: 25px;
  cursor: pointer;
}
.prev, .next {
  position: absolute;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
}
.prev { left: 10px; }
.next { right: 10px; }

.gallery {
  display: flex;
  transition: transform 0.5s ease-in-out;
  padding: 15px 20px;
  overflow: hidden;
}
.mySlides img {
  width: 50%;
  border-radius: 5px;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 30px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* .active, .dot:hover {
  background-color: #717171;
} */

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.fade:not(.show) {
  opacity: 1 !important;
}

.Follow-btn{
  background:#ff9966;
  border: none;
  padding: 2px 25px;
  cursor: pointer;
  border-radius: 25px;
  cursor: pointer;
}
.food-menu{
  font-weight: 100;
}

.menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px;
  /* background: #0a192f; */
  position: relative;
}

.arrow {
  cursor: pointer;
  font-size: 24px;
  color: white;
  padding: 10px;
  user-select: none;
}

.menu-wrapper {
  overflow: hidden;
  width: 100%;
  justify-content: center;
  display: flex;
  position: relative;
}

.menu {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin: 0;
  gap: 88px;
}

.menu li {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color 0.3s, border-bottom 0.3s;
  font-size: 18px;
  display: inline-block;
  min-width: 120px;
  text-align: center;
}

.menu li.active {
  color: orange;
  border-bottom: 2px solid orange;
}

.menu-content {
  margin-top: 20px;
  font-size: 20px;
}
.menu_list{
  background: #00294f;
  border-radius: 25px;
  margin-bottom: 30px;
}

.menu_list img{
  border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.menu_dish{
  background-color: #808080;
  padding: 5px;
  
}

.rs{
  font-size: 20px;
}

.rs span{
  font-size: 12px;

}

.menu_list p{
  text-align: justify;
  font-size: 18px;
}

.menu_content{
  padding: 5px 20px;
}

.order{
  background: white;
    border: none;
    padding: 2px 25px;
    cursor: pointer;
    border-radius: 25px;
    cursor: pointer;
    margin-bottom: 20px;
}

.order-header h1{
  font-weight: 100;
  color: #ff8c00;
}


.whatsapp-btn {
  background-color: orange;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border-radius: 5px;
}
.whatsapp-btn i {
  margin-left: 5px;
}

.order-food{
  background: rgba(255, 255, 255, 0.1);
    padding: 25px 48px;
    border-radius: 37px;
}



table {
  width: 100%;
  /* max-width: 800px; */
  border-collapse: collapse;
  /* background: white; */
  border-radius: 30px;
  /* overflow: hidden; */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  font-family: serif;
}
th {
  padding: 15px;
  text-align: center;
  font-weight: bold;
}

thead tr {
  background: white;
  color: black;
}

.qty-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-btn {
  background: transparent;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  padding: 0px 0px;
  /* margin-top: 14px; */
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.qty-value {
  width: 30px;
  text-align: center;
  font-size: 16px;
  border: none;
  background: transparent;
  color: white;
}

table tr,td{
  padding: 17px 0px;
}

.order-summary {
  text-align: center;
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.total-price {
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-align: end;
}
.order-btn {
  background: #ff8c42;
  border: none;
  padding: 15px 30px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.order-button img {
  width: 20px;
  height: 20px;
}
.animate {
  opacity: 1!important;
}
.about_story img{
  height: 274px;
    width: 100%;
    border: 3px solid #ff9966;
    border-radius: 9px;
}

.box_title{
  background-color: rgba(250, 250, 250, 0.25);
  border-radius: 19px;
  padding: 10px 10px;
}

.box_title span{
  font-size: 20px;
  font-weight: 100 !important;
  margin-bottom: 20px;
}

.box_title p{
  text-align: justify;
  font-size:20px ;
}

.lorem-con{
  font-size: 25px;
  text-align: justify;
}
.source_main{
  align-items: center;
}

.chef_po {
  position: relative;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
}
.chef_po img {
  width: 100%;
  display: block;
}
.chef-info {
  position: absolute;
  bottom: -100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #1f4662;
  transition: bottom 0.4s ease-in-out;
}
.chef_po:hover .chef-info {
  bottom: 0;
}
.looking_reservation{
  background-color: rgba(250, 250, 250, 0.25);

  padding: 20px 10px;
}

.reservation-btn{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.call-btn{
  background: white;
  border: none;
  padding: 2px 25px;
  cursor: pointer;
  border-radius: 25px;
  cursor: pointer;
  /* margin-bottom: 20px; */
}

.guest-container {
  display: flex;
  align-items: center;
  border: 1px solid rgba(250, 250, 250, 0.5);
  padding: 8px 15px;
  border-radius: 15px;
  font-size: 18px;
  justify-content: space-between !important;
  font-weight: bold;
  color: white;
  background: transparent;
}
.guest-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid white;

  background: transparent;
  color: white;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  transition: 0.3s;
}
.guest-btn:hover {
  background: white;
  color: #1f4662;
}
.guest-input {
  width: 40px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  border: none;
  background: transparent;
  color: white;
  font-weight: bold;
}
.guest-input:focus {
  outline: none;
}

#ajax-contact{
  background-color: rgba(250, 250, 250, 0.25);
  padding: 30px;
  width: 70%;
  margin: auto;
  border-radius: 20px;
}

.footer{
  background: #e57025;
    margin-left: 55px;
    margin-right: 55px;
    border-radius: 14px;
    padding: 30px;
}

.flex-left a{
  text-align: left;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 200px;
  margin: 10px;
}

.footer-section h2,
.footer-section h3 {
  margin-bottom: 10px;
}

.footer-section p,
.footer-section li {
  font-size: 14px;
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section a {
  color: #e5dbcc;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  /* border-top: 1px solid #5e4533; */
  margin-top: 30px;
  padding-top: 15px;
  font-size: 13px;
  color: #e5dbcc;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0 !important;
  width: 125px !important;
  background: none !important;
  color: white !important;
  outline: none !important;
  border: none !important;
  margin-left: 21px !important;
}

.goog-te-combo option{
  color: black;
}
@media(max-width:980px){
  .welcome-title {
    font-weight: 100;
    font-size: 69px !important;
}
.welcome-box p {
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
}}
@media(max-width:991px){
/*.welcome-box {*/
/*  padding: 0px 0px !important;*/
/*}*/

.play_store{
  justify-content: center;
}

.rating-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
}

@media(max-width:797px){
  .welcome-title {
    font-weight: 100;
    font-size: 56px !important;
}

.welcome-box p {
  color: #fff;
  font-size: 19px;
  letter-spacing: 3px;
}

}

@media(max-width:658px){
  .welcome-title {
    font-weight: 100;
    font-size: 40px !important;
}

.welcome-box p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
}

}

@media(max-width:487px){
  .welcome-title {
    font-weight: 100;
    font-size: 30px !important;
}

.welcome-box p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
}
.welcome-first {
  font-size: 40px !important;}
}


@media(max-width:403px){
 

.welcome-box p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
}
.welcome-first {
  font-size: 30px !important;}
}

@media(max-width:385px){
  .btn-box {
    color: white;
    text-align: center;
    line-height: 36px;
    padding: 0 18px;
    margin-right: 6px;
  }

  .welcome-title {
    font-weight: 100;
    font-size: 24px !important;
}
}

@media(max-width:564px){
  .about-contentbox h2 {
    font-size: 41px;
    text-transform: math-auto;
    font-weight: 100;
    color: #ff9966;
    line-height: 1.3;
}
.about-contentbox span {
  font-size: 21px;
  text-align: center!important;

}
}

@media(max-width:472px){
  .about-contentbox h2 {
    font-size: 25px;
    text-transform: math-auto;
    font-weight: 100;
    color: #ff9966;
    line-height: 1.3;
}
.about-contentbox span {
  font-size: 18px;
}
}

@media(max-width:800px){
    .title_reser{
            font-size: 83px!important;
    }
}

@media(max-width:676px){
    .title_reser{
            font-size: 65px!important;
    }
}


@media(max-width:540px){
    .title_reser{
            font-size: 40px!important;
    }
}

@media(max-width:350px){
    .title_reser{
            font-size: 30px!important;
    }
}

@media(max-width:670px){
    #ajax-contact{
            width: 100%!important;
    }
}
@media(max-width:767px){
   .order-btn {
    background: #ff8c42;
    border: none;
    padding: 15px 12px;
    color: white;
    font-size: 10px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.total-price {
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-align: end;
}

}
@media(max-width:600px){
    .order-food{
  overflow-x:scroll;   
}
}

@media(max-width:500px){
   .order-btn {
    background: #ff8c42;
    border: none;
    padding: 15px 11px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.total-price {
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-align: end;
}
}

@media(max-width:415px){
    .order-food {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px 5px;}
}


@media(max-width:393px){
       .order-btn {
        background: #ff8c42;
        border: none;
        padding: 15px 6px;
        color: white;
        font-size: 8px;
        font-weight: bold;
        border-radius: 30px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }
        .total-price {
        font-size: 10px;
        font-weight: bold;
        color: white;
        text-align: end;
        margin-bottom: 0px;
    }
}