@charset "UTF-8";

/*
font-family: 'Skranji-reg';
font-family: 'Nunito-SemiBold';
font-family: 'Nunito-Black';
font-family: 'Nunito-ExtraBold';
font-family: 'Inconsolata-Medium';
font-family: 'Inconsolata-Regular';
font-family: 'Inconsolata-Bold';
font-family: 'Arimo';
font-family: 'Barlow-Regular';
font-family: 'Barlow-SemiBold';
font-family: 'NewsCycle-Regular';
font-family: 'NewsCycle-Bold';
*/

@font-face {
   font-family: Skranji-reg;
   src: URL(../fonts/Skranji-Regular.ttf);
}

@font-face {
   font-family: Nunito-SemiBold;
   src: URL(../fonts/Nunito-SemiBold.ttf);
}

@font-face {
   font-family: Nunito-Black;
   src: URL(../fonts/Nunito-Black.ttf);
}
@font-face {
   font-family: Nunito-ExtraBold;
   src: URL(../fonts/Nunito-ExtraBold.ttf);
}
@font-face {
  font-family: Inconsolata-Medium;
  src: URL(../fonts/Inconsolata-Medium.ttf);
}
@font-face {
  font-family: Inconsolata-Regular;
  src: URL(../fonts/Inconsolata-Regular.ttf);
}
@font-face {
  font-family: Inconsolata-Bold;
  src: URL(../fonts/Inconsolata-Bold.ttf);
}
@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900; /* weight range for variable font */
  font-style: normal;
}
@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900; /* weight range for variable font */
  font-style: italic;
}
@font-face {
   font-family: Barlow-Regular;
   src: URL(../fonts/Barlow-Regular.ttf);
}

@font-face {
   font-family: Barlow-SemiBold;
   src: URL(../fonts/Barlow-SemiBold.ttf);
   font-weight: bold;
}
@font-face {
  font-family: NewsCycle-Bold;
  src: URL(../fonts/NewsCycle-Bold.ttf);
}

@font-face {
  font-family: NewsCycle-Regular;
  src: URL(../fonts/NewsCycle-Regular.ttf);
}
@font-face {
  font-family: NewsCycle-Bold;
  src: URL(../fonts/NewsCycle-Bold.ttf);
}

:root
{
  --callout: #fe5353;
  --dusty-blue: #CDB6DF;
  --orange: #DF5C29;
  --dark-bg: #0f0f0f;
  --darker-bg: #080808;
  --ocean-blue: #22c0e6;
  --purple-accent: #9b59b6;
  --purple-light: #a66bbe;
  --orange-accent: #e67e22;
  --orange-light: #f39c12;
  --text-primary: #f5f5f5;
  --text-secondary: #b3b3b3;
  --discord-color: #7289da;
  --discord-light: #8ea1e1;
  --gradient-orange: linear-gradient(135deg, var(--orange-accent), var(--orange-light));
  --gradient-purple: linear-gradient(135deg, var(--purple-accent), var(--purple-light));
  --gradient-mix: linear-gradient(135deg, var(--orange-accent), var(--purple-accent));
  --bg: linear-gradient(180deg, var(--dark-bg) 0%, var(--darker-bg) 100%);
  --text: #fff;
  --accent: #d0b421;
  --button-bg-color: #6d1717;
  --button-text-color: #ebe3e1;
  --button-font: 'Nunito-ExtraBold';

}


.temp {
  color: red;
}

.gradient {
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
  color: var(--orange-accent);
  background: linear-gradient(135deg, var(--orange-accent), var(--purple-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  position: relative;
}

body {
  margin: 0;
  font-size: 18px;
   font-family: Nunito-SemiBold;
  background-color: #fff;
  color: #5d321b;
}

* {
    box-sizing: border-box;
}

img {
  display: block;
}

h1 {
  font-family: NewsCycle-Bold;
  color: #31140a;
  margin-top: 0;
  font-size: 3em;
  line-height: 62px;
  font-weight: normal;
}

h2 {
  font-size: 36px;
  margin-top: 31px;
  margin-bottom: 10px;
  font-size: 36px;
  font-family: 'Nunito-ExtraBold';
  margin-top: 31px;
  margin-bottom: 10px;
  background: rgb(49 6 6 / 85%);
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #deb74a;
  border-radius: 6px;
}

h3 {
  font-size: 20px;
  margin-bottom: 0;
     font-family: Nunito-ExtraBold;
}


strong {
   font-family: Nunito-Black;
}

hr {
  border-top: 1px solid #c44316;
  width: 80%;
  border-bottom-width: 0px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.line {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

a:link {
  color: #c44316;
  text-decoration: none;
}
a:visited {
  color: #c44316;
}
a:hover {
  color: #c44316;
}
a:active {
  color: #c44316;
}
.logo {
  width: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
  z-index: 95;
  position: absolute;
  top: 120px;
}
.mid a:link {
   color: inherit;
   font-size: inherit;
}

@media (max-width: 700px) {
.logo {
  background-image: url(../images/navBkg.png);
  width: 100%;
  height: 100px;
  top: 0;
  padding-top: 9px;
}
.logo img {
  width: 270px;
  margin-right: auto;
  margin-left: auto;
  }

}

/*--------------ALL GREEN BUTTONS THROUGHOUT THE SITE----------------*/
.homeButtonsFlex {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 360px;
  margin-right: auto;
  margin-left: auto;
  z-index: 910;
}
@media (max-width: 700px) {
.homeButtonsFlex {
  display: none;
}
}
.homeButtons {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  font-size: 20px;
  font-family: Nunito-ExtraBold;
  width: 330px;
  cursor: pointer;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-align: center;
  padding: 14px;
  margin-left: 8px;
  margin-right: 8px;
  border: 0;
  border-radius: 18px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.53);
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.53);
}

.homeButtons:hover {
  background-color: #c44316;
  color: white;
  border: 0;
}
@media (min-width: 700px) {
.mobileButton {
  display: none;
}
}
.mobileButton {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  width: 100%;
  font-family: Nunito-ExtraBold;
  cursor: pointer;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  border: 0;
  text-align: center;
  padding: 14px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 15px;
    border-radius: 18px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.53);
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.53);
}
.mobileButton:hover {
  background-color: #c44316;
  color: white
  border: 0;
}

