/*
  - Main Body
  - Scroll Bar
  - Buttons
  - Footer
*/
body {
  margin: 0;
  padding: 0;
}

/*scroll bar*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #51626F;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #8996A0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*Buttons*/
.header-button {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  color: white;
  font-size: 28px;
  width: 300px;
  height: 40px;
  background-color: #253746;
  border-radius: 5px;
  cursor: pointer;
}

/*Footer Styling*/
a:hover {
  color: #9B945F;
}

.party-button {
  width: 200px;
  cursor: pointer;
}

.social-media {
  width: 50px;
}

.sep-word {
  padding-left: 10px;
}

.footer-end {
  background-color: #253746;
}

.bottom-nav {
  padding: 5px;
  margin-left: 10px;
}

.bottom-nav-words {
  margin: 5px;
  text-decoration: none;
  color: white;
}

.last-line {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  /*Footer Grid*/
  .information-grid {
    grid-template-columns: auto;
    display: grid;
    background-color: #253746 !important;
  }
  .footer-item {
    grid-column: auto/span 1;
    text-align: center;
  }
  .goaway {
    display: none;
  }
  .center-sm {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
  }
  .house-info-line {
    padding: 0;
    width: 95%;
  }
}
@media only screen and (min-width: 768px) {
  /*Footer Grid*/
  .information-grid {
    grid-template-columns: 33% 34% 33%;
    display: grid;
    background-color: #253746 !important;
  }
  .footer-item {
    grid-column: auto/span 1;
    text-align: left;
    margin-inline: 10px;
  }
  .center-sm {
    padding: 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
  }
  .mobile-nav {
    display: none;
  }
  footer {
    border-top: white 1px solid;
  }
  .header-image-1 {
    width: 100%;
    height: 19vw;
    background-image: url("../img/main/headerImage.png");
    background-size: cover;
  }
  .house-info-line {
    padding: 0;
    width: 100%;
  }
}
.footer-item > a > button {
  width: 200px;
  height: 40px;
  border: #253746;
  border-radius: 5px;
  background-color: #9B945F;
  color: white;
  font-family: "Veneer" sans-serif;
  font-size: 22px;
}

.footer-item > form > div {
  padding-bottom: 0 !important;
}

/*text*/
@font-face {
  font-family: "Porter";
  src: url("components/Porter Bold.otf");
}
@media screen and (orientation: portrait) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  p, li {
    font-size: 18px;
  }
}
@media screen and (orientation: landscape) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
  }
  p, li {
    font-size: 22px;
  }
}
h1 {
  font-family: "Porter", serif;
  letter-spacing: 1px;
  margin: 0;
}

h2 {
  font-family: "Porter", serif;
  letter-spacing: 0px;
}

h3 {
  font-family: "Porter", sans-serif;
  letter-spacing: 0px;
}

h4 {
  font-family: "rockwell", sans-serif;
}

p {
  font-family: "rockwell", sans-serif;
  font-style: normal;
}

/************************************************/
footer {
  color: white;
}

/************************************************/
.slide > h4 {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-inline: 15px;
  color: #9B945F;
}

.slide > p {
  margin: 0px;
  margin-inline: 15px;
}

.slide > h2 {
  margin: 5px;
  margin-inline: 15px;
  padding-bottom: 10px;
}

.btt > a {
  text-decoration-color: black;
  color: #9B945F;
  cursor: pointer;
  font-size: 20px;
}

.btt {
  padding-top: 20px;
}

.act-text-slide > h2, .act-text-slide > h4, .act-text-slide > p {
  color: white;
}

.act-text-slide > h3 {
  color: #9B945F;
}

li {
  font-family: "rockwell", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  margin: 5px;
}

.h-hours {
  color: #9B945F;
}

.h-hours:hover {
  color: white;
}

.nav-link {
  font-family: "porter", serif;
  font-size: 20px;
  text-decoration: none;
  color: white;
  margin-inline: 10px;
}

