@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

/* ____________________________________________________________ */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap");

* {
	font-family: "Poppins", sans-serif;
}

body {
	padding: 0 !important;
	margin: 0 !important;
	height: 100vh;
}

/* .test {
	margin-left: 40rem;
} */

/* Container Pax Start */
.container-pax {
	background: rgb(174, 177, 177);
    background: linear-gradient(90deg, rgb(190, 183, 183) 0%, rgb(196, 196, 210) 35%, rgb(202, 206, 206) 100%);
	padding: 20px; 
	border-radius: 5px; 
	max-width: 100%;
	margin-left: 10%;
	height: 85%;
}


.btn-light {
	background-color: #e0e0e0; 
	color: #333;
}

label {
	font-weight: 500;
	font-size: 0.6rem;
}

.form-control {
	width: 100%;
	font-size: 0.9rem;
}


/* Responsiveness */
/* @media (max-width: 576px) {
	.col-sm-12 {
		flex: 100% 0 100%;
		max-width: 100%;
	}
} */


/* Container Pax end */
.invoice-to-booking-back {
	color: black; /* Default color */
	transition: color 0.3s; /* Smooth transition */
}

.invoice-to-booking-back:hover {
	color: white; /* Color on hover */
}

/* _________________________________________________________________________________scrollbar */

::-webkit-scrollbar {
	width: 1.2rem;
}

::-webkit-scrollbar-thumb {
	background-color: #181818a7;
	border-radius: 8px;
}

::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.426);
}

/* _______________________________________________________added fritz*/
.italic-text {
	font-style: italic;
	text-decoration: underline;
	cursor: pointer;
}

.card-container,
.card-container1,
.card-container2,
.cardcontainerAureo,
.cardcontainerAureo1,
.cardcontainerAureo2,
.cardcontainerKahuna,
.cardcontainerKahuna1,
.cardcontainerKahuna2 {
	position: absolute;
	top: 65%;
	transform: translateY(-50%);
	left: 1.5%;
	width: 55%;
	height: 48%;
	background-color: rgba(
		255,
		255,
		255,
		0.9
	); /* Adjust the fourth parameter for transparency */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	transition: left 0.3s ease-in-out;
	text-align: center;
	z-index: 10000;
	border-radius: 20px;
}

.card-container h2,
.card-container1 h2,
.card-container2 h2,
.cardcontainerAureo h2,
.cardcontainerAureo1 h2,
.cardcontainerAureo2 h2,
.cardcontainerKahuna h2,
.cardcontainerKahuna1 h2,
.cardcontainerKahuna2 h2 {
	margin: 0;
	font-size: 1.5rem;
	color: #333;
}

/* ____________________________________________________________________added new */
.card-text1,
.card-text2,
.card-text3 {
	position: absolute;
	top: 69%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: black;
	text-align: justify;
	font-size: 0.8rem;
	width: 75%;
}

/* ___________________________________________________________________________end */

.input-group input[type="number"]::-webkit-inner-spin-button,
.input-group input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#back-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* _____________________________________________________________________________________________arrow back */

.fa-angle-left {
	color: rgba(0, 0, 0, 0.626);
	position: relative;
	top: 3%;
	left: 1%;
	z-index: 100;
	cursor: pointer;
}

.back-icon {
	font-size: 1.2rem;
}

/* _______________________________________________________editable modal */

.custom-modal-size {
	width: 70vw;
	height: 80vh;
}

/* ______________________________________________ */

.inquire_btn {
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	border-radius: 10px;
	display: block;
	border: 1rem;
	font-weight: 700;
	background-image: radial-gradient(
		100% 100% at 100% 0,
		#ffaa00 0,
		#ff6600 100%
	);
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	font-weight: bold;
	font-size: 1rem;
	margin: 0;
	cursor: pointer;
	width: 250px;
	border-color: #ff6600;
}

.inquire_btn:hover {
	background-position: right center;
	color: #ffffff;
	text-decoration: none;
	transform: scale(1.02); /* Increase the scaling factor for hover */
	transition: transform 0.2s ease;
	box-shadow: 0px 0px 30px rgb(219, 126, 4);
}

.inquire_btn:active {
	transform: scale(0.95);
}

