@charset "utf-8";
/* CSS Document */
.navbox {
  width: 43%;
  height: auto;
  background-color: #267ec2;
  border: #ffffff solid thick;
  box-shadow: 0px 0px 7px #abcabc;
  border-radius: 36px;
  margin-left: 3%;
  float: left;
  margin-bottom: 2vh;
  z-index: 3;
  text-transform: uppercase;
  font-size: 0.8em;
  vertical-align: middle;
  transition: 0.3s;
}
.navbox:hover {
  width: 45%;
  margin-left: 2%;
  box-shadow: 0 0 12 #abcabc;
  border-radius: 16px;
}

.book-navbox {
  width: 80%;
  height: auto;
  background-color: #267ec2;
  border: #ffffff solid thick;
  box-shadow: 0px 0px 7px #abcabc;
  border-radius: 36px;
	padding: 15px 25px;
 
  z-index: 3;
  text-transform: uppercase;
  font-size: 2.8em;
  vertical-align: middle;
  transition: 0.3s;
}
@media(max-width:1104px) {
  .menuslide {
    float: right;
  }
}
@media(min-width:1000px) {
  #menuicon {
    font-size: 20px;
    padding: 15px;
  }
}
.dlogo {
  margin-top: 24px;
  margin-left: 0;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  /* background-color: #fff;
    background-color: rgb(0,0,0);*/
  background-color: rgba(30, 30, 30, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  background-position: bottom center;
  background-repeat: repeat;
  background-image: linear-gradient(white, #fae5d3);
  background-size: cover;
}
.overlay-content {
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  z-index: 3;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 32px;
  color: #fff;
  display: block;
  transition: 0.3s;
  line-height: 9vh;
  text-transform: capitalize;
}
.overlay a:hover, .overlay a:focus {}
.overlay .closebtn {
  position: absolute;
  top: -20px;
  right: 45px;
  display: block;
  padding: 20px;
  font-size: 30px;
  color: #84171f;
}
@media(max-width: 900px) {
  .overlay a {
    font-size: 19px;
    margin-top: 0px
  }
  .overlay .closebtn {
    font-size: 40px;
    top: -26px;
    right: 5px;
  }
  .mobilehide {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: collapse hidden;
  }
}
.navboxfull a {
  margin-top: 0;
}
.phone3 {
  color: #84171f;
  font-size: 2em;
  margin-left: 0;
  margin-top: 10px;
}
#myNav {
  max-width: 900px;
}
/* HERO SECTION -->

/* Hero Section */
.hero-section {
  position: relative;
  width: 100%; /* 100% of viewport width */
  height: 100vh; /* 100% of viewport height */
  overflow: hidden; /* Hide anything outside the section */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Pattaya", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
/* Video Background */
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3; /* Place behind content */
}
.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover the entire area without distortion */
}
/* Hero Content Overlay */
.hero-content {
  position: relative;/*
  z-index: 3; /* Place above video */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Push top-bar to top, controls to bottom */
  align-items: center;
  padding: 10px; /* Add some padding */
  background-size: cover;
  font-family: "Pattaya", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  background-position: center;
}
.hero-360walkthrough {
  background-image: url("../images/marquee-avif/SUNRISE OVER CAMP GROUND.avif");
}
.hero-amenities {
  background-image: url("../images/hero/hero-amenities.avif");
}
.hero-attractions {
  background-image: url("../images/hero/hero-attractions.avif");
}
.hero-activities {
  background-image: url("../images/marquee-avif/POOL 1 NIGHT.avif");
}
.hero-map {
  background-image: url("../images/hero/hero-map.avif");
}
.hero-tinyhomes {
  background-image: url("../images/tinyhomes/TH70B.avif");
}

.hero-gallery{
	background-image: url("../images/marquee-avif/SUNSET OVER SMOKY MOUNTAINS.avif");
}
/* Top Bar (Logo and Navigation) */
.top-bar {
  width: 99%;
  display: flex;
  justify-content: space-between; /* Space out logo and nav */
  align-items: center;
  padding: 0 20px; /* Padding for the top bar itself */
	z-index: 3;
}
/* Logo Placeholder */
.logo-placeholder img {
  width: 200px;
  height: auto;
  padding-bottom: 30px;
  display: block; /* Remove extra space below image */
  filter: drop-shadow(2px 3px 12px #000000);
}
/* Navigation Menu (Desktop) */
.nav-menu ul {
  list-style: none;
  display: flex;
  gap: 20px; /* Space between nav items */
}
.nav-menu a {
  text-decoration: none;
  color: white;
  font-size: 1.1em;
  padding: 5px 10px;
  transition: color 0.3s ease;
}
.nav-menu a:hover {
  color: lightgray;
}
/* Hamburger Menu (Mobile) */
.hamburger-menu {
  display: none; /* Hidden by default on desktop */
  font-size: 2em;
  cursor: pointer;
  color: white;
}
/* Video Controls */
.video-controls {
  position: absolute; /* Position relative to .hero-content */
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 3; /* Ensure controls are on top */
}
.control-button {
  background-color: red;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.control-button i {
  color: white;
  font-size: 1.2em;
}
.control-button:hover {
  background-color: white;
}
/* Responsive Design */
@media (max-width: 768px) {
  .nav-menu {
    display: none; /* Hide desktop menu on mobile */
  }
  .hamburger-menu {
    display: block; /* Show hamburger on mobile */
  }
  /* Adjust top-bar alignment for mobile */
  .top-bar {
    justify-content: space-between;
  }
  /* If you want to center content on mobile */
  .hero-content {
    justify-content: flex-start; /* Keep top-bar at top */
    align-items: center;
    padding-top: 20px;
  }
  .logo-placeholder img {
    width: 130px;
    height: auto;
    padding-bottom: 30px;
    display: block; /* Remove extra space below image */
    filter: drop-shadow(2px 3px 12px #000000);
  }
  .video-controls {
    bottom: 20px; /* Adjust controls position for smaller screens */
  }
}