﻿@import url('../../css2');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}


:root {
  --primary: #2787c9;
  --secondary: #666699;
}

@media (min-width: 992px) and (max-width: 1399.98px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }

  html {
    font-size: 15px;
  }

}

a {
	text-decoration: none;
	color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

li,
p {

  color: #222;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: .1px;
  line-height: 1.7;
}

h1,
h2 {
  
  font-weight: bold;
  /* letter-spacing: 1px; */
  line-height: normal;
  color: var(--secondary);
}

h3,
h4,
h5,
h6 {
  
  /* letter-spacing: 1px; */
  line-height: normal;
  font-weight: 500;
  color: var(--secondary);
}

img {
  max-width: 100%;
  transition: .4s ease;
  height: auto;
}


/* Main cursor */
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--primary);
  /* glowing orange */
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease, width 0.2s ease, height 0.2s ease;
  z-index: 9999;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

/* Trailing effect */
.cursor-trail {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid var(--primary);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease;
  z-index: 9998;
}

/* Hover effect on interactive elements */
/* a:hover, button:hover {
  cursor: none;
} */

/* a:hover ~ .cursor, a:hover ~ .cursor-trail,
button:hover ~ .cursor, button:hover ~ .cursor-trail {
  width: 50px;
  height: 50px;
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 0 25px  var(--primary);;
} */

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.top-contacts {
  display: flex;
  align-items: center;
}

.main-menu ul {
  display: flex;
  align-items: center;
}

.top-bar {
  background: var(--primary);
  /* padding: 10px 0; */
}

.bottom-bar {
  padding: 15px 0;
  background: white;
}

.logo {
  background: white;
  padding: 10px;
  width: 215px;
}

.main-menu ul li a {
  display: inline-block;
  padding: 10px 12px;
  font-weight: 600;
}

ul.top-contacts li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
}

ul.top-contacts li a {
  color: white;
}

.top-socials a {
  color: white;
  font-size: 1.2rem;
  display: grid;
  padding: 0 10px;
  position: relative;
  width: 44px;
  height: 70px;
  place-content: center;
  transition: .4s ease;
}

.top-socials a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 72px;
  border-left: 1px solid #fff;
  top: -1px;
  left: 0;
}

.top-socials {
  display: flex;
  align-items: center;
}

section {
  overflow-x: clip;
  position: relative;
}



.home-showcase {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.swiper {
  height: 100%;
}

.swiper-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
}

.filter {
  background: rgb(0 0 0 / 60%);
  position: absolute;
  inset: 0;
  z-index: 9;
}

.text-container {
  position: relative;
  z-index: 99;
  color: white;
  max-width: 80%;
  padding-top: 30vh;
  text-align: center;
  margin: auto;
}

.bigTitle {
  font-size: 3rem;
  line-height: 1.2;
  color: white;
}

/* Vertical Pagination */
.showcaseSlider-pagination {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.showcaseSlider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 6px 0;
  background: white;
  opacity: 0.5;
}

.showcaseSlider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Navigation Arrows Hidden by Default */
.showcaseSlider-nav {
  opacity: 0;
  visibility: hidden;
  transition: .4s ease;
}

.home-showcase:hover .showcaseSlider-nav {
  opacity: 1;
  visibility: visible;
}

.swiper-button-prev,
.swiper-button-next {
  color: white;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.swiper-button-prev,
.swiper-button-next {
  background: #ffffff45;
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  border-radius: 100%;
}

.text-container p {
  color: white;
  font-size: 1.1rem;
}

.showcaseSlider-pagination {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

.showcaseSlider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 6px 0;
  background: white;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.showcaseSlider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.3);
}

.swiper-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.image-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.all-btn a {
  display: flex;
  padding: 9px 20px;
  background: var(--secondary);
  /* warm travel gradient */
  color: white;
  /* align-items: center; */
  gap: 8px;
  border-radius: 8px;
  width: max-content;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.15); */
}

/* Hover Effects */
.all-btn a:hover {
  transform: translateY(-3px) scale(1.05);
  /* subtle lift & grow */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
  background: var(--primary);
  /* gradient swap for dynamic feel */
}

/* Optional: add an arrow animation for travel vibe */
.all-btn a::after {
  content: '→';
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.all-btn a:hover::after {
  transform: translateX(5px);
}




.banner-form {
  padding: 30px;
  width: 100%;
  background: #e4f0f9;
}

.banner-form.form-box {
  margin-top: -80px;
  position: relative;
  z-index: 9;
}

.form-box label {
  color: #666666;
  display: block;
  font-family: "poppins";
  margin: 0 0 5px;
}

.form-box input,
.form-box textarea,
.form-box select {
  width: 100% !important;
  padding: 10px;
  border: 1px solid var(--primary);
  margin: 0 0 15px;
  font-family: "poppins";
  color: #757575;
}

.choices__inner {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--primary);
  margin: 0;
  font-family: "poppins";
  color: #666;
}