.aap-button {
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	border-radius: 10px;
	display: block;
	border: 0px;
	font-weight: 700;
	background-image: radial-gradient(
		100% 100% at 100% 0,
		#ffaa00 0,
		#ff6600 100%
	);
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	font-weight: bold;
	font-size: 1rem;
	margin: 0;
	cursor: pointer;
	width: 250px;
}

.aap-button:hover {
	background-position: right center;
	color: #ffffff;
	text-decoration: none;
	transform: scale(1.02); /* Increase the scaling factor for hover */
	transition: transform 0.2s ease;
	box-shadow: 0px 0px 30px rgb(219, 126, 4);
}

.aap-button:active {
	transform: scale(0.95);
}

/* _________________________________________________________________________________form css */

#choosePackage {
	overflow-y: scroll;
	margin: 0 !important;
	padding: 0 !important;
}

/*logo hover */

.logo-image-box {
	display: flex;
	justify-content: center;
	padding-top: 1rem;
	margin-bottom: 5rem;
}

/* Style the logo image */
.logo-img {
	width: 60%;
	height: 12rem;
}

.card1 {
	cursor: pointer;
	width: 90%;
	height: 28rem;
	clip-path: polygon(0 0, 100% 0, 100% 86%, 75% 100%, 0 100%, 0 50%);
	/* border-radius: 0% 0% 5rem 0; */
	box-shadow: 0px 0px 30px rgb(219, 126, 4);
}

.change-white {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 6rem;
	text-shadow: 5px 3px 1px rgb(255, 255, 255);
	letter-spacing: 4px;
}

.change-white1 {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 2rem;
	text-shadow: 1px 2px 1px rgb(255, 255, 255);
	letter-spacing: 4px;
}

#aureo-style {
	margin-top: 5rem;
	text-shadow: 2px 2px 2px rgb(255, 255, 255);
}

/* _____________________________________________ */

#thunderbird-package {
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.h2-thunderbird {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #0f0e0e;
    text-shadow: 2px 2px 4px #dbd1d1;
}

.margs {
	margin-top: 4.75rem;
}

.package-div {
	display: flex;
	justify-content: space-between;
	margin-right: 30%;
}

.popup-inclusions {
	position: absolute;
	top: 0;
	width: 100%;
	height: 70%;
}

.button-card {
	width: 500px;
	height: 140px;
	margin-left: 30%;
}

.button-card:hover {
	cursor: pointer;
}

.button-card-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0; 
    padding: 0;
}

.card-text {
	position: absolute;
	top: 0;
	left: 45%;
	transform: translate(-50%, -50%);
	color: black;
	text-align: center;
	font-size: 0.6rem;
	font-weight: bold;
}






/* ___________________________________________________aureo button */

.button-card-box-aureo {
	display: flex;
	justify-content: center;
}

.card-text-aureo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	color: black;
	text-align: center;
	font-size: 0.6rem;
	font-weight: bold;
}

.button-card-box-aureo:hover .card-text {
	color: black;
}



.button-card-box-aureo:hover .card-text-aureo-sample {
	color: black;
}

/* ___________________________________________________kahuna button */

.button-card-box-kahuna {
	display: flex;
	justify-content: center;
}

.card-text-kahuna {
	position: absolute;
	top: 0;
	left: 45%;
	transform: translate(-50%, -50%);
	color: black;
	text-align: center;
	font-size: 0.6rem;
	font-weight: bold;
}

.button-card-box-kahuna:hover .card-text-kahuna {
	color: black;
}



.button-card-box-aureo:hover .card-text-kahuna-sample {
	color: black;
}

/* _________________________________________________________________ */

.card2:hover {
	color: black;
	font-size: 3rem;
	background-color: #ffffff;
	box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.6);
	transform: scale(1.1);
}

/* _______________________________________________________________ui carousel */

.uk-position-relative {
	margin-top: 7rem;
	height: 80%;
}

.uk-slideshow-items {
	height: 80%;
}

li {
	margin-left: 35%;

	border-radius: 10rem 10%;
}

.container-fluid {
	z-index: 10;
}

#dark-bg {
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #e5eae4;
	opacity: 0.7;
}

.number-pax {
	color: black;
}

