html {
  scroll-behavior: smooth;
}

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

:root {
  --primary-font: "Reey";
  --secondary-font: "DM Sans";
  --primary-color: #3c54cc;
  --secondary-color: #2e74ff;
  --tertiary-color: #cddefa;
  --black-color: #313041;
  --white-color: #ffffff;
  --animate-duration: 1000ms;
}

::-webkit-scrollbar {
  display: none;
}

ul,
li {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-select: none;
  pointer-events: none;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  font-family: var(--secondary-font);
  color: var(--black-color);
}

.h2-title {
  font-size: 24px;
  font-family: var(--primary-font);
  color: var(--primary-color);
}

h3 {
  font-size: 50px;
  line-height: 55px;
  font-weight: bold;
}

.container-small {
  max-width: 1470px;
  margin: 0 auto;
}

/************************
*************************/
.container {
  max-width: 1696px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 999;
  transform: translateY(0%);
  background-color: var(--white-color);
  transition: all 0.3s ease;
}
.header.scrolled {
  box-shadow: 0 -5px 25px 5px rgba(0, 0, 0, 0.15);
}

.animated {
  will-change: transform;
  transition: transform 700ms linear;
}

.top-bar {
  background-color: #f4f8ff;
  padding: 7px 0;
}

.top-bar .top-bar-item {
  display: flex;
  justify-content: flex-end;
  column-gap: 30px;
  margin-bottom: 0;
}

.top-bar .top-bar-item li {
  display: flex;
  align-items: center;
}

.top-bar .top-bar-item img {
  height: 16px;
  width: max-content;
  margin-right: 12px;
}

.top-bar .top-bar-item a {
  font-size: 16px;
  color: var(--black-color);
  transition: all 0.3s ease;
}

.top-bar .top-bar-item a:hover,
footer a:hover,
.footer-links a:hover {
  color: #007bff;
}

.top-bar .top-bar-item span {
  font-size: 16px;
  color: var(--black-color);
}

.twh .t-span {
  margin-right: 20px;
}

.navbar-nav {
  align-items: center;
}

.nav-link {
  font-size: 20px;
  font-weight: 600;
  color: var(--black-color);
  width: 152px;
  border: 1px solid #dedede;
  border-radius: 6px;
  text-align: center;
  padding: 11px 20px;
  margin: 0 4px;
  transition: 0.5s all ease-in;
}

.nav-link:hover {
  background-color: #f4f8ff;
  color: var(--secondary-color);
}

.logo img {
  height: 100px;
}

.navbar-toggler-icon {
  width: 50px;
  height: 50px;
}

.navbar-toggler {
  border: none;
  padding: 0;
}

/* Header End */
.banner-area {
  overflow: hidden;
}

.banner-spacing {
  margin-top: 425px;
}

.banner-area .container {
  padding-bottom: 157px;
  display: flex;
  align-items: flex-end;
}

.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: url(../img/banner-img.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 176px;
}

.banner-title {
  font-size: 26px;
  font-family: var(--primary-font);
  padding-left: 20px;
  color: var(--primary-color);
}

.banner-erea p {
  margin-bottom: 0;
}

.banner-desti {
  margin-top: 24px;
  line-height: 52px;
}

.banner-desc {
  font-size: 20px;
  font-weight: 300;
  margin-top: 6px;
  line-height: 25px;
}

/* Banner END */
.about-section {
  margin: 220px 0px 100px;
  position: relative;
  overflow: hidden;
}

.about-img img {
  max-width: 600px;
}

.blur-bkgd {
  position: absolute;
  width: 327px;
  z-index: -1;
}

.blur-right {
  top: 11%;
  left: 30%;
}

.blur-left {
  top: 40%;
  left: -4%;
}

.s-icon {
  position: absolute;
}

.icon-top {
  top: 0;
  left: 28%;
}

.icon-bottom {
  top: 59%;
  left: 9%;
}

.icon-top img,
.s-icon-top img {
  height: 42px;
  width: 42px;
}

.icon-bottom img,
.s-icon-bottom img {
  height: 68px;
  width: 68px;
}

