body {
  margin: 0px;
}

.bg-light {
  background-color: #f7f6f4;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.headings {
  margin: 0px;
  font-family: DM Sans;
  font-size: 38px;
  font-weight: 600;
  line-height: 49.48px;
}

#gallery,
#home {
  direction: ltr;
}

.text-center {
  text-align: center;
}

#content {
  padding-top: 40px;
}
#header {
  display: flex;
  box-shadow: 0px 0px 10px 0 #cacaca;
  padding: 10px 0;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  background-color: var(--headerBackground);
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}

#header ul.nav-list li.active a,
#header ul.nav-list li:hover a {
  color: var(--menuItemsColorHover) !important;
}

header#header.sticky {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0px;
  z-index: 9999;
}

.container {
  gap: var(--gap);
  width: 100%;
  max-width: min(100%, var(--container-max-width, 1140px));
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
  height: 100%;
  padding: 0 15px;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

/* logo */
#header .row .logo {
  width: 100%;
}

#header .row .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

#header .row .logo img {
  width: 100%;
  object-fit: cover;
  max-height: 89px;
  min-width: 165px;
  max-width: 165px;
}

#header .row .site-logo img {
  height: auto;
}

/* menu */

#header .row {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 0;
  justify-content: center;
  justify-items: stretch;
  align-items: center;
  align-content: center;
}

#header .row nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

#header .row ul.nav-list {
  align-items: center;
  justify-content: center;
  gap: 29px;
}

#header .row nav ul li {
  position: relative;
}

#header .row .menu ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--menuItemsColor);
}

a#res_popup:hover {
  background-color: var(--bg-hover);
}
a#res_popup {
  transition: 0.4s;
  background-color: var(--menuButtonBackgroundColor);
  color: var(--menuButtonTextColor);
  padding: 14px 27px 14px 27px;
  border-radius: 50px;
  gap: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: fit-content;
  display: flex;
  align-items: center;
  font-weight: 900;
}

.header-btn {
  color: #fff !important;
  background-color: var(--headerBackground) !important;
}


.hidden-item {
    display: none !important;
}

.amenity-list .visible-item {
    display: flex !important;
}

button.read-more-btn {
    background: transparent !important;
    border-color: transparent !important;
    margin-top: 30px;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  background: transparent;
  height: 55px;
  width: 70px;
  transform: translateY(-50%);
}


@media only screen and (max-width: 1024px) {
  #header .row .nav-mobile {
    display: flex;
  }

  .site-logo {
    width: calc(100% - 150px);
    display: flex;
    justify-content: end;
  }

  #header .row ul.nav-list {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 113px;
    box-shadow: rgb(196 195 195 / 55%) 1px 5px 9px 0px;
    visibility: hidden;
    background: var(--headerBackground);
    padding: 20px;
    z-index: 9999;
    transition: opacity 0.5s ease, height 0.5s ease, visibility 0.5s;
    opacity: 0;
    height: 0;
  }

  ul.nav-list.show-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
  }

  #header .row .menu ul li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--menuItemsColor);
  }
}

@media screen and (min-width: 1001px) {
  .nav-list {
    display: flex !important;
  }
}

#navbar-toggle {
  position: absolute;
  left: 18px;
  top: 15px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#navbar-toggle span,
#navbar-toggle span:before,
#navbar-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}

#navbar-toggle span:before {
  top: -10px;
}

#navbar-toggle span:after {
  bottom: -10px;
}

#navbar-toggle.active span {
  background-color: transparent;
}

#navbar-toggle.active span:before,
#navbar-toggle.active span:after {
  top: 0;
}

#navbar-toggle.active span:before {
  transform: rotate(45deg);
}

#navbar-toggle.active span:after {
  transform: rotate(-45deg);
}

/* ---banner--- */

section#home {
  /*   background: linear-gradient(270deg, #d8ecff 0%, #efffea 100%); */
  background-color: #f6ece3;
  position: relative;
}

.banner .container-fluid.banner-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row {
  display: flex;
  align-items: center;
}

