/*---------------------------------------------"
// Template Name: Finder
// Description:  Finder Directory Listing Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
/* FONT ==>  Poppins --- Roboto <== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Border-Radius */
/* Gap */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #0d1b2a;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0;
  }
}

.slick-track > [class*=col] {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-right: calc(var(--bs-gutter-x) / 2) !important;
  margin-left: calc(var(--bs-gutter-x) / 2) !important;
}

.container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0.75);
  padding-left: calc(var(--bs-gutter-x) * 0.75);
}
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 5vw;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #45474f;
  background: #f0f0f0;
  background-size: cover;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 400;
  line-height: 28px;
  height: 100% !important;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background-color: #45474f;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #0d1b2a;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #141516;
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(56px, 6.667vw, 399px);
  /* 128px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

h2,
.h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(32px, 2.917vw, 99px);
  /* 56px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 66px */
}

h3,
.h3 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(34px, 2.083vw, 80px);
  /* 40px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

h4,
.h4 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(24px, 1.667vw, 67px);
  /* 32px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 42px */
}
@media (max-width: 820px) {
  h4,
  .h4 {
    font-size: clamp(20px, 1.354vw, 30px);
    /* 27px */
    line-height: 140%;
  }
}

h5,
.h5 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(20px, 1.25vw, 62px);
  /* 24px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 33.6px */
}

h6,
.h6 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(15px, 1.042vw, 40px);
  /* 21px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 27.6px */
}
@media (max-width: 820px) {
  h6,
  .h6 {
    font-size: clamp(20px, 1.25vw, 62px);
    /* 24px */
  }
}

.text-16,
p {
  color: #45474f;
  font-family: "Roboto", sans-serif;
  font-size: clamp(15px, 0.833vw, 32px);
  /* 16px */
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}
@media (max-width: 1399px) {
  .text-16,
  p {
    line-height: 160%;
    font-size: clamp(15px, 0.833vw, 28px);
    /* 16px */
  }
}

.text-18 {
  font-size: clamp(15px, 0.938vw, 36px);
  /* 18px */
  line-height: 150%;
}

.eyebrow {
  color: #f3f7fc;
  text-transform: uppercase;
  font-size: clamp(10px, 0.729vw, 28px);
  /* 16px */
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}
@media (max-width: 1199px) {
  .eyebrow {
    font-size: clamp(12px, 0.677vw, 32px);
    /* 15px */
  }
}

.subtitle {
  font-size: clamp(12px, 0.625vw, 28px);
  /* 12px */
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #141516;
  line-height: 150%;
}

.caption {
  font-size: clamp(10px, 0.625vw, 24px);
  /* 12px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1499px) {
  .caption {
    font-size: 10px;
  }
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Roboto", sans-serif;
}

.hr-line {
  width: 100%;
  height: 1px;
  background: #c1c1c1;
}

.hover-content {
  transition: all 0.5s ease-in-out;
}
.hover-content:hover {
  color: #0d1b2a !important;
}

.image-effect {
  position: relative;
  overflow: hidden;
}

.image-effect::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(13, 27, 42, 0.4);
  -webkit-transform: translate(-50%, -50%) rotate(-40deg);
  -ms-transform: translate(-50%, -50%) rotate(-40deg);
  transform: translate(-50%, -50%) rotate(-40deg);
  z-index: 1;
}

.image-effect:hover::after {
  height: 250%;
  -webkit-transition: all 940ms ease-in-out;
  -o-transition: all 940ms ease-in-out;
  transition: all 940ms ease-in-out;
  background-color: transparent;
}

.image-effect:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.image-effect img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #0d1b2a !important;
}

.color-sec {
  color: #f3f7fc !important;
}

.color-ter {
  color: #f0f0f0 !important;
}

.black {
  color: #141516 !important;
}

.medium-black {
  color: #1e1f20 !important;
}

.light-black {
  color: #1c1c1c !important;
}

.gray {
  color: #c1c1c1 !important;
}

.lightest-gray {
  color: #eff2f5 !important;
}

.dark-gray {
  color: #45474f !important;
}

.white {
  color: #ffffff !important;
}

.bg-primary {
  background: #0d1b2a !important;
}

.bg-sec {
  background: #f3f7fc !important;
}

.bg-black {
  background: #141516 !important;
}

.bg-dark-gray {
  background: #45474f !important;
}

.bg-gray {
  background: #c1c1c1 !important;
}

.bg-lightest-gray {
  background: #eff2f5 !important;
}

.bg-white {
  background: #ffffff !important;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "Roboto", sans-serif;
}

.font-sec {
  font-family: "Poppins", sans-serif;
}

.br-4 {
  border-radius: 4px;
}

.br-8 {
  border-radius: clamp(4px, 0.417vw, 16px);
}

.br-10 {
  border-radius: clamp(5px, 0.521vw, 20px);
}

.br-12 {
  border-radius: clamp(8px, 0.625vw, 24px);
}

.br-14 {
  border-radius: clamp(10px, 0.729vw, 28px);
}

.br-16 {
  border-radius: clamp(12px, 0.833vw, 32px);
}

.br-18 {
  border-radius: clamp(14px, 0.938vw, 36px);
}

.br-20 {
  border-radius: clamp(16px, 1.042vw, 40px);
}

.br-24 {
  border-radius: clamp(18px, 1.25vw, 48px);
}

.br-32 {
  border-radius: clamp(24px, 1.667vw, 64px);
}

.br-48 {
  border-radius: clamp(28px, 2.5vw, 68px);
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px) !important;
}

.gap-6 {
  gap: clamp(3px, 0.313vw, 7px);
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px) !important;
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px) !important;
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px) !important;
}

.gap-30 {
  gap: clamp(24px, 1.563vw, 64px);
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-36 {
  gap: clamp(24px, 1.875vw, 64px);
}

.gap-48 {
  gap: clamp(40px, 2.5vw, 54px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.mb-160 {
  margin-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 767px) {
  .mb-160 {
    margin-bottom: 66px;
  }
}

.mb-56 {
  margin-bottom: clamp(33px, 2.917vw, 88px);
}

.mb-90 {
  margin-bottom: clamp(52px, 4.688vw, 128px);
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 58px;
  }
}

.mb-100 {
  margin-bottom: clamp(52px, 5.208vw, 158px);
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 58px;
  }
}

.mb-96 {
  margin-bottom: clamp(52px, 5vw, 128px);
}
@media (max-width: 767px) {
  .mb-96 {
    margin-bottom: 58px;
  }
}

.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 44px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 44px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 44px;
  }
}

.mb-180 {
  margin-bottom: clamp(58px, 9.375vw, 260px);
}
@media (max-width: 575px) {
  .mb-180 {
    margin-bottom: 58px;
  }
}

.mb-60 {
  margin-bottom: clamp(32px, 3.125vw, 128px);
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 44px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 44px;
  }
}

.mt-90 {
  margin-top: clamp(32px, 4.688vw, 128px);
}
@media (max-width: 767px) {
  .mt-90 {
    margin-top: 32px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.my-64 {
  margin: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .my-64 {
    margin: 28px 0;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 26px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 26px;
  }
}

.mb-42 {
  margin-bottom: clamp(24px, 2.188vw, 96px);
}
@media (max-width: 767px) {
  .mb-42 {
    margin-bottom: 26px;
  }
}

.mb-40 {
  margin-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 24px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1599px) {
  .mt-32 {
    margin-top: 29px;
  }
}
@media (max-width: 1399px) {
  .mt-32 {
    margin-top: 27px;
  }
}
@media (max-width: 1199px) {
  .mt-32 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 20px;
  }
}

.mb-36 {
  margin-bottom: clamp(24px, 1.875vw, 64px);
}

.mb-30 {
  margin-bottom: clamp(22px, 1.563vw, 64px);
}

.pt-32 {
  padding-top: clamp(24px, 1.667vw, 64px);
}

.mb-32 {
  margin-bottom: clamp(24px, 1.667vw, 64px);
}

.mb-34 {
  margin-bottom: clamp(24px, 1.771vw, 64px);
}

.mt-24 {
  margin-top: clamp(18px, 1.25vw, 48px);
}
@media (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}

.mb-120 {
  margin-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .mb-120 {
    margin-bottom: 68px;
  }
}

.mb-28 {
  margin-bottom: clamp(20px, 1.458vw, 58px);
}

.mb-24 {
  margin-bottom: clamp(18px, 1.25vw, 48px);
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}

.mb-20 {
  margin-bottom: clamp(16px, 1.042vw, 40px);
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .mt-16 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 14px;
  }
}

.mb-18 {
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .mb-18 {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .mb-18 {
    margin-bottom: 14px;
  }
}

.mb-16 {
  margin-bottom: clamp(14px, 0.833vw, 32px);
}

.mb-12 {
  margin-bottom: clamp(9px, 0.625vw, 34px);
}

.mb-14 {
  margin-bottom: clamp(10px, 0.729vw, 28px);
}

.mb-10 {
  margin-bottom: clamp(5px, 0.521vw, 20px);
}
@media (max-width: 767px) {
  .mb-10 {
    margin-bottom: 6px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-4p {
  margin-bottom: 4px;
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-220 {
  padding-top: clamp(146px, 11.458vw, 420px);
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pt-120 {
  padding-top: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 48px;
  }
}

.pb-120 {
  padding-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 48px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.pb-48 {
  padding-bottom: 26px;
}

.py-48 {
  padding: clamp(24px, 2.5vw, 96px) 0;
}
@media (max-width: 767px) {
  .py-48 {
    padding: 20px 0;
  }
}

.pb-48 {
  padding-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 20px;
  }
}

.pt-48 {
  padding-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 20px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pt-12 {
  padding-top: clamp(8px, 0.625vw, 24px);
}
@media (max-width: 575px) {
  .pt-12 {
    padding-top: 8px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.py-32 {
  padding: 32px 0;
}
@media (max-width: 1599px) {
  .py-32 {
    padding: 29px 0;
  }
}
@media (max-width: 1399px) {
  .py-32 {
    padding: 27px 0;
  }
}
@media (max-width: 1199px) {
  .py-32 {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .py-32 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0;
  }
}

.p-32 {
  padding: 32px;
}
@media (max-width: 1599px) {
  .p-32 {
    padding: 29px;
  }
}
@media (max-width: 1399px) {
  .p-32 {
    padding: 27px;
  }
}
@media (max-width: 1199px) {
  .p-32 {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .p-32 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-32 {
    padding: 20px;
  }
}

.py-24 {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-24 {
    padding: 20px 0;
  }
}

.pl-24 {
  padding-left: clamp(18px, 1.25vw, 48px);
}

.pr-24 {
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 991px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .pr-24 {
    padding-right: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 1199px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .pb-24 {
    padding-bottom: 20px;
  }
}

.p-24 {
  padding: 24px !important;
}
@media (max-width: 1199px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 991px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-24 {
    padding: 20px;
  }
}

.py-16 {
  padding: clamp(12px, 0.833vw, 32px) 0;
}
@media (max-width: 1199px) {
  .py-16 {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .py-16 {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  .py-16 {
    padding: 10px 0;
  }
}

.p-16 {
  padding: 16px;
}
@media (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .p-16 {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}

.p-12 {
  padding: 12px;
}
@media (max-width: 1199px) {
  .p-12 {
    padding: 11px;
  }
}
@media (max-width: 991px) {
  .p-12 {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .p-12 {
    padding: 8px;
  }
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px) !important;
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
.cus-btn {
  padding: clamp(6px, 0.521vw, 20px);
  border-radius: clamp(4px, 0.417vw, 16px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 0.417vw, 16px);
  background: #0d1b2a;
  position: relative;
}
.cus-btn .icon {
  width: clamp(36px, 2.083vw, 54px);
  height: clamp(26px, 1.875vw, 64px);
  border-radius: 4px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cus-btn .icon svg {
  width: clamp(14px, 0.833vw, 32px);
  height: clamp(14px, 0.833vw, 32px);
  z-index: 3;
  transition: all 0.5s ease-in-out;
  color: white;
}
.cus-btn .icon::before {
  content: "";
  position: absolute;
  left: 0.517vw;
  top: 0.517vw;
  width: clamp(36px, 2.083vw, 54px);
  height: clamp(26px, 1.875vw, 64px);
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1025px) {
  .cus-btn .icon::before {
    left: 0.617vw;
    top: 0.599vw;
  }
}
@media (max-width: 821px) {
  .cus-btn .icon::before {
    top: 0.617vw;
  }
}
@media (max-width: 520px) {
  .cus-btn .icon::before {
    left: 1.37vw;
    top: 1.2vw;
  }
}
@media (max-width: 376px) {
  .cus-btn .icon::before {
    left: 5px;
    top: 5px;
  }
}
.iconclr svg{
  color:#0d1b2a !important;
}
.cus-btn .text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  color: #ffffff;
  font-size: clamp(14px, 0.833vw, 32px);
  /* 16px */
  transition: all 0.5s ease-in-out;
  z-index: 3;
}
.cus-btn:hover .icon {
  box-shadow: none;
}
.cus-btn:hover .icon svg {
  transform: rotate(-25deg);
}
.cus-btn:hover .icon::before {
  box-shadow: 0px 0px 13px 0px rgba(131, 131, 131, 0.4);
  width: calc(100% - 0.729vw);
}
@media (max-width: 520px) {
  .cus-btn:hover .icon::before {
    width: calc(100% - 15px);
  }
}
.cus-btn:hover .text {
  color: #0d1b2a;
}
.cus-btn.white-bg {
  background: #ffffff;
}
.cus-btn.white-bg .text {
  color: #0d1b2a;
}
.cus-btn.white-bg .icon {
  background: #0d1b2a;
}
.cus-btn.white-bg .icon svg path {
  fill: #ffffff;
}
.cus-btn.white-bg .icon::before {
  background: #0d1b2a;
}
.cus-btn.white-bg:hover .text {
  color: #ffffff !important;
}
.cus-btn.white-bg:hover .icon {
  background: #0d1b2a;
}
.cus-btn.white-bg:hover .icon svg path {
  fill: #ffffff;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scrollToTopBtn {
  background-color: #1c1c1c;
  border-radius: 50%;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: clamp(18px, 1.25vw, 48px);
  line-height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.5vw, 94px);
  height: clamp(40px, 2.5vw, 94px);
  position: fixed;
  bottom: 30px;
  right: 45px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.scrollToTopBtn:hover {
  background: #0d1b2a;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  transform: scale(0.92);
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.pagination #border-pagination {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.729vw, 28px);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pagination #border-pagination .l-arrow {
  margin-right: 20px;
}
.pagination #border-pagination .r-arrow {
  margin-left: 20px;
}
.pagination #border-pagination li {
  display: inline;
}
.pagination #border-pagination li span {
  color: #0d1b2a;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li a {
  display: inline-flex;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 400;
  line-height: 150%;
  color: #45474f;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li a:hover, .pagination #border-pagination li a.active {
  text-decoration: underline;
  color: #0d1b2a;
}
.pagination #border-pagination li .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: clamp(40px, 2.5vw, 140px);
  height: clamp(40px, 2.5vw, 140px);
  background-color: transparent;
  border-radius: 50% !important;
  background-color: #0d1b2a;
  float: left;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li .arrow svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.pagination #border-pagination li .arrow svg path {
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li .arrow:hover, .pagination #border-pagination li .arrow.active {
  background-color: #0d1b2a;
  color: #ffffff;
}
.pagination #border-pagination li .arrow:hover svg path, .pagination #border-pagination li .arrow.active svg path {
  fill: #ffffff;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 118px;
  height: 160px;
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 80px;
    max-height: 80px;
  }
}

