    @import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,500;1,500&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Volkhov:wght@700&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

:root{
  --red:#DF6951;
  --ash:#5E6282;
  --soil:#F1A501;

}
    .navbar {
      padding: 20px 0;
    }
    header {
      position: relative;
     overflow: visible;
      z-index: 1;
    }
     .hero-shape-img {
      position: absolute;
      top: -109px;
      left: 45%;
      width: 55%;
      height: 772px;
      z-index: 0;
    }
.underline-img {
  position: absolute;
  bottom: 196px;  
  left: 240px;     
  width: 332px;    
  height: auto;
}

    .hero-shape-img img {
      width: 100%;
      
      object-fit: cover;
    }
.text55{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;  line-height: 32px;
}

  .btn-done{
  border: 1px solid black;
  padding: 10px 20px !important;
}
.menu ul li a{
  font-family: "Google Sans Code", monospace;
  font-weight: 500;
  font-size: 16px;
}
.text1{
   font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: var(--red);
}
.text2{
    font-family: "Volkhov", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 76px;
}
.text6{
  font-family:"Volkhov", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
}
.text{
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.hero{
  position: relative;
  padding-bottom: 97px;
  z-index: 0;
}
.p_text{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: var(--ash);
  line-height: 30px;
  width: 77%;
}
.btn_sw{
  padding: 15px 30px;
  background-color: var(--soil);
  color: white;
}
.btn_sw:hover{
  background-color: orangered;
}
.btn_sw:active{
  background-color: orange;
}

.banner {
  position: relative;
  z-index: 2;
  margin-left: -40% ;
  
}
.banner img{
width: 95%;
margin-left: 77px;
}
.lazy{
 
}
.watch_1{
  margin-right: 6px;
}
.meao{
  margin-right: 20px;
}
/* category section start */
.services-section {
  background-color: #fff;
  position: relative;
}

.stars-bg {
  top: 35px;
  right: 30px;
  width: 9%;
  opacity: 0.8;
}

.col-12.col-md-6.col-lg-3.position-relative {
  position: relative; 
  overflow: visible; 
}

.red-shape {
  position: absolute;
  bottom: -15px;
  left: -20px;
  width: 60px;
  z-index: 0; 
}

.service-card {
  position: relative;
  border-radius: 25px;
  background: white;
  padding: 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05); 
  text-align: center;
  overflow: visible;
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.service-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-12px); 
}
.red-shape-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;  
  height: 60px; 
  background: white; 
  border-bottom-left-radius: 25px; 
  z-index: 2; 
  pointer-events: none; 
}
.services-section{
  padding-bottom: 100px !important;
}


.custom-card{
  border-radius: 25px;
}

/*sale section start*/
.sale{
  padding-top: 40px;
  padding-bottom: 80px;
}
.noah{
   font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #5E6282;
}

    .card-custom {
      border: none;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 12px 35px rgb(0 0 0 / 0.08);
      position: relative;
      background: white;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .card-custom:hover {
      transform: translateY(-8px);
      box-shadow: 0 18px 50px rgb(0 0 0 / 0.15);
    }
    .card-custom img {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      width: 100%;
      
      object-fit: cover;
    }
    .card-body-custom {
      padding: 20px 24px;
    }
   .destination-title {
  color: #525f7f;
  font-weight: 600;
  font-size: 16px;
  margin: 0; 
}

.price {
  color: #0e1e43;
  font-weight: 700;
  font-size: 18px;
  margin: 0; 
  
}


.title-price-wrapper {
  
}

    .trip-info {
      color: #525f7f;
      font-weight: 500;
      font-size: 14px;
      margin-top: 12px;
      display: flex;
      align-items: center;
      
      gap: 6px;
    }
    .trip-info img {
      width: 18px;
      height: 18px;
     
    }
    
    .spiral-shape {
      position: absolute;
      right: -70px;
      top: 50%;
      transform: translateY(-50%);
      width: 140px;
      height: 140px;
      pointer-events: none;
      z-index: 0;
      opacity: 0.15;
    }
    
    .cards-wrapper {
      position: relative;
      max-width: 1080px;
      margin: 0 auto;
      padding: 0 15px;
    }
    .col-12.col-md-6.col-lg-4.position-relative {
  position: relative; 
}

.spring-img {
  position: absolute;
  top: 50%; 
  right: 0; 
  transform: translate(40%, -50%); 
  z-index: 5; 
  max-width: 100px; 
  pointer-events: none; 
  user-select: none;
}

/*trip start*/

   .trip {
  padding-top: 40px;
  padding-bottom: 50px;
}

.text8 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #5E6282;
}
.step-icon {
  width: 50px;
  height: 50px;
  background-color: #f8f9fa;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 15px;
}

.step:hover {
  background-color: #f1f1f1;
  cursor: pointer;
  transition: 0.3s;
}

.trip-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  /*transition: width 0.6s ease;*/
    width: 0;
  transition: width 1s ease-in-out;
}

.main-trip-card {
  background: white;
  border-radius: 20px;
   box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); /* Normal shadow */
  transition: box-shadow 0.3s ease;
    padding: 12px;
  padding-bottom: 6% !important;
  position: relative;
  z-index: 1;
  width: 51%; /* Fixed width on desktop */
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.main-trip-card:hover {
   box-shadow: 0 0 35px 10px rgba(89, 177, 230, 0.6);
}

.main-trip-card img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.trip-infos {
  margin-top: 27px;
  /*display: block;*/
}

.trip-info h5 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 9px;
}

.trip-info p {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 15px;
}

.icons-row {
  display: flex;
  gap: 20px; /* Space between icons */
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 10px;
  justify-content: flex-start;
}

.icons-row img {
  width: 30px; /* Use fixed px for better scaling */
  height: 30px;
}