#home .row {
  min-height: 700px;
}

#home .row .banner-content {
  width: 100%;
  max-width: 45%;
}

.banner .banner-slider {
  position: absolute;
  right: 0;
  max-width: 50%;
  width: 100%;
}

.banner .banner-slider .slider-wrapper .slick-list.draggable img {
  width: 100%;
  height: 700px;
  border-radius: 0px !important;
  object-fit: cover;
  object-position: center;
}

.banner .banner-slider ul.slick-dots {
  bottom: 20%;
  left: unset !important;
  display: flex;
  flex-direction: column;
  width: unset !important;
  right: 40px;
  margin-left: auto;
}

.banner .banner-slider .slick-dots li {
  display: block;
  width: 60px;
  height: 60px;
  border: 2px dotted rgba(252, 202, 0, 1);
  border-radius: 50%;
  margin-bottom: 20px;
}

.banner .banner-slider ul.slick-dots img {
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
}

.banner .business-logo {
  position: absolute;
  z-index: 2;
  left: 50px;
  width: 130px;
  top: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  height: 130px;
}

.banner .business-logo img {
  width: 100%;
  height: 100%;
}

.p-80 {
  padding: 80px 0px;
}

/* banner-content */

.banner-content .banner-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 22px;
}

.banner-content h1.banner-title {
  font-family: "DM Sans", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 78.12px;
  text-align: left;
  margin: 0px;
}

.banner-content p.banner-tagline {
  font-family: "DM Sans", ui-sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  margin: 0px;
  text-align: left;
}

a.btn:not(.header-btn, a#res_popup, .social-icon) {
  background-color: var(--callButtonBackgroundColor);
  font-size: 16px;
  font-weight: 500;
  color: var(--callButtonTextColor);
  padding: 14px 30px 14px 30px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
}

#header a.book-btn.btn:not(:hover) {
    background-color: var(--menuButtonBackgroundColor) !important;
    color: var(--menuButtonColor) !important;
}

a.btn.show_discount_popup {
  background-color: #000 !important;
  color: #fff !important;
}
a.btn.show_discount_popup span {
  background-color: var(--callButtonBackgroundColor) !important;
}

.btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--bg-hover) !important;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.btn:hover span {
  width: 500px;
  height: 500px;
}

.btn:hover {
  color: #fff !important;
  border-color: var(--bg-hover) !important;
}

.social-media-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.social-media-icons a {
  height: 45px;
  width: 45px;
  background: var(--socialIconsBackgroundcolor);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: var(--socialIconsColor);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* ---about-- */

.about-btn {
  display: flex;
  gap: 0px 10px;

  align-items: center;
}

section#about .row {
  display: grid;
  grid-template-columns: 32% 68%;
  gap: 20px;
  align-items: flex-start;
}

section#about .rating {
  width: 100%;
}

section#about .yasr_table_multi_set_shortcode {
  border-spacing: 0px !important;
  padding: 0px;
}

section#about .yasr_table_multi_set_shortcode span {
  color: #ffffff;
  font-size: 19px;
}

section#about .yasr-multiset-average {
  width: 140%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

section#about .rating {
  position: relative;
  background-color: #91766d;
  border-radius: 10px;
  height: 400px;
}

section#about .ratingLogo {
}
section#about .ratingLogo {
  background-color: #fff;
  position: absolute;
  bottom: -49px;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  padding: 8px;
  margin: auto;
  border: 8px solid #f6ece3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px #cacaca, inset 0px 0px 10px #cacaca;
}

section#about .about-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section#about .behind-front-image img {
  width: 60%;
  height: 465px;
  object-fit: cover;
}

section#about .about-col {
  position: relative;
}

section#about .about-text {
  position: absolute;
  right: 0px;
  width: 490px;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px 30px;
  background-color: rgb(255 255 255 / 58%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  box-shadow: 1px 1px 50px #0000001a;
}