.about-content {
  margin: 125px 0px 0px 25px;
}

.about-title {
  line-height: 33px;
}

.about-desc {
  margin: 28px 0px 21px 0px;
}

.about-detail {
  width: 84%;
  margin-bottom: 29px;
}

/************* counter ************/
.counter-container {
  display: flex;
  margin-top: 24px;
  margin-left: 9px;
}

.single-counter {
  width: calc(100% / 3);
}

.counter-number {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}

.counter-number::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -8px;
  height: 38px;
  width: 2px;
  background-color: #485ecf;
}

.single-counter p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

/******* Trip-Locations Section *******/
.location-sec {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}

.location-bkgd {
  padding: 45px 20px;
  position: relative;
  background-color: var(--tertiary-color);
  display: flex;
  border-radius: 18px;
}

.location-detail {
  display: flex;
}

.family-image {
  width: 385px;
}

.family-image img {
  position: absolute;
  top: -63px;
  left: 6px;
  width: 453px;
  height: 561px;
}

.location-content {
  width: 380px;
  margin-top: 10px;
}

.loc-title {
  color: #405bce;
  padding-left: 14px;
}

.loc-desc {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}

.loc-dtl {
  margin-right: 117px;
}

.image {
  height: 430px;
}

.image img {
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.location-slide {
  width: 866px;
}

.image-card {
  position: relative;
}

.loc-destination {
  position: absolute;
  top: 25px;
  right: 25px;
}

.loc-icon {
  display: block;
  background-color: var(--white-color);
  padding: 5px 10px;
  border-radius: 18px;
  font-weight: bold;
  opacity: 1;
  transition: opacity 0.3s ease;
  color: var(--black-color);
}

.loc-icon img {
  width: 16px;
  height: 21px;
}

.location-slide .swiper-pagination1 {
  position: relative;
  bottom: 0;
  top: 7px;
}

.swiper-pagination1 .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  opacity: 1;
  background-color: var(--white-color);
}

.swiper-pagination1 .swiper-pagination-bullet-active {
  height: 10px;
  width: 30px;
  opacity: 1;
  border-radius: 6px;
  background: #2e74ff;
}

.bkgd-blur {
  top: -40px;
  right: -35px;
}

/********* Why-Us *********/
.why-us {
  margin: 100px 0px;
}

.why-us-head {
  text-align: center;
}

.why-us-title {
  margin-bottom: 30px;
}

.why-us-container {
  margin: 50px 0px;
  align-items: center;
}

.why-us-container-body {
  width: 64%;
}

.advantage-counter {
  position: relative;
  padding-left: 150px;
  width: 80%;
}

.advantage-counter::before {
  content: "";
  background: url(../img/dotted-vertical-line.svg) no-repeat;
  width: 80px;
  height: 100%;
  position: absolute;
  top: 40px;
  left: 115px;
  z-index: -1;
}

.counter-item {
  margin-bottom: 50px;
}

.counter-item ul {
  display: flex;
  align-items: baseline;
  gap: 35px;
  padding-left: 0;
}

