/* style.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}
div, section {
  box-sizing: border-box;
}

/* header css */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  padding: 10px 40px;
  width: 100%;
}

.top-bar {
  max-width: 1580px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  position: relative;
}

.logo img {
  max-height: 120px;
}

.navbar ul {
  display: flex;
  list-style: none;
  gap: 50px;
}

      /* checges */

.navbar ul li a {
  font-size: 20px;
  text-decoration: none;
  color: #333;
  /*font-weight: 500;*/
  /*font-family: "Poppins"; Montserrat*/
    font-family: 'Poppins', sans-serif;
  font-weight: 600; /* or 700 */
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar ul li a:hover {
  color: #aa0022;
}

.menu-toggle {
  display: none;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  color: #aa0022;
}

.whatsapp-btn a {
	text-decoration: none;
}
.whatsapp-btn button {
  background-color: #aa0022;
  color: #fff;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 30px;
  font-weight: 500;
}


/* hero section */

.hero-bg img {
  width: 100%;
  height: auto;
}
.search-tabs {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: absolute;
  bottom: -180px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  margin: auto;
  border-radius: 0px;
  width: 100%;
  max-width: 1610px;
}
.search-tabs-form{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 0px;
  border: 4px solid #aa0022;
  width: 100%;

  background-color: #fff;
   padding: 20px;
}
.tabs {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.tab {
  padding: 20px 100px;
  border: none;
  background: #aa0022;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: -14px;
  z-index: 9;
}
.tab:hover {
    background: #000;
  color: white;
}
.tab.active {
  background: #fff;
  color: #aa0022;
  border-top: 4px solid #aa0022;
  border-right: 4px solid #aa0022;
  border-left: 4px solid #aa0022;
}
/* .form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;

}
.form input,
.form button {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form button {
  background: #aa0022;
  color: white;
  border: none;
} */

   /* form  css    */


    .flight-search {
      background: white;
      padding: 30px;
      border-radius: 8px;
      max-width: 800px;
      margin: auto;
      
    }

    .trip-types {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
    }

    .trip-types label {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .search-fields {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 15px;
    }

    .search-fields input[type="text"],
    .search-fields input[type="date"] {
      flex: 1;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .traveler-note {
      font-size: 14px;
      margin: 10px 0;
      color: #333;
    }

    .passenger-select {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      align-items: center;
    }

    .passenger-select select {
      padding: 10px;
      border-radius: 4px;
      border: 1px solid #ccc;
      flex: 1;
      min-width: 150px;
    }

    .search-btn {
      padding: 12px 20px;
      background: #aa0022;
      color: white;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .search-btn:hover {
      background: #88001b;
    }



/* flight-search.css */
.form-section{
    display: flex;
    max-width: 100%;
    width: 100%;
    position: relative;
}

.search-section {
  display: flex;
    position: relative;
    max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.flight-search {
  font-family: 'Arial', sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  width: 100%;
}

.trip-types {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
  font-weight: bold;
}

.trip-types label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.trip-types input[type="checkbox"] {
  accent-color: #aa0022;
  width: 16px;
  height: 16px;
}

.search-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.search-fields input {
  flex: 1;
  min-width: 200px;
  padding: 10px 15px;
  border: 1px solid #222;
  font-size: 14px;
  border-radius: 2px;
}

.traveler-note {
  font-weight: bold;
  color: #aa0022;
  margin: 10px 0;
}

.passenger-select {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.passenger-select select {
  padding: 10px 15px;
  border: 1px solid #222;
  font-size: 14px;
  border-radius: 2px;
  min-width: 160px;
}

.search-btn {
  background-color: #aa0022;
  color: white;
  padding: 10px 20px;
  border: none;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border-radius: 2px;
}

.search-btn i {
  font-size: 14px;
}



/* welcome */
/*.welcome-section {*/
/*  max-width: 100%;*/
/*  width: 100%;*/
/*  background-color: #aa0022;*/
/*  color: white;*/
/*  padding: 250px 20px 0px 20px;*/
/*  margin-top: -10px;*/
    
/*}*/
 
 .welcome-section {
    max-width: 100%;
    width: 100%;
    background-color: #aa0022; /* fallback color */
    /* background-image: url('../img/pattern.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 250px 20px 0px 20px;
    margin-top: -10px;
} 


.container-welcome {
	display: flex;
	flex-direction: column;
	max-width: 1610px;
	width: 100%;
	margin: auto;
  padding: 30px;
}
.heading-bold-font-h1 {
  font-size: 80px;
  margin-bottom: 15px;
  font-weight: 600;
}

.heading-bold-font-h2 {
	font-size: 60px;
	margin-bottom: 15px;
	color: #aa0022;
	text-align: left;
	text-transform: uppercase;
}
.heading-bold-font-h2-1 {
  font-weight: 600;
}
.heading-semi-bold-font-h2-2 {
  font-weight: 400;
}
.welcome-section p {
  max-width: 1300px;

  font-size: 32px;
  line-height: 1.5;
}
.transparent-img {
	display: block;
	max-width: 1610px;
	width: 100%;
  margin: auto;
	text-align: end;
}
.transparent-img img {
  max-width: 100%;
  margin-bottom: -5px;
}

  /* upcoming */
.upcoming-packages {
	background: #aa0022;
	padding: 0px 140px 100px 0px;
	text-align: center;
	margin: 0px 0px 200px 0px;
  max-width: 100%;
  width: 100%;
}

.container-upcoming {
	display: flex;
	max-width: 100%;
	width: 100%;
	margin: auto;
}

.package-grid-left-heading-container-30 {
	width: 40%;
	padding: 50px 0px 50px 180px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	height: fit-content;
	margin-right: -10px;
	z-index: 9;
}

.package-grid-right-container-70 {
	width: 60%;
	display: flex;
	column-gap: 40px;
  background-color: #fff;
  margin-bottom: -300px;
  padding: 50px;
  border: 10px solid #aa0022;
  border-top: 0px;
  text-align: left;
}

.upcoming-packages h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.upcoming-packages h3 span {
  color: #aa0022;
}
.package-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.package-card {
	background: white;
	border-radius: 0px;
	overflow: hidden;
	width: inherit;
	border: 1px solid #ddd;
}
.package-card img {
  width: 100%;
  height: auto;
}
.package-card h4 {
	font-size: 22px;
	margin: 10px;
	font-weight: 500;
  text-align: center;
}
.package-card p {
	color: #aa0022;
	font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.package-card p span {
	font-size: 20px;
	color: #333;
	margin-right: 20px;
}
.package-card button {
	background: #aa0022;
	color: white;
	border: none;
	padding: 8px 15px;
	margin: 16px;
	cursor: pointer;
	font-size: 20px;
  font-weight: 500;
}
.whatsapp-btn a {
	color: #fff;
	font-size: 20px;
  font-weight: 500;
}

    /* domestic - international */

.tour-section {
  max-width: 100%;
	width: auto;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
	margin: 270px 0px 50px 0px;
	
}
.tour-section-international {
  max-width: 100%;
	width: auto;
	padding: 0;
	background-color: #ffffff;
	text-align: center;

	
}
.tour-section .heading-bold-font-h2 {
	font-size: 60px;
	margin-bottom: 15px;
	color: #292929;
	text-align: right;
	padding-right: 200px;
	text-transform: uppercase;
}
.heading-bold-font-h2.left {
	text-align: left;
	padding-left: 180px;
	color: #292929;
	text-transform: uppercase;
}

.tour-grid {
	display: flex;
	justify-content: center;
	gap: 86px;
	/* flex-wrap: wrap; */
	margin: 70px auto;
	max-width: 1580px;
}
.tour-card {
  background: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
  width: 280px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.tour-card img {
  width: 100%;
  height: auto;
}
.tour-card h4 {
  font-size: 16px;
  margin: 10px;
}
.tour-card p {
  color: #aa0022;
  font-weight: bold;
}
.tour-card button {
  background: #aa0022;
  color: white;
  border: none;
  padding: 8px 15px;
  margin: 10px;
  cursor: pointer;
  border-radius: 4px;
}

    /*  gallery */


.vacation-gallery {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url('../img/vacation-bg.png');
  background-size: cover;
  background-position: center;
  padding: 70px 0px;
  flex-wrap: wrap;
  color: white;
}

.international-gallery {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url('../img/Generic-globe-1920x1080.jpg');
  background-size: cover;
  background-position: center;
  padding: 70px 0px;
  flex-wrap: wrap;
  color: white;
}

.domestic-gallery {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url('../img/model-airplane.avif');
  background-size: cover;
  background-position: center;
  padding: 70px 0px;
  flex-wrap: wrap;
  color: white;
}

.gallery-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: white;
	max-width: 1580px;
	margin: auto;
	width: 100%;
}

.gallery-grid {
  column-count: 2;
  column-gap: 20px;
  width: 60%;
}

.grid-item {
  break-inside: avoid;
  margin-bottom: 20px;
}

.grid-item img {
  width: 100%;
  display: block;
  border: 4px solid #aa0022;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.gallery-text {
  width: 35%;
  color: white;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 50px;
}

.gallery-text h2 {
	font-size: 60px;
	line-height: 1.3;
	font-weight: 500;
	margin: 0;
	position: relative;
	padding: 0 30px;
	height: 100%;
	align-content: center;
}


.gallery-text h2 span {
  font-weight: bold;
  font-size: 64px;
}

.gallery-text h2::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 22%;
	background-color: white;
	top: 40px;
	display: block;
	left: 30px;
}

.gallery-text h2::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 22%;
	background-color: white;
	bottom: 40px;
	display: block;
	right: 200px;
}


    /*  logo slider  */

.logo-slider-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 100%;
}
.logo-slider-container {
	max-width: 100%;
	margin: auto;
	padding: 60px 30px;
	border: 4px solid #c0c0c0;
	margin: 50px auto;
}
.logoSwiper {
  width: 100%;
  padding: 20px 0;
  background: #fff;
}

.logoSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.logoSwiper .swiper-slide img {
  max-height: 60px;
  width: auto;
  max-width: 100%;
  transition: transform 0.3s ease;
}

.logoSwiper .swiper-slide img:hover {
  transform: scale(1.05);
}



    /* footer */


.site-footer-width-100 {
  background-color: #aa0022;
  color: white;
  padding: 80px 200px 0px;
  max-width: 100%;
}

.footer-container {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  max-width: 100%;
  margin: auto;
}

.footer-left-width-40 {
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer-right-width-60 {
  width: 60%;
}

.column-1-width-100,
.column-2-width-100,
.column-3-width-100,
.footer-col-1-width-100,
.footer-col-2-width-100 {
  width: 100%;
  margin-bottom: 20px;
}

.footer-col-1-width-100 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-inner-col-1-width-50,
.footer-inner-col-2-width-50 {
  width: 48%;
  min-width: 200px;
}

.site-footer-width-100 h4 {
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 15px;
	font-size: 24px;
}

.site-footer-width-100 p {
	font-size: 20px;
	line-height: 1.5;
	margin: 20px 0;
	font-weight: 400;
}

.footer-social a {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	margin-right: 20px;
	border: 2px solid #fff;
	padding: 8px 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #fff;
  color: #aa0022;
}

.footer-family-image {
	text-align: center;
  margin: 0;
}

.footer-family-image img {
	max-width: 100%;
	height: auto;
	width: auto;
	margin: 0px -120px 1px 0px;
}



/* Responsive */

@media (max-width: 1024px) {

  .logo img {
	max-height: 70px;
}
.navbar ul li {
	padding-left: 0px;
}
.navbar ul li a {
  width: 100%;
	font-size: 22px;
	text-align: left;
}

.whatsapp-btn button {
	font-size: 20px;
}
.search-tabs {
	bottom: -260px;
}
.tab {
	padding: 10px 50px;
	font-size: 24px;
}
.heading-bold-font-h1 {
	font-size: 60px;
}
.welcome-section p {
	font-size: 22px;
}
.transparent-img img {
	max-width: 100%;
	margin-bottom: -3px;
	width: 70%;
}
.heading-bold-font-h2 {
	font-size: 40px;
}
.package-grid-left-heading-container-30 {
	padding: 50px 0px 50px 50px;
	width: 36%;
}
.upcoming-packages {
	padding: 0px 0px 60px 0px;
	margin: 0px 0px 100px 0px;
}
.package-card h4 {
	font-size: 16px;
}
.package-card p {
	font-size: 16px;
	font-weight: 600;
}
.package-card p span {
	font-size: 14px;
  	font-weight: 500;
}
.package-card button {
	margin: 12px;
	font-size: 16px;
}
.whatsapp-btn a {
	font-size: 16px;
}
.package-grid-right-container-70 {
	column-gap: 20px;
	padding: 20px;
	margin-bottom: -170px;
	width: 74%;
	margin-left: -8px;
	margin-right: 13px;
}
.tour-section {
	margin: 140px 0px 50px 0px;
}
.tour-grid {
	gap: 30px;
	flex-wrap: nowrap;
	padding: 30px;
  margin: 0px auto;
}
.tour-section .heading-bold-font-h2 {
	font-size: 40px;
	padding-right: 60px;
}
.heading-bold-font-h2.left {
	padding-left: 30px;
}
.vacation-gallery {
	padding: 30px;
}
.gallery-text h2 {
	font-size: 40px;
}
.gallery-text h2 span {
	font-size: 40px;
}
.gallery-text h2::before {
	width: 4px;
	top: 0px;
}
.gallery-text h2::after {
	width: 4px;
	bottom: 0px;
	right: 60px;
}
.logo-slider-container {
	margin: 50px;
}
.site-footer-width-100 {
	padding: 30px 30px 0px 30px;
}
.footer-family-image img {
	margin: 0;
}
.footer-col-1-width-100 {
	gap: 20px;
}
.site-footer-width-100 h4 {
	font-size: 20px;
}
.site-footer-width-100 p {
	font-size: 20px;
}
.footer-social a {
	font-size: 18px;
  padding: 6px 8px 5px 8px;
}



}



@media (max-width: 768px) {


.navbar ul li {
	width: 100%;
	padding-left: 30px;
}
  .whatsapp-btn button {
	display: none;
}
.search-tabs {
	position: static;
}
.search-tabs {
	transform: translateX(0%);

}
.tab {
	padding: 3px 13px;
	font-size: 18px;
}
.flight-search {
	padding: 0;
}
.trip-types {
	flex-wrap: wrap;
}
.heading-bold-font-h1 {
	font-size: 40px;
}
.welcome-section {
	padding: 0px;
}
.transparent-img img {
	margin-bottom: -4px;
	width: 100%;
}
.package-grid-left-heading-container-30 {
	width: 100%;
  padding: 30px;
}
.container-upcoming {
	flex-wrap: wrap;
}
.package-grid-right-container-70 {
	column-gap: 12px;
	padding: 0;
	margin: 0;
	width: 100%;
}
.upcoming-packages {
	padding: 0;
	margin: 0;
	background-color: #fff !important;
}
.container-upcoming {
	flex-wrap: wrap;
	background-color: #fff !important;
}
.tour-section {
	margin: 0px;
  margin-top: 20px;
}
.tour-section .heading-bold-font-h2 {
	font-size: 30px;
	padding-right: 0;
	text-align: center;
}
.tour-grid {
	flex-wrap: wrap;
}
.heading-bold-font-h2.left {
	padding-left: 0px;
	font-size: 30px;
	text-align: center;
}
.vacation-gallery {
	padding: 20px;
	flex-wrap: wrap;
}
.gallery-container {
	flex-direction: column-reverse;
}
.gallery-grid {
	width: 100%;
}
.gallery-text {
	width: 100%;
  padding: 0px;
}
.gallery-text h2 {
	font-size: 30px;
}
.gallery-text h2 span {
	font-size: 30px;
}
.gallery-text h2 {
	font-size: 30px;
	padding: 0;
	width: 100%;
}
.gallery-text h2::before {
	width: 0;
}
.gallery-text h2::after {
	width: 0px !important;
}
.logo-slider-container {
	margin: 20px;
}
.logo-slider-container {
	padding: 20px;
}
.footer-container {
	flex-direction: column-reverse;
}
.footer-left-width-40 {
	width: 100%;
}
.footer-right-width-60 {
	width: 100%;
}
.footer-col-2-width-100.footer-family-image {
	display: none;
}



.menu-toggle {
    display: block;
  }

  .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    display: none;
    padding: 20px 0;
  }

  .navbar ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .whatsapp-btn {
	display: none;
}

  .navbar.show {
    display: block;
  }
  .top-bar {
    flex-wrap: wrap;
  }




}