input:-webkit-autofill, input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

.input-block .form-control {
  padding: clamp(12px, 0.882vw, 32px);
  border: 1px solid #c1c1c1;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: clamp(13px, 0.729vw, 28px);
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  position: relative;
  color: #45474f;
  box-shadow: none;
  outline: 0;
  border-radius: clamp(5px, 0.521vw, 20px);
}
.input-block .form-control:-webkit-autofill, .input-block .form-control:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
.input-block .form-control:focus {
  box-shadow: none !important;
  outline: 0 !important;
  color: #141516 !important;
  background: transparent !important;
}
.input-block .form-control::placeholder {
  color: #45474f;
  opacity: 1;
}

.input-block {
  position: relative;
}

.input-block svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

input[type=file] {
  display: none;
}

label.error {
  color: #ff0000;
}

.cus-checkBox input {
  display: none;
}
.cus-checkBox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  cursor: pointer;
}
.cus-checkBox label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: #c1c1c1;
  font-size: clamp(16px, 1.042vw, 42px);
  font-weight: 300;
}
.cus-checkBox input[type=checkbox]:checked + label {
  color: #0d1b2a;
  font-weight: 400;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "\f14a";
  color: #0d1b2a;
  font-weight: 600;
}

.quantity {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
}
.quantity .number,
.quantity .increment,
.quantity .decrement {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 5px;
  background: rgba(77, 115, 252, 0.1);
  color: #1c1c1c;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 500;
  flex-shrink: 0;
  line-height: 140%;
  /* 29.4px */
  border: 1px solid #1c1c1c;
  width: 35px;
  height: 45px;
}
@media (max-width: 420px) {
  .quantity .number,
  .quantity .increment,
  .quantity .decrement {
    width: 32px;
    height: 36px;
  }
}
.quantity .number {
  color: #141516;
  background: transparent;
  border: 0;
}

.radio-button input:checked,
.radio-button input:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-button label {
  color: #0d1b2a;
  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, 0.938vw, 36px);
  font-weight: 400;
  line-height: 120%;
  /* 29.4px */
}
@media (max-width: 674px) {
  .radio-button label {
    font-size: 16px;
  }
}

.radio-button input:not(:checked) + label {
  color: #45474f;
}

.radio-button input:checked + label,
.radio-button input:not(:checked) + label {
  position: relative;
  padding-left: clamp(24px, 1.875vw, 64px);
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 674px) {
  .radio-button input:checked + label,
  .radio-button input:not(:checked) + label {
    padding-left: 22px;
  }
}

.radio-button input:checked + label:before,
.radio-button input:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: clamp(22px, 1.258vw, 52px);
  height: clamp(22px, 1.258vw, 52px);
  border: 2px solid #0d1b2a;
  border-radius: 100%;
  background: #ffffff;
}
@media (max-width: 674px) {
  .radio-button input:checked + label:before,
  .radio-button input:not(:checked) + label:before {
    padding-left: 16px;
    width: 20px;
    height: 20px;
  }
}

.radio-button input:not(:checked) + label:before {
  border: 2px solid #45474f;
}
@media (max-width: 674px) {
  .radio-button input:not(:checked) + label:before {
    border: 1px solid #45474f;
  }
}

.radio-button input:checked + label:after,
.radio-button input:not(:checked) + label:after {
  content: "";
  width: clamp(14px, 0.833vw, 32px);
  height: clamp(14px, 0.833vw, 32px);
  background: #0d1b2a;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 674px) {
  .radio-button input:checked + label:after,
  .radio-button input:not(:checked) + label:after {
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
  }
}

