/* ============== Home Page Styles ============== */

.modal {
	top: 15%;
}
.carousel-item-text-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.carousel-item-text {
	text-align: center;
	max-width: 60%;
	color: white;
	text-shadow: 2px 2px 4px #000000;
	font-size: 30px;
}
.carousel-item-text hr {
	max-width: 20%;
	background-color: white;
	height: 3px;
	margin: 30px auto;
	border-radius: 10px;
}
.header-slider-container {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: -1;
}
#header-slider img {
	object-fit: cover;
}
#header-slider .custom-slick-dots {
	position: relative;
	margin: 0 !important;
}
.custom-slick-dots li button:before {
	content: '';
	background-color: white;
	border-radius: 100%;
	transition: all .3s;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	margin-left: 10px;
}
.custom-slick-dots .slick-dots {
	bottom: 0;
}
@media screen and (max-width: 576px) {
	.carousel-item-text {
		margin-top: -50px;
	}
	.carousel-item-text h1 {
		font-size: 1.5rem;
	}
	.carousel-item-text hr {
		margin: 10px auto;
	}
	.carousel-item-text {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.custom-slick-dots li button:before {
		content: '';
		background-color: white;
		border-radius: 100%;
		transition: all .3s;
		width: 12px;
		height: 12px;
		margin-right: 4px;
		margin-left: 4px;
	}
}
.hero-slider {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
}
.hero-slider .slick-slide {
	padding: 0;
	position: relative;
}
.hero-slider .hero-slider-item {
	height: 100vh;
	width: 100%;
}
.hero-slider .hero-slider-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.header-bottom-container {
	position: absolute;
	background-color: var(--primary50);
	bottom: 0;
	right: 0;
	left: 0;
	padding: 20px 50px;
	width: 100%;
	z-index: 2;
}
.header-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
@media screen and (max-width: 768px) {
	.header-bottom-container {
		padding: 20px 0;
	}
	.header-bottom {
		padding-top: 10px;
	}
}
.request-booking-btn {
	color: var(--secondary);
	font-size: 1.5rem;
	font-weight: 600;
}
.social-icons a {
	padding: 0 10px;
}
.social-icons a:first-child {
	padding-left: 0 !important;
}
.social-icons a i {
	color: var(--white);
	font-size: 1.8rem;
	opacity: 0.7;
	transition: opacity .3s;
}
.social-icons a i:hover {
	opacity: 1;
}
.about-section {
	padding: 100px 0;
}
@media screen and (min-width: 992px) {
	.about-section {
		padding: 150px 300px;
	}
}
.about-section h1 {
	margin-bottom: 40px;
}
.service {
	padding: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: var(--white);
}
@media screen and (min-width: 992px) {
	.service {
		padding: 50px;
	}
	.service-1, .service-2 {
		margin-right: 5px;
	}
}
@media screen and (min-width: 1200px) {
	.service {
		padding: 50px 100px;
	}
}
.service-1 {
	background-color: var(--bg);
}
.service-2 {
	background-color: var(--secondary);
}
.service-3 {
	background-color: var(--primary);
}
.nav-pills .nav-link.active {
	background-color: var(--primary);
}
.nav-pills .nav-link {
	background-color: var(--dark-bg);
	color: var(--white);
	border-radius: 0;
	margin-right: 3px;
	margin-top: 3px;
	transition: all .3s;
}
.nav-pills .nav-link:hover {
	background-color: var(--secondary);
}
.testimonials-section {
	background-image: url('../images/camping1.jpg');
	background-attachment: fixed;
	background-size: cover;
	color: var(--white);
	text-align: center;
}
#testimonials-carousel.carousel {
	background-color: var(--black30);
	padding-top: 50px;
}
#testimonials-carousel .carousel-indicators {
	margin-bottom: 50px;
}
.testimonial-container h1, .testimonial-container h4 {
	margin-bottom: 50px;
}
.feature-section.light .feature-section-image {
	background-color: var(--primary);
}
.feature-section-image {
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}
@media screen and (min-width: 768px) {
	.feature-section-image {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
}
.feature-section-text h1 {
	display: inline-block;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
	border-bottom: 4px solid var(--dark-bg);
	text-transform: uppercase;
}
.feature-section.dark {
	background-color: var(--primary);
	color: var(--white);
}
.feature-section.dark .feature-section-text h1 {
	border-bottom: 4px solid var(--white);
}
.feature-section.dark .feature-section-image {
	background-color: var(--white);
}
.organizations-section {
	background-color: var(--dark-bg);
	color: var(--white);
}
.arrow {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	border: 1px solid var(--white);
	transform: translate(0, -50%);
	cursor: pointer;
	color: var(--white);
	transition: all .3s;
}
.arrow:hover {
	color: var(--dark-bg);
	background-color: var(--white);
}
.prev-arrow {
	left: -55px;
}
.next-arrow {
	right: -55px;
}
.slick-slide {
	padding: 0 20px;
}
/* =================== End of Home Page Styles =================== */

/* =================== Amenities Page Styles =================== */

.amenities-section {
	background-image: url('../images/pool.jpg');
	background-size: cover;
	position: relative;
	color: var(--white);
}
.amenities-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.amenities-list-container h1 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid var(--white);
}
.amenities-list {
	list-style: initial;
	padding-left: 25px;
	font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
	.amenities-list-container {
		padding: 0 70px;
	}
}
.stay-types-row {
	background: linear-gradient(var(--white), rgba(0, 0, 0, 0.1));
}
.stay-type-image {
	background-color: var(--primary);
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 3rem;
}
.stay-type-info h2 {
	font-weight: 700;
	color: var(--primary);
}
@media screen and (min-width: 786px) {
	.stay-type-info {
		padding: 0 70px;
	}
}
.rentals-title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid black;
	display: inline-block;
}
.rental-item {
	background-color: rgba(0, 0, 0, 0.1);
}
.rental-info h2 {
	font-weight: 700;
}
.rental-cell-title {
	font-weight: 600;
	color: var(--primary);
	margin-bottom: 20px;
}
.rental-schedule {
	font-size: 1.5rem;
}
.rental-badge span {
	display: inline-block;
	padding: 5px 25px;
	margin: auto;
	background-color: var(--secondary);
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	color: var(--white);
}
.feature-section.parallax {
	background-image: url('../images/pool.jpg');
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	color: var(--white);
}
.feature-section.parallax .feature-section-text h1 {
	border-bottom: 4px solid var(--white);
}
.feature-section.parallax::before {
	content: '';
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* =================== End Amenities Page Styles =================== */

/* =================== Map Page Styles =================== */

.park-map-container {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
}
.park-map-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	background-color: var(--black30);
	transition: opacity .3s;
	color: var(--white);
	font-size: 4rem;
}
.park-map-container:hover .park-map-hover {
	visibility: visible;
	opacity: 1;
}
.park-map-key h2 {
	color: var(--dark-bg);
	margin-bottom: 20px;
	font-weight: 600;
}
.find-my-camp-form input, .find-my-camp-form input:focus {
	color: var(--white);
	background-color: var(--primary);
	font-size: 1.4rem;
}
.find-my-camp-form input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}
.find-my-camp-submit-btn {
	margin-left: 10px;
	background-color: var(--dark-bg);
	border: none;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1.4rem;
}
.find-my-camp-submit-btn:hover {
	background-color: var(--secondary);
}
.email-directions-button a {
	display: block;
	background-color: var(--secondary);
	padding: 10px 20px;
	font-size: 1.3rem;
	font-weight: 600;
	color: var(--white);
	text-align: center;
	margin-top: 20px;
	transition: all .3s;
}
.email-directions-button a:hover {
	background-color: var(--primary);
}
/* =================== End of Map Page Styles =================== */

