*{
  font-family: "Nunito Sans", Helvetica; 
  font-weight: 600;
}

#hero.fade-out {
  opacity: 0;
}

#hero.fade-in {
  opacity: 1;
}

.style{
   font-family: "Nunito Sans", Helvetica;
   line-height: 140%; 
   font-weight: 500;
}
.navbar .nav-link {
  font-family:"Nunito Sans", Helvetica;
  font-weight: 500;
}
.hero {
  background: url("../img//bg\ img.png") no-repeat center center/cover;
  height: 610px;
  object-fit: cover;
  padding: 30px;
 
  border-radius: 30px;
}

.hero h1 {
  font-size: 3rem;
}

.hero p {
  max-width: 600px;
  
}
.dots {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      z-index: 2;
    }

    /* Each dot */
    .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      cursor: pointer;
      transition: all 0.3s ease;
    }

    /* Active dot */
    .dot.active {
      background-color: white;
      transform: scale(1.3);
    }
   .navbar-nav{
    background-color: #6C757D;
    border-radius: 30px;
    padding: 10px;
   } 
    .navbar-icon{
        width: 16px;
        height: 16px;
    }
    .nav-item{
        font-size: 16px;
        font-weight: 400;
        
    }
     .btn-1{
       width: 128px;
       height: 51px;
       border-radius: 30px;
       text-align: center;
       font-weight: 600;
       background-color: #ffffff;
       border: solid 1px #dee2e6;
      transition: all 0.3s ease;

    }
    .btn{
       width: 128px;
       height: 51px;
       border-radius: 30px;
       text-align: center;
       font-weight: 600;
       background-color: #ffffff;
       border: solid 1px #dee2e6;
      transition: all 0.3s ease;

    }
    .btn-call{
       width: 128px;
       height: 51px;
       border-radius: 30px;
       text-align: center;
       font-weight: 600;
       border: solid 1px #dee2e6;

    }
        .btn-tour-planner{
       width: 151px;
       height: 51px;
       border-radius: 30px;
       text-align: center;
       font-weight: 600;
       color: #FCFCFC;
       background-color: #212529;
       border: solid 1px #212529;
       transition: all 0.3s ease;

    }
    .btn:hover{
        background-color:#212529 ;
        color: #212529;
    }
    .btn-1:hover{
        background-color:#212529 ;
        color: #ffff;
    }
    .btn-tour-planner:hover{
        background-color:#FCFCFC ;
        color: #212529;
       border: solid 1px #FCFCFC;

    }
    .navbar {
      padding: 15px 30px;
    }
    
    .navbar-nav .nav-link {
      font-size: 18px;
      font-weight: 500;
      margin: 0 12px;
      color: #ffffff;
      transition: color 0.3s ease;
    }
    .link{
      color:#FCFCFC ;
    }
     
    .navbar-nav  .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: #FE0000; 
      background-color: #ffffff;
      border-radius: 30px;
    }
    .navbar .btn {
      border-radius: 30px;
      font-weight: 500;
      background-color: #333;
      transition: all 0.3s ease;
      text-align: center;
      color: #ffff;
    }
    .navbar .btn-outline-dark {
      background: #fff;
    }
    .navbar .btn-outline-dark:hover {
      background: #333;
      color: #fff;
    }

    .navbar .btn-dark {
      background: #212529;
      border-color: #212529;
    }

    .navbar .btn-dark:hover {
      background: #e60000;
      border-color: #e60000;
    }

    .offcanvas-body a ,.offcanvas-header {
      font-size: 18px;
      font-family:"Nunito Sans", Helvetica; ;
      margin: 12px 0;
      display: block;
      text-decoration: none;
      color: #333;
      transition: color 0.3s ease;
    }

    .offcanvas-body a:hover {
      color: #e60000;
    }

    /* Mobile toggle */
    .navbar-toggler {
      border: 1px solid #ccc;
      border-radius: 50%;
      width: 51px;
      height: 51px;
      display: flex;
      background-color: #FCFCFC;
      align-items: center;
      justify-content: center;
     
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }
.hero-section {
      position: relative;
      height: 700px;
      margin: 20px;
      display: flex;
      border-radius: 30px;
      align-items: center;
      justify-content: start;
      color: white;
      text-align: left;
      overflow: hidden;
      background-size: cover;
     background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
    }

    
    .hero-section::before {
      content: "";
      position: absolute;
      inset: 0;
     background-size: cover;
      background-position: center; 
      background-repeat: no-repeat;
      transition: background-image 1s ease-in-out;
      z-index: -1;
    }

    
    .hero-section::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
    }

    .hero-content {
      max-width: 700px;
      margin-left: 5%;
    }
 .hero-content-1 {
      max-width: 700px;
      margin-left: 5%;
    }
    .btn-custom {
      background:#FCFCFC;
      color: #212529;
     
      height: 51px;
      padding: 17px 30px;
      border-radius: 30px;
      font-weight: 600;
      text-decoration: none;
    }
     .btn-custom:hover{
        background-color:#212529 ;
        color: #FCFCFC;
        transform: translateY(-2px);
 box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
    }
     .badge{
        width: 285px;
        height: 51px;
        border-radius: 30px;
        border: solid 1px #fcfcfc;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
    }
.desktop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: #fcfcfc;
  width: 100%;
  overflow-x: hidden;
}

.desktop .nav-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 1rem 2.5rem;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
   .nav-bar {
    padding: 1rem;
  }
}
 .hero-content {
     background-color: #212529CC;
     border-radius: 30px;
     padding: 40px;
      max-width: 700px;
      margin-left: 60%;
      
    }
.hero-content-1 {
     background-color: #212529CC;
     border-radius: 30px;
     padding: 20px;
      max-width: 600px;
      margin-left: 60%;
      
    }
 .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
 
}

 .logo {
  position: relative;
  width: clamp(120px, 15vw, 172.56px);
  height: auto;
  max-height: 2.5rem;
  object-fit: contain;
  
}

 .nav-menu {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 1024px) {
   .nav-menu {
    gap: 1rem;
  }
}

@media (max-width: 768px) {
   .nav-menu {
    display: none;
  }
  
   .icon-button {
    display: flex !important;
  }
}

@media (min-width: 769px) {
   .icon-button {
    display: none;
  }
}

.nav-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

 .text-wrapper {
  font-weight: var(--heading-button-desktop-font-weight);
  color: #fe0000;
  line-height: var(--heading-button-desktop-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  white-space: nowrap;
  font-style: var(--heading-button-desktop-font-style);
}

 .div {
  font-weight: var(--body-base-font-weight);
  color: #212529;
  line-height: var(--body-base-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-base-font-family);
  font-size: var(--body-base-font-size);
  letter-spacing: var(--body-base-letter-spacing);
  white-space: nowrap;
  font-style: var(--body-base-font-style);
}
 .frame {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
   .frame {
    gap: 0.5rem;
  }
  
  .frame .button:first-child {
    display: none;
  }
}

 .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  position: relative;
  flex: 0 0 auto;
  background-color: #fcfcfc;
  border-radius: 1.875rem;
  border: 1px solid;
  border-color: #dee2e6;
  cursor: pointer;
  transition: all 0.3s ease;
}

 .button:hover { 
  transform: translateY(-2px);
 box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
}

@media (max-width: 480px) {
   .button {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
}

 .icon-swap {
  width: 19px;
  height: 19px;
  background-image: url(https://c.animaapp.com/mgb0xfchw1BpuQ/img/phone.svg);
  position: relative;
  background-size: 100% 100%;
}

 .button-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-button-desktop-font-style);
}

 .button-3 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  position: relative;
  flex: 0 0 auto;
  background-color: #212529;
  border-radius: 1.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

 .button-3:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

@media (max-width: 480px) {
   .button-3 {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
}

 .button-4 {
  position: relative;
  text-align: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #fcfcfc;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-button-desktop-font-style);
}

.icon-button {
  display: flex;
  width: 51px;
  height: 51px;
  align-items: center;
  gap: 8px;
  padding: 16px;
  position: relative;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}

.icon-swap-2 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb0xfchw1BpuQ/img/menu.svg);
  position: relative;
  background-size: 100% 100%;
}

 .hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0 2.5rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
   .hero {
    padding: 0 1rem;
  }
}

 .img {
  width: 100%;
  height: auto;
  max-height: 70vh;
  flex: 0 0 auto;
  position: relative;
  align-self: stretch;
  object-fit: cover;
  border-radius: 1rem;
}

@media (max-width: 768px) {
   .img {
    max-height: 50vh;
  }
}

.banner {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  flex-wrap: wrap;
 
}
.banner-py {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 1.5rem;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  flex-wrap: wrap;
 
}
@media (max-width: 768px) {
   .banner {
    padding: 1rem;
    gap: 1rem;
    flex-direction: column;
  }
}
 .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2rem;
  padding: 2.5rem;
  flex: 1;
  min-width: 280px;
  flex-grow: 1;
  border-radius: 1.875rem;
  position: relative;
  align-self: stretch;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background: linear-gradient(#21252980, #21252980),
              url("../img/Rectangle 21.png") center/cover no-repeat;
}
.frame-2 > * {
  position: relative;
  z-index: 1;
}
.frame-2:hover {
  transform: scale(1.03) ;
}
.frame-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-2:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-2 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}

 .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  margin-top: auto;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  transition: transform 0.4s ease; 
  overflow: hidden;
}

 .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h2-desktop-font-family);
  font-weight: var(--heading-h2-desktop-font-weight);
  color: #fcfcfc;
  font-size: var(--heading-h2-desktop-font-size);
  letter-spacing: var(--heading-h2-desktop-letter-spacing);
  line-height: var(--heading-h2-desktop-line-height);
  font-style: var(--heading-h2-desktop-font-style);
}

 .p {
  position: relative;
  align-self: stretch;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: 500;
  color: #fcfcfc;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  font-style: var(--heading-button-desktop-font-style);
}

 .icon-swap-3 {
  position: relative;
  width: 22px;
  height: 22px;
  background-image: url("../img/right-side.png");
  background-size: 100% 100%;
}
.icon-swap-arrow {
  position: relative;
  width: 22px;
  height: 22px;
  background-image: url("../img/Right.png");
  background-size: 100% 100%;
}
.frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  flex: 1;
  min-width: 280px;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease;
  background: linear-gradient(#21252980, #21252980),
              url("../img/Rectangle 22.png") center/cover no-repeat;
}
.frame-4 > * {
  position: relative;
  z-index: 1;
}
.frame-4:hover {
  transform: scale(1.09) translateY(-5px);
}
.frame-4::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-4:hover::after {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .frame-4 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}

.frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background: linear-gradient(#21252980, #21252980),
              url("../img/Rectangle 23.png") center/cover no-repeat;
}
.frame-5 > * {
  position: relative;
  z-index: 1;
}

.frame-5:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-5::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-5:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-5 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}
.frame-card-py-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  height: 500px;
  background-size: cover;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background: 
              url("../img/py-bg-1\ \(1\).png") center/cover no-repeat;
}
.frame-card-py-1 > * {
  position: relative;
  z-index: 1;
}

.frame-card-py-1:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-py-1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-py-1:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-py-1 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}
.frame-card-py-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  height: 500px;
  background-size: cover;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background: 
              url("../img/py-bg-1\ \(6\).png") center/cover no-repeat;
}
.frame-card-py-2 > * {
  position: relative;
  z-index: 1;
}

.frame-card-py-2:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-py-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-py-2:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-py-2 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}
.frame-card-py-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  flex-grow: 1;
  height: 500px;
  background-size: cover;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background:url("../img/py-bg-1\ \(5\).png") center/cover no-repeat;
}
.frame-card-py-3 > * {
  position: relative;
  z-index: 1;
}

.frame-card-py-3:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-py-3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-py-3:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-py-3 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}
.frame-card-py-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  height: 500px;
  background-size: cover;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background:    url("../img/py-bg-1\ \(4\).png") center/cover no-repeat;
}
.frame-card-py-4 > * {
  position: relative;
  z-index: 1;
}

.frame-card-py-4:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-py-4::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-py-4:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-py-4 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}
.frame-card-py-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  flex-grow: 1;
  height: 500px;
  background-size: cover;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background: 
              url("../img/py-bg-1\ \(3\).png") center/cover no-repeat;
}
.frame-card-py-5 > * {
  position: relative;
  z-index: 1;
}

.frame-card-py-5:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-py-5::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-py-5:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-py-5 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}
.frame-card-py-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  height: 500px;
  background-size: cover;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background:
              url("../img/py-bg-1\ \(2\).png") center/cover no-repeat;
}
.frame-card-py-6 > * {
  position: relative;
  z-index: 1;
}

.frame-card-py-6:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-py-6::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-py-6:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-py-6 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}
/* curise */
.frame-card-curise-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  height: 500px;
  background-size: cover;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background: 
              url("../img/curise-card-1\ \(1\).png") center/cover no-repeat;
}
.frame-card-curise-1 > * {
  position: relative;
  z-index: 1;
}

.frame-card-curise-1:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-curise-1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-curise-1:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-curise-1 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}
.frame-card-curise-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  height: 500px;
  background-size: cover;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background: 
              url("../img/curise-card-1\ \(6\).png") center/cover no-repeat;
}
.frame-card-curise-2 > * {
  position: relative;
  z-index: 1;
}

