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

#play-button {
  padding: 15px 30px;
  background-color: #ff0000;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 18px;
  border-radius: 5px;
}

#play-button:hover {
  background-color: #cc0000;
}

/* Lightbox styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: auto;
  background: #e0e0e0;
  padding: 4px;
  text-align: center;
}

.lightbox iframe {
  width: 100%;
  height: 446px;
}
@media (max-width: 767px) {
  .lightbox iframe {
    height: 170px !important;
  }
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.section-header {
  font-family: "Cormorant SC", serif;
  font-size: 42px;
}
@media (max-width: 767px) {
  .section-header {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-header {
    font-size: 36px;
  }
}

header {
  position: absolute;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.1);
}
header .navbar {
  background-color: transparent;
}
header .navbar-brand {
  font-family: "Cormorant SC", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
}
@media (max-width: 767px) {
  header .navbar-brand {
    font-size: 18px;
  }
}
header #main-menu li a {
  font-family: "Cormorant SC", serif;
  font-weight: 500;
}

.menu-container {
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 99;
}
.menu-container .menu-button {
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
  font-family: "Cormorant SC", serif;
  font-size: 26px;
}
.menu-container .menu-button.active {
  transition: 0.3s;
  color: #000;
}

.navi-menu {
  position: fixed;
  top: -1000px;
  left: 50%;
  width: 50%;
  background: #fff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .navi-menu {
    left: 0;
    width: 100%;
  }
}
.navi-menu.active {
  z-index: 9;
  top: 0;
  height: 100vh;
  display: grid;
  place-items: center;
  justify-content: start;
  transition: 0.3s;
}
.navi-menu.active .navbari-nav {
  list-style: none;
}
.navi-menu.active .navbari-nav li a {
  font-family: "Cormorant SC", serif;
  font-size: 26px;
  color: #000;
}

.img-desktop {
  position: fixed;
  top: 110%;
  left: 0;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.img-desktop.active {
  height: 100vh;
  z-index: 9;
  top: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .img-desktop {
    display: none;
  }
}

.rsvpForm .rsvp .rsvpEntries .rsvp-entry {
  border: solid 1px #f1f1f1;
  margin-bottom: 20px;
  padding: 12px;
  background-color: #FFFBF7;
  border-radius: 10px;
}
.rsvpForm .rsvp .rsvpEntries .rsvp-entry input, .rsvpForm .rsvp .rsvpEntries .rsvp-entry textarea {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  margin-bottom: 12px;
  font-family: "Cormorant SC", serif;
  border: none;
  border-bottom: solid 1px #cacaca;
  background-color: transparent;
}
@media (max-width: 767px) {
  .rsvpForm .rsvp .rsvpEntries .rsvp-entry input, .rsvpForm .rsvp .rsvpEntries .rsvp-entry textarea {
    font-size: 16px;
  }
}
.rsvpForm .rsvp .rsvpEntries .rsvp-entry select {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #cacaca;
  padding: 12px;
  font-size: 16px;
  margin-bottom: 12px;
  width: 100%;
  font-family: "Cormorant SC", serif;
  font-size: 18px;
}
@media (max-width: 767px) {
  .rsvpForm .rsvp .rsvpEntries .rsvp-entry select {
    font-size: 16px;
  }
}
.rsvpForm .rsvp .rsvpEntries .rsvp-entry label {
  font-size: 20px;
  font-weight: 600;
}
.rsvpForm .rsvp button.addmore {
  box-shadow: 0 0 0 1px #e7e7e7, inset 0 0 0 1px #ddd !important;
  background-color: #f6f6f6;
  padding: 8px 12px;
  border: none;
  margin-bottom: 26px;
  font-family: "Cormorant SC", serif;
  font-size: 20px;
}
.rsvpForm .rsvp button.addmore span {
  font-size: 26px;
}
.rsvpForm .rsvp button.addmore:hover {
  background-color: #ebebeb;
}
.rsvpForm button[type=submit] {
  background-color: #5c5c5c;
  padding: 10px 42px;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.rsvpForm button[type=submit]:hover {
  background-color: #ebebeb;
  color: #000;
  border: solid 1px #000;
}

.image_left_text_right .content-wrapper .image-description p {
  font-family: "Bodoni Moda", serif;
}

.hero-full-banner h1 {
  font-family: "Sofia", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 126px;
  text-shadow: 0px -1px 0 black, 4px -1px 0 black, -1px 1px 0 black, 4px 3px 0 black;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-full-banner h1 {
    font-size: 96px;
  }
}
@media (max-width: 767px) {
  .hero-full-banner h1 {
    font-size: 66px;
    text-shadow: 0px -1px 0 black, -1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  }
}
.hero-full-banner .hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-full-banner .hero-section {
    height: 436px !important;
  }
}
@media (max-width: 767px) {
  .hero-full-banner .hero-section {
    height: 100vh;
    background-position: 61%;
  }
}
.hero-full-banner .hero-section.bkimg {
  background-position-y: 84%;
  background-size: cover;
}
.hero-full-banner .hero-section .hero-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hero-full-banner .hero-section .hero-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .hero-full-banner .hero-section .hero-content .youtube-vid {
    width: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-full-banner .hero-section .video-background iframe {
    height: 434px !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .hero-full-banner .hero-section .video-background iframe {
    height: 210px !important;
    width: 100% !important;
  }
}
.hero-full-banner .youtube-vid {
  cursor: pointer;
  display: inline-block;
  width: 110px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-full-banner .youtube-vid {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .hero-full-banner .youtube-vid {
    width: 40px;
  }
}
.hero-full-banner .youtube-vid .yt-hover {
  display: none;
}
.hero-full-banner .youtube-vid:hover .yt {
  display: none;
}
.hero-full-banner .youtube-vid:hover .yt-hover {
  display: inline;
}

.hero_banner_inner_pages {
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_banner_inner_pages h1 {
  color: #fff;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 12px;
  font-family: "Cormorant SC", serif;
}

.text_block h2 {
  font-family: "Cormorant SC", serif;
}
.text_block .text-content p {
  font-family: "Bodoni Moda", serif;
}

.hotels {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .hotels {
    grid-template-columns: 1fr;
  }
}
.hotels h4 {
  font-family: "Sofia", cursive;
  font-size: 26px;
}
.hotels a {
  color: #000;
  padding: 5px 12px;
  text-decoration: none !important;
  background-color: #e9e9e9;
  border-radius: 3px;
  font-style: italic;
}
.hotels a:hover {
  background-color: #d3d3d3;
}

.image_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .image_grid {
    grid-template-columns: 1fr;
  }
}
.image_grid h4 {
  font-family: "Cormorant SC", serif;
  font-size: 28px;
}

.image_left_text_right h3 {
  font-family: "Cormorant SC", serif;
  font-size: 36px;
}
@media (max-width: 767px) {
  .image_left_text_right h3 {
    font-size: 28px;
  }
}
.image_left_text_right .content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 28px;
}
.image_left_text_right .content-wrapper .col-left {
  text-align: start;
}
.image_left_text_right .content-wrapper .col-right {
  width: 85%;
}
@media (max-width: 767px) {
  .image_left_text_right .content-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .image_left_text_right .content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .image_left_text_right .content-wrapper .col-left {
    text-align: center;
  }
  .image_left_text_right .content-wrapper .col-right {
    width: 100%;
  }
  .image_left_text_right .content-wrapper .col-right img {
    width: 100%;
  }
}
.image_left_text_right .content-wrapper .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image_left_text_right .content-wrapper.switch {
  display: flex;
  flex-direction: row-reverse;
}
.image_left_text_right .content-wrapper.switch .col-left {
  text-align: end;
}
.image_left_text_right .content-wrapper.switch .col-right {
  width: 85%;
}
@media (max-width: 767px) {
  .image_left_text_right .content-wrapper.switch {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .image_left_text_right .content-wrapper.switch .col-left {
    text-align: center;
  }
  .image_left_text_right .content-wrapper.switch .col-right {
    width: 100%;
  }
  .image_left_text_right .content-wrapper.switch .col-right img {
    width: 100%;
  }
}

.question_and_answer .q-and-a h4 {
  position: relative;
  font-family: "Bodoni Moda", serif;
  position: relative;
  background-color: #333;
  padding: 12px 36px 12px 10px;
  margin-bottom: 0;
  color: #fff;
  border: solid 1px #f1f1f1;
}
@media (max-width: 767px) {
  .question_and_answer .q-and-a h4 {
    font-size: 17px;
  }
}
.question_and_answer .q-and-a h4 i {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 32px;
  cursor: pointer;
  color: #fff;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s ease;
}
.question_and_answer .q-and-a h4.active i {
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s ease;
}
.question_and_answer .q-and-a .answer {
  background-color: #f0f0f0;
  border: solid 1px #f1f1f1;
  padding: 16px 32px;
  display: none;
}
.question_and_answer .q-and-a .answer p {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */