.banner-section {
  position: relative;
 
}
.banner-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-img {
  width: 100%;
  height: 100vh;
}
.banner-section .banner-text {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  z-index: 2;
  /* transform: translateY(-50%); */
}
.banner-section .banner-text h1 {
  position: absolute;
  /* width: 679px; */
  width: 35%;
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(40px, 3vw, 60px);
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #ffffff;
}

/* .banner-section .banner-text p {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: clamp(14px, 3vw, 18px);
  text-transform: capitalize;
  color: var(--light);
  max-width: 600px;
  width: 100%;
  line-height: normal;
  margin: 0;
} */
.banner-title,
.banner-text .banner-text-content {
  max-width: 600px;
  font-size: 14px;
}
.banner-slider::before {
  content: "";
  top: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 52.68%, rgba(0, 0, 0, 0.75) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}

.banner-section .banner::before {
  content: "";
  top: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 52.68%, rgba(0, 0, 0, 0.75) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}

.banner-text .banner-text-content {
  font-family: var(--secondary-font);
  color: var(--light);
  font-size: 14px;
  align-content: center;
  width: 400px;
  line-height: 28px;
}
.banner-text p {
  color: var(--light);
  line-height: 28px;
  font-weight: 300;
}
.banner-text .banner-text-content .btn,
.banner-text-respo .btn {
  margin: 10px 0;
}
.banner-text .da-container {
  justify-content: space-between;
}
.banner-text-respo {
  display: none;
}