.radio-button input:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-button input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.filter-checkbox input {
  padding: 0;
  display: none;
  border: 1px solid #1c1c1c;
  cursor: pointer;
}
.filter-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 12px;
  z-index: 10;
  border: solid #0d1b2a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-checkbox label {
  position: relative;
  cursor: pointer;
  color: #45474f;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .filter-checkbox label {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .filter-checkbox label {
    font-size: 14px;
  }
}
.filter-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #45474f;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -3px;
}
.filter-checkbox label.black-color {
  color: #141516;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: center;
  text-align: center;
  background: #f0f0f0;
  z-index: 9999999;
  align-content: center;
}
#preloader .loader {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 35rem;
  height: 18rem;
  margin: 0 auto;
}
#preloader .loader .wait {
  margin: 5rem 0;
  visibility: hidden;
}
#preloader .loader .iata_code {
  font-size: 4rem;
  font-weight: 600;
  top: 60%;
  position: absolute;
  color: #0d1b2a;
}
#preloader .loader .iata_code.departure_city {
  left: 55px;
}
#preloader .loader .iata_code.arrival_city {
  right: 0.5rem;
}
#preloader .loader .plane {
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
#preloader .loader .plane .plane-img {
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
@media (max-width: 575px) {
  #preloader .loader .plane .plane-img {
    width: 210px;
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#preloader .loader .earth-wrapper {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  padding-top: 2.7rem;
}
#preloader .loader .earth-wrapper .earth {
  width: 160px;
  height: 160px;
  background: url("https://zupimages.net/up/19/34/6vlb.gif");
  border-radius: 100%;
  background-size: 340px;
  animation: earthAnim 12s infinite linear;
  margin: 0 auto;
  border: 1px solid #f3f7fc;
}
@media (max-width: 575px) {
  #preloader .loader .earth-wrapper .earth {
    width: 120px;
    height: 120px;
  }
}
@keyframes earthAnim {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -340px;
  }
}
@media screen and (max-width: 420px) {
  #preloader .loader .departure_city {
    left: 0;
    right: 0;
    top: 30%;
    position: absolute;
    margin: 0 auto;
  }
  #preloader .loader .arrival_city {
    left: 0;
    right: 0;
    top: 93%;
    position: absolute;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup h3 {
  font-family: "Roboto", sans-serif;
  font-size: 5.1979166667vw;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  color: #1c1c1c;
  position: absolute;
  z-index: 9;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1399px) {
  .search-popup h3 {
    top: 50%;
  }
}
.search-popup .search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background: #f3f7fc;
  cursor: url(../media/close.webp), auto;
}
@media (max-width: 767px) {
  .search-popup .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup .search-popup__content {
  position: fixed;
  width: 0;
  max-width: fit-content;
  padding: 30px 96px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup .search-popup__content .search-popup__form {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 22px;
}
.search-popup .search-popup__content .search-popup__form .blur-layer {
  border: 1px solid #fffbfa;
  background: #f0f0f0;
  backdrop-filter: blur(25px);
  padding: 8px;
  border-radius: 22px;
}
.search-popup .search-popup__content .search-popup__form .blur-layer input[type=search],
.search-popup .search-popup__content .search-popup__form .blur-layer input[type=text] {
  width: 59.5833333333vw;
  background-color: #ffffff !important;
  font-size: 15px;
  color: #697585;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
  border-radius: 16px;
}
.search-popup .search-popup__content .search-popup__form .blur-layer input[type=search]::placeholder,
.search-popup .search-popup__content .search-popup__form .blur-layer input[type=text]::placeholder {
  font-family: "Poppins", sans-serif;
}
.search-popup .search-popup__content .search-popup__form button {
  padding: 0;
  width: 66px;
  height: 66px;
  border: 0;
  background: transparent;
  color: #1c1c1c;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 16px;
  border-radius: 0;
}
.search-popup .search-popup__content .search-popup__form button i {
  margin: 0;
  font-size: 24px;
}
.search-popup .search-popup__content .search-popup__form button::after {
  background-color: #9b59b6;
}
.search-popup .search-popup__content .fade-text {
  text-transform: uppercase;
  color: #0d1b2a;
  font-size: 16.2916666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -8.56px;
  position: absolute;
  bottom: -127%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 1399px) {
  .search-popup .search-popup__content .fade-text {
    right: -6%;
  }
}
@media (max-width: 1199px) {
  .search-popup .search-popup__content .fade-text {
    right: -6%;
  }
}
.search-popup.active {
  opacity: 1;
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 1;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.drop-container {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.wrapper-dropdown {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(4px, 0.417vw, 16px);
  background: transparent;
  position: relative;
  width: fit-content;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-dropdown .selected-display {
  font-weight: 400;
  line-height: 150%;
}
.wrapper-dropdown svg {
  width: clamp(19px, 1.042vw, 48px);
  height: clamp(19px, 1.042vw, 48px);
}
.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown .topbar-dropdown {
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px #c1c1c1;
  background: #ffffff;
  color: #c1c1c1 !important;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  right: 0;
  left: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 16px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
.wrapper-dropdown .topbar-dropdown li {
  color: #141516 !important;
  font-weight: 400;
  padding: 0 clamp(10px, 0.729vw, 28px);
  line-height: 281.25%;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  font-size: clamp(15px, 0.833vw, 32px);
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  transition: all 0.5s ease-in-out;
  background-color: #0d1b2a;
  color: #ffffff !important;
}
.wrapper-dropdown.active .topbar-dropdown {
  color: #141516;
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}
.wrapper-dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.wrapper-dropdown .arrow {
  float: right;
  rotate: 180deg;
}
.wrapper-dropdown svg {
  transition: all 0.3s;
}
.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

/*-------------------------                       
  layouts
-------------------------*/
.header {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
}
@media (max-width: 580px) {
  .header {
    width: 100%;
    border-bottom: 1px solid #45474f;
  }
}
.header.bg-white {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.header .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(10px, 1.042vw, 48px) 0;
}
.header .navigation .header-logo {
  width: clamp(160px, 2.115vw, 432px);
}
@media (max-width: 1024px) {
  .header .navigation .header-logo {
    width: 20%;
    height: auto;
  }
}
.header .navigation .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.header .navigation .main-menu__nav .main-menu__list,
.header .navigation .main-menu__nav .main-menu__list ul,
.header .navigation .main-menu__nav .stricky-header .main-menu__list,
.header .navigation .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  text-transform: capitalize;
  background: #f3f7fc;
  border-radius: 500px;
  padding: 0 clamp(28px, 2.5vw, 68px);
}
@media screen and (min-width: 1200px) {
  .header .navigation .main-menu__nav .main-menu__list,
  .header .navigation .main-menu__nav .main-menu__list ul,
  .header .navigation .main-menu__nav .stricky-header .main-menu__list,
  .header .navigation .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
    gap: clamp(40px, 2.5vw, 54px);
  }
}
@media (max-width: 1399px) {
  .header .navigation .main-menu__nav .main-menu__list,
  .header .navigation .main-menu__nav .main-menu__list ul,
  .header .navigation .main-menu__nav .stricky-header .main-menu__list,
  .header .navigation .main-menu__nav .stricky-header .main-menu__list ul {
    gap: clamp(24px, 1.667vw, 64px);
    display: flex;
  }
}
@media (max-width: 1025px) {
  .header .navigation .main-menu__nav .main-menu__list,
  .header .navigation .main-menu__nav .main-menu__list ul,
  .header .navigation .main-menu__nav .stricky-header .main-menu__list,
  .header .navigation .main-menu__nav .stricky-header .main-menu__list ul {
    display: none;
  }
}
.header .navigation .main-menu__nav .main-menu__list > li,
.header .navigation .main-menu__nav .stricky-header .main-menu__list > li {
  position: relative;
}
.header .navigation .main-menu__nav .main-menu__list > li > a,
.header .navigation .main-menu__nav .stricky-header .main-menu__list > li > a {
  padding: clamp(10px, 0.781vw, 28px) 0;
  font-size: clamp(14px, 0.833vw, 52px);
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 187.5%;
  color: #45474f;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  transition: all all 0.5s ease-in-out;
}
.header .navigation .main-menu__nav .main-menu__list > li > a i,
.header .navigation .main-menu__nav .stricky-header .main-menu__list > li > a i {
  transition: all 0.5s ease-in-out;
}
.header .navigation .main-menu__nav .main-menu__list > li > a::after,
.header .navigation .main-menu__nav .stricky-header .main-menu__list > li > a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0d1b2a;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}
.header .navigation .main-menu__nav .main-menu__list > li > a.active,
.header .navigation .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  color: #0d1b2a;
  transition: 0.5s transform ease;
  font-weight: 500;
}
.header .navigation .main-menu__nav .main-menu__list > li > a.active i,
.header .navigation .main-menu__nav .stricky-header .main-menu__list > li > a.active i {
  transform: rotate(-180deg);
  color: #0d1b2a;
}
.header .navigation .main-menu__nav .main-menu__list > li > a.active::after,
.header .navigation .main-menu__nav .stricky-header .main-menu__list > li > a.active::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.header .navigation .main-menu__nav .main-menu__list > li > a:hover,
.header .navigation .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #0d1b2a;
  transition: 0.5s transform ease;
}
.header .navigation .main-menu__nav .main-menu__list > li > a:hover i,
.header .navigation .main-menu__nav .stricky-header .main-menu__list > li > a:hover i {
  color: #0d1b2a;
  transform: rotate(-180deg);
}
.header .navigation .main-menu__nav .main-menu__list > li > a:hover::after,
.header .navigation .main-menu__nav .stricky-header .main-menu__list > li > a:hover::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.header .navigation .main-menu__nav .main-menu__list > li:first-child a::before,
.header .navigation .main-menu__nav .stricky-header .main-menu__list > li:first-child a::before {
  display: none;
}
.header .navigation .main-menu__nav .main-menu__list > li.current, .header .navigation .main-menu__nav .main-menu__list > li:hover,
.header .navigation .main-menu__nav .stricky-header .main-menu__list > li.current,
.header .navigation .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #0d1b2a;
}
.header .navigation .main-menu__nav .main-menu__list li ul,
.header .navigation .main-menu__nav .stricky-header .main-menu__list li ul {
  overflow: hidden;
  border-radius: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: clamp(200px, 13.938vw, 716px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.5s ease-in-out, visibility all 0.5s ease-in-out, transform 700ms ease;
  z-index: 99;
  background: #1c1c1c;
  padding: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.header .navigation .main-menu__nav .main-menu__list li ul li,
.header .navigation .main-menu__nav .stricky-header .main-menu__list li ul li {
  margin-bottom: 2px;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.header .navigation .main-menu__nav .main-menu__list li ul li > a,
.header .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: clamp(14px, 0.833vw, 32px);
  line-height: 27px;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: clamp(4px, 0.417vw, 46px) clamp(16px, 1.042vw, 80px);
  transition: 400ms;
  border-radius: 6px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.header .navigation .main-menu__nav .main-menu__list li ul li > a::after,
.header .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > a::after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  opacity: 0;
  border-radius: 6px;
  color: #0d1b2a;
}
.header .navigation .main-menu__nav .main-menu__list li ul li.current > a, .header .navigation .main-menu__nav .main-menu__list li ul li:hover > a,
.header .navigation .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.header .navigation .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  z-index: 3;
  background-color: #ffffff;
  color: #0d1b2a;
}
.header .navigation .main-menu__nav .main-menu__list li ul li.current > a::after, .header .navigation .main-menu__nav .main-menu__list li ul li:hover > a::after,
.header .navigation .main-menu__nav .stricky-header .main-menu__list li ul li.current > a::after,
.header .navigation .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a::after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.header .navigation .main-menu__nav .main-menu__list li ul li > ul,
.header .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.header .navigation .main-menu__nav .main-menu__list li ul li > ul.right-align,
.header .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.header .navigation .main-menu__nav .main-menu__list li ul li > ul ul,
.header .navigation .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: flex;
}
.header .navigation .main-menu__nav .main-menu__list li:hover > ul,
.header .navigation .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  padding: 6px;
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .navigation .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .header .navigation .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
  .header .navigation .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
  .header .navigation .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.header .main-menu__right .text-16 {
  font-weight: 600;
  line-height: 30px;
  color: #141516 !important;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.header .main-menu__right .text-16:hover {
  text-decoration-color: #0d1b2a;
  color: #0d1b2a;
}
.header .main-menu__right .search-toggler svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
@media (max-width: 1399px) {
  .header .main-menu__toggler {
    display: none !important;
  }
}
@media (max-width: 1025px) {
  .header .main-menu__toggler {
    display: flex !important;
  }
}
.header.header-2 {
  border-bottom: 1px solid #8c8c8c;
}
.header.header-2 .main-menu__list {
  background: transparent !important;
  padding: 0 !important;
}
.header.header-2 .main-menu__nav .main-menu__list > li > a {
  color: #ffffff !important;
}
.header.header-2 .main-menu__right .text-16 {
  color: #ffffff !important;
}
.header.header-2.header.bg-white {
  background: #0d1b2a !important;
  border: none !important;
}
header.bg-white .main-menu .navigation img {
  width: 110px;
}
.header.header-2 .main-menu__list li a::after {
  background: transparent !important;
  bottom: 16px !important;
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 200;
  color: #45474f;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 1099px) {
  .mobile-nav__toggler {
    display: flex;
  }
}
.mobile-nav__toggler:hover {
  color: #0d1b2a;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  border-radius: clamp(18px, 1.25vw, 48px);
  margin: 12px;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #141516;
  opacity: 0.3;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background: #ffffff;
  z-index: 10;
  position: relative;
  height: calc(100% - 24px);
  overflow-y: auto;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
@media (max-width: 490px) {
  .mobile-nav__wrapper .mobile-nav__content {
    width: clamp(250px, 55.102vw, 450px);
  }
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-top: 14px;
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box img {
  width: clamp(160px, 15.625vw, 320px);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 0px solid transparent;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
  border-bottom: 0px solid transparent;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 0px solid transparent;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #141516;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  height: 52px;
  letter-spacing: 0.8px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a .fa-solid {
  display: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #0d1b2a;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #0d1b2a;
  border: none;
  outline: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  border-radius: 50%;
  transition: transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #0d1b2a;
  color: #ffffff;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #0d1b2a;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #141516;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: #0d1b2a;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #141516;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #0d1b2a;
}
.mobile-nav__contact li i {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0d1b2a;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

@media (max-width: 1025px) {
  .main-menu__right {
    display: flex;
    align-items: center;
    gap: clamp(18px, 1.25vw, 48px) !important;
  }
  .cus-btn2 {
    display:none;
  }
}

.nav-bar .nav-link li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-bar .nav-link li::before {
  width: clamp(4px, 0.417vw, 16px);
  height: clamp(4px, 0.417vw, 16px);
  border: 1px solid #0d1b2a;
  border-radius: clamp(4px, 0.417vw, 16px);
}
.nav-bar .nav-link li.active::before {
  display: none;
}
.centerer {
  width: 50% !important;
  margin-left: auto;
  margin-right: auto;
}
.numicon {
  color: #a1a1a1bd;
}
.hero-sec {
  background: url("../media/hero/hero-bg.jpg") no-repeat;
  background-size: cover;
  padding: clamp(90px, 6.625vw, 368px) 0;
  position: relative;
}
@media (max-width: 766px) {
  .hero-sec {
    padding-top: 37.25vw;
  }
}
.herofix1{
  font-weight: 500;
}
.hero-sec .leftside {
  position: relative;
}
.hero-sec .leftside .hero-title {
  font-weight: 200;
  line-height: 120%;
  letter-spacing: -3.84px;
  color: #fff;
}
.whiteclr {
  color: #fff;
}
.hero-sec .leftside .world-svg {
  width: 12.523vw;
  height: 3.714vw;
}
@media (max-width: 766px) {
  .hero-sec .leftside .world-svg {
    width: 29.523vw;
    height: 9.714vw;
  }
}
.hero-sec .leftside .line-img {
  padding: clamp(4px, 0.417vw, 16px);
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0d1b2a;
}
.hero-sec .leftside .line-img img {
  border-radius: 4000px;
  width: clamp(220px, 26.354vw, 999px);
  height: clamp(42px, 4.375vw, 399px);
}
.hero-sec .leftside .video-popup {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.hero-sec .leftside .video-popup .video-img {
  border-radius: 500px;
  padding: 2px;
  border: 1px solid #0d1b2a;
}
.hero-sec .leftside .video-popup .video-img img {
  width: clamp(52px, 3.438vw, 188px);
  height: clamp(52px, 3.438vw, 188px);
}
.hero-sec .leftside .video-popup .play-btn {
  width: clamp(38px, 2.083vw, 94px);
  height: clamp(38px, 2.083vw, 94px);
  border-radius: 50%;
  background: #0d1b2a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -16px;
  transition: all 0.5s ease-in-out;
}
.hero-sec .leftside .video-popup .play-btn svg {
  width: clamp(13px, 0.729vw, 48px);
  height: clamp(13px, 0.729vw, 48px);
}
.hero-sec .leftside .video-popup:hover .play-btn {
  background: #45474f;
}
.hero-sec .leftside .counter-section {
  width: 100%;
  padding: clamp(12px, 1.25vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(0, 1fr);
  justify-content: center;
  text-align: center;
  border-radius: 16px;
  background: rgba(243, 247, 252, 0.911);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px);
}
@media (max-width: 999px) {
  .hero-sec .leftside .counter-section {
    display: flex;
    justify-content: space-evenly;
    gap: clamp(18px, 1.25vw, 48px) !important;
    flex-wrap: wrap;
  }
  .hero-sec .leftside .counter-section .counter-count {
    border: none !important;
  }
}
.hero-sec .leftside .counter-section .counter-count {
  position: relative;
}
@media (max-width: 1024px) {
  .hero-sec .leftside .counter-section .counter-count {
    padding-right: 6vw;
  }
}
.hero-sec .leftside .counter-section .counter-count::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 99px;
  width: 1px;
  background: #c1c1c1;
}
@media (max-width: 999px) {
  .hero-sec .leftside .counter-section .counter-count::before {
    display: none;
  }
}
.hero-sec .leftside .counter-section .counter-count:last-child::before {
  display: none;
}
.hero-sec .leftside .title-plane .line-svg {
  position: absolute;
  left: 25.781vw;
  top: -1.875vw;
  width: 27.752vw;
}
.hero-sec .rightblock {
  position: relative;
}

.hero-sec .rightblock .userblock {
  padding: clamp(12px, 0.833vw, 32px) clamp(18px, 1.25vw, 48px);
  border-radius: clamp(4px, 0.417vw, 16px);
  background: rgba(243, 247, 252, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
  position: absolute;
  right: 0;
  top: 12.708vw;
}
.hero-sec .rightblock .userblock .user-imgs {
  display: flex;
  align-items: center;
}
.hero-sec .rightblock .userblock .user-imgs img {
  width: clamp(40px, 2.604vw, 99px);
  height: clamp(40px, 2.604vw, 99px);
  position: relative;
}
.hero-sec .rightblock .userblock .user-imgs img:nth-child(2) {
  margin-left: -0.833vw;
  z-index: 2;
}
.hero-sec .rightblock .userblock .user-imgs .numicon {
  position: relative;
  z-index: 4;
  width: clamp(40px, 2.604vw, 74px);
  height: clamp(40px, 2.604vw, 74px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: #0d1b2a;
  font-size: clamp(11px, 0.625vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 250%;
  color: #ffffff;
  margin-left: -0.833vw;
}
.hero-sec .rightblock .clouds {
  display: flex;
  align-items: center;
  gap: clamp(52px, 5vw, 168px);
  position: absolute;
  right: 6.979vw;
  top: 17.552vw;
}
@media (max-width: 1025px) {
  .hero-sec .rightblock .clouds {
    top: 21.552vw;
  }
}
@media (max-width: 766px) {
  .hero-sec .rightblock .clouds {
    top: 55.552vw;
  }
}
.hero-sec .rightblock .clouds .cloud1 {
  width: 16.979vw;
  height: 10.417vw;
  animation: floatCloud1 15s linear infinite;
}
@media (max-width: 766px) {
  .hero-sec .rightblock .clouds .cloud1 {
    width: 34.979vw;
    height: 20.417vw;
  }
}
.hero-sec .rightblock .clouds .cloud2 {
  width: 11.354vw;
  height: 6.979vw;
  animation: floatCloud2 25s linear infinite;
}
@media (max-width: 766px) {
  .hero-sec .rightblock .clouds .cloud2 {
    width: 28.354vw;
    height: 16.979vw;
  }
}
.hero-sec .rightblock .fly-wrapper #linesvg {
  position: absolute;
  bottom: 70px;
  right: 189px;
}
@media (max-width: 1599px) {
  .hero-sec .rightblock .fly-wrapper #linesvg {
    bottom: 30px;
    right: 122px;
    width: 60%;
  }
}
@media (max-width: 1025px) {
  .hero-sec .rightblock .fly-wrapper #linesvg {
    right: 60px;
    width: 80%;
  }
}
@media (max-width: 999px) {
  .hero-sec .rightblock .fly-wrapper #linesvg {
    right: 24px;
    width: 30%;
  }
}
@media (max-width: 766px) {
  .hero-sec .rightblock .fly-wrapper #linesvg {
    right: 52px;
    width: 62%;
  }
}
.hero-sec .rightblock .fly-wrapper #planeimg {
  position: absolute;
  bottom: 142px;
  right: 684px;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .hero-sec .rightblock .fly-wrapper #planeimg {
    bottom: 68px;
    right: 384px;
  }
}
@media (max-width: 1025px) {
  .hero-sec .rightblock .fly-wrapper #planeimg {
    right: 399px;
    width: 30%;
  }
}
@media (max-width: 999px) {
  .hero-sec .rightblock .fly-wrapper #planeimg {
    right: 299px;
    width: 30%;
  }
}
@media (max-width: 766px) {
  .hero-sec .rightblock .fly-wrapper #planeimg {
    bottom: 161px;
    right: 499px;
    width: 36%;
  }
}
.hero-sec .rightblock #planeimg {
  transition: transform 0.3s linear;
}
.hero-sec .rightblock .fly-wrapper {
  position: relative;
}
.hero-sec .flyman {
  position: absolute;
  top: 8.333vw;
  right: 35.417vw;
  width: 4.688vw;
  height: 6.458vw;
  animation: flyParachute 4s ease-out forwards;
}
@media (max-width: 767px) {
  .hero-sec .flyman {
    top: 17.333vw;
    right: 18.417vw;
    width: 13.688vw;
    height: 18.458vw;
  }
}

