/* static/style.css */
input, textarea,
#form-part-1,
#form-part-2,
#form-part-3 {
  scroll-margin-top: 10rem;
}

.sect-pad-tb {
	padding: 40px 0px;
}

.sect-pad-t {
	padding-top: 40px;
}

.main-section {
    display: flex;
    flex-direction: column; /* Arrange children in a column */
}

.title-overlay-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.title-overlay-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: rgba(0, 0, 0, 0.25); /* Adjust the opacity by changing the last value (0.5 for 50% opacity) */
    z-index: 1; /* Adjust the z-index to control the overlay's stacking order */
}

.title-section {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Style for the video container */
.title-container,
.title-container-responcive {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 60px); /* Set the height to the viewport height for full-screen video */
    overflow: hidden; /* Hide any overflowing video content */
}

.title-img {
	display: block;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Style for the video element */
video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.white-link {
    color: #fff;
}

.c-details {
    color: #ffffffbf;
}

.centered-content,
.centered-content-responcive {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; /* Set text color to white */
    z-index: 2; /* Place it above the overlay */
}

.centered-content h1,
.centered-content-responcive h1 {
	font-size: 4rem;
}

/* Style for the content-section */
.content-section {
    padding: 20px; /* Adjust padding as needed */
}

/* Style for individual sections within the content-section */
.text-div {
    padding-left: 5rem;
    padding-right: 5rem;
}

.info-text-div {
	font-size: 14px;
	padding: 8px 8px;
	display: flex;
	flex-direction: column;
}

.info-text-div p {
	margin-top: none;	
}

.center {
	text-align: center;	
}

.m-auto {
	margin: a;
}

.f-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.f-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-div {
	display: flex;
	justify-content: space-between;
}
.about-txt {
	width: 45%;
}

/* CSS to make the video responsive */

.full-vid-div {
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	justify-content: center; 
	flex-wrap: wrap;
	align-content: center;
}

.image-container-2 {

    display: flex;
    justify-content: space-around; /* Distribute images evenly */
}

.image-container-3 {
    display: flex;
    justify-content: space-between; /* Distribute images evenly */
    align-items: center; /* Vertically center images */
}

/* Style the images */
.image-container-2 a img {
    max-width: 100%; /* Limit the width of images to 30% of the container */
    height: auto; /* Maintain aspect ratio */
}

/* Style the images */
.image-container-3 img {
    max-width: 30%; /* Limit the width of images to 30% of the container */
    height: auto; /* Maintain aspect ratio */
}

.inner-image-container-2 {
    position: relative;
	width: 40%;
}

.image-link {
    position: relative;
    overflow: hidden;
}

.image-link img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.image-text-left {
    position: absolute;
    left: 8%;
    color: #fff; /* Text color */
    font-size: 1.5rem; /* Adjust the font size as needed */
    z-index: 1; /* Place text above the overlay */
}

.image-text-right {
    position: absolute;
    right: 8%;
    z-index: 1; /* Place text above the overlay */
}

.package-div-container, .package-img-div, .package-img-div-inner, .package-txt-div, .extra-package-div-container {
	padding: 15px;
}

.max-1350 {
    max-width: 1350px;
}

.max-800 {
    max-width: 800px;
}

.package-div-container {
	max-width: 1350px;

	display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.extra-package-div-container {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.package-img-div {
    width: 50%;
    height: 380px;
}

.package-img-div a img {
    height: 380px;
    overflow: initial;
}

.package-img-div-outer{
    width: 50%;
}

.package-img-div-inner {
	align-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: center;
}

.package-img-div-inner a {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.extra-package-img-div-inner {
    align-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: center;
}

.package-img-div-inner img {
	height: 380px;
	overflow: initial;
}

.extra-package-img-div-inner img {
    height: 550px;
    overflow: initial;
}


.package-txt-div {
	width: 50%;
	position: relative;
    min-height: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.package-txt-div h2 { 
	font-size: 40px;
	color: #475948!important;
	font-weight: 600;
	text-transform: uppercase;
}

.extra-package-txt-div h2 {
    font-size: 40px;
    color: #fff!important;
    font-weight: 600;
    text-transform: uppercase;
}

.package-link {
    font-size: 1.5rem;
    font-weight: 600;
}


.cta_div {
	display: flex;
	justify-content: center;
	z-index: 3; /* Place the footer above the video */
}

/*Buttons*/
.cta-btn{
    border-radius: 7px;
    transition: 0.6s
}
/*Gold*/
.cta-btn-gold {
    color: #fff;
    background-color: #b9a460;
    border: 2px solid #c8b784;
}
.cta-btn-gold:hover {background-color: #8b7d4e;}

/*Light*/
.cta-btn-light {
    color: #fff;
    background-color: #00000059;
    border: 2px solid #fff;
}
.cta-btn-light:hover {background-color: #000000b3; color: #b9a460;}

.cta-btn-light-r {
    color: #b9a460;
    background-color: #000000b3;
    border: 2px solid #fff;
}
.cta-btn-light-r:hover {background-color: #00000059; color: #fff;}

/*Dark*/
.cta-btn-dark {
    color: #fff;
    background-color: #475948d9;
    border: 2px solid #2b4855f2;
}
.cta-btn-dark:hover {background-color: #485749;}


.rem-1 {font-size: 1rem;}
.rem-11, .btn-sm {font-size: 1.1rem;}
.rem-125 {font-size: 1.25rem;}
.rem-16, .btn-md {font-size: 1.6rem;}
.rem-18, .btn-lg {font-size: 1.8rem;}
.rem-2 {font-size: 2rem}
.rem-22 {font-size: 2.2rem;}
.rem-3 {font-size: 3rem;}

.r-rem-12 {font-size: calc(1.2rem + 1.2vw)}
.r-rem-2 {font-size: calc(2rem + 1.5vw)}

.cta-wider {padding: 5px 55px;}
.cta-wide {padding: 10px 25px;}
.cta-normal {padding: 5px 10px;}
.cta-tight {padding: 5px}

.i-t-top {top: 8%;}
.i-t-bottom {bottom: 8%;}
.i-t-bottom-left {bottom: 8%;}


.image-link-over-lay::before{
	background-color: rgba(0, 0, 0, 0.35); /* Background color with transparency */
}

.image-link:hover::before {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7); /* Hover overlay background color */
}

.image-link:hover::before {
    opacity: 1;
}

.imgleft-txtright {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.row_reverse {
	flex-direction: row-reverse;
}

.imgleft-txtright a img {
		width: 100%;
}

.tit-title {
	width: 100%;
}
.tit-img {
	width: 46%;
}
.tit-p1 {
	width: 46%;
}
.tit-p2 {
	width: 100%;
}

.testimonials {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.testimonial {
    width: calc(33.33% - 20px); /* Adjust the width and margin as needed */
    padding: 20px;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.testimonial p {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.5;
}

.client-name {
    font-weight: bold;
}

.package-includes h4 {
    font-weight: 700;
}

.mt-4rem {
    margin-top: 4.5rem;
}

.price-color,
.feature-price {
    color: #5999ec;
}

.package-price {
    color: #5999ec;
    font-size: 3rem;
}

.package-price-span {
    font-size: 1.5 rem;
    margin-bottom: 0px;
}

.feature-price{
    font-size: 2.2rem;
}


.img4-container {
    max-width: 1350px;
    display: flex;
    flex-wrap: wrap;
}

.package-tent-image-container img {
    width: 100%;
    padding: 5px;
}

.package-tent-image-container{
    position: relative;
    width: 50%;
    padding: 5px;
}

.image-text-package {
    position: absolute;
    left: 3%;
    bottom: 5%;
    color: #fff; /* Text color */
    font-size: 0.8rem; /* Adjust the font size as needed */
    z-index: 1; /* Place text above the overlay */
    padding: 5px;
    background-color: #47594887;
    border-radius: 5px;
    border: 1px solid #fff;
}

.gallery-item img {
    padding: 10px 0px;
}

.modal {
    /* Your background styles here */
    background-color: #506151db; /* Semi-transparent black */
}

.modal-content {
    background-color: unset;
    color: #fff;
    border: unset;
    border-radius: unset;
    outline: unset;
}

.modal-dialog {
    max-width: 1034px;
    margin: auto;
}

.modal-header {
    border: unset;
}

/* CSS to style the carousel images */
.carousel-inner img {
    max-width: 1000px;
    height: auto;
}

.img-thumbnail {
    border: unset;
    border-radius: unset;
    padding: unset;
}

.img-thumbnail:hover,
.image-link-div a img:hover,
.package-img-div-inner a img:hover{
    transform: scale(1.1); /* Adjust the scale factor as needed */
    transition: transform 0.4s ease; /* Add a smooth transition effect */
}

.row {
    margin-left: unset;
    margin-right: unset;
}

.b-3 {bottom: 3%;}

.image-link-div {
    display: flex;
    justify-content: center;
}

.image-link-div a {
    display: flex;
    justify-content: center;
    width: 100%;
}

.image-link-div a img {
    width: 100%;
}

.linings-overflow-padding {
    padding: 7px;
}

/*CONTACT FORM CSS*/
.contact-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.contact-text-div {
    max-width: 30%;
    min-width: 21%;
}
.contact-form-div {
    max-width: 500px;
}

.form-text {
    color: rgb(252 252 252 / 55%);
}

.full-fl-col {
    display: flex;
    flex-direction: column;
}


/*BOOKING FORM*/
.inner-740 {
    max-width: 740px;
}

.b-rad-8 {
    border-radius: 8px;
}
.progress-indicator-div {
    display: block;
    width: 100%;
    background-color: #ddd;
    height: 18px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 5px 0 0;
}

.indicator {
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(114, 178, 57);
}

.bf-text {
    font-size: 0.9em;
    margin-bottom: 0px;
}

.tc-heading {
    font-size: 0.9em;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 0.8rem;
    margin-bottom: 0;
}

/*SIGNATURE-DIV*/
.wrapper {
    border: 1px solid #475948d9;
}

.place-required::placeholder, 
.required {
    color: red;
}

select.form-control.required option {
    color: black;
}

canvas {
        min-height: 70px;
}
canvas#signature-pad {
    background: #fff;
    width: 100%;
    height: 100%;
    cursor: crosshair;
}
button#clear {
    height: 100%;
    background: #475948d9;
    border: 1px solid transparent;
    border-radius: 0px 0px 4px 4px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.hi-menu-link:hover {color: #b9a460;}

@media (max-width: 1199px) {
	.mobile_hide{
		display: none;
	}

	.testimonials {
		flex-direction: column;
	}

	.testimonial {
		width: 100%;
	}
}

@media only screen and (max-width: 1025px) {
	.centered-content h1,
    .centered-content-responcive h1 {
    	font-size: 2.9rem;
    }
    .extra-package-img-div-inner img {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .mobile-hide{
        display: none;
    }
    .text-div {
        padding-left: 5rem;
        padding-right: 5rem;
    }
/*div with column centered content*/
	.rposd-div {
		padding-left: 0px;
		padding-right: 0px;
	}

    .about-div {
    	flex-direction: column;
    }
    .about-txt{
    	width: 90%;
    }
    .extra-package-img-div-inner {
        overflow: unset;
    }

    .text-div-md{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .contact-flex {
        flex-direction: column;
        align-items: center;
    }

    .contact-text-div {
        width: 100%;
    }
    .contact-form-div {
        width: 100%;
    }

    .center-991 {
        text-align: center;
    }

    .contact-text-div {
        max-width: 500px;
    }

    .title-container,
    .title-container-responcive {
        position: relative;
        width: 100%;
        min-height: calc(70vh - 62.5px); /* Set the height to the viewport height for full-screen video */
        overflow: hidden; /* Hide any overflowing video content */
    }

}

/* Media query for responsive design */
@media (max-width: 768px) {
/*    .action-video-container {height: unset;}*/

    .text-div {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .centered-content-responcive {
        text-align: center;
        position: relative;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .image-container-2 a img {
        max-width: 100%; /* Allow images to take full width on smaller screens */
    }
    .image-container-3 {
        flex-direction: column; /* Stack images vertically on smaller screens */
    }
    .image-container-3 img {
        max-width: 100%; /* Allow images to take full width on smaller screens */
    }

	.image-container-2, .imgleft-txtright, .package-div-container {
		flex-direction: column;
        align-items: center;
	}

	.inner-image-container-2, .imgleft-txtright a img, .tit-img, .tit-p1, .tit-p2, .text-65, .image-35, .package-txt-div, .package-img-div,
    .package-img-div-outer {
		width: 100%;
	}

    .reverse-package-txt-div{
        order: 1;
    }

    .reverse-package-img-div {
        order: 2;
    }

    .package-div-container, .package-img-div, .package-img-div-inner {
        padding: 15px 0px;
    }

    .package-txt-div {
        padding: 0px 15px;
    }

    .extra-package-img-div-inner img {
        height: 350px;
    }

    .img4-container {
        flex-direction: column;
    }

    .package-tent-image-container {
        width: 100%;
        padding: 0px;
    }

    .package-tent-image-container img {
        width: 100%;
        padding: 0px;
    }

    .collapse-margin {
        margin-top: unset;
        padding-left: unset;
        padding-right: unset;
    }

    .btn-lg {
        font-size: 1.8rem;
    }

    .package-txt-div,
    .center-768 {
        text-align: center;
    }

    .text-div-sm {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    canvas {
        min-height: 100px;
    }

    .centered-content h1,
    .centered-content-responcive h1 {
        font-size: 2rem;
    }

    
}

/* Media query for responsive design */
@media (max-width: 576px) {
    
    .gallery-item img {
        padding: 0px;
    }
}

@media (max-width: 500px) {

    .text-div,
    .text-div-sm {
    padding-left: 1rem;
    padding-right: 1rem;
    }

    .gallery-item img {
        padding: 0px;
    }

    .image-link-div {
        flex-direction: column;
    }
    .image-link-div a {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .image-link-div a img {
        width: 100%;
    }

    .btn-lg {
        font-size: 1.4rem;
    }

    .image-text-right {
        font-size: 0.7rem;
    }

    .image-text-left {
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) {
    .no-b-margin {
        margin-bottom: 0px;
    }
}

@media (min-width: 991px) {
    .desktop-hide{
        display: none;
    }
}