/* -------------------- Common Styles ---------------------------- */


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

a {
  scroll-behavior: smooth;
}

.mobile-photo {
  display: none;
}

/* Swiper First Destination Start*/
.destination-page {
  background: url('../images/destination-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1400px) {
  .destination.destination-page {
    height: 1900px;
  }
}

@media (min-width: 1200px) {
  .destination.destination-page {
    height: 1750px;
  }
}

@media (max-width: 1200px) {
  .destination.destination-page {
    height: 1600px;
  }
}

@media (max-width: 1000px) {
  .destination.destination-page {
    height: 2300px;
  }
}

@media (max-width: 600px) {
  .destination.destination-page {
    height: 3800px;
  }
}

/* Swiper First Destination End*/
.map-img {
  /* width: 100%; */
  /* max-width: 350px; */
}

/* ---------------- Home ---------------------------- */

.home {
  /* padding-bottom: 200px; */
  background: url('./../images/landing-bg.png') center/cover no-repeat;
  padding-left: 10%;
}

.home-content {
  display: flex;
  align-items: center;
  padding: 170px 0;
  position: relative;
}

.home-title {
  letter-spacing: 0.02em;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 54px;
  line-height: 140%;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1200px) {
  .home-title {
    font-size: 40px;
    padding-top: 70px;
  }
}

@media (max-width: 600px) {
  .home-title {
    font-size: 40px;
  }
}

.home-title span {
  color: #E58620;
}

.home-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 3px;
  background: #E58620;
}

.home-scroll {
  padding-inline: 50px;
  width: 15%;
}


.button-next-ln {
  z-index: 555;
  position: absolute;
  top: 20px;
  left: 94%;
}


.button-prev-ln {
  z-index: 555;
  position: absolute;
  top: 40px;
  left: 10px;
}


.ln-slider-img {
  width: 200px;
  height: 281px;
}

.button-prev-ln.swiper-button-disabled {
  visibility: hidden;
}

.sw-ln-pagination {
  display: none;
}

.sw-wrapp {
  position: relative;
}

.home-prev {
  position: absolute;
  top: 40%;
  left: 2%;
  z-index: 999;
}


.home-next {
  position: absolute;
  top: 40%;
  right: 2%;
  z-index: 999;
}

.home-next.swiper-button-disabled {
  visibility: hidden;
}

.home-prev.swiper-button-disabled {
  visibility: hidden;
}

.map-part {
  /* min-width: 400px; */
}

.map-section {
  display: flex;
  align-items: center;
}

.map-part {
  flex: 1;
  text-align: center;
  min-width: 50%;
}

.map-img {
  padding-left: 20px;
  padding-right: 20px;
}

.map-wrapp {
  flex: 1;
  padding: 0 60px 0 20px;
}

@media (max-width: 1200px) {
  .map-wrapp {
    padding: 20px;
  }
}

/* ================= First Slider Start =======================*/
/* ==================== About Us Start  ========================  */

.about-us {
  padding-block: 100px;
  padding-inline: 12%;
  align-items: flex-start;
  gap: 200px;
  color: #fff;
}

@media (max-width: 1800px) {
  .about-us {
    padding-block: 100px;
    padding-inline: 0
  }
}

@media (max-width: 1400px) {
  .about-us {
    padding-block: 100px;
    padding-inline: 0
  }
}

@media (max-width: 1200px) {
  .about-us {
    padding-block: 0px;
  }
}

.about-text {
  font-family: 'Montserrat', sans-serif;
  color: #C7C7C7;
  line-height: 150%;
}

.about-us h2 {
  /* white-space: nowrap; */
}

.about-us h2 span,
.about-us-experience h2 span {
  color: #E58620;
}


.about-us p {
  font-family: 'Montserrat', sans-serif;
  color: #C7C7C7;
}

.about-us-items {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.about-us-item {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.about-us-item h3 {
  color: #E58620;
  font-size: 40px;
}

.about-us-item span {
  font-size: 14px;
  color: #797979;
}

/* ==================== About Us End ============================== */

.slider-1-arrows {
  z-index: 999;
  position: absolute;
  bottom: 0;
  left: 45%;
}

.first-slider-wrapper {
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 100%;
}

.first-slider {
  padding-left: calc(800px - 10%);
  /* width: 100%; */
  position: relative;
}

.preload {
  visibility: hidden;
}

.fs-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 18/10;
  object-fit: cover;
}

/* ================= First Slider End =======================*/

/* --------------------- Your place -------------------------- */

.your-place {
  padding-bottom: 150px;
}

.place-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #E58620;
}

.your-place h2 {
  text-align: center;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  font-weight: 300;
  color: #FFFFFF;
  padding-bottom: 50px;
}

.your-place h2 span {
  color: #E58620;
}

.items-wrapp {
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
}

.place-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.place-item span {
  color: #fff;
  font-weight: 300;
}

