body {
  margin: 0;
  background: var(--light-orange) !important;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  list-style: none;
  vertical-align: top;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Zalando Sans", sans-serif;
  scroll-behavior: smooth;
}

:root {
  --primary-color: #FE764A;
  --secondary-color: #203338;
  --font-blue: #0a2347;
  --light-orange: #fe764a0f;
  --white-color: #fff;
  --black-color: #000;
}

.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.align-center {
  align-items: center;
}

/*  */

#AD186900_1 .tab-block .tab-mnu {
  justify-content: flex-start !important;
}

#AD186900_1 .tabpaneback {
  border-radius: 0 5px 5px !important;
}

/*  */
/* header */
.header {
  margin: 20px 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

.header-menu {
  display: flex;
  flex-direction: row;
  gap: 0 30px;
  width: 100%;
  justify-content: right;
}

.hamburger-main {
  display: none;
}

.hamburger {
  width: 100%;
  text-align: right;
}

.hamburger img {
  width: 50px;

}

.hamburger i {
  color: #fff;
  font-size: 40px;
}


.header-menu ul {
  display: flex;
  gap: 0 25px;
  margin-bottom: 0 !important;
  padding-left: 0;
  align-items: center;
}

.header-menu ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Zalando Sans", sans-serif;
  color: var(--secondary-color);
  transition: all ease .5s;
}

.header-menu ul li a:hover {
  color: var(--primary-color);
}

.header_signup {
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
  text-decoration: none;
  background: var(--primary-color);
  border: none;
  border-radius: 50px;
  padding: 15px 34px 14px;
  line-height: 25px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  transition: all ease .4s;
}

.header_signup i {
  font-size: 20px;
  margin-right: 8px;
}

.header_signup:hover {
  box-shadow: inset 0 1.7em 0em 0em var(--secondary-color),
    inset 0 -1.7em 0em 0em var(--secondary-color);
  border-color: var(--primary-color);
  color: #fff;
}

/* banner */

.banner-main {
  position: relative;
  overflow: hidden;
  padding: 0 0 100px 0;
}

.banner-main::after {
  position: absolute;
  background-image: url(../images/hero_mountain.png);
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
  height: 700px;
  top: 100px;
  left: 0;
  right: 0;
  content: '';
  z-index: -2;
}

.banner-main-shape1 {
  position: absolute;
  top: 220px;
  right: 156px;
  width: 500px;
  height: 500px;
  border-radius: 50px;
  overflow: hidden;
  transform: rotate(45deg);
  z-index: -1;
}

.banner-main-shape1::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: var(--secondary-color);
  background-image: url(../images/bannershape1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-45deg) scale(1.5);
}

.banner-main-shape2 {
  position: absolute;
  top: -106px;
  right: -292px;
  width: 500px;
  height: 500px;
  border-radius: 50px;
  overflow: hidden;
  transform: rotate(45deg);
  z-index: -1;
}

.banner-main-shape2::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: var(--secondary-color);
  background-image: url(../images/bannershape1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-45deg) scale(1.5);
}

.banner-main-shape3 {
  position: absolute;
  top: 545px;
  right: -292px;
  width: 500px;
  height: 500px;
  border-radius: 50px;
  overflow: hidden;
  transform: rotate(45deg);
  z-index: -1;
}

.banner-main-shape3::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: var(--secondary-color);
  background-image: url(../images/bannershape3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-45deg) scale(1.5);
}

.banner-main-shape4 {
  position: absolute;
  top: 530px;
  left: -199px;
  width: 400px;
  height: 400px;
  border-radius: 50px;
  overflow: hidden;
  transform: rotate(45deg);
  z-index: -1;
}

.banner-main-shape4::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: var(--secondary-color);
  background-image: url(../images/bannershape4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-45deg) scale(1.5);
}

.banner-ani1 {
  position: absolute;
  background-image: url(../images/banner-ani1.png);
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100px;
  height: 80px;
  background-size: 100%;
  top: 250px;
  left: 0;
  content: '';
  z-index: -2;
  animation: moveIcons 25s linear infinite;
}

.banner-ani2 {
  position: absolute;
  background-image: url(../images/banner-ani2.png);
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100px;
  height: 40px;
  background-size: 100%;
  top: 250px;
  left: 0;
  content: '';
  z-index: -2;
  animation: moveIconstwo 30s linear infinite;
}

.banner-ani3 {
  position: absolute;
  background-image: url(../images/banner-ani2.png);
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100px;
  height: 40px;
  background-size: 100%;
  top: 250px;
  left: 0;
  content: '';
  z-index: -2;
  animation: moveIconsthree 35s linear infinite;
}