.hero-sec-2 {
  background: url("../media/hero/hero-bg-2.webp") no-repeat;
  background-size: cover;
  padding: clamp(102px, 10.26vw, 368px) 0 clamp(62px, 4.74vw, 268px) 0;
  position: relative;
}
.hero-sec-2 .scroldownline {
  position: absolute;
  left: 47px;
  top: 50%;
  transform: translateY(-50%);
}
.hero-sec-2 .left-side {
  padding-left: 5vw;
}
.hero-sec-2 .left-side .hero-title {
  position: relative;
}
.hero-sec-2 .left-side .hero-title h1 {
  font-weight: 700;
  line-height: 120%;
  color: #ffffff;
  letter-spacing: -3.84px;
}
.hero-sec-2 .left-side .hero-title .trip-days {
  position: absolute;
  top: 0;
  right: 12vw;
  display: flex;
  align-items: center;
}
@media (max-width: 1025px) {
  .hero-sec-2 .left-side .hero-title .trip-days {
    display: none;
  }
}
.hero-sec-2 .left-side .video-popup {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.hero-sec-2 .left-side .video-popup .video-img {
  border-radius: 500px;
  padding: 2px;
  border: 1px solid #0d1b2a;
}
.hero-sec-2 .left-side .video-popup .video-img img {
  width: clamp(52px, 3.438vw, 188px);
  height: clamp(52px, 3.438vw, 188px);
}
.hero-sec-2 .left-side .video-popup .play-btn {
  width: clamp(38px, 2.083vw, 94px);
  height: clamp(38px, 2.083vw, 94px);
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -16px;
  transition: all 0.5s ease-in-out;
}
.hero-sec-2 .left-side .video-popup .play-btn svg {
  width: clamp(13px, 0.729vw, 48px);
  height: clamp(13px, 0.729vw, 48px);
}
.hero-sec-2 .left-side .video-popup .play-btn svg path {
  transition: all 0.5s ease-in-out;
}
.hero-sec-2 .left-side .video-popup:hover .play-btn {
  background: #0d1b2a;
}
.hero-sec-2 .left-side .video-popup:hover .play-btn svg path {
  fill: #ffffff;
}
.hero-sec-2 .slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6.354vw;
}
.hero-sec-2 .slider-controls .slick-prev:before {
  content: "" !important;
}
.hero-sec-2 .slider-controls .slick-next:before {
  content: "" !important;
}
.hero-sec-2 .slider-controls .slider-arrows {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.hero-sec-2 .slider-controls .slider-arrows .arrow {
  position: unset !important;
  width: clamp(40px, 2.396vw, 54px);
  height: clamp(40px, 2.396vw, 54px);
  padding: clamp(12px, 0.833vw, 32px);
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(25.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.hero-sec-2 .slider-controls .slider-arrows .arrow svg {
  flex-shrink: 0;
  width: clamp(10px, 0.729vw, 28px);
  height: clamp(10px, 0.729vw, 28px);
}
.hero-sec-2 .slider-controls .slider-arrows .arrow:hover {
  background: #0d1b2a;
}
.hero-sec-2 .slider-controls .slider-counter {
  color: #ffffff;
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 187.5%;
}
.hero-sec-2 .slider-controls .slider-counter span {
  display: flex;
  gap: clamp(5px, 0.521vw, 20px);
  align-items: center;
}
.hero-sec-2 .slider-controls .slider-counter .vr-line {
  width: 6.979vw;
  height: 1px;
  background: #f0f0f0;
}
.hero-sec-2 .populer-destination {
  display: flex;
  align-items: center;
  gap: clamp(34px, 2.083vw, 54px);
}
.hero-sec-2 .populer-destination h5 {
  text-transform: capitalize;
  color: #ffffff;
}
.hero-sec-2 .populer-destination .hr-line {
  background: #8c8c8c;
}
.hero-sec-2 .destination-slider {
  height: 25.99vw;
  margin-bottom: 6.302vw;
}
@media (max-width: 999px) {
  .hero-sec-2 .destination-slider {
    height: 37.99vw;
  }
}
@media (max-width: 777px) {
  .hero-sec-2 .destination-slider {
    height: 79.99vw;
  }
}
.hero-sec-2 .destination-slider .slick-track {
  display: flex;
}
.hero-sec-2 .destination-slider .slider-card {
  margin: 48px 0;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: clamp(18px, 1.25vw, 48px);
}
.hero-sec-2 .destination-slider .slider-card img {
  width: 100% !important;
  height: 19.583vw !important;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 999px) {
  .hero-sec-2 .destination-slider .slider-card img {
    height: 24vw !important;
  }
}
@media (max-width: 777px) {
  .hero-sec-2 .destination-slider .slider-card img {
    height: 48vw !important;
  }
}
.hero-sec-2 .destination-slider .slider-card .card-content .arrow {
  position: absolute;
  right: clamp(18px, 1.25vw, 48px);
  top: clamp(18px, 1.25vw, 48px);
}
.hero-sec-2 .destination-slider .slider-card .card-content .arrow svg {
  width: clamp(18px, 1.25vw, 48px);
}
.hero-sec-2 .destination-slider .slider-card .card-content .bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  padding: clamp(18px, 1.25vw, 48px);
  bottom: 0;
  left: 0;
}
.hero-sec-2 .destination-slider .slider-card .card-content .bottom-content .location-svg {
  width: clamp(12px, 0.833vw, 32px);
  height: clamp(12px, 0.833vw, 32px);
}
.hero-sec-2 .destination-slider .slider-card .card-content .bottom-content .rating {
  transition: all 0.5s ease-in-out;
  padding: clamp(8px, 0.547vw, 32px) clamp(12px, 0.833vw, 32px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(5px, 0.521vw, 20px);
  width: clamp(62px, 4.375vw, 122px);
  height: clamp(38px, 2.083vw, 54px);
  border-radius: 5000px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(25.5px);
  display: none;
  transition: all 0.5s ease-in-out;
}
.hero-sec-2 .destination-slider .slider-card.slick-current {
  margin: 0 !important;
  width: 21.563vw !important;
  height: 25.208vw !important;
}
@media (max-width: 1025px) {
  .hero-sec-2 .destination-slider .slider-card.slick-current {
    width: 27.563vw !important;
  }
}
@media (max-width: 999px) {
  .hero-sec-2 .destination-slider .slider-card.slick-current {
    width: 36.563vw !important;
    height: 36vw !important;
  }
}
@media (max-width: 777px) {
  .hero-sec-2 .destination-slider .slider-card.slick-current {
    width: 72.563vw !important;
    height: 76vw !important;
  }
}
.hero-sec-2 .destination-slider .slider-card.slick-current img {
  width: 21.563vw !important;
  height: 25.208vw !important;
}
@media (max-width: 1025px) {
  .hero-sec-2 .destination-slider .slider-card.slick-current img {
    width: 27.563vw !important;
  }
}
@media (max-width: 999px) {
  .hero-sec-2 .destination-slider .slider-card.slick-current img {
    width: 36.563vw !important;
    height: 36vw !important;
  }
}
@media (max-width: 777px) {
  .hero-sec-2 .destination-slider .slider-card.slick-current img {
    width: 72.563vw !important;
    height: 76vw !important;
  }
}
.hero-sec-2 .destination-slider .slider-card.slick-current .rating {
  display: flex !important;
}

.mb-42 {
  margin-bottom: clamp(34px, 2.188vw, 54px);
}

@keyframes flyParachute {
  0% {
    top: -200px;
    right: 680px;
    opacity: 0;
    transform: rotate(-20deg);
  }
  25% {
    top: 0px;
    right: 750px;
    opacity: 1;
    transform: rotate(15deg);
  }
  50% {
    top: 60px;
    right: 720px;
    transform: rotate(-10deg);
  }
  75% {
    top: 110px;
    right: 740px;
    transform: rotate(8deg);
  }
  100% {
    top: 8.333vw;
    right: 38vw;
    opacity: 1;
    transform: rotate(0deg);
  }
}
/* Cloud 1: left-right */
@keyframes floatCloud1 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(-40px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
/* Cloud 2: Opposite direction, slower */
@keyframes floatCloud2 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(40px) translateY(10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.label-text {
  padding: clamp(5px, 0.521vw, 20px) clamp(12px, 0.833vw, 32px);
  background: #f3f7fc;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.label-text p {
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.24px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #0d1b2a;
}

.mb-172 {
  margin-bottom: 8.958vw;
}

.newslatter-banner .banner-wrap {
  background: url("../media/images/newslatter-bg.webp");
  border-radius: clamp(12px, 0.833vw, 32px);
  background-size: cover;
  padding: clamp(40px, 2.5vw, 54px) 0;
  padding-bottom: 0 !important;
}
.newslatter-banner .banner-wrap img {
  width: 100%;
}
@media (max-width: 1999px) {
  .newslatter-banner .banner-wrap {
    padding: 0 clamp(40px, 2.5vw, 54px);
    width: fit-content;
  }
  .newslatter-banner .banner-wrap img {
    width: fit-content;
  }
}
@media (max-width: 777px) {
  .newslatter-banner .banner-wrap {
    padding: 0;
  }
}
.newslatter-banner .banner-wrap .newblock .newlatter-form {
  padding: clamp(8px, 0.59vw, 24px);
  padding-left: clamp(18px, 1.25vw, 48px);
  background: #ffffff;
  border: 1px solid #45474f;
  border-radius: clamp(4px, 0.417vw, 16px);
  display: flex;
  align-items: center;
  width: clamp(354px, 29.115vw, 820px);
  justify-content: space-between;
}
.newslatter-banner .banner-wrap .newblock .newlatter-form input {
  width: 100%;
  background: transparent;
  border: transparent;
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}
.newslatter-banner .banner-wrap .newblock .newlatter-form input:focus {
  background: transparent;
  border: transparent;
  outline: none;
}
@media (max-width: 999px) {
  .newslatter-banner .banner-wrap .newblock {
    padding: 32px;
    text-align: center;
  }
  .newslatter-banner .banner-wrap .newblock .newlatter-form {
    width: 100%;
  }
}

.footer-sec {
  position: relative;
}
.footer-sec .h1 {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -3.84px;
  color: #0d1b2a;
}
.footer-sec .mailbtn {
  display: inline-flex;
  padding: clamp(5px, 0.521vw, 20px) clamp(16px, 1.042vw, 40px);
  justify-content: center;
  align-items: center;
  border-radius: clamp(4px, 0.417vw, 16px);
  background: #0d1b2a;
  font-weight: 400;
  line-height: 187.5%;
  color: #ffffff;
  height: clamp(36px, 2.083vw, 54px);
}
.footer-sec .location-svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.footer-sec .links-wrap {
  display: flex;
  gap: clamp(20px, 5vw, 128px);
  justify-content: center;
}
@media (max-width: 999px) {
  .footer-sec .links-wrap {
    justify-content: space-between;
  }
}
.footer-sec .links-wrap .link-block {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.417vw, 16px);
}
.footer-sec .links-wrap .link-block a {
  align-items: center;
  display: flex;
  gap: 4px;
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  color: #141516;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.5s ease-in-out;
}
.footer-sec .links-wrap .link-block a:hover {
  color: #0d1b2a;
  text-decoration-color: #0d1b2a;
}
.footer-sec .bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-sec .bottom-bar .paymantcard {
  width: clamp(40px, 2.5vw, 54px);
}
.footer-sec .footersvg {
  z-index: -1;
  position: absolute;
  left: 736px;
  top: 56px;
}
@media (max-width: 1399px) {
  .footer-sec .footersvg {
    left: 416px;
    top: 0;
  }
}

.about-sec .leftside {
  position: relative;
}
.about-sec .leftside .flyman2 {
  width: 90.148px;
  height: 124px;
  position: absolute;
  right: 62.852px;
  top: 56px;
  animation: pulseFly 7s ease-in-out infinite;
}
@media (max-width: 1025px) {
  .about-sec .leftside .flyman2 {
    top: -64px;
  }
}
.about-sec .leftside .benefit-block {
  padding: clamp(10px, 0.729vw, 28px) clamp(16px, 1.042vw, 40px);
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.042vw, 40px) !important;
  border-radius: 4px;
  background: #f3f7fc;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.about-sec .leftside .benefit-block svg {
  width: clamp(42px, 2.604vw, 128px);
  height: clamp(42px, 2.604vw, 128px);
}
.about-sec .people-block {
  background: #f3f7fc;
  border-radius: clamp(4px, 0.417vw, 16px);
  padding: clamp(12px, 0.833vw, 32px) clamp(24px, 1.667vw, 64px);
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
@media (max-width: 1525px) {
  .about-sec .people-block {
    flex-wrap: wrap;
  }
}
.about-sec .people-block .img-block {
  display: flex;
  align-items: center;
}
.about-sec .people-block .img-block img {
  margin-left: -16px;
}
.about-sec .people-block .img-block img:first-child {
  margin-left: 0;
}
.about-sec .people-block .img-block .numicon {
  position: relative;
  z-index: 4;
  width: clamp(40px, 2.604vw, 74px);
  height: clamp(40px, 2.604vw, 74px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: #0d1b2a;
  font-size: clamp(11px, 0.625vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 250%;
  color: #ffffff;
  margin-left: -0.833vw;
}
.about-sec .packages-btn {
  display: flex;
  padding: clamp(5px, 0.521vw, 20px);
  align-items: center;
  gap: clamp(5px, 0.521vw, 20px);
}
.about-sec .packages-btn .text {
  text-decoration: underline;
  color: #0d1b2a;
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 500 !important;
  line-height: 100%;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 5.5%; /* 0.88px */
  text-underline-offset: 7%; /* 1.12px */
  text-underline-position: from-font;
}
.about-sec .packages-btn svg {
  width: clamp(11px, 0.625vw, 24px);
  height: clamp(11px, 0.625vw, 24px);
}

@keyframes pulseFly {
  0% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) scale(1.05) rotate(-5deg);
  }
  50% {
    transform: translateY(-8px) scale(0.95) rotate(4deg);
  }
  75% {
    transform: translateY(-20px) scale(1.08) rotate(-3deg);
  }
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
}
.about-sec .img-wrap {
  position: relative;
}
.about-sec .img-wrap .aboutsvg {
  position: absolute;
  right: 0;
  top: 0;
}
.about-sec .counter-section {
  width: 100%;
  padding: clamp(12px, 1.25vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(0, 1fr);
  gap: clamp(18px, 1.25vw, 48px) !important;
  justify-content: space-between;
  text-align: center;
  border-radius: 16px;
  background: rgba(243, 247, 252, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px);
  position: relative;
}
@media (max-width: 999px) {
  .about-sec .counter-section {
    display: flex;
    justify-content: space-evenly;
    gap: clamp(40px, 2.5vw, 54px) !important;
    flex-wrap: wrap;
  }
  .about-sec .counter-section .counter-count {
    border: none !important;
  }
}
.about-sec .counter-section .counter-count {
  position: relative;
}
@media (max-width: 1024px) {
  .about-sec .counter-section .counter-count {
    padding-right: 6vw;
  }
}
.about-sec .counter-section .counter-count::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 99px;
  width: 1px;
  background: #c1c1c1;
}
@media (max-width: 999px) {
  .about-sec .counter-section .counter-count::before {
    display: none;
  }
}
.about-sec .counter-section .counter-count:last-child::before {
  display: none;
}

.about-2 {
  padding: clamp(48px, 4.167vw, 160px) 0;
  background: #ffffff;
}

.journey-sec .journey-block {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 1.25vw, 48px) !important;
  align-items: center;
  text-align: center;
}

.journey-sec {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
}

.contect-sec .contact-form {
  padding: clamp(24px, 1.667vw, 64px);
  border-radius: clamp(18px, 1.25vw, 48px);
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.contect-sec .contact-info {
  padding: clamp(24px, 1.667vw, 64px);
  border-radius: clamp(18px, 1.25vw, 48px);
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.contect-sec .contact-info .infosvg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.contect-sec .contact-info .social-icons {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
}
.contect-sec .contact-info .social-icons a {
  padding: clamp(5px, 0.521vw, 20px) clamp(3px, 0.26vw, 7px);
}
.contect-sec .contact-info .social-icons a svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.contect-sec .map-wrapper {
  width: 100%;
}
.contect-sec .map-wrapper iframe {
  border-radius: clamp(18px, 1.25vw, 48px);
  width: 100%;
  height: clamp(348px, 24.427vw, 1228px);
}

.testimonial-sec .testimonial-slider {
  padding: 0 11.406vw;
}
@media (max-width: 999px) {
  .testimonial-sec .testimonial-slider {
    padding: 0 6.406vw;
  }
}
.testimonial-sec .testimonial-card {
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(18px, 1.25vw, 48px);
  background: #f3f7fc;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.testimonial-sec .testimonial-card .cardtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-sec .testimonial-card .cardtop .userimg {
  width: clamp(48px, 3.333vw, 128px);
  height: clamp(48px, 3.333vw, 128px);
}
.testimonial-sec .testimonial-card .cardtop .star-svg {
  display: flex;
  align-items: center;
  gap: 6px;
}
.testimonial-sec .testimonial-card .cardtop .star-svg svg {
  width: clamp(12px, 0.833vw, 32px);
  height: clamp(12px, 0.833vw, 32px);
}
.testimonial-sec .testimonial-card .cardtop .qoute-svg {
  width: clamp(48px, 3.333vw, 128px);
}
.testimonial-sec .img-block {
  position: relative;
  margin-top: -5.938vw;
}
@media (max-width: 777px) {
  .testimonial-sec .img-block {
    margin-top: -23.938vw;
  }
}
.testimonial-sec .img-block img {
  position: relative;
  z-index: -1;
  width: 100%;
}
@media (max-width: 999px) {
  .testimonial-sec .img-block img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 777px) {
  .testimonial-sec .img-block img {
    height: 580px;
  }
}
.testimonial-sec .img-block .block-content {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.testimonial-sec .img-block .tours-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(11px, 7.604vw, 199px);
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.testimonial-sec .img-block .tours-info .info-block {
  padding: clamp(22px, 2.5vw, 54px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: clamp(12px, 0.833vw, 32px) clamp(12px, 0.833vw, 32px) 0 0;
  background: #f3f7fc;
  text-align: center;
}

.blog-sec .blog-card2 {
  border-radius: clamp(18px, 1.25vw, 48px);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blog-sec .blog-card2 img {
  border-radius: clamp(18px, 1.25vw, 48px);
  width: 100%;
  object-fit: cover;
}
@media (max-width: 999px) {
  .blog-sec .blog-card2 img {
    height: 260px;
  }
}
.blog-sec .blog-card2 .cardcontent {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: clamp(20px, 2.5vw, 54px);
}
.blog-sec .blog-card2 .cardcontent .btn-socialicon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-sec .blog-card2 .cardcontent .btn-socialicon .card-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #ffffff;
  text-decoration: underline;
}
.blog-sec .blog-card2 .cardcontent .btn-socialicon .card-btn svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.blog-sec .blog-card2 .cardcontent .btn-socialicon .card-icons {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
}
.blog-sec .blog-card2 .cardcontent .btn-socialicon .card-icons .icon-svg {
  width: clamp(14px, 0.833vw, 32px);
  height: clamp(14px, 0.833vw, 32px);
}
.blog-sec .blog-card2 .cardcontent .btn-socialicon .card-icons .dot-svg {
  width: clamp(2px, 0.208vw, 8px);
  height: clamp(2px, 0.208vw, 8px);
}
.blog-sec .blog-card.v2 {
  display: flex;
  align-items: stretch;
}
@media (max-width: 777px) {
  .blog-sec .blog-card.v2 {
    flex-wrap: wrap;
  }
}
.blog-sec .blog-card.v2 .card-content {
  margin-top: 0 !important;
  margin-left: -14.167vw;
}
@media (max-width: 777px) {
  .blog-sec .blog-card.v2 .card-content {
    margin-left: 0 !important;
    margin-top: -84px !important;
  }
}
.blog-sec .blog-card .card-img {
  overflow: hidden;
  border-radius: clamp(18px, 1.25vw, 48px);
}
.blog-sec .blog-card .card-img img {
  border-radius: clamp(18px, 1.25vw, 48px);
  transition: all 0.5s ease-in-out;
  width: 100%;
}
@media (max-width: 1999px) {
  .blog-sec .blog-card .card-img img {
    width: fit-content;
  }
}
.blog-sec .blog-card .card-content {
  margin-top: -3.125vw;
  position: relative;
  z-index: 4;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 2.031vw, 54px) clamp(40px, 2.5vw, 54px);
  border-radius: clamp(18px, 1.25vw, 48px);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  background-color: #f3f7fc;
}
@media (max-width: 777px) {
  .blog-sec .blog-card .card-content {
    margin-top: -16.125vw;
  }
}
.blog-sec .blog-card .card-content .btn-socialicon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-sec .blog-card .card-content .btn-socialicon .card-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #0d1b2a;
  text-decoration: underline;
}
.blog-sec .blog-card .card-content .btn-socialicon .card-btn svg {
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.blog-sec .blog-card .card-content .btn-socialicon .card-btn:hover svg {
  transform: rotate(-5deg);
}
.blog-sec .blog-card .card-content .btn-socialicon .card-icons {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
}
.blog-sec .blog-card .card-content .btn-socialicon .card-icons .icon-svg {
  width: clamp(14px, 0.833vw, 32px);
  height: clamp(14px, 0.833vw, 32px);
}
.blog-sec .blog-card .card-content .btn-socialicon .card-icons .icon-svg path {
  fill: #45474f;
}
.blog-sec .blog-card .card-content .btn-socialicon .card-icons .dot-svg {
  width: clamp(2px, 0.208vw, 8px);
  height: clamp(2px, 0.208vw, 8px);
}
.blog-sec .blog-card:hover .card-img img {
  transform: scale(1.06);
}

.blogheading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blogheading .blog-filter {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  padding: clamp(10px, 0.729vw, 28px) clamp(18px, 1.25vw, 48px);
  border-radius: 4px;
  border: 1px solid #45474f;
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  color: #141516;
  transition: all 0.5s ease-in-out;
}
.blogheading .blog-filter svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.blogheading .blog-filter svg path {
  transition: all 0.5s ease-in-out;
}
.blogheading .blog-filter:hover {
  background: #0d1b2a;
  color: #ffffff;
}
.blogheading .blog-filter:hover svg path {
  fill: #ffffff;
}
.blogheading .search-bar {
  width: clamp(212px, 18.594vw, 552px);
  border-radius: 4px;
  border: 1px solid #45474f;
  display: flex;
  align-items: center;
  padding: clamp(2px, 0.208vw, 8px);
  padding-left: clamp(12px, 0.833vw, 32px);
  gap: clamp(4px, 0.417vw, 16px);
}
.blogheading .search-bar input {
  width: 100%;
  border: none;
  background: transparent;
}
.blogheading .search-bar input:focus {
  border: none;
  outline: none;
  background: transparent;
}
.blogheading .search-bar button {
  border-radius: 5px;
  background: #0d1b2a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(34px, 2.083vw, 54px);
  height: clamp(34px, 2.083vw, 54px);
  border: none;
}
.blogheading .search-bar button svg {
  width: clamp(14px, 0.833vw, 32px);
  height: clamp(14px, 0.833vw, 32px);
}

.icon-svg {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.icon-svg:hover {
  transform: scale(1.1);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.shop-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
.shop-sidebar-overlay.active {
  display: block;
  opacity: 1;
}

.shop-sidebar.toggle-sidebar {
  position: fixed;
  top: 0;
  left: -800px;
  width: clamp(300px, 19.604vw, 650px);
  height: 100vh;
  background-color: #eff2f5;
  z-index: 99999;
  overflow-y: scroll;
}
.shop-sidebar.toggle-sidebar .sidebar {
  border-radius: 0;
}
.shop-sidebar.toggle-sidebar::-webkit-scrollbar {
  width: 5px;
}
.shop-sidebar.toggle-sidebar::-webkit-scrollbar-track {
  background-color: #141516;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.shop-sidebar.toggle-sidebar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #0d1b2a;
  border-radius: 5px;
}
.shop-sidebar.toggle-sidebar.active {
  left: 0;
}

.faqs-sec .faq-item {
  border-bottom: 1px solid #45474f;
  padding-bottom: clamp(18px, 1.302vw, 48px);
  margin-bottom: clamp(18px, 1.302vw, 48px);
  transition: transform 0.3s ease-in-out;
}
.faqs-sec .faq-item:last-child {
  border: none;
}
.faqs-sec .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.faqs-sec .faq-item .faq-question .faq-icon {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: bold;
  color: #f3f7fc;
  background: #0d1b2a;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}
.faqs-sec .faq-item .faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease, padding 0.4s ease;
}
.faqs-sec .faq-item.active .faq-question {
  margin-bottom: clamp(10px, 0.781vw, 28px);
}
.faqs-sec .faq-item.active .faq-question h5 {
  color: #0d1b2a !important;
}
.faqs-sec .faq-item.active .faq-answer {
  max-height: 1000px;
  opacity: 1;
  padding-top: 10px;
}
.faqs-sec .faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.blog-sidebar {
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(18px, 1.25vw, 48px);
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.blog-sidebar .search-bar {
  border-radius: 4px;
  border: 1px solid #45474f;
  display: flex;
  align-items: center;
  padding: clamp(2px, 0.208vw, 8px);
  padding-left: clamp(12px, 0.833vw, 32px);
  gap: clamp(4px, 0.417vw, 16px);
}
.blog-sidebar .search-bar input {
  width: 100%;
  border: none;
  background: transparent;
}
.blog-sidebar .search-bar input:focus {
  border: none;
  outline: none;
  background: transparent;
}
.blog-sidebar .search-bar button {
  border-radius: 5px;
  background: #0d1b2a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(34px, 2.083vw, 54px);
  height: clamp(34px, 2.083vw, 54px);
  border: none;
}
.blog-sidebar .search-bar button svg {
  width: clamp(14px, 0.833vw, 32px);
  height: clamp(14px, 0.833vw, 32px);
}
.blog-sidebar .tag-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(4px, 0.417vw, 16px);
}
.blog-sidebar .tag-block a {
  padding: clamp(4px, 0.417vw, 16px) clamp(12px, 0.833vw, 32px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: clamp(10px, 0.729vw, 28px);
  border: 1px solid #0d1b2a;
  background: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  color: #141516;
  transition: all 0.5s ease-in-out;
}
.blog-sidebar .tag-block a:hover {
  background: #0d1b2a;
  color: #ffffff;
}
.blog-sidebar .recentblog {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.blog-sidebar .recentblog .recent-img {
  width: clamp(60px, 5.208vw, 208px);
}
.blog-sidebar .social-icon {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.blog-sidebar .social-icon a {
  width: clamp(34px, 2.483vw, 120px);
  height: clamp(34px, 2.483vw, 120px);
  border-radius: 500px;
  background: #0d1b2a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.blog-sidebar .social-icon a svg {
  width: clamp(16px, 1.042vw, 50px);
  height: clamp(16px, 1.042vw, 50px);
}
.blog-sidebar .social-icon a svg path {
  fill: #ffffff;
  transition: all 0.5s ease-in-out;
}
.blog-sidebar .social-icon a:hover {
  background: #0d1b2a;
}
.blog-sidebar .social-icon a:hover svg path {
  fill: #ffffff;
}

.blogdetail-sec .time-label {
  padding: clamp(4px, 0.417vw, 16px) clamp(12px, 0.833vw, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(5px, 0.521vw, 20px);
  border: 1px solid #c1c1c1;
  background: #0d1b2a;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-list li {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  color: #141516;
}
.category-list input[type=checkbox] {
  accent-color: #0d1b2a;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
}

.blogdetail-sidebar {
  padding: clamp(12px, 1.25vw, 48px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.875vw, 64px);
  background: #eff2f5;
  border-radius: clamp(8px, 0.625vw, 24px);
}
.blogdetail-sidebar .searchform {
  border-radius: 500px;
  border: 1px solid #c1c1c1;
  padding: 4px;
  padding-left: clamp(16px, 1.042vw, 40px);
  width: 100%;
  display: flex;
  align-items: center;
}
.blogdetail-sidebar .searchform input {
  background: transparent;
  color: #c1c1c1;
  font-weight: 400;
  line-height: 150%;
  border: none;
  width: 100%;
}
.blogdetail-sidebar .searchform input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.blogdetail-sidebar .searchform button {
  background: transparent;
  border: none;
  height: clamp(40px, 2.5vw, 54px);
  border-radius: 500px;
  background: #0d1b2a;
  padding: 0 clamp(18px, 1.25vw, 48px);
}
.blogdetail-sidebar .searchform button svg {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.blogdetail-sidebar .searchform button:hover {
  background: #f0f0f0;
}
.blogdetail-sidebar .article-img {
  width: clamp(118px, 6.354vw, 348px);
}
.blogdetail-sidebar .tag-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  flex-wrap: wrap;
}
.blogdetail-sidebar .tag-wrapper .tag {
  padding: clamp(4px, 0.417vw, 16px) clamp(8px, 0.625vw, 24px);
  border-radius: 500px;
  border: 1px solid #c1c1c1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 150%;
  font-size: clamp(14px, 0.833vw, 32px);
  color: #c1c1c1;
  transition: all 0.5s ease-in-out;
}
.blogdetail-sidebar .tag-wrapper .tag:hover {
  border-color: #0d1b2a;
  color: #ffffff;
  background: #0d1b2a;
}

.title-banner {
  background: #0d1b2a;
  height: clamp(340px, 23.438vw, 668px);
  padding-top: clamp(102px, 8.646vw, 332px);
  text-align: center;
  position: relative;
}
.title-banner .img-block {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: end;
  justify-content: center;
}
.title-banner .leftsvg {
  width: 26.198vw;
  position: absolute;
  top: 11.406vw;
  left: 9.375vw;
}
@media (max-width: 999px) {
  .title-banner .leftsvg {
    width: 37.198vw;
    top: 28.406vw;
  }
}
.title-banner .rightsvg {
  width: 26.273vw;
  position: absolute;
  top: 11.406vw;
  right: 9.375vw;
}
@media (max-width: 999px) {
  .title-banner .rightsvg {
    width: 37.198vw;
    top: 28.406vw;
  }
}

.tour-sec {
  padding: clamp(48px, 4.167vw, 160px) 0;
  background: #ffffff;
}
.tour-sec .tour-slectionform {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
  border-radius: clamp(18px, 1.25vw, 48px);
  background: #f0f0f0;
  padding: clamp(12px, 0.833vw, 32px);
}
.tour-sec .tour-slectionform .wrapper-dropdown {
  padding: clamp(12px, 0.833vw, 32px) clamp(18px, 1.25vw, 48px);
  border-radius: 8px;
  border-color: #45474f;
}
.tour-sec .tour-slectionform .wrapper-dropdown .selected-display span {
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}
.tour-sec .tour-slectionform .wrapper-dropdown svg {
  width: clamp(14px, 0.938vw, 36px);
  height: clamp(14px, 0.938vw, 36px);
}

.tourcard {
  border-radius: clamp(18px, 1.25vw, 48px);
}
.tourcard .card-img {
  width: 100%;
  overflow: hidden;
  border-radius: clamp(18px, 1.25vw, 48px);
  position: relative;
}
.tourcard .card-img img {
  width: 100%;
  border-radius: clamp(18px, 1.25vw, 48px);
  transition: all 0.5s ease-in-out;
}
.tourcard .card-img .img-label {
  z-index: 5;
  position: absolute;
  top: 49px;
  left: 0;
  background: #f3f7fc;
  display: flex;
  padding: clamp(6px, 0.521vw, 20px);
  justify-content: center;
  align-items: center;
  border-radius: 0 4px 4px 0;
  font-weight: 500;
  line-height: 150%;
  color: #0d1b2a;
  font-size: clamp(14px, 0.833vw, 32px);
}
.tourcard .card-content {
  margin-top: -5vw;
  position: relative;
  z-index: 1;
  padding: clamp(20px, 1.667vw, 64px);
  border-radius: clamp(18px, 1.25vw, 48px);
  background: #f3f7fc;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.667vw, 64px);
}
@media (max-width: 777px) {
  .tourcard .card-content {
    margin-top: -24vw;
  }
}
.tourcard .card-content .location-svg {
  width: clamp(9px, 0.625vw, 24px);
  height: clamp(12px, 0.833vw, 32px);
}
.tourcard .card-content .star-svg {
  width: clamp(14px, 0.833vw, 32px);
  height: clamp(14px, 0.833vw, 32px);
}
.tourcard:hover .card-img img {
  transform: scale(1.06);
}

.topheading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.tourslick-sec {
  padding: clamp(48px, 4.167vw, 160px) 0;
  padding-bottom: clamp(78px, 7.5vw, 199px);
  background: #ffffff;
}
.tourslick-sec .slidercard .sliderimg {
  border-radius: clamp(8px, 0.625vw, 24px);
  width: 100%;
  overflow: hidden;
}
.tourslick-sec .slidercard .sliderimg img {
  border-radius: clamp(8px, 0.625vw, 24px);
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.tourslick-sec .slidercard .slidercard-content {
  position: relative;
  z-index: 4;
  margin-top: -2.5vw;
  padding: clamp(24px, 1.667vw, 64px) clamp(24px, 1.563vw, 64px);
  border-radius: clamp(8px, 0.625vw, 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(8px, 0.625vw, 24px);
  background: #f3f7fc;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.tourslick-sec .slidercard:hover .sliderimg img {
  transform: scale(1.05);
}
.tourslick-sec .slick-dots {
  margin-bottom: -3.333vw;
}
.tourslick-sec .slick-dots li {
  width: clamp(8px, 0.625vw, 24px) !important;
  height: 2px !important;
  transition: all 0.5s ease-in-out;
}
.tourslick-sec .slick-dots li button {
  background: #c1c1c1 !important;
  width: clamp(8px, 0.625vw, 24px) !important;
  height: 2px !important;
  border-radius: 500px !important;
  padding: 0 !important;
}
.tourslick-sec .slick-dots li button::before {
  transition: all 0.5s ease-in-out;
  height: 2px !important;
  border-radius: 500px !important;
  background: #c1c1c1 !important;
  content: "" !important;
  opacity: 1;
}
.tourslick-sec .slick-dots .slick-active {
  width: 24px !important;
}
.tourslick-sec .slick-dots .slick-active button::before {
  opacity: 1;
  width: clamp(18px, 1.25vw, 48px) !important;
  background: #0d1b2a !important;
}
.tourslick-sec .slick-dots li button:before {
  width: 12px !important;
}

.destination-sec .destination-wrap .tourcard .card-content {
  padding: clamp(40px, 2.5vw, 54px) !important;
}

.booking {
  background: #f0f0f0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  padding-top: clamp(40px, 2.5vw, 54px);
  padding-bottom: clamp(40px, 2.5vw, 54px);
}
.booking .custom-sel-input-block input,
.booking .input-date-picker input {
  color: #141516 !important;
}
.booking .custom-sel-input-block input::placeholder,
.booking .input-date-picker input::placeholder {
  color: #141516 !important;
}
.booking .category-list input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.booking .content .card {
  background: transparent;
  border: none;
}
.booking .content .card .card-header {
  background: transparent;
  border: none;
}
.booking .content .card .card-header .card-header-tabs {
  display: flex !important;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  flex-wrap: nowrap;
}
@media (max-width: 766px) {
  .booking .content .card .card-header .card-header-tabs {
    flex-wrap: wrap;
  }
}
.booking .content .card .card-header .card-header-tabs .nav-item {
  width: 100%;
}
.booking .content .card .card-header .card-header-tabs .nav-item a {
  width: 100%;
  padding: clamp(18px, 1.25vw, 48px);
  background: #ffffff;
  border-radius: clamp(8px, 0.625vw, 24px);
  text-align: center;
  font-weight: 400;
  line-height: 110%;
  font-size: clamp(18px, 1.042vw, 40px);
  color: #0d1b2a;
}
.booking .content .card .card-header .card-header-tabs .nav-item a:hover, .booking .content .card .card-header .card-header-tabs .nav-item a.active {
  background: #0d1b2a;
  color: #ffffff;
}
.booking .content .card .card-body {
  padding: 0 !important;
}
.booking .content .card .card-body .tab-pane .card .card-header {
  background: transparent;
  border: none;
  width: 100%;
}
.booking .content .card .card-body .tab-pane .card .card-header .nav-tabs {
  width: 100%;
}
.booking .content .card .card-body .tab-pane .card .card-header .nav-tabs li {
  width: 100%;
  background: #c1c1c1;
  width: calc(33.3% - 1px);
}
@media (max-width: 1199px) {
  .booking .content .card .card-body .tab-pane .card .card-header .nav-tabs li {
    width: calc(50% - 1px);
  }
}
@media (max-width: 838px) {
  .booking .content .card .card-body .tab-pane .card .card-header .nav-tabs li {
    width: calc(100% - 1px);
  }
}
.booking .content .card .card-body .tab-pane .card .card-header .nav-tabs li a {
  width: 100%;
}
.booking .content .card .card-body .tab-pane .card .card-header .nav-tabs li a.active, .booking .content .card .card-body .tab-pane .card .card-header .nav-tabs li a:hover {
  background: #f3f7fc;
}
.booking .content .card .card-body .tab-pane .card .card-header .nav-tabs li.v-2 {
  width: calc(50% - 1px);
}
.booking .content .card .card-body .tab-pane .card-body {
  padding: 0 !important;
  padding-top: 12px !important;
}
.booking .content .card .card-body .booking-bar {
  display: flex;
  border: 0px;
}
.booking .content .card .card-body .booking-bar .nav-item .nav-link {
  color: #1c1c1c;
  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, 1.094vw, 24px);
  font-weight: 500;
  line-height: 130%;
  border: 0;
  padding: clamp(10px, 0.83vw, 24px) clamp(16px, 1.25vw, 32px);
}
.booking .content .card .card-body .booking-bar .nav-item .nav-link.active {
  border-bottom: 1px solid #0d1b2a;
  transition: all 0.5s ease-in-out;
  background: transparent;
}
.booking .content .custom-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(24px, 1.667vw, 64px);
}
.booking .content .booking-info {
  position: relative;
  display: flex;
  padding: clamp(16px, 1.042vw, 40px) clamp(18px, 1.25vw, 48px);
  align-items: center;
  gap: clamp(24px, 1.667vw, 64px);
  border-radius: clamp(12px, 0.833vw, 32px);
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .booking .content .booking-info {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .booking .content .booking-info {
    display: grid;
    gap: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .booking .content .booking-info .gap-24 {
    gap: 12px;
  }
}
.booking .content .booking-info.v-2 {
  padding: 8px 24px;
}
@media (max-width: 992px) {
  .booking .content .booking-info.v-2 {
    width: 100%;
  }
}
.booking .content .booking-info.promo-code {
  width: 11.667vw !important;
  height: clamp(48px, 2.917vw, 168px);
  padding: clamp(14px, 0.964vw, 26px) clamp(24px, 1.667vw, 44px);
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 1.667vw, 64px);
  border-radius: clamp(4px, 0.417vw, 16px);
  background: #ffffff;
  border: 1px solid #141516;
}
@media (max-width: 999px) {
  .booking .content .booking-info.promo-code {
    width: 100% !important;
  }
}
.booking .content .booking-info.promo-code .sel-input::placeholder {
  color: #141516 !important;
  font-size: clamp(14px, 0.833vw, 32px);
}
.booking .content .booking-info.promo-code #promoCode {
  text-align: center;
  width: fit-content !important;
  text-transform: uppercase;
}
@media (max-width: 999px) {
  .booking .content .booking-info.promo-code #promoCode {
    width: 100% !important;
  }
}
.booking .content .booking-info .min-230 {
  min-width: 230px;
}
.booking .content .booking-info .input-date-picker,
.booking .content .booking-info .custom-sel-input-block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  font-size: clamp(16px, 1.094vw, 24px);
  font-weight: 500;
}
@media (max-width: 1199px) {
  .booking .content .booking-info .input-date-picker,
  .booking .content .booking-info .custom-sel-input-block {
    margin-bottom: 16px;
  }
}
.booking .content .booking-info .input-date-picker::placeholder,
.booking .content .booking-info .custom-sel-input-block::placeholder {
  color: #141516 !important;
}
.booking .content .booking-info .input-date-picker.v-2::after,
.booking .content .booking-info .custom-sel-input-block.v-2::after {
  content: "";
  position: absolute;
  top: -12px;
  right: 0;
  height: 56px;
  width: 1px;
  background: #c1c1c1;
}
@media (max-width: 576px) {
  .booking .content .booking-info .input-date-picker.v-2::after,
  .booking .content .booking-info .custom-sel-input-block.v-2::after {
    display: none;
  }
}
.booking .content .booking-info .input-date-picker.location-select,
.booking .content .booking-info .custom-sel-input-block.location-select {
  width: 100%;
}
.booking .content .booking-info .input-date-picker.location-select i,
.booking .content .booking-info .custom-sel-input-block.location-select i {
  position: absolute;
  bottom: 0;
  color: #0d1b2a;
  font-size: 24px;
}
.booking .content .booking-info .input-date-picker .sel-input,
.booking .content .booking-info .custom-sel-input-block .sel-input {
  width: 13.802vw;
  color: #141516;
  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, 0.938vw, 56px);
  font-weight: 500;
  line-height: 150%;
  border: none;
  background: transparent;
  padding: 4px 0 0 0;
  box-shadow: none;
}
@media (max-width: 1799px) {
  .booking .content .booking-info .input-date-picker .sel-input,
  .booking .content .booking-info .custom-sel-input-block .sel-input {
    width: 100%;
  }
}
.booking .content .booking-info .input-date-picker .sel-input::placeholder,
.booking .content .booking-info .custom-sel-input-block .sel-input::placeholder {
  color: #45474f;
}
.booking .content .booking-info .input-date-picker .sel-input:focus,
.booking .content .booking-info .custom-sel-input-block .sel-input:focus {
  outline: 0;
}
.booking .content .booking-info .input-date-picker .sel-input.location-input,
.booking .content .booking-info .custom-sel-input-block .sel-input.location-input {
  width: 100%;
  padding: 0 0 0 32px;
}
@media (max-width: 1199px) {
  .booking .content .booking-info .input-date-picker .sel-input.calendar,
  .booking .content .booking-info .custom-sel-input-block .sel-input.calendar {
    width: 50%;
  }
}
@media (max-width: 399px) {
  .booking .content .booking-info .input-date-picker .sel-input.calendar,
  .booking .content .booking-info .custom-sel-input-block .sel-input.calendar {
    width: 70%;
  }
}
.booking .content .booking-info .input-date-picker .slector-wrapper,
.booking .content .booking-info .custom-sel-input-block .slector-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 888;
  background: #c1c1c1;
  padding-bottom: 16px;
  overflow: auto;
  border-radius: 8px;
  height: 300px;
  /* Track */
  /* Handle */
}
.booking .content .booking-info .input-date-picker .slector-wrapper::-webkit-scrollbar,
.booking .content .booking-info .custom-sel-input-block .slector-wrapper::-webkit-scrollbar {
  width: 6px;
}
.booking .content .booking-info .input-date-picker .slector-wrapper::-webkit-scrollbar-track,
.booking .content .booking-info .custom-sel-input-block .slector-wrapper::-webkit-scrollbar-track {
  background: transparent;
  padding: 0 2px;
  width: 8px;
}
.booking .content .booking-info .input-date-picker .slector-wrapper::-webkit-scrollbar-thumb,
.booking .content .booking-info .custom-sel-input-block .slector-wrapper::-webkit-scrollbar-thumb {
  width: 8px;
  background: #45474f;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .booking .content .booking-info .input-date-picker .slector-wrapper,
  .booking .content .booking-info .custom-sel-input-block .slector-wrapper {
    max-width: 265px !important;
    min-width: 265px !important;
    width: auto;
  }
}
.booking .content .booking-info .input-date-picker .slector-wrapper li.top-set,
.booking .content .booking-info .custom-sel-input-block .slector-wrapper li.top-set {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
}
.booking .content .booking-info .input-date-picker .slector-wrapper li span,
.booking .content .booking-info .custom-sel-input-block .slector-wrapper li span {
  border-radius: 8px 8px 0 0;
  display: block;
  padding: 10px 16px;
  background: #ffffff;
}
.booking .content .booking-info .input-date-picker .slector-wrapper li .sel-option,
.booking .content .booking-info .custom-sel-input-block .slector-wrapper li .sel-option {
  width: 100%;
  background: transparent;
  border: none;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1c1c1c;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.booking .content .booking-info .input-date-picker .slector-wrapper li .sel-option:hover,
.booking .content .booking-info .custom-sel-input-block .slector-wrapper li .sel-option:hover {
  background: #45474f;
}
.booking .content .booking-info .input-date-picker i,
.booking .content .booking-info .custom-sel-input-block i {
  font-size: clamp(16px, 1.094vw, 24px);
  color: #0d1b2a;
}
@media (max-width: 1199px) {
  .booking .content .booking-info .arrows {
    margin: 32px 0;
  }
}
@media (max-width: 992px) {
  .booking .content .booking-info .arrows svg {
    transform: rotate(0deg);
  }
}
.booking .content .booking-info .passenger-area {
  width: 378px;
  position: absolute;
  top: 72px;
  right: 0;
  display: none;
  z-index: 99999;
}
@media (max-width: 1799px) {
  .booking .content .booking-info .passenger-area {
    top: 89px;
  }
}
@media (max-width: 1299px) {
  .booking .content .booking-info .passenger-area {
    top: 110px;
  }
}
@media (max-width: 1199px) {
  .booking .content .booking-info .passenger-area {
    width: 362px;
    top: 60px;
    left: unset;
    right: 0;
  }
}
@media (max-width: 576px) {
  .booking .content .booking-info .passenger-area {
    right: -186px;
  }
}
@media (max-width: 420px) {
  .booking .content .booking-info .passenger-area {
    width: 294px;
  }
}
.booking .content .booking-info .vertical-line {
  width: 1px;
  height: 56px;
  background: #45474f;
}
@media (max-width: 992px) {
  .booking .content .booking-info .vertical-line {
    height: 36px;
  }
}
.booking .input-date-picker .picker__holder {
  transform: translateY(72px);
}
.booking .input-date-picker.date-time::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -24px;
  height: 56px;
  width: 1px;
  background: #c1c1c1;
}
@media (max-width: 576px) {
  .booking .input-date-picker.date-time::before {
    display: none;
  }
}

.radio-tile-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: clamp(12px, 0.833vw, 32px);
  grid-row-gap: clamp(12px, 0.833vw, 32px);
}
.radio-tile-group .input-container {
  position: relative;
}
.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background: #0d1b2a;
  border: 1px solid #1c1c1c;
  color: white;
  transition: all 0.5s ease-in-out;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: #ffffff;
}
.radio-tile-group .input-container .radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 52px;
  border: 1px solid #1c1c1c;
  background: rgba(77, 115, 252, 0.1);
  border-radius: 5px;
  padding: 14px 8px;
  transition: transform 300ms ease;
}
@media (max-width: 420px) {
  .radio-tile-group .input-container .radio-tile {
    height: 50px;
  }
}
.radio-tile-group .input-container .radio-tile.sidebar-radio {
  padding: 16px 22px;
  height: 59px;
}
.radio-tile-group .input-container .radio-tile.sidebar-departure-radio {
  padding: 16px 6px;
  height: 100px;
}
.radio-tile-group .input-container .radio-tile.wizard-page {
  width: 100%;
  height: 128px;
  border-radius: 20px;
  border: 0;
}
@media (max-width: 576px) {
  .radio-tile-group .input-container .radio-tile.wizard-page {
    margin-bottom: 16px;
  }
}
.radio-tile-group .input-container .radio-tile i {
  font-size: 20px;
}
.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.32px;
  letter-spacing: 150%;
  color: #1c1c1c;
}
.cf-note {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  border: 1px solid transparent;
}

.cf-note.ok {
  color: #155724;
  background: #d4edda;
  border-color: #c3e6cb;
}

.cf-note.bad {
  color: #721c24;
  background: #f8d7da;
  border-color: #f5c6cb;
}

.cf-progress {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 13px;
}

.cf-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0,0,0,0.18);
  border-top-color: rgba(0,0,0,0.7);
  border-radius: 50%;
  animation: cf-rotate 0.8s linear infinite;
}

@keyframes cf-rotate {
  to { transform: rotate(360deg); }
}

.contact-form button[type="submit"][disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}
.radio-tile-group .input-container .radio-tile-label.sidebar-label {
  font-size: 20px;
  letter-spacing: 130%;
}
@media (max-width: 1074px) {
  .radio-tile-group .input-container .radio-tile-label.sidebar-label {
    font-size: 16px;
  }
}
.radio-tile-group .input-container .radio-tile-label.departure-radio {
  color: #0d1b2a;
}
.radio-tile-group .input-container .radio-tile-label.wizard-label {
  font-size: 27px;
}

.destination-sec .destination-wrap {
  position: relative;
}
.destination-sec .destination-wrap .linesvg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.destination-sec .destination-wrap .card-img img {
  height: 21.563vw;
  object-fit: cover;
}
@media (max-width: 777px) {
  .destination-sec .destination-wrap .card-img img {
    height: 70.563vw;
  }
}
.destination-sec .destination-card .card-img {
  border-radius: clamp(18px, 1.25vw, 48px);
  width: 100%;
  overflow: hidden;
}
.destination-sec .destination-card .card-img img {
  border-radius: clamp(18px, 1.25vw, 48px);
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.destination-sec .destination-card .card-content {
  margin-top: -5.208vw;
  position: relative;
  z-index: 1;
  padding: clamp(20px, 1.667vw, 64px);
  border-radius: clamp(18px, 1.25vw, 48px);
  background: #f3f7fc;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.667vw, 64px);
}
@media (max-width: 777px) {
  .destination-sec .destination-card .card-content {
    margin-top: -24vw;
  }
}
.destination-sec .destination-card:hover .card-img img {
  transform: scale(1.08);
}
.bnrfix {
  padding-top: 0px !important;
}
.booking-banner {
  padding-top: clamp(96px, 8.32vw, 320px);
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
.booking-banner .banner-wrap, .booking-banner .banner-wrap {
  padding: 50px 0 50px 0 ;
  padding-right: clamp(48px, 3.333vw, 128px);
  background: url("../media/images/banner-bg.png") no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 40px;
}
@media (max-width: 777px) {
  .booking-banner .banner-wrap {
    border-radius: clamp(12px, 0.833vw, 32px);
    padding: 32px !important;
  }
}
.booking-banner .banner-wrap .plan-img {
  position: relative;
}
@media (max-width: 777px) {
  .booking-banner .banner-wrap .plan-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.booking-banner .banner-wrap .plan-img img {
  left: 5.156vw;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 80%;
}
@media (max-width: 1399px) {
  .booking-banner .banner-wrap .plan-img img {
    left: 1.156vw;
  }
}
@media (max-width: 1025px) {
  .booking-banner .banner-wrap .plan-img img {
    padding: 0 3.646vw;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media (max-width: 777px) {
  .booking-banner .banner-wrap .plan-img img {
    position: unset;
    transform: unset;
  }
}
.booking-banner .banner-wrap .offnum {
  width: clamp(124px, 9.323vw, 564px);
  height: clamp(124px, 9.323vw, 364px);
  padding: clamp(24px, 1.719vw, 64px) clamp(18px, 1.354vw, 48px);
  transform: rotate(11.462deg);
  position: absolute;
  right: 5.417vw;
  bottom: 8.021vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 500px;
  background: #ffffff;
}
@media (max-width: 933px) {
  .booking-banner .banner-wrap .offnum {
    bottom: 3vw;
  }
}
@media (max-width: 777px) {
  .booking-banner .banner-wrap .offnum {
    top: 47vw;
    bottom: unset;
  }
}
@media (max-width: 440px) {
  .booking-banner .banner-wrap .offnum {
    top: 16vw;
  }
}
.booking-banner .banner-wrap .linesvg {
  position: absolute;
  top: -4.167vw;
  left: 3.854vw;
}
@media (max-width: 1399px) {
  .booking-banner .banner-wrap .linesvg {
    top: -10.167vw;
  }
}
@media (max-width: 777px) {
  .booking-banner .banner-wrap .linesvg {
    left: -0.146vw;
  }
}
.booking-banner .banner-wrap .cus-btn {
  padding: clamp(5px, 0.521vw, 20px) clamp(10px, 0.729vw, 28px);
}
.booking-banner .banner-wrap .cus-btn .icon {
  width: 40px;
  height: 36px;
}
.booking-banner .banner-wrap .cus-btn .icon::before {
  height: 36px;
}
.booking-banner .banner-wrap .cus-btn .text {
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}

.service-sec .service-card {
  padding: clamp(24px, 1.667vw, 64px) clamp(24px, 1.563vw, 64px);
  border-radius: clamp(12px, 0.833vw, 32px);
  border: 1px solid #c1c1c1;
  background: #f3f7fc;
  transition: all 0.5s ease-in-out;
}
.service-sec .service-card .card-icon {
  display: flex;
  width: clamp(44px, 2.917vw, 128px);
  height: clamp(44px, 2.917vw, 128px);
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease-in-out;
}
.service-sec .service-card .card-icon svg {
  width: clamp(18px, 1.458vw, 48px);
  height: clamp(18px, 1.458vw, 48px);
}
.service-sec .service-card .card-icon svg path {
  transition: all 0.5s ease-in-out;
}
.service-sec .service-card .card-btn {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  color: #45474f;
}
.service-sec .service-card .card-btn svg {
  transition: all 0.5s ease-in-out;
  width: clamp(14px, 0.833vw, 32px);
  height: clamp(14px, 0.833vw, 32px);
}
.service-sec .service-card .card-btn:hover {
  color: #0d1b2a;
}
.service-sec .service-card .card-btn:hover svg {
  transform: rotate(40deg);
}
.service-sec .service-card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.service-sec .service-card:hover .card-icon {
  background: #0d1b2a;
}
.service-sec .service-card:hover .card-icon svg path {
  fill: #ffffff;
}

.toggle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.toggle-header .toggle-icon svg {
  transition: transform 0.3s ease;
}
.toggle-header .toggle-icon.rotate svg {
  transform: rotate(180deg);
}

.service-detail-sec .service-sidebar {
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(18px, 1.25vw, 48px);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.service-detail-sec .service-sidebar .search-bar {
  border-radius: 4px;
  border: 1px solid #45474f;
  display: flex;
  align-items: center;
  padding: clamp(2px, 0.208vw, 8px);
  padding-left: clamp(12px, 0.833vw, 32px);
  gap: clamp(4px, 0.417vw, 16px);
}
.service-detail-sec .service-sidebar .search-bar input {
  width: 100%;
  border: none;
  background: transparent;
}
.service-detail-sec .service-sidebar .search-bar input:focus {
  border: none;
  outline: none;
  background: transparent;
}
.service-detail-sec .service-sidebar .search-bar button {
  border-radius: 5px;
  background: #0d1b2a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(34px, 2.083vw, 54px);
  height: clamp(34px, 2.083vw, 54px);
  border: none;
}
.service-detail-sec .service-sidebar .search-bar button svg {
  width: clamp(14px, 0.833vw, 32px);
  height: clamp(14px, 0.833vw, 32px);
}
.service-detail-sec .service-sidebar .togglebox .service-category {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #c1c1c1;
  padding: clamp(8px, 0.625vw, 24px);
}
.service-detail-sec .service-sidebar .togglebox .service-category .category-icon {
  width: clamp(44px, 2.917vw, 128px);
  height: clamp(44px, 2.917vw, 128px);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-detail-sec .service-sidebar .togglebox .service-category .category-icon svg {
  width: clamp(20px, 1.458vw, 48px);
  height: clamp(20px, 1.458vw, 48px);
}
.service-detail-sec .service-sidebar .input-block {
  position: relative;
  border-radius: 10px;
  border: 1px solid #c1c1c1;
  padding: clamp(8px, 0.677vw, 24px) clamp(12px, 0.833vw, 32px);
}
.service-detail-sec .service-sidebar .input-block svg {
  position: absolute;
  right: 0.938vw;
  top: 50%;
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.service-detail-sec .service-sidebar .input-block input,
.service-detail-sec .service-sidebar .input-block textarea {
  width: 100%;
  background: transparent;
  border: transparent;
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  color: #45474f;
}
.service-detail-sec .service-sidebar .input-block input::placeholder,
.service-detail-sec .service-sidebar .input-block textarea::placeholder {
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  color: #45474f;
}
.service-detail-sec .service-sidebar .input-block input:focus,
.service-detail-sec .service-sidebar .input-block textarea:focus {
  background: transparent;
  border: transparent;
  outline: none;
}
.service-detail-sec .service-sidebar .input-block .textarea {
  height: clamp(100px, 8.229vw, 440px);
}

.tourdetail-sec .card-detail {
  border-radius: clamp(18px, 1.25vw, 48px);
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  padding: clamp(18px, 1.25vw, 48px);
}
.tourdetail-sec .card-detail .tripdetail-block {
  border-radius: clamp(18px, 1.25vw, 48px);
  background: #f0f0f0;
  padding: clamp(18px, 1.25vw, 48px);
}
.tourdetail-sec .card-detail .tripdetail-block .services-includes svg {
  width: clamp(12px, 0.833vw, 32px);
  height: clamp(12px, 0.833vw, 32px);
}
.tourdetail-sec .our-gallery {
  position: relative;
}
.tourdetail-sec .our-gallery img {
  width: 100%;
  border-radius: clamp(18px, 1.25vw, 48px);
  transition: all 0.5s ease-in-out;
}
.tourdetail-sec .our-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: clamp(18px, 1.25vw, 48px);
}
.tourdetail-sec .our-gallery .gallery-item:hover img {
  transform: scale(1.06);
}
.tourdetail-sec .our-gallery .gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: opacity 0.4s ease-in-out;
  border-radius: clamp(18px, 1.25vw, 48px);
}
.tourdetail-sec .our-gallery .gallery-item:hover .overlay {
  opacity: 1;
}

.filter-text {
  border-radius: clamp(18px, 1.25vw, 48px) clamp(18px, 1.25vw, 48px) 0 0;
  width: 100%;
  background: #0d1b2a;
  text-align: center;
  padding: clamp(12px, 0.833vw, 32px);
}

.tour-sidebar {
  padding: clamp(18px, 1.25vw, 48px);
  padding-top: 0;
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border-radius: 0 0 clamp(18px, 1.25vw, 48px) clamp(18px, 1.25vw, 48px);
}
.tour-sidebar .tour-slectionform .wrapper-dropdown {
  padding: clamp(12px, 0.833vw, 32px) clamp(18px, 1.25vw, 48px);
  border-radius: 8px;
  border-color: #45474f;
}
.tour-sidebar .tour-slectionform .wrapper-dropdown .selected-display span {
  font-size: clamp(14px, 0.833vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}
.tour-sidebar .tour-slectionform .wrapper-dropdown svg {
  width: clamp(14px, 0.938vw, 36px);
  height: clamp(14px, 0.938vw, 36px);
}
.tour-sidebar .radio-tile-group .input-container .radio-tile {
  padding: clamp(12px, 0.833vw, 32px) !important;
  background: #ffffff;
  border-radius: clamp(4px, 0.417vw, 16px);
  height: auto;
  border-color: #141516;
}
.tour-sidebar .radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background: #0d1b2a;
  border: 1px solid #0d1b2a !important;
  color: white;
  transition: all 0.5s ease-in-out;
}
.tour-sidebar .radio-tile-group .input-container .radio-tile-label {
  font-size: clamp(14px, 0.833vw, 32px);
  flex-shrink: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}
.tour-sidebar .price-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.tour-sidebar .price-input .field {
  width: 48%;
}
.tour-sidebar .price-input .field .sidebar-price-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  border: 1px solid #45474f;
  -moz-appearance: textfield;
  padding: clamp(8px, 0.625vw, 20px);
  width: 100%;
  border-radius: clamp(4px, 0.417vw, 16px);
}
.tour-sidebar .price-input .field .sidebar-price-block .price-sign {
  width: 50%;
}
.tour-sidebar .price-input .field .sidebar-price-block input {
  width: 100%;
  outline: none;
  border: 0;
  background: transparent;
  color: #45474f;
}
.tour-sidebar .slider {
  height: 4px;
  position: relative;
  background: #c1c1c1;
  border-radius: 4px;
}
.tour-sidebar .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  background: #0d1b2a;
}
.tour-sidebar .range-input {
  position: relative;
}
.tour-sidebar .range-input input {
  position: absolute;
  width: 100%;
  height: 3px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.tour-sidebar input[type=number]::-webkit-outer-spin-button,
.tour-sidebar input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.tour-sidebar input[type=range]::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  background: #0d1b2a;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  border: 2px solid #0d1b2a;
  border-radius: 4px;
}
.tour-sidebar input[type=range]::-moz-range-thumb {
  height: 17px;
  border-radius: 50%;
  width: 17px;
  border: none;
  background: #c1c1c1;
  pointer-events: auto;
  cursor: pointer;
  -moz-appearance: none;
}

.booking-2 {
  padding: clamp(24px, 2.5vw, 54px);
  border-radius: clamp(18px, 1.25vw, 48px);
  background: #f0f0f0;
}

.flight-listing-sec .tour-sidebar .radio-block2 {
  display: flex;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: clamp(4px, 0.417vw, 16px);
  grid-row-gap: clamp(4px, 0.417vw, 16px);
  flex-wrap: nowrap;
}
@media (max-width: 1399px) {
  .flight-listing-sec .tour-sidebar .radio-block2 {
    flex-wrap: wrap;
  }
}
.flight-listing-sec .tour-sidebar .radio-block2 .radio-tile {
  padding: clamp(12px, 0.833vw, 32px);
}
.flight-listing-sec .tour-sidebar .time-radio .input-container .radio-button:checked + .radio-tile {
  background: #0d1b2a;
  border: 1px solid #0d1b2a !important;
  color: white !important;
  transition: all 0.5s ease-in-out;
}
.flight-listing-sec .tour-sidebar .time-radio .input-container .radio-button:checked + .radio-tile .text-16 {
  color: white !important;
}
.flight-listing-sec .tour-sidebar .time-radio .input-container .radio-button:checked + .radio-tile svg path {
  fill: #ffffff;
}
.flight-listing-sec .listing-card {
  background: #fff;
  border-radius: clamp(18px, 1.25vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 2.5vw, 54px);
  padding: 0 clamp(24px, 1.667vw, 64px);
}
@media (max-width: 1399px) {
  .flight-listing-sec .listing-card .text-center {
    width: 100%;
  }
}
.flight-listing-sec .listing-card .flight-name {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.flight-listing-sec .listing-card .flight-name img {
  width: clamp(34px, 2.188vw, 54px);
  height: clamp(34px, 2.188vw, 54px);
}
.flight-listing-sec .listing-card .vr-line {
  height: 4.844vw;
  width: 1px;
  background: #c1c1c1;
}
.flight-listing-sec .listing-card .flight-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: clamp(24px, 1.667vw, 64px);
  padding: clamp(18px, 1.11vw, 48px) 0;
}
.flight-listing-sec .listing-card .flight-info .flight-duration {
  display: flex;
  align-items: center;
  gap: clamp(40px, 2.5vw, 54px);
}
.flight-listing-sec .listing-card .flight-info .flight-duration .cardplan {
  width: clamp(80px, 8.438vw, 354px);
}
.flight-listing-sec .listing-card .flight-info .btn-block {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
.flight-listing-sec .listing-card .flight-info .btn-block .accordion-button {
  padding: clamp(7px, 0.469vw, 16px) clamp(12px, 0.833vw, 32px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #c1c1c1;
  font-size: clamp(16px, 0.938vw, 36px);
  font-weight: 500;
  line-height: 120%;
  color: #0d1b2a;
  flex-shrink: 0;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.flight-listing-sec .listing-card .flight-info .btn-block .accordion-button:hover {
  background: #0d1b2a;
  color: #ffffff;
  border-color: #0d1b2a;
}
.flight-listing-sec .listing-card .scanlabel {
  padding: clamp(7px, 0.469vw, 16px) clamp(12px, 0.833vw, 32px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #c1c1c1;
  font-size: clamp(16px, 0.938vw, 36px);
  width: max-content;
  font-weight: 500;
  line-height: 120%;
  color: #0d1b2a;
  flex-shrink: 0;
  background: transparent;
}
.flight-listing-sec .listing-card .cardscanner {
  width: clamp(76px, 5.313vw, 236px);
}
.flight-listing-sec .accordion-collapse {
  padding: clamp(18px, 1.25vw, 48px) clamp(24px, 1.667vw, 64px);
  border-radius: clamp(18px, 1.25vw, 48px);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  background: #ffffff;
  transition: all 0.5s ease-in-out;
}
.flight-listing-sec .accordion-collapse .flight-date {
  display: inline-flex;
  padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 32px);
  align-items: center;
  border-radius: clamp(4px, 0.417vw, 16px);
  background: #0d1b2a;
}
.flight-listing-sec .accordion-collapse .detail-block {
  transition: all 0.5s ease-in-out;
  display: flex;
  padding: clamp(48px, 3.333vw, 128px) clamp(18px, 1.25vw, 48px);
  align-items: center;
  border-radius: clamp(5px, 0.521vw, 20px);
  background: #f0f0f0;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.flight-listing-sec .accordion-collapse .detail-block img {
  width: clamp(48px, 3.333vw, 128px);
  height: clamp(48px, 3.333vw, 128px);
}

.flight-booking .booking-sidebar {
  padding: clamp(18px, 1.25vw, 48px);
  padding-top: 0;
  border-radius: 0 0 clamp(18px, 1.25vw, 48px) clamp(18px, 1.25vw, 48px);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  background: #ffffff;
}
.flight-booking .booking-sidebar .airoplaneplane {
  width: clamp(80px, 8.438vw, 348px);
}
.flight-booking .booking-sidebar .vr-line {
  width: 1px;
  height: clamp(48px, 3.229vw, 128px);
  background: #45474f;
}
.flight-booking .sidebar-title {
  padding: clamp(12px, 0.833vw, 32px);
  text-align: center;
  border-radius: clamp(18px, 1.25vw, 48px) clamp(18px, 1.25vw, 48px) 0 0;
  background: #0d1b2a;
}
.flight-booking .booking-form {
  padding: clamp(34px, 2.083vw, 54px) clamp(34px, 2.083vw, 54px);
  border-radius: clamp(18px, 1.25vw, 48px);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  background: #ffffff;
}
.flight-booking .booking-form.step-2 {
  border-radius: clamp(10px, 0.781vw, 54px);
}
.flight-booking .booking-form .wrapper-dropdown {
  padding: clamp(12px, 0.79vw, 32px);
  border-color: #c1c1c1 !important;
  border-radius: clamp(5px, 0.521vw, 20px);
}

/*# sourceMappingURL=app.css.map */
