@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

.main-btn {
  text-transform: uppercase;
}

section.hero-secrion {
  padding-top: 0;
  z-index: 1;
  position: relative;
}

.hero-section-image-wrapper {
  padding-top: 32px !important;
}

.hero-section-image-wrapper .position-relative a.main-btn img {
  margin-top: -2px;
}

.hero-section-image-wrapper span.me-2 {
  margin-right: 6px;
}

.hero-section-image-wrapper .position-relative .card-img a.main-btn {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-section-image-wrapper .position-relative .card-img a.main-btn img {
  height: 24px;
  width: 24px;
}

.hero-section-image-wrapper .position-relative .card-img {
  overflow: hidden;
}

.hero-section-image-wrapper .position-relative:hover .card-img img {
  transform: scale(1.1);
}

.row {
  --bs-gutter-x: 30px !important;
}

video#videoPlayer {
  object-fit: cover;
  margin-bottom: -6px;
}

header {
    padding: 15px 0;
    background-color: #0a0700;
    z-index: 9999999;
    position: sticky;
    top: 0;
}

header nav .navbar-toggler-icon {
  background-image: url("../images/Burger-Menu.svg");
}

header nav .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: white;
  font-family: "Onest", serif;
  padding: 0;
  line-height: 22px;
  transition: 0s;
}

header nav .navbar-nav li.nav-item.dropdown.hover > a {
  color: #ae9366;
}

.navbar-expand-xl .navbar-nav {
  flex-direction: row;
  gap: 56px;
  align-items: center !important;
}

header nav .navbar-nav .nav-item .nav-link:hover {
  color: #ae9366;
}

header nav .navbar-nav .nav-item .nav-link.active {
  color: #ae9366;
}

header nav .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  background-image: url(../images/dropdown-arrow.svg);
  border: none;
  width: 14px;
  height: 14px;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  transition: 0.4s;
  margin-left: 8px;
  margin-top: -5px;
}

header nav .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
  transform: rotate(180deg);
  width: 14px;
  height: 14px;
  margin-top: 0px;
  background-image: url(../images/color-arrow.svg);
}

header
  nav
  .navbar-nav
  li.nav-item.dropdown.hover
  .nav-link.dropdown-toggle::after {
  background-image: url(../images/color-arrow.svg);
}

.navbar-expand-xl .navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

header nav .navbar-nav .dropdown {
  transition: all 0.5s ease;
}

header nav .navbar-nav .dropdown .dropdown-menu {
    padding-top: 0;
    background: transparent;
    border: 0;
    transition: all 0.3sease;
    z-index: 1 !important;
    margin-top: 20px;
}
header .navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%) !important;
  z-index: 99999999 !important;
  opacity: 1 !important;
}

header nav .navbar-nav .dropdown .dropdown-menu.show {
  background-color: transparent;
  color: #ae9366;
}

header nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: "Onest", serif;
  transition: color 0.3s ease, background-color 0.3s ease;
  padding: 17px 12px;
  line-height: 15px;
}

header nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ae9366;
  background-color: transparent;
}

header nav .navbar-nav .dropdown .dropdown-menu ul {
  padding: 0;
  list-style: none;
}

header nav .navbar-nav .dropdown .dropdown-menu .menus-wrapper {
  background-color: #0a0700;
  min-width: 185px;
  margin-left: -22px;
        margin-top: 22px;
}

/* header nav .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  margin-top: 35px !important;
} */

@media (max-width: 992px) {
  header nav .navbar-nav .dropdown {
    width: 100%;
  }
}

header nav .offcanvas {
  background-color: #0a0700;
}

header nav .offcanvas .btn-close {
  background-image: url("../images/btn-close.svg");
  opacity: 1;
  background-size: cover;
  width: 20px;
  height: 20px;
}

nav.navbar.navbar-expand-xl {
  padding: 0;
}

a.navbar-brand {
  padding: 0px;
  margin: 0px;
  line-height: 0;
}

.navbar-expand-xl .navbar-nav li.nav-item {
  padding: 20px 0;
}

.navbar-expand-xl .navbar-nav li.nav-item.dropdown {
  padding: 0;
}

.contact-btn {
  display: flex;
  align-items: center;
}

.header-btn {
  background-color: #fefefe;
  display: inline-block;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #0a0700;
  font-family: "Onest", serif;
  transition: all 0.3sease;
  margin-left: 56px;
  text-transform: uppercase;
  line-height: 20px;
}

.header-btn svg path {
  fill: #0a0700;
  transition: fill 0.3s ease;
  stroke: currentColor;
}

.header-btn:hover {
  background-color: #ae9366;
  color: #fefefe;
}

a.header-btn:hover img {
  filter: brightness(0) invert(1);
}

a.header-btn img {
  width: 20px;
}

.header-btn:hover svg path {
  fill: currentColor;
  transition: fill 0.3s ease;
  stroke: currentColor;
}

.main-btn {
  background-color: #fefefe;
  display: inline-block;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: bold;
  color: #0a0700;
  line-height: 24px;
  font-family: "Onest", serif;
  transition: all 0.3sease;
}

.main-btn svg {
  stroke: #0a0700;
}

.main-btn:hover svg {
  stroke: #ffffff !important;
}

.main-btn:hover {
  background-color: #ae9366;
  color: #fefefe;
}

.main-btn:hover svg {
  stroke: #fff;
}

.best-venues-section .best-venues .image-card-content {
  padding: 64px 48px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: linear-gradient(#ff000000, #00000024, #000000);
}

.best-venues-section .best-venues .image-card-content h4 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  font-family: "Lora", serif;
  margin-bottom: 0 !important;
  line-height: 44px;
  padding-bottom: 32px;
}

.best-venues-section .best-venues .image-card-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  font-family: "Lora", serif;
  margin-bottom: 0 !important;
  line-height: 36px;
}

.best-venues-section .best-venues .image-card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.3);
  /* Black with 50% opacity */
  padding: 32px;
  z-index: 9;
  top: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  transition: height 0.5s ease;
  overflow: hidden;
}

.best-venues-section .best-venues .image-card-content h3 {
  margin-bottom: 0;
  transform: translateY(20px);
  transition: 0.5s;
  transition: transform 0.5sease;
  margin-bottom: -18px !important;
}

.best-venues-section .best-venues .card-img:hover .image-card-content h3 {
  padding-bottom: 24px;
  margin-bottom: 0px !important;
}

.best-venues-section .best-venues .main-btn {
  display: none;
  /* Initially hidden */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.best-venues .row {
  row-gap: 30px;
}

/* Add space of 24px between text and button */
.best-venues-section .best-venues .image-card-content div {
  display: flex;
  gap: 24px;
  /* Horizontal spacing */
  align-items: center;
}

/* Hover effect */
.best-venues-section .best-venues .card-img:hover .image-card-content {
  height: 156px;
}

.best-venues-section .best-venues .card-img:hover .image-card-content h3 {
  transform: translateY(0);
}

.best-venues-section .best-venues .card-img:hover .main-btn {
  display: inline-flex;
  opacity: 1;
  transform: translateY(0);
}

.image-card-content {
  padding: 56px 48px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.image-card-content h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  font-family: "Lora", serif;
  padding-bottom: 30px;
  margin: 0;
}

.event-about-section .image-card-content h2 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  font-family: "Lora", serif;
  padding-bottom: 6px;
  margin: 0;
  line-height: 44px;
}

.event-about-section .image-card-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: "Onest", serif;
  line-height: 22px;
}

section.hero-secrion .image-card-content h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  font-family: "Lora", serif;
  padding-bottom: 6px;
  margin: 0;
  line-height: 62px;
}

.image-card-content h4 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: "Lora", serif;
}

.image-card-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: "Onest", serif;
  line-height: 26px;
}

.card-img {
  overflow: hidden;
}

.card-img img {
  transition: transform 0.5s ease;
  transform: scale(1);
}