.centeredButton {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: 0;
  font-size: 1.5em;
  font-family: 'Nunito-ExtraBold';
  width: 440px;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 500ms;
  text-align: center;
  padding: 16px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
  border-radius: 18px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.53);
}
.centeredButton:hover {
  background-color: #c44316;
  color: white;
  border: 0;
}
@media (max-width: 600px) {
.centeredButton {
  width: 100%;
}
}

.pageButtonsFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pageButtons {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: 0;
  font-size: 20px;
  font-family: Nunito-ExtraBold;
  width: 250px;
  cursor: pointer;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-align: center;
  padding: 14px;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 18px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.53);
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.53);
}
.pageButtons:hover {
  background-color: #c44316;
  color: white;
    border: 0;
}
.pageButtonsStacked {
  display: none;
}
@media (max-width: 700px) {
.pageButtonsStacked {
  display: block;
}
}
@media (max-width: 700px) {
.pageButtons {
  display: none;
}
}

.smallButtons {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: 0;
  font-size: 15px;
  font-family: Nunito-ExtraBold;
  width: 200px;
  cursor: pointer;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-align: center;
  padding: 8px;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom:15px;
  border-radius: 18px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.53);
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.53);
}
.smallButtons:hover {
  background-color: #c44316;
  color: #5d321b;
    border: 0;
}
/*-------------------------------VIDEOS---------------------------------*/
.videoWrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    border-radius: 15px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.hollywoodMore {
  display: none;
}