.counter-item li span {
  display: block;
  width: 57px;
  height: 57px;
  font-size: 24px;
  font-weight: bold;
  color: var(--white-color);
  background-color: var(--secondary-color);
  border-radius: 28px;
  line-height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-item h4 {
  font-size: 30px;
  font-weight: bold;
  margin-right: 50px;
}

.counter-item p {
  width: 70%;
}

.review-img {
  height: 84px;
  width: 84px;
}

.review-img img {
  height: 100%;
  border-radius: 100%;
}

/**************************
***************************/
.image-section {
  position: relative;
  width: 36%;
}

.container-img {
  height: 500px;
}

.container-img img {
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.customer-review {
  position: absolute;
  bottom: 14%;
  left: -24%;
  transform: translateY(-50%);
  width: 310px;
  background-color: var(--white-color);
  border-radius: 53px;
  padding: 10px;
  filter: drop-shadow(12px 12px 22px #7070701c);
}

.customer-review .customer {
  display: flex;
  align-items: center;
  gap: 20px;
}

.customer-detail h6 {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 0;
}

.customer-detail img {
  width: 104px;
}

.customer-detail p {
  margin-bottom: 0;
  margin-top: 5px;
  color: var(--black-color);
}

.blur-review {
  top: 40%;
  left: -30%;
}

/* Destination Area start */
.destination-sec {
  padding: 100px 0px;
  background-color: #f4f8ff;
  position: relative;
  overflow: hidden;
}

.destination-head {
  text-align: center;
  margin-bottom: 40px;
}

.mobile-slider {
  display: none;
}

.top-destinations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.top-destinations img {
  border-radius: 13px;
}

.one {
  grid-column: 1;
  grid-row: 1 / 4;
}

.two {
  grid-column: 2 / -1;
  grid-row: 1 / 2;
}

.three {
  grid-column: 2;
  grid-row: 2 / 4;
}

.four {
  grid-column: 3;
  grid-row: 2 / 4;
}

.one .card-img {
  height: 831px;
}

.two .card-img {
  height: 400px;
}

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

.card-image {
  height: 100%;
}

.three .card-img,
.four .card-img {
  height: 390px;
}

.single-card {
  position: relative;
  z-index: 20;
  overflow: hidden;
}

.single-card .content-overlay {
  background: rgba(0, 0, 0, 0.485);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  border-radius: 18px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.single-card:hover .content-overlay {
  opacity: 1;
}

/* Show loc-icon when hovering over single-card */
.single-card:hover .loc-destination .loc-icon {
  opacity: 0;
}

.content-details {
  max-width: 700px;
  position: absolute;
  padding: 30px;
  left: 0;
  bottom: -100%;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-card:hover .content-details {
  bottom: 0;
  opacity: 1;
}

.content-details p {
  color: var(--white-color);
  margin-top: 20px;
  margin-bottom: 50px;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.call-btn {
  background-color: var(--secondary-color);
  color: var(--white-color);
  padding: 15px 30px;
  display: inline-block;
  border-radius: 7px;
  box-shadow: 0px 7px 10px #53505044;
}

.detail-icon {
  background-color: var(--white-color);
  padding: 5px 10px;
  border-radius: 18px;
  font-weight: bold;
  color: var(--black-color);
}

.detail-icon img {
  width: 16px;
  height: 21px;
}

.swiper-container {
  position: relative;
}

.swiper-container .swiper-pagination2 {
  bottom: -50px;
  position: absolute;
  text-align: center;
}

.swiper-pagination2 .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  opacity: 1;
  background-color: var(--white-color);
  border: 1px solid #707070;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 6px;
  background: #2e74ff;
  border: 1px solid transparent;
}

.blur-bkgd.top {
  top: 80px;
  left: -100px;
}

.blur-bkgd.bottom {
  bottom: -50px;
  right: -40px;
}

/**** Plan Event Section ****/
.event-plan {
  margin: 150px 0px;
}

.plan-head {
  text-align: center;
  margin-bottom: 50px;
}

.event-card-area {
  cursor: pointer;
}

.event-plan-img img {
  border-radius: 25px;
}

.event-plan-img {
  position: relative;
}

.event-title {
  font-size: 24px;
  font-weight: bold;
  background-color: var(--white-color);
  color: var(--black-color);
  padding: 7px 15px;
  border-radius: 22px;
  position: absolute;
  bottom: 22px;
  left: 18px;
}

/**** Miles-Adventure Section ****/
.adventure-sec {
  margin: 50px 0px 120px;
}

.adventure-head {
  text-align: center;
  margin-bottom: 55px;
}

.adventure-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

.single-icon-item {
  width: calc((100% / 5) - 14px);
  text-align: center;
  margin-bottom: 0;
  background-color: #eaf1fd;
  height: 300px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.icon-image {
  margin: 0 auto;
  width: 75px;
}

.desc-title {
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-bottom: 12px;
  color: var(--black-color);
}

.icon-desc {
  color: var(--black-color);
  margin-top: 15px;
}

.icon-detail {
  line-height: 20px;
}

.mobile-br {
  display: none;
}

/* Our Clients Area Style */
.our-clients {
  padding: 60px 0px 80px;
  background-color: #dae6fc;
}

.our-clients h3 {
  text-align: center;
  margin-bottom: 50px;
}

.clients-logos {
  display: flex;
}

/* Testimonial Section  */
.testimonial-sec {
  margin: 170px 0px;
  position: relative;
  overflow: hidden;
  padding-top: 10px;
}

.testimonial-left {
  bottom: 60px;
  left: -104px;
}

.testimonial-right {
  top: 80px;
  right: -130px;
}

.testimonial-head {
  margin-bottom: 90px;
}

.testimonial-card {
  position: relative;
  padding-top: 40px;
  outline: none;
}

.customer-statement,
.author-dtl {
  color: var(--black-color);
}

.quote {
  width: 34px;
  margin-bottom: 10px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
}

.author-img img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 100%;
}

.author-dtl h6 {
  font-size: 20px;
  font-weight: 600;
}

.author-dtl p {
  margin-bottom: 0;
  font-size: 20px;
  color: var(--secondary-color);
}

.trip-guide-sec .custom-slider-navigation,
.testimonial-sec .custom-slider-navigation {
  display: flex;
  position: absolute;
}

.testimonial-sec .custom-slider-navigation {
  gap: 15px;
  top: 50px;
  right: 30px;
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  background-color: var(--secondary-color);
  border-radius: 100%;
  height: 48px;
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  z-index: 10;
}

.custom-slider-navigation .swiper-button-disabled {
  background-color: #d2e2ff;
}

.custom-testimonial-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  opacity: 1;
  background-color: var(--white-color);
  border: 1px solid #707070;
}

.custom-testimonial-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 6px;
  background: #2e74ff;
  border: 1px solid transparent;
}

/* Gallery Section  */
/* .gallery-sec {
  margin: 170px 0px 90px;
  position: relative;
}

.img-container {
  display: flex;
  justify-content: space-between;
}

.single-img .gallery-img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.single-img {
  position: relative;
  height: 319px;
  width: calc((100% / 5) - 10px);
}

.single-img .img-overlay {
  background: rgba(0, 0, 0, 0.485);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.single-img:hover .img-overlay {
  opacity: 1;
}

.single-img .insta-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-img:hover .insta-logo {
  opacity: 1;
}

.insta-logo {
  width: 40px;
  height: 40px;
} */

.i-gallery-sec {
  position: relative;
}

.i-gallery-details {
  position: absolute;
  top: 27%;
}

.i-gallery-sec .h2-title {
  color: var(--white-color);
  margin-bottom: 20px;
}

.i-gallery-sec p {
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  color: var(--white-color);
  width: 76%;
}

/* Miles FAQ Section */
.faq-sec {
  padding: 100px 20px;
  background-color: #f4f8ff;
}

.join-us h2 {
  padding-left: 10px;
}

.join-us h3 {
  margin: 22px 0px 30px 0px;
  color: #143269;
}

.faq-content {
  margin-left: 50px;
}

.faq-sec .accordion {
  --bs-accordion-body-padding-x: 0;
}

.faq-sec .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
}

.faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

.faq-sec .accordion-item {
  border: none;
  border-bottom: 1px solid #c9c9c9;
}

.faq-sec .accordion-button {
  background-color: #f4f8ff;
  font-size: 22px;
  font-weight: 600;
  color: #143269;
  padding: 30px 0px;
}

.accordion-body {
  padding-top: 0;
}

/************************
        Footer
************************/
.footer-bkgd {
  padding: 100px 0 0;
  background-color: #dae6fc;
}

.logo-area {
  width: 465px;
}

.logo-area a {
  display: block;
}

.footer-sec,
.footer-links,
.footer-address-info li,
.footer-contact-info li {
  display: flex;
}

.footer-sec {
  align-items: center;
}

.footer-sec {
  column-gap: 270px;
}

.footer-links {
  column-gap: 90px;
}

.footer-address-info li,
.footer-contact-info li {
  column-gap: 13px;
}

.footer-address-info li address {
  margin-bottom: 27px;
}

.footer-sec h3 {
  font-size: 28px;
  font-weight: 700;
  color: #405bce;
}

.footer-link {
  margin-bottom: 0;
}

.footer-link li:not(:last-of-type) {
  margin-bottom: 10px;
}

.footer-link a {
  font-size: 20px;
  color: var(--black-color);
  transition: 0.5s all;
}

.footer-address-info img,
.footer-contact-info img {
  height: 21px;
  width: auto;
}

.footer-address-info img {
  margin-top: 5px;
}

.social-links img {
  height: 39px;
}

.footer-address-info address a {
  font-size: 20px;
  color: var(--black-color);
  transition: 0.5s all;
}

.footer-address-info span {
  font-size: 20px;
  font-weight: 600;
}

.footer-address-info time {
  font-weight: 500;
}

.footer-contact-info {
  display: flex;
  align-items: flex-end;
  margin-bottom: -2px;
}

.footer-contact-info a {
  font-size: 20px;
  font-weight: 500;
  color: var(--black-color);
  transition: 0.5s all;
}

.footer-contact-info li {
  align-items: center;
}

.footer-contact-info li:not(:last-child) {
  margin-bottom: 10px;
}

.social-links {
  margin-top: -2px;
}

.social-links span {
  font-size: 22px;
  font-weight: 600;
}

.footer-bottom {
  margin-top: 60px;
}

.copy-area p {
  text-align: center;
  border-top: 1px solid #385ea3;
  margin-bottom: 0;
  padding: 20px 0;
}

/***END****/

/****** Destination Page Style *******/
/************************************/
.d-banner-img,
.s-banner-img {
  margin-top: 176px;
}

/* .d-banner-img img {
  height: 700px;
} */

/* Trip Guide Style */
.trip-guide-sec {
  margin: 200px 0px;
}

.d-trip-area-top {
  margin-bottom: 120px;
}

.d-trip-loc-card {
  display: grid;
  grid-template-columns: 1.13fr 2fr;
  border-radius: 13px;
  background-color: #f7faff;
  overflow: hidden;
  border: 1px solid #707070;
  margin-bottom: 50px;
  transition: 0.5s;
}

.d-trip-loc-card:hover {
  border: 1px solid #405bce;
}

.d-card-text-box {
  padding: 30px 45px;
}

.text-title {
  font-size: 35px;
  font-weight: 800;
  color: var(--black-color);
  line-height: 60px;
}

.title-desc {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  color: var(--black-color);
}

.d-card-img-box img {
  height: 100%;
  object-fit: cover;
}

.card-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: var(--black-color);
  margin: 10px 0 0;
  width: 86%;
  height: 45px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.d-card-bottom {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
  background-color: #cddefa;
  border-radius: 13px;
}

.calendar {
  width: 38px;
  margin-right: 20px;
}

.calender-text {
  display: flex;
  align-items: center;
}

.d-card-bottom-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
  color: var(--black-color);
}

.btn-primary {
  width: 20%;
  padding: 8px 20px 9px 20px;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 0px 7px 10px #53505044;
}

.trip-guide-sec .custom-slider-navigation {
  gap: 10px;
  bottom: -95px;
  right: 50%;
  transform: translatex(50%);
}

.d-slider-pagination .swiper-pagination-bullet {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #d2e2ff;
  opacity: 1;
}

.d-slider-pagination .swiper-pagination-bullet-active {
  height: 48px;
  width: 48px;
  opacity: 1;
  background: #2e74ff;
  color: #fff;
}

.d-slider-pagination.swiper-horizontal > .swiper-pagination-bullets,
.d-slider-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.d-slider-pagination.swiper-pagination-custom,
.d-slider-pagination.swiper-pagination-fraction {
  display: flex;
}

/* Destination Location Detail Page */
.d-location-detail-sec {
  margin-bottom: 100px;
}

.d-loc-top {
  background-color: var(--tertiary-color);
  padding: 40px 0px;
}

.loc-top-content {
  display: flex;
  justify-content: space-between;
}

.loc-name,
.loc-duration {
  display: flex;
  align-items: center;
}

.location-img {
  width: 42px;
  margin-right: 30px;
}

.loc-duration .calendar {
  width: 54px;
}

.loc-duration p {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}

.loc-name .text-title {
  margin-bottom: 0;
}

.loc-duration span {
  font-size: 35px;
  font-weight: 700;
}

.d-loc-bottom {
  margin-top: 100px;
}

.d-loc-main {
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
}

.d-loc-left-area {
  width: 68%;
}

.d-loc-aside {
  width: 32%;
}

.d-loc-overview p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-top: 18px;
}