/* ----------------------- Location --------------------- */

.card-wrapper {
  padding-inline: 5%;
  padding-top: 80px;
  padding-bottom: 70px;
  gap: 50px;
}

.big-card {
  display: flex;
  flex-direction: column;
}

.big-card img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  padding-bottom: 20px;
}

.cards-wrapp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.card-item img {
  border-radius: 10px;
  height: auto;
  width: 100%;
}

.card-item div h2,
.big-card h2 {
  color: #fff;
  font-size: 18px;
}

.card-item div p,
.big-card p {
  color: rgba(255, 255, 255, 0.427);
}

.card-item div a {
  color: #E58620;
  text-decoration: none;
}

.location {
  background: url('../images/map-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 50px;
}

.location-fs-img {
  width: 10%;
  transform: rotate(2deg);
  margin-left: -10px;
  margin-top: -680px
}

.location-sc-img {
  width: 100%;
  height: 50%;
}

.location-map-img {
  margin-bottom: 90px;
  width: 100%;
  max-width: 400px;
  height: 400px;
}

@media (min-width: 1600px) {
  .location-map-img {
    height: 500px;
    padding-top: 100px;
  }
}

@media (min-width: 1600px) {
  .about-us.about-us-destination {
    padding-block: 150px !important;
    padding-inline: 4%;
  }
}

@media (min-width: 1400px) {
  .about-us.about-us-destination {
    padding-block: 150px !important;
    padding-inline: 4%;
  }
}

@media (min-width: 1500px) {
  .about-us.about-us-destination {
    padding-block: 50px;
    padding-inline: 4%;
    height: 700px !important;
    /* padding-top: 70px !important; */
  }
}

@media (max-width: 1500px) {
  .about-us.about-us-destination {
    height: 600px !important;
    padding-top: 30px !important;
  }
}

@media (max-width: 1200px) {
  .about-us.about-us-destination {
    height: 1100px !important;
    padding-top: 30px !important;
  }
}

@media (max-width: 1100px) {
  .about-us.about-us-destination {
    height: 1200px !important;
    padding-top: 30px !important;
  }

  .about-us.about-us-destination.map-height {
    height: 1200px !important;
    padding-top: 30px !important;
  }

  .about-us.about-us-destination.map-height.tab {
    height: 1400px !important;
    padding-top: 30px !important;
  }

  .about-us.about-us-destination.map-height-tab {
    height: 1400px !important;
  }

  img.location-map-img.destination-map-img.img-border-bottom {
    border-top: 1px solid;
    border-bottom: none !important;
  }
}

@media (max-width: 768px) {
  .about-us.about-us-destination {
    height: 1300px !important;
    padding-top: 30px !important;
  }

  img.location-map-img.destination-map-img.img-border-bottom {
    border-bottom: 1px solid !important;
    border-top: none !important;
  }

  .about-us.about-us-destination.map-height {
    height: 100% !important;
  }

  .about-us.about-us-destination.map-height.tab {
    height: 100% !important;
  }
  .about-us.about-us-destination.map-height-tab {
    height: 100% !important;
}

  h2.display-block {
    word-wrap: break-word !important;
    white-space: normal !important;
    overflow-wrap: break-word;
  }
}

@media (max-width: 320) {
  .about-us.about-us-destination {
    height: 1500px !important;
    padding-top: 30px !important;
  }
}

@media (max-width: 1200px) {
  .location-map-img {
    margin-bottom: 90px;
    width: 100%;
    max-width: 600px;
    height: 100%
  }
}


.location-content {
  padding-left: 80px;
  width: 70%;
  position: relative;
}

.location-content h2 {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.06em;
}



.location-content span {
  font-size: 40px;
  color: #fff;
  line-height: 56px;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

.location span span {
  color: #E58620;
}


.location-description {
  font-size: 20px;
  line-height: 30px;
  padding-top: 30px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  padding-right: 10%;
  line-height: 30px;
}

.best {
  margin-left: -50px;
  margin-bottom: 80px;
}

.best p,
.best span,
.best section {
  white-space: nowrap;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 56px;
  text-transform: uppercase;
}

.best p {
  color: #FFFFFF;
}

.best span {
  color: #E58620;
}

.best section {
  color: #fff;
  font-weight: 300 !important;
}

/* Destination slider start  */
.about-us.about-us-destination {
  padding-bottom: 200px;
}

.destination {
  height: 100%;
  min-height: 300px;
}

.button-prev-1,
.button-prev,
.journey-arrow-left {
  position: absolute;
  bottom: 50%;
  z-index: 999;
  left: 5%;
}

.button-next-1,
.button-next,
.journey-arrow-right {
  position: absolute;
  bottom: 50%;
  z-index: 999;
  right: 5%;
}

@media (max-width: 1500px) {

  .button-prev-1,
  .button-prev,
  .journey-arrow-left {
    position: absolute;
    bottom: 50%;
    z-index: 999;
    left: 9%;
  }

  .button-next-1,
  .button-next,
  .journey-arrow-right {
    position: absolute;
    bottom: 50%;
    z-index: 999;
    right: 9%;
  }
}

@media (min-width: 1500px) {
  .journey-arrow-left {
    left: 3% !important;
  }

  .journey-arrow-right {
    right: 3% !important;
  }
}

@media (min-width: 1200px) {
  .journey-arrow-left {
    left: 5% !important;
  }

  .journey-arrow-right {
    right: 5% !important;
  }
}

@media (max-width: 1200px) {

  .button-next-1,
  .button-prev-1,
  .button-next,
  .button-prev,
  .journey-arrow-left,
  .journey-arrow-right {
    display: none;
  }
}


/* ==================== Journey End =============================== */

/* ==================== Destination Start =============================== */

.mobile-arrows-ds {
  display: none;
}


.destination {
  background: url('../images/destination-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}


.ds-carousel-wrapp {
  position: relative;
  top: -200px;
}


.ds-title {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.ds-title span {
  color: #E58620;
}

.destination-slider-img {
  width: 100% !important;
  height: 550px !important;
  margin-bottom: 150px;
  z-index: -1;
}

.ds-slider div {
  position: relative;
}

.destination-slider-tx {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  z-index: 999;
  background: #161616;
  padding: 20px;
  width: 60%;


}

.gallery-collection-content h2 {
  text-transform: uppercase;
}

.gallery-collection-content h2 span {
  color: #E58620;
}

/* ==================== Destination End =============================== */
/* Destination slider end  */

/* -------------------------- Stories --------------------------- */

.stories {
  padding-top: 80px;
}


.stories-description p {
  color: rgba(0, 0, 0, 0.5);
}

.stories-img {
  height: 600px;
}


.stories-content {
  display: flex;
  align-items: center;
  gap: 90px;
  padding-inline: 10%;
}

.stories-info {
  grid-area: content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.stories-info section {
  margin-top: -10px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-size: 22px !important;
}

.stories-info h3 {
  font-size: 40px !important;
  text-transform: uppercase;
  color: #000;
}

.stories-info h3 span {
  color: #E58620;
}

.stories-fs-image {
  grid-area: first;
  width: 90%;
}


.stories-sc-image {
  grid-area: second;
  margin-top: -120px;
  width: 100%;
  height: 80%;
  padding-left: 70px;
}

.st-btn {
  background: #E58620;
  border-radius: 5px;
  color: #fff;
  border: none;
  outline: none;
  padding: 10px 45px;
  transition: .3s ease-in-out;
}

.st-btn:hover {
  opacity: 0.8;
}

/* -------------------------- Adventure --------------------------  */

.adventure {
  padding-bottom: 80px;
}

.adventure-content {
  display: flex;
  gap: 50px;
  padding-inline: 10%;
}

.adventure-img {
  height: 600px;
}

.adventure-fs-image {
  width: 550px;
  height: 800px;
  grid-area: adventureFs;
}

.adventure-sc-image {
  width: 250px;
  padding-top: 88%;
  margin-left: 20%;
  grid-area: adventureSc;
}

.adventure-sc-image img {
  width: 250px;
  margin-left: 20%;
}



.adventure-info div {
  padding-top: 20px;
  font-size: 18px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.5);
}

.adventure-info h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;

  color: #000000;
  padding-block: 10px;
}

.adventure-info h3 span {
  color: #E58620;
}

.adventure-info p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;

  color: rgba(0, 0, 0, 0.5);
}


/* ----------------------------- Tours ----------------------------------  */
.tours {
  top: -200px;
}

@media (max-width: 1200px) {
  .tours.tours-destination {
    top: -300px;
  }
}

@media (max-width: 1200px) {
  .tours.tours-destination {
    top: -320px;
  }
}

@media (max-width: 992px) {
  .tours.tours-destination {
    top: -240px;
  }
}

@media (max-width: 992px) {
  .tours {
    top: -150px;
  }
}

.tours-wrapp {
  /* background: url('../images/tours-bg.png'); */
  background-position: bottom;
  background-repeat: no-repeat;
  padding-block: 70px;
  background-size: cover;
}

@media (min-width: 1200px) {
  .tours-wrapp.tours_wrapp-destination {
    padding-block: 0;
  }
}

.learn-more {
  text-decoration: none;
  color: #E58620;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 140%;
  font-family: 'Montserrat', sans-serif;
}

.tours-title h2 {
  font-size: 40px;
  line-height: 56px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.tours-title h2 span {
  color: #E58620;
}

.tours-title p {
  font-size: 20px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 40px;
  padding-bottom: 10px;
}

.tours-card {
  cursor: pointer;
  background: url('./../images/tours-1.png') center/cover no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  padding: 20px;
}

/* Australia Destination Cards start */

.australia-long-card {
  grid-column: 1/3;
  background: url('./../images/melbourne-city.png') center/cover no-repeat;
}

.australia-tours-card2 {
  background: url('./../images/Sydney\ Bridge\ -\ Australia.webp') center/cover no-repeat;
}

.australia-tours-card3 {
  background: url('./../images/Adelaide-beach.webp') center/cover no-repeat;
}

.australia-tours-card4 {
  background: url('./../images/Great\ Ocean\ Road-\ Drive.webp') center/cover no-repeat;
}

.australia-tours-card5 {
  background: url('./../images/Kangaroo\ Island\ -\ Light\ house.webp') center/cover no-repeat;
}

.australia-tours-card6 {
  background: url('./../images/Uluru\ rock\ -\ Aus.webp') center/cover no-repeat;
}

.australia-tours-card7 {
  background: url('./../images/Gold\ Coast\ -\ Paragliding.webp') center/cover no-repeat;
}

/* Australia Destination Cards end */

/* bali Destination Cards start */

.bali-long-card {
  grid-column: 1/3;
  background: url('./../images/Seminyak-bali\ beach.webp') center/cover no-repeat;
}

.bali-tours-card2 {
  background: url('./../images/Nusadua-beach.webp') center/cover no-repeat;
}

.bali-tours-card3 {
  background: url('./../images/Baliswing-ubud.webp') center/cover no-repeat;
}

.bali-tours-card4 {
  background: url('./../images/NusaPeninda-island.webp') center/cover no-repeat;
}

.bali-tours-card5 {
  background: url('./../images/NusaLemobongan-Bali.webp') center/cover no-repeat;
}

.bali-tours-card6 {
  background: url('./../images/Sidemen-Bali.webp') center/cover no-repeat;
}

.bali-tours-card7 {
  background: url('./../images/Batur-Bali.webp') center/cover no-repeat;
}

/* bali Destination Cards end */

/* india Destination Cards start */

.india-long-card {
  grid-column: 1/3;
  background: url('./../images/HumayunTomb-Delhi.webp') center/cover no-repeat;
}

.india-tours-card2 {
  background: url('./../images/AmarFort-Rajasthan.webp') center/cover no-repeat;
}

.india-tours-card3 {
  background: url('./../images/Munnar-Kerala.webp') center/cover no-repeat;
}

.india-tours-card4 {
  background: url('./../images/Goa-Beaches.webp') center/cover no-repeat;
}

.india-tours-card5 {
  background: url('./../images/Agra-Taj.webp') center/cover no-repeat;
}

.india-tours-card6 {
  background: url('./../images/Meghalaya-India.webp') center/cover no-repeat;
}

.india-tours-card7 {
  background: url('./../images/Gangotri-India.webp') center/cover no-repeat;
}

/* india Destination Cards end */

/* japan Destination Cards start */

.japan-long-card {
  grid-column: 1/3;
  background: url('./../images/Lake\ Ashi-\ Hakone.webp') center/cover no-repeat;
}

.japan-tours-card2 {
  background: url('./../images/Hemiji\ Castle.webp') center/cover no-repeat;
}

.japan-tours-card3 {
  background: url('./../images/Mt.\ Fujji.webp') center/cover no-repeat;
}

.japan-tours-card4 {
  background: url('./../images/Tokyo-Disneyland.webp') center/cover no-repeat;
}

.japan-tours-card5 {
  background: url('./../images/Todaji\ Temple.webp') center/cover no-repeat;
}

.japan-tours-card6 {
  background: url('./../images/Arashiayama-Bamboo.webp') center/cover no-repeat;
}

.japan-tours-card7 {
  background: url('./../images/Hiroshima.webp') center/cover no-repeat;
}

/* japan Destination Cards end */

/* jordan Destination Cards start */

.jordan-long-card {
  grid-column: 1/3;
  background: url('./../images/Amman.webp') center/cover no-repeat;
}

.jordan-tours-card2 {
  background: url('./../images/Petra.webp') center/cover no-repeat;
}

.jordan-tours-card3 {
  background: url('./../images/WadiRum.webp') center/cover no-repeat;
}

.jordan-tours-card4 {
  background: url('./../images/DanaBiosphere.webp') center/cover no-repeat;
}

.jordan-tours-card5 {
  background: url('./../images/DeadSea.webp') center/cover no-repeat;
}

.jordan-tours-card6 {
  background: url('./../images/Aqaba.webp') center/cover no-repeat;
}

.jordan-tours-card7 {
  background: url('./../images/WadiMujib.webp') center/cover no-repeat;
}

/* jordan Destination Cards end */

/* morocco Destination Cards start */

.morocco-long-card {
  grid-column: 1/3;
  background: url('./../images/Casablanca.webp') center/cover no-repeat;
}

.morocco-tours-card2 {
  background: url('./../images/Fez-Tannery.webp') center/cover no-repeat;
}

.morocco-tours-card3 {
  background: url('./../images/Merzouga-desert.webp') center/cover no-repeat;
}

.morocco-tours-card4 {
  background: url('./../images/Ouirgane-Valley.webp') center/cover no-repeat;
}

.morocco-tours-card5 {
  background: url('./../images/Marrakech-Morocco.webp') center/cover no-repeat;
}

.morocco-tours-card6 {
  background: url('./../images/Ouarzazate-Morocco.webp') center/cover no-repeat;
}

.morocco-tours-card7 {
  background: url('./../images/Ifrane-Morocco.webp') center/cover no-repeat;
}

/* morocco Destination Cards end */

/* newzealand Destination Cards start */

.newzealand-long-card {
  grid-column: 1/3;
  background: url('./../images/Wellington-Tram.webp') center/cover no-repeat;
}

.newzealand-tours-card2 {
  background: url('./../images/Auckland-NewZealand.webp') center/cover no-repeat;
}

.newzealand-tours-card3 {
  background: url('./../images/Christchurch-AvonRiver.webp') center/cover no-repeat;
}

.newzealand-tours-card4 {
  background: url('./../images/Fiordland-NewZealand.webp') center/cover no-repeat;
}

.newzealand-tours-card5 {
  background: url('./../images/Queenstown-NewZealand.webp') center/cover no-repeat;
}

.newzealand-tours-card6 {
  background: url('./../images/Rotorua-mudbath.webp') center/cover no-repeat;
}

.newzealand-tours-card7 {
  background: url('./../images/FranzJosef-Glacierhike.webp') center/cover no-repeat;
}

/* newzealand Destination Cards end */

/* singapore Destination Cards start */

.singapore-long-card {
  grid-column: 1/3;
  background: url('./../images/Marina-Bay-Lower.webp') center/cover no-repeat;
}

.singapore-tours-card2 {
  background: url('./../images/MandaiBirdPark.webp') center/cover no-repeat;
}

.singapore-tours-card3 {
  background: url('./../images/Singapore-Cruise.webp') center/cover no-repeat;
}

.singapore-tours-card4 {
  background: url('./../images/Jewel_SingaporeAirport.webp') center/cover no-repeat;
}

.singapore-tours-card5 {
  background: url('./../images/Universal-Studio.webp') center/cover no-repeat;
}

.singapore-tours-card6 {
  background: url('./../images/Singapore-Zoo.webp') center/cover no-repeat;
}

.singapore-tours-card7 {
  background: url('./../images/Clarkey-Quay.webp') center/cover no-repeat;
}

/* singapore Destination Cards end */

/* africa Destination Cards start */

.africa-long-card {
  grid-column: 1/3;
  background: url('./../images/Capetown_City.webp') center/cover no-repeat;
}

.africa-tours-card2 {
  background: url('./../images/Hermanus.webp') center/cover no-repeat;
}

.africa-tours-card3 {
  background: url('./../images/Stellenbosch.webp') center/cover no-repeat;
}

.africa-tours-card4 {
  background: url('./../images/Oudtshoorn.webp') center/cover no-repeat;
}

.africa-tours-card5 {
  background: url('./../images/Knysna.webp') center/cover no-repeat;
}

.africa-tours-card6 {
  background: url('./../images/Johannesberg.webp') center/cover no-repeat;
}

.africa-tours-card7 {
  background: url('./../images/Pilanesberg-Giraffe.webp') center/cover no-repeat;
}

/* africa Destination Cards end */

/* uae Destination Cards start */

.uae-long-card {
  grid-column: 1/3;
  background: url('./../images/Mosque-Abudhabi.webp') center/cover no-repeat;
}

.uae-tours-card2 {
  background: url('./../images/BurjKhalifa-Night.webp') center/cover no-repeat;
}

.uae-tours-card3 {
  background: url('./../images/The\ Palm-Jumeriah.webp') center/cover no-repeat;
}

.uae-tours-card4 {
  background: url('./../images/Dubai-Mall.webp') center/cover no-repeat;
}

.uae-tours-card5 {
  background: url('./../images/Dubai-Marina-Night.webp') center/cover no-repeat;
}

.uae-tours-card6 {
  background: url('./../images/Yas-Island.webp') center/cover no-repeat;
}

.uae-tours-card7 {
  background: url('./../images/Qasr-Alwatan.webp') center/cover no-repeat;
}

/* uae Destination Cards end */

/* vietnam Destination Cards start */

.vietnam-long-card {
  grid-column: 1/3;
  background: url('./../images/Hanoi_HalongBayCruise.webp') center/cover no-repeat;
}

.vietnam-tours-card2 {
  background: url('./../images/DaNang-BaNaHills.webp') center/cover no-repeat;
}

.vietnam-tours-card3 {
  background: url('./../images/HoiAn-Lanterns.webp') center/cover no-repeat;
}

.vietnam-tours-card4 {
  background: url('./../images/HoChiMinhCity.webp') center/cover no-repeat;
}

.vietnam-tours-card5 {
  background: url('./../images/PhuQuoc.webp') center/cover no-repeat;
}

.vietnam-tours-card6 {
  background: url('./../images/NhaTrang.webp') center/cover no-repeat;
}

.vietnam-tours-card7 {
  background: url('./../images/Hue_Vietnam.webp') center/cover no-repeat;
}

/* vietnam Destination Cards end */



.tours {
  padding-inline: 5%;
}

.tours-info {
  padding-top: 50%;
}

.tours-info div {
  font-size: 16px;
  line-height: 25px;
  padding-top: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.tours-info h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 60px;
  padding-bottom: 5px;
  color: #2B2B2B;
}

.tours-info p {
  font-size: 18px;
  line-height: 30px;

  color: rgba(0, 0, 0, 0.5);
}

.tours-fs-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}



.tours-sc-section {
  padding-top: 30px;
  display: grid;
  gap: 35px;
  grid-template-columns: 2fr 1fr 1fr;
}

@media (max-width: 600px) {
  .tours-fs-section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.tours-big {
  width: 100% !important;
}

.tours-data {

  padding: 20px;
}


.tours-title,
.tours-description {
  color: #fff;
}


.tours-title {
  font-size: 1.25rem;
  position: relative;
}



.tours-description {
  display: block;
  font-size: .75rem;
}

.tours-img {
  transition: .3s;
}

.tours-img:hover {
  transform: scale(1.1);
}



.search-default {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 10;
}

.search-coutry-name {
  color: #fff;
  font-weight: 300;
  border-bottom: 1px solid #E58620;
  width: fit-content;
  padding-bottom: 3px;
}

.search-content div {
  gap: 5px;
  align-items: flex-start;
  color: #fff;
}



.search-content div p {
  width: 70%;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;

}

.search-content span {
  font-weight: 600;
}

.search-content p {
  color: #fff;
}


.hover-search {
  margin: 10px;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  height: 90%;
  position: absolute;
  inset: 10px;
  transition: all .5s ease-in-out;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #FFFFFF;
}



.hover-search span p {
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
  padding-right: 10px;
}

@media (max-width: 1330px) {
  .hover-search span p {
    font-size: 12px;
  }
}

@media (max-width: 1110px) {
  .hover-search span p {
    font-size: 10px;
  }
}

@media (max-width: 992px) {
  .hover-search span p {
    font-size: 14px;
  }
}

@media (max-width: 670px) {
  .hover-search span p {
    font-size: 12px;
  }
}

@media (max-width: 670px) {
  .hover-search span p {
    font-size: 14px;
  }
}


.hover-search a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 5px 10px;
  opacity: 0.4;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}




/* -------------------- Testimonials ----------------------- */



.testimonials-turn-place {
  margin-left: -110px;
}

.testimonials {
  padding-right: 5%;
  padding-top: 30px;
  padding-bottom: 100px;
}

.testimonials-experience.testimonials-experience-destination {
  padding-right: 0;
}

@media (max-width: 992px) {
  .testimonials {
    padding-bottom: 0px;
  }
}

.testimonials-info {
  padding-left: 200px !important;
}

.sw-testimonials {
  margin-top: 40px;
}


.testimonials-info div h2 {
  padding-block: 5px;
}

.testimonials-info p {
  line-height: 30px;
  width: 80%;
}


.testimonials-img {
  width: 40% !important;
}

.mobile-left-arrow {
  display: none;
}

.mobile-title {
  display: none;
}

.test-title {
  color: #000 !important;
  text-transform: uppercase;
  font-size: 40px;

}

.test-title span {
  color: #E58620 !important;
}

.mobile-05 {
  display: none;
}

/* -------------------------- Inspired ----------------------------- */

.inspired {
  padding-top: 100px;
  padding-inline: 5%;
}


.inspired-item {
  width: 100%;
  height: 100%;
}

/* ------------------- Resposive --------------------- */

@media screen and (max-width: 1400px) {
  /*.custom-navbar {*/
  /*  padding-left: 0;*/
  /*}*/

  .nav-link {
    font-size: 16px;
  }

  .home {
    padding-top: 150px !important;
  }

  .home-content {
    padding: 120px 0;
  }

  .home-title {
    padding-right: 300px;
    font-size: 32px;
  }

  .adventure-turn::before {
    display: none;
  }

  .location-content h2::before {
    top: -21%;
    left: -70%;
  }

  .tours-turn::before {
    display: none;
  }



  .tours-info {
    padding-top: 12%;
  }

  .adventure-fs-image {
    width: 400px;
    height: 600px;
  }

  .adventure-sc-image {
    margin-left: 10%;
  }

  .adventure-sc-image img {
    width: 200px;
    margin-left: 10%;
  }

  .adventure-sc-image::before {
    top: 45%;
    left: 60%;
    width: 20%;
    height: 50%;
  }

  .adventure-info div {
    font-size: 18px;
  }

  .adventure-info h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .adventure-info p {
    font-size: 18px;
  }

  .stories-content {
    padding-inline: 5%;
  }

  .stories-img,
  .adventure-img {
    height: 500px;
  }

  .tours-fs-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer {
    padding-inline: 4%;

  }

}

@media screen and (max-width: 1200px) {
  .home-title {
    font-size: 32px;
  }

  .map-img {
    display: none;
  }

  .mobile-map {
    display: block;
    width: 450px;
    height: 400px;
    margin: 0 auto;
  }

  .home-scroll {
    width: 12%;
  }

  .home-content {
    padding-top: 20px;
  }

  .home-timeline-item {
    width: 35px;
    height: 35px;
  }


  .home-tm-content h2 {
    font-size: 18px;
  }

  .home-tm-content p {
    font-size: 16px
  }


  .card-wrapper {
    flex-direction: column;
    padding-inline: 5%;
  }

  .big-card img {
    width: 100%;
  }


  .ln-slider-img {
    width: 150px;
    height: 231px;
  }

  .slider-1-arrows {
    left: 32%;
  }

  .first-slider {
    padding-left: 500px;
  }


  .location-content h2 {
    font-size: 14px;
  }

  .location-content h2::before {
    top: -19%;
    left: -71%;
    width: 100%;
    height: 100%;
  }

  .location-content span {
    font-size: 30px;
  }

  .location-description {
    font-size: 16px;
  }

  .stories-sc-image {
    height: 60%;
  }

  .stories-info {
    padding-left: 50px;
  }

  .stories-turn::before {
    top: -280px;
    left: 6%;
  }


  .tours-info {
    margin-right: -80%;
    text-align: center;
  }



  .tours-big {
    width: 85% !important;
  }

  .tours-fs-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }


  .testimonials {
    padding-top: 0 !important;
  }

  .testimonials-info p {
    width: 100%;
  }

  .button-next-test,
  .desktop-left-arrow {
    width: 30px;
  }

  .testimonials-turn::before {
    top: -50%;
    left: 6%;
    transform: rotate(22deg);
  }

  .stories-content {
    gap: 40px;
    flex-direction: column;
  }

  .stories-img,
  .adventure-img {
    height: auto;
    width: 100%;
  }

  .adventure-content {
    flex-direction: column;
  }
}


@media screen and (max-width: 992px) {
  .position-mobile {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }

  .desktop-photo {
    display: none;
  }

  .mobile-photo {
    display: block;
  }

  .custom-navbar {
    padding-inline: 5%;
  }

  .slider-1-arrows {
    display: none;
  }

  .first-slider {
    padding-left: 200px;
    margin-top: -10%;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-item:nth-child(2) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .navbar-nav {
    gap: 15px;
    padding-block: 20px;
    text-align: center;
  }

  .nav-form {
    display: none !important;
  }

  .sw-miles::after {
    display: none;
  }

  .home {
    padding-left: 0;
  }

  .home-title::after {
    display: none;
  }

  .home-prev,
  .home-next {
    display: none;
  }

  .home-scroll {
    display: none;
  }

  .home-content {
    display: block !important;
    text-align: center;
    padding-bottom: 180px;
  }


  .home-tm-content h2 {
    font-size: 12px;
  }

  .home-tm-content p {
    font-size: 10px;
  }

  .location-content {
    padding-left: 0;
  }

  .location-info {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .location-fs-img {
    display: none;
  }

  .location-sc-img {
    width: 80%;
    margin-bottom: 150px;
  }

  .location-map-img {
    padding-bottom: 50px;
  }

  .location-map-img.destination-map-img {
    padding-top: 0;
    margin-top: 0;
  }

  .location-content h2::before {
    top: -18.5%;
    left: -75%;
  }



  .location-content h2::before {
    display: none;
  }



  .stories-sc-image {
    height: 60%;
    margin-top: -30px;

  }

  .stories {
    padding-bottom: 10px;
  }

  .stories-fs-image {
    margin-top: 50px;
  }

  .stories-sc-image {
    height: 70%;
    padding-left: 35px;
  }

  .adventure {
    padding-bottom: 0 !important;
  }




  .adventure-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-inline: 5%;
  }

  .adventure-fs-image {
    margin-top: 10%;
    border: 5px solid white;
    margin-left: -20%;
    width: 100%;
    height: 90%;
  }

  .adventure-sc-image {
    z-index: -1;
    margin-left: 10%;
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }

  .adventure-turn::before {
    top: -22%;
    left: 35%;
    background: url('../images/mobile-third.svg');
    width: 40%;
    height: 40%;
    background-repeat: no-repeat;
    background-position: 50% 45%;
    transform: rotate(1deg);
  }

  .adventure-sc-image::before {
    display: none;
  }

  .adventure-sc-image img {
    width: 100%;
    height: 100%;
  }

  .mobile-left-arrow {
    display: block;
  }

  .desktop-left-arrow {
    display: none;
  }

  .sw-scroll-tx {
    justify-content: space-between;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }



  .tours-turn {
    padding-top: 0 !important;
  }

  .long-card {
    grid-column: 1;
  }

  .tours-fs-section {
    grid-template-columns: 1fr 1fr;
  }

  .tours-title h2 {
    font-size: 25px;
  }

  .tours-title p {
    font-size: 16px;
    padding-top: 0;
  }


  .desktop-05 {
    display: none;
  }

  .mobile-05 {
    display: block;
  }


  .sw-count {
    padding-inline: 20px;
  }

  .mobile-title {
    display: block;
    padding-block: 15px;
    padding-top: 40px;
  }

  .mobile-title span {
    color: #888888;
  }

  .mobile-title h2 {
    color: #0D8A9B;
    padding-top: 20px;
  }

  .ln-slider.swiper-slide-active img {
    width: 150px;
    height: 221px;
  }

  .tours-info {
    text-align: center;
    margin-right: -170px;
  }

  .best {
    display: none;
  }

  .footer-gr-anchors {
    flex-direction: column;
  }

  .button-next-test,
  .desktop-left-arrow {
    width: 40px !important;
  }


  .footer-form {
    flex-direction: column;
  }

  .footer-input {
    width: 100%;
  }

  .copyright {
    align-items: center;
    text-align: center;
    gap: 20px;
    flex-direction: column-reverse;
  }

  .jn-title {
    margin-bottom: -50px;
    margin-top: 50px;
  }

  .home-timeline::before {
    visibility: hidden;
  }

  .home-item::after {
    visibility: hidden;
  }

  .button-prev-ln,
  .button-next-ln {
    display: none;
  }


  .sw-ln-pagination {
    display: block;
  }

  .button-prev,
  .button-next {
    /* display: none; */
  }

  .sw-mn-pagination {
    display: block;
    padding-bottom: 10px;

  }

  .sw-wrapp {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }

}


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


  .home-content {
    padding-top: 100px;
  }




  .card-item div h2 {
    font-size: 15px;
  }


  .card-item div p {
    font-size: 14px;
  }


  .ln-swiper-wrapp {
    padding-top: 20px;
    padding-bottom: 40px;
  }


  .sw-wrapp {
    padding-block: 20px;
    padding-bottom: 20px;
  }

  .location-content {
    padding-left: 0;
  }

  .location-description {
    padding-right: 0;
  }

  .stories-info {
    padding-inline: 5%;
  }

  .location-sc-wrapp::before {
    left: -55%;
  }


  .location-content h2::after {
    top: -22%;
    left: 35%;
  }

  .swiper-slide.ln-slider.swiper-slide-active {
    transform: scale(1.3);
  }


}

@media (max-width: 768px) {
  .tours {
    top: -40px;
  }

  .tours.tours-destination {
    top: -130px;
  }

  .home-title {
    padding: 10px;
    font-size: 22px;
  }
}


@media screen and (max-width: 600px) {
  .container {
    flex-direction: row-reverse;
  }

  .mobile-map {
    margin-left: 20px;
    margin-right: 20px;
    width: 350px;
    height: 350px;
  }

  .custom-navbar {
    padding-inline: 0;
  }


  .footer {
    padding-top: 50px;
  }

  .footer-inputs div {
    flex-direction: column;
    gap: 20px;
  }

  .footer-btn {
    width: 100%;
  }

  .copyright p {
    font-size: 12px;
  }

  .footer-social div p {
    font-size: 12px;
  }

  .search-default {
    opacity: 1 !important;
  }



  /* .hover-search {
    position: initial !important;
    height: auto;
    opacity: 1;
    margin: 0;
  } */

  .hover-search {
    /* height: 50%; */
    margin-top: 10px;
  }

  .location-content span {
    font-size: 20px;
    line-height: 40px;
  }

  .hover-search span {
    font-size: 12px;
    padding-bottom: 20px;
  }

  .tours-info {
    text-align: center;
  }

  .tours-fs-section {
    gap: 15px;
  }

  .first-slider {
    padding-left: 50px;
  }


  .tours-title {
    font-size: 12px;
  }

  .tours-description {
    font-size: 10px;
  }

  .tours-big {
    width: 100% !important;
  }

  .card-item {
    flex-direction: column;
  }

  .card-item div:first-child {
    width: 100%;
  }
}