.frame-card-curise-2:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-curise-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-curise-2:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-curise-2 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}
.frame-card-curise-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  flex-grow: 1;
  height: 500px;
  background-size: cover;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background:url("../img/curise-card-1\ \(5\).png") center/cover no-repeat;
}
.frame-card-curise-3 > * {
  position: relative;
  z-index: 1;
}

.frame-card-curise-3:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-curise-3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-curise-3:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-curise-3 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}
.frame-card-curise-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  height: 500px;
  background-size: cover;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background:    url("../img/curise-card-1\ \(4\).png") center/cover no-repeat;
}
.frame-card-curise-4 > * {
  position: relative;
  z-index: 1;
}

.frame-card-curise-4:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-curise-4::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-curise-4:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-curise-4 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}
.frame-card-curise-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  flex-grow: 1;
  height: 500px;
  background-size: cover;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background: 
              url("../img/curise-card-1\ \(3\).png") center/cover no-repeat;
}
.frame-card-curise-5 > * {
  position: relative;
  z-index: 1;
}

.frame-card-curise-5:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-curise-5::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-curise-5:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-curise-5 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}
.frame-card-curise-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  flex: 1;
  min-width: 280px;
  height: 500px;
  background-size: cover;
  flex-grow: 1;
  align-self: stretch;
  border-radius: 1.875rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.9s ease-in-out;
  background:
              url("../img/curise-card-1\ \(2\).png") center/cover no-repeat;
}
.frame-card-curise-6 > * {
  position: relative;
  z-index: 1;
}

.frame-card-curise-6:hover {
  transform: scale(1.09) translateY(-5px);
}


.frame-card-curise-6::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 0.9s ease-in-out;
  z-index: 0;
}

.frame-card-curise-6:hover::after {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .frame-card-curise-6 {
    padding: 1.5rem;
    gap: 1.5rem;
    min-height: 250px;
  }
}
/*  */
 .frame-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
   .frame-6 {
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
.frame-6travelstyle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
   .frame-6travelstyle {
    padding: 1rem;
    gap: 1.5rem;
  }
}

 .frame-7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 768px) {
   .frame-7 {
    flex-direction: column;
    align-items: flex-start;
  }
}

 .frame-8 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

 .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h2-desktop-font-family);
  font-weight: var(--heading-h2-desktop-font-weight);
  color: #212529;
  font-size: clamp(1.5rem, 4vw, var(--heading-h2-desktop-font-size));
  letter-spacing: var(--heading-h2-desktop-letter-spacing);
  line-height: var(--heading-h2-desktop-line-height);
  font-style: var(--heading-h2-desktop-font-style);
}
.div-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 0%;
  height: 60%;
  background: #ecccff; /* light yellow highlighter color */
  z-index: -1;
  transition: width 0.8s ease;
  transition-delay: 0.6s; /* 👈 background appears after text fade */
  border-radius: 4px;
}

/* when AOS triggers fade-up animation */
[data-aos="fade-up"].aos-animate.div-wrapper::before {
  width: 100%;
}
@media (max-width: 768px) {
   .text-wrapper-3 {
    white-space: normal;
  }
}

 .div-wrapper {
  background-color: #ecccff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
}

 .frame-9 {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  box-sizing: content-box;
  padding-bottom: 1rem;
}

@media (max-width: 1024px) {
   .frame-9 {
    gap: 1rem;
    width: 90%;
  }
}

@media (max-width: 768px) {
   .frame-9 {
    gap: 1rem;
    padding-bottom: 0.5rem;
  }
}

.frame-9travelstyle {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  justify-items: center;
  -webkit-overflow-scrolling: touch;
  box-sizing: content-box;
  padding-bottom: 1rem;
}

@media (max-width: 1024px) {
   .frame-9travelstyle {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
   .frame-9travelstyle {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
   .frame-9travelstyle {
    align-items: center;
     flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 0.5rem;
  }
}
.tour-card {
  display: flex;
  flex-direction: column;
  min-width: 210px;
  flex: 1 1 calc(25% - 4.5rem);
  align-items: center;
  align-self: stretch;
  position: relative;
  background-color: #ffffff;
  border-radius: 1.875rem;
  border: 1px solid;
  border-color: #dee2e6;
  scroll-snap-align: start;
  transition: all 0.3s ease-in-out;
}

 .tour-card:hover {
  transform: scale(1.3);
 }

@media (max-width: 1200px) {
   .tour-card {
    flex: 1 1 calc(33.333% - 1.5rem);
  }
}

@media (max-width: 900px) {
   .tour-card {
    flex: 1 1 calc(50% - 1rem);
  }
}

/* @media (max-width: 600px) {
   .tour-card {
    flex: 0 0 480px;
  }
} */
 /* Swiper navigation arrows */
    .swiper-button-next,
    .swiper-button-prev {
      color: #ff6b6b;
    }

    /* Pagination dots */
    .swiper-pagination-bullet {
      background: #ff6b6b;
    }

    @media (max-width: 640px) {
      .tour-card {
        width: 80%;
      }
    }

 .rectangle-blog-1 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 30px;
  background-image:  url("../img//travelblog-img\ \(1\).png");
  background-size: cover;
}

 .rectangle-blog-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13rem;
  border-radius: 30px;
  object-fit: cover;
  background-image:  url("../img//travelblog-img\ \(2\).png");
  background-size: cover;
}
 .rectangle-blog-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 30px;
  background-image: url("../img//travelblog-img\ \(3\).png");
  background-size: cover;
}
.rectangle-blog-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 30px;
  background-image: url("../img//travelblog-img\ \(4\).png");
  background-size: cover;
}
.rectangle-blog-py-1 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 30px;
  background-image:  url("../img/blog-py-1\ \(1\).png");
  background-size: cover;
}

 .rectangle-blog-py-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13rem;
  border-radius: 30px;
  object-fit: cover;
  background-image:  url("../img/blog-py-1\ \(5\).png");
  background-size: cover;
}
 .rectangle-blog-py-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 30px;
  background-image: url("../img/blog-py-1\ \(4\).png");
  background-size: cover;
}
.rectangle-blog-py-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 30px;
  background-image: url("../img/blog-py-1\ \(3\).png");
  background-size: cover;
}
.rectangle-blog-py-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 30px;
  background-image: url("../img/blog-py-1\ \(2\).png");
  background-size: cover;
}
/* Hover effect */

.rectangle-pop-1 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  background-image:  url("../img//popular-img1\ \(1\).png");
  background-size: cover;
  background-position: center;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.rectangle-pop-1:hover {
  transform: scale(1.03);

}
.rectangle-pop-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
 height: 160px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  background-image: url("../img//popular-img1\ \(2\).png");
  background-size: cover;
  background-position: center;
  object-fit: cover;
  transition:  transform 0.9s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}
.rectangle-pop-2:hover {
  transform: scale(1.03);

}
.rectangle-pop-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
 height: 160px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  background-image: url("../img//popular-img1\ \(3\).png");
  background-size: cover;
  background-position: center;
  object-fit: cover;
  transition:  transform 0.9s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}
.rectangle-pop-3:hover {
  transform: scale(1.03);

}
.rectangle-pop-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  background-image: url("../img//popular-img1\ \(4\).png");
  background-size: cover;
  background-position: center;
  object-fit: cover;
  transition: transform 0.9s ease-in-out;
  cursor: pointer;
}
.rectangle-pop-4:hover {
  transform: scale(1.03);

}
/* pondy-card */
.rectangle-card-py-1 {
  position: relative;
  align-self: stretch;
  width: 100%;
 height: 160px;
  object-fit: cover;
  border-radius: 30px;
  background-image:  url("../img/py-card.png");
  background-size: cover;
}

 .rectangle-card-py-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13rem;
  border-radius: 30px;
  object-fit: cover;
  background-image:  url("../img//py-card\ \(1\).png");
  background-size: cover;
}
 .rectangle-card-py-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 30px;
  background-image: url("../img//py-card\ \(5\).png");
  background-size: cover;
}
.rectangle-card-py-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 30px;
  background-image: url("../img//py-card\ \(4\).png");
  background-size: cover;
}
.rectangle-card-py-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 30px;
  background-image: url("../img//py-card\ \(3\).png");
  background-size: cover;
}
.rectangle-card-py-6 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 30px;
  background-image: url("../img//py-card\ \(2\).png");
  background-size: cover;
}
@media (max-width: 768px) {
   .rectangle-blog-4,.rectangle-blog-1,.rectangle-blog-2,.rectangle-blog-3 {
    height: 12rem;
  }
}

 .frame-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
   .frame-10 {
    padding: 0.75rem 1rem;
  }
}

 .frame-11 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .tags {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f7ecfc;
  border-radius: 30px;
}

 .icon-swap-4 {
  width: 15px;
  height: 15px;
  background-image: url(https://c.animaapp.com/mgb0xfchw1BpuQ/img/solo.svg);
  position: relative;
  background-size: 100% 100%;
}

 .solo {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #733399;
  font-size: var(--body-helper-font-size);
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

 .tags-2 {
  background-color: #e8f6ea;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
}

 .icon-swap-5 {
  width: 10px;
  height: 10px;
  background-image: url(https://c.animaapp.com/mgb0xfchw1BpuQ/img/couple-1.svg);
  position: relative;
  background-size: 100% 100%;
}

 .couple {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #26722d;
  font-size:8px;
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

 .package-name {
  position: relative;
  align-self: stretch;
  font-family: var(--heading-h4-desktop-font-family);
  font-weight:550;
  color: #212529;
  font-size: 18px;
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  line-height: var(--heading-h4-desktop-line-height);
  font-style: var(--heading-h4-desktop-font-style);
}

 .frame-12 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 10px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

 .price-1 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h4-desktop-font-family);
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #212529;
  font-size: 16px;
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  line-height: var(--heading-h4-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-h4-desktop-font-style);
}

 .sale {
  position: relative;
  width: fit-content;
  font-family: "Nunito Sans", Helvetica;
  font-weight: 400;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}

 .span {
  line-height: var(--body-base-line-height);
  text-decoration: line-through;
  font-family: var(--body-base-font-family);
  font-style: var(--body-base-font-style);
  font-weight: var(--body-base-font-weight);
  letter-spacing: var(--body-base-letter-spacing);
  font-size: 10px;
}

 .frame-13 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #dee2e6;
  border-radius: 30px;
}
 .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-micro-font-family);
  font-weight: var(--body-micro-font-weight);
  color: #6c757d;
  font-size: var(--body-micro-font-size);
  letter-spacing: var(--body-micro-letter-spacing);
  line-height: var(--body-micro-line-height);
  white-space: nowrap;
  font-style: var(--body-micro-font-style);
}
 .frame-14 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #ff7700;
  border-radius: 30px;
}
.frame-141 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  position: absolute;
  top: 160px;
  left: 20px;
  border-radius: 30px;
}
.frame-141-i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  position: absolute;
  top: 112px;
  left: 0px;
  border-radius: 30px;
}
 .icon-swap-6 {
  width: 12px;
  height: 12px;
  background-image: url(https://c.animaapp.com/mgb0xfchw1BpuQ/img/offer.svg);
  position: relative;
  background-size: 100% 100%;
}

 .frame-15 {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

 .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-mini-b-font-family);
  font-weight: var(--body-mini-b-font-weight);
  color: #fcfcfc;
  font-size: var(--body-mini-b-font-size);
  letter-spacing: var(--body-mini-b-letter-spacing);
  line-height: var(--body-mini-b-line-height);
  white-space: nowrap;
  font-style: var(--body-mini-b-font-style);
}

 .button-5 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #212529;
  cursor: pointer;
  transition: all 0.3s ease;
}

 .button-5:hover {
  background-color: #343a40;
}