section#about .about-text p {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  margin-bottom: 20px;
}
.yasr_table_multi_set_shortcode tr {
  background: transparent !important;
  padding: 5px 20px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yasr_table_multi_set_shortcode tr:hover {
  background: #fff !important;
  color: #000 !important;
}

.yasr_table_multi_set_shortcode tr:hover span {
  color: #000 !important;
}

.yasr_table_multi_set_shortcode tr:last-child:hover {
  background: transparent !important;
}

.yasr_table_multi_set_shortcode tr:last-child:hover span {
  color: #fff !important;
}

/* ---tabs-- */

.top-restaurant-heading {
  position: relative;
}

.top-restaurant-heading::before {
  content: "";
  position: absolute;
  background: #000;
  width: 20px;
  height: 2px;
  top: 63px;
  left: -7px;
  right: 0;
  margin: auto;
  rotate: 90deg;
}

.top-restaurant-food .tab-wrapper {
  text-align: center;
  display: block;
  margin: auto;
}

.top-restaurant-food .tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  position: relative;
  width: fit-content;
  margin: auto;
  gap: 64px;
  padding-top: 40px;
}

.top-restaurant-food .tab-link {
  margin: 0;
  list-style: none;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  border: solid 2px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
  font-size: 20px;
  position: relative;
  border-radius: 20px;
  background: transparent;
}

.top-restaurant-food .tab-link:hover,
.top-restaurant-food .tab-link.active {
  background: var(--callButtonBackgroundColor);
  color: var(--callButtonTextColor);
}

.top-restaurant-food .tabs::after {
  content: "";
  position: absolute;
  background: #000;
  width: 80.5%;
  height: 2px;
  top: 4px;
  left: -10px;
  right: 0;
  margin: auto;
}

.top-restaurant-food .tab-link::before {
  content: "";
  position: absolute;
  background: #000;
  width: 35px;
  height: 2px;
  top: -3px;
  left: 34%;
  rotate: 90deg;
  transform: translateX(-50%);
}
.tab-card::before {
  color: #ffffff;
  background-color: #cd102e;
}
.top-restaurant-food .content-wrapper {
  padding: 40px 40px 0px;
}

.top-restaurant-food .tab-content {
  display: none;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.top-restaurant-food .tab-content.active {
  display: grid;
}

.top-restaurant-food .tab-content {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: space-between;
}

.top-restaurant-food .tab-card {
  background: #fff;
  padding: 10px 10px 20px;
  border-radius: 20px;
  transition: box-shadow 200ms ease-in-out, bottom 300ms ease, height 300ms ease,
    width 300ms ease, font-size 300ms ease, right 300ms ease,
    transform 300ms ease;
  position: relative;
  overflow: hidden;
}

.tab-card::before {
  content: attr(data-post);
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0;
  font-size: 22px;
  font-weight: 800;
  overflow: hidden;
}

.top-restaurant-food .tab-card:hover {
  box-shadow: 0px 15px 15px -5px rgb(0 0 0 / 19%);
  transform: translate3d(0, -2px, 0);
}

.top-restaurant-food .tab-card-img {
  overflow: hidden;
  border-radius: 20px;
}

.top-restaurant-food .tab-card-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  transition: opacity 250ms linear, transform 250ms linear, filter 250ms linear;
  transform: scale(1);
}

.top-restaurant-food .tab-card:hover .tab-card-img img {
  transform: scale(1.1);
}

.top-restaurant-food .tab-card-content h3 {
  margin: 13px 0px 0;
  font-size: 21px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
}

.top-restaurant-food .tab-card-content p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

/* ----amenities----- */
.amenities-heading,
section#video .video-heading,
.testimonial .testi-heaing,
.blog .headings {
  padding-bottom: 30px;
}

.amenities .amenities-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  row-gap: 54px;
  padding: 20px;
}

.amenity-group:nth-child(even) {
  background: #efffea;
}

.amenity-group:nth-child(odd) {
  background: #ebf5ff;
}

.amenity-group {
  border: 1px solid #5aa1e178;
  padding: 42px 0;
  border-radius: 20px;
  position: relative;
  width: 100%;
}