section.hero-secrion .card-img img {
  transition: transform 0.5sease;
  transform: scale(1);
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.card-img:hover img {
  transform: scale(1.1);
}

.marque-item {
  display: inline-block;
  margin: 0;
  transition: all 0.2s ease-out;
  width: auto;
  text-align: center;
  display: flex !important;
  justify-content: center;
}

.marquee {
  overflow: hidden;
  position: relative;
}

.marquee .marquee-inner {
  display: flex;
  width: 200%;
  animation: marquee 20s linear infinite;
}

.marquee .marquee-inner:hover {
  animation-play-state: paused;
}

.marquee .marquee-inner > div {
  display: flex;
  align-items: center;
  gap: 64px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* .best-venues-section {
  padding-top: 48px;
  margin-top: 0 !important;
}
 */
section.best-venues-section.cretreats  .sec-title { 
padding-top:0px !important;	
}
.best-venues-section .sec-title {
  padding-bottom: 56px;
  width: 864px;
  margin: 0 auto;
}

.heading-title {
    font-size: 40px;
    font-weight: 700;
    color: #0a0700;
    font-family: "Lora", serif;
    margin: 0;
    letter-spacing: 0.05px;
    text-align: center;
    line-height: 52px;
}

.succ-event {
  margin-right: 11px;
  margin-top: 32px;
}
h2.heading-title.split-text{
  margin-bottom: 0px;
}
.para-text {
  font-size: 24px;
  font-weight: 100;
  color: #0a0700;
  font-family: "Onest", serif;
  line-height: 38px;
  margin: 0;
}
.best-venues-section .para-text {
    font-size: 22px;
    font-weight: 400;
    color: #0a0700;
    font-family: "Onest", serif;
    line-height: 35px;
    margin: 0;
    text-align: center;
    padding-top: 24px;
}
.owl-carousel.owl-theme.best-venues {
  padding-top: 32px;
}

.best-venues .owl-stage {
  padding-left: 0 !important;
}

.best-venues-section .best-venues .main-btn {
  background-color: #fefefe;
  display: inline-block;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #0a0700;
  font-family: "Onest", serif;

  line-height: 20px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.best-venues-section .best-venues .main-btn span {
  list-style: 0;
}

.main-btn:hover {
  background-color: #ae9366 !important;
  color: #fff !important;
}

.main-btn:hover img {
  filter: brightness(0) invert(1);
}

.best-venues-section .best-venues .main-btn img {
  width: 20px;
}
.testimonial-wrapper {
  background-color: #f2f2f0;
  padding: 56px 48px 40px 48px;
  margin: 5px;
  height: 490px;
  position: relative;
  overflow: hidden;
}

.testimonial-wrapper .about-avtar {
  position: relative;
  z-index: 2;
  margin-top: 82px;
}

.left-for-testimonial h2 {
  font-size: 32px;
  line-height: 44px;
  color: #0a0700;
  font-family: "Lora", serif;
  font-weight: bold;
  margin: 0;
}

.testimonial-wrapper .quote-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.subscribe h5 {
  font-size: 24px;
}

.contact-us {
  background-color: #ae9366;
}

.contact-us h5 {
  font-size: 28px;
  font-weight: 700;
  color: #fefefe;
}

.contact-us .custom-btn {
  padding: 10px 40px;
}

.contact-us .custom-btn:hover svg {
  fill: #0a0700;
  stroke: #0a0700;
}

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  transition: background 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #000;
  /* Active dot styling */
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.custom-btn {
  color: white;
  transition: all 0.2s ease-in-out;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0);
}

.custom-btn svg {
  fill: #fff;
}

.custom-btn:hover {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0);
  background: #ae9366;
}

.custom-btn {
  font-weight: 600;
}

.custom-btn:hover svg {
  fill: #000000;
}

footer {
  background: #000;
}

.icon a svg {
  transition-duration: 0.5s;
  fill: #fff;
}

.icon a:hover svg {
  fill: Tan;
}

.best p {
  font-size: 14px;
}

.new-york ul li a {
  color: #fefefe;
  font-size: 14px;
  font-weight: 400;
  font-family: "Onest", serif;
  line-height: 22px;
}

footer.footer .icon.social-icon {
  display: flex;
  justify-content: start;
  gap: 16px;
  padding-bottom: 64px;
}

.new-york ul li {
  padding-bottom: 32px;
}

.subscribe .form-control:focus {
  box-shadow: none;
}

.subscribe .form-control::-moz-placeholder {
  color: #636361;
  opacity: 1;
}

.subscribe .form-control::placeholder {
  color: #636361;
  opacity: 1;
}

.subscribe .form-control:focus::-moz-placeholder {
  color: #636361;
}

.subscribe .form-control:focus::placeholder {
  color: #636361;
}

.privacy a {
  color: #b5b4b3;
  font-size: 14px;
  text-decoration: underline;
  font-family: "Onest", serif;
}

.privacy a {
  position: relative;
  color: #a1a09f;
  font-weight: 200;
}

.privacy a:nth-child(1):after {
  position: absolute;
  width: 1px;
  height: 60%;
  background: #a1a09f;
  right: -14px;
  top: 6px;
  content: "";
}

.privacy {
  display: flex;
  gap: 13px;
}

.copy p {
  color: #a1a09f;
  font-size: 14px;
  font-family: "Onest", serif;
  text-decoration: none;
  line-height: 22px;
  font-weight: 200;
}

input::placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-family: "Onest", serif;
  font-weight: 200;
}

@media (max-width: 992px) {
  header nav .navbar-nav .dropdown .dropdown-menu {
    padding-top: 0;
  }

  header nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 15px 0 10px 10px;
    text-align: start;
  }

  .header-btn {
    background-color: transparent;
  }

  .heading-title {
    font-size: 39px;
  }

  .para-text {
    font-size: 22px;
  }

  .marque-item {
    width: 200px;
  }

     .marque-item img {
        width: 200px;
        object-fit: contain !important;
    }

  .testimonial-wrapper {
    padding: 20px;
  }

  .best-venues .owl-stage {
    padding: 0;
  }

  .card-img img {
    height: 407px;
    -o-object-fit: cover;
 
  }
}

@media (max-width: 1200px) {
  .main-btn {
    font-size: 13px;
  }

  .image-card-content h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .copy .d-flex {
    flex-direction: column;
    align-items: center;
  }

  .copy .d-flex p:empty {
    display: none;
  }

  /*
  footer .logo,
  footer .icon {
    margin: 10px 0 10px 0 !important;
  }
  */

  .image-card-content {
    padding: 20px;
  }

  .image-card-content h4 {
    font-size: 25px;
  }

  .heading-title {
    font-size: 40px;
  }

  .subscribe h5 {
    font-size: 33px;
  }
}

@media (min-width: 1200px) and (max-width: 1320px) {
  header nav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 0px 10px 0;
  }

  .navbar-nav {
    align-items: center !important;
  }
}

section.corporate-retreats-sec {
  padding-top: 32px;
}

.testnimonial-section {
  z-index: 9;
  background: #fff;
  position: relative;
}

section.corporate-retreats-sec .image-card-content {
  padding: 72px 48px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

section.corporate-retreats-sec .image-card-content h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  font-family: "Lora", serif;
  padding-bottom: 30px;
  margin: 0;
  line-height: 62px;
}

section.corporate-retreats-sec .image-card-content h1 {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  font-family: "Lora", serif;
  padding-bottom: 30px;
  margin: 0;
  line-height: 62px;
}

section.corporate-retreats-sec .main-btn {
  background-color: #fefefe;
  display: inline-flex;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #0a0700;
  font-family: "Onest", serif;
  transition: all 0.3sease;
  align-items: center;
  gap: 8px;
}

section.corporate-retreats-sec .main-btn:hover svg {
  stroke: #000000;
}

.corporate-retreats-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  padding: 150px 74px;
  text-align: center;
  height: 100%;
  width: 416px;
}

.corporate-retreats-caption h1.title-area {
  font-size: 34px;
  color: #fff;
  line-height: 44px;
  font-family: "Lora", serif;
  font-weight: 700;
  padding-bottom: 24px;
  margin: 0;
}

section.corporate-retreats-sec p.des-area {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  font-family: "Onest", serif;
  padding-bottom: 48px;
}

.testimonial-wrapper h4 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Lora";
  font-weight: bold;
}

.see-more-testi {
  display: flex;
  justify-content: start;
}

section.testnimonial-section .sec-title h2 {
  font-size: 34px;
  line-height: 44px;
  font-weight: bold;
  font-family: "Lora", serif;
  padding-bottom: 48px;
  margin: 0;
  text-align: center;
}

.see-more-testi a.main-btn img {
  margin-right: 4px;
}

.see-more-testi a.main-btn {
  background: #f2f2f0;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 16px !important;
  margin-top: 32px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.see-more-testi a.main-btn:hover {
  color: #fff;
  background: #ae9366;
}

.see-more-testi a.main-btn:hover img {
  filter: brightness(0) invert(1);
}

.testimonial-wrapper p {
  font-size: 24px;
  line-height: 32px;
  font-family: "Lora", serif;
  font-weight: bold;
  color: #0A0700;
  margin-bottom: 16px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}

.testimonial-wrapper .hidden {
  display: none;
}

.left-for-testimonial {
  padding: 46px 48px;
}

.testimonial-wrapper .expanded {
  font-size: 14px;
  -webkit-line-clamp: unset;
}
.testimonial-wrapper p.text-container.expanded {
  font-size: 14px;
  line-height: 24px;
  color: #262625;
  font-weight: 400;
  font-family: "Onest", serif;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
}

.testimonial-wrapper a.show-more {
  color: #ae9366;
  color: #787775;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.testimonial-wrapper a.show-more:hover {
  color: #ae9366;
}

.testimonial-wrapper .about-avtar .desination-company {
  color: #787775;
  font-weight: 200;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
  font-family: "Onest", serif;
}
.testimonial-wrapper .about-avtar .avtar-name h5 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
    color: #AE9366;
    font-family: "Onest", serif;
    margin: 0;
}

.testnimonial-section {
  padding: 64px !important;
  margin-bottom: 0 !important;
}

section.cta-section.mainct {
  margin-top: 0px !important;
}

section.cta-section .contact-us {
  background-color: #ae9366;
  padding: 54px 48px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.cta-section .contact-us .custom-btn {
  padding: 13px 45px;
  font-size: 24px;
  line-height: 36px;
  transition: 0s;
}

section.cta-section .contact-us .custom-btn:hover img {
  filter: brightness(0);
}

section.cta-section .contact-us .custom-btn:hover {
  background: #fff;
  color: #000;
}

section.cta-section .custom-btn {
  color: white;

  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0);
}

section.cta-section .btn-check:checked + .btn,
section.cta-section .btn.active,
section.cta-section .btn.show,
section.cta-section .btn:first-child:active,
section.cta-section :not(.btn-check) + .btn:active {
  color: #000;

  border: 3px solid #fff;
  background: #fff;
}
.contact-us h5 {
  font-size: 34px;
  font-weight: bold;
  color: #fefefe;
  line-height: 44px;
  font-family: "Lora", serif;
}

.contact-us h3 {
  font-size: 32px;
  font-weight: bold;
  color: #fefefe;
  line-height: 44px;
  font-family: "Lora", serif;
  max-width: 697px;
  margin-bottom: -10px;
}