input[type="submit"] {
  background: var(--primary);
  color: white;
  font-size: 1.1rem;
  /* margin: 26px 0 0; */
}

.search-destination .choices__inner {
  padding: 0;
  border: 0;
  background: transparent;
}

.padding {
  padding: 4rem 0;
}

.web-title {
  
  font-weight: bold;
  font-size: 2.7rem;
  text-transform: uppercase;
  color: var(--secondary);
}

.web-subtitle {

  color: var(--primary);
  font-size: 1.2rem;
  font-style: italic;
}

.destination-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: .4s ease;
}

.destination-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 380px;
}

.destination-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0000009c;
  width: 100%;
  padding: 20px 20px;
  transition: .4s ease;
  height: 30%;
}

.dest-price {
  font-size: 1.5rem;
  font-weight: bold;

  display: none;
}

.dest-text h4 {
  font-size: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.destination-box:hover img {
  transform: scale(1.2) rotate(2deg);
  filter: brightness(0.8);
}

.destination-box:hover .destination-text {
  background: var(--primary);
  height: 35%;
}


.activity-box {
  border: 1px solid #D9D9D9;
  text-align: center;
  padding: 15px;
  height: 100%;
}

.act-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin: 0 0 15px;
}

.act-text h4 {
  color: var(--secondary);
  margin: 0;
}

.bg-color {
  background-color: #e4f0f9;
}

.explore-box {
  width: 95%;
  position: relative;
  margin: auto;
}

.explore-img {
  width: 100%;
  height: 450px;
}

.img-hover {
  overflow: hidden;
  border-radius: 10px;
}

.img-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-hover:hover img {
  transform: scale(1.2) rotate(2deg);
  filter: brightness(0.8);
}

.explore-discount {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 70px;
  height: 70px;
  display: grid;
  place-content: center;
  background: var(--secondary);
  color: white;
  font-size: 1rem;
  
  border-radius: 100%;
  text-align: center;
}

.explore-text {
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 25px;
  margin-top: -125px;
  position: relative;
  transition: .4s ease;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transform: translateY(0);
}

.explore-text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

a.read-more {
  color: var(--primary);
  border-bottom: 2px solid;
  display: inline-block;
}

a.read-more i {
  transform: rotate(45deg);
}

.explore-text h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.explore-box:hover .explore-text {
  background: var(--primary);
  transform: translateY(-20px);
}

.explore-box:hover p,
.explore-box:hover h4,
.explore-box:hover a {
  color: white !important;
}

.explore-slider {
  overflow: hidden;
  padding: 50px 25px;
}

.explore-slider .swiper-slide {
  /* width: calc((100% - 2*30px)/3); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* opacity: 0.8; */
}

.explore-slider .swiper-slide-active {
  transform: scale(1.1);
  /* slightly bigger */
  opacity: 1;
  z-index: 10;
  /* box-shadow: 0 10px 25px rgba(0,0,0,0.2); */
}

.explore-box img {
  width: 100%;
}

.blog-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.blog-img {
  width: 100%;
  height: 290px;
  /* margin: 0 0 15px; */
}

.blog-text span {

  color: #222;
  opacity: .6;
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 5px;
}

a.blog-arrow {
  color: var(--primary);
  font-weight: 500;
}

.blog-text {
  position: relative;
  padding: 30px 25px;
}

.bg-section-1-text {
  padding: 3rem 0;
  width: 60%;
}

.bg-section-1-text form {
  width: 85%;
  position: relative;
  margin: 20px 0;
}

.bg-section-1-text form input[type="email"] {
  padding: 12px;
  background: transparent;
  border: 1px solid #fff;
  color: white;
  position: relative;
  width: 100%;
  font-family: 'Poppins';
}

.bg-section-1-text form input[type="submit"] {
  position: absolute;
  right: 5px;
  padding: 7px;
  border: none;
  top: 5px;
}

.bg-section-1-text form input[type="email"]::placeholder {
  color: white;
  font-family: 'Poppins';
}



.deal-box-2 {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.deal-img-2 {
  border-radius: 10px;
  height: 300px;
}

.deal-text-2 {
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  background: white;
  padding: 20px;
  left: 20px;
  width: auto;
  right: 20px;
  border-radius: 15px;
  justify-content: space-between;
}

.testimonial-box {
  text-align: center;
  width: 70%;
  margin: auto;
}

.test-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100%;
  margin: 0 auto 20px;
  border: 3px solid var(--primary);
  padding: 3px;
}



section.copyright {
  padding: 15px 0;
  background: var(--primary);
}

.copyright-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-flex p,
.copyright-flex a {
  margin: 0;
  color: white;
}

a.book-link {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.1rem;
  font-weight: 500;
}