.nav-link-2 {
  font-family: "porter", serif;
  font-size: 20px;
  text-decoration: none;
  color: #9B945F;
  margin-inline: 10px;
}

.nav-link:hover {
  color: #9B945F;
}

.nav-link-2:hover {
  color: white;
}

.nav-logo {
  padding-top: 40px;
  padding-bottom: 10px;
  width: 175px;
}

.BtnReset {
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
}

.hamMenu {
  position: absolute;
  width: 50px;
  top: 80px;
  right: 50px;
}

.overlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95); /* Black background with opacity */
  z-index: 12; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  overflow-x: none;
}

.overlay-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1100px) {
  .nav-small {
    background-color: #253746;
  }
  .nav-large {
    display: none;
  }
  .hidden-nav {
    display: none;
  }
  .nav-link, .nav-link-2 {
    display: block;
    text-align: center;
    margin: auto;
    padding: 10px;
    font-size: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .nav-small {
    display: none;
  }
  .nav-large {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(37, 55, 70, 0.9);
  }
}
/*
    - Backgrounds
*/
.form-bg {
  background-image: url("../img/bg/menu-bg.jpg");
  background-size: contain;
  padding: 50px;
}

/*Headers*/
.wood-bg-img {
  background-image: url("../img/bg/wood.jpg");
  background-size: contain;
  background-position: bottom;
}

header > section > button:hover {
  color: #9B945F;
}

.content > p, .content > h1, .content > h2, .content > h3 {
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.content > p {
  padding-top: 15px;
}

.content > button {
  margin-top: 10px;
}

.content > a > button {
  margin-top: 10px;
}

.header-container {
  overflow: hidden;
}

/*Screens with a larger width*/
@media screen and (min-width: 1180px) {
  /*Content*/
  .content {
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 10px;
    color: #f1f1f1;
  }
  #myVideo {
    position: relative;
    width: 100vw;
  }
}
/*Small Screens*/
@media screen and (max-width: 1180px) {
  .content {
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 10px;
    color: #f1f1f1;
  }
  #myVideo {
    position: relative;
    width: 100vh;
  }
}
/*Other Styling*/
.blue-underline {
  color: #9B945F;
}

.coolUL {
  text-decoration: underline;
  text-decoration-color: #9B945F;
}

.small-header-img {
  display: block;
  margin-bottom: 20%;
  margin-left: 30%;
  width: 100%;
  border: 2px solid white;
  offset: 1px;
}

.home-header {
  overflow-x: hidden;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-image: url("../img/bg/wood.jpg");
}

.iframe-container iframe {
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 95%;
}

.icons:hover {
  border: 2px solid #253746;
  margin-block: 5px;
}

.body-grid-item > h2 > a:hover {
  color: #9B945F;
}

.sp-header {
  background-image: url("../img/bg/wood.jpg");
  background-size: contain;
}

.sp-header > h2 {
  text-align: center;
  color: white;
  margin: 0;
  padding: 20px;
}

/*Body styling*/
/*small screen*/
@media only screen and (max-width: 768px) {
  .body-grid {
    grid-template-columns: auto;
    display: grid;
    padding: 15px;
  }
  .body-grid-item {
    margin-bottom: 15px;
  }
}
/*big screen*/
@media only screen and (min-width: 768px) {
  .body-grid {
    grid-template-columns: 5% 30% 30% 30% 5%;
    display: grid;
    padding-top: 15px;
  }
  .body-grid-item {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #233746;
    border-left: 1px solid #233746;
    border-top: none !important;
    border-bottom: none !important;
  }
  .item-1 {
    grid-column: 2/span 1;
  }
  .item-2 {
    grid-column: 3/span 1;
  }
  .item-3 {
    grid-column: 4/span 1;
  }
  .full-grid-item {
    margin: 10px;
    grid-column: 1/span 3;
  }
}
.body-grid-item > h2 > a {
  text-decoration: none;
  color: black;
}