section.event-about-section .image-card-content {
  padding: 54px 48px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

section.event-about-section .main-btn {
  background-color: #fefefe;
  display: inline-block;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #0a0700;
  font-family: "Onest", serif;
  transition: all 0.3sease;
  line-height: 20px;
}

section.event-about-section .main-btn {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

section.event-about-section .main-btn img {
  width: 20px;
  height: 20px;
}

section.event-about-section .main-btn:hover svg {
  stroke: #000000;
}

section.event-about-section {
  padding-bottom: 30px;
}

.subscribe-sec button.btn.custom-btn img {
  width: 20px !important;
}

.subscribe-sec .subscribe h5 {
  font-size: 28px;
  line-height: 36px;
  font-family: "Lora", serif;
  font-weight: bold;
}

.subscribe-sec h4 {
  font-size: 19px !important;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
  font-family: "Lora", serif;
  margin: 0;
    
}

.subscribe-sec .form-control.email-enter {
  width: 100%;
  height: 48px;
  padding: 13px 16px;
  margin-bottom: 0px;
  border-radius: 0;
}

input::placeholder {
  color: #8c8c8b !important;
}

.subscribe-sec button.btn.custom-btn {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Onest", serif;
  border-radius: 0;
  display: flex;
  gap: 4px;
  align-items: center;
}

footer.footer {
  padding-top: 72px;
  margin-top: 90px;
  position: relative;
}

footer.footer .logo {
  margin-bottom: 64px !important;
}

footer.footer .best.text-white p {
  padding-bottom: 32px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Onest", serif;
  color: #fefefe;
}

footer.footer .best.text-white p img {
  width: 24px !important;
}

footer.footer .best.text-white p {
  display: flex;
  align-items: self-start;
  gap: 16px;
}

footer.footer .copy {
  margin-top: 40px !important;
  padding-top: 0 !important;
}

.marquee-inner-box .slick-slide img {
  display: block;
  height: 80px !important;
}

.brand-logo-section .slick-initialized .slick-slide {
  display: block;
  margin: 0px 32px !important;
}

section.brand-logo-section {
  padding: 80px 0;
}
/*

@media (max-width: 767px) {
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
    gap: 0px;
    align-items: self-end !important;
    flex-direction: column;
    justify-content: start;
    align-items: self-start !important;
  }

  .navbar-expand-xl .navbar-nav li.nav-item {
    padding: 17px 15px !important;
    border-bottom: 1px solid #4f4e4d;
    display: block;
    width: 100%;
  }

  .navbar-nav .dropdown-menu {
    position: static;
  }

  header .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: static;
    left: auto;
    transform: inherit !important;
    z-index: 1;
    opacity: 1 !important;
  }

  video#videoPlayer {
    object-fit: cover;
    margin-bottom: -6px;
    height: auto !important;
  }

  .offcanvas-body {
    padding-left: 0;
  }

  header nav .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: white;
    font-family: "Onest", serif;
    padding: 10px 50px 10px 0;
    transition: all 0.3s ease;
  }

  .best-venues-section .sec-title {
    padding-bottom: 56px;
    width: 100%;
  }

  .contact-us h3 {
    font-size: 34px;
    font-weight: bold;
    color: #fefefe;
    line-height: 44px;
    font-family: "Lora", serif;
    max-width: 100%;
    margin-bottom: -10px;
  }

  section.cta-section .contact-us {
    flex-direction: column;
  }
}
*/

iframe {
  margin-bottom: -5px;
}

.subscribe-sec {
  width: 304px;
}

/* Default Placeholder Color */
.subscribe-sec .subscribe .email-enter::placeholder {
  color: #0a0700 !important;
  /* Default Gray */
}

/* Yellow Error Placeholder */
.subscribe-sec .subscribe .email-enter.error-yellow::placeholder {
  color: #faad14 !important;
}

/* Red Error Placeholder */
.subscribe-sec .subscribe .email-enter.error-red::placeholder {
  color: #f5222d !important;
}

.subscribe-sec .subscribe .error-icon {
  position: absolute;
  right: 16px;
  top: 33%;
  transform: translateY(-50%);
  width: 20px;
  display: none;
}

.subscribe-sec .subscribe .error-yellow {
  border-color: #faad14 !important;
  margin-bottom: 4px;
}

.subscribe-sec .subscribe .error-red {
  border-color: #f5222d !important;

  color: #f5222d;
  margin-bottom: 4px;
}

.subscribe-sec .subscribe .error-message {
  font-size: 12px;
  line-height: 18px;
/*  color: #fff1b8 !important;*/
  display: none;
}

.subscribe-sec .subscribe .red-text {
  color: #ffe6e6 !important;
}

.subscribe-sec .subscribe .terms-error {
  color:#ae9366 !important;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  display: none;
}

.subscribe-sec .subscribe .button-wrap {
  position: relative;
}

/* Hide default checkbox */
.custom-checkbox input {
  display: none;
}

/* Custom checkbox container */
section.contact-us-wrapper .contact-form form .custom-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  display: inline-block;
  position: relative;
  border-radius: 0px;
  margin-right: 8px;
}

section.contact-us-wrapper .contact-form form span.termsCheckbox {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #4f4e4d;
  font-family: "Onest", serif;
}
section.contact-us-wrapper
  .contact-form
  form
  .custom-checkbox
  input:checked
  + .checkmark::after {
  content: "";
  position: absolute;
  left: 6.5px;
  top: 3.5px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
section.contact-us-wrapper .contact-form form .check-box-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
}
section.contact-us-wrapper
  .contact-form
  form
  .check-box-wrapper
  label.custom-checkbox {
  margin-bottom: 12px;
}

.check-box-wrapper p {
  color: #8c8c8b;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  font-family: "Onest", serif;
}
.check-box-wrapper p:last-child {
  margin: 0;
  padding: 0;
}
section.contact-us-wrapper
  .contact-form
  .form-step
  ul.form-step-list
  li::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 4px;
  background-image: url(../images/form-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  vertical-align: middle;
  position: absolute;
  right: -162px;
  top: 19px;
}

section.contact-us-wrapper
  .contact-form
  .form-step
  ul.form-step-list
  li:last-child::before {
  display: none;
}















.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  /* Adjust text color */
}

/* Checkmark (custom checkbox) */
.custom-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid white;
  /* White border */
  display: inline-block;
  position: relative;
  border-radius: 0px;
  /* Optional: rounded corners */
  margin-right: 8px;
}

/* Add checkmark when checkbox is checked */
.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 6.5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox input:checked + .checkmark {
  background: #ae9366;
  border: #ae9366 !important;
}
span.termsCheckbox {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.terms-wrap {
  padding-bottom: 20px;
}

.terms-error {
  display: none;
}

/* Contact Us Page start */
.contact-form .phone-input-group {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

section.contact-us-wrapper
  .contact-form
  form
  .step-wrapper
  .form-group
  .yellow-error {
  color: #faad14 !important;
}

section.contact-us-wrapper
  .contact-form
  form
  .step-wrapper
  .form-group
  .red-error::placeholder {
  color: #f5222d !important;
}

section.contact-us-wrapper
  .contact-form
  form
  .step-wrapper
  .form-group
  .yellow-error::placeholder {
  color: #faad14 !important;
}

section.contact-us-wrapper
  .contact-form
  form
  .step-wrapper
  .form-group
  .red-error {
  color: #f5222d !important;
}

section.contact-us-wrapper
  .contact-form
  form
  .step-wrapper
  .form-group
  .error-message {
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 22px;
  font-family: "Onest", serif;
  color: red;
}

section.contact-us-wrapper
  .contact-form
  form
  .step-wrapper
  .form-group
  .yellow-color {
  color: #faad14;
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 22px;
  font-family: "Onest", serif;
}

section.contact-us-wrapper
  .contact-form
  form
  .step-wrapper
  .form-group
  .red-color {
  color: #f5222d;
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 22px;
  font-family: "Onest", serif;
}

.contact-form .phone-input-group .dropdown {
  width: 17%;
}

.contact-form .phone-input-group input#phoneNumber {
  width: 70%;
}

.contact-form .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  width: 130px;
  justify-content: space-between;
}

/* Custom dropdown arrow */
.contact-form.dropdown-toggle::after {
  content: "▼";
  font-size: 14px;
  color: #555;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-form .dropdown-menu {
  width: 100%;
  max-height: 204px;
  height: 204px;
  overflow-y: auto;
  position: absolute;
  left: 0;
  background: #f2f2f0;
  border: 1px solid #ae9366;
  border-radius: 0;
  top: 8px !important;
}

.contact-form .back-btn {
  background: #000 !important;
  color: #fff !important;
  opacity: 0;
  display: none;
}
.contact-form .back-btn:hover {
  background: #ae9366 !important;
  color: #fff !important;
}
.contact-form .step-flex-btn {
  display: flex;
  justify-content: center;
  gap: 0;
}
.contact-form .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Onest", serif;
  color: #4f4e4d;
  font-weight: 300;
}

.contact-form .country-code {
  margin-right: auto;
  font-weight: bold;
}

.contact-form .phone-input {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 5px;
}

ul#countryList {
  opacity: 1 !important;
}

.contact-form .dropdown,
.contact-form .dropdown-center,
.contact-form .dropend,
.contact-form .dropstart,
.contact-form .dropup,
.contact-form .dropup-center {
  position: initial;
}
.step-wrapper {
  display: none;
}

.step-wrapper.active {
  display: block;
}

.form-step-tab.active {
  /* Add your active tab styling here */
  background-color: #007bff;
  color: white;
}

/* Page title start */
section.breadcrumb-area {
  padding: 80px 48px 32px;
}

section.breadcrumb-area .breadcrumb {
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0;
}

section.breadcrumb-area .breadcrumb h1 {
  color: #0a0700;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  font-family: "Lora", serif;
  margin-bottom: 0px;
}
section.breadcrumb-area .breadcrumb p {
  color: #0a0700;
  max-width: 760px;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  font-weight: 300 !important;
  font-family: "Onest", serif;
  margin: 0;
  padding-top: 22px;
}
.pb60 {
  padding-bottom: 60px !important;
}
/* End */

section.contact-us-wrapper .contact-form {
  max-width: 636px;
  margin: 0 auto;
}

section.contact-us-wrapper .contact-form .form-step ul.form-step-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  padding: 0;
}

section.contact-us-wrapper .contact-form .form-step ul.form-step-list li {
  width: 48px;
  height: 48px;
  border: 2px dashed #0a0700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0a0700;
  font-size: 24px;
  cursor: pointer;
  font-weight: 700;
  font-family: "Lora", serif;
  border-radius: 50%;
  position: relative;
}