.number-thunderbird-package {
	color: white;
	font-size: 3rem;
}

.number-thunderbird-package:hover {
	color: black;
	font-size: 3rem;
}

.number-aureo-package {
	color: white;
	font-size: 3rem;
}

.number-aureo-package:hover {
	color: black;
	font-size: 3rem;
}

.number-kahunan-package {
	color: white;
	font-size: 3rem;
}

.number-kahunan-package:hover {
	color: black;
	font-size: 3rem;
}

/* ___________________________________________________________________aureopackage */

#aureo-package {
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.h2-aureo {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 3rem;
}

/* ___________________________________________________________________kahunanpackage */

#kahuna-package {
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.h2-kahuna {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 3rem;
}

/* ___________________________________________________________________personal details */

#personal-details {
	padding-top: 3rem;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.h2-personal {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 5rem;
}

.button-personal-details1 {
	color: rgb(0, 0, 0);
	text-decoration: none;
	font-size: 20px;
	border: 1px solid blue;
	background: none;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

.button-personal-details1::before {
	margin-left: auto;
}

.button-personal-details1::after,
.button-personal-details1::before {
	content: "";
	width: 0%;
	height: 2px;
	background: red;
	display: block;
	transition: 0.5s;
}

.button-personal-details1:hover::after,
.button-personal-details1:hover::before {
	width: 100%;
}

/* _______________________________________________________________ */

.button-personal-details2 {
	color: rgb(0, 0, 0);
	text-decoration: none;
	font-size: 20px;
	border: 1px solid #f44336;
	background: none;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

.button-personal-details2::before {
	margin-left: auto;
}

.button-personal-details2::after,
.button-personal-details2::before {
	content: "";
	width: 0%;
	height: 2px;
	background: #f44336;
	display: block;
	transition: 0.5s;
}

.button-personal-details2:hover::after,
.button-personal-details2:hover::before {
	width: 100%;
}

label {
	color: black;
}

/* ______________________________________________________________________booking inform */

#booking-form {
	margin-top: 5rem;
}

/* _________________________________________________________________________booking summary */

#booking-summary {
	height: 100vh;
	padding-top: 3rem;
	width: 100vw;
}

.h2-booking-sum {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 5rem;
}

/* _________________________________________________________________________booking invoice */

#booking-invoice {
	padding-top: 3rem;
	width: 100vw;
}

.h2-booking-invoice {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 5rem;
}

/* __________________________________________________________________________________________________all media queries here */

/* ____________________________________________________________________________________________________425px */

@media (min-width: 0px) and (max-width: 425px) {
	/* _______________________________choosepackage */
	.change-white {
		font-size: 3rem;
	}

	.change-white1 {
		font-size: 1.5rem;
	}

	.card1 {
		margin-bottom: 1rem;
		width: 80%;
	}

	.card-text {
		position: absolute;
		top: 20%;
	}

	.card-text-kahuna {
		position: absolute;
		top: 20%;
	}

	/* _______________________________packages */

	.h2-thunderbird,
	.h2-aureo,
	.h2-kahuna {
		font-size: 5rem;
	}

	#dark-bg {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		background-color: #e5eae4;
		opacity: 0.7;
	}

	.uk-position-relative {
		display: none;
	}

	/* _______________________________personal details*/

	.h2-personal {
		font-size: 3rem;
	}

	#confirm-details-button0 {
		width: 100%;
		margin-bottom: 3rem;
	}

	#confirm-details-button1 {
		width: 100%;
		margin-bottom: 3rem;
	}

	#confirm-details-button2 {
		width: 100%;
		margin-bottom: 3rem;
	}

	.custom-modal-size {
		width: 100vw; /* Adjust the width as needed */
		height: 50vh; /* Adjust the height as needed */
	}

	.modal-save-button {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.modal-save-button {
		width: 100%;
	}
	/* _______________________________booking summary*/

	.h2-booking-sum {
		font-size: 3rem;
	}

	.please-rev {
		font-size: 1.5rem;
	}

	.booking-card {
		margin-bottom: 1rem;
	}

	.booking-sum-button {
		width: 100%;
		margin-bottom: 3rem;
	}

	/* _______________________________booking invoice*/

	.h2-booking-invoice {
		font-size: 3rem;
	}
}