.amenity-group h3 {
  margin: 0px;
  margin: 0 auto;
  text-align: center;
  background: #5aa1e1;
  display: flex;
  justify-content: center;
  width: fit-content;
  min-width: 200px;
  padding: 8px 20px 10px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
}

.amenity-group ul {
  padding: 0 20px !important;
}

.amenity-group li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 21px;
  position: relative;
}

.amenity-group li::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #00000012;
  width: 85%;
  height: 2px;
  bottom: -12px;
  right: 0;
}

.amenity-group li:last-child::before {
  display: none;
}

.amenity-group img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 0px !important;
}

/* gallery slider */

.gallery-slider {
  position: relative;
  overflow: hidden;
}

.gallery-slider .images,
.gallery-slider .images .item {
  margin: 0;
  position: relative;
}

.gallery-slider .images .item .img-fill {
  text-align: center;
  padding: 10px;
  height: 200px;
}

@media screen and (min-width: 576px) {
  .gallery-slider .images .item .img-fill {
    height: 300px;
  }
}

@media screen and (min-width: 720px) {
  .gallery-slider .images .item .img-fill {
    height: 450px;
  }
}

.gallery-slider .images .item .img-fill img {
  display: inline-block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-slider .next-arrow,
.gallery-slider .prev-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  text-align: center;
  color: #fff;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s;
  outline: none;
}

.gallery-slider .next-arrow svg,
.gallery-slider .prev-arrow svg {
  top: 4px;
}

.gallery-slider .next-arrow {
  right: 25px;
}

.gallery-slider .prev-arrow {
  left: 25px;
}

.gallery-slider:hover .next-arrow,
.gallery-slider:hover .prev-arrow {
  opacity: 1;
}

.gallery-slider .caption {
  width: 100%;
  position: relative;
  text-align: center;
  display: block;
  opacity: 1;
  transition: opacity 0.15s;
}

.gallery-slider .caption.hide {
  opacity: 0;
}

.gallery-slider .thumbnails {
  position: relative;
  top: auto;
  left: 0px;
  width: 100%;
  z-index: 4;
  transition: all 0.8s;
  margin: 0;
  padding: 13px 0;
}

.gallery-slider .thumbnails:before,
.gallery-slider .thumbnails:after {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  pointer-events: none;
}

.gallery-slider .thumbnails:before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(230, 230, 230, 1) 0%,
    rgba(230, 230, 230, 0) 100%
  );
}

.gallery-slider .thumbnails:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(230, 230, 230, 0) 0%,
    rgba(230, 230, 230, 1) 100%
  );
}

.gallery-slider .thumbnails .item .img-fill {
  height: 70px;
  background: white;
  cursor: pointer;
  border: 5px solid white;
  text-align: center;
}

.gallery-slider .thumbnails .item .img-fill img {
  opacity: 0.5;
  transition: all 0.5s;
  display: inline-block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-slider .thumbnails:hover .img-fill img {
  opacity: 1;
}

.gallery-slider .thumbnails .slick-center img {
  opacity: 1;
}

.gallery-slider .thumbnails .next-arrow,
.gallery-slider .thumbnails .prev-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  z-index: 15;
}

.gallery-slider .thumbnails .next-arrow svg,
.gallery-slider .thumbnails .prev-arrow svg {
  top: 2px;
}

.gallery-slider .thumbnails .next-arrow {
  right: 0px;
}

.gallery-slider .thumbnails .prev-arrow {
  left: 0px;
}

.gallery-slider .next-arrow,
.gallery-slider .prev-arrow {
  cursor: pointer;
}

.gallery-slider .next-arrow svg,
.gallery-slider .prev-arrow svg {
  width: 18px;
  height: 18px;
  position: relative;
}

.img-fill {
  width: auto;
  padding: 10px;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.gallery-slider .slick-slider {
  margin: 0 -7.5px;
  padding: 0 !important;
}

.gallery-slider .slick-slide {
  float: left;
  padding: 0 7.5px;
  outline: none;
}

.wpsr-reviews-loadmore.wpsr_more {
  background: transparent !important;
  padding: 0px;
}






/* ----video--- */
section#video {
  position: relative;
}