@keyframes moveIcons {
  0% {
    left: -100px;
  }

  100% {
    left: 110%;
  }
}

@keyframes moveIconstwo {
  0% {
    left: -1100px;
  }

  100% {
    left: 110%;
  }
}

@keyframes moveIconsthree {
  0% {
    left: -1700px;
  }

  100% {
    left: 110%;
  }
}

.banner-text {
  margin: 180px 0 0px 0;
}

.banner-h1 {
  font-size: 27px;
  font-weight: 600;
  font-family: "Philosopher", sans-serif;
  color: var(--font-blue);
  line-height: 148px !important;
}

.banner-h1 span {
  color: var(--primary-color);
  text-decoration: underline;
}

.banner-h2 {
  font-size: 150px;
  font-weight: 900;
  font-family: "Philosopher", sans-serif;
  color: var(--primary-color);
  display: inline-block;
  text-transform: uppercase;
  line-height: 18px !important;
  -webkit-text-stroke: 0px transparent;
  text-shadow: -2px 0 #344448, 0 2px #344448, 2px 0 #344448, 0 -2px #344448;
}

.banner-h3 {
  font-size: 117px;
  font-weight: 700;
  font-family: 'slick';
  padding: 0 0 0px 0;
  display: inline-block;
  line-height: 195px !important;
  -webkit-text-stroke: 0px transparent;
  text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;
  color: #fff;
  text-transform: uppercase;
}

.banner-h3 span {
  border-radius: 100px;
  position: relative;
}

.banner-h3 span img {
  border-radius: 100px;
  width: 140px;
  height: 85px;
}

.banner-h3 span::after {
  position: absolute;
  background: #000;
  width: 140px;
  height: 85px;
  border-radius: 100px;
  content: "";
  opacity: .6;
  bottom: 16px;
  left: 0;
}

.banner-h3 span a {
  font-size: 20px;
  top: 72px;
  left: 63px;
  position: absolute;
  z-index: 99;
  display: flex;
  color: #fff;
  text-decoration: none;
}

.banner-h3 span a:hover {
  color: var(--primary-color);
}

.banner-p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zalando Sans", sans-serif;
  color: var(--secondary-color);
  max-width: 550px;
}

/* .benefit */
.benefit-h2 {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 140px;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
  position: absolute;
  /* opacity: 0.1111; */
  top: -189px;
  color: #0a23478f;
  font-family: 'slick';
  text-transform: uppercase;
}

.plane-follow {
  position: relative;
  width: 100%;
  height: 50px;
  top: -175px;
  transform: rotate(350deg);
  z-index: -3;
}

.dashed-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 2px dashed #c2c2c25e;
  transform: translateY(-50%);
}

.plane {
  position: absolute;
  top: 26%;
  font-size: 24px;
  left: -50px;
  width: 40px;
  color: var(--primary-color);
  animation: fly-straight 10s linear infinite;
}

@keyframes fly-straight {
  0% {
    left: -60px;
  }

  100% {
    left: 100%;
  }
}

/*  */
.benefit {
    margin: 250px 0 0 0;
    padding-top: 0;
    background-image: url(../images/benefit-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
    position: relative;
    z-index: 1;
}
.benefit::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
    background: linear-gradient(180deg, #fff7f4, #fff7f48f, rgb(255 247 244 / 1%));
}


.benefit-head {
    text-align: center;
    margin: 0 0 120px 0;
}
.benefit-head p:nth-child(1) {
  font-size: 50px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  color: var(--font-blue);
  margin-bottom: 10px !important;
}

.benefit-head p:nth-child(1) span {
  color: var(--primary-color);
  font-family: "Sofia", cursive;
  text-decoration: underline;
}

.benefit-head p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zalando Sans", sans-serif;
  color: var(--secondary-color);
  max-width: 400px;
  margin: 0 auto;
}

.bene-one {
      text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
    margin: 0 20px;
    border-radius: 20px;
    transition: all ease .5s;
    background-color: #fff;
    position: relative;
    z-index: 99999;
    cursor: pointer;
}

.bene-one:hover {
  transform: rotate(2deg);
}

.bene-one .fa-paper-plane {
  font-size: 90px;
  color: #2FB0F8;
}

.bene-one .fa-tags {
  font-size: 90px;
  color: #F9CD2B;
}

.bene-one .fa-suitcase {
  font-size: 90px;
  color: #FC7546;
}

.bene-one p:nth-child(2) {
  font-size: 20px;
  font-weight: 600;
  color: var(--font-blue);
  margin: 15px 0 10px 0 !important;
}