@media (max-width: 480px) {
   .button-5 {
    padding: 0.875rem 1rem;
  }
}

 .tags-3 {
  background-color: #212529;
  color: #E8EBED;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
}

 .icon-swap-7 {
  width: 15px;
  height: 15px;
  background-image: url(https://c.animaapp.com/mgb0xfchw1BpuQ/img/family.svg);
  position: relative;
  background-size: 100% 100%;
}

 .family {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #E8EBED;
  font-size: 8px;
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

 .tags-4 {
  background-color: #e6f5f8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
}

 .icon-swap-8 {
  width: 10px;
  height: 10px;
  background-image: url(https://c.animaapp.com/mgb0xfchw1BpuQ/img/group.svg);
  position: relative;
  background-size: 100% 100%;
}

 .group {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #35707c;
  font-size: 8px;
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

 .tour-card-2 {
  display: flex;
  flex-direction: column;
  min-width: 280px;
  max-width: 320px;
  flex: 1 1 calc(25% - 1.5rem);
  align-items: center;
  gap: 0.75rem;
  position: relative;
  background-color: #ffffff;
  border-radius: 1.875rem;
  overflow: hidden;
  border: 1px solid;
  border-color: #dee2e6;
  scroll-snap-align: start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tour-card-2:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

@media (max-width: 1200px) {
  .tour-card-2 {
    flex: 1 1 calc(33.333% - 1.5rem);
  }
}

@media (max-width: 900px) {
  .desktop .tour-card-2 {
    flex: 1 1 calc(50% - 1rem);
  }
}

@media (max-width: 600px) {
  .tour-card-2 {
    flex: 0 0 280px;
  }
}

 .frame-16 {
  background-color: #ffe366;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
}
.package-card-curise-1 {
  display: flex;
  min-width: 200px;
  
  flex: 1 1 calc(25% - 1.5rem);
  min-height: 18.5rem;
  align-items: center;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  background-size:cover;
  border-radius: 1.875rem;
  background-image: linear-gradient(#21252900), url("../img//curise-img\ \(2\).png");
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}
.package-card-curise-2 {
  display: flex;
  min-width: 200px;
  background-size:cover;
  flex: 1 1 calc(25% - 1.5rem);
  min-height: 18.5rem;
  align-items: center;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  border-radius: 1.875rem;
  background-image: linear-gradient(#21252900), url("../img//curise-img\ \(3\).png");
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}
.package-card-curise-3 {
  display: flex;
  min-width: 200px;
  background-size:cover;
  flex: 1 1 calc(25% - 1.5rem);
  min-height: 18.5rem;
  align-items: center;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  border-radius: 1.875rem;
  background-image: linear-gradient(#21252900), url("../img//curise-img\ \(4\).png");
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}
.package-card-k {
  display: flex;
  min-width: 200px;
  
  flex: 1 1 calc(25% - 1.5rem);
  min-height: 18.5rem;
  align-items: center;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  border-radius: 1.875rem;
  background-size: cover;
  background-image: linear-gradient(#21252900), url("../img//indian1\ \(1\).png");
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}
.package-card-1 {
  display: flex;
  min-width: 200px;
  background-size: cover;
  flex: 1 1 calc(25% - 1.5rem);
  min-height: 18.5rem;
  align-items: center;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  border-radius: 1.875rem;
  background-image:linear-gradient(#21252900), url("../img//indian1\ \(1\).png");
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}
.package-card-two {
  display: flex;
  min-width: 200px;
  background-size: cover;
  flex: 1 1 calc(25% - 1.5rem);
  min-height: 18.5rem;
  align-items: center;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  border-radius: 1.875rem;
  background-image:linear-gradient(#21252900),url("../img//indian1\ \(4\).png");
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}
.package-card-3 {
  display: flex;
  min-width: 200px;
  flex: 1 1 calc(25% - 1.5rem);
  min-height: 18.5rem;
  align-items: center;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  background-size: cover;
  border-radius: 1.875rem;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0.6) 0%, rgba(33, 37, 41, 0) 23.44%),
linear-gradient(180deg, rgba(33, 37, 41, 0) 50%, #212529 100%);

  background-image: url("../img//indian1\ \(3\).png");
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

 .package-card:hover {
  transform: scale(1.02);
}

@media (max-width: 1200px) {
 .package-card {
    flex: 1 1 calc(33.333% - 1.5rem);
  }
}

@media (max-width: 900px) {
   .package-card {
    flex: 1 1 calc(50% - 1rem);
  }
}

@media (max-width: 600px) {
   .package-card {
    flex: 0 0 280px;
    min-height: 18rem;
  }
}

 .frame-17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

 .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h5-desktop-font-family);
  font-weight: var(--heading-h5-desktop-font-weight);
  color: #fcfcfc;
  font-size: var(--heading-h5-desktop-font-size);
  letter-spacing: var(--heading-h5-desktop-letter-spacing);
  line-height: var(--heading-h5-desktop-line-height);
  font-style: var(--heading-h5-desktop-font-style);
}

 .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h3-desktop-font-family);
  font-weight: 600;
  color: #fcfcfc;
  font-size:24px;
  letter-spacing: var(--heading-h3-desktop-letter-spacing);
  line-height: var(--heading-h3-desktop-line-height);
  font-style: var(--heading-h3-desktop-font-style);
}

 .frame-18 {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h4-desktop-font-family);
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #fcfcfc;
  font-size: 18px;
  text-align: right;
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  line-height: var(--heading-h4-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-h4-desktop-font-style);
}

 .text-wrapper-9 {
  position: relative;
  width: fit-content;
  font-family: var(--body-base-font-family);
  font-weight: var(--body-base-font-weight);
  color: #dee2e6;
  font-size: var(--body-base-font-size);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  white-space: nowrap;
  font-style: var(--body-base-font-style);
}
.frame-wrapper-1 {
  display: flex;
  min-width: 200px;
  flex: 1 1 calc(25% - 1.5rem);
  min-height: 18.5rem;
  align-items: center;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  border-radius: 1.875rem;
  background-image:linear-gradient(#21252900) ,url("../img//kerala.png");
  background-size: cover;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}
 .frame-wrapper {
  display: flex;
  min-width: 200px;
  flex: 1 1 calc(25% - 1.5rem);
  min-height: 18.5rem;
  align-items: center;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  border-radius: 1.875rem;
  background-image: url("../img//curise-img\ \(1\).png");
  background-size: cover;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

 .frame-wrapper:hover {
  transform: scale(1.02);
}

@media (max-width: 1200px) {
   .frame-wrapper {
    flex: 1 1 calc(33.333% - 1.5rem);
  }
}

@media (max-width: 900px) {
   .frame-wrapper {
    flex: 1 1 calc(50% - 1rem);
  }
}

@media (max-width: 600px) {
   .frame-wrapper {
    flex: 0 0 280px;
    min-height: 18rem;
  }
}

 .package-card-2 {
  display: flex;
  min-width: 280px;
  max-width: 320px;
  flex: 1 1 calc(25% - 1.5rem);
  min-height: 22.5rem;
  align-items: center;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  border-radius: 1.875rem;
  background: linear-gradient(
      180deg,
      rgba(33, 37, 41, 0) 0%,
      rgba(33, 37, 41, 1) 100%
    ),
    linear-gradient(180deg, rgba(33, 37, 41, 0.6) 0%, rgba(33, 37, 41, 0) 100%);
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

 .package-card-2:hover {
  transform: scale(1.02);
}

@media (max-width: 1200px) {
   .package-card-2 {
    flex: 1 1 calc(33.333% - 1.5rem);
  }
}

@media (max-width: 900px) {
   .package-card-2 {
    flex: 1 1 calc(50% - 1rem);
  }
}

@media (max-width: 600px) {
   .package-card-2 {
    flex: 0 0 280px;
    min-height: 18rem;
  }
}

 .frame-19 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-20 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #9effa8;
}

 .frame-21 {
  position: relative;
  overflow: hidden;
  border-radius: 1.875rem;
  min-height: 48.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 2.5rem;
  cursor: pointer;
  transition: all 0.9s ease;
}

/* background image layer */
.frame-21::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/style-img (2).png") center/cover no-repeat;
  transition: all 1.9s ease-in-out;
  z-index: 0;
}

/* zoom background only */
.frame-21:hover::before {
  transform: scale(1.09) translateY(-5px);
}

/* text content stays above */
.frame-21 > * {
  position: relative;
  z-index: 1;
  color: white;
}

@media (max-width: 768px) {
  .frame-21 {
    min-height: 25rem;
    padding: 1.5rem;
  }
}

 .frame-22 {
  display: flex;
  flex-direction: column;
  max-width: 31.25rem;
  width: 100%;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
   .frame-22 {
    gap: 1.5rem;
  }
}

 .text-wrapper-10 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h1-desktop-font-family);
  font-weight: var(--heading-h1-desktop-font-weight);
  font-size: clamp(1.75rem, 5vw, var(--heading-h1-desktop-font-size));
  letter-spacing: var(--heading-h1-desktop-letter-spacing);
  line-height: var(--heading-h1-desktop-line-height);
  font-style: var(--heading-h1-desktop-font-style);
  color: #FCFCFC;
}

.frame-23 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

@media (max-width: 768px) {
   .frame-23 {
    gap: 1rem;
  }
}

 .frame-24 {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

@media (max-width: 768px) {
 .frame-24 {
    flex-direction: column;
    gap: 1rem;
  }
}

 .frame-25 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: clamp(2rem, 8vw, 5.125rem) clamp(2rem, 8vw, 5.25rem);
  position: relative;
  flex: 1;
  min-height: 12rem;
  align-self: stretch;
  flex-grow: 1;
  color: #FCFCFC;
  border-radius: 1.875rem;
  background-image: url("../img//style-img\ \(1\).png");
  background-size: cover;
  background-position: 50% 50%;
}
.frame-25-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: clamp(2rem, 8vw, 5.125rem) clamp(2rem, 8vw, 5.25rem);
  position: relative;
  flex: 1;
  min-height: 12rem;
  align-self: stretch;
  flex-grow: 1;
  color: #FCFCFC;
  border-radius: 1.875rem;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}
.frame-25-one::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/style-img (1).png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  z-index: 0;
}


.frame-25-one:hover::after {
  transform: scale(1.05);
}


.frame-25-one > * {
  position: relative;
  z-index: 1;
}

 .frame-25-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: clamp(2rem, 8vw, 5.125rem) clamp(2rem, 8vw, 5.25rem);
  position: relative;
  flex: 1;
  min-height: 12rem;
  align-self: stretch;
  flex-grow: 1;
  color: #FCFCFC;
  border-radius: 1.875rem;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}


.frame-25-two::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/style-img (5).png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  z-index: 0;
}


.frame-25-two:hover::after {
  transform: scale(1.05);
}


.frame-25-two > * {
  position: relative;
  z-index: 1;
}
 .frame-25-three {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: clamp(2rem, 8vw, 5.125rem) clamp(2rem, 8vw, 5.25rem);
  position: relative;
  flex: 1;
  min-height: 12rem;
  align-self: stretch;
  flex-grow: 1;
  color: #FCFCFC;
  border-radius: 1.875rem;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}


.frame-25-three::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/style-img (4).png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  z-index: 0;
}


.frame-25-three:hover::after {
  transform: scale(1.05);
}


.frame-25-three > * {
  position: relative;
  z-index: 1;
}
 .frame-25-four {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: clamp(2rem, 8vw, 5.125rem) clamp(2rem, 8vw, 5.25rem);
  position: relative;
  flex: 1;
  min-height: 12rem;
  align-self: stretch;
  flex-grow: 1;
  color: #FCFCFC;
  border-radius: 1.875rem;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}


.frame-25-four::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/style-img (3).png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  z-index: 0;
}


.frame-25-four:hover::after {
  transform: scale(1.05);
}


.frame-25-four > * {
  position: relative;
  z-index: 1;
}
.frame-25-five {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: clamp(2rem, 8vw, 5.125rem) clamp(2rem, 8vw, 5.25rem);
  position: relative;
  flex: 1;
  min-height: 12rem;
  align-self: stretch;
  flex-grow: 1;
  color: #FCFCFC;
  border-radius: 1.875rem;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}


.frame-25-five::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/Rectangle\ 42.png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  z-index: 0;
}


.frame-25-five:hover::after {
  transform: scale(1.05);
}


.frame-25-five > * {
  position: relative;
  z-index: 1;
}
.frame-25-six {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: clamp(2rem, 8vw, 5.125rem) clamp(2rem, 8vw, 5.25rem);
  position: relative;
  flex: 1;
  min-height: 12rem;
  align-self: stretch;
  flex-grow: 1;
  color: #FCFCFC;
  border-radius: 1.875rem;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}


.frame-25-six::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/Rectangle\ 43.png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  z-index: 0;
}


.frame-25-six:hover::after {
  transform: scale(1.05);
}


.frame-25-six > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .frame-25 {
    min-height: 10rem;
  }
}

 .frame-26 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

 .text-wrapper-11 {
  align-self: stretch;
  font-family: "Playfair Display", Helvetica;
  font-size: 44px;
  text-align: center;
  line-height: 44px;
  position: relative;
  margin-top: -1.00px;
  font-weight: 600;
  color: #fcfcfc;
  letter-spacing: 0;
}

 .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  font-family: "Playfair Display", Helvetica;
  font-weight: 600;
  color: #fcfcfc;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48px;
}

 .frame-27 {
  margin-left: -35.00px;
  margin-right: -35.00px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper-13 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Port Lligat Slab", Helvetica;
  font-weight: 400;
  color: #ffff00;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

 .text-wrapper-14 {
  position: relative;
  align-self: stretch;
  font-family: "Bernard MT Condensed-Regular", Helvetica;
  font-weight: 400;
  
  font-size: 56px;
  text-align: center;
  letter-spacing: 0;
  line-height: 56px;
}

 .frame-28 {
  margin-left: -47.50px;
  margin-right: -47.50px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}
.text-wrapper-h {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Princess Sofia", Helvetica;
  font-weight: 400;
  color: #FFFF00;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0;
  line-height: 60px;
}
.text-wrapper-w {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Economica", Helvetica;
  font-weight: 400;
  font-style: italic;
  font-size: 64px;
  text-align: center;
  letter-spacing: 0;
  line-height: 60px;
}
 .text-wrapper-15 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Piedra", Helvetica;
  font-weight: 400;
  
  font-size: 60px;
  text-align: center;
  letter-spacing: 0;
  line-height: 60px;
}

 .frame-29 {
  margin-left: -37.00px;
  margin-right: -37.00px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

 .text-wrapper-16 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "DM Serif Display", Helvetica;
  font-weight: 400;
  font-style: italic;
  
  font-size: 64px;
  text-align: center;
  letter-spacing: 0;
  line-height: 64px;
}