section#video::after {
  content: "";
  position: absolute;
  background: #efffea;
  width: 100%;
  height: 300px;
  bottom: 0;
  z-index: -1;
}

/* --contact-- */

section.contact {
  height: 600px;
}

section.contact .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.contact .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.contact-card {
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.63);
  padding: 20px 40px;
  width: 315px;
  border-radius: 10px 39px 10px 10px;
  position: relative;
  overflow: hidden;
}

.contact-card-img {
  width: 120px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.contact-card h4 {
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.25px;
  text-align: left;
  margin: 0;
  padding: 20px 0 0;
}

.contact-card-body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}

.contact-num a {
  display: flex;
  align-items: center;
  color: #000;
  gap: 10px;
  font-size: 18px;
  margin-top: 20px;
}

.contact-address {
  margin-top: 30px;
}

.contact-address span {
  display: flex;
  gap: 10px;
  font-size: 18px;
  margin-top: 20px;
}

.business-address h4 {
  padding: 20px 0;
}

.business-address ul li {
  margin-bottom: 15px;
  font-size: 18px;
}
.contact-card.business-address-2 {
  border-radius: 10px;
  width: 290px;
}

.contact-address span i {
  margin-top: 4px;
}

/* -----blogs----- */

.blog .card-post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card-item {
  position: relative;
  border: 1px solid #cacaca;
  border-radius: 20px;
  padding: 0 0 20px;
}

.blog .card-post .card-item .card-image img {
  width: 100%;
  height: 339px;
  object-fit: cover;
}

.post-info {
  position: relative;
}

.blog .card-post .card-item .card-meta {
  position: absolute;
  bottom: -11px;
  background: #5aa1e1;
  width: fit-content;
  right: 0;
  padding: 10px 15px;
  left: 0;
  margin: auto;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.blog .card-post .card-item .card-body {
  padding: 0 10px;
}

.blog .card-post .card-item .card-body h5.card-title {
  margin: 23px 0 0;
}

.blog .card-post .card-item .card-body h5.card-title a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.13px;
}

.blog .card-post .card-item .card-read-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  color: #5aa1e1;
}

