/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  padding: 0;
}

#Hero_section {
  position: relative;
}

.hero-gif img {
  width: 100%;
  height: auto;
  /* Ensures the image scales properly */
}

.hero-gif .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with 50% opacity */
  z-index: 1;
  /* Ensures the overlay is above the image */
}

.hero-gif img {
  z-index: 0;
  /* Makes sure the image is underneath the overlay */
}

section#hero {
  height: 650px;
  overflow: hidden;
}

section#hero .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  /* Centers the content */
  z-index: 2;
  color: white;
  width: 800px;
}

.search-form {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 0px;
}

.search-form select,
.search-form input {
  padding: 10px 10px 10px 46px;
  font-size: 16px;
}

.search-form .locationInput {
  width: 250px;
  border: 0px;
  height: 55px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-group.restaurantGroup {
  width: 100%;
}

.search-form i {
  position: absolute;
  left: 20px;
  top: 18px;
  font-size: 18px;
  color: #9852FF;
  opacity: 0.8;
}

.search-form input:focus-visible {
  outline: none;
}

@media (min-width: 1000px) {
  .locationGroup::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0.5px;
    height: 24px;
    background: #505050;
    top: 16px;
  }
}

.search-form i.fa.fa-map-marker {
  font-size: 22px;
}

.search-form .restaurantInput {
  width: 100%;
  border: 0px;
  height: 55px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

h1.Hero-logo.text-center {
  font-family: Babylonica;
  font-weight: 400;
  font-size: 83.33px;
  line-height: 50px;
  letter-spacing: 0;
  color: #F2E2AE;
}

h2.text-center.hero-subheading {
  font-family: 'Quincy CF';
  font-weight: 700;
  font-style: italic;
  font-size: 64px;
  line-height: 56px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #F2E2AE;
  margin-bottom: 60px;
  margin-top: 20px;
}

h2.text-center.hero-subheading span {
  font-family: sans-serif;
}

.footer-timing h6 {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .search-form i {
    left: 18px;
    top: 13px;
    font-size: 15px;
  }

  .search-form i.fa.fa-map-marker {
    font-size: 18px;
    top: 12px;
  }

  form.search-form {
    display: block;
  }

  .search-form .locationInput,
  .search-form .restaurantInput {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    margin-bottom: 5px;
  }

  .footer .footer-links {
    margin-bottom: 0;
    margin-top: 0;
  }

  section#hero .content {
    width: 100% !important;
    padding: 30px;
    transform: translate(-50%, -30%);
  }

  h2.text-center.hero-subheading {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 0px;
  }

  .hero-gif img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  section#hero {
    height: 400px;
  }

  h1.Hero-logo.text-center {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section#hero {
    height: 430px;
    overflow: hidden;
  }

  section#hero .content {
    width: 570px;
    transform: translate(-50%, -44%);
  }

  h2.text-center.hero-subheading {
    font-size: 46px;
    margin-bottom: 25px;
  }
}

/* Our services */

.service-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 276px;
  background-color: #1f1f1f;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  border-radius: 8px;
}

.service-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b5;
  /* 20% Black Overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.service-card h5 {
  font-weight: 600;
  margin: 0;
}

.service-card p {
  margin: 5px 0 0;
  color: #fff;
  font-family: Poppins;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 14px;
}

.service-card h5 {
  margin: 0;
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

.service-card.service-card6 img,
.service-card.service-card7 img {
  height: 120%;
}

.service-card.service-card5 img {
  object-position: left;
}


/* weekend offer */

.WeekendOffer .carousel-image-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

.WeekendOffer .carousel-image-wrapper .carousel-caption h6 {
  font-family: 'Quincy CF Lite';
  font-weight: 100;
  font-style: normal;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0;
  text-align: left;
  vertical-align: middle;
  color: #F2E2AE;

}

.WeekendOffer .carousel-image-wrapper .carousel-caption h3 {
  font-family: 'Quincy CF';
  font-weight: 400;
  font-style: italic;
  font-size: 64px;
  line-height: 56px;
  letter-spacing: 0;
  text-align: left;
  vertical-align: middle;
  color: #F2E2AE;
  margin-top: 20px;
}

.WeekendOffer .carousel-image-wrapper .carousel-caption {
  top: 18%;
  padding: 0;
}

.WeekendOffer .carousel-image-wrapper {
  position: relative;
}

.WeekendOffer .carousel-image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  padding: 10px;
}