/* ____________________________________________________________________________________________________768px */

@media (min-width: 426px) and (max-width: 768px) {
	/* _______________________________choosepackage */
	.change-white {
		font-size: 3rem;
	}

	.change-white1 {
		font-size: 1rem;
	}

	.card1 {
		margin-bottom: 1rem;
		width: 100%;
	}

	.logo-img {
		width: 50%;
	}

	.card-text {
		position: absolute;
		top: 15%;
	}

	.card-text-kahuna {
		position: absolute;
		top: 15%;
	}

	/* _______________________________packages */

	#dark-bg {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		background-color: #e5eae4;
		opacity: 0.7;
	}

	.uk-position-relative {
		display: none;
	}

	/* _______________________________personal details*/

	.h2-personal {
		font-size: 4rem;
	}

	#confirm-details-button {
		width: 100%;
		margin-bottom: 3rem;
	}

	#confirm-details-button1 {
		width: 100%;
		margin-bottom: 3rem;
	}

	#confirm-details-button2 {
		width: 100%;
		margin-bottom: 3rem;
	}

	/* _______________________________booking summary*/

	.h2-booking-sum {
		font-size: 4rem;
	}

	.please-rev {
		font-size: 1.5rem;
	}

	.booking-card {
		margin-bottom: 1rem;
	}

	.booking-sum-button {
		width: 100%;
		margin-bottom: 3rem;
	}

	/* _______________________________booking invoice*/

	.h2-booking-invoice {
		font-size: 4rem;
	}
}

/* ____________________________________________________________________________________________________1024px */

@media (min-width: 769px) and (max-width: 1024px) {
	/* _______________________________choosepackage */
	.change-white {
		font-size: 4rem;
	}

	.change-white1 {
		font-size: 1rem;
	}

	.card1 {
		margin-bottom: 1rem;
	}

	.card-text {
		position: absolute;
		top: 20%;
	}

	.card-text-kahuna {
		position: absolute;
		top: 20%;
	}
}

/* _______________________________carousel/slider */
.container-carousel{
	margin-top: 5%;
}

.carousel {
    border: 2px solid #0f0e0e; 
    border-radius: 30px;
    overflow: hidden; 
}


.carousel-item img {
	width: 100%;
	height: auto;
    object-fit: contain;
}

.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
	cursor: pointer;
}

.active-dot {
	background-color: #414040;
}

@media (min-width: 1px) and (max-width: 767px) {
	#thunderbirdCarousel, #aureoCarousel, #kahunaCarousel {
	  display: none;
	}
  }
/* 
@media (min-width: 768px) and (max-width: 1024px) {
	.container-carousel{
	  margin-top: 50%;
	}
  } */

@media (min-width: 1025px) and (min-width: 1439px) {
	.container-carousel{
		margin-top: 18%;
	}
	.scrollable, .container-pax{
		width: 1000px;
		margin-left: -1% !important;
	}

	.package-div {
		width: 350px;
	}

	.card-text{
		margin-left: 10%;
	}
	.proceed-text h1, .proceed-text h2, .proceed-text h3{
		font-size: 50px;
	}
}



/* _______________________________carousel/slider */



h3.add-ons-title {
    font-size: 20px;
    color: black;
	font-weight: 600;
	width: 100%;
}

.bold-text {
    font-weight: bold;
    margin-top: 8px; 
}


.scrollable {
	max-height: 420px; 
	/* max-width: 450px; */
	width: 95%;
	overflow-x: hidden; 
	overflow-y: auto;
	margin-left: 25%;
}


.total-section {
	background-size: cover; 
    background-position: center; 
    width: 100vw;
    height: 70vh;
	margin-right: 5px; 
}



.total-section-thunderbird, .total-section-aureo, .total-section-kahuna {
    width: 100vw;
    height: 70vh;
}

 
.margin-color, .margin-color-aureo, .margin-color-kahuna {
	height: 50px; 
    background-color: white;
	margin-top: 5%;	
}

total-card {
    display: flex;
  	justify-content: flex-end;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.total-card h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 1.7rem;
    color: #0f0e0e;
    text-shadow: 2px 4px 4px #8e8b8b;
    margin: 0;
}