@media (max-width: 600px) {
  #header .row ul.nav-list {
    top: 60px;
  }

  #header .row .logo img {
    width: 100%;
    object-fit: cover;
    max-height: 60px;
    min-width: 120px;
    max-width: 165px;
  }
  .header-btn {
    font-size: 14px;
    padding: 10px 15px !important;
  }

  html[lang="ar"] #header .row {
    direction: ltr !important;
  }
  .tab-link {
    font-size: 16px !important;
  }

  .rating {
    margin: auto !important;
  }
  .p-80 {
    padding: 50px 0;
  }

  .site-logo {
    width: calc(100% - 95px);
  }

  #home .row .banner-content {
    max-width: 90%;
  }
  .row {
    flex-wrap: wrap;
  }

  .banner .banner-slider {
    max-width: 100%;
    position: unset;
    margin-top: 30px;
  }

  .banner .banner-slider .slider-wrapper .slick-list.draggable img {
    height: 320px;
  }

  .banner .banner-slider ul.slick-dots {
    bottom: 3%;
  }

  .banner-content .banner-text {
    padding-top: 40px;
  }

  .banner-content h1.banner-title {
    font-size: 40px;
    line-height: 34.12px;
  }

  .social-media-icons a {
    font-size: 18px;
  }

  /* -----about----- */

  section#about .row {
    grid-template-columns: repeat(1, 1fr);
  }

  section#about .row {
    display: flex !important;
    row-gap: 60px;
  }

  .yasr_table_multi_set_shortcode tr {
    background: transparent !important;
  }

  section#about .about-col {
    flex-wrap: wrap;
  }

  section#about .about-text {
    position: unset;
    width: 100%;
    transform: unset;
    padding: 40px 30px;
    margin-top: 20px !important;
    background-color: rgb(179 179 179 / 58%);
  }

  .about-btn {
    gap: 10px;
    flex-wrap: wrap;
  }

  .about-btn a.btn {
    width: 100% !important;
  }

  .about-img {
    width: 100%;
  }

  section#about .behind-front-image img {
    width: 100%;
    height: 300px;
  }
  .headings {
    font-size: 33px;
  }

  .top-restaurant-food .tabs {
    gap: calc(100% - 90%);
    flex-wrap: wrap;
    width: 100%;
  }

  .top-restaurant-food .tabs::after,
  .top-restaurant-food .tab-link::before,
  .top-restaurant-food .tab-link::after,
  .top-restaurant-heading::before {
    display: none;
  }

  .top-restaurant-heading {
    padding-bottom: 0;
  }

  .top-restaurant-heading h3 {
    margin: 0px !important;
  }

  .top-restaurant-food .content-wrapper {
    padding: 40px 00px 0px;
  }

  .top-restaurant-food .tab-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .amenities .amenities-row {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }

  .amenity-group {
    padding: 20px 0;
  }

  .amenity-group li {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  html[lang="ar"] .amenity-group li {
    align-items: normal !important;
    text-align: right !important;
  }

  .amenity-group h3 {
    padding: 6px 0 6px;
    font-size: 17px;
    min-width: 100%;
  }

  .img-fill {
    padding: 0px;
  }

  .img-fill img {
    border-radius: 10px;
  }

  .promo-video iframe {
    height: 300px;
    margin-top: 20px;
  }

  .map-iframe iframe {
    width: 100% !important;
    height: 400px;
  }

  /* --reviews---- */

  .testimonial-layout button#wpsr-reviews-load-more-btn294945 {
    background: transparent !important;
  }

  section.contact {
    height: 100%;
    padding: 50px 0;
  }

  .contact .row {
    row-gap: 30px;
  }

  .contact-column {
    width: 100%;
  }

  .contact-card {
    width: 100% !important;
	  
  }
	.contact-card-img img {
    width: 100%;
    border-radius: 31px !important;
    height: 100% !important;
}

  /* -----blog-post------ */

  .blog .card-post {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
}

@media screen and (min-width: 602px) and (max-width: 990px) {
  html[lang="ar"] #header .row {
    direction: ltr !important;
  }
  .p-80 {
    padding: 50px 0;
  }

  .testimonial-layout button#wpsr-reviews-load-more-btn294945 {
    background: transparent !important;
  }

  .banner-content h1.banner-title {
    font-size: 45px;
    line-height: 45px;
  }

  section#about .row {
    align-items: flex-start;
    grid-template-columns: 40% 57%;
  }

  section#about .about-col {
    flex-wrap: wrap;
  }
  section#about .about-text {
    position: unset;
    width: 100%;
    transform: unset;
  }
  .yasr_table_multi_set_shortcode tr td:first-child {
    width: 165px !important;
  }

  section#about .rating {
    height: fit-content;
  }

  section#about .about-col .about-img,
  section#about .about-col .behind-front-image {
    width: 100%;
  }

  section#about .behind-front-image img {
    height: 323px;
  }

  section#about .ratingLogo {
    bottom: -47px;
    width: 80px;
  }

  section#about .about-text {
    padding: 20px 10px;
  }

  .headings {
    font-size: 30px;
    line-height: 24px;
  }

  a.btn:not(.header-btn, a#res_popup, .social-icon) {
    padding: 14px 20px 14px 20px;
  }

  .top-restaurant-heading {
    padding-bottom: 56px;
  }

  .top-restaurant-food .tab-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenities .amenities-row {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }

  .img-fill {
    padding: 0;
  }

  .restaurant-promo-video .video-heading,
  .testimonial .testi-heaing {
    padding-bottom: 30px;
  }

  .blog .card-post {
    padding-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 991px) and (max-width: 1100px) {
  .p-80 {
    padding: 50px 0px;
  }

  a.btn:not(.header-btn, a#res_popup, .social-icon) {
    padding: 14px 20px 14px 20px;
    width: 100%;
  }

  .amenities .amenities-row {
    grid-template-columns: repeat(4, 1fr);
    padding-top: 60px;
  }

  .blog .card-post .card-item .card-meta span {
    font-size: 14px;
  }

  .wpsr-reviews-loadmore {
    background: transparent !important;
  }
}