.frame-30 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-31 {
  background-color: #a3efff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
}

 .frame-wrapper-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-32 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: clamp(2rem, 8vw, 5rem);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #212529;
  border-radius: 1.875rem;
}

@media (max-width: 768px) {
   .frame-32 {
    gap: 1.5rem;
  }
}

 .text-wrapper-17 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h2-desktop-font-family);
  font-weight: var(--heading-h2-desktop-font-weight);
  color: #fcfcfc;
  font-size: var(--heading-h2-desktop-font-size);
  text-align: center;
  letter-spacing: var(--heading-h2-desktop-letter-spacing);
  line-height: var(--heading-h2-desktop-line-height);
  font-style: var(--heading-h2-desktop-font-style);
}

 .how-it-works {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

 .text-wrapper-18 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h1-desktop-font-family);
  font-weight: var(--heading-h1-desktop-font-weight);
  color: #6c757d;
  font-size: var(--heading-h1-desktop-font-size);
  letter-spacing: var(--heading-h1-desktop-letter-spacing);
  line-height: var(--heading-h1-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-h1-desktop-font-style);
}

.text-wrapper-19 {
  position: relative;
  align-self: stretch;
  font-family: var(--heading-h4-desktop-font-family);
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #fcfcfc;
  font-size: var(--heading-h4-desktop-font-size);
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  line-height: var(--heading-h4-desktop-line-height);
  font-style: var(--heading-h4-desktop-font-style);
}

 .explore-handpicked {
  position: relative;
  align-self: stretch;
  font-family: var(--body-base-font-family);
  font-weight: var(--body-base-font-weight);
  color: #dee2e6;
  font-size: var(--body-base-font-size);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  font-style: var(--body-base-font-style);
}

 .frame-33 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  padding: 2.5rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .frame-33 {
    gap: 2rem;
    padding: 1rem;
  }
}

 .frame-34 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

@media (max-width: 768px) {
   .frame-34 {
    min-height: auto;
    gap: 1rem;
  }
}

 .country-card-visa-1 {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  flex: 1;
  align-self: stretch;
  min-width: 280px;
  min-height: 284px;
  flex-grow: 1;
  border-radius: 1.875rem;
  overflow: hidden; /* very important */
  transition: transform 0.3s ease;
  cursor: pointer;
}

.country-card-visa-1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#21252980, #21252980),
    url("../img/visa-img (6).png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  border-radius: 1.875rem;
  z-index: 0;
  will-change: transform;
}

.country-card-visa-1:hover::after {
  transform: scale(1.1);
}

.country-card-visa-1 > * {
  position: relative;
  z-index: 1;
}

 .country-card-visa-2 {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  flex: 1;
  align-self: stretch;
  min-width: 280px;
  min-height: 284px;
  flex-grow: 1;
  border-radius: 1.875rem;
  overflow: hidden; 
  transition: transform 0.3s ease;
  cursor: pointer;
}

.country-card-visa-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#21252900, #21252900),
    url("../img/visa-img (1).png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  border-radius: 1.875rem;
  z-index: 0;
  will-change: transform;
}


.country-card-visa-2:hover::after {
  transform: scale(1.1);
}


.country-card-visa-2 > * {
  position: relative;
  z-index: 1;
}

 .country-card-visa-3 {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  flex: 1;
  align-self: stretch;
  min-width: 280px;
  min-height: 284px;
  flex-grow: 1;
  border-radius: 1.875rem;
  overflow: hidden; 
  transition: transform 0.3s ease;
  cursor: pointer;
}

.country-card-visa-3::after {
  content: "";
  position: absolute;
  inset: 0;
  background:  linear-gradient(#21252900, #21252900),
    url("../img/visa-img (3).png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  border-radius: 1.875rem;
  z-index: 0;
  will-change: transform;
}

.country-card-visa-3:hover::after {
  transform: scale(1.1);
}

.country-card-visa-3 > * {
  position: relative;
  z-index: 1;
}
 .country-card-visa-4 {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  flex: 1;
  align-self: stretch;
  min-width: 280px;
  min-height: 284px;
  flex-grow: 1;
  border-radius: 1.875rem;
  overflow: hidden; 
  transition: transform 0.3s ease;
  cursor: pointer;
}

.country-card-visa-4::after {
  content: "";
  position: absolute;
  inset: 0;
  background:  linear-gradient(#21252900, #21252900),
    url("../img/visa-img (4).png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  border-radius: 1.875rem;
  z-index: 0;
  will-change: transform;
}

.country-card-visa-4:hover::after {
  transform: scale(1.1);
}

.country-card-visa-4 > * {
  position: relative;
  z-index: 1;
}

 .country-card:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
   .country-card {
    min-height: 12rem;
  }
}

.label-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ff7700;
  border-radius: 30px;
}

.label {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-micro-font-family);
  font-weight: var(--body-micro-font-weight);
  color: #fcfcfc;
  font-size: var(--body-micro-font-size);
  letter-spacing: var(--body-micro-letter-spacing);
  line-height: var(--body-micro-line-height);
  white-space: nowrap;
  font-style: var(--body-micro-font-style);
}

 .frame-35 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

 .city-name {
  position: relative;
  align-self: stretch;
  font-family: var(--heading-h3-desktop-font-family);
  font-weight: var(--heading-h3-desktop-font-weight);
  color: #fcfcfc;
  font-size: var(--heading-h3-desktop-font-size);
  letter-spacing: var(--heading-h3-desktop-letter-spacing);
  line-height: var(--heading-h3-desktop-line-height);
  font-style: var(--heading-h3-desktop-font-style);
}

 .country-card-visalg-1 {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  padding: 1.5rem;
  min-height: 18rem;
  width: 100%;
  flex-grow: 1;
  border-radius: 1.875rem;
  overflow: hidden;
  cursor: pointer;
}

/* background layer */
.country-card-visalg-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/visa-img (5).png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  z-index: 0;
}

/* hover zoom effect */
.country-card-visalg-1:hover::before {
  transform: scale(1.05);
}

/* content above background */
.country-card-visalg-1 > * {
  position: relative;
  z-index: 1;
}

/* .country-card-visalg-1,.country-card-visalg-2,:hover{
   transform: scale(1.03)!important;
} */


.country-card-visalg-2 {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  padding: 1.5rem;
  min-height: 18rem;
  width: 100%;
  flex-grow: 1;
  border-radius: 1.875rem;
  overflow: hidden;
  cursor: pointer;
}

/* background layer */
.country-card-visalg-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/visa-img (2).png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  z-index: 0;
}

/* hover zoom effect */
.country-card-visalg-2:hover::before {
  transform: scale(1.05);
}

/* content above background */
.country-card-visalg-2 > * {
  position: relative;
  z-index: 1;
}

 
@media (max-width: 768px) {
   .country-card-2 {
    min-height: 12rem;
  }
}

 .frame-36 {
  background-color: #ffe5ec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
}

.image {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: auto;
  max-height: 25rem;
  object-fit: cover;
  border-radius: 1rem;
}

@media (max-width: 768px) {
   .image {
    max-height: 20rem;
  }
}

 .blog-card {
  display: flex;
  flex-direction: column;
  min-width: 280px;
  flex: 1 1 calc(25% - 1.5rem);
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
  scroll-snap-align: start;
}

@media (max-width: 1200px) {
   .blog-card {
    flex: 1 1 calc(33.333% - 1.5rem);
  }
}

@media (max-width: 900px) {
   .blog-card {
    flex: 1 1 calc(50% - 1rem);
  }
}

@media (max-width: 600px) {
   .blog-card {
    flex: 0 0 280px;
  }
}

 .frame-37 {
  flex-direction: column;
  gap: 16px;
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-38 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .text-wrapper-20 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--heading-h5-desktop-font-family);
  font-weight: var(--heading-h5-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-h5-desktop-font-size);
  letter-spacing: var(--heading-h5-desktop-letter-spacing);
  line-height: var(--heading-h5-desktop-line-height);
  font-style: var(--heading-h5-desktop-font-style);
}

 .frame-39 {
  gap: 8px;
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .text-wrapper-21 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h6-desktop-font-family);
  font-weight: var(--heading-h6-desktop-font-weight);
  color: #6c757d;
  font-size: var(--heading-h6-desktop-font-size);
  letter-spacing: var(--heading-h6-desktop-letter-spacing);
  line-height: var(--heading-h6-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-h6-desktop-font-style);
}

 .blog-card-2 {
  display: flex;
  flex-direction: column;
  min-width: 280px;
  flex: 1 1 calc(25% - 1.5rem);
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
  scroll-snap-align: start;
}

@media (max-width: 1200px) {
   .blog-card-2 {
    flex: 1 1 calc(33.333% - 1.5rem);
  }
}

@media (max-width: 900px) {
   .blog-card-2 {
    flex: 1 1 calc(50% - 1rem);
  }
}

@media (max-width: 600px) {
   .blog-card-2 {
    flex: 0 0 280px;
  }
}

 .blog-card-3 {
  display: flex;
  flex-direction: column;
  min-width: 280px;
  flex: 1 1 calc(25% - 1.5rem);
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
  scroll-snap-align: start;
}

@media (max-width: 1200px) {
   .blog-card-3 {
    flex: 1 1 calc(33.333% - 1.5rem);
  }
}

@media (max-width: 900px) {
   .blog-card-3 {
    flex: 1 1 calc(50% - 1rem);
  }
}

@media (max-width: 600px) {
   .blog-card-3 {
    flex: 0 0 280px;
  }
}

 .rectangle-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

@media (max-width: 768px) {
  .rectangle-2 {
    height: 12rem;
  }
}
 .frame-40 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: clamp(3rem, 12vw, 10rem) clamp(1.5rem, 20vw, 18.75rem);
  width: 100%;
  flex: 0 0 auto;
  border-radius: 1.875rem;
  background-image: url("../img//callback-img.png");
  background-size: cover;
  position: relative;
  align-self: stretch;
}

@media (max-width: 768px) {
   .frame-40 {
    gap: 2rem;
  }
}
 .text-wrapper-22 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h1-desktop-font-family);
  font-weight: var(--heading-h1-desktop-font-weight);
  color: #fcfcfc;
  font-size:40px;
  text-align: center;
  letter-spacing: var(--heading-h1-desktop-letter-spacing);
  line-height: var(--heading-h1-desktop-line-height);
  font-style: var(--heading-h1-desktop-font-style);
}

 .footer {
 display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 1.5rem;
  position: relative;
  flex: 0 0 auto;
  background-color: transparent;
}

@media (max-width: 768px) {
   /* .footer {
    padding: 1rem;
  } */
}

 .frame-41 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding: 2.5rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #212529;
  border-radius: 1.875rem;
}

@media (max-width: 768px) {
   .frame-41 {
    padding: 1.5rem;
    gap: 1.5rem;
  }
}

.frame-42 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (max-width: 768px) {
 .frame-42 {
    flex-direction: column;
    gap: 1.5rem;
  }
}

 .frame-43 {
  display: flex;
  flex-direction: column;
  max-width: 18.4375rem;
  width: 100%;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
}

@media (max-width: 768px) {
  .frame-43 {
    max-width: 100%;
  }
}

 .text-wrapper-23 {
  position: relative;
  align-self: stretch;
  font-family: var(--body-base-font-family);
  font-weight: var(--body-base-font-weight);
  color: #fcfcfc;
  font-size: var(--body-base-font-size);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  font-style: var(--body-base-font-style);
}

 .frame-44 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

 .icon-swap-wrapper {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  border-radius: 30px;
  border: 1px solid;
  border-color: #6c757d;
}

 .icon-swap-9 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/facebook.png");
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-10 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img//insta.png");
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-11 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img//Linkedin.png");
  position: relative;
  background-size: 100% 100%;
}
.icon-swap-11-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/what\'s-img.png");
  position: relative;
  background-size: 100% 100%;
}
 .icon-swap-12 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img//Whatsapp.png");
  position: relative;
  background-size: 100% 100%;
}

 .frame-45 {
  flex-direction: column;
  min-width: 10rem;
  align-items: center;
  gap: 1rem;
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
   .frame-45 {
    width: 100%;
    align-items: flex-start;
  }
}

.text-wrapper-24 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: 500;
  color: #fcfcfc;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  font-style: var(--heading-button-desktop-font-style);
}

 .frame-46 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .text-wrapper-25 {
  align-self: stretch;
  font-weight: var(--body-base-font-weight);
  color: #fcfcfc;
  font-size: var(--body-base-font-size);
  line-height: var(--body-base-line-height);
  position: relative;
  margin-top: -1.00px;
  font-family: var(--body-base-font-family);
  letter-spacing: var(--body-base-letter-spacing);
  font-style: var(--body-base-font-style);
}

 .frame-47 {
  display: flex;
  flex-direction: column;
  min-width: 13.375rem;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
}