/*--------------TOP IMAGES----------------*/
.hollywood-top {
  width: 100%;
  height: 400px;
  background-image: url(../images/int-top-hollywood.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  margin-top: 70px;
}
@media (max-width: 700px) {
.hollywood-top {
  margin-top: 336px;
}}

.maui-top {
  width: 100%;
  height: 400px;
  background-image: url(../images/int-top-maui.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  margin-top: 70px;
}
@media (max-width: 700px) {
.maui-top {
  margin-top: 336px;
}}


.hollywood-res-top {
  width: 100%;
  height: 400px;
  background-image: url(../images/int-top-hollywood-res.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  margin-top: 70px;
}
@media (max-width: 700px) {
.hollywood-res-top {
  margin-top: 336px;
}}
.wHollywood-top {
  width: 100%;
  height: 400px;
  background-image: url(../images/int-top-wHollywood.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  margin-top: 70px;
}
@media (max-width: 800px) {
.wHollywood-top {
  margin-top: 336px;
}}
.wHollywood-res-top {
  width: 100%;
  height: 400px;
  background-image: url(../images/int-top-wHollywood-res.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  margin-top: 70px;
}
@media (max-width: 700px) {
.wHollywood-res-top {
  margin-top: 336px;
}}
.tours-top {
  width: 100%;
  height: 400px;
  background-image: url(../images/int-top-tours.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  margin-top: 70px;
}
@media (max-width: 700px) {
.tours-top {
  margin-top: 336px;
}}

.contact-top {
  width: 100%;
  height: 400px;
  background-image: url(../images/int-top-contact.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  margin-top: 70px;
}
.history-header {
  background-image: url(../images/vibe_history_1.png);
  filter: grayscale(98%);
  background-size: 118%;
  background-position: center;
}
@media (max-width: 700px) {
.contact-top {
  margin-top: 336px;
}}

.translations-top {
  width: 100%;
  height: 400px;
  background-image: url(../images/home-gallery1.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  margin-top: 70px;
}
@media (max-width: 700px) {
.translations-top {
  margin-top: 336px;
}}


.reserve-top {
  width: 100%;
  height: 400px;
  background-image: url(../images/int-top1.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  margin-top: 70px;
}
@media (max-width: 700px) {
.reserve-top {
  margin-top: 336px;
}}

/*------------------------HOME GALLERY----------------------------*/
.home-gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.home-gallery-pic {
  text-align: center;
  width: 30%;
  margin: 1%;
  cursor: pointer;
}

@media (max-width: 600px) {
.home-gallery-pic {
  width: 45%;
}
}

/*------------------HOLLYWOOD GALLERY----------------*/
.hollywood-gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.hollywood-gallery-pic {
  text-align: center;
  width: 30%;
  margin: 1%;
}

@media (max-width: 800px) {
.hollywood-gallery-pic {
  width: 45%;
}
}

@media (max-width: 600px) {
.hollywood-gallery-pic {
  width: 100%;
  padding: 20px;
}
}

/* --home - hidden gallery large images-----*/
#gallery1 {
  display: none;
}
#gallery2 {
  display: none;
}
#gallery3 {
  display: none;
}
#gallery4 {
  display: none;
}
#gallery5 {
  display: none;
}
#gallery6 {
  display: none;
}
/*----home - popup layers large images sit in----*/
.popups {
  background-color: rgba(0,0,0,0.78);
  color: #999;
  padding: 40px;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  text-align: center;
  z-index: 950;
}
.galleryClose a {
  color: #999;
  font-size: 35px;
  position: absolute;
  right: 30px;
  top: 30px;
  text-decoration: none;
}
.popups img {
  display: inline;
  max-width: 600px;
  max-height: 600px;
}

@media (max-width: 600px) {
.popups {
  padding: 5%;
}
.popups img {
  display: inline;
  max-width: 600px;
  max-height: 600px;
  padding-top: 70px;
}
}
/*--------------------------LOCATIONS GALLERY--------------------------*/
.location-gallery {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.location-gallery-pic {
  text-align: center;
  width: 19%;
  margin: .5%;
}

.location-gallery-pic img {
  border-radius: 25px;
}

@media (max-width: 700px) {
.location-gallery-pic {
  width: 47%;
  margin: 1%;
}
}

/*-------INTERIORS MIDDLE AREA WITH TEXT ALL PAGES-----------*/

.wrapper {
  /*background-image: url(../images/tile-3.png);*/
  background: url(../images/Home-trees.jpg);
  background-color: #F6EFD8;
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
}
.history-wrapper {
  filter: grayscale(45%);
}
.mid {
  width: 100%;
  min-height: 400px;
  padding: 50px 0px 50px 0px;
  background-size: cover;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 700px) {
.mid {
  padding: 20px;
}
}

.CenteredText {
  width: 100%;
  padding: 80px;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 700px) {
.CenteredText {
  padding: 20px;
}
}
.CenteredText-2 {
  width: 100%;
  text-align: center;
  line-height: 36px;
}



/*-----------------------LOCATION INFO ------------------------*/
.locationInfo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
}
.locationText {
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.locationText h2 {
  margin: 0;
}



/*----hollywood top row-----*/
.location1-left {
  width: 60%;
  background-color: #e9ddc0;
  background-image: url(../images/pic-room.jpg);
  background-repeat: no-repeat;
  background-position: 0% center;
  background-size: cover;
}
.location1-right {
  width: 40%;
  background-color: #e9ddc0;
}
/*----hollywood middle row-----*/
.location2-left {
  width: 60%;
  background-color: #e9ddc0;
}
.location2-right {
  width: 40%;
  background-color: #e9ddc0;
  background-image: url(../images/pic-maui.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.location2-right-top {
  width: 100%;
  height: 50%;
  background-color: #e9ddc0;
  background-image: url(../images/pic-maui.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.location2-right-bottom {
  width: 100%;
  height: 50%;
  background-color: #e9ddc0;
  background-image: url(../images/Hollywood-2-3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*----hollywood bottom row-----*/
.location3-left {
  width: 60%;
  background-color: #e9ddc0;
  background-image: url(../images/pic-pool.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.location3-right {
  width: 40%;
  background-color: #e9ddc0;
  overflow: hidden;
}

@media (max-width: 700px) {
.locationInfo {
  font-size: 16px;
  line-height: 20px;
}
.locationText {
  padding-top: 10px;
  padding-bottom: 10px;
}
.location1-left {
  display: none;
  }
.location1-right {
  width: 100%;
  padding: 25px;
}
/*----hollywood middle row-----*/
.location2-left {
  width: 100%;
  padding: 25px;
}
.location2-right {
  display: none;
}
/*----hollywood bottom row-----*/
.location3-left {
  display: none;
}
.location3-right {
  width: 100%;
  padding: 25px;
}
}

.photosDesc {
  font-size: 14px;
}

/*----west hollywood top row-----*/
.west-location1-left {
  width: 60%;
  background-color: #e9ddc0;
  background-image: url(../images/pic-room2.JPG);
  background-repeat: no-repeat;
  background-position: 0% center;
  background-size: cover;
}

/*----west hollywood middle row-----*/
.west-location2-left {
  width: 60%;
  background-color: #e9ddc0;
}
.west-location2-right {
  width: 40%;
  background-color: #e9ddc0;
  background-image: url(../images/pic-computer.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*----west hollywood bottom row-----*/
.west-location3-left {
  width: 60%;
  background-color: #e9ddc0;
  background-image: url(../images/pic-pool2.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.west-location3-right {
  width: 40%;
  background-color: #e9ddc0;
}

@media (max-width: 700px) {
.west-location1-left {
  display: none;
  }
.west-location2-right {
  display: none;
}
.west-location3-left {
  display: none;
}
}
/*----------------RESERVATION COLUMNS ---------------*/
.reserveFlex {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.reserveItem {
  width: 48%;
  padding: 1%;
}
.reserveButtons {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border-radius: 18px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.33);
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.33);
  font-size: 22px;
  font-family: NewsCycle-Bold;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  border: 0;
  text-align: center;
  padding: 16px;
  margin-top: 40px;
}
.reserveButtons:hover {
  background-color: #c44316;
  color: #5d321b;
  border: 0;
}
@media (max-width: 700px) {
.reserveItem {
  width: 100%;
  padding: 1%;
}
}

/*----------------------TOURS COLUMNS --------------------*/
.tours {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
}
.locationText {
  padding: 20px;
}
.tours h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

/*----tours row 1-----*/
.tours1-left {
  width: 50%;
  background-color: #e9ddc0;
  background-image: url(../images/tours-la.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  padding: 26px;
}
.tours1-right {
  width: 50%;
  background-color: #e9ddc0;
  padding: 26px;
}
/*----tours row 2-----*/
.tours2-left {
  width: 50%;
  background-color: #e9ddc0;
  padding: 26px;
}
.tours2-right {
  width: 50%;
  background-color: #e9ddc0;
  background-image: url(../images/tours-universal.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  padding: 26px;
}
/*----tours row 3-----*/
.tours3-left {
  width: 50%;
  background-color: #e9ddc0;
  background-image: url(../images/tours-disney.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  padding: 26px;
}
.tours3-right {
  width: 50%;
  background-color: #e9ddc0;
  padding: 26px;
}

/*----tours row 4-----*/
.tours4-left {
  width: 50%;
  background-color: #e9ddc0;
  padding: 26px;
}
.tours4-right {
  width: 50%;
  background-color: #e9ddc0;
  background-image: url(../images/tours-sixFlags.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  padding: 26px;
}
/*----tours row 5-----*/
.tours5-left {
  width: 50%;
  background-color: #ebebeb;
  background-image: url(../images/tours-bus.jpeg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  padding: 26px;
}
.tours5-right {
  width: 50%;
  background-color: #e9ddc0;
  padding: 26px;
}
/*----tours row 6-----*/
.tours6-left {
  width: 50%;
  background-color: #e9ddc0;
  padding: 26px;
}
.tours6-right {
  width: 50%;
  background-color: #e9ddc0;
  background-image: url(../images/tours-venice.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  padding: 26px;
}
/*----tours row 7-----*/
.tours7-left {
  width: 50%;
  background-color: #e9ddc0;
  background-image: url(../images/tours-hollywood.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  padding: 26px;
}
.tours7-right {
  width: 50%;
  background-color: #e9ddc0;
  padding: 26px;
}
/*----tours row 8-----*/
.tours8-left {
  width: 50%;
  background-color: #e9ddc0;
  padding: 26px;
}
.tours8-right {
  width: 50%;
  background-color: #e9ddc0;
  background-image: url(../images/tours-getty.jpg);
  background-repeat: no-repeat;
  background-position: 0% top;
  background-size: cover;
  padding: 26px;
}
@media (max-width: 700px) {
.tours {
  font-size: 15px;
  line-height: 19px;
}
.locationText {
}
.tours h2 {
  line-height: 35px;
}

/*----tours row 1-----*/
.tours1-left {
  width: 100%;
  height: 300px;
}
.tours1-right {
  width: 100%;
}
/*----tours row 2-----*/
.tours2-left {
  width: 100%;
}
.tours2-right {
  width: 100%;
  height: 300px;
}
/*----tours row 3-----*/
.tours3-left {
  width: 100%;
  height: 300px;
}
.tours3-right {
  width: 100%;
}

/*----tours row 4-----*/
.tours4-left {
  width: 100%;
}
.tours4-right {
  width: 100%;
  height: 300px;
}
/*----tours row 5-----*/
.tours5-left {
  width: 100%;
  height: 300px;
}
.tours5-right {
  width: 100%;
}
/*----tours row 6-----*/
.tours6-left {
  width: 100%;
}
.tours6-right {
  width: 100%;
  height: 300px;
}
/*----tours row 7-----*/
.tours7-left {
  width: 100%;
  height: 300px;
}
.tours7-right {
  width: 100%;
}
/*----tours row 8-----*/
.tours8-left {
  width: 100%;
}
.tours8-right {
  width: 100%;
  height: 300px;
}
}

/*----------------TOURS TABLE ---------------*/
#events {
  border-collapse: collapse;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#events td, #events th {
  border: 1px solid #e9ddc0;
  padding: 8px;
  font-size: 16px;
}

#events tr:nth-child(even){background-color: #fbf4e2;}
#events tr:nth-child(odd){background-color: #e9ddc0;}

#events tr:hover {background-color: #fdfaf4;}

#events th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #e9ddc0;
  font-size: 20px;
   font-family: Barlow-SemiBold;
}

/*----------------RESERVATIONS RATES TABLE ---------------*/
.tableMobile {
  display: none;
}

@media (max-width: 700px) {
.tableMobile {
  display: block;
}
  .tableDesktop {
  display: none;}
}

.rates {
  border-collapse: collapse;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.rates td, .rates th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 13px;
  text-align: left;
}

.rates tr:nth-child(even){background-color: #fbf4e4;}
.rates tr:nth-child(odd){background-color: #e9ddc0;}

.rates tr:hover {background-color: #fbf4e4;}

.rates th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #fbf4e4;
  font-size: 13px;
  font-family: Barlow-SemiBold;
}



/*----------------TOURS MAP ---------------*/
.toursMap {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  font-size: 20px;
  line-height: 35px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -50px;
}
.toursText {
  padding: 26px;
}

.tours-left {
  width: 65%;
}
.tours-right {
  width: 35%;
  padding-left: 30px;
}
@media (max-width: 700px) {
.toursMap {
  width: 100%;
  margin-top: -20px;
}
.tours-left {
  width: 100%;
}
.tours-right {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}
}

/*----------------GOOGLE MAPS ---------------*/
.greyMap {
  -webkit-filter: sepia(10%); /* Safari 6.0 - 9.0 */
  filter: sepia(10%);
}





/* SLIDE UP ELEMENT - UP WHEN SCROLLING DOWN PAGE - BIG PICS BOTTOM OF PAGE - but expect to add as global animation to other pages */
/* If this is used, must add the JS also */
.slideanim {
  visibility:hidden;
}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide;
    /* The duration of the animation */
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    /* Make the element visible */
    visibility: visible;
}
/* SLIDE UP ELEMENT - Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}



/*----------------------ROOMS -----------------------*/
.roomsFlex {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.roomsItem {
  width: 30%;
  margin: 1.5%;
}
.roomsHeading {
  font-size: 24px;
}


@media (max-width: 600px) {
.roomsItem {
  width: 60%;
  margin: 1.5%;
}
}


/*--------------FOOTER----------------*/
footer {
  width: 100%;
  background-color: #2d2727;
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: center;
  /* background-image: url(../images/footerTile-3.png); */
}
.footerFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  font-family: Arimo;
}
.footerFlex div {
  width: 33%;
  font-size: 15px;
  text-align: left;
  display: block;
  color: #e1d1d1;
}
.footerFlex div a {
  text-decoration: none;
  color: white;
  transition: 300ms ease;
}
.footerFlex div a:hover {
  text-decoration: none;
  color: #ff6969;
  transition: 300ms ease;
}
.footerFlex div h1 {
  font-family: "Barlow-Regular";
  font-size: 24px;
  margin: 0px;
  font-weight: 700;
  color: #e7e7e7;
}
.footerFlex div h2 {
  font-size: 17px;
  margin-bottom: -11px;
  margin-top: 10px;
  color: #e8e4f6;
  background: transparent;
  font-family: 'Arimo';
  justify-content: left;
}
.footerFlex div img {
  margin-right: auto;
  margin-left: auto;
  max-width: 45px;
}






/*----------------FORM STUFF ----------------*/

.mid-form {
  width: 100%;
  min-height: 100px;
  background-image: url(../images/tile-3.png);
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 90px;
  padding-bottom: 50px;
  text-align: center;
}

.hollywoodForm {
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;/*---- CENTERS-----*/
  margin-right: auto;/*---- CENTERS------*/
  font-size: 14px;
  text-align: left;
}
.hollywoodForm div {
  width: 50%;
  padding: 20px;
  line-height: 24px;
}

.hollywoodForm h2 {
  line-height: 34px;
}
input {
  width: 100%;
  height: 38px;
  margin-bottom: 14px;
  margin-top: 4px;
  border-radius: 6px;
  border: 2px solid #a78989;
  padding-left: 10px;
  font-size: 1.1em;
  font-weight: 500;
  font-family: Inconsolata-Regular;
}

.hollywoodForm div textarea {
  width: 100%;
  height: 70px;
}

.hollywoodForm div select {
  width: 75%;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 6px;
  border: 2px solid #a78989;
  padding-left: 10px;
}

.hollywoodForm div select[title="date"] {
  width: 110px;
  height: 40px;
  border-radius: 6px;
  border: 2px solid #a78989;
  padding-left: 10px;
  margin-right: 10px;
}

.reserve--textarea {
  font-family: Nunito-SemiBold;
  width: 75%;
  height: 200px;
}

.hollywoodForm-submit {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;/*---- CENTERS-----*/
  margin-right: auto;/*---- CENTERS------*/
  padding-left: 5%;
  padding-right: 5%;
  font-size: 14px;
}
.hollywoodForm-submit-terms {
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
}
.hollywoodForm-submit-conditions {
  width: 50%;
  padding: 20px;
  margin-bottom: 30px;
  text-align: left;
  line-height: 15px;
  font-size: 12px;
}
.hollywoodForm-submit-initials {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e9ddc0;
  text-align: center;
}

.hollywoodForm-submit-click {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 30px;
  background-color: #e9ddc0;
  text-align: center;
}
.hollywoodForm-submit input {
  width: 70px;
}
.hollywoodForm-submit-click p input {
  width: 300px;
  height: 40px;
  line-height: 10px;
}

.button {
padding: 16px 42px;
text-align: center;
text-decoration: none;
font-size: 16px;
margin: 15px 2px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
background-color: #c44316;
color: #fff;
border: 0;
}

.button:hover {
background-color: #5d321b;
}

@media (max-width: 700px) {
.mid-form {
  padding-left: 10px;
  padding-right: 10px;
}
.hollywoodForm {
  display: flex;
}
.hollywoodForm div {
  width: 100%;
  padding: 10px;
  line-height: 24px;
  font-family: Inconsolata-Regular;
}
.hollywoodForm-submit-initials {
  padding-left: 10px;
  padding-right: 10px;
}

.hollywoodForm-submit-click {
  padding-left: 10px;
  padding-right: 10px;
}
.hollywoodForm-submit-conditions {
  padding: 0px;
  margin-bottom: 10px;
  line-height: 15px;
  font-size: 11px;
}}




/*-----------------------FOREIGN ---------------------*/
.foreign {
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 0;
  text-align: center;
}



.foreign img {
  display: inline;
}










@media (max-width: 600px) {
.HeresAclass {
  width: 350px;
  }
}




/* 2025 Additions */
.main_body {
    margin: 0 auto;
}

@media (min-width: 700px) {
  .main_body {
    /* max-width: 600px; */
  }
  .footerFlex div {
    text-align: center;
    font-size: 13px;
  }
  .footerFlex div h2 {
    justify-content: center;
  }
}

/* Screen ≥ 1200px */
@media (min-width: 1200px) {
  .main_body {
    max-width: 1000px;
  }
}

/* Screen ≥ 1200px */
@media (min-width: 1600px) {
  .main_body {
    max-width: 1400px;
  }
}

.section_break {
  margin-top: 50px;
  margin-bottom: 20px;
}
.slideShow {
  font-size: 1.5em;
}
.locationText li {
  border-bottom: 2px solid #c4c4b7;
  font-size: 1.2em;
  list-style-type: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.locationText {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem 1.5rem;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.6;
  color: #333;
}

.locationText h2 {
  font-size: 2rem;
  color: #f4b400;
  text-align: center;
  margin-bottom: 1rem;
}

.locationText h3 {
  font-size: 1.3rem;
  margin-top: 2rem;
  color: #222;
}

.locationText ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.locationText li {
  margin-bottom: 0.75rem;
}

.location--info {
  width: 85%;
  margin: 0 auto;
}
.contact--social {
  padding-top: 10px;
}
.contact--social em {
  font-size: 2em;
  padding-left: 15px;
  padding-right: 15px;
}
.footer--bottom {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 30px;
}
.footer--callout {
  margin-bottom: 15px;
  margin-top: 25px;
  font-family: Arimo;
  color: var(--callout);
  font-size: 19px;
  font-weight: 650;
}
.footer--socials {
  width: 200px;
  display: flex;
  justify-content: space-between;
}
.footer--socials a {
    color: white;
}
.social--icon {
  font-size: 30px;
  text-shadow: 0px 0px 1px black;
}
.footer--copyright {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  color: var(--callout);
}




@media (max-width: 700px) {
  .footerFlex div {
    width: 100%;
    font-size: 13px;
    text-align: center;
    display: block;
  }
  .footer--bottom {
    align-items: center;
  }
  .footer--callout {
    font-size: 1.5em;
  }
  .footer--socials {
    width: 300px;
  }
  .social--icon {
    font-size: 42px;
  }
  .footer--copyright {
    justify-content: center;
    padding-top: 25px;
  }
  .footerFlex div h2 {
    justify-content: center;
  }


}



.fancy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}

.fancy-card {
  background: linear-gradient(180deg, var(--dark-bg) 0%, var(--darker-bg) 100%);
  border-radius: 20px;
  padding: 40px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    box-shadow 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    border-color 0.4s ease;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.fancy-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--gradient-mix);
  transform: scaleX(0.3);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.fancy-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6), 0 10px 25px rgba(0, 0, 0, 0.4);
  border-color: rgba(230, 126, 34, 0.3);
}

.fancy-card:hover::before {
  transform: scaleX(1);
}
.info-card:hover {
  transform: translateY(0px);
}

.fancy-card h3 {
  font-size: 2.5rem;
  line-height: 53px;
  margin-bottom: 20px;
  color: var(--orange-accent);
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, var(--orange-accent), var(--purple-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Skranji-reg';
  letter-spacing: 2px;
}

.fancy-card h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, var(--orange-accent), transparent);
  transition: width 0.3s ease;
}

.fancy-card:hover h3::after {
  width: 100%;
}

.fancy-card p {
  color: var(--text-secondary);
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.fancy-card h4 {
  font-family: 'NewsCycle-Bold';
  font-size: 1.3rem;
  color: var(--text-secondary);
}

.fancy-card .h4--subtext {
  font-size: 0.8em;
  color: var(--callout);
  line-height: 25px;
  width: 84%;
}

.fancy-card-icon {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  background: var(--gradient-mix);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 2rem;
  color: white;
  box-shadow: 0 10px 20px rgba(155, 89, 182, 0.3),
    0 5px 15px rgba(155, 89, 182, 0.2), 0 0 0 5px rgba(155, 89, 182, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fancy-card:hover .fancy-card-icon {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 15px 30px rgba(155, 89, 182, 0.4),
    0 5px 15px rgba(155, 89, 182, 0.3), 0 0 0 8px rgba(155, 89, 182, 0.1);
}

/* fancy Highlights */
.fancy-highlights {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.highlight-item {
  display: flex;
  font-family: 'Barlow-SemiBold';
  align-items: center;
  gap: 15px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.highlight-item span {
  color: white;
}

.highlight-item:hover {
  transform: translateX(10px);
  background: rgb(238 255 147 / 8%);
}

.highlight-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: rgba(230, 126, 34, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  transition: transform 0.3s ease, background 0.3s ease;
}

.highlight-item:hover .highlight-icon {
  transform: scale(1.2);
  background: rgba(230, 126, 34, 0.3);
}

.eligibility-note {
  background: rgba(155, 89, 182, 0.1);
  padding: 20px;
  border-radius: 10px;
  border-left: 3px solid var(--purple-accent);
  margin-bottom: 30px;
}
.eligibility-note h4 {
  font-size: 2rem;
  color: var(--purple-accent);
  font-weight: 900;
  font-family: 'Nunito-ExtraBold';
  font-size: 2.2rem;
  margin-bottom: 7px;
  background: linear-gradient(135deg, var(--ocean-blue), var(--purple-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 54px;
  margin-top: 17px;
}
.eligibility-note p {
  margin-bottom: 10px;
}

.fancy-reserve-buttons {
  display: flex;
}

.fancy-button {
  background: #303030;
  padding: 16px;
  margin-right: 15px;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  transition: all 300ms ease;
}

.fancy-button:hover {
  transition: all 300ms ease;
  background-color: #4d4d52;
}

.card-break {
  margin-bottom: 50px;
}

/* fancy inputs */
.fancy-inputs {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr; /* default: 1 column */
  gap: 1rem;
}


.fancy-bottom-section {
  grid-template-columns: 1fr;
}

.fancy-textarea {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
.fancy-textarea textarea {
  width: 100%;
  box-sizing: border-box;
  height: 200px;
  background: #0f0f0f;
  color: var(--dusty-blue);
  font-family: 'Barlow-Regular';
  font-size: 1em;
  padding: 12px;
  border-radius: 8px;
  border: 2px solid;
}

.input-item {
  --pad: .75rem;
  position: relative;
}
.input-item-with-header {
  --pad: .75rem;
  position: relative;
  margin-top: 60px;
}
.input-item-header {
  position: absolute;
  top: -31px;
  font-size: 0.8em;
  color: var(--callout);
  line-height: 25px;
}
.input-item input {
  font-family: 'NewsCycle-Bold';
  font-size: 1em;
  height: 48px;
  padding: var(--pad);
  border-radius: 8px;
  background-color: var(--bg);
  border: 2px solid #906e6e;
  color: #fff;
  width: 360px;
  outline: none;
}
.input-item label {
  color: var(--text-secondary);
  position: absolute;
  left: var(--pad);
  top: 14px;
  background: var(--bg);
  padding-inline: .3em;
  transition: transform 200ms;
  pointer-events: none;
  transform-origin: left;
  translate: -.3em;
}

.submit-item {
  margin-top: 57px;
  text-align: center;
}
.submit-item .input-item-header {
  position: relative;
}
.submit-item button {
  padding: 16px 109px;
  text-align: center;
  text-decoration: none;
  font-size: 2em;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: #425d47;
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-family: 'NewsCycle-Bold';
  margin-top: 0px;
}
.submit-item button:hover {
  background-color: #425d47;
  text-shadow: 0px 0px 7px black;
  font-size: 2.2em;
  transition: all 300ms ease;
}

.input-item input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--bg) inset; /* Your dark background */
  -webkit-text-fill-color: var(--text-secondary); /* Your text color */
  transition: background-color 5000s ease-in-out 0s; /* Prevent flash */
}

input::placeholder {
  opacity: 0;
}
input:focus + label,
input:not(:placeholder-shown) + label {
  transform: translateY(calc(-38% - var(--pad))) scale(.8);
  color: var(--accent);
}

input:focus {
  border: 1px solid var(--accent);
}

.fancy-cc-info {
  display: flex;
  flex-direction: column;
  margin-top: 45px;
}
.input-cc {
  position: relative;
  width: 360px;
}
.input-selects {
  display: flex;
  flex-direction: column;
}
.input-select-large {
  margin-top: 49px;
  width: 450px;
  position: relative;
}
.room-placeholder,
.guest-placeholder {
  position: absolute;
  left: 16px;
  top: -14px;
  background: var(--bg);
  padding-inline: .3em;
  transition: transform 200ms;
  pointer-events: none;
  transform-origin: left;
  translate: -.3em;
  color: yellow;
  z-index: 1;
  font-size: 0.8em;
  height: 19px;
}
.input-selects-small {
  display: flex;
  margin-top: 20px;
}
.input-select-guests {
  width: 163px;
  margin-right: 10px;
  position: relative;
}
.input-select-dates {
  width: 277px;
}
.input-select-dates input::placeholder {
  color: white;
  opacity: 0.6;
}
.cc-icons {
  position: absolute;
  right: 8px;
  top: 15px;
  display: flex;
}
.cc-icon {
  margin-right: 2px;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.cc-fade {
  filter: grayscale(100%);
  opacity: 0.4;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.cc-invalid {
  border: 2px solid #e33e3e !important;
}
.label-invalid {
  color: #e33e3e !important;
}
.input-others {
  display: flex;
}
.input-exp,
.input-exp input,
.input-cvc,
.input-cvc input {
  width: 180px;
}

/* flatpickr overrides */
.flatpickr-current-month .numInputWrapper {
  width: 7ch;
  padding-left: 7px;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 5px solid #aa9e9e;
  margin-top: 31px;
}
.flatpickr-input[readonly] {
  height: 48px;
  border: 2px solid white;
  font-family: 'NewsCycle-Bold';
}


/* rates tables */
table.rates {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  background-color: #1a1a1a;
  color: #f0e6f6;
  font-family: 'Trebuchet MS', sans-serif;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(255, 140, 255, 0.1);
  border: 1px solid;
}

table.rates thead {
  background-color: #2a2a2a;
}

table.rates th {
  padding: 12px 14px;
  text-align: center;
  color: #ffccff;
  font-weight: 600;
  font-size: 0.95rem;
  border-bottom: 1px solid #444;
  background-color: #2e2e2e;
  border-right: 1px solid #3c3c3c;
}

table.rates th small {
  display: block;
  color: #aaa;
  font-weight: normal;
  font-size: 0.75rem;
  margin-top: 4px;
}

table.rates td {
  padding: 14px 16px;
  text-align: center;
  font-size: 0.95rem;
  border-right: 1px solid #2f2f2f;
  border-bottom: 1px solid #2a2a2a;
  background-color: #1e1e1e;
}

table.rates tr td:first-child {
  text-align: left;
  color: #ffddff;
  font-weight: 500;
}

table.rates td small {
  display: block;
  font-size: 0.75rem;
  color: #999;
  margin-top: 3px;
}

table.rates s {
  color: #d16f7b;
  opacity: 0.7;
  font-size: 0.9em;
}
.old-price {
  opacity: 0.8;
  white-space: nowrap;
  display: inline-block;
}
.new-price {
  padding-top: 8px;
  white-space: nowrap;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  table.rates thead {
    display: none;
  }

  table.rates,
  table.rates tbody,
  table.rates tr,
  table.rates td {
    display: block;
    width: 100%;
  }

  table.rates tr {
    margin-bottom: 1.2rem;
    border: 1px solid #333;
    border-radius: 6px;
    overflow: hidden;
    background-color: #222;
    box-shadow: 0 2px 8px rgba(255, 140, 255, 0.05);
  }

  table.rates td {
    text-align: right;
    padding: 10px 12px;
    border: none;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .th-mobile {
    display: block;
    text-align: left;
  }

  table.rates td::before {
    content: attr(data-label);
    position: absolute;
    left: 12px;
    top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #ccc;
    text-align: left;
  }
}

.fancy-rooms {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fancy-room {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #211f1f;
  padding: 23px;
  border-radius: 10px;
  gap: 20px;
  flex-wrap: wrap;
}

.fancy-room-image {
  flex: 3;
}

.fancy-room-image img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.fancy-room-text-left {
  flex: 2;
  text-align: left;
  color: white;
  font-size: 1.1rem;
  line-height: 1.5;
  align-self: flex-end;
}

.fancy-room-text-right {
  flex: 2;
  text-align: right;
  color: white;
  font-size: 1.1rem;
  line-height: 1.5;
  align-self: flex-end;
}

.fancy-info-section {
  padding: 2rem;
  background-color: #1e1e1e;
  color: #e0e0e0;
  font-family: 'Inter', sans-serif;
  border-radius: 12px;
  margin: 2rem 0px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  text-align: left;
}

.fancy-info-section .h4--subtext {
  padding-top: 46px;
}
.fancy-info-section .h4--subtext p {
  font-family: Nunito-Black;
  color: white;
  padding-top: 36px;
}

.fancy-info-section h2 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0px;
  background-color: transparent;
  text-align: left;
  border: none;
  padding: 0;
  justify-content: flex-start;
  padding-left: 23px;
}

.fancy-info-section ul {
  list-style: none;
  padding-left: 1.5rem;
  margin-top: 0;
}

.fancy-info-section ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.fancy-info-section ul li::before {
  content: "✨";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 1rem;
  color: #ffaf53;
}

.fancy-info-section strong {
  color: #e39b9b;
}




.history--section {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 85px;
  padding: 42px 89px 42px 89px;
  margin-top: 50px;
}
.history--section-top {
  background: var(--dusty-blue);
}
.history--section-bottom {
  background-color: var(--orange);
  font-family: 'NewsCycle-Bold';
  font-size: 2em;
  text-align: right;
  line-height: 14px;
  color: black;
  padding-top: 100px;
  padding-bottom: 108px;
  margin-bottom: 100px;
  padding-right: 174px;
}
.history--section-bottom p {
    color: white;
}
.history--item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.history--image {
  max-width: 50%;
  flex: 1 1 50%;
  box-sizing: border-box;
}
.history--image img {
  width: 100%;
  height: auto;
  display: block;
}
.history--image-subtext {
  font-family: 'NewsCycle-Bold';
  font-style: italic;
  font-size: 0.9em;
  text-align: center;
  padding-top: 15px;
}
.history--image-subtext p {
  display: inline;
  color: #d64444;
}
.history--text {
  max-width: 50%;
  text-align: right;
  padding: 70px 95px 70px 95px;
  align-self: flex-end;
}
.history--text-title {
  font-family: NewsCycle-Bold;
  font-size: 2em;
  color: black;
}
.history--text-title p {
  display: inline;
  text-shadow: 1px 1px 0px #ff0000;
  font-weight: 900;
  color: #d64444;
  position: relative;
  left: -2px;
  top: -0.5px;
}
.history--text-body {
  font-family: NewsCycle-Regular;
}

@media (max-width: 1700px) {
  .history--text {
    padding: 14px 18px 45px 92px;
  }

}
@media (max-width: 1300px) {
  .history--text {
    padding: 14px 18px 45px 92px;
  }

}

@media (max-width: 800px) {
  .history--item {
    flex-direction: column-reverse;
  }
  .history--image {
    max-width: 100%;
  }
  .history--text {
    max-width: 100%;
    padding: 0px;
    text-align: left;
    padding-bottom: 19px;
  }
  .history--text-title {
    text-align: center;
  }
  .history--section-bottom {
    line-height: 26px;
    text-align: center;
    font-size: 1.8em;
    padding-left: 25px;
    padding-right: 25px;
  }

}


@media (max-width: 1000px) {
  .mid {
    padding: 0px;
  }
  .mobileButton {
    border-radius: 18px;
    width: 95%;
    margin: 15px auto 15px auto;
  }
  .larger-highlight-item {
    padding: 5px;
    border-left: none;
    text-align: center;
  }
  .eligibility-note {
    padding: 0px;
    border-left: none;
    text-align: center;
  }
  .fancy-reserve-buttons {
    justify-content: space-evenly;
    margin-bottom: 20px;
  }
  .fancy-button {
    margin-right: 0px;
  }

  .fancy-card {
    padding: 20px;
    text-align: center;
    border-radius: 1px;
  }
  .input-item {
    max-width: 90vw;
    width: 90vw;
  }
  .input-item input {
    max-width: 90vw;
    width: 90vw;
  }
  .input-item label {
    left: 25px;
  }
  .cc-icons {
    top: 20px;
    right: 22px;
  }
  .input-others {
    flex-direction: column;
  }
  .input-select-large {
    width: 90vw;
    max-width: 90vw;
  }
  .input-select-guests {
    width: 90vw;
  }
  .fancy-card .h4--subtext {
    width: 90vw;
  }
  .input-selects-small {
    flex-direction: column;
  }
  .input-select-dates {
    width: 90vw;
    margin-top: 21px;
  }
  .input-item-header {
    top: -55px;
  }
  .submit-item button {
    padding: 19px 58px;
  }
  .centeredButton {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .fancy-inputs {
    grid-template-columns: 1fr 1fr; /* 2 columns on wider screens */
  }
  .fancy-rates {
    grid-template-columns: 1fr;
  }
  .fancy-bottom-section {
    grid-template-columns: 1fr;
  }
}

.wh-closed-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  background: #211d1d;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  overflow-y: auto;
  font-family: Nunito-SemiBold, sans-serif;
}

.wh-closed-card {
  width: 100%;
  max-width: 430px;
  background: #fff8e8;
  border-radius: 22px;
  padding: 38px 26px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

.wh-closed-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #b85c50;
  margin-bottom: 14px;
}

.wh-closed-card h1 {
  margin: 0 0 20px;
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1.05;
  color: #171717;
  text-align: center;
}

.wh-closed-card p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.55;
  color: #555;
}

.wh-closed-button {
  display: block;
  margin-top: 28px;
  padding: 17px 20px;
  background: #bd7653;
  color: #fff !important;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .18);
}

.closure-overlay-hidden {
  display: none;
}

.closure-button-secondary {
  display: inline-block;
  background: transparent;
  color: #7c85a1;
  border: 0;
  margin-top: 25px;
  padding: 2px 6px;
  font-family: Arial, sans-serif;
  font-size: 13.333px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.closure-button-secondary:hover,
.closure-button-secondary:focus-visible {
  text-decoration: underline;
}