@media (max-width: 767px) {
  .WeekendOffer .carousel-image-wrapper .carousel-caption h3 {
    font-size: 34px;
    line-height: 34px;
  }

  .WeekendOffer .carousel-image-wrapper .carousel-caption h6 {
    font-size: 28px;
    line-height: 40px;
  }
}

/* event */

.UpcomingEvent img.img-fluid.event-img {
  height: 240px;
  object-fit: cover;
  object-position: right;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.UpcomingEvent .card.event-card {
  background: #FFFFFF1F;
  border: 1px solid #FFFFFF03;
  backdrop-filter: blur(60px);
}

.UpcomingEvent .card.event-card h5.card-title {
  font-family: 'DM Sans';
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
}

.UpcomingEvent .card.event-card p.card-time-location {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.UpcomingEvent .card.event-card p.card-time-location span i {
  color: #FAD6A5;
  margin-right: 6px;
}

.card.event-card h6.badge {
  background: #FAD6A5 !important;
  border-radius: 0px !important;
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1D1B4C;
}

.UpcomingEvent .card.event-card p.card-text {
  font-family: 'DM Sans';
  font-weight: 200;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
}

.UpcomingEvent .card.event-card button.btn {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: #FAD6A5;
  border-radius: 4px;
  border: 1px solid #FAD6A5;
  margin-top: 20px;
}

.UpcomingEvent .carousel-indicators {
  position: relative;
}

.UpcomingEvent .carousel-indicators li {
  border-radius: 100%;
  height: 12px !important;
  width: 12px !important;
}

.UpcomingEvent .carousel-indicators li.active {
  background-color: #F2E2AE;
}

/* about section */
.AboutUs-content {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
}

.about-img-sec img {
  width: 520px;
  border-radius: 24px;
}

.about-img-sec {
  border: 4px solid #FAD6A580;
  width: 520px;
  height: 350px;
  opacity: 0.5;
  border-radius: 24px;
  border-width: 4px;
  padding: 36px 36px;
}

.row.about-text {
  z-index: 9;
  position: relative;
  background: #FFFFFF0F;
  backdrop-filter: blur(60px);
  color: #fff;
  width: 480px;
  margin: 0 auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 29px;
  bottom: 12px;
}

.about-img-bottom-sec {
  width: 600px;
}

.about-heading {
  font-family: Lora;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0;
  vertical-align: middle;
}

.about-content {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  vertical-align: middle;
}

.about-grid .heading {
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 10px;
  color: #F2E2AE;
}

.about-grid .content {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
}

.about-grid.vipEntry {
  border-left: 1px dashed #DBC52D80;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .about-img-sec {
    width: 94%;
    padding: 20px;
    height: 210px;
  }

  .about-img-sec img {
    width: 120%;
    height: 123%;
    object-fit: cover;
  }

  .about-img-bottom-sec {
    width: 100%;
  }

  .row.about-text {
    width: 100%;
    padding: 15px 6px;
  }

  .about-grid.vipEntry {
    border: 0;
    padding: 0;
    margin-top: 20px;
  }
}

/* Event */
.eventTabs ul.nav.nav-tabs a.nav-link {
  font-family: 'DM Sans';
  font-weight: 200;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: #FFFFFFCC;
}

.eventTabs ul.nav.nav-tabs a.nav-link:hover {
  border-radius: 4px;
  border: 1px solid #FAD6A5;
}

.eventTabs ul.nav.nav-tabs a.nav-link.active {
  background: transparent;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #FAD6A5;
}

.eventTabs ul.nav.nav-tabs {
  border: 0px;
  gap: 30px;
}

.eventTabs .card {
  background: transparent;
}

.eventTabs .card img.card-img-top {
  background: #00000066;
  box-shadow: 0px 0px 20px 0px #0000003D;
  border-radius: 16px;
  height: 270px;
  object-fit: cover;
}

.eventTabs .card .card-body {
  padding: 20px 5px;
  color: #fff;
}

.eventTabs .card .card-body span.sector-txt {
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
}

.eventTabs .card .card-body span.eventrating {
  width: max-content;
  height: 32px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  border-radius: 8px;
  background: #267E3E;
}

.eventTabs span.event-time {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  color: #AC000C;
}

.eventTabs span.event-distance {
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .eventTabs ul.nav.nav-tabs a.nav-link {
    white-space: nowrap;
    word-break: normal;
  }

  .eventTabs ul.nav.nav-tabs.justify-content-center {
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: start !important;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .eventTabs .card img.card-img-top {
    height: 150px;
    object-fit: cover;
  }
}

/* Subscription */

.Subscription-box p {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
}

.Subscription_form input {
  width: 100%;
  background: #FFFFFF1A;
  border: 1px solid #FFFFFF1A;
  height: 46px;
  padding: 10px 16px;
  border-radius: 4px;
}

.Subscription-box {
  background: #FFFFFF0A;
  border: 1px solid #FFFFFF03;
  backdrop-filter: blur(60px);
  padding: 60px;
  border-radius: 16px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .Subscription_form {
    display: block !important;
    padding: 0 !important;
  }

  .Subscription_form {
    margin-top: 20px;
  }

  .Subscription_form input {
    margin-bottom: 20px;
  }

  .Subscription-box {
    padding: 30px;
  }
}

/* Recent event */
.recentEvent .swiper {
  width: 100%;
}

.recentEvent .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 10px;
}

.recentEvent .swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 24px;
}