section.contact-us-wrapper
  .contact-form
  .form-step
  ul.form-step-list
  li.active {
  background: #ae9366;
  border: 2px dashed #ae9366;
  color: #fff;
}
section.contact-us-wrapper .contact-form form .step-wrapper .form-group label {
  color: #0a0700;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Onest", serif;
  padding-bottom: 4px;
}
section.contact-us-wrapper
  .contact-form
  form
  .step-wrapper
  .form-group
  .form-control {
  height: 48px;
  padding: 13px 16px;
  background: #f2f2f0;
  border-radius: 0;
  border: none;
  position: relative;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  border: 1px solid #f2f2f0;
  transition: 0s;
}

section.contact-us-wrapper
  .contact-form
  form
  .step-wrapper
  .form-group
  input:focus {
  border: 1px solid #ae9366;
  box-shadow: 0 0 15px rgb(218 165 32 / 26%);
}
section.contact-us-wrapper
  .contact-form
  form
  .step-wrapper
  .form-group
  textarea:focus {
  border: 1px solid #ae9366;
  box-shadow: 0 0 15px rgb(218 165 32 / 26%);
  /* Stronger glow on focus */
}
section.contact-us-wrapper
  .contact-form
  form
  .step-wrapper
  .form-group
  .phone-input-group:focus {
  border: 1px solid #ae9366;
  box-shadow: 0 0 15px rgb(218 165 32 / 26%);
}

button#customDropdown {
  color: #4f4e4d;
  font-weight: 300;
}

section.contact-us-wrapper .contact-form form .step-wrapper .form-group {
  margin-bottom: 16px;
}

section.contact-us-wrapper
  .contact-form
  form
  .step-wrapper
  .form-group
  textarea.form-control {
  height: 114px;
}

section.contact-us-wrapper
  .contact-form
  form
  .step-wrapper
  .form-group
  .phone-input-group
  .dropdown-toggle.form-control {
  width: 109px;
  border-right: 1px solid #c9c9c7 !important;
}

.contact-form .phone-input-group.active button#countryDropdown {
  border-right: 1px solid #ae9366 !important;
}

section.contact-us-wrapper .contact-form form .step-wrapper .col-md-6 {
  padding-right: 8px;
  padding-left: 8px;
}

section.contact-us-wrapper .contact-form form .step-wrapper .col-md-12 {
  padding-right: 8px;
  padding-left: 8px;
}

.step-btn {
  color: #0a0700;
  transition: all 0.2sease-in-out;
  border: 2px solid #262625;
  background: rgba(255, 255, 255, 0);
  padding: 10px 32px;
  font-size: 16px;
  line-height: 24px;
  transition: 0s;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 6px;
  font-family: "Onest", serif;
  border-radius: 0;
}

.step-btn:hover {
  background: #ae9366;
  color: #fff;
}
.proceed-btn .btn-check:checked + .btn,
.proceed-btn .btn.active,
.proceed-btn .btn.show,
.proceed-btn .btn:first-child:active,
.proceed-btn :not(.btn-check) + .btn:active {
  background: #ae9366;
  color: #fff;
  border: 2px solid #ae9366;
}

.step-btn:hover img {
  filter: brightness(0) invert(1);
}

section.contact-us-wrapper .contact-form form .step-wrapper .proceed-btn {
  margin-top: 40px;
  text-align: center;
}
section.cta-section .custom-btn img {
  width: 36px;
  height: 36px;
}
.custom-btn img {
  width: 24px;
  height: 24px;
}

section.contact-us-wrapper .contact-details-wrap {
  padding-top: 80px;
  text-align: center;
}

section.contact-us-wrapper .contact-details-wrap h2 {
  color: #0a0700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin: 0;
  padding-bottom: 16px;
}

section.contact-us-wrapper .contact-details-wrap ul li a {
  color: #0a0700 !important;

  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
  font-family: "Onest", serif;
}

section.contact-us-wrapper .contact-details-wrap ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

section.contact-us-wrapper .contact-details-wrap ul li img {
  width: 26px;
  height: 26px;
}

section.contact-us-wrapper .contact-details-wrap ul {
  margin: 0;
  padding: 0;
}

section.contact-us-wrapper .contact-details-wrap.for-follow-us {
  padding-top: 32px !important;
}

section.contact-us-wrapper .contact-details-wrap .icon.social-icon svg {
  transition-duration: 0.5s;
  fill: rgb(0 0 0 / 80%);
}

section.contact-us-wrapper .contact-details-wrap .icon.social-icon a:hover svg {
  fill: #ae9366;
}

section.contact-us-wrapper .contact-details-wrap .icon.social-icon {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.contact-form .phone-input-group .form-control {
  margin: 0;
  margin-bottom: 0 !important;
}

/* .contact-form .phone-input-group.active {
  border: 1px solid #AE9366 !important;
  
} */
.contact-form .phone-input-group.active .dropdown .form-control {
  border: 1px solid #ae9366;
}

.contact-form .phone-input-group.active .form-control {
  border: 1px solid #ae9366 !important;

  border-left: 0;
}

.step-wrapper .form-group .phone-input-group .dropdown .form-control {
  margin-bottom: 0px !important;
}

.form-control:focus {
  box-shadow: none;
}

.step-wrapper .dropdown-toggle::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  vertical-align: middle;
  position: absolute;
  right: 13px;
}

.step-wrapper .dropdown-toggle::after {
  opacity: 0;
}

input::placeholder {
  color: #8c8c8b !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 200;
}

.location-dropdown {
  position: relative !important;
}

.dropdown.location-dropdown .dropdown-toggle {
  width: 100% !important;
  margin: 0 !important;
}

.dropdown.location-dropdown.active .dropdown-toggle {
  border: 1px solid #ae9366 !important;
}

#otherlocation {
  display: none;
  margin-top: 10px;
}

.location-dropdown a.dropdown-item:hover {
  background: #dedddc;
}

#otherlocation .form-control {
  margin-bottom: 0;
}

section.contact-us-wrapper
  .contact-form
  form
  .step-wrapper
  .form-group
  textarea.form-control {
  height: 114px;
}

section.contact-us-wrapper .contact-form form .form-group.for-text-area {
  position: relative;
  margin-top: 16px;
}

.form-group.for-text-area span.max-words {
  position: absolute;
  right: 0;
  bottom: -26px;
  color: #787775;
  font-size: 12px;
  line-height: 18px;
  font-family: "Onest", serif;
}



/* end */

/* Event page start */
.evenet-gallery-sec .filter-buttons {
  padding: 48px 0px;
  display: flex;
  justify-content: center;
  gap: 56px;
}

.paddtop48 {
  padding-top: 48px !important;
}
.evenet-gallery-sec .filter-buttons button {
  border: none;
  cursor: pointer;
  color: #636361;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  background: transparent;
  font-family: "Onest", serif;
}

.evenet-gallery-sec .filter-buttons button:hover {
  color: #ae9366;
}

.evenet-gallery-sec .filter-buttons button.active {
  color: #ae9366;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: underline;
}

.evenet-gallery-sec .gallery {
  column-count: 3;
  /* Creates a multi-column layout */
  column-gap: 32px;
  /* Space between columns */
  width: 100%;
  margin: 0 auto;
}

.evenet-gallery-sec .gallery-item {
  width: 100%;
  max-width: 100%;

  margin-bottom: 32px;
  display: block;
  break-inside: avoid;
}

.evenet-gallery-sec .gallery-item {
  position: relative;
}

.evenet-gallery-sec .gallery-item img {
  width: 100%;
  border-radius: 0px;
  transition: 0.4s;
}

.evenet-gallery-sec .hidden {
  display: none;
}

.gallery-item {
  transform-origin: center center;
}

.evenet-gallery-sec .gallery-item:hover img {
  transform: scale(1.2);
}

.evenet-gallery-sec .gallery-item {
  overflow: hidden;
}

.evenet-gallery-sec .gallery-item .gallery-info {
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
}

.evenet-gallery-sec .gallery-item .gallery-info h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Lora", serif;
  margin: 0;
  padding: 0;
  padding-bottom: 4px;
}
.evenet-gallery-sec .gallery-item .gallery-info p {
  color: #dedddc;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Onest", serif;
  margin: 0;
  padding: 0;
}
.evenet-gallery-sec .gallery-item:hover .gallery-info {
  height: 184px;
}
.evenet-gallery-sec .gallery-item:hover .gallery-info {
  transition: 0.4s;
}
.evenet-gallery-sec .gallery-item:hover .gallery-info a.main-btn {
  display: inline-flex !important;
  align-items: center;
}
.evenet-gallery-sec .gallery-item .gallery-info a.main-btn {
  width: 142px;
  transition: 0.3s;
  background-color: #fefefe;
  display: none !important;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #0a0700;
  font-family: "Onest", serif;
  line-height: 20px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}
/* end */

/*****************************pari code*******************************************/
section.breadcrumb-area.bg-grey {
  background: #dedddc;
  position: relative;
  z-index: -1;
}
section.breadcrumb-area.bg-grey.event-detail {
  padding: 160px 0px;
}
section.breadcrumb-area.bg-grey.event-detail h1 {
  font-size: 48px;
  font-family: "Lora", serif;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0px;
  width: 963px;
  margin-bottom: 0;
  color: #0a0700;
}
section.breadcrumb-area.bg-grey.event-detail h2 {
  font-size: 33px;
  font-family: "Lora", serif;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0px;
  width: 963px;
  color: #0a0700;
}

