/* Font */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

/* ====================
  Reset Default CSS Start
  ==================== */
/* TASA Orbiter Deck fonts Font */
@font-face {
  font-family: "TASAOrbiter";
  src: url("..'/assets/fonts/TASAOrbiterText-Bold-BF64891cba00f5b.otf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TASAOrbiter";
  src: url("../assets/fonts/TASAOrbiterText-Regular-BF64891cba384f3.otf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TASAOrbiter";
  src: url("../assets/fonts/TASAOrbiterText-Medium-BF64891cb9e8a75.otf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TASAOrbiter";
  src: url("../assets/fonts/TASAOrbiterText-SemiBold-BF64891cba09cfc.otf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* TASA Orbiter Deck fonts Font */

:root {
  --primary-font: "TASAOrbiter";
  --secondary-font: "Manrope";
  --primary-color: #1d75fc;
  --secondary-color: #ff8343;
  --border-color: #d0d0d0;
  --black: #040404;
  --bg: #ffffff;
  --main-120: #e8f1ff;
  --main-140: #a5c8fe;
  --main-160: #77acfd;
  --main-180: #4a91fd;
  --sec-20: #ffe6d9;
  --sec-20: #ffcdb4;
  --sec-20: #ffb58e;
  --sec-20: #ff9c69;
  --text-1: #040d12;
  --text-2: #222831;
  --text-3: #ffffff;
  --accent-light-gray: #d0d0d0;
  --accent-white-smoke: #f5f5f5;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--primary-font);
}

h6 {
  font-family: var(--secondary-font);
}

a {
  text-decoration: none;
  font-family: var(--primary-font);
  transition: 0.4s;
}

p {
  color: var(--text-2);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 400;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

button {
  border: none;
  outline: none;
  font-family: var(--primary-font);
  transition: 0.4s;
}

input {
  outline: none;
  font-family: var(--secondary-font);
}

img {
  width: 100%;
  background-position: center;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  background: var(--bg);
}

/*====================
Reset Default CSS End
====================*/

/* Webkit Scroll bar */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  transition: 0.3s;
  background: var(--primary-color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* Webkit Scroll bar */

/* Featured Offer Start */
#top_flight_wrapper {
  width: 100%;
  background: var(--bg);
}

#top_flight_wrapper .header_wrap {
  margin-bottom: 30px;
}

#top_flight_wrapper .header .title {
  display: inline-block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: var(--text-1);
}

#top_flight_wrapper .header .title span {
  position: relative;
}

#top_flight_wrapper .header .title svg {
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 80px;
}

.flight_deals .slider {
  position: relative;
}

.flight_deals .swiper-wrapper {
  display: flex;
}

.flight_deals .card {
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: none !important;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.flight_deals .card:hover .card-img img {
  transform: scale(1.02);
}

.flight_deals .card .card-img {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  transition: 0.3s ease;
  object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flight_deals .card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: 0.3s ease;
  background-size: cover;
}

.flight_deals .top_flight_sliders {
  position: relative;
  padding-bottom: 60px !important;
}

.flight_deals .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0px 8px !important;
  border-radius: 4px !important;
  background: var(--main-140) !important;
  opacity: 1 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

.flight_deals .swiper-pagination-bullet-active {
  transition: width 0.5s !important;
  background: var(--primary-color) !important;
  border: 1px solid transparent !important;
}

@media (min-width: 1200px) {
  .flight_deals .swiper-slide {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .flight_deals .swiper-slide {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .flight_deals .swiper-slide {
    width: 100%;
  }

  #top_flight_wrapper .header .title {
    font-size: 26px;
    display: inline-block;
  }

  #top_flight_wrapper .header .title span {
    font-size: 26px;
  }
  #top_flight_wrapper .header .title svg {
    width: 60px;
  }
}

/* Featured Offer End */

/* Explore World Start */
#explore_world {
  width: 100%;
  background: var(--main-120);
}

#explore_world .header_wrap {
  margin-bottom: 30px;
}

#explore_world .header .title {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: var(--text-1);
}

#explore_world .header .title span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: var(--text-1);
}

#explore_world .header .title svg {
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 130px;
}