.recentEvent .swiper .swiper-pagination {
  position: relative;
  top: 2px;
}

.recentEvent .swiper .swiper-pagination span.swiper-pagination-bullet {
  background: #F2E2AE;
  height: 14px;
  width: 14px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .recentEvent .swiper-slide img {
    height: 180px;
  }
}

/*Testimonials  */
.Testimonials-banner {
  background: url(../img/testimonials.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #10001ACC;
  position: relative;
  padding-top: 6%;
  padding-bottom: 14%;
}

.Testimonials-overlay {
  position: absolute;
  top: 0;
  background-color: #10001ACC;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.Testimonials.section-space {
  padding-left: 0;
  padding-right: 0;
}

.testimonial-card-body {
  padding-top: 32px;
  padding-right: 20px;
  padding-bottom: 32px;
  padding-left: 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #FFFFFF0D;
  backdrop-filter: blur(60px);
}

.testimonial-card-body p {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
  color: #FFFFFFCC;
}

.testimonial-rating i.fa {
  color: #FAD6A5CC;
  margin-right: 5px;
}

.testimonial-img img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #FAD6A5CC;
}

.testimonial-name {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  color: #FAD6A5;
}

.testimonial-profession {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
  color: #fff;
}

.testimonial-card-footer {
  margin-top: 1.5rem !important;
  padding-left: 10%;
}

.testimonial-card-body::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 1px;
  width: 55px;
  height: 55px;
  border-left: 0 solid transparent;
  border-right: 55px solid transparent;
  border-top: 55px solid #FFFFFF0D;
}

.testimonials-slider-sec {
  margin-top: -10%;
}

.swiper-pagination span.swiper-pagination-bullet {
  background: #FAD6A5 !important;
  height: 14px;
  width: 14px;
}

.swiper {
  padding-bottom: 40px;
}

/* Our Referral Program */
.OurReferralProgram-box {
  background: #FFFFFF0F;
  border: 1px solid #FFFFFF63;
  backdrop-filter: blur(60px);
  padding: 30px 78px;
  border-radius: 16px;
}

.OurReferralProgram-img-sec img {
  bottom: -30px;
  width: 100%;
  left: -60px;
  right: 0;
}

.OurReferralProgram-img-sec {
  height: 250px;
  width: 735px;
  left: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .OurReferralProgram-img-sec {
    width: 100%;
  }

  .OurReferralProgram-box {
    padding: 30px 30px 0;
  }

  .OurReferralProgram .container.mt-5 {
    margin: 0px !important;
  }

  .OurReferralProgram-img-sec img {
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 200px;
    object-fit: contain;
  }
  video.banner-video {
    height: 418px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .OurReferralProgram-img-sec {
    width: 100%;
    height: 200px;
  }

  .OurReferralProgram-img-sec img {
    left: 0;
    height: 300px;
    object-fit: contain;
  }




}

/* blogs */

.blog-img-sec img {
  height: 300px;
  object-fit: cover;
  border-radius: 4px;
}

.blog-content {
  background: #FFFFFF03;
  border: 1px solid #FFFFFF21;
  backdrop-filter: blur(60px);
  padding: 16px 32px;
  width: 86%;
  margin: 0 auto;
  margin-top: -10%;
  min-height: 100px;
  border-radius: 16px;
}

.blog-date {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
}

.blog-admin-name {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
}

.blog-title {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #fff;
}