.bene-one p:nth-child(3) {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zalando Sans", sans-serif;
  color: var(--secondary-color);
}

/* destinations */

.destinations {
  margin: 100px 0;
}

.desti-head {
  margin: 0 0 60px;
}

.desti-head p:nth-child(1) {
  font-size: 50px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  color: var(--font-blue);
  margin-bottom: 10px !important;
}

.desti-head p:nth-child(1) span {
  color: var(--primary-color);
  font-family: "Sofia", cursive;
  text-decoration: underline;
}

.desti-head p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zalando Sans", sans-serif;
  color: var(--secondary-color);
  max-width: 600px;
}

.desti-main {

  margin: 0 10px;
}

.desti-main a {
  position: relative;
}

.desti-main a img {
  width: 100%;
  height: 350px;
  border-radius: 40px;
}

.desti-main p i {
  color: var(--primary-color);
  margin: 3px 2px 0 0;
  font-size: 18px;
}

.desti-main p {
  background-color: #ffffff;
  position: absolute;
  top: 30px;
  right: 10%;
  padding: 10px 20px;
  border-radius: 30px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary-color);
}

/* service */

.service {
  margin: 100px 0;
  overflow: hidden;
  padding: 150px 0 150px;
}

.service-shape {
  position: relative;
}

.ser-shape1 {
  position: absolute;
  top: -75px;
  left: -40%;
  width: 250px;
  height: 250px;
  border-radius: 50px;
  overflow: hidden;
  transform: rotate(45deg);
  z-index: -2;
}

.ser-shape1::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: var(--secondary-color);
  background-image: url(../images/bannershape6.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  transform: rotate(-45deg) scale(1.5);
}

.ser-shape2 {
  position: absolute;
  top: 0;
  right: 156px;
  width: 450px;
  height: 450px;
  border-radius: 50px;
  overflow: hidden;
  transform: rotate(45deg);
}

.ser-shape2::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: var(--secondary-color);
  background-image: url(../images/bannershape2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-45deg) scale(1.5);
}

.ser-shape3 {
  position: absolute;
  top: 330px;
  left: -40%;
  width: 250px;
  height: 250px;
  border-radius: 50px;
  overflow: hidden;
  transform: rotate(45deg);
  z-index: -2;
}

.ser-shape3::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: var(--secondary-color);
  background-image: url(../images/bannershape2.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  transform: rotate(-45deg) scale(1.5);
}

.service-text .stp1 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  color: var(--secondary-color);
  margin-bottom: 10px !important;
}

.service-text .stp1 span {
  color: var(--primary-color);
  font-family: "Sofia", cursive;
  text-decoration: underline;
}

.service-text .stp2 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zalando Sans", sans-serif;
  color: var(--secondary-color);
  margin-bottom: 40px !important;
}

.count-area-content {
  margin: 10px 0 20px;
}

.count-area-content span {
  font-size: 45px;
  font-weight: 700;
  color: var(--primary-color);
}

.count-area-content p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary-color);
}

.count-area-content p:nth-child(3) {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zalando Sans", sans-serif;
  color: var(--secondary-color);
}

/* dwn-application */
.dwn-application {
  position: relative;
  margin: 50px 0;
  overflow: hidden;
  padding: 200px 0 150px;
}

.vector-img img {
  position: absolute;
  width: 650px;
  height: 650px;
  top: 47px;
  left: -20%;
  content: '';
  filter: grayscale(1);
  opacity: .2;
  z-index: -1;
  animation: rotate360 15s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.dwn-app-text {
  margin: 0 0 0 100px;
}

.dwn-app-text p:nth-child(1) {
  font-size: 50px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  color: var(--font-blue);
  margin-bottom: 20px !important;
}

.dwn-app-text p:nth-child(1) span {
  color: var(--primary-color);
  font-family: "Sofia", cursive;
  text-decoration: underline;
}

.dwn-app-text p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zalando Sans", sans-serif;
  color: var(--secondary-color);
  margin-bottom: 30px !important;
}

.app-download-btn {
  display: flex;
  flex-direction: row;
  gap: 0 25px;
}