.footer-social a {
  font-size: 1.4rem;
  margin: 0 10px 0 0px;
  display: inline-block;
}

.footer-link li a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  left: 0;
  top: 11px;
  clip-path: polygon(56% 27%, 100% 50%, 55% 71%, 0% 100%, 17% 51%, 0% 0%);
}

ul.contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
}

ul.contact-info li a i {
  width: 35px;
  height: 35px;
  display: grid;
  place-content: center;
  background: var(--primary);
  border-radius: 100%;
}

.footer-link li a {
  position: relative;
  display: inline-block;
  padding: 0 0px 8px 25px;
}

footer h3 {
  font-size: 1.8rem;
}

.quick-link li {
  display: inline-block;
  width: 48%;
}

/* ======================================== */


/* ===========Inner Banner ================ */

.inner-banner {
  padding: 250px 50px 50px;
  position: relative;
  background-size: cover;
  overflow: hidden;
  z-index: 9;
}

.inner-text {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.inner-text h4 {
  font-size: 2.7rem;
  font-weight: bold;
  color: #Ffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.inner-text ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inner-text ul li a {
  color: #ffff;
}

.inner-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black, transparent);
  left: 0;
  top: 0;
  z-index: -1;
}



.about-pg-img img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.ab-pg-1 {
  width: 50%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.ab-pg-2 {
  width: 45%;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 75px;
  right: 100px;
  border: 5px solid #fff;
  z-index: 9;
}

.about-pg-img {
  position: relative;
}

.ab-pg-3 {
  width: 55%;
  height: 220px;
  border: 5px solid #fff;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  margin-top: -45px;
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.why-sec {
  /* background: linear-gradient(rgba(245, 245, 245, 0.2) 100%, rgba(245, 245, 245, 0.2) 100%), url(../imgs/achiv-shape.png); */
  background-attachment: fixed;
}

.featured-box {
  padding: 30px 25px;
  border-radius: 20px;
  background: var(--primary);
  margin-bottom: 25px;
  transition: .5s all ease;
}

.fetured-img {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.fetured-img img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.fetured-img h5 {
  font-size: 19px;
  color: #fff;
}

.featured-box p {
  color: #fff;
}

.why-main-img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
}

.why-main-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.col-md-6:last-child .featured-box,
.col-md-6:nth-child(3) .featured-box {
  margin: 0;
}

.featured-box:hover {
  background: var(--secondary);
}

.pattern-3 img {
  filter: brightness(0.5);
  width: 240px;
  height: 240px;
  object-fit: contain;
  position: absolute;
  bottom: -100px;
  left: -25px;
  transform: scaleX(-1);
  animation: jumpping var(--duration, 6s) infinite linear;
  opacity: .5;
}


.pattern-2.why-patn img {
  z-index: -1;
  bottom: -90px;
}

.insta-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 280px;
  border-radius: 15px;
  z-index: 9;
  margin: 0 auto 20px;
}

.insta-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.insta-box i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
  color: #fff;
  z-index: 99;
}

.contact-box {
  padding: 30px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  /* background: #f9f9f7; */
  /* border: 2px solid #125b01; */
  display: flex;
  gap: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* min-height: 170px; */
}

.contact-box i {
  width: 50px;
  height: 50px;
  font-size: 19px;
  background: white;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
  border: 1px solid var(--primary);
  background: var(--primary);
}

.contact-box a {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  word-break: break-word;
}