#explore_world .browse_btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  gap: 8px;
  border-radius: 8px;
  font-weight: 400;
  padding: 10px 30px;
  border: var(--border-color);
  color: var(--text-3);
  background: var(--primary-color);
}

#explore_world .browse_btn:hover {
  background: var(--secondary-color);
}

#explore_world .browse_btn img {
  width: 22px;
  height: 22px;
}

#explore_world .card_items .card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.4s;
}

#explore_world .card_items .card .place {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

#explore_world .card_items .card img {
  transition: 0.4s;
}

#explore_world .card_items .card:hover img {
  transform: scale(1.02);
}

#explore_world .card_items .card .icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
}

#explore_world .card_items .details .name {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-1);
}

#explore_world .card_items .details .desc {
  font-weight: 500;
}

@media (max-width: 768px) {
  #explore_world .header .title {
    font-size: 26px;
    display: inline-block;
  }
  #explore_world .header .title span {
    font-size: 26px;
  }
  #explore_world .header .title svg {
    width: 100px;
  }
}

/* Explore World End */

/* Our Services Start */
.our_services {
  width: 100%;
  overflow: hidden;
}

.our_services .tag {
  padding: 10px 20px;
  background: var(--main-120);
  font-family: var(--primary-font);
  font-size: 18px;
  border-radius: 8px;
  font-weight: 500;
  color: var(--text-1);
}

.our_services .header_wrap {
  margin-bottom: 30px;
}

.our_services .header .title {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: var(--text-1);
}

.our_services .header .title span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: var(--text-1);
}

.our_services .header .title svg {
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 116px;
}

.our_services .read_btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  gap: 8px;
  border-radius: 8px;
  font-weight: 400;
  padding: 10px 30px;
  border: var(--border-color);
  color: var(--text-3);
  background: var(--primary-color);
}

.our_services .read_btn:hover {
  background: var(--secondary-color);
}

.our_services .read_btn img {
  width: 22px;
  height: 22px;
}

.our_services .card_items .card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.4s;
}

.our_services .card_items .card img {
  height: 100%;
  transition: 0.4s;
  background-size: cover;
}

.our_services .card_items .card:hover img {
  transform: scale(1.02);
}

.our_services .card_items .button_wrapper {
  display: flex;
  justify-content: space-between;
}

.our_services .card_items .button_wrapper .shape1 {
  width: 80px;
  object-fit: contain;
}

.our_services .card_items {
  position: relative;
}

.our_services .card_items .shape2 {
  position: absolute;
  width: 100px;
  top: -10px;
  left: 48%;
  transform: translate(-50%, -0%);
  z-index: 1;
}

.our_services .card_items .shape3 {
  position: absolute;
  width: 120px;
  bottom: -4%;
  left: 76%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 1228px) {
  .our_services .card_items .button_wrapper .shape1 {
    width: 50px;
  }
}

@media (max-width: 1024px) {
  .our_services .card_items .shape3 {
    width: 120px;
    bottom: -8%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 768px) {
  .our_services .header .title {
    font-size: 26px;
    display: inline-block;
  }
  .our_services .header .title span {
    font-size: 26px;
  }
  .our_services .header .title svg {
    width: 90px;
  }
}

@media (max-width: 630px) {
  .our_services .card_items .shape3 {
    width: 100px;
    bottom: -8%;
  }
}

@media (max-width: 600px) {
  .our_services .card_items .shape3 {
    width: 70px;
    bottom: -6%;
  }
}

@media (max-width: 500px) {
  .our_services .card_items .shape3 {
    width: 60px;
    bottom: -5%;
  }
}

/* Our Services End */

/* Vacation Packages Start */
.vacation_package {
  width: 100%;
}

.vacation_package .header_wrap {
  margin-bottom: 30px;
}

.vacation_package .header_wrap .vac_tab {
  border: 1px solid var(--border-color);
  padding: 6px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.vacation_package .header_wrap .tab {
  transition: all 0.3s ease;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

.vacation_package .header_wrap .tab:hover {
  background: var(--secondary-color);
  color: var(--text-3);
}

.vacation_package .header .title {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: var(--text-1);
}

.vacation_package .header .title span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: var(--text-1);
}

.vacation_package .header .title svg {
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 130px;
}

.vacation_package .card_items .card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.4s;
}

.vacation_package .card_items .card .place {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.vacation_package .card_items .card img {
  transition: 0.4s;
}

.vacation_package .card_items .card:hover img {
  transform: scale(1.02);
}

.vacation_package .card_items .card .icon {
  width: 20px;
  height: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.vacation_package .card_items .wrap .name {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-1);
}

.vacation_package .card_items .wrap .price {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: var(--primary-font);
}

.vacation_package .card_items .wrap .desc {
  font-weight: 500;
}

.vacation_package .book_btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  gap: 8px;
  border-radius: 8px;
  font-weight: 400;
  padding: 10px;
  border: var(--border-color);
  color: var(--text-1);
  background: var(--main-120);
}

.vacation_package .book_btn:hover {
  background: var(--primary-color);
  color: var(--text-3);
}

.vacation_package .book_btn svg {
  width: 22px;
  height: 22px;
  transition: 0.4s;
}

.vacation_package .book_btn svg path {
  stroke: var(--text-1);
  transition: 0.4s;
}

.vacation_package .book_btn:hover svg path {
  stroke: var(--text-3);
  transition: 0.4s;
}

.vacation_package .explore_btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  gap: 8px;
  border-radius: 8px;
  font-weight: 400;
  padding: 10px 30px;
  border: var(--border-color);
  color: var(--text-3);
  background: var(--primary-color);
}