.app-download-btn .store-btn {
  display: flex;
  align-items: center;
  background-color: var(--black-color);
  border: 2px solid var(--black-color);
  color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.app-download-btn .store-btn:hover {
  transform: scale(1.1);
}

.app-download-btn .store-btn i {
  width: 25px;
  height: 25px;
  font-size: 25px;
  margin-right: 10px;
}

.app-download-btn .store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.app-download-btn .store-text small {
  font-size: 10px;
  color: var(--white-color);
}

.app-download-btn .store-text span {
  font-size: 14px;
  font-weight: bold;
}

.dwn-app-img {
  text-align: center;
  position: relative;
}

.dwn-app-img::after {
  position: absolute;
  content: '';
  background-color: var(--light-orange);
  top: 0;
  right: 0;
  left: 7%;
  width: 500px;
  height: 500px;
  border-radius: 50px;
  transform: rotate(45deg);
  z-index: -1;
}

.dwn-app-img img {
  width: 450px;
  height: 500px;
}

/* location-plan */
.location-plan {
  margin: 100px 0;
}

.l-plan-head {
  text-align: center;
  margin-bottom: 50px;
}

.l-plan-head p:nth-child(1) {
  font-size: 24px;
  color: #fe764a;
  font-family: "Sofia", cursive;
}

.l-plan-head p:nth-child(2) {
  font-size: 70px;
  color: var(--font-blue);
  line-height: 89% !important;
  font-family: "Philosopher", sans-serif;
  margin: 20px 0 30px !important;
}

.l-plan-head p:nth-child(3) {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zalando Sans", sans-serif;
  color: var(--secondary-color);
  margin: 0 auto 30px !important;
  max-width: 800px;
}

.card {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin: 0 10px;
}

.card img {
  width: 100%;
  height: 303px;
  object-fit: cover;
}

.card-content {
  padding: 20px 10px;
}

.crd-cp1 {
  font-size: 16px;
  color: var(--secondary-color);
}

.crd-cp1 i {
  color: #007bff;
  margin: 4px 2px 0 0;
  font-size: 16px;
}

.crd-cp2 {
  font-size: 32px;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
  color: var(--primary-color);
  margin-bottom: 10px;
  transition: all ease .5s;
}

.crd-cp2:hover {
  color: var(--font-blue);
}

.crd-cp3 {
  font-size: 15px;
  font-weight: 400;
  color: var(--secondary-color);
  font-family: "Zalando Sans", sans-serif;
  line-height: 1.5;
  margin-bottom: 10px;
}

.card-footer {
  background: #F3F3F3;
  padding: 15px 20px;
  display: flex;
  margin: 0 10px;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  border-radius: 10px !important;
}

.price-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-section .prices-p1 {
  display: block;
  font-size: 22px;
  font-weight: 600;
  font-family: "Philosopher", sans-serif;
  color: var(--font-blue);
}

.price-section .prices-p1 p {
  font-size: 14px;
  font-weight: 400;
  color: #6B7280;

}

.card-rating {
  font-size: 15px;
  color: var(--font-blue);
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
  gap: 0 20px;
  border-bottom: 1px dashed #ccc;
}

.ratingp1 i {
  color: #FB5B32;
  font-size: 16px;
  margin: 3px 2px 0 0;
}

.right-details {
  font-size: 14px;
  color: var(--font-blue);
  font-weight: 600;
  font-family: "Philosopher", sans-serif;
  text-decoration: none;
}

.right-details:hover i {
  transform: rotate(0deg);
}

.right-details i {
  margin: 4px 0 0 3px;
  transform: rotate(310deg);
  transition: all ease 1s;
}

/* gallery */
.gallery {
  margin: 100px 0;
  overflow: hidden;
}

.g-head p {
  font-size: 70px;
  font-weight: 400;
  text-align: center;
  line-height: 75px !important;
  font-family: "Philosopher", sans-serif;
  text-transform: capitalize;
  color: var(--font-blue);
  margin-bottom: 70px !important;
}

.g-head p span {
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
}

.gallery-img-one {
  padding: 0 10px;
}

.gallery-img-one img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  filter: grayscale(1);
}

.gallery-img-one img:hover {
  filter: grayscale(0);
}