ul.social-media {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.social-media li a {
  width: 35px;
  height: 35px;
  display: grid;
  place-content: center;
  background: #fff;
  border: 1px solid var(--primary);
  border-radius: 100%;
  color: var(--primary);
}

ul.social-media li a:hover {
  background: var(--primary);
  color: #fff;
}

.contact-sec {
  /* background-image: url(../imgs/cont-bg.jpg); */
  /* background-size: cover; */
  /* background-position: bottom; */
  /* background-attachment: fixed; */
}

.contact-form {
  /* padding: 50px 45px; */
  /* border-radius: 15px; */
  /* background: #fff; */
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.contact-box>div {
  width: 78%;
}


h2.blog-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.blog-det-text h1 {
  font-size: 28px;
}

.blog-det-text h2 {
  font-size: 26px;
}

.blog-det-text h3 {
  font-size: 24px;
}

.blog-share {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-share ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-share p {
  margin: 0;
  color: var(--primary);
  font-size: 19px;
  font-weight: 500;
}

.blog-share ul li {
  padding: 5px 15px;
  border: 1px solid #000;
  width: max-content;
  transition: .4s ease;
}

.blog-share ul li:hover {
  background: var(--primary);
  color: #fff;
}

.blog-share ul li:hover a {
  color: #fff;
}

ul.blog-list {
  display: flex;
  align-items: center;
  margin: 10px 0;
  gap: 15px;
}

ul.blog-list li span {
  color: var(--primary);
  font-weight: 500;
  border-bottom: 1px solid;
  margin-left: 5px;
}


.package-img {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.package-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-tag {
  background: #fff;
  padding: 10px 25px;
  color: var(--primary);
  position: absolute;
  top: 20%;
  left: 0;
  font-family:
    'muli';
  font-weight: 600;
  font-size: 18px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 99;
}

.package-details {
  border: 1px solid var(--primary);
  padding: 25px 30px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  left: -130px;
  width: 115%;
  z-index: 9;
}

.package-details h3 {
  margin: 0 0 15px 0;
  font-size: 24px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 5px;
  color: goldenrod;
  font-weight: 500;
  font-size: 16px;
}

.d-info {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--primary);
}

.package-flexs .row:nth-child(even) {
  flex-direction: row-reverse;
}

.package-flexs .row {
  margin-bottom: 50px;
}

.package-flexs .row:nth-child(even) .cat-tag {
  left: inherit;
  right: 0;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.package-flexs .row:nth-child(even) .package-details {
  left: 90px;
}

span.duration-flex {
  display: inline-block;
  width: 9%;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: none;
}

span.duration {
  width: 100%;
  background: var(--primary);
  display: block;
  color: #fff;
  padding: 8px;
  font-size: 20px;
  font-family: 'poppins';
}

span.days {
  display: inline-block;
  padding: 6px;
}

.gal-icon a {
  padding: 5px 15px;
  background: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  display: none;
}

.gal-icon a:hover {
  background: var(--primary);
  color: white;
}

ul#Packagetabs {
  margin: 20px 0 40px;
  border: none;
  gap: 15px;
}

ul#Packagetabs li button {
  border: none;
  background: var(--primary);
  color: #fff;
  border-radius: 10px;
}

ul#Packagetabs li button.active {
  background: #000;
}

.table-bordered {
  border: 1px solid #d3d3d3;
  /* Light grey border */
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #d3d3d3;
  /* Light grey cell borders */
  padding: 11px;
  /* Padding for table cells */
  font-size: 15px;
  color: #474747;
  line-height: 1.7;
  font-family: 'poppins';
  letter-spacing: .2px;
}

table.table.table-bordered {
  border: 1px solid #d3d3d3;
}

td.fw-medium {
  color: #000;
  font-size: 16px;
}

.offer-boxes {
  box-shadow: 0 -2px 205px rgba(0, 0, 0, .04), 0 -0.6px 61.8px rgba(0, 0, 0, .0261), 0 -0.25px 25px rgba(0, 0, 0, .02), 0 -0.09px 9px rgba(0, 0, 0, .0139);
  border-radius: 10px;
  font-size: 14px;
  line-height: 2;
  background-color: #fff;
  padding: 25px;
}

.pack-detail-box {
  width: 95%;
}

.p-short-info {
  margin: 0px 0 20px;
  padding: 0px 0 20px;
  /* border-top: 1px solid #e1e1e1; */
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-short-info .single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'poppins';
}

.p-short-info .single-info i {
  font-size: 28px;
  color: var(--primary);
  margin-right: 15px;
}

.package-details {
  border: 1px solid var(--primary);
  padding: 25px 30px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  left: -130px;
  width: 115%;
  z-index: 9;
  transition: .4s ease;
}

.package-details h3 {
  margin: 15px 0;
  font-size: 24px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 5px;
  color: goldenrod;
  font-weight: 500;
  font-size: 16px;
}

.d-info {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--primary);
}

.package-flexs .row:nth-child(even) {
  flex-direction: row-reverse;
}

.package-flexs .row {
  margin-bottom: 50px;
}