.d-loc-offers,
.d-tour-amenities,
.d-tour-plan {
  margin-top: 100px;
}

.d-offers-detail {
  display: flex;
  width: 66%;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: 30px;
}

.d-offers-detail ul {
  margin-bottom: 0;
}

.d-offers-detail li {
  position: relative;
  font-size: 18px;
}

.d-offers-detail li:not(:last-child) {
  margin-bottom: 15px;
}

.d-offers-detail li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  position: absolute;
  left: -29px;
  top: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.included-services li::before {
  background-image: url("../img/check.svg");
}

.excluded-services li::before {
  background-image: url("../img/wrong.svg");
}

.d-amenities-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  row-gap: 60px;
}

.amenity-item {
  display: flex;
  align-items: center;
  width: calc(100% / 4);
}

.amenity-item img {
  height: 40px;
  width: 45px;
  margin-right: 25px;
  object-fit: contain;
}

.amenity-item p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}

.d-tour-plan-list {
  margin-top: 45px;
}

.d-tour-plan .accordion-item {
  border-radius: 13px;
  margin-bottom: 20px;
  border: 1px solid var(--tertiary-color);
}

.d-tour-plan .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 13px;
}

.d-tour-plan .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.d-tour-plan .accordion-button {
  padding: 25px 40px;
  font-size: 26px;
  font-weight: 800;
}