/* capture-section */
.capture-section {
    background-image: url(../images/capture-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    width: 100%;
    height: 800px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    margin: 100px 0 0;
    padding: 200px 0 200px;
}

.capture-section::after {
  position: absolute;
  background-image: url(../images/capture-bg-shape.png);
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
  height: 100px;
  bottom: 0;
  content: '';
}

.capture-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
    background: linear-gradient(180deg, #fff7f4, #fff7f48f, rgb(255 247 244 / 1%));
}

.cap-sec-p {
  text-align: center;
}

.cap-sec-p p:nth-child(1) {
  font-size: 140px;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
  color: var(--primary-color);
  line-height: 140px !important;
}

.cap-sec-p p:nth-child(2) {
  font-size: 140px;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
  color: var(--white-color);
  line-height: 140px !important;
}

.cap-sec-p a {
  background-color: var(--primary-color);
  font-family: "Philosopher", sans-serif;
  margin-top: 50px !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: var(--white-color);
  border: none;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 50px;
  align-items: center;
  text-decoration: none;
  line-height: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all ease .4s;
}

.cap-sec-p a i {
  margin: 5px 0 0 5px;
  transform: rotate(310deg);
}

.cap-sec-p a:hover {
  box-shadow: inset 0 1.9em 0em 0em var(--secondary-color),
    inset 0 -1.9em 0em 0em var(--secondary-color);
  border-color: var(--primary-color);
  color: #fff;
}


/* destination-gallery */
.destination-gallery {
  padding: 100px 0 0;
  background: #fff;
}

.dsti-gall-head p {
  color: var(--font-blue);
  font-size: 24px;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 30px !important;
}



.desti-one {
  position: relative;
  margin: 10px 0;
  width: 100%;
  height: 180px;
  border-radius: 8px;
}

.desti-one-icon {
  position: absolute;
  left: 0;
  top: 0;
  transition: .6s;
  width: 100%;
  height: 100%;
  background: transparent;

}

.desti-one:hover .desti-one-icon {
  background-color: rgba(17, 58, 116, .8);
  border-radius: 8px;
}

.desti-one-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 40px);
  opacity: 0;
  visibility: hidden;
}

.desti-one:hover .desti-one-icon i {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: .6s;
}

.desti-one-icon i {
  position: absolute;
  font-size: 40px;
  color: #fff;
}

/* holiday-package */
.holiday-package {
  margin: 100px 0;
  padding: 150px 0;
  overflow: hidden;
  background: #F8F4F0;
  position: relative;
}

.hphshape1 {
  position: absolute;
  width: 300px;
  height: 300px;
  content: '';
  transform: rotate(45deg);
  border-radius: 30px;
  background-color: #F6EEEA;
  top: 0;
  right: 0;
}

.hphshape2 {
  position: absolute;
  width: 300px;
  height: 300px;
  content: '';
  transform: rotate(45deg);
  border-radius: 30px;
  background-color: #F6EEEA;
  top: 0;
  left: 0;
}

.hphshape3 {
  position: absolute;
  width: 300px;
  height: 300px;
  content: '';
  transform: rotate(45deg);
  border-radius: 50px;
  background-color: #F6EEEA;
  top: 300px;
  left: -185px;
}

.hphshape4 {
  position: absolute;
  width: 300px;
  height: 300px;
  content: '';
  transform: rotate(45deg);
  border-radius: 50px;
  background-color: #F6EEEA;
  top: 300px;
  right: -185px;
}

.hphshape5 {
  position: absolute;
  width: 200px;
  height: 200px;
  content: '';
  transform: rotate(45deg);
  border-radius: 30px;
  background-color: #F6EEEA;
  top: 300px;
  left: 200px;
}

.hphshape6 {
  position: absolute;
  width: 200px;
  height: 200px;
  content: '';
  transform: rotate(45deg);
  border-radius: 30px;
  background-color: #F6EEEA;
  top: 300px;
  right: 200px;
}

.hp-main {
  text-align: center;
}

.hp-main p:nth-child(1) {
  font-size: 45px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 0px !important;
}

.hp-main p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zalando Sans", sans-serif;
  color: var(--secondary-color);
  margin: 0 auto 30px !important;
  max-width: 460px;
}

.pakg-btn {
  gap: 0 20px;
  display: flex;
  justify-content: center;
}

.pakg-btn a {
  background: var(--primary-color);
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  border-radius: 100px;
}

.pakg-btn a i {
  margin: 5px 5px 0 0;
}

.pakg-btn a:nth-child(2) {
  align-items: center;
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

/* testimonial */
.testimonial {
  margin: 100px 0;
}

.testi-head p:nth-child(1) {
  font-size: 50px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  color: var(--secondary-color);
  margin-bottom: 20px !important;
}

.testi-head p:nth-child(1) span {
  color: var(--primary-color);
  font-family: "Sofia", cursive;
  text-decoration: underline;
}

.testi-head p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zalando Sans", sans-serif;
  color: var(--secondary-color);
  margin-bottom: 30px !important;
  max-width: 460px;
}

.testi-one {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  margin: 15px;
  padding: 20px;
}

.testi-name {
  display: flex;
  gap: 0 20px;
  align-items: center;
}

.testi-name img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
}

.testi-name span p:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
}

.testi-name span p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary-color);
}

.testi-star {
  margin: 20px 0 10px;
}

.testi-star span i {
  color: #FFD700;
  font-size: 20px;
}

.testi-one .testi-para {
  font-size: 16px;
  font-weight: 400;
  font-family: "Zalando Sans", sans-serif;
  color: var(--secondary-color);
}