.package-flexs .row:nth-child(even) .cat-tag {
  left: inherit;
  right: 0;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.package-flexs .row:nth-child(even) .package-details {
  left: 90px;
}

.air-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.air-pack-box {
  position: relative;
  width: 100%;
}

.air-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.air-txt {
  display: flex;
  align-items: center;
  font-size: 20px;
  gap: 15px;
}

.air-txt h4 i {
  width: 20%;
}

.air-txt h4 a {
  font-size: 20px;
  width: 90%;
  display: inline-block;
  font-family: 'muli';
  color: #000;
  font-weight: 500;
}

.air-txt:hover h4 a,
.air-txt:hover i {
  color: var(--primary);
}

.air-info {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
  background: var(--second-clr);
  padding: 5px 25px;
  border-radius: 30px;
  font-weight: 500;
}

.pattern-2.air-patn img {
  top: 70px;
}

.air-de-img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.air-de-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.prev-btn,
span.next-btn {
  width: 45px;
  height: 45px;
  display: grid;
  place-content: center;
  background: #ffffff40;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}

span.prev-btn {
  top: 35%;
  right: 60px;
}

span.next-btn {
  top: 50%;
  right: 60px;
}

span.prev-btn:hover,
span.next-btn:hover {
  background: var(--second-clr);
  color: var(--primary);
}

.ratting i {
  color: goldenrod;
}

.tour-include-exclude {
  width: 100%;
  padding: 25px;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
}

.tour-include-exclude ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.tour-include-exclude ul li i.fa-check {
  color: green;
}

.tour-include-exclude ul li i.fa-times {
  color: red;
}

.tarveling-info table td.fw-medium {
  background: #f5f5f5;
}

.tarveling-info table td {
  padding: 10px 10px;
}


.accordion-two {
  position: relative;
  padding-left: 50px;
}

.accordion-two:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 30px;
  background: var(--primary);
  width: 1px;
  height: calc(100% - 50px);
}

.accordion-two .accordion-item {
  border: none;
  border-radius: 0;
  position: relative;
  margin-bottom: 35px;
  background: transparent;
}

.accordion-two .accordion-item:before {
  color: white;
  font-size: 14px;
  content: "\f00c";
  position: absolute;
  left: -50px;
  top: 5px;
  width: 30px;
  height: 30px;
  background: var(--primary);
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.accordion-two .accordion-item .accordion-button {
  padding: 0 0 15px;
  background: transparent;
  border-bottom: 1px solid #cdcdcd;
  font-family: 'poppins';
  font-size: 1.2rem;
  color: #000;
}

.accordion-two .accordion-item .accordion-button:after {
  width: auto;
  height: auto;
  border: none;
  font-size: 16px;
  font-weight: 400;
  content: "\f078";
  /* Chevron Down (Free) */
  background: transparent;
  color: var(--secondary-color);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(360deg);
  font-family:
    "Font Awesome 6 Free";
  font-weight: 900;
  /* Required for Font Awesome Free icons */
}

.accordion-two .accordion-item .accordion-button.collapsed:after {
  content: "\f077";
  /* Chevron Up (Free) */
  color: #000;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* Required for Font Awesome Free icons */
}

.accordion-two .accordion-item .accordion-body {
  padding: 20px 0 0;
}

.accordion-two .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.p-short-info {
  margin: 0px 0 20px;
  padding: 0px 0 20px;
  /* border-top: 1px solid #e1e1e1; */
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-short-info .single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'poppins';
}

.p-short-info .single-info i {
  font-size: 28px;
  color: var(--primary);
  margin-right: 15px;
}

.web-form.air-form {
  /* border: 1px solid #cdcdcd; */
  padding: 25px;
  border-radius: 15px;
  background: var(--primary);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: sticky;
  top: 0;
}

.deal-form {
  background-color: var(--primary);
  padding: 30px;
  border-radius: 10px;
}

.off {
  display: inline-block;
  width: max-content;
  padding: 4px 10px;
  background: var(--primary);
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 10px;
  font-family: 'poppins';
}

.vew-btn a {
  width: 100%;
  padding: 15px 20px;
  background: var(--primary);
  color: #fff;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  box-shadow: inset 0 0 0 0 var(--primary);
  transition: .4s ease;
  font-size: 16px;
}

.vew-btn a:hover {
  box-shadow: inset 300px 0 0 0 #000;
}

textarea {
  height: 120px;
}

.trip-form-section {
  padding: 60px 0;
}

.trip-form-box {
  background: var(--primary);
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 60px;
  position: relative;
  overflow: hidden;
}

.trip-form-box h2 {
  font-weight: 600;
  color: #0077b6;
  margin-bottom: 20px;
}

.trip-form-box .form-control,
.trip-form-box .form-select {
  /* border-radius: 12px; */
  /* box-shadow: none !important; */
  /* border: 1px solid #d4e3f1; */
  /* padding-left: 35px; */
}

.btn-custom {
  background: #0077b6;
  color: #fff;
  padding: 12px 25px;
  font-size: 17px;
  border-radius: 12px;
  transition: 0.3s;
  font-family: 'Poppins';
}

.btn-custom:hover {
  background: var(--secondary);
  color: white;
}

.form-icon {
  position: absolute;
  left: 15px;
  top: 35%;
  transform: translateY(-50%);
  color: #0077b6;
}

.input-group .form-control {
  padding-left: 40px;
}

.tools-section {
  padding: 70px 0;
}

.section-title {
  font-weight: 700;
  margin-bottom: 40px;
}

.tool-card {
  background: var(--primary);
  /* backdrop-filter: blur(12px); */
  border-radius: 18px;
  padding: 30px;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  width: 100%;
}

.tool-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.tool-card h4 {
  color: white;
  font-size: 2rem;
}

.airline-links a {
  display: inline-block;
  margin: 6px 8px 6px 0;
  padding: 8px 14px;
  border-radius: 10px;
  background: white;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}

.airline-links a:hover {
  background: #ffffff36;
  color: #ffffff;
}



.coming-soon {
  font-style: italic;
  color: #eee;
  opacity: 0.8;
  font-size: 1.2rem;
}

.tool-card p {
  color: white;
}



.flights-banner {
  position: relative;
  background: url("https://images.unsplash.com/photo-1504198458649-3128b932f49b") center/cover no-repeat;
  height: 320px;
  border-radius: 0 0 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.flights-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 30px 30px;
}

.flights-banner h1 {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 42px;
}

.flights-section {
  padding: 70px 0;
}

.intro-text {
  font-size: 18px;
  margin-bottom: 30px;
  color: #555;
}

.btn-custom {
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s;
}

.btn-primary-custom {
  background: #0077b6;
  color: #fff;
  border: none;
}

.btn-primary-custom:hover {
  background: #023e8a;
}

.btn-outline-custom {
  border: 2px solid #0077b6;
  color: #0077b6;
  background: transparent;
}

.btn-outline-custom:hover {
  background: #0077b6;
  color: #fff;
}

.flight-para p {
  font-size: 1.4rem;
  font-style: italic;
  color: var(--primary);
  font-weight: 500;
  margin: 30px 0;
}

.mask-img {
  display: inline-block;
  /* or block */
  width: 100%;
  max-width: 628px;
  height: 429px;
  /* or set a specific height */
  -webkit-mask-image: uurl('../imgs/mask-shape.webp');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: cover;
  mask-image: url('../imgs/mask-shape.webp');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  background-color: transparent;
  /* ensure it's visible */
}

.mask-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}


/* Custom Top Destinations Styles */
.topdestination {
  /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
  /* padding: 80px 0; */
  position: relative;
  overflow: hidden;
}

.topdestination::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
  z-index: 1;
}

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