.body-grid-item > h2 {
  text-align: center;
  margin-bottom: 0;
}

.body-grid-item > p {
  margin: 0;
}

.body-grid-item > a {
  text-decoration: none;
}

.body-grid-item > a > img {
  display: block;
  margin: auto;
  width: 100px;
}

.dress-code {
  padding-inline: 5%;
  padding-bottom: 20px;
}

.dress-code > h2 {
  text-align: center;
  padding: 0;
  margin-block: 15px;
}

.dress-code > p {
  margin: 0;
}

.dress-code > ul > li {
  color: black;
}

/*Main menu page Style*/
.menu-bg {
  display: grid;
  background-image: url("../img/bg/menu-bg.jpg");
  background-size: contain;
  padding-bottom: 40px;
  padding-top: 20px;
  grid-template-columns: 10% 80% 10%;
}

.act-nav {
  text-align: center;
  font-size: 0;
  grid-column: 2/span 1;
  width: 100%;
  background-color: #9B945F;
  white-space: nowrap;
  overflow-x: scroll;
}

.menu-nav-btn {
  margin: 0;
  padding: 15px;
  border: none;
  background: none;
  cursor: pointer;
  color: white;
  font-size: 24px;
}

.menu-nav-btn:hover {
  background-color: #253746;
}

/*****Sliders*****/
.slider-right, .slider-left {
  color: white;
  background-color: #9B945F;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  margin: auto;
}

.slider-left:hover, .slider-right:hover {
  color: #253746;
}

.slider-left {
  grid-column: 1/span 1;
  float: left;
}

.slider-right {
  grid-column: 3/span 1;
  float: right;
}

@media screen and (max-width: 500px) {
  .arrow-right, .arrow-left {
    width: 75%;
  }
}
@media screen and (min-width: 501px) {
  .arrow-right, .arrow-left {
    width: 35px;
  }
}
.arrow-right {
  transform: rotate(180deg);
}