.vacation_package .explore_btn:hover {
  background: var(--secondary-color);
}

.vacation_package .explore_btn img {
  width: 22px;
  height: 22px;
}

@media (max-width: 768px) {
  .vacation_package .header .title {
    font-size: 26px;
    display: inline-block;
  }
  .vacation_package .header .title span {
    font-size: 26px;
  }
  .vacation_package .header .title svg {
    width: 100px;
  }
}

@media (max-width: 576px) {
  .vacation_package .header_wrap .tab {
    padding: 8px 10px;
  }
}
/* Vacation Packages End */

/* Top Airline Start */
.top_airlines {
  width: 100%;
}

.top_airlines .header_wrap {
  margin-bottom: 30px;
}

.top_airlines .header .title {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: var(--text-1);
}

.top_airlines .header .title span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: var(--text-1);
}

.top_airlines .header .title svg {
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 130px;
}

.top_airlines .card_items .card {
  border-radius: 8px;
  overflow: hidden;
  background: var(--bg);
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.06));
  padding: 16px;
  transition: 0.4s;
}

.top_airlines .card_items .card img {
  width: 80%;
  transition: 0.4s;
  background-size: contain;
  object-fit: contain;
}

.top_airlines .card_items .name {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-1);
}

.top_airlines .card_items .arrow_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--main-120);
  width: 40px;
  height: 40px;
  transition: 0.4s;
}

.top_airlines .card_items .arrow_btn:hover {
  background: var(--primary-color);
}

.top_airlines .card_items .arrow_btn:hover svg path {
  stroke: var(--text-3);
}

.top_airlines .card_items .arrow_btn svg path {
  transition: 0.4s;
}

.top_airlines .card_items .arrow_btn svg {
  width: 26px;
  height: 26px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .top_airlines .header .title {
    font-size: 26px;
    display: inline-block;
  }
  .top_airlines .header .title span {
    font-size: 26px;
  }
  .top_airlines .header .title svg {
    width: 100px;
  }
}
/* Top Airline End */

/* Testimonials Start */

#testimonials {
  width: 100%;
  background: var(--main-120);
}

#testimonials .header_wrap {
  margin-bottom: 30px;
}

#testimonials .header .title {
  display: inline-block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: var(--text-1);
}

#testimonials .header .title span {
  position: relative;
}

#testimonials .header .title svg {
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 210px;
}

#testimonials .slider {
  position: relative;
}

#testimonials .swiper-wrapper {
  display: flex;
}

#testimonials .card {
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: none !important;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

#testimonials .card .name {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-1);
}

#testimonials .testimonial_sliders {
  position: relative;
  padding-bottom: 60px !important;
}

#testimonials .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0px 8px !important;
  border-radius: 4px !important;
  background: var(--main-140) !important;
  opacity: 1 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

#testimonials .swiper-pagination-bullet-active {
  transition: width 0.5s !important;
  background: var(--primary-color) !important;
  border: 1px solid transparent !important;
}