/* footer */
.footer {
  padding: 100px 0 0;
  position: relative;
  background: #fff;
}

/* .footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    height: 100px;
    background: var(--secondary-color);
    clip-path: polygon(40% 96%, 53% 60%, 71% 95%, 83% 73%, 99% 89%, 100% 100%, 0 100%, 0 88%, 15% 94%, 22% 75%);
} */

.footer-top .container {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}

.footer-logo-part {
  border-right: 1px solid #dee2e6;
  height: 100%;
  padding: 70px 0;
}

.footer-logo-part p {
  font-size: 24px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  color: var(--font-blue);
  margin-bottom: 50px !important;
}

.footer-logo-part ul {
  padding: 0;
  margin: 0 !important;
  gap: 20px 0;
  display: flex;
  flex-direction: column;
}

.footer-logo-part ul li:nth-child(1) a {
  font-size: 15px;
  font-weight: 400;
  color: var(--font-blue);
  font-family: "Philosopher", sans-serif;
  text-decoration: none;
}

.footer-logo-part ul li:nth-child(2) a {
  font-size: 20px;
  font-weight: 700;
  color: var(--font-blue);
  font-family: "Philosopher", sans-serif;
  text-decoration: none;
}

.footer-logo-part a img {
  margin-top: 20px;
}

.footer-social-part {
  border-right: 1px solid #dee2e6;
  height: 100%;
  padding: 70px 25px 0 0;
}

.footer-social-part .fsp-p1 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  color: var(--font-blue);
  margin-bottom: 50px !important;
}

.footer-social-part .input-box {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #d0e7f9;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.footer-social-part .input-box i:nth-child(1) {
  color: var(--white-color);
  font-size: 16px;
  margin-right: 10px;
  background: var(--font-blue);
  padding: 10px;
  border-radius: 6px;
}

.footer-social-part .input-box i:nth-child(3) {
  color: var(--white-color);
  font-size: 16px;
  margin-left: 10px;
  background: var(--font-blue);
  padding: 10px;
  border-radius: 6px;
}

.footer-social-part .input-box input {
  border: none;
  outline: none;
  font-size: 14px;
  flex: 1;
  color: #6a7894;
  background: transparent;
}

.footer-social-part .input-box input::placeholder {
  color: #6b7c93;
}

.footer-social-part .fsp-p2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px !important;
  color: var(--font-blue);
  margin: 20px 0 !important;
}

.footer-social-part ul {
  padding: 0;
  display: flex;
  gap: 0 15px;
}

.footer-social-part ul li {
  width: 37px;
  height: 37px;
  background-color: var(--font-blue);
  text-align: center;
  padding-top: 10px;
  border-radius: 3px;
}

.footer-social-part ul li a {
  color: var(--white-color);

  font-size: 15px;
  transition: all ease .4s;
}

.footer-social-part ul li a:hover {
  color: var(--primary-color);
}

.footer-pages-part {
  display: flex;
  padding-bottom: 50px;
  padding: 70px 0;
}

.footer-pages-part p {
  font-size: 24px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  color: var(--font-blue);
  margin-bottom: 50px !important;
}

.footer-pages-part ul {
  padding: 0;
  margin: 0 !important;
  gap: 15px 0;
  display: flex;
  flex-direction: column;
}

.footer-pages-part ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #6a7894;
  transition: all ease .4s;
  text-decoration: none;
}

.footer-pages-part ul li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.footer-pages-part .f-my-accont {
  width: 50%;
  text-align: left;
  padding-left: 50px;
}

.footer-pages-part .footer-service {
  width: 50%;
  text-align: left;
}

.footer-copyright {
  padding: 20px 0;
}

.footer-copyright .fc-p1 {
  text-align: left;

}

.footer-copyright .fc-p1 p {
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: 400;
  color: var(--font-blue);
}

.footer-copyright .fc-p2 {
  text-align: right;
}

.footer-copyright .fc-p2 ul {
  padding: 0;
  display: flex;
  margin-bottom: 0 !important;
  gap: 0 30px;
  justify-content: right;
}

.footer-copyright .fc-p2 ul li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--font-blue);
  transition: all ease .5s;
  text-decoration: none;
}

.footer-copyright .fc-p2 ul li a:hover {
  color: var(--primary-color);
}


/* all pages */
.retreivebooking1,
#contact_us_form {
  background: transparent !important;
}

.content-div,
.footer {
  clear: both
}

.pages-hero {
  padding: 0 20px 20px;
}

.pages-banner-img {
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  z-index: 1;
}

.pages-banner-img::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  right: 0;
  opacity: 0.7;
  content: '';
  background-image: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  z-index: -1;
}