/*Two types of slides*/
.slide {
  grid-column: 2/span 1;
  width: 100%;
  background-color: white;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.curr-btn {
  background-color: #253746;
}

.invis-slide {
  display: none;
}

/**Activities**/
.act-page-bg {
  background-image: url("../img/bg/wood.jpg");
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 10% 80% 10%;
}

.act-slide {
  grid-column: 2/span 1;
  border: 2px solid white;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.act-image-side {
  grid-column: 1/span 1;
}

.act-text-side {
  grid-column: 1/span 1;
}

p.act-text, h4.act-text, h2.act-text, h3.act-text {
  margin: 10px;
}

.faq-area {
  background-image: url("../img/bg/menu-bg.jpg");
  background-size: cover;
  display: grid;
  grid-template-columns: 5% 90% 5%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.faq-area-main > h4 {
  color: #9B945F;
}

.faq-area-main {
  grid-column: 2/span 1;
  background-color: white;
}

.faq-area-main > h2 {
  text-align: center;
}

.faq-text {
  margin: 5px;
  padding-left: 15px;
}

.no-decor-link {
  text-decoration: none;
  color: #9B945F;
}

.no-decor-link:hover {
  color: #253746;
}

@media screen and (max-width: 1250px) {
  .curr-slide {
    display: grid;
    grid-template-columns: 100%;
  }
  .act-image {
    display: block;
    margin: auto;
    width: 85%;
  }
}
@media screen and (min-width: 1250px) {
  .curr-slide {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .act-image {
    display: block;
    margin: auto;
    width: 600px;
  }
}
/*All for the party packages :)*/
.package-bg {
  background-image: url("../img/bg/wood.jpg");
  background-size: contain;
  padding-bottom: 10px;
}

.paper-bg {
  background-image: url("../img/bg/menu-bg.jpg");
  background-size: contain;
}

.pv-header {
  margin: 0;
  padding: 20px;
  color: #9B945F;
  text-decoration: underline;
  text-align: center;
}

/*Event Types*/
@media screen and (max-width: 1000px) {
  .event-types-grid {
    display: grid;
    grid-template-columns: 5% 90% 5%;
    padding-bottom: 15px;
  }
  .event-types-grid-item {
    display: block;
    margin: auto;
    margin: 10px;
    background-color: #9B945F;
    border: white 1px solid;
  }
  .event-type-1 {
    grid-column: 2/span 1;
  }
  .event-type-2 {
    grid-column: 2/span 1;
  }
  .event-type-3 {
    grid-column: 2/span 1;
  }
  .event-type-4 {
    grid-column: 2/span 1;
  }
}
@media screen and (min-width: 1000px) {
  .event-types-grid {
    display: grid;
    grid-template-columns: 5% 45% 45% 5%;
    padding-bottom: 15px;
  }
  .event-type-1 {
    grid-column: 2/span 1;
  }
  .event-type-2 {
    grid-column: 3/span 1;
  }
  .event-type-3 {
    grid-column: 2/span 1;
  }
  .event-type-4 {
    grid-column: 3/span 1;
  }
  .event-types-grid-item {
    display: block;
    margin: auto;
    margin-block: 10px;
    width: 90%;
    background-color: #9B945F;
    border: white 1px solid;
  }
}
@media screen and (min-width: 1500px) {
  .event-types-grid {
    display: grid;
    grid-template-columns: 5% 22.5% 22.5% 22.5% 22.5% 5%;
    padding: 25px;
  }
  .event-type-1 {
    grid-column: 2/span 1;
  }
  .event-type-2 {
    grid-column: 3/span 1;
  }
  .event-type-3 {
    grid-column: 4/span 1;
  }
  .event-type-4 {
    grid-column: 5/span 1;
  }
  .event-types-grid-item {
    display: block;
    margin: auto;
    width: 90%;
    background-color: #9B945F;
    height: 100%;
    padding: 2px;
  }
}
.event-types-grid-item {
  border-radius: 10px;
  box-shadow: 5px 5px 5px white;
}

.event-types-grid-item > h4 {
  margin: 0;
  text-align: center;
  padding-top: 20px;
  color: white;
}

.event-types-grid-item > p {
  text-align: center;
  padding-inline: 5px;
  margin-top: 3px;
  margin-bottom: 5px;
  color: black;
}

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

.event-text-decor {
  text-decoration: underline;
  color: white;
}

.event-text-decor:hover {
  color: #253746;
}

/*Form Styling*/
.form-info {
  padding-top: 25px;
  margin-top: 0;
  margin-bottom: 0;
  margin-inline: 5%;
  color: white;
}

.form-style {
  color: white;
}

.form-style > div > table {
  width: 90vw;
  margin-inline: auto;
}

.form-style > div > table > tbody > tr > td > input {
  height: 25px;
  width: 100%;
}

.form-style > div > table > tbody > tr > td > .button {
  text-decoration: none;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  background-color: #9B945F;
  cursor: pointer;
}

.form-style > div > table > tbody > tr > td > h2 {
  text-align: center;
  font-size: 50px;
  color: #9B945F;
  margin-block: 5px;
}

button > a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 1630px) {
  .slider-left-act {
    display: block;
  }
  .slider-right-act {
    display: block;
  }
  .slider-span-act {
    background: #9B945F;
  }
  .act-nav::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1630px) {
  .slider-left-act {
    display: none;
  }
  .slider-right-act {
    display: none;
  }
  .slider-span-act {
    display: none;
  }
  .act-nav::-webkit-scrollbar {
    display: none;
  }
}
/*food slider*/
@media screen and (max-width: 1150px) {
  .slider-left-food {
    display: block;
  }
  .slider-right-food {
    display: block;
  }
  .slider-span-food {
    background: #9B945F;
  }
}
@media screen and (min-width: 1150px) {
  .slider-left-food {
    display: none;
  }
  .slider-right-food {
    display: none;
  }
  .slider-span-food {
    display: none;
  }
}
/*drink slider*/
@media screen and (max-width: 2200px) {
  .slider-left-drink {
    display: block;
  }
  .slider-right-drink {
    display: block;
  }
  .slider-span-drink {
    background: #9B945F;
  }
}
@media screen and (min-width: 2200px) {
  .slider-left-drink {
    display: none;
  }
  .slider-right-drink {
    display: none;
  }
  .slider-span-drink {
    display: none;
  }
}
/*specials slider*/
@media screen and (max-width: 1330px) {
  .slider-left-sp {
    display: block;
  }
  .slider-right-sp {
    display: block;
  }
  .slider-span-sp {
    background: #9B945F;
  }
}
@media screen and (min-width: 1330px) {
  .slider-left-sp {
    display: none;
  }
  .slider-right-sp {
    display: none;
  }
  .slider-span-sp {
    display: none;
  }
}
.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}
.lightrope li {
  position: relative;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: rgb(0, 247, 165);
  box-shadow: 0px 4.6666666667px 24px 3px rgb(0, 247, 165);
  animation-name: flash-1;
  animation-duration: 2s;
}
.lightrope li:nth-child(2n+1) {
  background: rgb(0, 255, 255);
  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
  animation-name: flash-2;
  animation-duration: 0.4s;
}
.lightrope li:nth-child(4n+2) {
  background: rgb(247, 0, 148);
  box-shadow: 0px 4.6666666667px 24px 3px rgb(247, 0, 148);
  animation-name: flash-3;
  animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
  animation-duration: 1.8s;
}
.lightrope li:nth-child(3n+1) {
  animation-duration: 1.4s;
}
.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px;
}
.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.6666666667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}
.lightrope li:last-child:after {
  content: none;
}
.lightrope li:first-child {
  margin-left: -40px;
}