@media (min-width: 1200px) {
  #testimonials .swiper-slide {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #testimonials .swiper-slide {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #testimonials .swiper-slide {
    width: 100%;
  }

  #testimonials .header .title {
    font-size: 26px;
    display: inline-block;
  }

  #testimonials .header .title span {
    font-size: 26px;
  }
  #testimonials .header .title svg {
    width: 140px;
  }
}

/* Testimonials End */

/* Adventure Start */
.our_adventure {
  width: 100%;
}

.our_adventure .header_wrap {
  margin-bottom: 30px;
}

.our_adventure .view_more_btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  gap: 8px;
  border-radius: 8px;
  font-weight: 400;
  padding: 10px 20px;
  border: var(--border-color);
  color: var(--text-3);
  background: var(--primary-color);
}

.our_adventure .view_more_btn:hover {
  background: var(--secondary-color);
}

.our_adventure .view_more_btn img {
  width: 22px;
  height: 22px;
}

.our_adventure .header_wrap .vac_tab {
  border: 1px solid var(--border-color);
  padding: 6px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.our_adventure .header_wrap .tab {
  transition: all 0.3s ease;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

.our_adventure .header_wrap .tab:hover {
  background: var(--secondary-color);
  color: var(--text-3);
}

.our_adventure .header .title {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: var(--text-1);
}

.our_adventure .header .title span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: var(--text-1);
}

.our_adventure .header .title svg {
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 130px;
}

.our_adventure .card_items .card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.4s;
}

.our_adventure .card_items .card .place {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.our_adventure .card_items .card .card_img {
  transition: 0.4s;
}

.our_adventure .card_items .card:hover .card_img {
  transform: scale(1.02);
}

.our_adventure .card_items .card .icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
}

.our_adventure .card_items .wrap .name {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-1);
}

.our_adventure .card_items .wrap .price {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: var(--primary-font);
}

.our_adventure .card_items .wrap .desc {
  font-weight: 600;
  color: var(--text-1);
  font-family: var(--primary-font);
}

.our_adventure .card_items .name {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-1);
}

.our_adventure .book_btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  gap: 8px;
  border-radius: 8px;
  font-weight: 400;
  padding: 10px 16px;
  border: var(--border-color);
  color: var(--text-1);
  background: var(--main-120);
}

.our_adventure .book_btn:hover {
  background: var(--primary-color);
  color: var(--text-3);
}

.our_adventure .book_btn svg {
  width: 22px;
  height: 22px;
  transition: 0.4s;
}

.our_adventure .book_btn svg path {
  stroke: var(--text-1);
  transition: 0.4s;
}

.our_adventure .book_btn:hover svg path {
  stroke: var(--text-3);
  transition: 0.4s;
}

@media (max-width: 768px) {
  .our_adventure .header .title {
    font-size: 26px;
    display: inline-block;
  }
  .our_adventure .header .title span {
    font-size: 26px;
  }
  .our_adventure .header .title svg {
    width: 100px;
  }
}

/* Adventure End */

/* FAQ Start */
#faq {
  width: 100%;
  background: var(--bg);
}

#faq .header_wrap {
  margin-bottom: 30px;
}

#faq .header .title {
  display: inline-block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: var(--text-1);
}

#faq .header .title span {
  position: relative;
}

#faq .header .title svg {
  position: absolute;
  bottom: -8px;
  right: -20px;
  width: 210px;
}

#faq .faq_acc {
  display: flex;
  align-items: start;
  gap: 20px;
}

#faq .faq_acc .wrap {
  width: 100%;
}

#faq .faq_acc details {
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

#faq .faq_acc summary {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  list-style: none;
}

#faq .faq_acc summary .icon {
  transition: transform 0.3s ease;
}

#faq .faq_acc details[open] summary .icon {
  transform: rotate(-90deg);
}

#faq .faq_acc details summary .icon svg {
  width: 32px;
  height: 32px;
}

#faq .faq_acc .content {
  background-color: transparent;
  padding: 0 16px;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

#faq .faq_acc details .heading {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-1);
}