.topdestination-title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.topdestination-title h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  position: relative;
}

.topdestination-title h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), #0056b3);
  border-radius: 2px;
}

.topdestination-title p {
  /* font-size: 1.2rem; */
  /* color: #6c757d; */
  /* max-width: 600px; */
  /* margin: 0 auto; */
}

/* Destination Cards */
.destination-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: .4s ease;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  /* height: 100%; */
}

.destination-card:hover {
  transform: translateY(-15px) scale(1.01);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.destination-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0, 123, 255, 0.1), rgba(0, 86, 179, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.destination-card:hover::before {
  opacity: 1;
}

.destination-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.destination-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.destination-card:hover .destination-image img {
  transform: scale(1.1);
}

.destination-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.destination-card:hover .destination-overlay {
  opacity: 1;
}

.destination-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.destination-content {
  padding: 25px;
  position: relative;
  z-index: 2;
}

.destination-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.destination-title i {
  color: var(--primary);
  font-size: 1.2rem;
}

.destination-description {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.destination-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.price-text {
  font-size: 0.9rem;
  color: #6c757d;
}

.price-amount {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin: 10px 0 0;
}

.destination-features {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.feature-tag {
  background: #e9ecef;
  color: #495057;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.destination-card:hover .feature-tag {
  background: var(--primary);
  color: white;
  transform: scale(1.05);
}

.plan-trip-btn a {
  width: 100%;
  background: var(--primary);
  border: none;
  color: white;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}

.plan-trip-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
}

.plan-trip-btn:hover::before {
  width: 300px;
  height: 300px;
}

.plan-trip-btn:hover a {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgb(102 102 153 / 34%);
}

.plan-trip-btn span {
  position: relative;
  z-index: 1;
}

/* Floating Animation for Cards */
@keyframes cardFloat {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }
}

.destination-card {
  /* animation: cardFloat 6s ease-in-out infinite; */
}



/* Rating Stars */
.destination-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}

.stars {
  color: #ffc107;
}

.rating-text {
  font-size: 0.85rem;
  color: #6c757d;
  margin-left: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .topdestination-title h2 {
    font-size: 2.5rem;
  }

  .destination-card {
    margin-bottom: 20px;
  }

  .destination-features {
    gap: 8px;
  }

  .feature-tag {
    font-size: 0.75rem;
    padding: 3px 8px;
  }
}

/* Pulse effect for popular destinations */
.popular-pulse {
  /* animation: pulse 2s ease-in-out infinite; */
}

@keyframes pulse {
  0% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  50% {
    box-shadow: 0 15px 40px rgba(0, 123, 255, 0.3);
  }

  100% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}

.package-flexs .row:hover .package-details {
  background: var(--primary);
  transform: translateY(-20px);
}

.package-flexs .row:hover .package-details h3,
.package-flexs .row:hover .package-details p,
.package-flexs .row:hover .package-details .rating {
  color: white;
}

.plan-tip-section .web-title {
  font-size: 2.2rem;
}