.total-card span {
    font-size: 1.9rem;
    color: rgb(6, 6, 6);
	text-shadow: 2px 4px 4px #8e8b8b; 
}

.vertical-line {
    border-left: 3px solid #949494; 
    height: 100%; 
    margin: 0 20px; 
}

/* ____________________________________________________________________________________Amenities section start*/
 .ammenities_section {
    background-color: #fff;
    width: 100%;
    
}

.padding-image{
	padding: 2rem;
}

.ammenities_image img {
    max-width: 100%; 
    height: auto;
}

.image-description {
	font-family: "Poppins", sans-serif;
    font-size: 16px; 
    font-weight: bolder;
    text-shadow: 2px 2px 12px rgba(255, 255, 255, 1);
	margin-top: 0 !important;
	margin-bottom: 10%;
	min-height: 75px;
}

.ammenities-title{
	font-family: "Poppins", sans-serif;
	font-weight: bolder;
	font-style: italic;
	font-size: 20px;
	text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
    .ammenities_images .text-center {
        width: 100%;
    }
} 
/* ____________________________________________________________________________________Amenities section end*/

/*_____________________________________________________________________________________Footer Section start*/
.footer {
	background: rgba(0, 0, 0, 0.814);
	width: 100%;
}
.footer .footer_top {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (max-width: 767px) {
	.footer .footer_top {
		padding-top: 60px;
		padding-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.footer .footer_top .footer_widget {
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer .footer_top .footer_widget {
		margin-bottom: 30px;
	}
}
.footer .footer_top .footer_widget .footer_title {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 2rem;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.footer .footer_top .footer_widget .footer_title {
		margin-bottom: 20px;
	}
}
.footer .footer_top .footer_widget p.footer_text {
	font-size: 16px;
	color: #bababa;
	margin-bottom: 23px;
	font-weight: 400;
	line-height: 28px;
}
.footer .footer_top .footer_widget ul li a {
	font-size: 16px;
	color: #bababa;
	line-height: 42px;
}
.footer .footer_top .footer_widget ul li a:hover {
	color: #ff5e13;
}
.footer .footer_top .footer_widget .newsletter_form {
	position: relative;
	margin-bottom: 20px;
}
.footer .footer_top .footer_widget .newsletter_form input {
	width: 100%;
	height: 45px;
	background: #fff;
	padding-left: 20px;
	font-size: 16px;
	color: #000;
	border: none;
}
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
	font-size: 16px;
	color: #919191;
}

.footer .footer_top .footer_widget .newsletter_text {
	font-size: 13px;
	color: #bababa;
	margin-right: 1.6%;
}
.footer .copy-right_text {
	padding-bottom: 30px;
}
.footer .copy-right_text .footer_border {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 30px;
}
.footer .copy-right_text .copy_right {
	font-size: 16px;
	color: #919191;
	margin-bottom: 0;
	font-weight: 400;
}
@media (max-width: 767px) {
	.footer .copy-right_text .copy_right {
		font-size: 14px;
	}
}
.footer .copy-right_text .copy_right a {
	color: #ff5e13;
}
.footer .copy-right_text .socail_links {
	text-align: right;
}
@media (max-width: 767px) {
	.footer .copy-right_text .socail_links {
		text-align: center;
		margin-top: 30px;
	}
}
.footer .copy-right_text .socail_links ul li {
	display: inline-block;
}
.footer .copy-right_text .socail_links ul li a {
	color: #a8a7a0;
	margin: 0 10px;
	font-size: 15px;
}
.footer .copy-right_text .socail_links ul li a:hover {
	color: #fff;
}

.button-style {

	background-image: radial-gradient(
		100% 100% at 100% 0,
		#ffaa00 0,
		#ff6600 100%
	);
	color: white;
	padding: 8px 10px;
	border-radius: 8px;
	border: none;
	text-align: center;
	width: 20%;
	height: 60%;
	text-decoration: none;
	font-size: 16px;
	margin-right: 1px !important;
	margin-bottom: 70px !important;
}

/*button next */

.btn-next {
	width: 6.5em;
	height: 2.3em;
	margin: 0.5em;
	background: black;
	color: white;
	border: none;
	border-radius: 0.625em;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	z-index: 1;
	overflow: hidden;
   }
   
   .btn-next:hover {
	color: black;
   }
   
   .btn-next:after {
	content: "";
	background: #ababb7;
	position: absolute;
	z-index: -1;
	left: -20%;
	right: -20%;
	top: 0;
	bottom: 0;
	transform: skewX(-45deg) scale(0, 1);
	transition: all 0.5s;
   }
   
   .btn-next:hover:after {
	transform: skewX(-45deg) scale(1, 1);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
   }

   .vertical-line {
    height: 100%; 
    border-left: 2px solid #ccc; 
    margin-left: 15px; 
}
.left-side{
	margin-top: 30%;
}

@media (min-width: 1024px) {
	.thunderbird-label, .aureo-label, .kahuna-label{
		font-size: 0.5rem;
	}
	.add-ons-title {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .title-text {
		margin-left: 3rem;
        font-size: 12px;
    }

	.h2-thunderbird{
		font-size: 1.4rem;
	}
	
	.container-pax {
		width: 85%;
	}

}

@media (min-width: 320px) {
	.container-pax{
		margin-right: 2rem !important;
		max-width: 150%;
	}
}


@media (max-width: 768px) {
	.container-carousel{
		display: none;
	}
	.container-pax{
		margin-right: 2.5rem;
		height: 85%;
		
	}
	#container-pax1{
		padding-bottom: 5rem;
	}
	.add-ons-title {
		display: flex;
		flex-direction: column; 
		justify-content: center; 
		align-items: center; 
		font-size: 14px; 
	}


	.title-text {
        font-size: 10px;
    }

	.px-3{
		display: flex;
		justify-content: center;
		width: 100%;
	}

	

	.btn-next{
		margin-right: 3rem;
	}
	.margin-color{
		display: none;
	}	
}

@media (min-width: 425px) and (max-width: 430px) {
	.btn-next{
		margin-right: -1rem;
	}
	.container-pax {
		margin-left: 3rem;
	}

	.scrollable {
		width: 100%;
	}

	.h2-thunderbird, #thundertitle span, #thundertitle h3{
		font-size: 0.8rem !important;
	}
	.container-total{
		display: flex;
		justify-content: center;
	}

}

@media (min-width: 375px) and (max-width: 380px) {
	.btn-next{
		margin-right: -1.2rem;
	}
	.container-pax {
		margin-left: 3rem;
	}
	.h2-thunderbird{
		font-size: 1.2rem;
	}
	.container-total{
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 320px) and (max-width: 330px) {
	.btn-next{
		margin-right: -1.2rem;
	}
	.container-pax {
		margin-left: 3rem;
	}
	.h2-thunderbird{
		font-size: 1.2rem;
	}
	.container-total{
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 1025px) and (max-width: 1536px ) {
	.thunderpad, .aureopad, .kahunapad{
		margin-left: 3.5rem;
	}
	.add-ons-title{
		margin-top: 0 !important;
		margin-right: 4.2rem !important;
	}

	.title-text{
		font-size: 11px;
	}
	.container-pax{
		width: 100%;
	}
	.btn-next{
		margin-left: 2rem;
	}

	.container-carousel{
		margin-top: 4rem !important;
	}
}

@media (min-width: 769px) and (max-width: 1024px ) {
	.add-ons-title{
		margin-top: 0 !important;
		display: flex;
		justify-content: center; 
		align-items: center; 
		text-align: center;
	}

	.title-text{
		margin-right: 1rem;
	}

	.h2-thunderbird{
		font-size: 16px;
	}

}

@media (min-width: 2000px){
	.add-ons-title{
		/* margin-top: 0 !important; */
		display: flex;
		/* margin-left: 30%; */
		margin-top: 5%;
		text-align: center;
		font-size: 5rem;
	}

	.scrollable {
		position: absolute;
		/* left: 25%; */
		top: 40%;
	}

	#next-btn {
		position: absolute;
		top: 90%;
	}

	.container-pax {
		/* position: absolute; */
		/* left: 30%; */
		width: 100%;
		margin-left: 10rem;
	}
}

.back-icon:hover {
	color: #fff;
}