@media (max-width: 768px) {
 .frame-47 {
    width: 100%;
  }
}

 .frame-48 {
  align-items: center;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}
 .icon-swap-13 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/call_icon.png");
  background-size: cover;
  position: relative;
  background-size: 100% 100%;
}

 .frame-49 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
 .text-wrapper-26 {
  margin-top: -1.00px;
  font-weight: var(--body-mini-b-font-weight);
  color: #ffe366;
  font-size: var(--body-mini-b-font-size);
  line-height: var(--body-mini-b-line-height);
  position: relative;
  align-self: stretch;
  font-family: var(--body-mini-b-font-family);
  letter-spacing: var(--body-mini-b-letter-spacing);
  font-style: var(--body-mini-b-font-style);
}
 .element {
  position: relative;
  align-self: stretch;
  font-family: "Nunito Sans", Helvetica;
  font-weight: 400;
  color: #fcfcfc;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}
 .text-wrapper-27 {
  line-height: var(--body-base-line-height);
  font-family: var(--body-base-font-family);
  font-style: var(--body-base-font-style);
  font-weight: var(--body-base-font-weight);
  letter-spacing: var(--body-base-letter-spacing);
  font-size: var(--body-base-font-size);
}
 .frame-50 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #424d57;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
   .frame-50 {
    flex-direction: column;
    padding: 1.5rem 0 0;
    text-align: center;
  }
  
}
 .text-wrapper-28 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-base-font-family);
  font-weight: var(--body-base-font-weight);
  color: #fcfcfc;
  font-size: var(--body-base-font-size);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  white-space: nowrap;
  font-style: var(--body-base-font-style);
}
 .powered-by-genx {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Nunito Sans", Helvetica;
  font-weight: 400;
  color: #fcfcfc;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}
 .text-wrapper-29 {
  line-height: 24px;
}
/* testmonial */
 .testimonials {
      
      margin: 0 auto;
      text-align: center;
    }
 
    .testimonials h2 {
      margin-bottom: 30px;
      color: #333;
      font-size: 2em;
      font-family: "Nunito Sans", Helvetica;
      
    }
 
    .carousel-container {
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
      position: relative;
    }
 
    .carousel {
      display: flex;
      transition: transform 0.5s ease-in-out;
      gap: 10px;
      padding: 0 10px;
    }
 
    .card {
  flex: 0 0 calc(33.333% - 10px); /* 3 cards per row on desktop */
  max-width: calc(33.333% - 10px);
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  box-sizing: border-box;
}
 
    /* .card.green {
      border-left-color: #4caf50;
    }
 
    .card.orange {
      border-left-color: #ff9800;
    } */
/*  
    .card-header {
      display: flex;
      background-color: white;
      align-items: center;
      margin-bottom: 15px;
      border: none;
    }
  */
    .avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 18px;
      margin-right: 12px;
      flex-shrink: 0;
      font-family: "Nunito Sans", Helvetica;
    }
 
    .card.green .avatar {
      background: linear-gradient(45deg, #4caf50, #45a049);
    }
 
    .card.orange .avatar {
      background: linear-gradient(45deg, #ff9800, #f57c00);
    }
 
    .user-info h3 {
      color: #333;
      font-size: 16px;
      margin-bottom: 2px;
      font-weight: 600;
      font-family: "Nunito Sans", Helvetica;
    }
 
    .date {
      color: #666;
      font-size: 15px;
       font-family: "Nunito Sans", Helvetica;
    }
 
    .card p {
      color: #555;
      line-height: 1.5;
      margin-bottom: 15px;
      font-size: 16px;
      text-align: left;
      font-weight: 600;
       font-family: "Nunito Sans", Helvetica;
    }
 
    .stars {
      color: #ffd700;
      font-size: 22px;
      margin-bottom: 10px;
      text-align: left;
    }
 
    .google-logo {
      text-align: right;
    }
 
    .glogo {
      width: 50px;
      height:50px;
    }
 
    .line {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
 
    .carousel-nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 10px;
      padding: 20px;
    }
   
    .nav-btn {
      background: #4285f4;
      color: white;
      border: none;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 18px;
      transition: background 0.3s;
      display: none;
    }
 
    .nav-btn:hover {
      background: #3367d6;
    }
 
    .dots {
      display: flex;
      gap: 5px;
    }
 
    .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #ccc;
      cursor: pointer;
      transition: background 0.3s;
    }
 
    .dot.active {
      background: #333;
    }
 
    /* Responsive Design */
  @media (max-width: 992px) {
  .card {
    flex: 0 0 calc(50% - 10px);  /* 2 cards per row */
    max-width: calc(50% - 10px);
  }
}

/* Mobile view */
@media (max-width: 600px) {
  .card {
    flex: 0 0 100%;  /* 1 card per row */
    max-width: 32%;
  }

  .carousel {
    gap: 10px;
    padding: 0;
    background-image:linear-gradient() url();
  }

  .nav-btn {
    display: none; /* hide arrows on mobile */
  }

  .card p {
    font-size: 14px;
  }
}

/* Optional: dots navigation */
.dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #21252999;
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: #FCFCFC;
}
/* }india */
.breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-wrapper-india {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 120px 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 30px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%
    ), url(https://c.animaapp.com/mgb33c3fHROyKy/img/frame-3-1.png) 50% 50% /
    cover;
}
 .frame-2-india {
  display: flex;
  flex-direction: column;
  width: 500px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

 .title-wrapper-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .text-wrapper-3-india {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h1-desktop-font-family);
  font-weight: var(--heading-h1-desktop-font-weight);
  color: #fcfcfc;
  font-size: var(--heading-h1-desktop-font-size);
  text-align: center;
  letter-spacing: var(--heading-h1-desktop-letter-spacing);
  line-height: var(--heading-h1-desktop-line-height);
  font-style: var(--heading-h1-desktop-font-style);
}

 .frame-3-india {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .text-wrapper-4-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #fcfcfc;
  font-size: var(--heading-button-desktop-font-size);
  text-align: center;
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-button-desktop-font-style);
}

 .icon-swap-3-india {
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/next.svg);
  position: relative;
  background-size: 100% 100%;
}
/* packages found */
 .frame-4-india {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px 32px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .sidebar-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}

 .frame-5-india {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .text-wrapper-5-india {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--heading-h6-desktop-font-family);
  font-weight: var(--heading-h6-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-h6-desktop-font-size);
  letter-spacing: var(--heading-h6-desktop-letter-spacing);
  line-height: var(--heading-h6-desktop-line-height);
  font-style: var(--heading-h6-desktop-font-style);
}

 .text-wrapper-6-india {
  position: relative;
  width: fit-content;
  font-family: var(--body-micro-font-family);
  font-weight: var(--body-micro-font-weight);
  color: #ff7700;
  font-size: var(--body-micro-font-size);
  letter-spacing: var(--body-micro-letter-spacing);
  line-height: var(--body-micro-line-height);
  white-space: nowrap;
  font-style: var(--body-micro-font-style);
}

 .line-india {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

 .frame-6-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .text-wrapper-7-india {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  font-style: var(--heading-button-desktop-font-style);
}

 .icon-swap-4-india {
  position: relative;
  width: 19px;
  height: 19px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/collapse.svg);
  background-size: 100% 100%;
}

 .div-2-india {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .checkbox-india {
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/checkbox---empty.svg);
  background-size: 100% 100%;
}

.text-wrapper-8-india {
  flex: 1;
  font-weight: var(--body-micro-font-weight);
  color: #212529;
  font-size: var(--body-micro-font-size);
  line-height: var(--body-micro-line-height);
  position: relative;
  margin-top: 6px;
  font-family: var(--body-micro-font-family);
  letter-spacing: var(--body-micro-letter-spacing);
  font-style: var(--body-micro-font-style);
}

 .checkbox-2-india {
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/checkbox---fill.svg);
  background-size: 100% 100%;
}

 .text-wrapper-9-india {
  position: relative;
  align-self: stretch;
  font-family: var(--body-micro-font-family);
  font-weight: var(--body-micro-font-weight);
  color: #ff7700;
  font-size: var(--body-micro-font-size);
  letter-spacing: var(--body-micro-letter-spacing);
  line-height: var(--body-micro-line-height);
  font-style: var(--body-micro-font-style);
}

 .text-wrapper-10-india {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  font-style: var(--heading-button-desktop-font-style);
}

 .frame-7-india {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-8-india {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #fcfcfc;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}

 .text-wrapper-11-india {
  position: relative;
  width: fit-content;
  font-family: var(--body-mini-font-family);
  font-weight: var(--body-mini-font-weight);
  color: #6c757d;
  font-size: var(--body-mini-font-size);
  letter-spacing: var(--body-mini-letter-spacing);
  line-height: var(--body-mini-line-height);
  white-space: nowrap;
  font-style: var(--body-mini-font-style);
}

 .rectangle-india {
  position: relative;
  width: 12px;
  height: 1px;
  background-color: #212529;
  border-radius: 30px;
}

.img-india {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 8px;
  margin-bottom: -3.47px;
}

 .frame-9-india {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
 
  position: relative;
  flex: 0 0 auto;
}

 .frame-10-india {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 203px 203px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-12-india {
  position: relative;
  width: fit-content;
  font-family: var(--heading-h4-desktop-font-family);
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #000000;
  font-size: var(--heading-h4-desktop-font-size);
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  line-height: var(--heading-h4-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-h4-desktop-font-style);
}

 .frame-11-india {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: relative;
  flex: 0 0 auto;
}

 .text-wrapper-13-india{
  position: relative;
  width: fit-content;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #000000;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-button-desktop-font-style);
}

 .frame-12-india {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #fcfcfc;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}

 .text-wrapper-14-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #000000;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-button-desktop-font-style);
}

 .icon-swap-5-india {
  width: 19px;
  height: 19px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/expand.svg);
  position: relative;
  background-size: 100% 100%;
}

 .frame-13-india {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .tour-card-india {
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 250px;
  align-items: center;
  gap: 8px;
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid;
  border-color: #dee2e6;
}

 .rectangle-2-india {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 160px;
  border-radius: 30px 30px 0px 0px;
  object-fit: cover;
  transition: transform 0.9s ease-in-out;
  cursor: pointer;
}
.rectangle-2-india:hover {
  transform: scale(1.03);
}
 .frame-14-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 1px 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
 .frame-15-india {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.tags-india {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f7ecfc;
  border-radius: 30px;
}
.icon-swap-6-india {
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/solo.svg);
  position: relative;
  background-size: 100% 100%;
}
 .solo-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #733399;
  font-size: var(--body-helper-font-size);
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}
 .tags-2-india {
  background-color: #e8f6ea;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
}
 .icon-swap-7-india{
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/couple.svg);
  position: relative;
  background-size: 100% 100%;
}
 .couple-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #26722d;
  font-size: 8px;
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}
 .package-name-india {
  position: relative;
  align-self: stretch;
  font-family: var(--heading-h4-desktop-font-family);
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #212529;
  font-size: 12px;
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  line-height: var(--heading-h4-desktop-line-height);
  font-style: var(--heading-h4-desktop-font-style);
}
 .frame-16-india {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}
 .price-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h4-desktop-font-family);
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #212529;
  font-size:16px;
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  line-height: var(--heading-h4-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-h4-desktop-font-style);
}
 .sale-india {
  position: relative;
  width: fit-content;
  font-family: var(--body-base-font-family);
  font-weight: var(--body-base-font-weight);
  color: #6c757d;
  font-size: var(--body-base-font-size);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  white-space: nowrap;
  font-style: var(--body-base-font-style);
}
 .span-india{
  text-decoration: line-through;
  font-family: var(--body-base-font-family);
  font-style: var(--body-base-font-style);
  font-weight: var(--body-base-font-weight);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  font-size: 10px;
}

