* {
    margin: 0;
}

@font-face {
  font-family: 'SFPRODISPLAYBOLD';
  src: url('../fonts/sfpro/SFPRODISPLAYBOLD.OTF');
}
@font-face {
  font-family: 'SFPRODISPLAYMEDIUM';
  src: url('../fonts/sfpro/SFPRODISPLAYMEDIUM.OTF');
}
@font-face {
  font-family: 'SFPRODISPLAYREGULAR';
  src: url('../fonts/sfpro/SFPRODISPLAYREGULAR.OTF');
}
@font-face {
  font-family: 'SquadaOne-Regular';
  src: url('../fonts/SquadaOne-Regular.ttf');
}

@font-face {
  font-family: Autography;
  src: url('../fonts/Autography.ttf');
}
@font-face {
  font-family: LemonMilk-medium;
  src: url('../fonts/Lemonmilk-Medium.ttf');
}
@font-face {
  font-family: SFprodisplay-Light;
  src: url('../fonts/SF-Pro-Display-Light.ttf');
}
@font-face {
  font-family: PoppinsLight;
  src: url('../fonts/Poppins-Light.ttf');
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: 'SFPRODISPLAYREGULAR';
  overflow-x: hidden;
}

/************ HEADER **************/
.header {
  position: absolute;
  width: 96%;
  display: flex;
  justify-content: space-between;
  z-index: 11;
  margin: auto;
  left: 0;
  right: 0;
}
.header img {
  width: 301px;
  cursor: pointer;

}
.header ul {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
  margin-top: 2%;
  margin-right: 5%;
}
.header ul li {
  margin-left: 12px;
  margin-right: 12px;
  
}
.header .social-icons li a {
  font-size: 22px;
}
.header ul li a {
  text-decoration: none !important;
}
.header ul li a img {
  width: 30px;
  height: 30px;
}
.header .contact__info {
  margin-right: 9%;
  margin-top: 41px;
}
.header .contact__info a {
  text-decoration: none !important;
  color: #fff !important;
}
.header .contact__info span {
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #fff;
  margin: auto 8px;
  position: relative;
  top: 1px;  
}