.event-detail-bg {
  z-index: 1;
  margin-top: -104px;
  position: relative;
}
.event-detail-bg img {
  height: 720px;
  width: 1312px;
  object-fit: cover;
}
section.breadcrumb-area.venue-group,section.breadcrumb-area.impact {
  padding: 72px 0px;
}
section.breadcrumb-area.our-approach{
    padding: 64px 0px;
}
section.breadcrumb-area.venue-group p {
    text-align: left;
    color: #0a0700;
    width: 100%;
    max-width: 864px !important;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    font-weight: 300 !important;
    font-family: "Onest", serif;
    margin: 0;
}
section.breadcrumb-area.venue-group p b {
  font-weight: 700;
}
.grid-2,
.grid-3 {
  display: flex;
  gap: 32px;
    justify-content: center;
}
.grid-2 img,
.grid-3 img {
  height: 650px;
  object-fit: cover;
    width: 632px;
}
.event-sol h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Onest", sans-serif;
  line-height: 35px;
  text-transform: capitalize;
  text-align: left !important;
  padding-top: 32px;
  margin-bottom: 0px;
}
.event-sol {
  width: 416px;
}
.event-sol p,
.event-sol li {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  text-align: left !important;
  padding-top: 32px;
  margin: 0;
  font-family: "Onest", sans-serif;
}
.event-sol li {
  padding-top: 24px;
}
.event-sol.our-impact p {
  padding-top: 0px;
  margin-bottom: 0px;
}
.event-sol ul {
  margin: 0px;
  padding: 0px;
}
.event-sol.our-impact {
  width: 638px;
  padding-top: 48px;
}
.loop.owl-carousel.owl-theme.event-gallery .item img {
  height: 580px;
  object-fit: cover;
}
section.breadcrumb-area.our-approach h3,
.venue-group h3,
.impact h3 {
  font-family: "lora", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0px;
    text-align: left;
  text-transform: uppercase;
}
.venue-group .event-sol li {
  padding-top: 0px;
}
.venue-group .event-sol li {
  padding-top: 0px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.venue-group .event-sol li img {
  margin-top: 8px;
}
.event-loop .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}
.event-loop button.owl-prev {
  width: 52px;
  background: #fff !important;
  height: 68px;
  top: 40%;
  position: absolute;
  z-index: 9;
  left: 2%;
}
.event-loop button.owl-next {
  right: 2% !important;
  width: 52px;
  background: #fff !important;
  height: 68px;
  top: 40%;
  position: absolute;
  z-index: 9;
}
.custom-nav button.custom-prev:hover,
.custom-nav button.custom-next:hover {
  background-color: #ae9366 !important;
}
.custom-nav button.custom-prev:hover img,
.custom-nav button.custom-next:hover img {
  filter: invert(1);
}
button.custom-prev.d-flex.gap-16:hover,
button.custom-next.d-flex.gap-16:hover {
  color: #ae9366 !important;
}
button.custom-prev.d-flex.gap-16:hover img,
button.custom-next.d-flex.gap-16:hover img {
  filter: invert(58%) sepia(22%) saturate(749%) hue-rotate(12deg)
    brightness(95%);
}
.event-loop button.owl-prev span,
.event-loop button.owl-next span {
  color: #000;
  font-size: 40px;
}
.event-loop .owl-theme .owl-dots {
  display: none;
}
.bg-text-box {
    position: absolute;
    background: #0a0700;
    color: #fff;
    width: 316px;
    top: 340px;
    z-index: 9;
    left: 932px;
    padding: 40px 32px;
    gap: 16px;
    height: 288px;
    overflow: scroll;
    overflow-x: unset;
}
.bg-text-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fefefe;
  font-family: "Onest", sans-serif;
}
.venue-group .event-sol li {
  padding-bottom: 20px;
}
button.custom-prev,
button.custom-next {
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: "lora", sans-serif;
  border: navajowhite;
  background: no-repeat;
    border-radius: 0px;
}
.event-loop .d-flex {
  display: flex !important;
  justify-content: space-between;
}
button.owl-dot.active {
  display: none;
}
button.custom-prev.d-flex.gap-16,
button.custom-next.d-flex.gap-16 {
  gap: 8px;
}
section.event-loop {
  position: relative;
}
.custom-nav button.custom-prev {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 254px;
  z-index: 9;
  left: 62px;
  padding: 16px;
  line-height: 36px;
}
.custom-nav button.custom-next {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 254px;
  z-index: 9;
  line-height: 36px;
  right: 62px;
  padding: 16px;
}

.owl-nav.disabled button.owl-prev,
button.owl-next {
  display: none;
}
.cc {
  width: 638px !important;
  margin: 0 auto;
}
.cc h3 {
  padding: 0px;
  margin: 0px;
}
.cc.approach {
  width: 864px !important;
  margin: 0 auto !important;
}
.d-flex.gap-32 {
  gap: 32px;
}
.custom-sign {
  padding: 48px 0px 10px 0px;
}
section.breadcrumb-area.venue-group.why-partner .why-partner-wrap {
  max-width: 864px;
  display: flex;
  gap: 32px;

  margin: 0 auto;
}
section.breadcrumb-area.venue-group.why-partner .event-sol.why-partner-right {
  max-width: 528px !important;
  width: 528px;
}

section.breadcrumb-area.venue-group.why-partner .event-sol.why-partner-left {
  width: 304px;
}

.imge-one {
  overflow: hidden;
}

.imge-one img {
  transition: 0.3s;
}

.imge-one:hover img {
  transform: scale(1.1);
}

.imge-two {
  overflow: hidden;
}

.imge-two img {
  transition: 0.3s;
}

.imge-two:hover img {
  transform: scale(1.1);
}

/* Contact Modal css start here */

.contactModal .modal-content {
  background-color: #0a0700;
  color: #fff;
  border: none;
  padding: 56px 56px 65px 56px;
    border-radius: 0px;
}
.contactModal .modal-header{
    justify-content: flex-start;
}
.contactModal .contactModal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

.contactModal .modal-body {
  padding-top: 0;
  margin: 0;
  padding: 0;
}

.contactModal .modal-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Lora", serif;
  padding-bottom: 15px;
  margin: 0;
}

.contactModal .modal-subtitle {
  font-size: 14px;
  color: #fefefe;
  margin-bottom: 2rem;
  line-height: 22px;
  font-family: "Onest", serif;
  margin: 0;
  padding-bottom: 24px;
  font-weight: 400;
    text-align: left !important;
}
.modal-header {
  border: none;
  padding: 0;
  margin: 0;
}
.contactModal .modal-header button {
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0px !important;
}
.contactModal .form-control {
  background-color: #fff;
  border: none;
  color: #4f4e4d;
  padding: 13px 16px 16px 16px;
  height: 48px;
  border-radius: 0;
}
div#contactModal {
    z-index: 9999999;
}
.contactModal form .col-md-6 {
  padding-right: 8px;
  padding-left: 8px;
}
.contactModal form .col-md-12 {
  padding-right: 8px;
  padding-left: 8px;
}

.contactModal form {
  padding: 0px 8px;
}
.contactModal .form-label {
  font-size: 14px;
  color: #fefefe;
  line-height: 22px;
  font-family: "Onest", serif;
  margin-bottom: 4px !important;
}

.contactModal .form-control::placeholder {
  color: #999;
}

.contactModal .form-check-label {
  color: #ccc;
  font-size: 0.9rem;
}

.contactModal .btn-primary {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
}

.contactModal .btn-primary:hover {
  background-color: #fff;
  color: #1a1a1a;
}

.contactModal .char-count {
  color: #f2f2f0;
  font-size: 12px;
  text-align: right;
  font-weight: 300;
  line-height: 18px;
}
.contactModal .modal-header button {
  background: transparent;
  border: none;
}
.contactModal .modal-header button {
  margin-top: -72px;
  margin-right: -29px;
}
.contactModal .modal-header button:hover img {
  filter: brightness(0) invert(1);
}
.contactModal span.termsCheckbox {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #f2f2f0;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 640px;
}

.contactModal textarea {
  height: 114px !important;
}
.contactModal .mb-3 {
  margin-bottom: 0px !important;
}

.con-pop-sub-btn {
  color: #0a0700;
  border: 2px solid #262625;
  background: #f2f2f0;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 20px;
  transition: 0s;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
  font-family: "Onest", serif;
  border-radius: 0;
  outline: none;
  border: none;
}
.con-pop-sub-btn img {
  width: 20px;
}

.con-pop-sub-btn:hover {
  background: #ae9366;
}
.con-pop-sub-btn:hover img {
  filter: brightness(0) invert(1);
}
.contactModal input#agreeCheck {
  display: none;
}

input:focus,
textarea:focus {
  border: 1px solid #ae9366 !important;
  box-shadow: 0 0 15px rgb(218 165 32 / 26%) !important;
}

.contactModal textarea::placeholder {
  color: #8c8c8b !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}



.what-we-do {
    object-fit: cover;
    height: 700px;
    width: 100%;
    background-repeat: round;
}
.banner-text h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #fff;
  font-family: "Lora", serif;
}
.banner-text {
    padding-top: 524px;
}
.venue-group-do{
    padding: 72px 0px 80px;
}
.why-chose-us {
    padding: 72px 0px 0px;
}
section.venue-group-do p {
    width: 864px;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #0A0700;
  font-family: "onest", serif;
}
.choose-icon {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    gap: 34px;
}
.icon-text p {
    padding-top: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1px;
    font-family: "onest", serif;
  margin-bottom: 0px;
}
.what-do-gallery .item img {
    height: 416px;
  object-fit: cover;
  position: relative;

}
.card-box li {
    list-style: disc;
}
.what-we-do-gallery .owl-carousel .owl-item img {
    /*margin-left: -198px !important;*/
  position: relative;
}
.event-head h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
  margin-bottom: 0px;
}
.see-more a {
    background: #f2f2f0;
    padding: 8px 16px 8px 14px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
  font-family: "onest", serif;
  color: #000;
}
.event-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  /*margin-bottom: 32px;*/
}
.image-text {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    width: 100%;
    padding: 32px 48px;
  height: 130px;
   transition: all 0.5s ease-in-out;
}
.image-text:hover .hide-btn{
  display: block;
}
.image-text:hover{
  height: 186px;
}
.event-wrapper:hover .hide-btn{
  display: block;
}
.event-wrapper:hover .image-text{
  height: 186px;
}
.image-text h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: "lora", serif;
  color: #fff;
  margin-bottom: 0px;}