.plan-left ul li {
  display: flex;
  margin: 10px 0;
  align-items: flex-end;
  gap: 15px;
}

.plan-tip-section img {
  border-radius: 15px;
}

.plan-center h3 {
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
}

.plan-center h3 span {
  color: var(--primary);
  font-style: italic;
}


.plan-left ul li img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.plan-left ul li p {
  font-weight: 500;
  font-size: 1.1rem;
  font-style: italic;
}

.plan-center {
  width: 90%;
  margin: auto;
}

.trip-form-box-inner {
  background: white;
  padding: 25px;
  border-radius: 20px;
  position: relative;
  z-index: 99;
  width: 95%;
  margin-left: auto;
}

.trip-form-box-inner img {
  width: 185px;
  position: absolute;
  top: -14px;
  right: -29px;
  animation: float 3s ease-in-out infinite;
}

.trip-form-box-inner form {
  margin: 45px 0 0;
}

img.trip-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  filter: invert(1);
}

img.trip-2 {
  position: absolute;
  top: 0;
  left: 42%;
  filter: invert(1);
  z-index: 0;
  opacity: .5;
}

.trip-form-left {
  /* position: relative; */
  z-index: 99;
}

img.trip-3 {
  position: absolute;
  top: 10%;
  left: 0;
  filter: invert(1);
  opacity: .5;
  height: 300px;
}

img.cloud {
  position: absolute;
  top: -7%;
  z-index: 9;
  left: 10%;
  opacity: .6;
}

img.large-img {
  position: absolute;
  width: 42%;
  bottom: 0;
}


.plan-right form input[type="email"] {
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 1.5rem;
  color: #000;
  font-style: italic;
  width: 100%;
  outline: none;
}

input[type="email"] {}

.plan-right form {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}

button.plan-submit-btn {
  border: 0;
  background: transparent;
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: -7px;
  transform: rotate(-45deg);
}

.img-p-3 {
  height: 320px;
}

.img-p-2 {
  height: 260px;
}



/* Preloader full screen */
#preloader {
  position: fixed;
  inset: 0;
  background: linear-gradient(to bottom, #89cfff, #ededff);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  overflow: hidden;
}

#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

/* Plane in center with float animation */
.plane {
  width: 185px;
  height: auto;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.loading-text {
  margin-top: 20px;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
  animation: blink 1.5s infinite;
  font-family: "Poppins";
}

@keyframes blink {
  50% {
    opacity: 0.6;
  }
}

/* Water waves at bottom */
.waves {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: var(--primary);
  overflow: hidden;
  line-height: 0;
}

.waves svg {
  position: relative;
  display: block;
  width: calc(200% + 1.3px);
  height: 120px;
  animation: waveMove 6s linear infinite;
}

@keyframes waveMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.testimonialSwiper .swiper-button-prev, .testimonialSwiper .swiper-button-next {
    background: #76b3dd;
}

.blog-deatil-box {
    width: 80%;
    margin: auto;
}

a.btn-toggle {
    display: none;
}

.mobile-bar-canvas {
    background: var(--primary);
}

.mobile-bar-canvas .logo {
    padding: 10px;
}

.mobile-bar-canvas button.btn-close {
    background: white;
    opacity: 1;
    display: grid;
    place-content: center;
}

.main-menu.mboile-menu ul {
    flex-direction: column;
    align-items: flex-start;
}

.main-menu.mboile-menu ul li {
    width: 100%;
}

.main-menu.mboile-menu ul li a {
    color: white;
    padding: 6px 10px;
    font-weight: normal;
    border-bottom: 1px solid #ffffff26;
    width: 100%;
}

ol , ul , dl {
    padding: 0;
    margin: 0;
}

.pack-detail-box li {
    list-style: inherit;
    margin-left: 20px;
}

.form-box.deal-form {
    position: sticky;
    top: 50px; 
}

.deal-text-2 .price {
    display: none;
}

.policy-section h2 , .policy-section h3 , .policy-section h4 , .policy-section h5 , .policy-section h6 {
    color: inherit;
    
    font-weight: 500;
}

.policy-section h2, .policy-section h3 {
    font-size: 1.7rem;
}

.policy-section li {
    list-style: inherit;
    margin-left: 20px;
}





/*RESPONSIVE QUERY______*/


@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1140px) {
    
    ul.top-contacts li:last-child {
    display: none;
}

.main-menu ul li a {
    padding: 10px 7px;
}

ul.contact-info li a {
    word-break: break-word;
}

    
    

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
    
.top-socials {
    display: none;
}

.main-menu.desk-menu {
    display: none;
}

a.btn-toggle {
    display: inline-block;
    background: var(--primary);
    color: white;
}

.bottom-bar .all-btn {
    margin-left: auto;
    margin-right: 10px;
}

ul.top-contacts li:last-child {
    display: none;
}

ul.top-contacts {
    width: 100%;
    justify-content: center;
    padding: 5px 0;
}

.bottom-bar {
    padding: 10px 0;
}

.logo {
    padding: 0;
    width: 200px;
}

.all-btn a {
    padding: 8px 16px;
    font-size: 14px;
}

.banner-form.form-box {
    margin: 1rem 0;
}

.banner-form.form-box form .col-12 {
    width: 50%;
}

.web-title {
    font-size: 2.3rem;
}

.web-subtitle {
    font-size: 1.2rem;
}

.activity-box {
    height: auto;
    margin: 0 0 25px;
}

.w-50 , .w-75 {
    width: 95% !important;
}

section.bg-section-1 {
    background-size: cover;
}

.bg-section-1-text {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
}

.bg-section-1-text form {
    width: 90%;
    margin: 10px auto;
}

.blog-box {
    margin: 0 0 25px;
}

.deal-box-2 {
    margin: 20px 0;
}

footer h3 {
    text-transform: capitalize;
}

.package-details {
    width: 95%;
    left: 0 !important;
    position: relative;
    margin: -70px auto 0;
}

.air-de-img {
    height: auto;
}

h2.blog-title {
    font-size: 1.6rem;
}

.blog-deatil-box {
    width: 100%;
}

.img-p-1, .img-p-4 , .img-p-3 {
    display: none;
}

.plan-center {
    width: 100%;
    margin: 1rem 0 0;
}

.plan-right form {
    width: auto;
}

img.large-img {
    display: none;
}

.trip-form-box {
    padding: 35px;
}

.trip-form-box-inner {
    width: 100%;
}

.padding {
    padding: 3rem 0;
}

section.trip-form-section {
    padding-top: 0;
}

.trip-form-box-inner img {
    width: 150px;
    right: 0;
}

.inner-text h4 {
    font-size: 2.5rem; 
}

.contact-box {
    margin: 1rem 0;
    flex-direction: column;
    gap: 0;
}

.pack-detail-box {
    width : 100%;
}






    
    

}