@media (max-width: 600px) {
  .header img {
    width: 170px;
    margin-top: -13px;
  }
  .header ul {
    align-self: center;
  }
  .header ul li a img {
    filter: invert(100);
  }
  .header .contact__info {
    margin-top: auto;
    margin-left: auto;
    margin-right: 19%;
    margin-bottom: auto;
  }
  .header .contact__info a {
    font-size: 13px;
    color: #000 !important;
  }
  .header .contact__info span {
    display: none;
  }
  .header ul li a img {
    width: 20px;
    height: 20px;
  }
  .header ul {
    margin-right: 1%;
  }
  .menu-bar-icon {
    top: 38% !important;
  }
  .menu-bar-icon img {
    filter: unset !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .header img {
    width: 185px;
  }
  .header .contact__info {
    margin-top: 23px;
    margin-left: auto;
    margin-right: 10%;
  }
  .header .contact__info a {
    font-size: 12px;
  }
  .header .contact__info span {
    height: 12px;
    margin: auto 3px;
  }
  .header ul li a img {
    width: 20px;
    height: 20px;
  }
  .header ul {
    margin-right: 1%;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .header img {
    width: 185px;
  }
  .header .contact__info {
    margin-top: 23px;
    margin-left: auto;
    margin-right: 10%;
  }
  .header .contact__info a {
    font-size: 12px;
  }
  .header .contact__info span {
    height: 12px;
    margin: auto 3px;
  }
  .header ul li a img {
    width: 20px;
    height: 20px;
  }
  .header ul {
    margin-right: 1%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header .contact__info {
    margin-top: 41px;
    margin-left: auto;
    margin-right: 9%;
  }
  .header .contact__info a {
    font-size: 14px;
  }
  .header .contact__info span {
    height: 12px;
  }
}

/************ BANNER **************/
.banner {
  background: url(../images/banner/banner-bg.jpg);
  /* height: 650px; */
  background-size: cover;
  background-position: bottom;
}
.banner-rgt img {
  width: 100%;
}

.banner-lft .carousel-fade {
  right: -25%;
  z-index: 1;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-lft .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
 }
 
 .banner-lft .carousel-fade  .carousel-item.active,
 .banner-lft .carousel-fade  .carousel-item-next.carousel-item-left,
 .banner-lft .carousel-fade  .carousel-item-prev.carousel-item-right {
   opacity: 1;
 }
 
 .banner-lft .carousel-fade .active.carousel-item-left,
 .banner-lft .carousel-fade  .active.carousel-item-right {
  opacity: 0;
 }
 
 .banner-lft .carousel-fade  .carousel-item-next,
 .banner-lft .carousel-fade .carousel-item-prev,
 .banner-lft .carousel-fade .carousel-item.active,
 .banner-lft .carousel-fade .active.carousel-item-left,
 .banner-lft .carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
 }
 
 .banner-lft .carousel-fade .carousel-item img {
  width: 377px;
  display: block;
  margin-left: auto;
}
.banner-lft .carousel-content {
  width: 50%;
  margin-left: -18%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-lft .carousel-content h4 {
  font-family: 'SFPRODISPLAYMEDIUM';
  font-size: 29px;
  color: #000;
  line-height: 35px;
}
.banner-lft .carousel-content p {
  line-height: 25px;
  font-size: 15px;
  color: #000000bd;
  letter-spacing: 1px;
  width: 90%;
  margin-top: 8%;
}
.banner-lft .carousel-fade .carousel-inner {
  overflow: unset;
}
.banner-lft .carousel-fade .carousel-indicators li {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  background: url(../images/li-inactive.png);
  background-size: cover;
  cursor: pointer;
  /* border: 2px solid #686868;
  background: transparent;
  border-radius: 100px;
  outline: 1px solid transparent;
  outline-offset: -1px; */
}
.banner-lft .carousel-fade .carousel-indicators li.active {
  background: url(../images/li-active.png);
  background-size: 100% 100%;
}
.banner-lft .carousel-fade .carousel-indicators {
  bottom: -38%;
  left: -19%;
  width: 100px;
  margin-left: 0;
}

@media (max-width: 600px) {
  .banner-lft {
    order: 2;
  }
  .banner-lft {
    order: 1;
  }
  .banner {
    padding-top: 105px;
  }
  .banner-lft .carousel-fade .carousel-item img {
    margin-top: -69px;
    width: 185px;
    margin-left: auto;
    margin-right: auto;
    order: 1;
  }
  .banner-lft .carousel-content {
    width: 100%;
    margin-top: 81px;
    margin-left: auto;
    text-align: center;
    order: 2;
    position: unset;
  }
  .banner-lft .carousel-content h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .banner-lft .carousel-content p {
    width: 100%;
    margin-top: 3%;
    line-height: 21px;
    font-size: 14px;
  }
  .banner-lft .carousel-fade .carousel-indicators {
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .banner-lft .carousel-fade {
    right: 0;
  }
  .banner-lft .carousel-fade .carousel-item .carousel-overall {
    display: grid;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .banner-lft .carousel-fade .carousel-item img {
    width: 155px;
  }
  .banner-lft .carousel-content {
    width: 80%;
    top: 66%;
  }
  .banner-lft .carousel-content h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .banner-lft .carousel-content p {
    width: 100%;
    margin-top: 3%;
    line-height: 21px;
    font-size: 14px;
  }
  .banner-lft .carousel-fade .carousel-indicators {
    bottom: -56%;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .banner-lft .carousel-fade .carousel-item img {
    width: 155px;
  }
  .banner-lft .carousel-content {
    width: 80%;
    top: 66%;
  }
  .banner-lft .carousel-content h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .banner-lft .carousel-content p {
    width: 100%;
    margin-top: 3%;
    line-height: 21px;
    font-size: 14px;
  }
  .banner-lft .carousel-fade .carousel-indicators {
    bottom: -56%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-lft .carousel-fade .carousel-item img {
    width: 245px;
  }
  .banner-lft .carousel-content {
    width: 70%;
    top: 66%;
  }
  .banner-lft .carousel-content h4 {
    font-size: 22px;
    line-height: 29px;
  }
  .banner-lft .carousel-content p {
    width: 100%;
    margin-top: 3%;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1365px) {
  .banner-lft .carousel-content {
    width: 52%;
  }
}

/**************** RESTAURANTS ******************/
.restaurants-section {
  box-shadow: 0px 0px 31px 0px #00000017;
  border-radius: 6px;
  margin-top: 55px;
  width: 97%;
}
.basil-lft {
  padding: 15px 30px;
}
.basil-lft img {
  width: 200px;
  margin-bottom: 10px;
}
.basil-lft p {
  font-size: 15px;
  letter-spacing: 1px;
  color: #000000bd;
  line-height: 22px;
}
.basil-lft ul {
  list-style-type: none;
  padding-left: 0px;
  font-size: 15px;
letter-spacing: .5px;
margin-bottom: 0;
/* margin-top: 3%; */
}
.basil-lft ul li span {
  font-family: 'SFPRODISPLAYBOLD';
  width: 73px;
  display: inline-block;
  font-size: 14px;
}
.basil-lft ul li .line {
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #252525;
  margin: auto 5px;
  position: relative;
  top: 2px;
}
.basil-lft ul li img {
  height: 12px;
  margin-right: 5px;
  width: auto;
  margin-top: 8px;
}
.basil-lft a {
  background: linear-gradient(180deg, #341706 -115.89%, #373606 100%);
  color: #fff !important;
  box-shadow: 0px 0px 2px 0px #00000021;
  border-radius: 9px;
  padding: 5px 10px;
  text-decoration: none !important;
  letter-spacing: .5px;
  margin-left: auto;
  display: block;
  width: 114px;
  text-align: center;
  margin-top: 6%;
  margin-right: 5%;
  transition: .3s ease-in-out;
  cursor: pointer;
  height: 34px;
line-height: 21px;
}
.basil-lft a:hover {
  outline: 1px solid #341706;
  outline-offset: 2px;
  transition: .3s ease-in-out;
}
.basil-rgt {
  padding: 0px;
  overflow: hidden;
}
.basil-rgt img {
  width: 100%;
  /* height: 308px; */
  height: 100%;
  object-fit: cover;
  transition: .5s ease-in-out;
}
.basil-rgt img:hover {
  transform: scale(1.1);
  transition: .5s ease-in-out;
}

.bay-rgt {
  padding: 15px 30px;
}
.bay-rgt img {
  width: 200px;
  margin-bottom: 10px;
}
.bay-rgt p {
  font-size: 15px;
  letter-spacing: 1px;
  color: #000000bd;
  line-height: 22px;
}
.bay-rgt ul {
  list-style-type: none;
  padding-left: 0px;
  font-size: 15px;
letter-spacing: .5px;
margin-bottom: 0;
/* margin-top: 3%; */
}
.bay-rgt ul li span {
  font-family: 'SFPRODISPLAYBOLD';
  width: 73px;
  display: inline-block;
  font-size: 14px;
}
.bay-rgt ul li .line {
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #252525;
  margin: auto 5px;
  position: relative;
  top: 2px;
}
.bay-rgt ul li img {
  height: 12px;
  margin-right: 5px;
  width: auto;
  margin-top: 8px;
}
.bay-rgt a {
  background: linear-gradient(180deg, #341706 -115.89%, #373606 100%);
  color: #fff !important;
  box-shadow: 0px 0px 2px 0px #00000021;
  border-radius: 9px;
  padding: 5px 10px;
  text-decoration: none !important;
  letter-spacing: .5px;
  margin-left: auto;
  display: block;
  width: 114px;
  text-align: center;
  margin-top: 6%;
  margin-right: 5%;
  transition: .3s ease-in-out;
  cursor: pointer;
  height: 34px;
  line-height: 21px;
}
.bay-rgt a:hover {
  outline: 1px solid #341706;
  outline-offset: 2px;
  transition: .3s ease-in-out;
}
.bay-lft {
  padding: 0px;
  overflow: hidden;
}
.bay-lft img {
  width: 100%;
  /* height: 308px; */
  height: 100%;
  object-fit: cover;
  transition: .5s ease-in-out;
}
.bay-lft img:hover {
  transform: scale(1.1);
  transition: .5s ease-in-out;
}

@media (max-width: 600px) {
  .bay-lft {
    order: 2;
  }
  .bay-rgt {
    order: 1;
  }
  .basil-lft img {
    width: 175px;
  }
  .bay-rgt img {
    width: 175px;
  }
  .basil-lft p {
    font-size: 14px;
  }
  .bay-rgt p {
    font-size: 14px;
  }
  .basil-lft a, .bay-rgt a {
    margin-bottom: 5%;
    margin-right: auto;
    margin-top: 6% !important;
  }
  .order-mb-3 {
    order: 3;
  }
  .order-mb-4 {
    order: 4;
  }
  .visit-web {
    margin: auto !important;
  }
  .basil-lft ul, .bay-rgt ul {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .bay-lft {
    order: 2;
  }
  .bay-rgt {
    order: 1;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .bay-lft {
    order: 2;
  }
  .bay-rgt {
    order: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .basil-lft p {
    font-size: 14px;
  }
  .bay-rgt p {
    font-size: 14px;
  }

}


/************ TESTIMONIALS ***************/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}
.chef-talk-lft img {
  width: 91%;
  margin: auto;
  display: block;
}
.chef-talk {
  margin-top: 40px;
  margin-bottom: 40px;
}
.vert {
  margin-top: 9%;
}
.vert .carousel-indicators li {
  border: 1px solid #0000008f;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 100px;
  margin-left: 5px;
  margin-right: 5px;
}
.vert .carousel-indicators li.active {
  background: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.vert .carousel-indicators {
  bottom: -60%;
  justify-content: end;
  margin-left: auto;
  margin-right: 8%;
}
.vert .carousel-item p {
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 25px;
  color: #000000bd;
  text-align: center;
  width: 88%;
  margin-left: 3%;
}
.chef-talk-rgt .quotes {
  width: 81px;
  position: absolute;
  top: 23%;
  left: -7%;
}

@media (max-width: 600px) {
  .chef-talk-lft img {
    width: 244px;
  }
  .chef-talk-rgt .quotes {
    width: 55px;
    position: absolute;
    top: -2%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .vert {
    margin-top: 22%;
  }
  .vert .carousel-item p {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .vert .carousel-indicators {
    bottom: -25%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .chef-talk {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .chef-talk-lft img {
    width: 244px;
  }
  .chef-talk-rgt .quotes {
    width: 55px;
    position: absolute;
    top: -2%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .vert .carousel-item p {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .vert .carousel-indicators {
    bottom: -40%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .chef-talk {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .chef-talk-lft img {
    width: 244px;
  }
  .chef-talk-rgt .quotes {
    width: 55px;
    position: absolute;
    top: -2%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .vert .carousel-item p {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .vert .carousel-indicators {
    bottom: -40%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .chef-talk {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .chef-talk-rgt .quotes {
    width: 60px;
  }
  .chef-talk {
    margin-bottom: 65px;
  }
}

/**************** BEST MENU ****************/
.best-menu-section {
  background: url(../images/menu-list-bg.png);
  /* height: 950px; */
  background-size: auto 100%;
  padding-bottom: 150px;
  background-position: bottom;
}
.best-menu-inner {
  box-shadow: 0px -10px 12px 0px #00000012;
  width: 95%;
  margin: auto;
}
.menu-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px 0px;
}
.menu-header .menu-lft {
  display: flex;
}
.menu-header .menu-lft img {
  height: 56px;
}
.menu-header .menu-lft h4 {
  color: #0202021c;
  font-size: 20px;
  font-family: 'SFPRODISPLAYBOLD';
  letter-spacing: 0.5px;
  /* font-weight: bold; */
  margin-left: 15px;
}
.menu-header .menu-lft h4 span {
  display: block;
  color: #020202;
  font-family: 'SFPRODISPLAYMEDIUM';
  font-size: 36px;
  margin-top: -12px;
  letter-spacing: 3.5px;
  margin-left: -2px;
}
.menu-header .menu-rgt {display: flex;}
.menu-header .menu-rgt .basilLeaf {
  display: flex;
  align-self: center;
}
.menu-header .menu-rgt .basilLeaf img {
  height: 17px;
  margin-right: 5px;
  margin-top: 5px;
}
.menu-header .menu-rgt .basilLeaf h5 {
  color: #000;
  font-size: 22px;
  font-family: 'SFPRODISPLAYMEDIUM';
  letter-spacing: 1px;
}
.menu-header .menu-rgt .basilLeaf h5 span {
  font-size: 13px;
  display: block;
  font-family: 'SFPRODISPLAYREGULAR';
  margin-left: 2px;
  margin-right: 2px;
}

/* Toggle button */
.toggle-btn {
  width: 50px;
  height: 20px;
  margin: -3px 10px 0px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  /* background:#858484; */
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
  border: 1px solid #858484;
  align-self: center;
}
.toggle-btn.active .round-btn {
  background: #964122;
}
.toggle-btn.active .round-btn {
  left: 31px;
}
.toggle-btn .round-btn {
  width: 15px;
  height: 15px;
  background: #008200;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 70%;
  margin-top: -11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toggle-btn .cb-value {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.best-menu-inner p {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  width: 85%;
  margin: 30px auto auto;
}
.menuTabs {
  margin-top: 40px;
}
.menuTabs ul {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.48);
  border-bottom: 1px solid rgba(0, 0, 0, 0.48);
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0px;
}
.menuTabs ul li {
  width: 20%;
  font-family: 'SFPRODISPLAYBOLD';
  font-size: 17px;
  color: #161616;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.48);
  cursor: pointer;
  position: relative;
}
.menuTabs ul li:nth-child(5) {
  border-right: 1px solid transparent;
}
.menuTabs ul li.active:after {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #000;
  bottom: -25px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.menuTabs .menu-content {
  /* height: 625px; */
  box-shadow: 0px 0.7777777910232544px 3.1481480598449707px 0px #00000004;
  box-shadow: 0px 3.422222137451172px 6.518518447875977px 0px #00000007;
  box-shadow: 0px 8.399999618530273px 13px 0px #00000009;
  box-shadow: 0px 16.177778244018555px 25.481481552124023px 0px #0000000B;
  box-shadow: 0px 27.22222137451172px 46.85185241699219px 0px #0000000E;
  box-shadow: 0px 42px 80px 0px #00000012;
  background: #FFFFFFE0;
  padding-bottom: 40px;
  padding-top: 40px;
}

.veg-menu-list {
  padding: 22px 20px;
}
.veg-menu-list ul {
  list-style-type: none;
  padding-left: 55px;
  /* border-right: 1px dashed #000; */
  display: block;
  border-top: none;
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.veg-menu-list ul:nth-child(3) {
  border-right: 1px dashed transparent;
}
.veg-menu-list ul li {
  font-family: 'SquadaOne-Regular';
  width: auto;
  font-size: 21px;
  color: #282828d9;
  text-transform: unset;
  text-align: left;
  letter-spacing: .6px;
  border-right: none;
  padding-top: 0px;
  margin-bottom: 13px;
  line-height: 28px;
  cursor: unset;
}
.veg-menu-list ul li img {
  width: 13px;
  margin-right: 5px;
} 
.nonveg-menu-list ul li img {
  width: 13px;
  margin-right: 5px;
}
.dwn-btn {
  text-align: center;
  margin-top: 50px;
}
.dwn-btn a {
  background: #4AA620;
  border-radius: 10px;
  font-size: 21px;
  font-family: 'SFPRODISPLAYMEDIUM';
  letter-spacing: 0.5px;
  color: #fff !important;
  text-decoration: none !important;
  padding: 7px 12px;
}

.nonveg-menu-list {
  padding: 22px 20px;
}
.nonveg-menu-list ul {
  list-style-type: none;
  padding-left: 55px;
  /* border-right: 1px dashed #000; */
  display: block;
  border-top: none;
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.nonveg-menu-list ul:nth-child(3) {
  border-right: 1px dashed transparent;
}
.nonveg-menu-list ul li {
  font-family: 'SquadaOne-Regular';
  width: auto !important;
  font-size: 23px;
  color: #282828d9;
  text-transform: unset;
  text-align: left;
  letter-spacing: .6px;
  border-right: none;
  padding-top: 0px;
  margin-bottom: 16px;
  line-height: 28px;
  cursor: unset;
}
.nonveg-menuTabs.menuTabs ul li {
  width: 33%;
}
.nonveg-menuTabs.menuTabs ul li:nth-child(4) {
  border-color: transparent;
}

@media (max-width: 600px) {
  .best-menu-inner p {
    width: 95%;
  }
  .menu-header .menu-rgt .basilLeaf h5 {
    font-size: 20px;
  }
  .menuTabs {
    padding: 0px 5px;
  }
  .menuTabs ul {
    justify-content: space-evenly;
  }
  .menuTabs ul li {
    font-size: 13px;
    padding: 0px 5px;
    width: auto;
  }
  .menu-header {
    display: block;
  }
  .menu-header .menu-lft img {
    height: 45px;
  }
  .menu-header .menu-lft h4 span {
    font-size: 30px;
    margin-top: -10px;
  }
  .menu-header .menu-lft h4 {
    letter-spacing: 2px;
  }
  .menu-header .menu-rgt {
    justify-content: center;
  }
  .menu-header .menu-lft {
    justify-content: center;
  }
  .best-menu-section {
    padding-bottom: 85px;
  }
  .veg-menu-list ul {
    padding-left: 0px;
    border: none;
    padding-right: 0px;
  }
  .veg-menu-list ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .nonveg-menu-list ul {
    padding-left: 0px;
    border: none;
    padding-right: 0px;
  }
  .nonveg-menu-list ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .menuTabs .menu-content {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .dwn-btn a {
    font-size: 18px;
  }
  .veg-menu-list {
    padding: 5px 0px;
  }
  .nonveg-menu-list {
    padding: 5px 0px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .best-menu-inner p {
    width: 97%;
  }
  .menu-header .menu-rgt .basilLeaf h5 {
    font-size: 20px;
  }
  .menuTabs ul li {
    font-size: 15px;
  }
  .veg-menu-list ul {
    padding-left: 25px;
  }
  .veg-menu-list ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .veg-menu-list ul:nth-child(2) {
    border-right: 1px dashed transparent;
  }
  .nonveg-menu-list ul {
    padding-left: 25px;
  }
  .nonveg-menu-list ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .nonveg-menu-list ul:nth-child(2) {
    border-right: 1px dashed transparent;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .best-menu-inner p {
    width: 97%;
  }
  .menu-header .menu-rgt .basilLeaf h5 {
    font-size: 20px;
  }
  .menuTabs ul li {
    font-size: 15px;
  }
  .veg-menu-list ul {
    padding-left: 25px;
  }
  .veg-menu-list ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .veg-menu-list ul:nth-child(2) {
    border-right: 1px dashed transparent;
  }
  .nonveg-menu-list ul {
    padding-left: 25px;
  }
  .nonveg-menu-list ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .nonveg-menu-list ul:nth-child(2) {
    border-right: 1px dashed transparent;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .veg-menu-list ul {
    padding-left: 25px;
  }
  .veg-menu-list ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .nonveg-menu-list ul {
    padding-left: 25px;
  }
  .nonveg-menu-list ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

/********* ACCORDION ***********/
.accordion {
  background: none;
  box-shadow: none;
  border: none;
}
.accordion::after {
   display: none;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #000;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  /* font-size: 1.15rem; */
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  text-transform: uppercase;
}
.accordion button img {
    width: 20px;
    margin-bottom: 0px;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color:#000;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color:#000;
  border: 1px solid#000;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-family: 'SFPRODISPLAYBOLD';
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color:#000;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 12em; 
  max-height: fit-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  margin-bottom: 30px;
  margin-top: 15px;
  /* overflow-y: scroll; */
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content li {
      font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    border: none;
    padding: 5px;
    text-align: left;
    list-style-type: none;
    /* color: #7a7a7a; */
}
.accordion .accordion-content ul {
    margin: 0;
    display: block;
    list-style-type: none;
}

@media (max-width: 992px) {
    .accordion button[aria-expanded="true"] + .accordion-content {
        overflow-y: scroll;
    }
}

/*********** RESERVATION **************/
.reservation-section {
  background: url(../images/footer-bg.png);
  height: 680px;
  background-size: 100% 100%;
  margin-top: 25px;
}
.reservation-section h4 {
  font-size: 21px;
  font-family: 'SFPRODISPLAYBOLD';
  text-align: center;
  letter-spacing: 0.5px;
}
.reservation-section .ph-no {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  border: 1px solid #000;
  border-radius: 7px;
  width: 375px;
  margin: 22px auto auto;
  justify-content: center;
}
.reservation-section .ph-no li {
  padding: 5px 10px;
  border-right: 1px solid #000;
}
.reservation-section .ph-no li:nth-child(2) {
  border-right: 1px solid transparent;
}
.reservation-section .ph-no a {
  text-decoration: none !important;
  color: #212121;
  font-family: 'SFPRODISPLAYBOLD';
  font-size: 18px;
  letter-spacing: 1px;
  pointer-events: none;
}
.we-r {
  display: flex;
  width: 75%;
  margin: 80px auto auto;
}
.we-r h5 {
  font-size: 19px;
  font-family: 'SFPRODISPLAYBOLD';
  width: 300px;
  text-align: center;
  letter-spacing: 0.5px;
}
.we-r .line img {
  width: 100%;
}
.reservation-section .vertLine {
  width: 1px;
  height: 38px;
  border-left: 1px dashed #000;
  margin: auto;
}
.reservation-section .address p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.8px;
  text-align: center;
  margin-top: 5px;
}
.reservation-section .route-map img {
  width: 100%;
}
.reservation-section .route-map {
  margin-top: 55px;
}

.location-map {
  width: 300px;
}
.location-map img {
  width: 50px;
  display: block;
  margin: -18px auto 8px;
}
.location-map a {
  width: 60px;
  border: 1px solid #0AA6CA;
  border-radius: 10px;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 11px;
  text-align: center;
  height: 20px;
  line-height: 17px;
  display: block;
  margin: auto;
  letter-spacing: 0.5px;
}
.mail-sect {
  display: flex;
  justify-content: center;
}
.mail-sect a {
  font-family: 'SFPRODISPLAYMEDIUM';
  letter-spacing: .5px;
  font-size: 18px;
  color: #000;
  z-index: 1;
  margin-top: 16px;
  text-decoration: none !important;
}
.mail-sect a img {
  width: 15px;
}

@media (max-width: 600px) {
  .reservation-section .ph-no a {
    pointer-events: unset;
    font-size: 15px;
  }
  .reservation-section .ph-no {
    width: 319px;
  }
  .reservation-section h4 {
    font-size: 19px;
  }
  .we-r {
    margin: 50px auto auto;
    width: 100%;
  }
  .we-r .line img {
    height: 1px;
    width: 100px;
  }
  .reservation-section .address p {
    font-size: 16px;
    padding: 0px 12px;
  }
  .reservation-section .route-map {
    margin-top: 40px;
  }
  .we-r h5 {
    width: 235px;
  }
  .location-map {
    width: 235px;
  }
  .reservation-section {
    height: auto;
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .reservation-section .address p {
    font-size: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .we-r {
    width: 100%;
  }
  .reservation-section .ph-no a {
    pointer-events: unset;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .reservation-section .address p {
    font-size: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .we-r {
    width: 100%;
  }
  .reservation-section .ph-no a {
    pointer-events: unset;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .reservation-section .address p {
    font-size: 16px;
  }
  .we-r {
    width: 100%;
  }
}


/************* FOOTER **************/
footer {
  background: #343434;
  padding: 8px 0px;
}
footer p {
  margin-bottom: 0px;
  color: #D9D9D9D1;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-top: 3px;
}
footer a {
  color: #D9D9D9D1 !important;
  font-size: 13px;
  text-decoration: none !important;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.f-12 {
  font-size: 12px;
}

.modal-dialog .modal-content {
  background-image: url(../images/banner/plain-bg.png);
  background-size: cover;
  background-color: #fff;
}
.modal-dialog .modal-header {
  border-bottom: 1px solid #a8a8a8;
}
.modal-dialog .modal-header h5 {
  font-family: 'SFPRODISPLAYMEDIUM';
}
.modal-dialog .modal-content p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.5px;
}


.whatsapp {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 85px;
  right: 26px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 999;
}
.whatsapp img {
  width: 28px;
  margin-bottom: 6px;
}



.reservePopup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
  /* background-image: url(https://lapalmera.kfour.com/images/FirstSlide.jpeg); */
  background:linear-gradient( rgba(0, 0, 0, 0.85) 100%, rgba(0, 0, 0, 0.85)100%),url(https://lapalmera.kfour.com/images/FirstSlide.jpeg);
  background-size: cover;
  background-position: bottom;
  overflow-y: auto;
}
/* .reservePopup:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
} */
.reserve-popup {
	margin: 35px auto;
	padding: 30px 20px;
	/* background: #fff; */
	border-radius: 5px;
	/* width: 30%; */
	position: relative;
	transition: all .5s ease-in-out;
	/* top: 100px; */
  z-index: 11;
}
.reserve-popup .close {
	position: absolute;
	top: 6px;
	right: -10%;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
    cursor: pointer;
    background: #fff;
border-radius: 100%;
width: 23px;
height: 23px;
text-align: center;
line-height: 21px;
opacity: 1;
}
.reserve-popup .close:hover {
  	color: #C54E47;
}
.reserve-popup h4 {
  font-family: 'SFPRODISPLAYMEDIUM';
  text-align: center;
  color: #fff;
  font-size: 29px;
  letter-spacing: 0.02em;
}
.reserve-popup p {
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 15px;
}
.reserve-popup .content {
  	max-height: 30%;
  	/* overflow: auto; */
  /*	margin-top: 5%;*/
    text-align: center;
  /*	font-weight: bold;*/
  padding: 5px;
  background: #01010175;
  margin-top: 3%;
  border-radius: 2px;
}
.reserve-popup .content h3 {
    font-size: 20px;
    margin: auto;
}
.reserve-popup .content a {
    font-size: 15px;
}
.reserve-popup .content a:hover {
    text-decoration: none;
}

.contact-form {
  position: relative;
  z-index: 1;
  width: 85%;
  margin-left: auto;
  margin-right: auto;letter-spacing: 0.02em;
}
.contact-form .form-group {
  margin-bottom: 10px;
  margin-bottom: 28px;
}
.contact-form .form-section input, .contact-form .form-section select {
  height: 39px;
  border-radius: 4px;
  background: transparent;
  padding-left: 20px;
  box-shadow: none !important;
  outline: none !important;
  font-size: 17px;
  color: #fff;
  font-family: 'SFPRODISPLAYREGULAR';
  border: 1px solid #fff;
}
select option { color: black; }
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;opacity: 1 !important; 
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;opacity: 1 !important; 
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;opacity: 1 !important; 
}
.error {
  font-size: 12px;
  color: red;
}
.contact-form .form-section {
  margin: 5% auto;
}
.contact-form .form-section textarea {
  height: 100px;
  border-radius: 4px;
  background: transparent;
  padding-left: 20px;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  font-size: 17px;
  color: #fff;
  font-family: 'SFPRODISPLAYREGULAR';
  border: 1px solid #fff;
}
.contact-form label {
  font-size: 16px;
  font-family: 'SFPRODISPLAYREGULAR';
  font-weight: 100;
  color: #fff;
}
.contact-form .form-section .form-group .submit-btn {
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  border: none;
  padding: 2px 16px;
  height: 31px;
  font-family: 'SFPRODISPLAYMEDIUM';
  cursor: pointer;
}
.form-check-label input {
  height: auto !important;
}
.form-check-label {
  cursor: pointer;
}

@media (max-width: 600px) {
  .contact-form {
      width: 98%;
  }
}



.thank-overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 35px auto;
	padding: 30px 20px;
	background: #fff;
	border-radius: 5px;
	/* width: 30%; */
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
.popup .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
padding: 5px;
}
.popup .cotent h4 {
  font-family: 'SFPRODISPLAYMEDIUM';
  font-size: 20px;
}
.popup .content h3 {
    font-size: 18px;
    margin: auto;
}
.popup .content a {
    font-size: 15px;
}
.popup .content a:hover {
    text-decoration: none;
}

@media (max-width: 600px) {
  .reserve-popup h4 {
    font-size: 23px;
  }
  .reserve-popup p {
    font-size: 13px;
  }
  .reserve-popup {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .reserve-popup .close {
    right: 2%;
  }
}

   /* Villa introducing section */

.villa-section{
  background-image: url(images/villabg.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
}
.villa-overlay {
color: #fff;
text-align: center;
padding-bottom: 60px;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, transparent 121%);
border-left: 1px solid #000;
border-right: 1px solid #000;
margin-left: 2%;
}
.villa-overlay{

   max-width: 407px;
}
.villa-overlay .exp-btn{
  display: inline-block;
  border-radius: 5px;
  background: #0B94CF;
  padding: 4px 27px 5px;
  color: #fff;
  text-decoration: none;
  margin-top: 80px;
  font-size: 17px;
            font-family: PoppinsLight;
}
.villa-overlay .title{
  font-size: 62px;
  padding-top: 30px;
  font-family: Autography;
}
.villa-overlay .sub-title{
  font-size: 30px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: LemonMilk-medium;
}
.villa-overlay .para{
  font-size: 20px;
  font-family: SFprodisplay-Light;
  padding-top: 35px;
}
.villa-img{
  display: none;
}
.villa-img img{
  width: 100%;
}
@media (max-width:992px){
  .villa-overlay{
       padding-bottom: 44px;
  }
  .villa-overlay .exp-btn{
      margin-top: 68px;
  }
}

@media (max-width:767px){
  .villa-overlay .title{
      font-size: 35px;
  }
  .villa-overlay .sub-title{
      font-size: 22px;
  }
  .villa-overlay .para{
      font-size: 16px;
      padding-top: 10px;
  }
  .villa-section{
      background-image: none;
  }
  .villa-overlay{
      background: transparent;
      color: #000;
      border: 0px;
      margin-left: 0px;
  }
  .villa-img{
      display: block;
      width: 100%;
      margin-bottom: 15px;
  }
  .villa-overlay  .exp-btn{
      margin-top: 20px;
  }
  

}