.image-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -1px;
    font-family: "onest", serif;
  color: #fff;
  padding-top: 8px;
  margin-bottom: 0px;
}
.hide-btn img{
  transition: none !important;
}
.hide-btn {
    padding: 6px 12px;
    background: #f2f2f0;
    margin-top: 24px;
  width: 127px;
  display: none;
}
.hide-btn:hover{
  background-color: #AE9366;
}
.hide-btn:hover a{
color: #fff;
}
.hide-btn:hover img{
filter: invert(1);
}
.hide-btn a img {
    width: 18px !important;
    height: 18px !important;
}
.hide-btn a {
    display: flex;
    align-content: center !important;
    gap: 4px;
    color: #0a0700;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
   font-family: "onest", serif;
}
section.what-we-do-gallery {
    padding: 80px 0px 10px;
}
div#accordionExample {
    margin-top: 56px;
}
h6 button.accordion-button {
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
}
.accordion-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
  font-family: "onest", serif;
  padding: 32px;
  width: 100%;

  color: #000000;
}
button.accordion-button {
    background: #fff !important;
    border: none !important;

  padding: 24px 0px;
}
.accordion-button:focus {
    z-index: 3;
    border-color:none;
    outline: 0;
    box-shadow:none;
}
.accordion-item{
  border: none;
}
.accordion-header {
    margin-bottom: 0;
    border-radius: 0px;
    border-bottom: 1px solid #e1e1e1;
}
.accordion-item:last-of-type{
  border-radius: 0px;
}
.accordion-button:not(.collapsed){
  color: #000;
}
.accordion-button:not(.collapsed){
    box-shadow: none;
}
.venue-finding-image img {
    height: 645px;
    object-fit: cover;
    width: 496px;
}
.see-more:hover a {
      background-color: #ae9366;
    color: #fefefe;
}
.see-more a:hover img {
    filter: invert(1);
}
.icon-side img {
    height: 72px;
    width: 72px;
    object-fit: cover;
}
.card-box {
    background: #f2f2f0;
    padding: 80px 80px 72px 80px;
    margin-bottom: 16px;
}
.vs-box {
    display: grid;
    grid-template-columns: 496px 752px;
    gap: 64px;
}
/*
a:visited {
    color: #0A0700 !important;
}
*/
.card-box h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
  padding-top: 32px;
  margin-bottom: 0px;
}
.card-box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "onest", serif;
  color: #0A0700;
  padding-top: 32px;
  margin-bottom: 0px;
}
.card-box li{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "onest", serif;
  color: #0A0700;
  padding-top: 16px;

}
.card-box  li {
    list-style: none; /* Remove default bullet */
    align-items: flex-start; /* Aligns text with the bullet */
}

.card-box  li::before {
    display: none;
}
.card-box ul {
    padding: 0px;
    margin: 0px;
}
.venue-finding-image {
    position: sticky;
    top: 120px;
}
.loop.owl-carousel.owl-theme.what-do-gallery.owl-loaded.owl-drag {
    overflow: hidden;
      margin-top: 32px;
}
.see-more a {
    color: #0A0700 !important;
}
.choose-head h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
  font-family: "lora", serif;
/*   padding-bottom: 80px; */
}
.icon img {
    height: 64px;
    width: 64px;
}
section.cta-section.cta2{
    padding-bottom: 80px;
}
section.venue-group-do .breadcrumb.text-center {
    margin-bottom: 0px;
}

section.breadcrumb-area.bg-grey.event-detail h2{
  padding-bottom: 0px;
}

.see-more a {
    display: flex;
    gap: 4px;
    align-items: center;
}
.event-wrapper{
    overflow: hidden;
}
.event-wrapper img{
      transition: 0.3s;

}
.event-wrapper:hover img {
    transform: scale(1.1);
}


/*
section.what-we-do-gallery .event-head {
    padding-left: 48px;
  padding-right: 48px;
}
*/




.what-we-do2 {
    position: relative;
    background-size: cover;
    background-position: bottom;
    height: 700px;
}
.what-we-do2 .banner-text h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #fff;
    width: 75%;
    margin: 0 auto;
  font-family: "lora", serif;
  margin-bottom: 0px;
}
.perfect-venue{
  padding-top: 72px;
  position: relative;
  padding-bottom: 0px;
}
.two-part {
    display: flex;
    gap: 32px;
}
.one h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
    width: 93%;
    margin-bottom: 0px;
}
.two p {
    font-weight: 300;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    font-family: "onest", serif;
    width: 752px;
    padding-bottom: 24px !important;
}
.two p:last-child{
  padding-bottom: 0px !important;
}
section.best-venues-section.what-we-do3{
  padding-top: 0px !important;
  padding-bottom: 32px;
}
.what-service {
    display: grid;
    gap: 32px;
    grid-template-columns: 865px 416px;
}
.what-service .left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.what-service .right img {
    width: 973px;
    height: 649px;
    object-fit: cover;
    object-position: right;
}
.what-service .left .item .card-img {
    width: 417px;
}
.right img, .right {
    position: relative;
}

.img-text h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #FEFEFE;
      font-family: "lora", serif;
  margin-bottom: 0px;
}
.img-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #FEFEFE;
    font-family: "onest", serif;
    margin-bottom: 0px;
    padding: 24px 32px 0px;
}
section.event-about-section.what-we-doevent {
    padding-top: 80px;
    padding-bottom: 10px !important;
}
.destination{
  padding-bottom: 80px;
}
.popular-desti {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.desti-text h6 a{
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 30px;
   font-family: "lora", serif;
}
.desti-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
     font-family: "onest", serif;
  padding-top: 12px;
  margin-bottom: 0px;
}
.desti-text {
    background: #F2F2F0;
    padding: 24px;
    height: 200px;
}
.desti-text a {
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #787775;
       font-family: "onest", serif;
  padding-top: 12px;
  display: inline-block;
}
.desti-text a:visited {
   color: #787775;
}
.img-text {
    background: #000;
    position: relative;
}
.img-text h4 {
    position: absolute;
    top: -141px;
    width: 87%;
    left: 50%;
    transform: translateX(-50%);
}
.plan-btn a {
    background: #fff;
    padding: 12px 32px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
   font-family: "onest", serif;
  color: #0A0700;
}
.plan-btn {
    text-align: center;
    display: inline-block;
    margin-top: 32px;
    margin-left: 83px;
    margin-bottom: 64px;
}
.plan-btn a:hover{
  background: #ae9366 !important;
  color: #fff;
}
.right {
    position: sticky;
    top: 120px !important;
    align-self: flex-start;
}

.what-we-do2 .banner-text {
    padding-top: 452px;
}
.destination .event-head h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
    margin-bottom: 0px;
}
.destination .event-head {
    /* margin-bottom: 32px; */
  padding: 48px 0px;
}



section.corporate {
    position: relative;
    padding-bottom: 64px;
    text-align: center;
}
.banner-text1 h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: "lora", serif;
    width: 80%;
    margin: 0 auto;
  padding-top: 120px;
}
.banner-text1 p {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    font-family: "onest", serif;
    padding-top: 32px;
    width: 864px;
    margin: 0 auto;
}
.corporate-desti .popular-desti {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.corporate-desti {
    display: grid
;
    gap: 32px;
    grid-template-columns: 416px 863px;
}
.left form input {
    background: #F2F2F0;
    border: none;
    padding: 12px 14px;
    margin-top: 24px;
    position: relative;
    width: 356px;
}
input:focus, textarea:focus {
    border: none !important;
    box-shadow: none !important;
  outline: 0;
}
.left form img {
    position: absolute;
    left: 13px;
    top: 52%;
}
.left form{
  position: relative;
}
.left form input::placeholder{
  padding-left: 30px;
    font-family: "onest", serif;
}
.left span {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #0a0700;
      font-family: "onest", serif;
}
.left span b {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #0a0700;
      font-family: "onest", serif;
}

.location-choice h6, .style-choice h6 {
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0a0700;
    font-family: "lora", serif;
    margin-bottom: 0px;
}
.location-choice {
    padding-top: 40px;
}
.checkbox-group {
 display: flex;
    flex-direction: row;
    gap: 8px;
    padding-top: 16px;
}

.checkbox-group input[type="checkbox"] {
    display: none; /* Hide the default checkbox */
}

.checkbox-group label {
   padding: 6px 12px;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: #8C8C8B;
    transition: background-color 0.3s;
    background: #F2F2F0;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.checkbox-group input[type="checkbox"]:checked + label {
    background-color: #AE9366; /* Brownish color for selected state */
    border-color: #AE9366;
    color: #fff;
}

.checkbox-group label:hover {
    background-color: #ae9366; 
  color: #fff;
}
section.cta-section.corporate-cta {
    padding: 80px 0px !important;
}
.style-choice {
    padding-top: 40px;
}

section.faq-ques.corporate-faq {
    padding-bottom: 10px;
}
.plan-img::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45%;
    clear: both;
    content: '';
    z-index: 9;
    background-image: linear-gradient(#00000000, #000000b0, #000000f7);
}
.plan-img {
    position: relative;
    z-index: -1;
}


.portugal-bg{
  background-size: cover;
  height: 700px;
}
section.hotel-list {
    padding: 64px;
}
.best-hotel h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #3B3A39;
       font-family: "lora", serif;
  margin-bottom: 0px;
}
.hotel-group {
    display: flex
;
    gap: 32px;
}
.hotel-detail {
    padding: 0px 0px 16px 0px;
}
.hotel-detail p {
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #0A0700;
    width: 735px;
    font-family: "onest", serif;
    padding-bottom: 32px;
}
.hotel-name {
    padding: 0px 0px 16px;
}
.hotel-name h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
  margin-bottom: 0px;

}
.hotel-name h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 52px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "lora", serif;
  margin-bottom: 0px;

}
.hotel-img img {
    height: 490px;
    width: 864px;
    object-fit: cover;
}
.hotel-location {
    padding: 48px 0px;
}
.hotel-location p.large, .hotel-summary p.large, .hotel-location.meetingfea p.large {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    color: #3b3a39;
  font-family: "onest", serif;
  padding-right: 16px;
}
.hotel-location span{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
    font-family: "onest", serif;
    display: inline-block;
  padding-bottom: 16px;
}
.hotel-location ul, .hotel-detail ul{
  margin: 0px;
}
.hotel-location li, .hotel-detail li {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #3B3A39;
    list-style: disc;
     font-family: "onest", serif;
    padding-top: 16px;
}
.hotel-location.meetingfea {
    padding-top: 0px;
    padding-bottom: 40px;
}
.hotel-location.meetingfea p{
   font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    width: 800px;
    font-family: "onest", serif;
    padding-top: 0px;
    padding-right: 16px; 
}  