.div-wrapper-india {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #dee2e6;
  border-radius: 30px;
}
 .text-wrapper-15-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-micro-font-family);
  font-weight: var(--body-micro-font-weight);
  color: #6c757d;
  font-size:6px;
  letter-spacing: var(--body-micro-letter-spacing);
  line-height: var(--body-micro-line-height);
  white-space: nowrap;
  font-style: var(--body-micro-font-style);
}
 .frame-17-india {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #ff7700;
  border-radius: 30px;
}
 .icon-swap-8-india {
  width: 12px;
  height: 12px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/offer-2.svg);
  position: relative;
  background-size: 100% 100%;
}
 .frame-18-india {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}
 .text-wrapper-16-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-mini-b-font-family);
  font-weight: var(--body-mini-b-font-weight);
  color: #fcfcfc;
  font-size: var(--body-mini-b-font-size);
  letter-spacing: var(--body-mini-b-letter-spacing);
  line-height: var(--body-mini-b-line-height);
  white-space: nowrap;
  font-style: var(--body-mini-b-font-style);
}

 .button-4-india {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #212529;
}
 .icon-swap-9-india {
  width: 20px;
  height: 20px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/right.svg);
  position: relative;
  background-size: 100% 100%;
}
.icon-swap-9-right {
  width: 20px;
  height: 20px;
  background-image: url("../img/Right.png");
  position: relative;
  background-size: 100% 100%;
}
.icon-swap-9-left {
  width: 20px;
  height: 20px;
  background-image: url("../img/left.png");
  position: relative;
  background-size: 100% 100%;
}
 .tags-3-india {
  background-color: #f7f4e8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
}
 .icon-swap-10-india {
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/family-2.svg);
  position: relative;
  background-size: 100% 100%;
}

 .family-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #5b563d;
  font-size: var(--body-helper-font-size);
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

 .tags-4-india {
  background-color: #e6f5f8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
}

 .icon-swap-11-india {
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/group.svg);
  position: relative;
  background-size: 100% 100%;
}

 .group-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #35707c;
  font-size: var(--body-helper-font-size);
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

 .frame-19-india {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .icon-swap-12-india {
  width: 19px;
  height: 19px;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/left.svg);
  position: relative;
  background-size: 100% 100%;
}

 .hero-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-20-india {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 160px 300px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 30px;
  background: linear-gradient(
      0deg,
      rgba(33, 37, 41, 0.2) 0%,
      rgba(33, 37, 41, 0.2) 100%
    ), url(https://c.animaapp.com/mgb33c3fHROyKy/img/frame-3-2.png) 50% 50% /
    cover;
}

 .footer-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

 .frame-21-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #212529;
  border-radius: 30px;
}

 .frame-22-india {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-23-india {
  display: flex;
  flex-direction: column;
  width: 295px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.text-wrapper-17-india {
  position: relative;
  align-self: stretch;
  font-family: var(--body-base-font-family);
  font-weight: var(--body-base-font-weight);
  color: #fcfcfc;
  font-size: var(--body-base-font-size);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  font-style: var(--body-base-font-style);
}

 .frame-24-india {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

 .icon-swap-wrapper-india {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  border-radius: 30px;
  border: 1px solid;
  border-color: #6c757d;
}

.icon-swap-13-india {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/facebook.svg);
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-14-india {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/instagram.svg);
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-15-india {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/linkedin.svg);
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-16-india {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/whatsapp-1.svg);
  position: relative;
  background-size: 100% 100%;
}

 .frame-25-india {
  display: flex;
  flex-direction: column;
  width: 163px;
  align-items: center;
  gap: 16px;
  position: relative;
}

 .text-wrapper-18-india {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #fcfcfc;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  font-style: var(--heading-button-desktop-font-style);
}

 .frame-26-india {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .text-wrapper-19-india {
  align-self: stretch;
  font-weight: var(--body-base-font-weight);
  color: #fcfcfc;
  font-size: var(--body-base-font-size);
  line-height: var(--body-base-line-height);
  position: relative;
  margin-top: -1.00px;
  font-family: var(--body-base-font-family);
  letter-spacing: var(--body-base-letter-spacing);
  font-style: var(--body-base-font-style);
}
 .frame-27-india {
  display: flex;
  flex-direction: column;
  width: 214px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

 .frame-28-india {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .icon-swap-17-india {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb33c3fHROyKy/img/phone.svg);
  position: relative;
  background-size: 100% 100%;
}

 .frame-29-india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
 .text-wrapper-20-india {
  margin-top: -1.00px;
  font-weight: var(--body-mini-b-font-weight);
  color: #ffe366;
  font-size: var(--body-mini-b-font-size);
  line-height: var(--body-mini-b-line-height);
  position: relative;
  align-self: stretch;
  font-family: var(--body-mini-b-font-family);
  letter-spacing: var(--body-mini-b-letter-spacing);
  font-style: var(--body-mini-b-font-style);
}

.element-india {
  position: relative;
  align-self: stretch;
  font-family: "Nunito Sans", Helvetica;
  font-weight: 400;
  color: #fcfcfc;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}

 .text-wrapper-21-india {
  line-height: var(--body-base-line-height);
  font-family: var(--body-base-font-family);
  font-style: var(--body-base-font-style);
  font-weight: var(--body-base-font-weight);
  letter-spacing: var(--body-base-letter-spacing);
  font-size: var(--body-base-font-size);
}

 .frame-30-india {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #424d57;
}
 .button-2-india {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fcfcfc;
  padding: 16px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #212529;
  border-radius: 30px;
}

.button-3-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #fcfcfc;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-button-desktop-font-style);
}
.button-4-india {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  color: #FCFCFC;
  background-color: #212529;
}
.text-wrapper-2-india {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-button-desktop-font-style);
}
/* bzerbijan */
 .frame-wrapper-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-2-az {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-3-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

 .p-az {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h2-desktop-font-family);
  font-weight: var(--heading-h2-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-h2-desktop-font-size);
  letter-spacing: var(--heading-h2-desktop-letter-spacing);
  line-height: var(--heading-h2-desktop-line-height);
  font-style: var(--heading-h2-desktop-font-style);
}
.frame-28-az {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
 .frame-4-az {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper-2-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #6c757d;
  font-size: var(--heading-button-desktop-font-size);
  text-align: center;
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-button-desktop-font-style);
}

 .icon-swap-3-az {
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/next.svg);
  background-size: 100% 100%;
}
.icon-swap-wrapper-az {
  display: flex;
  width: 43px;
  height: 43px;
  align-items: center;
  gap: 8px;
  padding: 12px;
  position: relative;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}

 .icon-swap-4-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/share.svg);
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-5-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/heart.svg);
  position: relative;
  background-size: 100% 100%;
}
.frame-az {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}
.frame-wrapper-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-2-az {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-3-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

 .p-az {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h2-desktop-font-family);
  font-weight: var(--heading-h2-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-h2-desktop-font-size);
  letter-spacing: var(--heading-h2-desktop-letter-spacing);
  line-height: var(--heading-h2-desktop-line-height);
  font-style: var(--heading-h2-desktop-font-style);
}

 .frame-4-az {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper-2-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #6c757d;
  font-size: var(--heading-button-desktop-font-size);
  text-align: center;
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-button-desktop-font-style);
}

 .icon-swap-3-az {
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/next.svg);
  background-size: 100% 100%;
}

.icon-swap-wrapper-az {
  display: flex;
  width: 43px;
  height: 43px;
  align-items: center;
  gap: 8px;
  padding: 12px;
  position: relative;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}

 .icon-swap-4-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/share.svg);
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-5-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/heart.svg);
  position: relative;
  background-size: 100% 100%;
}

 .div-wrapper-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-5-az {
  align-items: center;
  gap: 16px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.frame-6-az {
  position: relative;
  flex: 1;
  height: 420px;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 10px;
  overflow: hidden; 
  cursor: pointer;
}


.frame-6-az::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://c.animaapp.com/mgb2az38KaGgmg/img/frame-19.png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  border-radius: 10px;
  z-index: 0;
}


.frame-6-az:hover::before {
  transform: scale(1.08);
}


.frame-6-az > * {
  position: relative;
  z-index: 1;
}

 .frame-7-az {
  display: flex;
  flex-direction: column;
  min-width: 400px;
  max-width: 600px;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  align-self: stretch;
}

 .frame-8-az {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 10px;
  overflow: hidden; /* important to hide zoom overflow */
  cursor: pointer;
}

/* Create the background layer */
.frame-8-az::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://c.animaapp.com/mgb2az38KaGgmg/img/frame-21.png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  border-radius: 10px;
  z-index: 0;
}

/* Apply zoom effect on hover */
.frame-8-az:hover::before {
  transform: scale(1.08);
}

/* Ensure content appears above background */
.frame-8-az > * {
  position: relative;
  z-index: 1;
}

.frame-9-az {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 10px;
  overflow: hidden; /* keeps zoom inside */
  cursor: pointer;
}

/* background layer */
.frame-9-az::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://c.animaapp.com/mgb2az38KaGgmg/img/frame-22.png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  border-radius: 10px;
  z-index: 0;
}

/* zoom on hover */
.frame-9-az:hover::before {
  transform: scale(1.08);
}

/* content above image */
.frame-9-az > * {
  position: relative;
  z-index: 1;
}


.frame-10-az {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 10px;
  overflow: hidden; /* important to clip the zoom effect */
  cursor: pointer;
}

/* create a layer for the background image */
.frame-10-az::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://c.animaapp.com/mgb2az38KaGgmg/img/frame-21-1.png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  border-radius: 10px;
  z-index: 0;
}

/* apply the zoom on hover */
.frame-10-az:hover::before {
  transform: scale(1.08);
}

/* make sure any inner content stays above the image */
.frame-10-az > * {
  position: relative;
  z-index: 1;
}


 .button-wrapper-az {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  padding: 5px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 10px;
  overflow: hidden; /* ensures the zoom stays inside */
  cursor: pointer;
}

/* background layer */
.button-wrapper-az::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://c.animaapp.com/mgb2az38KaGgmg/img/frame-22-1.png") center/cover no-repeat;
  transition: transform 1.9s ease-in-out;
  border-radius: 10px;
  z-index: 0;
}

/* zoom effect on hover */
.button-wrapper-az:hover::before {
  transform: scale(1.08);
}

/* make inner content appear above background */
.button-wrapper-az > * {
  position: relative;
  z-index: 1;
}


 .icon-swap-6-az {
  width: 19px;
  height: 19px;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/media.svg);
  position: relative;
  background-size: 100% 100%;
}

 .frame-11-az {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-12-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame-13-az {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.icon-button-2-az {
  width: 35px;
  height: 35px;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

 .icon-swap-7-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/calendar.svg);
  position: relative;
  background-size: 100% 100%;
}

.how-it-works-az {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

 .browse-packages-az {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--body-mini-b-font-family);
  font-weight: var(--body-mini-b-font-weight);
  color: #6c757d;
  font-size: var(--body-mini-b-font-size);
  letter-spacing: var(--body-mini-b-letter-spacing);
  line-height: var(--body-mini-b-line-height);
  font-style: var(--body-mini-b-font-style);
}

 .explore-handpicked-az {
  position: relative;
  align-self: stretch;
  font-family: var(--body-base-font-family);
  font-weight: var(--body-base-font-weight);
  color: #212529;
  font-size: var(--body-base-font-size);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  font-style: var(--body-base-font-style);
}

 .icon-swap-8-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img//Price.png");
  position: relative;
  background-size: 100% 100%;
}

.icon-swap-9-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/family-2.svg);
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-10-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/map.svg);
  position: relative;
  background-size: 100% 100%;
}

 .div-2-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .text-wrapper-3-az {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h5-desktop-font-family);
  font-weight: var(--heading-h5-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-h5-desktop-font-size);
  letter-spacing: var(--heading-h5-desktop-letter-spacing);
  line-height: var(--heading-h5-desktop-line-height);
  font-style: var(--heading-h5-desktop-font-style);
}

 .frame-14-az {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-15-az {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .text-wrapper-4-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h3-desktop-font-family);
  font-weight: var(--heading-h3-desktop-font-weight);
  color: #ff7700;
  font-size: var(--heading-h3-desktop-font-size);
  letter-spacing: var(--heading-h3-desktop-letter-spacing);
  line-height: var(--heading-h3-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-h3-desktop-font-style);
}

 .div-3-az {
  gap: 4px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.or-call-us-on-az{
  position: relative;
  align-self: stretch;
  font-family: "Nunito Sans", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
}
.browse-packages-3-az {
  font-weight: var(--body-base-font-weight);
  color: #212529;
  font-size: var(--body-base-font-size);
  line-height: var(--body-base-line-height);
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--body-base-font-family);
  letter-spacing: var(--body-base-letter-spacing);
  font-style: var(--body-base-font-style);
}
.browse-packages-2-az {
  font-weight: var(--heading-button-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-button-desktop-font-size);
  line-height: var(--heading-button-desktop-line-height);
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  font-style: var(--heading-button-desktop-font-style);
}

 .explore-handpicked-2-az {
  font-weight:400;
  color: #6c757d;
  font-size:14px;
  line-height:150%;
  position: relative;
  align-self: stretch;
  font-family: var(--heading-button-desktop-font-family);
  letter-spacing: var(--body-small-letter-spacing);
  font-style: var(--body-small-font-style);
}

.frame-16-az {
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}
.frame-16-py {
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}
 .frame-17-az {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .text-wrapper-5-az {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h4-desktop-font-family);
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-h4-desktop-font-size);
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  line-height: var(--heading-h4-desktop-line-height);
  font-style: var(--heading-h4-desktop-font-style);
}

 .text-wrapper-6-az {
  position: relative;
  align-self: stretch;
  font-family: var(--body-base-font-family);
  font-weight: var(--body-base-font-weight);
  color: #6c757d;
  font-size: var(--body-base-font-size);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  font-style: var(--body-base-font-style);
}