html[lang="ar"] #header .row {
  direction: rtl;
}

html[lang="ar"] .top-restaurant-food .tabs::after {
  width: 83.5%;
  left: 0px;
}
html[lang="ar"] section#about .yasr_table_multi_set_shortcode {
  direction: ltr;
  text-align: left;
}

html[lang="ar"] section#about .about-text {
  right: 20%;
}

html[lang="ar"] .top-restaurant-food .tab-link#drinks::after {
  left: 42px !important;
}

html[lang="ar"] .top-restaurant-food .tab-link:nth-child(2)::after {
  left: 62px;
}

html[lang="ar"] .top-restaurant-food .tab-card-content h3 {
  text-align: right;
}

html[lang="ar"] #home .row .banner-content {
  direction: rtl;
}

html[lang="ar"] .banner-content h1.banner-title,
html[lang="ar"] .banner-content p.banner-tagline {
  text-align: right;
}

html[lang="ar"] .business-address h4 {
  text-align: right;
}

html[lang="ar"] .contact-card {
  border-radius: 39px 10px 10px 10px !important;
}

html[lang="ar"] .contact-card-body h4 {
  text-align: right;
}

html[lang="ar"] .contact-card-img {
  left: 10px;
  top: 10px;
  right: unset;
}

html[lang="ar"] .contact-num a font {
  text-align: left;
  direction: ltr;
}

html[lang="ar"] .amenity-group h3 {
  justify-content: right !important;
  padding: 6px 10px !important;
}

html[lang="ar"] .headings {
  text-align: right !important;
}

html[lang="ar"] .amenities-heading .headings {
  padding-right: 40px;
}

html[lang="ar"] .yasr_table_multi_set_shortcode tr,
html[lang="ar"] section#about .yasr-multiset-average {
  flex-direction: row-reverse;
}

/* html[lang="ar"] .btn:not(.social-icon) i,
html[lang="ar"] .blog .card-post .card-item .card-read-more a {
  rotate: 180deg;
} */

html[lang="ar"] .blog .card-post .card-item .card-body h5.card-title {
  text-align: right;
}

html[lang="ar"] .blog .card-post .card-item .card-read-more a {
  justify-content: end !important;
  flex-direction: row-reverse;
}

@media (max-width: 390px) {
  .amenity-group:nth-child(11) h3 {
    text-wrap: nowrap;
    font-size: 14px;
  }
	.contact-card-img img {
    width: 100%;
    border-radius: 31px !important;
    height: 100% !important;
}
}

/* --------------------- bank-tabs--------------------*/
/* responsive */
@media (max-width: 768px) {
  section#about .behind-front-image img {
    width: 100%;
  }
	.amenity-group h3 {
    margin: 0px;
    margin: 0 auto;
    text-align: center;
    background: #5aa1e1;
    display: flex;
    justify-content: center;
    width: fit-content;
    min-width: 200px;
    padding: 8px 20px 10px;
    border-radius: 16px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: -22px;
    right: 0;
    left: 0;
}
	.amenity-group h3 {
    padding: 6px 0 6px;
    font-size: 14px;
    min-width: 100%;
}
  .mobile_banking {
    padding: 0px 20px;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .tab-img,
  .tab-text {
    width: 50% !important;
  }
}
@media (max-width: 600px) {
	.social-media-icons a {
    height: 38px;
    width: 38px;
}
  #content {
    padding-top: 50px;
  }
  .banks-container h1 {
    text-align: center;
    font-size: 25px;
  }
  .mobile_banking {
    padding: 0px !important;
  }
  .my-30 {
    padding: 20px 20px 40px 20px  !important;
  }
  .online-wrapper {
    padding:  20px 20px 40px 20px !important;
  }
  .tab-container {
    flex-wrap: wrap;

    height: unset !important;
  }
  .tabs {
    width: 100% !important;
  }
  .mobile_banking {
    /* 		padding:0px 10px; */
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .tab-panel {
    flex-wrap: wrap;
  }
  .tab-content {
    width: 100% !important;
  }
  .tab-text,
  .tab-img {
    width: 100% !important;
  }
}
/* -------------- */