#faq .faq_acc .content p {
  display: block;
  text-align: left;
  padding-right: 40px;
  margin-bottom: 12px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  #faq .faq_wrapper .title {
    font-size: 34px;
  }
  #faq .faq_acc {
    flex-direction: column;
    gap: 0px;
  }
}

@media screen and (max-width: 768px) {
  #faq .header .title {
    font-size: 26px;
    display: inline-block;
  }

  #faq .header .title span {
    font-size: 26px;
  }
  #faq .header .title svg {
    width: 120px;
    right: 0px;
  }
}

/* FAQ End */

/* Services Type Start */
#service_type {
  width: 100%;
  background: var(--main-120);
  overflow: hidden;
}

#service_type .header_wrap {
  margin-bottom: 30px;
}

#service_type .header .title {
  display: inline-block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: var(--text-1);
}

#service_type .header .title span {
  position: relative;
}

#service_type .header .title svg {
  position: absolute;
  bottom: -10px;
  right: -20px;
  width: 210px;
}

@media screen and (max-width: 768px) {
  #service_type .header .title {
    font-size: 26px;
    display: inline-block;
  }

  #service_type .header .title span {
    font-size: 26px;
  }
  #service_type .header .title svg {
    width: 120px;
    right: 0px;
  }
}

/* Services Type End */

/*  Newsletter Start */
.newsletter {
  width: 100%;
  background: var(--bg);
}

.newsletter .title {
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  color: var(--text-3);
}

@media screen and (max-width: 768px) {
  .newsletter .title {
    font-size: 26px;
    display: inline-block;
  }
}
/*  Newsletter End */

/* .........Hero Start........ */
.hero_wrapper {
  margin-top: 10px;
}
.hero_wrapper .title {
  font-size: 48px;
  font-weight: 600;
  color: var(--text-3);
}
.hero_wrapper .desc {
  color: var(--text-3);
  padding: 10px 0;
}
.hero_wrapper {
  background: var(--bg);
  padding-bottom: 130px;
}
.hero_wrapper .hero {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 60px 20px 30px 20px;
}

.hero_wrapper .hero_content {
  text-align: center;
  color: black;
  margin-bottom: -160px;
}

.hero_wrapper .hero_content .form_wrapper {
  position: relative;
  margin-top: 50px;
}

.hero_wrapper .tabs {
  width: 72%;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  justify-content: center;
  padding: 10px;
  border-radius: 12px;
  background: var(--bg);
  z-index: 1;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.hero_wrapper .tab_button {
  width: 100%;
  display: flex;
  gap: 6px;
  align-items: center;
  background-color: transparent;
  border: none;
  color: var(--text-1);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 14px 6px 6px;
  cursor: pointer;
}

.hero_wrapper .tab_button svg {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.hero_wrapper .tab_button.active {
  background-color: var(--primary-color);
  color: var(--text-3);
}

.hero_wrapper .tab_button:hover {
  background-color: var(--primary-color);
  color: var(--text-3);
}

.hero_wrapper .tab_container_wrap {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  border-radius: 12px;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.16));
  backdrop-filter: blur(20px);
  border: 1px solid #cacaca;
}

.hero_wrapper .tab_container {
  /* clip-path: polygon(
    0 0,
    23% 0,
    23% 12%,
    77% 12%,
    77% 0,
    100% 0,
    100% 58%,
    100% 100%,
    65% 100%,
    42% 100%,
    0 100%,
    0 56%
  ); */
}

.hero_wrapper .tab_content {
  position: relative;
  display: none;
  padding: 60px 20px 20px 20px;
}

.hero_wrapper .tab_content .select_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: end;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 100%;
  max-width: 200px;
}

.hero_wrapper .select_box input,
.hero_wrapper .select_box select {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
}