.see-more:hover a {
    color: #fff !important;
}
.hotel-summary {
    padding-bottom: 32px;
    /*padding-left: 64px;*/
}
 .hotel-summary p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 0px;
   width: 800px;
      font-family: "onest", serif;
   padding-top: 24px;
   padding-right: 16px;

}
.hotel-group .sectionone {
    width: 928px;
}
span.search-icon img {
    height: 22px;
    width: 22px;
    margin-right: 10px;
}
.search-box {
  display: flex;
  align-items: center;
  background-color: #f2f2f0;
  padding: 12px 14px;
  width: fit-content;
}

.search-box input {
  background: #F2F2F0;
  font-size: 14px;
  color: #8C8C8B;
  font-weight: 400;
  line-height: 22px;
   font-family: "onest", serif;
  border: none;
  width: 356px;
}
.checkbox-grid {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.hotel-left {
    width: 928px;
}
.hotel-book {
    display: flex;
    gap: 32px;
}
.hotel-content {
    width: 416px;
}
.content h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
  font-family: "lora", serif;
}
.content-list {
    margin-top: 32px;
}
.content-list ul {
    padding: 0px;
    margin: 0px;
}
.content-list li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #0A0700;
   font-family: "onest", serif;
}
.content-list li:hover a{
  color: #AE9366;
}

.content-list li {
    padding: 12px 16px;
    border-bottom: 1px solid #C9C9C7;
  background: #F2F2F0;
    list-style: none;
}
.content-list li:last-child{
   border-bottom: none;
}
.hotel-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
section.destination.portdesti {
    padding-bottom: 10px !important;
}
.left span:hover {
    color: #fff;
}
.hotel-content .img-text h4 {
    position: absolute;
    top: -97px;
    width: 87%;
    left: 50%;
    transform: translateX(-50%);
}

.best-venues-section .best-venues .main-btn:hover span{
  color: #fff;
}
.desti-text a:hover {
    color: #ae9366 ;
}


html {
  scroll-behavior: smooth;
}
.sectionone{
  scroll-margin-top: 80px;
}
.plan-img img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 503px;
}
.venue-planing {
    position: sticky;
    top: 120px;
    height: 700px;
    width: 416px;
}
a.custom-prev.d-flex.gap-16,
a.custom-next.d-flex.gap-16 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: "lora", sans-serif;
  border: navajowhite;
  background: no-repeat;
	color: #000;
}
a.custom-prev.d-flex.gap-16:hover, a.custom-next.d-flex.gap-16:hover {
    color: #ae9366 !important;
}
a.custom-prev.d-flex.gap-16:hover img, a.custom-next.d-flex.gap-16:hover img {
    filter: invert(58%) sepia(22%) saturate(749%) hue-rotate(12deg) brightness(95%);
}
a.main-btn.aos-init.aos-animate span {
    color: #000;
}
a.main-btn.aos-init.aos-animate:hover span{
    color: #fff;
}
ul.menus-wrapper li{
	padding: 0px !important;
}
.gallery-info a {
    text-align: left;
}
input#retreat-search{
	border: none;
}
a.header-btn{
	color: #000;
}
.error-code h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
  font-family: "lora", sans-serif;
	text-align: center;
}
.error-code p {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    font-family: "onest", sans-serif;
    width: 640px;
    margin: 0 auto;
}
.error-code p a{
 text-decoration: underline;
color: #AE9366;	
}
section.error-404.not-found {
    padding: 80px 64px;
}

.privacy-sec{
  padding: 80px 64px 100px;
  position: relative;
	z-index: 99;
}
.privacy-content {
    width: 640px;
    margin: 0 auto;
}
.privacy-content h6 {
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;
   font-family: "lora", serif;
   margin-bottom: 0px;

}
.privacy-content h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0px;
    text-transform: uppercase;
   font-family: "lora", serif;
      margin-bottom: 0px;
	padding-top: 32px;
	color: #000;
}
.privacy-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
  font-family: "onest", serif;
      margin-bottom: 0px;
   padding-top: 32px;
}
.privacy-para {
    padding-top : 32px;
}
section.privacy-sec.term-condition  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
  font-family: "onest", serif;
      margin-bottom: 0px;
   padding-top: 32px;
}
section.privacy-sec.term-condition h6{
		padding-top: 32px;
}
h6.subheading {
    padding-top: 32px;
}



.modal2 {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0px;
    bottom: 32px;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.modal-content.cokiee {
    background-color: #000;
    position: fixed;
	bottom:32px;
	left: 32px;
    padding: 32px 24px;
    border-radius: 0px;
    width: 360px;
    text-align: center;
}
.modal-content h6 {
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
  font-family: "lora", serif;
  color: #fff;
  margin-bottom: 0px;
}
.modal-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #fefefe;
    font-family: "onest", serif;
   margin-bottom: 0px;
    padding-top: 12px;
}
.modal-content a{
  text-decoration: underline;
  color: #AE9366;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  padding-top: 12px;
    font-family: "onest", serif;
}
.modal-content .btn-group a {
    padding: 8px 16px;
    background: #f2f2f0;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0a0700;
  text-decoration: none;
}
.modal-content .btn-group {
    gap: 8px;
    margin: 32px 42px 0px;
    display: grid;
    grid-template-columns: 111px 111px;
}
.modal-content .btn-group a:last-child {
    margin-left: 29px;
    width: 170px;
}
.post, .page {
    margin: 0px !important;
}
.privacy-pp h6 {
    padding-top: 32px;
}

.privacy-pp a {
   color: #ae9366 !important;
}
.privacy a:hover {
    color: #AE9366;
}
.modal-content .btn-group a:hover{
	background:#AE9366;
	color: #fff;
}
.hotel-content .right {
    height: 700px;
}

section.breadcrumb-area.contactus{
  padding: 100px 0px 64px;
}

button.custom-prev.d-flex.gap-16 {
    padding: 0px;
}
.accordion-body p {
    margin-bottom: 0px;
}
.privacy a:visited {
    color: #a1a09f;
}
.privacy a:hover {
    color: #AE9366;
}
.accordion-body ul li {
    list-style: disc;
}
.desti-text a h6{
    text-decoration: none !important;
}
.desti-text h6 a {
    text-decoration: none;
}
.right-content .card-box:last-child{
    margin-bottom: 0px;
}
.card-box li img {
    filter: invert(58%) sepia(22%) saturate(749%) hue-rotate(12deg) brightness(95%);
    width: 16px;
    height: 32px;
    margin: 0px 5px;
}

.contact-btn a {
    color: #000 !important;
}
.contact-btn a:hover {
    color: #fff !important;
}

p#agree-error {
    color: red;
}

header li.nav-item.dropdown {
    display: flex;
    gap: 5px;
    cursor: pointer;
}
header li.nav-item.dropdown span {
    color: #fff;
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ae9366; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ae9366; 
}
.venue-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

section.why-chose-us .choose-head {
    padding-bottom: 40px;
}

/**************************team page**************************************/
section.team-detail-sec {
    position: relative;
    padding: 0px 64px;
}
.teamdet {
    padding: 80px 15px 0;
    display: grid;
    gap: 64px;
    grid-template-columns: 416px 814px;
}
 