/* =================== Activities Page Styles =================== */

.theme-item {
	background-color: var(--lighter-bg);
}
.theme-image {
	padding: 15px;
	background-color: var(--primary);
	border-radius: 10px;
}
/* =================== End of Activities Page Styles =================== */

/* =================== Contact Page Styles =================== */

.contact-form input, .contact-form input:focus, .contact-form textarea, .contact-form textarea:focus {
	background-color: rgba(0, 0, 0, 0.1);
	border: none;
}
.contact-form-submit-btn {
	background-color: var(--primary);
	color: var(--white);
	width: 100%;
	margin-top: 20px;
	padding: 10px;
}
.contact-form-submit-btn:hover {
	background-color: var(--secondary);
	color: var(--white);
}
/* =================== End of Contact Page Styles =================== */

/* =================== About Page Styles =================== */

.hosts-section {
	background-color: var(--secondary);
	color: var(--white);
}
.hosts-image {
	background-color: var(--white);
	padding: 20px;
	border-radius: 10px;
}
.hosts-info h1 {
	display: inline-block;
	padding-right: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid var(--white);
}
.rules-section h1 {
	display: inline-block;
	padding-right: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid var(--dark-bg);
	color: var(--dark-bg);
}
.rules-section h3 {
	color: var(--primary);
}
.rules-section ul {
	list-style: revert;
	padding: revert;
	font-size: 1.4rem;
}
/* =================== End of About Page Styles =================== */