.d-tour-plan .accordion-body {
  font-size: 18px;
  line-height: 22px;
  padding: 0px 60px 31px 40px;
}

.d-tour-plan .accordion-button.collapsed {
  background-color: var(--tertiary-color);
  border-radius: 13px;
  border: none;
}

.d-tour-plan .accordion-button::after {
  background-image: url(../img/arrow-down.svg);
}

.d-tour-plan .accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow-up.svg);
  --bs-accordion-btn-icon-transform: rotate(0deg);
  transition: 0.4s;
}

.d-card-bkgd {
  border-radius: 13px;
  background-color: #f4f8ff;
}

.book-now-card {
  padding: 35px;
}

.d-card-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-left: 20px;
  position: relative;
}

.d-card-text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}

.book-now-card .call-btn {
  padding: 16px 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.book-now-card .d-card-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 2px;
  background-color: #485ecf;
}

.d-body-details:not(:last-child)::after {
  content: "";
  display: block;
  border-bottom: 1px solid #d3d3d3;
  margin: 20px 0px;
}

.know-more-button {
  display: block;
  margin: 37px auto 0;
}

.know-more-button .call-btn {
  width: 29%;
  padding: 10px 30px;
  font-size: 20px;
}

.d-loc-card {
  margin-top: 50px;
}