.team-pic img {
    width: 416px;
    height: 624px;
    object-fit: cover;
} 
.team-content h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0a0700;
      font-family: "lora", serif;
  margin-bottom: 0px;
}
.team-content h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0a0700;
       font-family: "lora", serif;
    margin-bottom: 0px;
  padding-top: 8px;
}
.team-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
   color: #0a0700;
       font-family: "onest", serif;
    margin-bottom: 0px;
  padding-top: 32px;
}
.fun-fact {
    padding-top: 54px;
    display: flex;
  align-items: center;
    gap: 16px;
}
.fun-fact img {
    width: 72px;
    height: 72px;
    object-fit: cover;
}
.fun-fact h5{
  padding-top: 0px;
}
.fun-fact p{
  padding-top: 8px;
}
section.team-slider {
    position: relative;
    padding: 48px 64px 10px !important;
}
.owl-carousel.owl-theme.team-detail h5 {
    font-weight: 500;
    font-size: 24px;
  line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: unset;
    color: #0a0700;
     font-family: "lora", serif;
  margin-bottom: 0px;
}
.owl-carousel.owl-theme.team-detail h6 {
    font-weight: 700;
    font-size: 24px;
  line-height: 38px;
    letter-spacing: 0px;
    text-align: center;
    color: #ae9366;
     font-family: "onest", serif;
    margin-bottom: 0px;
  padding-top: 48px;
  text-transform: capitalize;
}
.owl-carousel.owl-theme.team-detail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #787775;
  font-family: "onest", serif;
  padding-top: 8px;
  margin-bottom: 0px;
}
.owl-carousel.owl-theme.team-detail .item{
  width: 60%;
  margin: 0 auto;
}
.team-detail button.owl-prev span, .team-detail button.owl-next span {
    background: #e5e5e5;
    padding: 12px;
}
.team-detail button.owl-prev, .team-detail button.owl-next {
    position: absolute;
    top: 50%;
}
.team-detail .owl-nav.disabled button.owl-prev, .team-detail button.owl-next {
  display: none !important;
}
.team-detail button.owl-next {
    right: 0;
}
.custom-nav.team-slide button.custom-prev {
    background-color: #e5e5e5;
    position: absolute;
    top: 37%;
    left: 62px;
    padding: 12px;
    line-height: 20px;
}
.custom-nav.team-slide button.custom-next{
      background-color: #e5e5e5;;
    position: absolute;
    top: 35%;
    right: 62px;
    padding: 12px;
   line-height: 20px;
}
section.team-bg-sec {
    position: relative;
/*    background-image: url(../images/team/team-bg.jpg);*/
    background-size: cover;
    height: 700px;
    background-position: center;
}
.team-bg h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: -0.5px;
    text-align: center;
    text-transform: uppercase;
    font-family: "lora", serif;
    color: #fff;
    padding-top: 524px;
  margin-bottom: 0px;
}
section.team-content-sec {
    padding: 72px 64px 32px;
    position: relative;
}
.team-content2 p {
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0px;
    font-family: "onest", serif;
    width: 864px;
    margin: 0 auto;
  color: #3B3A39;
}
.team-content2 a {
    padding: 16px 48px;
    background: #f2f2f0;
    color: #0A0700;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
   font-family: "onest", serif;
  margin-top: 48px;
  display: inline-block;
}
.team-content2 {
    text-align: center;
}
.team-content2 a:hover{
  color: #fff;
  background: #AE9366;
}
.value h2, .team-list h2, section.team-content-sec.team-work h2{
   font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0a0700;
       font-family: "lora", serif;
    margin-bottom: 0px;
  text-align: center;
}
.value p, section.team-content-sec.team-work p {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0px;
    font-family: "onest", serif;
    margin: 0 auto;
  color: #3B3A39;
  padding-top: 24px;
}
section.brand-logo-section.team-logo-sec {
    padding-top: 24px;
    padding-bottom: 48px;
}
section.team-slider.team-slider-sec {
    padding: 32px 64px;
}
.vbox1 {
    background: #f2f2f0;
    padding: 48px;
}
.value-box {
    display: flex;
    gap: 24px;
    text-align: center;
    margin-top: 32px;
}
.value-box h4, .list-content h4, .banner-text2 h4{
  font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #0a0700;
       font-family: "lora", serif;
    margin-bottom: 0px;
  text-align: center; 
  padding-top: 32px;
}
.value-box p, .list-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0px;
    font-family:"onest", serif;
    margin: 0 auto;
  color: #3B3A39;
  padding-top: 32px;
}
.value-sec{
  padding: 64px 64px 48px;
}
.team-list-sec{
  position: relative;
  overflow: hidden;
}
.listone {
    display: flex;
    background: #f2f2f0;
    padding: 48px 48px 0px;
    gap: 48px;
    width: 864px;
  margin-bottom: 16px;
  margin-left: 112px;
}
.listone img {
    height: 321px;
    width: 321px;
    object-fit: cover;
}
.list-bottom img {
    width: 76px;
    height: 20px;
}
.list-content h4{
  padding-top: 0px;
  text-align: left;
}
.list-content span{
   font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    font-family: "onest", serif;
  color: #AE9366;
  padding-top: 8px;
}
.list-content p {
    text-align: left;
    width: 399px;
}
.list-bottom {
    padding-top: 32px;
    gap: 32px;
    display: flex;
}
.list-bottom a {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #ae9366;
}
.team-list {
    padding: 32px;
}
.listone.two, .listone.four, .listone.six{
  margin-left: 224px;
}
section.team-content-sec.team-work {
    position: relative;
    padding: 48px 64px 24px;
}
/*
section.cta-section.team-cta {
    padding: 64px;
}
 
 */
.banner-text2 h4 {
    margin-bottom: 0px;
    color: #fff;
    padding-top: 0px;
    position: relative;
}
.banner-text2 h4::before {
    position: absolute;
    right: 0;
    background: #a48a60;
    height: 32px;
    width: 3px;
    clear: both;
    content: '';
    margin: 0px -16px;
}
    .banner-wrapper {
      overflow: hidden;
      background-color: #000;
      white-space: nowrap;
     padding: 8px 16px;
      color: white;
      margin: 48px 0px;
    }
 
.banner-text2 {
    animation: scroll 40s linear infinite;
    display: flex;
  align-items: center;
    gap: 32px;
}
 
@keyframes scroll{
  from{
    transform: translateX(0);
  }
 
  to{
    transform: translateX(calc(-100% ));
  }
}
 
  .banner-wrapper2 {
      overflow: hidden;
      background-color: #000;
      white-space: nowrap;
     padding: 8px 16px;
      color: white;
    margin-top: 16px;
    margin-bottom: 48px;
    }
.banner-wrapper2 .banner-text2 {
    animation: scroll2 40s linear infinite;
    display: flex;
  gap: 32px;
}
@keyframes scroll2{
  from{
    transform: translateX(-100%);
  }
 
  to{
    transform: translateX(calc(0));
  }
}
  @keyframes slideRight {
      0% { transform: translateX(-100%); }
      100% { transform: translateX(0); }
    }
.team-event .card-img img {
    transition: transform 0.5s ease;
    transform: scale(1);
    height: 480px;
    object-fit: cover;
}
section.team-list-sec .row:nth-child(odd) {
    display: flex;
     justify-content: center; 
}
.list-content p{
  padding-bottom: 0px !important;
}
.team-slider button.custom-prev, .team-slider button.custom-next  {
    width: 40px;
    height: 56px;
}
 
.plan-btn a {
    color: #000 !important;
}

.desti-text h6{
    margin-bottom: 0px;
}
.desti-img img {
    height: 277px;
    object-fit: cover;
    width: 100%;
}
.footer .custom-checkbox3 .checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid white !important;
}
.team-content2 a:visited {
    color: #000;
}
.hotel-location {
    padding: 48px 0px 0px;
}
/*
section.cta-section {
    margin-top: 50px;
}
*/
.bottom-p p {
    padding-top: 32px;
	    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #3B3A39;
    list-style: disc;
    font-family: "onest", serif;
    padding-top: 16px;
}



/***********************************mobile menu********************************/

    /* Overlay menu */
  .mobilemenu .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.4s;
    padding: 0;
    z-index: 999999;
}

   .mobilemenu .overlay a {
      padding: 10px 30px;
      display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: white;
    font-family: "Onest", serif;
    line-height: 22px;
    transition: 0s;
          border-bottom: 1px solid #4F4E4D;
    }

    .mobilemenu .overlay a:hover {
      background-color: #444;
    }

.mobilemenu .overlay .closebtn {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 36px;
    border: none;
}

   .mobilemenu .dropdown {
      position: relative;
    }

    .mobilemenu .dropdown-content {
      display: none;
      flex-direction: column;
      margin-left: 20px;
    }

   .mobilemenu .dropdown-content a {
      padding: 10px 70px;
      display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: white;
    font-family: "Onest", serif;
    line-height: 22px;
    transition: 0s;
       border-bottom: 1px solid #4F4E4D;
    }
.mobilemenu .open-btn:hover {
    background-color: none !important;
}
ul#menu-header-menu-1 {
    padding: 0px;
    margin: 0px;
}
   .mobilemenu .dropdown.open .dropdown-content {
      display: flex;
    }

    /* Button to open overlay */
   .mobilemenu .open-btn {
      font-size: 20px;
      cursor: pointer;
      background-color: #111;
      color: white;
      padding: 10px 20px;
      border: none;
    }

   .mobilemenu .open-btn:hover {
      background-color: #333;
    }
.mobilemenu .open-btn {
    font-size: 25px;
    cursor: pointer;
    border: none;
    position: fixed;
    top: 10px;
    right: 10%;
    z-index: 9999;
    padding: 5px 10px;
    background: transparent;
    color: #fff;
}

.hide-btn a {
    color: #000 !important;
}

.hide-btn:hover a{
    color: #fff !important;
}

.terms-wrap .error-message{
    color: #ae9366 !important;
}
.form-control.is-invalid {
    border-color: none !important;
    border: none !important;
    background-image: none !important;
}
.plan-btn:hover a{
    color: #fff !important;
}
.modal-content a:hover{
    color: #fff;
}
.team-content2 a:hover {
    color: #fff !important;
}
.team-content2 a {
    color: #000 !important;
}
.list-bottom a:visited{
    color: #ae9366;
}
.list-bottom a:hover{
    color: #000;
}
.hotel-name.bottom {
    padding-top: 24px;
}
.event-sol.our-impact img, .event-sol img {
    filter: invert(58%) sepia(22%) saturate(749%) hue-rotate(12deg) brightness(95%);
}
.hotel-img2 {
    margin-bottom: 30px;
}
.breadcrumb.text-left p a {
    color: #000;
}
ul.extra-list{
    margin-bottom: 32px;
}


.new-york ul li a:hover{
    color: #ae9366;
}
.thankupage h1{
   font-size: 40px;
    font-weight: 700;
    color: #0a0700;
    font-family: "Lora", serif;
    margin: 0;
    letter-spacing: 0.05px;
    text-align: center;
    line-height: 52px; 
    margin-bottom: 0px;
}
.thankupage span{
      color: #ae9366;
}
.thankupage {
    text-align: center;
    margin: 0 auto;
    width: 50%;
}
.thankupage img {
    margin-top: 50px;
}
#message-error, #phoneNumber-error, #eventSize-error, #eventLocation-error, #otherLocation-error, #agree-error {
    color: #ae9366 !important;
}


 .custom-checkbox2 {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  /* Adjust text color */
}
.custom-checkbox2 input{
    display: none;
}
 
/* Checkmark (custom checkbox) */
.custom-checkbox2 .checkmark {
  width: 25px;
  height: 20px;
  border: 2px solid #ae9366;
  /* White border */
  display: inline-block;
  position: relative;
  border-radius: 0px;
  /* Optional: rounded corners */
  margin-right: 8px;
}
 
/* Add checkmark when checkbox is checked */
.custom-checkbox2 input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 6.5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox2 input:checked + .checkmark {
  background: #ae9366;
  border: #ae9366 !important;
}
span.termsCheckbox {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.mobilemenu .dropdown.open .dropdown-content {
    padding: 0px;
    margin: 0px !important;
}
section.cta-section.team-cta {
    margin-top: 32px;
}
.privacy-content a{
	color:  #ae9366;
}
section.cta-section.singlecr-cta {
    margin-top: 32px;
}
.dropdown.location-dropdown.active ul.dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
}
body{
	overflow: hidden;
}

a:visited {
    color: #000 !important;
}
