@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&family=Yanone+Kaffeesatz:wght@200..700&display=swap');
:root {
	--primary-color: #f14a62;
}

h1 ,h2,h3,h4,h5,h6{
	font-family: "Sora", sans-serif;
}
html,
body {
	font-family: "Poppins", sans-serif;
}
html{
	margin:0px !important;
}
.header {
	box-shadow: 0px 3px 5px 0px #1111112e;
}

.logo-img, .custom-logo {
	max-width: 80px;
	height: auto;
}

.main-btn {
	background-color: #f14a62;
  border-radius: 25px;
	color: #fff;
	padding: 10px 30px;
}

.section-1 {
	padding: 100px 0px 100px;
    background-image: url('/wp-content/uploads/2026/05/air-bg.jpg');
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-1 h2 {
	font-size: 50px;
}

.section-1 h2 span {
	
	color: #5caae4;
}

.section-1 p {
	font-size: 20px;
}

.stars-google {
	max-width: 300px;
}

.list-items ul {
	list-style: none;
}

.list-items li {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
}

.list-items li i {
	color: #5babe3;
}

.main-btn2 {
	background-color: #f14a62;
  border-radius: 25px;
	color: #fff;
	padding: 10px 30px;
	font-size: 22px;
/* 	width: 100%; */
}

.section-2 {
	padding: 100px 0px 60px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.fully-insured {
	max-width: 150px;
}

.section-title {
	font-size: 35px;
}

.package-item h2 {
	font-size: 25px;
}

.package-item {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 2px 18px 0px #000000;
	border-bottom: 5px solid var(--primary-color);
}

.package-img {
	max-width: 180px;
	margin-top: -80px;
}

.rate-text {
color: #60ace3;
  font-size: 45px;
}

.price-text h4 {
	color: var(--primary-color);
}

.logo-section img {
	max-width: 100px;
}

.online-booking-section {
	padding: 100px 0px 80px 0px;
	background:#F7F7F7;
}

.booking-title {
	font-size: 45px;
}

.booking-logo {
	width: 100%;
	max-width: 150px;
}
.booking-logo-two {
	width: 100%;
	max-width: 100px;
}
.col-center{
	justify-content: center;
  display: flex;
  align-items: center;
}
.col-center h3{
	color: rgb(11, 32, 39);
}

.max-width-box {
	width: 100%;
	margin: 0 auto;
}

.form-control {
/* 	margin-bottom: 20px; */
	font-size: 18px;
	line-height: 30px;
	border-color: #a4a4a4c2;
}

.booking-title {
	font-size: 35px;
	color: rgb(11, 32, 39);
}

.quality-section {
	padding: 80px 0px;
	background:#f14a62;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
}

.quality-title {
	color: #fff !important;
	text-shadow: 0em 0.08em 0em rgba(0, 0, 0, 0.4);
}

.star-box {
	gap: 10px;
}

.star-box i {
	font-size: 25px;
	color: #fed102 !important;
}

.gallery-section {
	padding: 80px 0px;
}

.gallery-section a img {
	margin-bottom: 20px;
}

.black-box {
	background-color: #f14a62;
padding: 40px 30px;
  border-radius: 10px;
}


.black-box h2 {
	font-size: 24px;
}

.black-box p {
	font-size: 16px;
}

.testimonial-section {
	padding: 100px 0px;
	background-size: initial;
	background-position: right 0px top;
	background-color: #53a4e2 !important;

}

.testimonial-section h2 {
	font-size: 50px;
}

/* .top-inside-divider {
	background-image: url(/wp-content/uploads/2025/05/divider.png);
	background-size: 200% 100px;
	top: 0;
	height: 100px;
	z-index: 1;
	transform: scale(1, -1);
	position: absolute;
	pointer-events: none;
	width: 100%;
	left: 0;
	right: 0;
} */

.review-box {
	border: 1px solid #ffffff5e;
	padding: 50px;
	text-align: center;
	border-radius: 10px;
}

.form-section {
	padding: 80px 0px;
	background: #f7f7f7;
}

.form-box {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	border: 1px solid #43a4ad;
	padding: 50px;
	border-radius: 20px;
}

.footer {
	background-color: #f14a62;
	padding: 30px 0px;
}

.package-heading.rounded-top {
	background: #f14a62;
  padding: 20px;
  min-height: 130px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.package-iteam{
box-shadow: 0px 2px 18px 0px #0000001f;
}
.package-details {
  padding: 30px 20px;

}

.package-title {
  color: rgb(11, 32, 39);
 font-size: 38px;
  text-transform: capitalize;
  font-weight: bold;
}
.section-title {
  font-size: 25px;
  line-height: 1.4;
}
.package-details h4 del {
  font-size: 28px;
  color: #f14a62;
}
.package-details .unit {
  font-size: 20px;
}

.title-2.fw-bold.mb-3 {
  color: #0f2a33;
  font-size: 22px;
}

.quality-section .max-width-box {
  width: 100%;
  max-width: 900px;
}

.main-btn:hover {
  color: #fff;
}


/* mobile css */
@media(max-width: 990px) {
	.section-1 h2 {
		font-size: 36px;
	}

	.section-2 {
		padding: 100px 0px 60px;
	}

	.package-item {
		margin-top: 80px;
	}

	.black-box,
	.review-box {
		margin-bottom: 20px;
	}

	.form-box {
		padding: 20px;
	}

	.testimonial-section h2 {
		font-size: 40px;
	}

	.main-btn2 {
		font-size: 20px;
	}
}

@media(max-width:768px){
	.main-btn {
  padding: 10px 20px;
}
	.section-1 {
  padding: 60px 10px 60px;
}
	 .section-1 h2 {
    font-size: 28px;
  }
	.package-title {
  font-size: 28px;
}
	  .section-2 {
    padding: 60px 10px 60px;
  }
	.booking-title {
  font-size: 25px;
}
	.gallery-section {
  padding: 50px 10px;
}
	.testimonial-section {
		  padding: 60px 10px;
}
	.testimonial-section h2 {
    font-size: 28px;
  }
	.online-booking-section {
  padding: 100px 10px 80px 10px;
  background: #F7F7F7;
}
	.form-section {
  padding: 80px 10px;
}
	.services{
		  padding: 15px 10px;
	}
	.section-title {
  font-size: 21px;
  line-height: 1.4;
}
	.package-heading.rounded-top {
  min-height: 90px;
}
}