.d-loc-card-image {
  height: 370px;
  position: relative;
}

.d-card-img {
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
}

.d-loc-dest {
  position: absolute;
  top: 41px;
  right: 36px;
}

.d-loc-dest span {
  color: var(--black-color);
}

.d-related-pages {
  margin-top: 100px;
}

.d-related-tour-box {
  display: flex;
  gap: 55px;
}

.d-related-tour-title {
  margin-bottom: 0;
}

.d-related-dest {
  display: flex;
  align-items: center;
}

.r-tour-card-image {
  height: 490px;
  position: relative;
}

.d-related-dest img {
  width: 25px;
  margin-right: 18px;
}

.d-related-dest {
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 40px;
  position: absolute;
  bottom: 33px;
  right: 0;
  left: 0;
  transform: translateX(5%);
  width: 90%;
}

.d-related-loc {
  margin-top: 5px;
}

.d-related-loc h6 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  margin-bottom: 0;
  color: var(--black-color);
}

.d-related-loc span {
  font-size: 16px;
  line-height: 20px;
  color: var(--black-color);
}

/* Services Tours Area Style  */
.s-banner-img img {
  position: relative;
}

.s-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.s-banner-content .banner-title {
  padding-left: 0px;
}

.s-tour-section {
  background-color: #f4f8ff;
  padding: 150px 0px;
  position: relative;
  overflow: hidden;
}