/* explore-section */
.explore-section {
  position: relative;
}
.explore-section .da-container-xsmall {
  text-align: center;
}
.explore-section h2 {
  max-width: 460px;
  width: 100%;
  margin: 15px auto;
}
.explore-section::before {
  content: "";
  background-image: url(../img/lineart-trekker.png);
  top: 12%;
  left: 0;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.explore-slider {
  margin-top: clamp(36px, 3vw, 80px);
}
.explore-inner-slider {
  position: relative;
  margin: 0 12px;
}

.explore-text-content {
  position: absolute;
  top: 40px;
  left: 40px;
   /* width: 785px;
  height: 545px; */
}
.explore-text-content p {
  font-weight: 300;
}

.explore-text-content p,
.explore-text-content h3 {
  text-align: left;
  color: white;
  max-width: 390px;
  line-height: 26px;
  width: 100%;
}
.explore-text-content h3 {
  font-size: 30px;
  font-family: var(--primary-font);
  font-weight: 400;
  margin-bottom: 22px;
  line-height: 36px;
}
.explore-inner-slider{
  width: 785px;
  height: 545px;
}
.explore-inner-slider .img-wrapper {
  /* width: 785px; */
  height: 545px;
}
.featured-trip .explore-inner-slider .img-wrapper {
  display: inline-block;
}

.explore-inner-slider .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.explore-inner-slider .img-wrapper::before {
  content: "";
  top: 0;
  position: absolute;
  background: linear-gradient(
    115.27deg,
    #395ead 0%,
    rgba(57, 94, 173, 0) 61.25%
  );
  
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
}

/* travel-section */

.travel-section {
  position: relative;
}


.grid2 {
  /* align-items: baseline; */
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: flex-start; 
}
.travel-section::before {
  content: "";
  background-image: url(../img/explore-bg2.png);
  top: -27%;
  left: 0;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.travel-content-wrapper {
  gap: 28px;
  width: 100%;
  flex-wrap: wrap;
}
.travel-content:nth-child(even){
  margin-top: 60px;
}
.travel-content:nth-child(3){
  margin-top: -80px;
}

.travel-content .img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.travel-content {
  width: calc(50% - 15px);
}
.travel-section h2.section-heading {
  width: 300px;
}
.travel-section .text-content {
  width: 500px;
}
/* .travel-section .text-content a {
  color: var(--secondary);
} */
/* .travel-section .text-content p,
.featured-trip .text-content p {
  width: 390px;
} */

/* .travel-content:nth-child(even) {
  margin-top: 30px;
} */

.travel-content h3 {
  margin-top: 20px;
  text-align: left;
  font-family: var(--secondary-font);
  font-size: clamp(18px, 3vw, 22px);
}
.travel-content h3 span {
  color: var(--secondary);
  font-size: 14px;
}
.travel-section .img-content {
  height: 316px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.destination-section.travel-section .img-content {
  height: 316px;
}
/* feature-trip */
.featured-trip {
  position: relative;
}
/* .featured-trip .da-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
} */
.featured-trip h2 {
  width: 250px;
}
/* .featured-trip .text-content p {
  margin-bottom: 0;
} */
.text-content div {
  margin-top: clamp(20px, 3vw, 30px);
}
.explore-inner-slider.trips-card {
  margin: 30px 0;
}
.trips-card-wrapper {
  flex-direction: column;
}

.trips-card:nth-child(even) {
  margin-left: auto;
}
.trips-card .img-wrapper  {
  position: relative;
}
.trips-card .img-wrapper img {
  border-radius: 20px;
}
.trips-card .img-wrapper::before {
  border-radius: 20px;
}

.featured-trip::before {
  content: "";
  background-image: url(../img/travel-bg.png);
  top: 246px;
  left: -168px;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  width: 824px;
  height: 590px;
}

/* .faq-section .da-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
} */

.faq-wrapper {
  position: relative;
}

/* blured circle */
.blur-circle {
  position: absolute;
  width: 45%;
  height: 45%;
  z-index: -1;
  border-radius: 50%;
  filter: blur(123px);
}
.circle1 {
  background: radial-gradient(
    circle,
    rgba(99, 102, 241, 0.8),
    rgba(99, 102, 241, 0.3),
    transparent
  );
  top: 59%;
  left: 46%;
}
.circle2 {
  background: radial-gradient(
    circle,
    rgba(253, 87, 46, 0.8),
    rgba(216, 44, 5, 0.3),
    transparent
  );
  top: 11%;
  left: -6%;
}
.faq-content-wrapper {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: background 0.3s ease;
  width: 80%;
}

.faq-icon i {
  transition: transform 0.3s ease;
  color: var(--secondary);
}

.faq-content-wrapper.active .faq-icon i {
  transform: rotate(135deg);
  color: var(--light);
}
.faq-content-wrapper.active h3 {
  color: white;
  opacity: 1;
}
.faq-content-wrapper {
  position: relative;
  margin: 0 auto 10px;
}

.faq-question {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: #e5e7eb;
}

.faq-content-wrapper.active {
  background: var(--primary);
}
.faq-content-wrapper p {
  background-color: #cdddf1;
  border-radius: 0px 10px 10px 10px;
  padding: 10px 13px;
  margin: 10px 0;
  opacity: 0.8;
  font-size: 14px;
}
.faq-section .resp-text-content {
  display: none;
}

.faq-section h3 {
  color: #1d1d1d;
  margin: 0;
  line-height: 28px;
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.8;
}
.triangle {
  border-right: 20px solid transparent;
  border-left: 20px solid #cdddf1;
  border-top: 20px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 50px;
  left: 20px;
  opacity: 0.8;
}
/* blogs */
.blogs-section {
  background-color: white;
}
.blogs-section .da-container.flex{
  gap: 60px;
  align-items: flex-start; 
}
.blogs-section.travel-section::before,
.blogs-section.travel-section::after {
  display: none;
}

.blogs-section .img-text-content p {
  width: 80%;
}

.blogs-section .img-text-content h3,
.blogs-section .resp-img-text-content h3 {
  color: var(--secondary);
}

.blogs-section .img-text-content h3 span,
.blogs-section .resp-img-text-content h3 span {
  color: var(--primary);
}

.blogs-section .resp-img-text-content {
  display: none;
}

/* client review */
.client-reviews-section {
  background-color: #f7f7f7;
  position: relative;
}
.client-reviews-section .da-container {
  position: relative;
  z-index: 9;
}
.client-reviews-section::before {
  content: "";
  background-image: url(../img/quote-sign.png);
  top: 50%;
  left: 18%;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 290px;
  height: 191px;
}

.client-reviews-section::after {
  content: "";
  background-image: url(../img/quote-small.png);
  top: 27%;
  right: 12%;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}

.review-box-wrapper:nth-child(even) .review-box {
  width: 100%;
  background-color: #f2f6fb;
  padding: 20px;
  border-radius: 12px 12px 0 12px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 2px var(--primary);
  margin-left: auto;
  margin-right: 40px;
}

.review-box-wrapper:nth-child(odd) .review-box {
  width: 100%;
  background-color: #fef8f4;
  padding: 20px;
  border-radius: 12px 12px 12px 0;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 2px var(--secondary);
  margin-left: 40px;
}
.review-box-wrapper:nth-child(odd) .review-box h3 {
  font-family: var(--secondary-font);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 24px  );
  line-height: 38px;
  color: var(--secondary);
}

.review-box p {
  font-family: var(--secondary-font);
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.6;
}

.review-box-wrapper:nth-child(even) .review-box p {
  text-align: right;
}
.review-box-wrapper:nth-child(even) .review-box h3 {
  font-family: var(--secondary-font);
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  color: var(--primary);
  text-align: right;
}

.review-box-wrapper:nth-child(odd) .bottom-triangle {
 border-bottom: 40px solid transparent;
  border-left: 45px solid #fef8f4;
  border-right: 40px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -36px;
  left: 0;
  filter: drop-shadow(0.5px -1px 1px var(--secondary));
}

.review-box-wrapper:nth-child(even) .bottom-triangle {
  border-bottom: 40px solid transparent;
  border-right: 45px solid #f2f6fb;
  border-left: 40px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -36px;
  right: -0.3px;
  filter: drop-shadow(0.5px 1px 0.1px var(--primary));
}
.review-box-wrapper:nth-child(odd) .review-box::before {
  content: "";
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 8;
  background: #fef8f4;
  background-size: contain;
  width: 48px;
  height: 10px;
}
.review-box-wrapper:nth-child(even) .review-box::before {
  content: "";
  bottom: 0px;
  right: 1px;
  position: absolute;
  z-index: 8;
  background: #f2f6fb;
  background-size: contain;
  width: 48px;
  height: 10px;
}
.profile-div {
  width: 75px;
  height: 75px;
}
.profile-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.profile-wrapper {
  margin-top: 50px;
  gap: 15px;
  margin-right: -40px;
}

.review-box-wrapper:nth-child(even) .profile-wrapper {
  flex-direction: row-reverse;
  text-align: right;
}

.profile-info span {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #1d1d1d;
  opacity: 0.8;
}

.profile-info h3 {
  margin-bottom: 0;
}
.review-box-wrapper {
  width: 74%;
  margin: 22px 0;
}

.review-box-wrapper:nth-child(even) {
  width: 74%;
  margin-left: auto;
  margin-right: 40px;
}
/* partner with us */
.partner-with-us img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-text-contents a {
  color: #ffff00;
}

.partner-text-contents p {
  color: #fff;
  max-width: 430px;
  width: 100%;
}

/* .partner-with-us {
  position: relative;
} */
.partner-text-contents h2 {
  color: white;
  line-height: unset;
}

/* .partner-text-contents {
  position: absolute;
  top: 156px;
  padding: 0 30px;
  width: 100%;
 
} */

.partner-text-contents span {
  display: block;
  margin-left: 90px;
  font-size: clamp(30px, 3vw, 40px);
}
.partner-with-us .img-container {
  width: 100%;
  height: 350px;
}

/* .footer-links-wrapper .socials-icons{
  margin-bottom: 30px;
} */
.footer-links-wrapper .socials-icons i {
  color: #1d1d1d;
  opacity: .8;
}
.footer-links-wrapper .socials-icons a {
  margin: 0 5px;
}
.footer-copyright p {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
}

.footer-copyright {
  margin-top: 20px;
}



/* ********************  */

.slide {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.8s ease-out;
}

.slide:nth-child(odd) {
    transform: translateX(-60px);
}

.slide:nth-child(even) {
    transform: translateX(60px);
}

.slide.animate {
    opacity: 1;
    transform: translateX(0);
}

.slideup-content {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.slideup-content.animate {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .travel-content {
        opacity: 1;
        transform: none;
    }
}

.slideup-content {
    opacity: 0;
    transform: scale(0.85) translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* when visible */
.slideup-content.animate {
    opacity: 1;
    transform: scale(1) translateY(0);
}