@keyframes flash-1 {
  0%, 100% {
    background: rgb(0, 247, 165);
    box-shadow: 0px 4.6666666667px 24px 3px rgb(0, 247, 165);
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@keyframes flash-2 {
  0%, 100% {
    background: rgb(0, 255, 255);
    box-shadow: 0px 4.6666666667px 24px 3px rgb(0, 255, 255);
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@keyframes flash-3 {
  0%, 100% {
    background: rgb(247, 0, 148);
    box-shadow: 0px 4.6666666667px 24px 3px rgb(247, 0, 148);
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
.blog-bg {
  background-image: url("../img/bg/wood.jpg");
  background-size: cover;
}

.blog-bg-2 {
  background-image: url("../img/bg/menu-bg.jpg");
  background-size: cover;
  padding-inline: 10%;
}

.blog-bg-2 > *, ol > li {
  margin: 0;
  padding-block: 5px;
  color: black;
}

.blog-home-grid {
  margin-inline: 10%;
}

@media screen and (min-width: 1000px) {
  .blog-home-grid {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
@media screen and (min-width: 1500px) {
  .blog-home-grid {
    display: grid;
    grid-template-columns: 33.4% 33.3% 33.4%;
  }
}
.blog-home-card {
  background-color: whitesmoke;
  border: 2px solid black;
  border-radius: 5px;
  box-shadow: 5px 5px 5px black;
  margin-inline: 5px;
  padding-bottom: 15px;
}

.blog-home-card > h3 {
  text-align: center;
}

.blog-card-link {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-card-link > a {
  text-decoration: none;
  color: white;
  background-color: #9B945F;
  padding: 10px;
  border-radius: 5px;
}

.blog-card-link > a:hover {
  color: #9B945F;
  background-color: #253746;
}

.blog-image {
  display: block;
  margin: auto;
  width: 90%;
}

.blog-image-2 {
  display: block;
  margin: auto;
  width: 50%;
}

.blog-desc {
  padding-inline: 5px;
}/*# sourceMappingURL=mainV2.css.map */