.s-tour-content {
  margin: 10px 0 0 130px;
}

.s-tour-detail {
  width: 85%;
}

.s-tour-desc {
  margin: 5px 0px 21px 0px;
}

.s-tour-section .s-blur-left {
  top: 2%;
  left: -9%;
  z-index: 1;
}

.s-tour-section .s-blur-right {
  bottom: 0;
  right: -7%;
  z-index: 1;
}

.s-icon-top {
  top: 34%;
  left: 41%;
}

.s-icon-bottom {
  bottom: 18%;
  left: 17%;
}

.s-tour-content p {
  margin-bottom: 10px;
  line-height: 24px;
}

.s-tour-content .counter-container {
  margin-top: 45px;
}

.s-tour-content .call-btn {
  width: 225px;
  padding: 11px 20px;
  text-align: center;
  margin-top: 50px;
}

/* Services Offers Style */
.s-offer-sec {
  margin: 140px 0px;
  position: relative;
  overflow: hidden;
}

.s-offer-title p {
  width: 36%;
  margin-top: 30px;
  margin-bottom: 0;
}

.s-offer-blur {
  right: -3%;
  top: -4%;
}

.s-offer-title {
  margin-bottom: 60px;
}

.s-offers-cards {
  display: flex;
  flex-wrap: wrap;
}

.s-offers-single-card {
  width: calc((100% / 3) - 34px);
  padding: 40px 35px;
  border: 1px solid #707070;
  border-radius: 13px;
  margin: 0 28px 30px 0;
  cursor: pointer;
  transition: 650ms;
}

.s-offers-single-card img {
  height: 58px;
  width: max-content;
}

.s-card-title {
  height: 70px;
  margin-top: 26px;
  font-size: 27px;
  font-weight: 700;
  transition: 650ms;
  color: var(--black-color);
}

.s-offers-single-card p {
  font-size: 19px;
  color: var(--black-color);
}

.s-offers-single-card:hover {
  background-color: #f4f8ff;
  border: 1px solid transparent;
  box-shadow: 7px 7px 13px 0px rgba(29, 75, 167, 0.37);
}

.s-offers-single-card:hover .s-card-title {
  color: var(--secondary-color);
}

.book-now {
  background-color: #cddefa;
}

.book-now-box {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.book-now-img {
  height: 220px;
  width: 700px;
}

.book-now-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.book-now-content .s-card-title {
  height: auto;
}

.book-now .call-btn {
  padding: 10px 20px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

/* Book-Now Form Style */
.modal-dialog {
  max-width: 80%;
}

.modal-body {
  padding: 0;
}

.Contact-flex {
  display: flex;
  height: 856px;
}

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

.form-img {
  width: 40%;
  height: 100%;
}

.form-area {
  width: 60%;
  padding: 75px 70px 70px 80px;
}

.form-area p {
  font-size: 20px;
  margin-bottom: 48px;
}

.form-close-btn {
  position: absolute;
  top: 36px;
  right: 31px;
  z-index: 2;
}

.form-control-label {
  margin-bottom: 10px;
  font-size: 20px;
}

.form-group {
  margin-bottom: 20px;
}

input,
textarea,
select,
button {
  padding: 8px 15px;
  border-radius: 5px !important;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 18px !important;
  font-weight: 300;
}

input:focus,
textarea:focus,
select:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
  font-weight: 400;
}

.btn-block {
  font-size: 20px !important;
  font-weight: 400;
  width: 35%;
  height: 43px;
  margin-top: 10px;
  background-color: var(--secondary-color);
  color: var(--white-color);
  padding: 0;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/dropdown-form.svg) no-repeat;
  background-position: calc(100% - 10px) center;
  padding-right: 30px;
}

.s-banner-area {
  position: relative;
}