@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {

}


@media only screen and (max-width: 800px) {

}


@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {

.text-container {
    max-width: 95%;
}

.web-title {
    font-size: 1.5rem;
}


.flight-para p {
    font-size: 1.1rem;
    margin: 15px 0;
}

.btn-custom {
    padding: 10px 20px;
    font-size: 14px;
}

.inner-text h4 {
    font-size: 1.5rem;
}

.inner-banner {
    padding: 160px 0  30px;
}

.plan-tip-section .web-title {
    font-size: 1.5rem;
}

.contact-box {
    min-height: auto;
    padding: 20px;
    margin: 1rem 0 0;
}

.contact-box i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
}

.contact-box>div {
    width: 100%;
}

.contact-box>div h5 {
    margin: 0 0 .2rem !important;
    font-size: 17px;
}

.form-box input, .form-box textarea, .form-box select {
    font-size: 14px;
}

.form-box label {
    font-size: 14px;
}





    

}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 575px) {
    
html {
    font-size : 15px;
}    

.logo {
    width: 170px;
}.logo.d-lg-none.d-inline-block {}

.all-btn a {
    font-size: 13px;
    padding: 7px 12px;
}

h1.bigTitle {
    font-size: 2.5rem;
}

.text-container p {
    font-size: 1rem;
}

.home-showcase {
    height: 450px;
}

.text-container {
    padding-top: 25vh;
}

.text-container {}

.choices {}

.choices {
    margin-bottom: 6px !important;
}

footer.footer {
    padding: 30px 0 20px;
}

h3 {}

footer h3 {
    margin: 10px 0;
    font-size: 1.5rem;
}

a.book-link {}

a.book-link , .copyright-flex p, .copyright-flex a {
    font-size: 13px;
}

ul.top-contacts li a.a-1 {
    display : none;
}

.package-img {
    width: 100%;
    height: 300px; 
}

.inner-text {
    flex-direction: column;
}

.p-short-info.mt-4 {}.p-short-info {
    flex-wrap: wrap;
}

h4 {}.tool-card h4 {
    font-size: 1.5rem;
}

a {}

.airline-links a {
    font-size: 13;
    font-size: 13px;
}

.banner-form.form-box form .col-12 {
    width: 100%;
}
    
    .inner-text ul {
    display: none;
}
    
ul.top-contacts li a i {
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background: white;
    color: #2787c9;
    border-radius: 100%;
    font-size: 12px;
}

ul.top-contacts {
    justify-content: flex-end;
}

ul.top-contacts li {
    margin-right: 9px;
}

.quick-link li {
    display: inline-block;
    width: 100%;
}



    

}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 420px) {
    
.bottom-bar .all-btn {
    position: fixed;
    top: 235px;
    z-index: 99;
    right: -63px;
    transform: rotate(-90deg);
}



    

}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}