.hero_wrapper .tab_content .select_box .travelers {
  width: 100%;
  max-width: 100px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px !important;
  color: var(--text-1);
  outline: none !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.hero_wrapper .tab_content .select_box .class {
  width: 100%;
  max-width: 136px;
  border-radius: 4px !important;
  background: var(--Secondary-100, #ff8343);
  color: var(--text-3);
  outline: none !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

.hero_wrapper .tab_content .select_box label {
  font-size: 12px;
  color: white;
}

.hero_wrapper .tab_content .select_box select {
  padding: 6px;
  font-size: 12px;
  border-radius: 8px;
}

.hero_wrapper .tab_content.active {
  display: block;
}

.hero_wrapper .trip_type {
  display: inline-flex;
  gap: 6px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  padding: 6px;
  border-radius: 12px;
}

.hero_wrapper .trip_button {
  display: inline-block;
  background-color: transparent;
  border: none;
  color: var(--text-1);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 20px;
  cursor: pointer;
}

.hero_wrapper .trip_button.active {
  background-color: var(--primary-color);
  color: var(--text-3);
}

.hero_wrapper .trip_button:hover {
  background-color: var(--primary-color);
  color: var(--text-3);
}

.hero_wrapper .form {
  margin: 10px 0;
}

.hero_wrapper .input_group {
  width: 100%;
}

.hero_wrapper .input_group .exchange {
  position: relative;
}

.hero_wrapper .input_group .exchange .icon {
  width: 36px;
  height: 36px;
  position: absolute;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.16));
  backdrop-filter: blur(20px);
  border: 4px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.hero_wrapper .form_group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.hero_wrapper .form_group .day_year,
.hero_wrapper .form_group .airport {
  color: var(--text-2);
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 400;
}

.hero_wrapper .form_group .input_fild {
  border-radius: 8px;
  /* padding: 10px; */
  text-align: left;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.hero_wrapper .form_group .from_place {
  padding: 10px 18px 10px 10px;
}

.hero_wrapper .form_group .to_place {
  padding: 10px 10px 10px 18px;
}

.hero_wrapper .calender {
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  text-align: left;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.hero_wrapper .form_group label {
  margin-bottom: 5px;
  color: var(--text-3);
  text-align: left;
}

.hero_wrapper .form_group input::placeholder {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-1);
}

.hero_wrapper .form_group input {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-1);
}

.hero_wrapper .form_group select {
  width: 100%;
  border: none;
  outline: none;
}

.hero_wrapper .form_group .month {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-1);
}

.hero_wrapper .form_group .date {
  background: var(--primary-color);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 6px;
  color: var(--text-3);
  font-weight: 600;
  font-size: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.hero_wrapper .search_button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: var(--primary-color);
  color: var(--text-3);
  border-radius: 8px;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
}

.hero_wrapper .search_button svg {
  width: 18px;
  height: 18px;
}

.hero_wrapper .search_button:hover {
  background: var(--secondary-color);
}

.flatpickr-calendar.animate.open {
  z-index: 10 !important;
}

@media screen and (max-width: 1024px) {
  .hero_wrapper .hero {
    height: auto;
  }

  .hero_wrapper .tabs {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0%, 0%);
    margin-bottom: 10px;
  }

  .hero_wrapper .hero_content .form_wrapper {
    margin-top: 0px;
  }

  .hero_wrapper .tab_button svg {
    width: 26px;
    height: 26px;
  }

  .hero_wrapper .title {
    font-size: 32px;
  }

  .hero_wrapper .desc {
    display: inline-block;
    padding-bottom: 20px;
  }

  .hero_wrapper .trip_type {
    display: flex;
  }

  .hero_wrapper .tab_content {
    padding: 10px;
  }

  .hero_wrapper .input_group .exchange .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 57%;
    left: auto;
    right: 0px;
    transform: translate(-50%, -50%);
  }

  .hero_wrapper .form_group .calender_box input {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .hero_wrapper .tab_content .select_box {
    padding: 0px 10px;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    position: absolute;
    right: 20px;
    top: auto;
    bottom: -44px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
  }

  .hero_wrapper .search_button {
    margin-top: 50px;
  }

  .hero_wrapper .tab_content .select_box .travelers {
    width: 100%;
    max-width: 100% !important;
    padding: 8px 10px;
  }

  .hero_wrapper .tab_content .select_box .class {
    width: 100%;
    max-width: 100% !important;
    padding: 8px 10px;
  }

  .hero_wrapper .trip_button {
    width: 100%;
    padding: 8px 10px;
  }

  .hero_wrapper .form_group .day_year,
  .hero_wrapper .form_group .airport {
    font-size: 12px;
  }
  .hero_wrapper .form_group .month {
    font-size: 16px;
    font-weight: 500;
  }
}

/* ..........Hero End......... */