.people-going {
  font-size: 14px;
  color: #6c757d;
}

.heart-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s ease;
}

.heart-icon:hover {
  color: #f75d5d;
}

.overlap-card {
  position: absolute;
  bottom: 54px;
  right: -87px;
  width: 220px;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  padding: 15px;
  z-index: 2;
}

.overlap-card img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.progress {
  height: 5px;
  border-radius: 5px;
}

/* ======= RESPONSIVE ======= */


@media (max-width: 576px) {
  .step-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .icons-row img {
    width: 20px;
    height: 20px;
  }

  .trip-info h5 {
    font-size: 1rem;
  }

  .trip-info p,
  .people-going {
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .step-icon {
    width: 65px;
    height: 39px;
    margin-right: 8px;
  }

  .icons-row {
    gap: 15px;
  }

  .icons-row img {
    width: 18px;
    height: 18px;
  }

  .trip-info h5 {
    font-size: 0.9rem;
  }

  .trip-info p,
  .people-going {
    font-size: 12px;
  }
}

.testimonials-section{
  padding-bottom: 40px;
}
  .testimonial-section {
    padding: 50px 15px;
    
  }

  .testimonial-texts h5 {
    text-transform: uppercase;
    color: #6c757d;
    font-weight: 600;
  }
  .testimonial-texts h2 {
    font-weight: 700;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
  }

  .dots {
    display: flex;
    gap: 10px;
    margin-top: 25px;
  }
  .dot {
    width: 14px;
    height: 14px;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .dot.active {
    background: #333;
  }

  .testimonial-scroll {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    scroll-behavior: smooth;
    gap: 50px;
    height: 420px;
    padding-right: 55px;
  }
  .testimonial-scroll::-webkit-scrollbar {
    display: none;
  }
  .testimonial-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .testimonial-wrapper {
    position: relative;
    padding-left: 60px;
  }

  .testimonial-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.1);
    padding: 25px 20px 20px;
    min-height: 250px;
  }

  .testimonial-img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.15);
    position: absolute;
    top: -25px;
    left: 0;
    background: white;
    z-index: 10;
  }

  .testimonial-content p {
    font-size: 1rem;
    
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .testimonial-content h4 {
    font-weight: 700;
    margin-bottom: 5px;
  }
  .testimonial-content span {
    font-size: 0.9rem;
    color: #6c757d;
  }

  .arrow-controls {
    position: absolute;
    right: -17px;
    top: 42%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .arrow-btn {
    background: white;
    color: var(--ash);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
    transition: transform 0.3s ease;
  }
  .arrow-btn:hover {
    transform: scale(1.1);
  }
  .arrow-btn svg {
    
    width: 20px;
    height: 20px;
  }

  @media (max-width: 991.98px) {
    .testimonial-section .row {
      flex-direction: column;
    }
    .testimonial-texts {
      margin-bottom: 2rem;
      text-align: center;
    }
    .testimonial-scroll {
      height: 350px;
      padding-right: 40px;
    }
    .arrow-controls {
      position: static;
      flex-direction: row;
      justify-content: center;
      margin-top: 15px;
      transform: none;
      gap: 20px;
    }
  }

  /* brand section start */
  .brand{
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .brand-card {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-card img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}


/* General */
.subscribe-section {
  background-color: #fff;
}

.subscribe-box {
  background-color: #DFD7F9;
  border-radius: 98px 0px 26px 11px;
  min-height: 382px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

/* Decorations */
.decor-left {
  position: absolute;
  bottom: 4px;
  left: 13px;
  max-width: 40%;
}

.decor-right {
  position: absolute;
  top: 1px;
  right: 0px;
  max-width: 30%;
}

.telegram-icon {
  position: absolute;
  top: -23px;
  right: -25px;
  width: 65px;
}

.star-decor {
  position: absolute;
  bottom: 16px;
  right: 24px;
  width: 70px;
}

/* Email icon */
.email-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.email-icon img {
  width: 20px;
  height: 20px;
}

/* Text */
.text99 {
  font-family: "Poppins", sans-serif;
  font-weight: 600; 
  font-size: 2.8rem;
  line-height: 1.4;
}

/* Form items */
.f_item {
  width: 100%;
}
.b_item {

  background-color: #FF946D;
}
.b_item:hover{
  background-color: orangered;
}
.b_item:active{
  background-color: orangered;
}

@media (min-width: 768px) {
  .f_item {
    width: 46%;
  }
}

.e_item {
  padding: 17px 46px !important;
}
.text99 {
    font-size: 1.8rem;
  
}


.b_item {
  padding: 15px 31px !important;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .subscribe-box {
    min-height: auto;
    padding: 2rem 1rem;
  }
  .text99 {
    font-size: 1.24rem !important;
    line-height: 1.6;
  }
  .decor-left, .decor-right {
    display: none; /* Hide side decorations on small screens */
  }
  .telegram-icon {
    width: 50px;
    top: -15px;
    right: -15px;
  }
  .star-decor {
    width: 50px;
    bottom: 10px;
    right: 15px;
  }
}
.footer-section {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #fff;
}

.footer-section a {
  text-decoration: none;
  color: inherit;
}
.yard{
   font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 44px;
}
.boogdad{
   font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 124.5%;
  color: #5E6282 !important;
}
.don{
    font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;

}
.medium{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #5E6282 !important;
}
.footer-section .ps-4 {
    padding-left: 1.5rem !important;
  }
  .footer-section .ps-5 {
    padding-left: 1rem !important;
  }

  /* All rights reserved positioning */
  .all-rights {
    font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 124.5%;
    position: relative;
    top: 46px; /* move down from contact */
    font-size: 14px;
    color: #555;
  }
  .atlas{
    color: #5E6282;

  }