.frame-18-az {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

 .frame-19-az {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 400px;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 0px 20px #0000000f;
}

 .frame-20-az {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #dee2e6;
}

.text-wrapper-7-az {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--heading-h5-desktop-font-family);
  font-weight: var(--heading-h5-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-h5-desktop-font-size);
  text-align: center;
  letter-spacing: var(--heading-h5-desktop-letter-spacing);
  line-height: var(--heading-h5-desktop-line-height);
  font-style: var(--heading-h5-desktop-font-style);
}

 .frame-21-az {
  align-items: center;
  gap: 32px;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

 .text-wrapper-8-az {
  position: relative;
  align-self: stretch;
  font-family: var(--body-mini-b-font-family);
  font-weight: var(--body-mini-b-font-weight);
  color: #6c757d;
  font-size: var(--body-mini-b-font-size);
  letter-spacing: var(--body-mini-b-letter-spacing);
  line-height: var(--body-mini-b-line-height);
  font-style: var(--body-mini-b-font-style);
}

 .button-5-az {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #212529;
  border-radius: 30px;
}

 .frame-22-az {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #e2f2e2;
  border-radius: 30px;
  border: 1px solid;
  border-color: #70c170;
}
.button-4-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #fcfcfc;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-button-desktop-font-style);
}
.button-2-az{
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-button-desktop-font-family);
  font-weight: var(--heading-button-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-button-desktop-font-size);
  letter-spacing: var(--heading-button-desktop-letter-spacing);
  line-height: var(--heading-button-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-button-desktop-font-style);
}
.button-az {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #fcfcfc;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}
.button-3-az {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #212529;
  border-radius: 30px;
}
.or-call-us-on {
  position: relative;
  align-self: stretch;
  font-family: "Nunito Sans", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
}

 .span-az {
  color: #6c757d;
  line-height: 16.8px;
}

 .text-wrapper-9-az {
  color: #212529;
  line-height: 0.1px;
}

 .text-wrapper-10-az {
  color: #212529;
  line-height: var(--body-small-line-height);
  text-decoration: underline;
  font-family: var(--body-small-font-family);
  font-style: var(--body-small-font-style);
  font-weight: var(--body-small-font-weight);
  letter-spacing: var(--body-small-letter-spacing);
  font-size: var(--body-small-font-size);
}
.frame-23-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* width: 1440px; */
  gap: 10px;
  padding: 0px 40px;
  position: relative;
  flex: 0 0 auto;
}

 .frame-24-az {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 30px;
  background: url(https://c.animaapp.com/mgb2az38KaGgmg/img/frame-140.png) 50%
    50% / cover;
}

 .frame-25-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

 .how-it-works-2-az {
  width: 294px;
  gap: 16px;
  flex: 0 0 auto;
  margin-right: -18.00px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

 .browse-packages-4-az {
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #fcfcfc;
  font-size: var(--heading-h4-desktop-font-size);
  line-height: var(--heading-h4-desktop-line-height);
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-h4-desktop-font-family);
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  font-style: var(--heading-h4-desktop-font-style);
}

 .explore-handpicked-3-az {
  font-weight: var(--body-small-font-weight);
  color: #dee2e6;
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
  position: relative;
  align-self: stretch;
  font-family: var(--body-small-font-family);
  letter-spacing: var(--body-small-letter-spacing);
  font-style: var(--body-small-font-style);
}

 .button-6-az {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #fcfcfc;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}

 .blog-card-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  flex-grow: 1;
  position: relative;
  flex: 1;
}

 .rectangle-az {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 240px;
  border-radius: 30px;
  object-fit: cover;
}

 .frame-26-az {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .blog-title-wrapper-az {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .blog-title-az {
  margin-top: -1.00px;
  font-family: var(--heading-h5-desktop-font-family);
  font-weight: var(--heading-h5-desktop-font-weight);
  color: #fcfcfc;
  font-size: var(--heading-h5-desktop-font-size);
  letter-spacing: var(--heading-h5-desktop-letter-spacing);
  line-height: var(--heading-h5-desktop-line-height);
  position: relative;
  flex: 1;
  font-style: var(--heading-h5-desktop-font-style);
}

 .frame-27-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.day-plan-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .day-wrapper-az {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 10px;
  position: relative;
  flex: 0 0 auto;
  background-color: #212529;
  border-radius: 30px;
}

 .day-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #fcfcfc;
  font-size: var(--body-helper-font-size);
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

 .day-title-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h5-desktop-font-family);
  font-weight: var(--heading-h5-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-h5-desktop-font-size);
  letter-spacing: var(--heading-h5-desktop-letter-spacing);
  line-height: var(--heading-h5-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-h5-desktop-font-style);
}

 .icon-swap-13-az {
  width: 24px;
  height: 24px;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/collapse.svg);
  position: relative;
  background-size: 100% 100%;
}

 .description-wrapper-az {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}

 .description-az {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Nunito Sans", Helvetica;
  font-weight: 400;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}
 .text-wrapper-11-az {
  font-weight:600;
  line-height: var(--body-base-line-height);
  font-family: var(--body-base-font-family);
  font-style: var(--body-base-font-style);
  letter-spacing: var(--body-base-letter-spacing);
  font-size:16px;
}
.icon-swap-12-az {
  width: 32px;
  height: 32px;
  background-image: url("../img//Next.png");
  position: relative;
  background-size: 100% 100%;
}
.text-wrapper-12-az {
  line-height: 24px;
}

 .day-plan-2-az {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.explore-handpicked-3-az {
  font-weight: var(--body-small-font-weight);
  color: #dee2e6;
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
  position: relative;
  align-self: stretch;
  font-family: var(--body-small-font-family);
  letter-spacing: var(--body-small-letter-spacing);
  font-style: var(--body-small-font-style);
}
.icon-swap-14-az {
  width: 24px;
  height: 24px;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/down.svg);
  position: relative;
  background-size: 100% 100%;
}
.icon-swap-15-az {
  width: 32px;
  height: 32px;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/down.svg);
  position: relative;
  background-size: 100% 100%;
}

.inclusion-az {
  display: flex;
  flex-direction: column;
  max-width: 316px;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  align-self: stretch;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}
.inclusion-py {
  display: flex;
  flex-direction: column;
  
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  align-self: stretch;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
}
.icon-button-3-az {
  width: 64px;
  height: 64px;
  padding: 12px;
  background-color: #cef2ce;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

 .icon-swap-16-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img//Icon\ Swap\ \(2\).png");
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-17-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/meal-1.svg);
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-18-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img//Icon\ Swap\ \(3\).png");
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-19-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img//Icon\ Swap\ \(4\).png");
  position: relative;
  background-size: 100% 100%;
}

.icon-swap-20-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img//Icon\ Swap\ \(5\).png");
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-21-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img//Icon\ Swap\ \(6\).png");
  position: relative;
  background-size: 100% 100%;
}

.icon-button-4-az {
  width: 64px;
  height: 64px;
  padding: 12px;
  background-color: #f8e6e6;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

 .icon-swap-22-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img//Ticket.png");
  position: relative;
  background-size: 100% 100%;
}

.icon-swap-124-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img//Icon\ Swap\ \(8\).png");
  position: relative;
  background-size: 100% 100%;
}
 .icon-swap-23-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/shopping-1.svg);
  position: relative;
  background-size: 100% 100%;
}

.icon-swap-24-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/event-1.svg);
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-25-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/bank-1.svg);
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-26-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img//Insurance.png");
  position: relative;
  background-size: 100% 100%;
}

 .icon-swap-27-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img//Icon\ Swap\ \(12\).png");
  position: relative;
  background-size: 100% 100%;
}
.icon-swap-130-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/Icon\ Swap\ \(10\).png");
  position: relative;
  background-size: 100% 100%;
}
.icon-swap-131-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/Vehicle.png");
  position: relative;
  background-size: 100% 100%;
}
.icon-swap-132-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/Icon\ Swap\ \(10\).png");
  position: relative;
  background-size: 100% 100%;
}
.icon-swap-133-az {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/Accomodation.png");
  position: relative;
  background-size: 100% 100%;
}


 .frame-29-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .frame-30-az {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

 .frame-31-az {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ecccff;
}

 .text-wrapper-14-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h2-desktop-font-family);
  font-weight: var(--heading-h2-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-h2-desktop-font-size);
  letter-spacing: var(--heading-h2-desktop-letter-spacing);
  line-height: var(--heading-h2-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-h2-desktop-font-style);
}

 .icon-swap-28-az {
  width: 19px;
  height: 19px;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/right.svg);
  position: relative;
  background-size: 100% 100%;
}
.text-wrapper-13-az {
  position: relative;
  flex: 1;
  font-family: var(--heading-h4-desktop-font-family);
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-h4-desktop-font-size);
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  line-height: var(--heading-h4-desktop-line-height);
  font-style: var(--heading-h4-desktop-font-style);
}
.frame-33-az {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

 .tags-az {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f7ecfc;
  border-radius: 30px;
}

 .icon-swap-29-az {
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/solo.svg);
  position: relative;
  background-size: 100% 100%;
}

 .solo-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #733399;
  font-size: var(--body-helper-font-size);
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

 .tags-2-az {
  background-color: #e8f6ea;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
}

 .icon-swap-30-az {
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/couple.svg);
  position: relative;
  background-size: 100% 100%;
}

 .couple-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #26722d;
  font-size: var(--body-helper-font-size);
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

 .package-name-az {
  position: relative;
  align-self: stretch;
  font-family: var(--heading-h4-desktop-font-family);
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-h4-desktop-font-size);
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  line-height: var(--heading-h4-desktop-line-height);
  font-style: var(--heading-h4-desktop-font-style);
}

 .frame-34-az {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.price-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h4-desktop-font-family);
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #212529;
  font-size: var(--heading-h4-desktop-font-size);
  letter-spacing: var(--heading-h4-desktop-letter-spacing);
  line-height: var(--heading-h4-desktop-line-height);
  white-space: nowrap;
  font-style: var(--heading-h4-desktop-font-style);
}

 .sale-az {
  position: relative;
  width: fit-content;
  font-family: var(--body-base-font-family);
  font-weight: var(--body-base-font-weight);
  color: #6c757d;
  font-size: var(--body-base-font-size);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  white-space: nowrap;
  font-style: var(--body-base-font-style);
}

 .text-wrapper-15-az {
  text-decoration: line-through;
  font-family: var(--body-base-font-family);
  font-style: var(--body-base-font-style);
  font-weight: var(--body-base-font-weight);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  font-size: var(--body-base-font-size);
}

 .frame-35-az {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #dee2e6;
  border-radius: 30px;
}

 .text-wrapper-16-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-micro-font-family);
  font-weight: var(--body-micro-font-weight);
  color: #6c757d;
  font-size: var(--body-micro-font-size);
  letter-spacing: var(--body-micro-letter-spacing);
  line-height: var(--body-micro-line-height);
  white-space: nowrap;
  font-style: var(--body-micro-font-style);
}

 .frame-36-az {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #ff7700;
  border-radius: 30px;
}

.icon-swap-31-az {
  width: 12px;
  height: 12px;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/offer-2.svg);
  position: relative;
  background-size: 100% 100%;
}
 .img-az {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 240px;
  border-radius: 30px 30px 0px 0px;
  object-fit: cover;
}
 .frame-37-az {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

 .text-wrapper-17-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-mini-b-font-family);
  font-weight: var(--body-mini-b-font-weight);
  color: #fcfcfc;
  font-size: var(--body-mini-b-font-size);
  letter-spacing: var(--body-mini-b-letter-spacing);
  line-height: var(--body-mini-b-line-height);
  white-space: nowrap;
  font-style: var(--body-mini-b-font-style);
}

.button-7-az {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #212529;
}

.tags-3-az {
  background-color: #f7f4e8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
}

.icon-swap-32-az {
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/family.svg);
  position: relative;
  background-size: 100% 100%;
}

 .family-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #5b563d;
  font-size: var(--body-helper-font-size);
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

 .tags-4-az {
  background-color: #e6f5f8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
}

.icon-swap-33-az {
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mgb2az38KaGgmg/img/group.svg);
  position: relative;
  background-size: 100% 100%;
}

 .group-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-helper-font-family);
  font-weight: var(--body-helper-font-weight);
  color: #35707c;
  font-size: var(--body-helper-font-size);
  letter-spacing: var(--body-helper-letter-spacing);
  line-height: var(--body-helper-line-height);
  white-space: nowrap;
  font-style: var(--body-helper-font-style);
}

 .tour-card-2-az {
  display: flex;
  flex-direction: column;
  width: 320px;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  margin-right: -16.00px;
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid;
  border-color: #dee2e6;
}

 .footer-az {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: flex-start;
  gap: 10px;
  padding: 40px;
  position: relative;
  flex: 0 0 auto;
  background-color: transparent;
}

 .frame-38-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #212529;
  border-radius: 30px;
}

 .frame-39-az {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.price-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  background-color: #fcfcfc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #212529;
  transition: all 0.3s ease;
}

 .price-btn:hover {
  background-color: #212529;
  color: #fcfcfc;
  transform: scale(1.1);
}

 .price-btn:active {
  transform: scale(0.95);
}
.price-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
  .price-range-container {
      border-radius: 10px;
      width: 320px;
    }

    .price-range-container h3 {
      margin-bottom: 15px;
      font-size: 18px;
      color: #333;
      font-weight: 600;
      font-family: "Nunito Sans", Helvetica;
    }

    .inputs {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 15px;
       font-family: "Nunito Sans", Helvetica;
    }

    .input-box {
      display: flex;
      align-items: center;
      background: #f0f0f0;
      padding: 6px 10px;
      border-radius: 20px;
       font-family: "Nunito Sans", Helvetica;
       font-weight: 600;
    }
   label{
    font-family:"Nunito Sans", Helvetica ;
    font-weight: 600;
   }
    .input-box label {
      color: #555;
      font-size: 14px;
      margin-right: 4px;
    }

    .input-box input {
      width: 70px;
      border: none;
      background: transparent;
      font-size: 14px;
      color: #000;
      outline: none;
    }

    .dash {
      font-size: 20px;
      color: #999;
      margin: 0 5px;
    }

    .slider {
      height: 5px;
      position: relative;
      background: #ddd;
      border-radius: 5px;
    }

    .slider .progress {
      height: 5px;
      position: absolute;
      left: 0%;
      right: 0%;
      background: #FF7700;
      border-radius: 5px;
    }

    .range-input {
      position: relative;
    }

    .range-input input {
      position: absolute;
      width: 100%;
      top: -5px;
      height: 5px;
      background: none;
      pointer-events: none;
      -webkit-appearance: none;
    }

    input[type="range"]::-webkit-slider-thumb {
      height: 16px;
      width: 16px;
      border-radius: 50%;
      background: #FF7700;
      pointer-events: auto;
      -webkit-appearance: none;
    }

    input[type="range"]::-moz-range-thumb {
      height: 16px;
      width: 16px;
      border-radius: 50%;
      background: #FF7700;
      pointer-events: auto;
      border: none;
    }
    /* Swiper navigation buttons */
    /* Make Swiper arrows smaller */