.colr-2 {
  color: #f6ece3;
}
.text-center {
  text-align: center;
}

.banks-container {
  max-width: 1140px;
  width: 100%;
  margin: 0px auto;
}

.tab-container {
  display: flex;

  width: 100%;
  height: 350px;

  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.tabs {
  width: 30%;
  display: flex;

  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f6ece3;
}

.tabs .tab-button {
  transition: all ease 0.5s;
  border-radius: 0px;
  padding: 15px;
  background-color: #f6ece3;
  color: #000;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  width: 100%;
}

.tab-button:hover {
  background-color: #331009;
  color: #fff;
}

.tab-content {
  height: 100%;
  width: 70%;
}

.tab-panel {
  animation: fadeIn 0.5s;
  width: 100%;
  height: 100%;
  display: none;
}
.tab-img img {
  border-radius: 0px !important;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.tab-img {
  width: 60%;
}
.tab-text {
  text-align: justify;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;

  width: 40%;
}

.tab-button.active {
  background-color: #331009;
  color: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.online-wrapper {
  background-color: #91766d;
  padding: 40px 20px 60px;
}

/* --------------------- */

.mobile_banking h2 {
  font-size: 20px;
}
.mobile_banking {
  padding: 0px 20px;
  text-align: left;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  justify-content: center;
  align-items: center;
}
.mobile-banking-img {
  overflow: hidden;
  border-radius: 20px;
  height: 280px;
}
.mobile_banking_child img:hover {
  scale: 1.2;
}
.mobile_banking_child img {
  transition: all ease 0.6s;
  max-width: 100%;
  height: 100%;

  border-radius: 20px;
  object-fit: cover;
}
.mobile_banking_child:hover {
  box-shadow: 0px 15px 15px -5px rgb(0 0 0 / 19%);
  transform: translateY(-5px);
}

.mobile_banking_child {
  height: 100%;
  width: 100%;
  transition: all ease 0.6s;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 10px 20px 10px;
}
.my-30 {
  padding: 30px 0px 50px;
}
.mobile_banking-wrapper {
  width: 100%;
  background-color: #f6ece3;
}

.mobile_banking-wrapper-2 {
  background-color: #331009;
  width: 100%;
}

.mobile-banking-body {
  gap: 20px;
  display: flex;
}

.mobile-banking-body .numbering span {
  margin-top: 14px;
  background: transparent;
  font-size: 22px;
  -webkit-text-stroke: 1px #333;
  -webkit-text-fill-color: transparent;
  color: #333;
  font-weight: 900;
  letter-spacing: 0.1em;
  display: inline-block;
}

.contact-card.business-address-2 {
  border-radius: 10px;
  width: 375px;
}

.contact-card-img img {
  width: 100%;
  border-radius: 30px !important;
  height: 100% !important;
}


/* ------reviews tabs----- */

#reviews ul#reviewTabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 20px;
}

#reviews ul#reviewTabs a {
   cursor: pointer;
}
#reviews ul#reviewTabs a.active {
  background-color: var(--bg-hover) !important;
}

.review-tab-pane:not(.active) {
    display: none !important;
}

.review-tab-pane.active {
  display: block !important;
}

div#reviewTabsContent h4 {
  margin-top: 30px;
  font-size: 19px;
  font-family: "DM Sans", Sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}


@media(max-width:560px) {
  div#reviewTabsContent h4 {
    text-align: center;
    display: block;
 }
}