.pages-banner-h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
}

.pages-banner-h2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: white;
}

.pages-content-main {
  margin: 20px auto;
  padding: 5px;
  width: 73%;
}

.pages-content-p1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  text-align: left;
  margin: 20px 0 0;
}


.pages-content-p2 {
  font-size: 15px;
  margin: 20px 0 0;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.pages-content-p3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: left;
  color: rgb(0, 0, 0);
  margin: 20px 0 0;
}

.p-highlight {
  font-weight: 800;
}

.p-dot-p4 {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: rgb(0, 0, 0);
  position: relative;
  margin-left: 20px;
  list-style: none;
}

.p-dot-p4::before,
.hf {
  content: "•";
  position: absolute;
  left: -15px;
  font-size: 20px;
  color: black;
  top: -3px;
}

.pp-content-p5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: rgb(0, 0, 0);
  margin: 20px 0 0;
}

.pp-content-p6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: rgb(0, 0, 0);
  margin: 8px 0 0;
}

/* all pages */

/*  */


.hamburger-main .hambtn {
  --size: 46px;
  width: var(--size);
  height: var(--size);
  display: inline-grid;
  place-items: center;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  cursor: pointer;
  transition: all 180ms;
}

.hamburger-main .hambtn:focus {
  outline: 3px solid rgba(254, 118, 74, 0.18);
}

.hamburger-main .hambtn .icon {
  width: 22px;
  height: 16px;
  position: relative;
}

.hamburger-main .hambtn .icon span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #111;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 240ms 320ms cubic-bezier(.2, .9, .2, 1), opacity 200ms;
}

.hamburger-main .hambtn .icon .a {
  top: 0;
}

.hamburger-main .hambtn .icon .b {
  top: 7px;
}

.hamburger-main .hambtn .icon .c {
  bottom: 0;
}

.ham-open .icon .a {
  transform: translateY(7px) rotate(45deg);
  background: #FE764A;
}

.ham-open .icon .b {
  opacity: 0;
  transform: scaleX(0);
}

.ham-open .icon .c {
  transform: translateY(-7px) rotate(-45deg);
  background: #FE764A;
}

.hamburger-main .overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.60);
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms cubic-bezier(.2, .9, .2, 1);
  z-index: 50;
}