.swiper-button-next,
.swiper-button-prev {
  width: 30px;          /* adjust size */
  height: 30px;
  background: white;  /* optional background */
  border-radius: 50%;   /* round shape */
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;  /* icon size */
  color: #212529;     /* arrow color */
}


    .swiper-button-prev:hover,
    .swiper-button-next:hover {
      color: #ff6f61;
    }

    /* Pagination dots */
    .swiper-pagination-bullet {
      background: #ff6f61;
      opacity: 0.6;
    }

    .swiper-pagination-bullet-active {
      opacity: 1;
    }
    /* pop up  */
     .popup {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
      justify-content: center;
      align-items: center;
      z-index: 999;
    }

    .popup.active { display: flex; }

    .popup-content {
      position: relative;
      display: flex;
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      width: 750px;
      max-width: 90%;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
      animation: fadeIn 0.3s ease;
    }

    @keyframes fadeIn {
      from { transform: scale(0.95); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }

    .progress-steps {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      margin: 10px 0 20px 0;
    }

    .progress-step {
      flex: 1;
      height: 6px;
      background: #ddd;
      border-radius: 5px;
      transition: background 0.3s;
    }

    .progress-step.active {
      background: #FF7700;
    }

    .left {
    background-image: url("../img/bg-pop-img.png");
    background-size: cover;
      color: white;
      padding: 40px 30px;
      width: 45%;
      text-align: center;
      transition: background 0.5s ease;
    }

    .slogan {
      margin-top: 40px;
    }

    .slogan h2 {
      margin: 8px 0;
      font-size: 32px;
      font-weight: 800;
      font-family: "Otomanopee One", Helvetica;
      
    }

    .slogan h2:nth-child(1) { color: #ff4b4b;
     }
    .slogan h2:nth-child(2) { color: #ffcc00; }
    .slogan h2:nth-child(3) { color: #00c04b; }

    .points {
      margin-top: 40px;
      font-size: 16px;
      line-height: 1.8;
       font-family:"Nunito Sans", Helvetica ;
    }

    .points div 
    { 
      margin: 10px 0;
      font-size: 20px;
     }
    .points span
     { 
      color: #FF7700; 
      font-weight: 700;
      font-size: 32px;
       margin-right: 6px;
       }

    .right {
      width: 55%;
      padding: 40px;
      background: #fff;
      color: #111;
      display: flex;
      flex-direction: column;
    }

    .right header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 24px;
      font-family:"Nunito Sans", Helvetica ;
    }
    .right header h4 { font-weight: 500; }

    .close {
      cursor: pointer;
      font-size: 26px;
      color: #666;
      
    }
    .booknow{
      margin-bottom: 20px;
    }
    label {
      display: block;
      font-size: 14px;
      margin-top: 10px;
      font-weight: 600;
      
    }

   .enquiry-input, select {

      width: 100%;
      height: 48px;
      padding: 10px;
      margin-top: 15px;
      border-radius: 8px;
      border: 1px solid #DEE2E6;
      font-weight: 400;
      color: #6C757D;
      font-size: 15px;
    }
  
    .calendar { margin-top: 10px; }

    .calendar header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
       
    }

    .calendar-grid {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      text-align: center;
      font-family:"Nunito Sans", Helvetica ;
       font-size: 12px;

    }

    .calendar-grid div {
      padding: 12px ;
      cursor: pointer;
      border: 1px solid #DEE2E6;
      transition: background 0.2s ease;
    }

    /* .calendar-grid div:hover 
    { 
      background: rgba(0, 0, 0, 0.05);
     } */

    .calendar-grid .selected {
      background: #ff6600;
      color: white;
      font-weight: 700;
      font-size: 12px;
    }

    .form-fields, .extra-fields, .success-message {
      display: none;
      font-weight: 500;
      margin-top: 20px;
      animation: fadeIn 0.3s ease;
      font-family:"Nunito Sans", Helvetica ;
    }
    .actions {
      display: flex;
      justify-content: flex-end;
      gap: 10px;
      margin-top: 30px;
    }

    .btn {
      border: none;
      border-radius: 25px;
      padding: 10px 25px;
      font-size: 15px;
      cursor: pointer;
      transition: 0.3s ease;
      
    }

    .btn-light {
      background: white;
      color: black;
      border: 1px solid #ccc;
      font-family:"Nunito Sans", Helvetica ;
      
    }

    .btn-dark {
      background: #111;
      color: white;
       font-family:"Nunito Sans", Helvetica ;
    }

    /* .btn:hover { opacity: 0.8; } */
    .success-message {
      text-align: center;
      font-size: 22px;
      font-weight: 700;
      color: #212529;
    }
    .b-line{
      border: none;
      background: none;
      font-size: 28px;
      color: #333;
      cursor: pointer;
      padding: 8px 12px;
      transition: color 0.3s ease;
    }
    /* about  */
    .icon-button-3-about {
  width: 74px;
  height: 74px;
  padding: 12px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.frame-21-about {
  align-items: center;
  gap: 32px;
  flex: 0 0 auto;
  justify-content: center;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  
  
}
.frame-21-py {
  align-items: center;
  gap: 32px;
  flex: 0 0 auto;
  justify-content: center;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}
.frame-wrapper-about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
text-align: center;
  
}

.text-wrapper-3-about {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h2-desktop-font-family);
  font-weight: var(--heading-h2-desktop-font-weight);
  color: #212529;
  font-size: clamp(1.5rem, 4vw, var(--heading-h2-desktop-font-size));
  letter-spacing: var(--heading-h2-desktop-letter-spacing);
  line-height: var(--heading-h2-desktop-line-height);
  font-style: var(--heading-h2-desktop-font-style);
 text-align: center;
}
.text-wrapper-3-about-our {
  position: relative;
  width: 100%;
  margin-top: -1.00px;
  font-family: var(--heading-h2-desktop-font-family);
  font-weight: var(--heading-h2-desktop-font-weight);
  color: #212529;
  font-size: clamp(1.5rem, 4vw, var(--heading-h2-desktop-font-size));
  letter-spacing: var(--heading-h2-desktop-letter-spacing);
  line-height: var(--heading-h2-desktop-line-height);
  font-style: var(--heading-h2-desktop-font-style);
 text-align: center;
 align-items: center;
 margin-bottom: 10px;
 
}
 .div-2-about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  text-align: left
}
.icon-swap-about-1 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/earth.png");
  position: relative;
 
}
.icon-swap-about-2 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/archer.png");
  position: relative;
  
}
.icon-swap-about-3 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/timer.png");
  position: relative;
  
}
.icon-swap-about-4 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img//rocket.png");
  position: relative;
 
}
.icon-swap-py-1 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/Frame\ \(6\).png");
  position: relative;
 
}
.icon-swap-py-2 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/icon\ \(4\).png");
  position: relative;
  
}
.icon-swap-py-3 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/icon\ \(3\).png");
  position: relative;
  
}
.icon-swap-py-4 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/icon\ \(2\).png");
  position: relative;
 
}
/* curise */
.icon-swap-curise-1 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/curise-1\ \(1\).png");
  position: relative;
 
}
.icon-swap-curise-2 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/curise-1\ \(4\).png");
  position: relative;
  
}
.icon-swap-curise-3 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/curise-1\ \(3\).png");
  position: relative;
  
}
.icon-swap-curise-4 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/curise-1\ \(2\).png");
  position: relative;
 
}
/*  */
.icon-swap-escape-1 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/Frame.png");
  position: relative;
 
}
.icon-swap-escape-2 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/Frame\ \(1\).png");
  position: relative;
  
}
.icon-swap-escape-3 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/Frame\ \(2\).png");
  position: relative;
  
}
.icon-swap-escape-4 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/Frame\ \(3\).png");
  position: relative;
 
}
.icon-swap-escape-5 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/Frame\ \(4\).png");
  position: relative;
  
}
.icon-swap-escape-6 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/Frame\ \(5\).png");
  position: relative;
  
}
/* curise-icon */
.icon-swap-curise-1 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/curise-icon\ \(6\).png");
  position: relative;
 
}
.icon-swap-curise-2 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/curise-icon\ \(5\).png");
  position: relative;
  
}
.icon-swap-curise-3 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/curise-icon\ \(4\).png");
  position: relative;
  
}
.icon-swap-curise-4 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/curise-icon\ \(3\).png");
  position: relative;
 
}
.icon-swap-curise-5 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/curise-icon\ \(2\).png");
  position: relative;
  
}
.icon-swap-curise-6 {
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../img/curise-icon\ \(1\).png");
  position: relative;
  
}
/*  */
.frame-31-about {
  background-color: #a3efff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
}

.frame-16-about {
  background-color: #ffe366;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
}
 .travel-section {
      padding: 80px 0;
    }

    .travel-image img {
      width: 100%;
      border-radius: 20px;
      object-fit: cover;
    }
.travel-image-1 img {
      width: 100%;
      object-fit: cover;
    }
    .travel-text h1 {
      font-weight: 700;
      font-size: clamp(1.8rem, 4vw, 2.5rem);
      line-height: 1.3;
      font-family: "Nunito Sans", Helvetica;
    }

    .highlight {
      background-color: #a3efff; /* default blue highlight */
      padding: 2px 8px;
      display: inline-block;
    }

    .highlight.green { background-color: #9EFFA8;margin: 6px; }
    .highlight.purple { background-color: #ECCCFF; margin: 6px; }
    .highlight.blue { background-color: #A3EFFF; margin: 6px; }

    .travel-text p {
      color: #555;
      margin-top: 15px;
      font-size: 1rem;
      line-height: 150%;
      font-family: "Nunito Sans", Helvetica;
    }

    .travel-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 10px;
      margin-top: 25px;
      font-family:"Nunito Sans", Helvetica; 
    }
.travel-list-1 {
      display: flex;
      gap: 20px;
      margin-top: 30px;
      font-size: 15px;
      font-family:"Nunito Sans", Helvetica; 
    }
    .travel-list span {
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 500;
      color: #333;
    }
    .travel-list-1 span {
      display: flex;
      align-items: center;
      padding: 15px;
      font-size: 40px;
      font-weight: 700;
      gap: 8px;
      color: #212529;
      
    }


    .travel-btn {
      margin-top: 25px;
    }

    .travel-btn  button  {
      background-color: #000;
      color: #fff;
      border: none;
      height: 51px;
      border-radius: 50px;
      padding: 10px 25px;
      font-weight: 500;
      font-family: "Nunito Sans", Helvetica;
      transition: all 0.3s ease;
    }

    .travel-btn button:hover {
      background-color: #333;
    }

    @media (max-width: 768px) {
      .travel-section {
        padding: 0px ;
      }
      .travel-text {
        text-align: center;
      }
      .travel-btn {
        justify-content: center;
        display: flex;
      }
    }
    .social-review-section {
      padding: 30px 0;
      display: flex;
      justify-content: center;
      text-align: center;
      
      
    }
.breadcrumb{
  padding: 15px;
}
    .section-box {
      border-radius: 20px;
      padding: 40px 30px;
      width: 700px;
      height: 91%;
      margin: 20px;
       
    }
    .social-media{
      display: flex;
    }

    .social-box {
      background-color: #E0FFE3;
    }

    .review-box {
      background-color: #E5FBFF
    }

    h3 {
      font-weight: 700;
      font-size: clamp(1.5rem, 3vw, 2rem);
      margin-bottom: 25px;
    }

    .highlight-yellow {
      background-color: #ffe366;
      padding: 3px 8px;
      display: inline-block;
    }

    .highlight-purple {
      background-color: #e7d3ff;
      padding: 3px 8px;
      display: inline-block;
    }

    /* Instagram-style grid */
    .insta-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 6px;
      margin-top: 15px;
    }

    .insta-grid img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px;
    }

    .insta-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    .insta-header img {
      width: 45px;
      border-radius: 50%;
    }

    .review-card {
      background: #fff;
      border-radius: 16px;
      padding: 20px;
      box-shadow: 0 3px 8px rgba(0,0,0,0.1);
      text-align: center;
      
    }

    .review-card  {
      border-radius: 12px;
      width: 100%;
      height: 492px;
      object-fit: cover;
    }

    .stars {
      color: #f8b400;
    }

    .review-author {
      font-weight: 600;
      margin-top: 5px;
    }

    @media (max-width: 768px) {
      .social-review-section {
        padding: 50px 0;
        display: contents;
      }
      .hero-content{
    background-color: #212529CC;
    border-radius: 30px;
    padding: 40px;
    max-width: 300px;
    margin-left: 1%;
    
}
      .section-box {
        padding: 30px 20px;
        text-align: center;
        width: 360px;
        margin: 10px;
        
      }

      .insta-header {
        justify-content: center;
      }
    }
    .form-check-input:checked {
  background-color: #FF7700 !important;
  border-color: #FF7700 !important;
  font-family:"Nunito Sans", Helvetica ;
}
.form-check{
  font-family: "Nunito Sans", Helvetica;

  
}
.form-check-label{
 text-align:center;
}