/* =================== Nearby Page Styles =================== */

.nearby-section {
	margin: 2rem 0;
	padding: 2rem 0;
	background-color: var(--light-bg);
	border-bottom: 2px solid var(--dark-bg);
}
.nearby-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.attraction-info {
	padding-bottom: 10px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}
.attraction-text {
	font-size: 1.2rem;
}
.nearby-content .button {
	margin-bottom: 35px;
}
/* Slick carousel style overrides */

.nearby-slider .slick-dots {
	bottom: -35px;
}
.nearby-slider .slick-dots li button:before {
	content: '';
	background-color: var(--primary);
	border-radius: 100%;
	transition: all .3s;
	width: 15px;
	height: 15px;
}
.nearby-slider .slick-slide {
	padding: 0;
}
/* =================== ENd of Nearby Page Styles =================== */

/* =================== Rates Page Styles =================== */

.rates-row {
	border-bottom: 1px solid var(--primary);
}
.rates-row.with-bg {
	background-color: var(--lighter-bg);
}
.rates-grid .row-header {
	color: white;
	font-weight: 700;
	background-color: var(--primary);
	padding: 10px;
}
.rates-grid .row-content {
	padding: 10px;
}
.rates-grid .row-content .days {
	display: block;
	font-size: 1.4rem;
}
.rates-grid .row-content .rate {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.rates-row {
		padding: 5px;
		background-color: var(--lighter-bg);
		border: 1px solid var(--primary);
		margin-bottom: 20px;
	}
	.rates-grid .row-header.daily, .rates-grid .row-header.weekly, .rates-grid .row-header.monthly {
		background-color: var(--secondary);
	}
}
.reservations-faqs-section ul {
	list-style-type: initial;
	padding: 10px;
	margin-bottom: 3rem;
}



/* =================== End of Rates Page Styles =================== */

.about-section {
	padding: 50px 0;
}
@media screen and (min-width: 992px) {
	.about-section {
		padding: 50px 300px;
	}
}

.new-margin {
	margin-top: 2rem;
}
.video-section {
  position: relative;
  height:40vw;
  background-color: black;
  width: 100%;
  overflow: hidden;
}

.video-section .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-section .container {
  position: relative;
  z-index: 2;
}

.video-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.video-text-para{
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    font-size: 30px;	
}
@media (pointer: coarse) and (hover: none) {
  .video-section{
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  .video-section .video {
    display: none;
  }
}