.hamburger-main .overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.hamburger-main .side {
  position: fixed;
  top: 0;
  left: 0;
  margin: 3px;
  height: 100%;
  width: 320px;
  overflow: scroll;
  max-width: calc(100vw - 48px);
  transform: translateX(calc(-100% - 20px));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  background: linear-gradient(180deg, #fff, #fff);
  border-radius: 0 16px 0 0;
  padding: 30px 20px 20px;
  box-sizing: border-box;
  transition: transform 320ms cubic-bezier(.2, .9, .2, 1);
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hamburger-main .side.show {
  transform: translateX(0);
}

.hamburger-main .closebtn {
  margin-left: auto;
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

.hamburger-main .closebtn:focus {
  outline: 3px solid rgba(254, 118, 74, 0.18);
}

.ham-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ham-nav ul {
  padding: 0;
}

.ham-nav ul li a {
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
  transition: background 140ms;
}

.ham-nav a:hover {
  background: rgba(0, 0, 0, 0.04);
}

.ham-nav .header_signup {
  text-align: center !important;
  display: inline-block;
}

/*  */

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1300px) {
  .cap-sec-p p:nth-child(1) {
    font-size: 120px;
  }

  .cap-sec-p p:nth-child(2) {
    font-size: 120px;
  }


}



@media screen and (max-width: 1200px) {
  .benefit {
    height: 580px;
  }

  .destinations {
    margin: 80px 0;
  }

  .plane-follow {
    top: -215px;
  }

  .footer-social-part {
    padding: 70px 40px 70px 0;
  }

  .cap-sec-p p:nth-child(1) {
    font-size: 100px;
  }

  .cap-sec-p p:nth-child(2) {
    font-size: 100px;
    line-height: 110px !important;
  }

  .header-menu {
    display: none;
  }

  .hamburger-main {
    display: block;
  }

  .ham-1200 {
    justify-content: flex-end;
  }

  .dwn-app-img::after {
    top: 45px;
    right: 0;
    left: 16%;
    width: 400px;
    height: 400px;
  }

  .dwn-app-img img {
    width: 350px;
    height: 400px;
    margin-top: 50px;
  }

  .banner-main-shape4 {
    display: none;
  }

  .bene-one {
    padding: 40px 20px;
  }





}

@media screen and (max-width: 992px) {

  .banner-main-shape1,
  .banner-main-shape2,
  .banner-main-shape3 {
    display: none;
  }

  .banner-text {
    margin: 100px 0 0px 0;
  }

  .bene-one {
    margin: 0
  }

  .benefit .container .row {
    gap: 24px 0;
  }

  .benefit {
    height: 100%;
  }

  .benefit {
    padding: 0 0 30px 0;
  }

  .plane-follow {
    top: -125px;
  }

  .g-head p {
    font-size: 60px;
  }

  .footer-copyright .fc-p1 {
    text-align: center;
  }

  .footer-copyright .fc-p2 {
    justify-content: center;
    display: flex;
  }

  .footer-pages-part .f-my-accont {
    width: 30%;
  }

  .dwn-app-text {
    margin: 150px 0 0 0;
  }

  .dwn-app-img::after {
    top: 0;
    right: 0;
    left: 25%;
    width: 500px;
    height: 500px;
  }

  .ser-shape1 {
    left: -5%;
  }

  .ser-shape3 {
    left: -5%;
  }

  .dwn-app-img img {
    width: 400px;
    height: 500px;
    margin-top: 0;
  }

  .dwn-app-img {
    right: -8%;
  }

  .benefit-h2 {
    font-size: 120px;
    top: -170px;
  }

}

@media screen and (max-width: 768px) {
  .banner-h2 {
    font-size: 100px;
  }

  .banner-h3 {
    font-size: 85px;
  }

  .cap-sec-p p:nth-child(1) {
    font-size: 80px;
    line-height: 110px !important;
  }

  .cap-sec-p p:nth-child(2) {
    font-size: 80px;
  }

  .g-head p {
    font-size: 50px;
  }

  .footer-pages-part .f-my-accont {
    width: 50%;
  }

  .footer-logo-part {
    padding: 50px 0 0 0;
    border: none;
  }

  .footer-social-part {
    padding: 50px 0 0 0;
    border: none;
  }

  .footer-logo-part p {
    margin-bottom: 20px !important;
  }

  .footer-social-part .fsp-p1 {
    margin-bottom: 20px !important;
  }

  .footer-pages-part p {
    margin-bottom: 20px !important;
  }

  .dwn-app-img {
    right: -15%;
  }

  .benefit-h2 {
    font-size: 95px;
    top: -150px;
  }

  .banner-h3 span::after {
    bottom: 0px;
}
.banner-h3 span a {
    top: 50px;
}

}

@media screen and (max-width: 576px) {
  .banner-h1 {
    font-size: 23px;
    line-height: 30px !important;
  }

  .banner-h2 {
    font-size: 100px;
    line-height: 100px !important;
  }

  .banner-h3 {
    font-size: 45px;
    padding-bottom: 34px;
    line-height: 60px !important;
  }

  .banner-h3 span img {
    width: 100px;
    height: 65px;
  }

  .banner-h3 span::after {
    width: 100px;
    height: 65px;
    bottom: -10px;
  }

  .banner-h3 span a {
    top: 23px;
    left: 45px;
  }

  .benefit {
    margin: 115px 0 0 0;
  }

  .destinations {
    margin: 50px 0;
  }

  .service {
    margin: 50px 0;
    padding: 50px 0 50px;
  }

  .location-plan {
    margin: 50px 0;
  }

  .gallery {
    margin: 50px 0;
    overflow: hidden;
  }

  .footer {
    padding: 50px 0 0;
  }

  .footer-pages-part .f-my-accont {
    padding-left: 20px;
  }

  .benefit-h2 {
    font-size: 50px;
    top: -85px;
  }

  .rudra-after5761 {
    width: 80%;
  }

  .rudra-after5762 {
    width: 20%;
  }

  .dwn-app-img::after {
    top: 33px;
    right: 0;
    left: 25%;
    width: 400px;
    height: 400px;
  }

  .ser-shape1 {
    top: 0;
    left: -25%;
    width: 200px;
    height: 200px;
  }

  .ser-shape3 {
    top: 255px;
    left: -25%;
    width: 200px;
    height: 200px;
  }

  .dwn-app-img img {
    width: 250px;
    height: 300px;
    margin-top: 60px;
  }

  .g-head p {
    font-size: 41px;
    line-height: 100% !important;
  }

  .l-plan-head p:nth-child(2) {
    font-size: 41px;
    line-height: 100% !important;
  }
  .cap-sec-p p:nth-child(1) {
    font-size: 70px;
    line-height: 95px !important;
}
.cap-sec-p p:nth-child(2) {
    font-size: 70px;
    line-height: 95px !important;
}
.capture-section {
 padding: 50px 0 200px;
   
}


}