:root {
  --primary-red: #9D0B0B;
  --primary-red-hover: #8a0a0a;
  --white: #fcfcfc;
  --black: #212529;
  --gray: #8f8a8c;
  --light-gray: #dee2e6;
  --yellow: #ffe366;
  --green: #9effa8;
  --blue: #a3efff;
  --purple: #ecccff;
  --orange: #ff7700;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 500;
    margin: 0 5px;
    color: #ffffff;
    transition: color 0.3s ease;
  }
}

.itineraries-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #fcfcfc;
  width: 100%;
  overflow-x: hidden;
}

.custom-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d3dce6;
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  appearance: none;
  /* Remove default arrow */
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg stroke='black' stroke-width='2' fill='none' height='14' width='14' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
}

.custom-select-en {
  width: 100%;
  padding-right: 28px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  appearance: none;
  /* Remove default arrow */
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg stroke='black' stroke-width='2' fill='none' height='18' width='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
}

.custom-select:focus {
  border-color: var(--primary-red);
  outline: none;
  box-shadow: 0 0 0 1px var(--primary-red);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;

  z-index: 1000;
}

.logo {
  position: relative;
  width: 172.56px;
  height: 40px;
  object-fit: cover;
}

.nav-menu {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  /* padding: 8px 0px 8px 16px; */
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
}

.mobile-menu-toggle {
  display: none;
  width: 60px;
  height: 60px;
  background: none;
  margin: 20px;
  border-radius: 30px;
  border-color: 1px solid;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #212529;
  transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.nav-title-upd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

/* .nav-title-upd:hover {
  background-color: #f8f9fa;
  
} */
.nav-title:hover {
  color: var(--primary-red);
}

.nav-title {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #212529;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24.0px;
  white-space: nowrap;
  cursor: pointer;
}

.div-az {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 10px;
  border: 1px solid transparent;
  gap: 10px;
  padding: 14px 16px;
  position: relative;
  flex: 0 0 auto;
  color: #F1F1F1;
  background-color: var(--primary-red);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.div-az:hover {
  background-color: #FFFFFF !important;
  /* remove bg */
  color: #9D0B0B !important;
  /* text red */
  border: 1px solid #9D0B0B !important;
  /* border red */
}


.img {
  position: relative;
  width: 24px;
  height: 24px;
}

.text-wrapper-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  /* color: #fcfcfc; */
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24.0px;
  white-space: nowrap;
}

.frame-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-2-az {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  /* padding: 20px 40px; */
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-3-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  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;
  flex-wrap: wrap;
}

.text-wrapper-2-az {
  position: relative;
  width: fit-content;
  margin-top: 0px;
  font-family: "Manrope", Helvetica;
  ;
  font-weight: 400;
  color: #6c757d;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 120.00000762939453%;
  white-space: nowrap;
  font-style: normal
}

.icon-swap-az {
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/next.svg);
  background-size: 100% 100%;
}

.div-wrapper-az {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-3-az {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #212529;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 120.00000762939453%;
  font-style: normal;
}

.frame-5-az {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 10px;

}

.frame-6-az {
  position: relative;
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}

.frame-7-az {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.how-it-works {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.explore-handpicked {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  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);
}

.icon-button-az {
  min-width: 43px;
  min-height: 43px;
  gap: 8px;
  padding: 12px;
  position: relative;
  border-radius: 30px;
  border: 1px solid;
  border-color: #212529;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* .icon-button-az:hover {
  background-color:var(--primary-red);

} */

.icon-button-az:hover .icon-swap-2-az .icon-swap-2-az-1 {
  filter: brightness(0) invert(1);
}

.icon-swap-2-az {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/share.svg);
  background-size: 100% 100%;
  transition: filter 0.3s ease;
}

.icon-swap-2-az-1 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url("../images/download-01.svg");
  background-size: 100% 100%;
  transition: filter 0.3s ease;
}

.frame-8-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  flex: 0 0 auto;
}

.frame-8-az-team {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  position: relative;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  flex: 0 0 auto;
}

.frame-9-az {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow-x: auto;
  scrollbar-width: none;
}

.frame-9-az::-webkit-scrollbar {
  display: none;

}

.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;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-az:hover {
  transform: translateY(-2px);
}

.button-2-az {
  position: relative;
  width: fit-content;
  margin-top: -2.00px;
  font-family: "Manrope", Helvetica;
  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-az {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 30px;
  border: 0px none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-3-az:hover {
  background-color: #e9ecef;
}

.button-4-az {
  position: relative;
  width: fit-content;
  font-family: "Manrope", Helvetica;
  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);
}

.frame-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-10-az {
  display: flex;
  min-height: 420px;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.frame-11-az {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 10px;
  /* background: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/frame-19.png) 50% 50% / cover; */
  min-height: 300px;
  object-fit: cover;
  /* same as background-size: cover */
  object-position: 50% 50%;
  width: 644px;
  height: 420px;
}

.frame-12-az {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  max-width: 600px;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  align-self: stretch;
}

.frame-13-az {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.frame-14-az {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 10px;
  min-height: 150px;
  object-fit: cover;
  width: 292px;
  height: 202px;
}

.frame-15-az {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 10px;
  min-height: 150px;
  width: 292px;
  height: 202px;
}

.frame-16-az {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 10px;
  min-height: 150px;
  width: 292px;
  height: 202px;

}

.button-wrapper-az {
  position: absolute;
  top: -7%;
  right: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;

  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: 10px;
  width: 292px;
  height: 202px;
  min-height: 150px;
}

.button-5-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;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-5-az:hover {
  background-color: #e9ecef;
  transform: translateY(-2px);
}

.icon-swap-3-az {
  position: relative;
  width: 19px;
  height: 19px;
  background-image: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/media.svg);
  background-size: 100% 100%;
}

.button-6-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);
}

.frame-17-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-18-az {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1360px;
  min-height: 215px;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 40px;
  position: relative;
  background-color: #000000;
  border-radius: 30px;
  overflow: hidden;
}

.frame-19-az {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.how-it-works-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.img-2 {
  position: relative;
  width: 70px;
  height: 70px;
}

.text-wrapper-4 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  color: #fcfcfc;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24.0px;
  text-align: center;
}

.shape {
  position: absolute;
  top: 80px;
  left: 8px;
  background-size: cover;
  background-position: 50% 50%;
}

.pyramid {
  position: absolute;
  top: 76px;
  right: 15px;
  background-size: cover;
  background-position: 50% 50%;
}

.air-plane {
  position: absolute;
  top: 6px;
  left: 2px;
  background-size: cover;
  background-position: 50% 50%;
}

.tree-png {
  position: absolute;
  top: 10px;
  right: 1px;
  background-size: cover;
  background-position: 50% 50%;
}

.frame-20-az {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-21-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame-22-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-23-az {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-24-az {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.div-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: var(--heading-h4-desktop-font-weight);
  color: #212529;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 120.00000762939453%;
  ;
  font-style: normal;
}

.description {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  font-style: var(--body-base-font-style);
}

.frame-25 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.day-plan {
  display: flex;
  flex-direction: column;
  /* padding: 16px 0px; */
  position: relative;
  align-self: stretch;
  width: 100%;
  border: 1px solid;
  border-color: #dee2e6;
  flex: 0 0 auto;
  margin-bottom: 15px;

  border-radius: 12px;
}

.frame-26-az {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-27-az {
  /* display: inline-flex; */
  /* align-items: center; */
  gap: 16px;
  padding: 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #F1F1F1;
  width: 100%;
  border-radius: 12px 12px 0 0;

}

.frame-27-az-1 {
  display: flex;
  align-items: flex-start;
  align-items: center;
  position: relative;
  align-self: stretch;
  gap: 15px;
  flex: 0 0 auto;
}

.titleline {
  font-size: 14px;
  color: #9D0B0B;
}

.day-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-size: 20px;
  font-weight: 600;
  position: relative;
  flex: 0 0 auto;
}

.day {
  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 {
  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-4 {
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/collapse.svg);
  background-size: 100% 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.icon-swap-4.expanded {
  transform: rotate(180deg);
}

.description-wrapper {

  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;



  border-color: #DEE2E6;
  animation: slideDown 0.3s ease;
}

.description-wrapper-1 {
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 30px;

  border-color: #dee2e6;
  animation: slideDown 0.3s ease;
}

.description-wrapper.show {
  display: flex;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.div-3 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: #212529;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 150%;
  font-style: normal;
}

.span {
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 150%;
  font-style: normal;
}

.span-1 {
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 150%;
  font-style: normal;
}

.day-plan-2 {

  align-items: flex-start;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #dee2e6;
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.day-plan-2:hover {
  background-color: #f8f9fa;
}

.frame-28 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.icon-swap-5 {
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/expand.svg);
  background-size: 100% 100%;
  transition: transform 0.3s ease;
}

.icon-swap-5.expanded {
  transform: rotate(180deg);
}

.frame-29 {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* max-width: 871.8px; */
  align-items: flex-start;
  /* gap: 20px; */
  /* background-color: #DEE2E6; */
  border-radius: 13px;
  /* border: 1px solid; */
  border-color: #dee2e6;
  animation: slideDown 0.3s ease;
  position: relative;
  flex: 0 0 auto;
}

.element-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
  background-color: #F1F1F1;
  padding: 20px;
  border-radius: 12px 12px 0 0;


}

.item {
  position: relative;
  align-self: stretch;
  width: 100%;
  min-height: 30.05px;
}

.frame-30 {
  display: inline-flex;
  /* align-items: center; */
  /* text-align: center; */
  gap: 12px;
  position: relative;
  flex-wrap: wrap;
}

.frame-301 {
  display: inline-flex;
  /* align-items: center; */

  gap: 12px;
  position: relative;
  flex-wrap: wrap;
}

.mask-group {
  position: relative;
  width: 20px;
  height: 31.5px;
}

.accommodation-stay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.accommodation-stay-te {

  position: relative;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}


.text-wrapper-6 {
  font-weight: 700;
}

.text-wrapper-7 {
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

/* .p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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);
  font-style: var(--body-base-font-style);
} */

.text-wrapper-8-az {
  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-31 {
  display: inline-flex;
  /* align-items: center; */
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.frame-32 {
  display: flex;
  /* align-items: center; */
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.div-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-top: -1.00px;
  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-33-az {
  /* align-items: center; */
  /* justify-content: center; */
  gap: 8px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.frame-34-az {
  position: relative;
  flex: 0 0 auto;
}

.entry-fees {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.div-5 {
  position: relative;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  flex: 1;
  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-35-az {
  display: inline-flex;
  /* align-items: center; */
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.entrance-fees {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 799px;
  margin-top: -1.00px;
  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-36 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.frame-37 {
  display: flex;
  flex-direction: column;
  max-width: 440px;
  width: 100%;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 30px;

  border: 1px solid rgba(0, 0, 0, 0.1);
}

.frame-38 {
  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-9-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-39 {
  display: flex;
  align-items: center;
  gap: 27px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.div-6 {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  flex: 1;
  flex-grow: 1;
  flex-direction: column;
  position: relative;
}

.text-wrapper-10 {
  align-self: stretch;
  font-weight: var(--body-mini-b-font-weight);
  color: #6c757d;
  font-size: var(--body-mini-b-font-size);
  line-height: var(--body-mini-b-line-height);
  position: relative;
  font-family: "Manrope", Helvetica;
  letter-spacing: var(--body-mini-b-letter-spacing);
  font-style: var(--body-mini-b-font-style);
}

.button-7 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fcfcfc;
  padding: 16px 24px;
  position: relative;
  border: 1px solid transparent;
  flex: 1;
  flex-grow: 1;
  background-color: var(--primary-red);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-7:hover {
  background-color: transparent !important;
  color: #9D0B0B !important;
  /* text red */
  border: 1px solid #9D0B0B !important;
}

.button-8 {
  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);
}

.frame-40 {
  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;
  cursor: pointer;
  transition: all 0.3s ease;
}

.frame-40:hover {
  background-color: #d0e8d0;
}

.icon-swap-6 {
  position: relative;
  width: 32px;
  height: 32px;
  background-image: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/whatsapp.svg);
  background-size: 100% 100%;
}

.browse-packages {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  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-7 {
  position: relative;
  width: 32px;
  height: 32px;
  background-image: url("../images/icons/Next.svg");
  background-size: 100% 100%;

}

a {
  text-decoration: none;
}

.or-call-us-on {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
}

.text-wrapper-11 {
  color: #6c757d;
  line-height: 16.8px;
}

.text-wrapper-12 {
  color: #212529;
  line-height: 0.1px;
}

.text-wrapper-13 {
  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);
  cursor: pointer;
}

.frame-41 {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 20px #0000000f;
  width: 100%;
  max-width: 440px;
}

.frame-42 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.frame-43 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 40px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #fcfcfc;
}

.text-wrapper-14 {
  position: relative;
  flex: 1;
  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);
}

.icon-swap-8 {
  position: relative;
  width: 19px;
  height: 19px;
  background-size: 100% 100%;
}

.frame-44 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.rectangle {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 8px;
  background-color: #9d0b0b;
  border-radius: 30px;
}

.rectangle-2 {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 8px;
  background-color: #dee2e6;
  border-radius: 30px;
}

.frame-45 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-15 {
  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-46 {
  display: flex;
  height: 44px;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #fcfcfc;
  border-radius: 10px;
  border: 1px solid;
  border-color: #dee2e6;
  cursor: pointer;
}

.frame-47 {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  margin-top: -2.00px;
  margin-bottom: -2.00px;
}

.text-wrapper-16 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  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-48 {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -2.00px;
  margin-bottom: -2.00px;
}

.frame-49 {
  gap: 8px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #fcfcfc;
  border-radius: 10px;
  border: 1px solid;
  border-color: #dee2e6;
  cursor: pointer;
}

.frame-50 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.frame-51 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  min-width: 150px;
}

.frame-52 {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame-53 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.text-wrapper-17 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  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);
}

.frame-54 {
  justify-content: center;
  gap: 20px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #fcfcfc;
  border-radius: 10px;
  border: 1px solid;
  border-color: #dee2e6;
}

.text-wrapper-18 {
  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: #6c757d;
  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-55 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  min-width: 150px;
}

.frame-56 {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame-57 {
  justify-content: center;
  gap: 24px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #fcfcfc;
  border-radius: 10px;
  border: 1px solid;
  border-color: #dee2e6;
}

.frame-58 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.button-9 {
  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: #9d0b0b;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-9:hover {
  background-color: #7a0909;
  transform: translateY(-2px);
}

.icon-swap-9 {
  position: relative;
  width: 19px;
  height: 19px;
  background-image: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/right.svg);
  background-size: 100% 100%;
}

.frame-59 {
  display: flex;
  width: 100%;
  max-width: 1440px;
  align-items: flex-start;
  justify-content: space-around;
  padding: 40px 20px;
  position: relative;
  flex: 0 0 auto;
}

.frame-60 {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  overflow: hidden;
}

.frame-61 {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.rectangle-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8.1px;
  position: relative;
  flex: 0 0 auto;
}

.rectangle-3 {
  position: relative;
  width: 100px;
  height: 621px;
  background-color: #212529;
}

.frame-62 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 8.1px;
  padding: 32.39px;
  position: relative;
  background-color: #212529;
  overflow-x: auto;
  scrollbar-width: none;
}

.frame-62::-webkit-scrollbar {
  display: none;
}

.frame-63 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  flex: 0 0 auto;
}

.frame-64 {
  display: inline-flex;
  align-items: flex-start;
  gap: 58px;
  position: relative;
  flex: 0 0 auto;
}

.testimonial {
  position: relative;
  width: 458.24px;
  height: 245px;
  background-color: #ffffff;
  border-radius: 20px;
  flex-shrink: 0;
}

.vector {
  position: absolute;
  top: 0;
  left: 186px;
  width: 272px;
  height: 245px;
  background-color: #fafafa;
  border-radius: 20px;
}

.image {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 150px;
  height: 218px;
  border-radius: 4px;
  object-fit: cover;
}

.name-company {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.91px;
  position: absolute;
  top: 214px;
  left: 66px;
}

.text-wrapper-19 {
  position: relative;
  width: fit-content;
  margin-top: -0.45px;
  font-family: "Manrope", Helvetica;
  font-weight: 800;
  color: #202020;
  font-size: 8.2px;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper-20 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #808080;
  font-size: 6.4px;
  letter-spacing: 0;
  line-height: normal;
}

.quotes {
  position: absolute;
  top: -2px;
  left: 154px;
  width: 65px;
  height: 47px;
}

.itineraries-page .vector-2 {
  position: absolute;
  top: 227px;
  left: 395px;
  width: 109px;
  height: 9px;
  background-color: #008000;
}

.itineraries-page .vector-3 {
  position: absolute;
  top: 61px;
  left: 170px;
  width: 2px;
  height: 127px;
}

.itineraries-page .flexcontainer {
  width: 239px;
  height: 131px;
  top: 59px;
  left: 189px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.54px;
  position: absolute;
}

.itineraries-page .text {
  position: relative;
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #202020;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.itineraries-page .text-wrapper-21 {
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #202020;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.itineraries-page .vector-4 {
  position: absolute;
  top: 227px;
  left: 395px;
  width: 109px;
  height: 9px;
  background-color: #9d0b0b;
}

.itineraries-page .vector-5 {
  position: absolute;
  top: 61px;
  left: 180px;
  width: 2px;
  height: 127px;
}

.itineraries-page .flexcontainer-2 {
  width: 239px;
  height: 131px;
  top: 59px;
  left: 199px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.54px;
  position: absolute;
}

.itineraries-page .testimonial-2 {
  position: relative;
  width: 458.24px;
  height: 245px;
  background-color: #ffffff;
  flex-shrink: 0;
}

.itineraries-page .vector-6 {
  position: absolute;
  top: 0;
  left: 186px;
  width: 272px;
  height: 245px;
  background-color: #fafafa;
}

.itineraries-page .image-2 {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 38px;
  height: 218px;
  border-radius: 4px;
  object-fit: cover;
}

.itineraries-page .text-wrapper-22 {
  position: absolute;
  width: 48.48%;
  height: 22.45%;
  top: 9.26%;
  left: 49.50%;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  color: #202020;
  font-size: 21.8px;
  letter-spacing: 0;
  line-height: 27.2px;
}

.itineraries-page .quotes-2 {
  top: -3092px;
  left: -6336px;
  position: absolute;
  width: 41px;
  height: 41px;
}

.itineraries-page .vector-7 {
  position: absolute;
  top: -3092px;
  left: -6336px;
  width: 127px;
  height: 1px;
}

.itineraries-page .flexcontainer-3 {
  width: 216px;
  height: 104px;
  top: 91px;
  left: 229px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.54px;
  position: absolute;
}

.itineraries-page .span-wrapper {
  align-self: stretch;
  font-weight: 500;
  color: #202020;
  font-size: 7.3px;
  line-height: 11.8px;
  position: relative;
  font-family: "Manrope", Helvetica;
  letter-spacing: 0;
}

.itineraries-page .text-wrapper-23 {
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: #202020;
  font-size: 7.3px;
  letter-spacing: 0;
  line-height: 11.8px;
}

.itineraries-page .quotes-3 {
  top: -2px;
  left: 178px;
  position: absolute;
  width: 41px;
  height: 41px;
}

.itineraries-page .vector-8 {
  position: absolute;
  top: 227px;
  left: 395px;
  width: 109px;
  height: 9px;
  background-color: #733399;
}

.itineraries-page .vector-9 {
  position: absolute;
  top: 66px;
  left: 170px;
  width: 2px;
  height: 127px;
}

.itineraries-page .flexcontainer-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.54px;
  position: absolute;
  width: 241px;
  height: 131px;
  top: 64px;
  left: 190px;
}

.itineraries-page .vector-10 {
  position: absolute;
  top: 227px;
  left: 395px;
  width: 109px;
  height: 9px;
  background-color: #fea500;
}

.itineraries-page .text-wrapper-24 {
  position: absolute;
  width: 48.48%;
  height: 11.43%;
  top: 9.26%;
  left: 49.50%;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  color: #202020;
  font-size: 21.8px;
  letter-spacing: 0;
  line-height: 27.2px;
}

.itineraries-page .quotes-4 {
  top: -3385px;
  left: -6336px;
  position: absolute;
  width: 41px;
  height: 41px;
}

.itineraries-page .vector-11 {
  position: absolute;
  top: 227px;
  left: 395px;
  width: 109px;
  height: 9px;
  background-color: #2d8985;
}

.itineraries-page .vector-12 {
  position: absolute;
  top: -3385px;
  left: -6336px;
  width: 127px;
  height: 1px;
}

.itineraries-page .image-3 {
  position: absolute;
  top: -3385px;
  left: -6852px;
  width: 150px;
  height: 218px;
  object-fit: cover;
}

.itineraries-page .quotes-5 {
  top: -3385px;
  left: -6852px;
  position: absolute;
  width: 41px;
  height: 41px;
}

.itineraries-page .vector-13 {
  position: absolute;
  top: -3385px;
  left: -6852px;
  width: 127px;
  height: 1px;
}

.itineraries-page .vector-14 {
  position: absolute;
  top: 42px;
  left: 331px;
  width: 71px;
  height: 618px;
}

.itineraries-page .frame-65 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  position: absolute;
  top: 176px;
  left: 40px;
}

.itineraries-page .frame-66 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18.62px;
  position: relative;
  flex: 0 0 auto;
}

.itineraries-page .text-wrapper-25 {
  position: relative;
  max-width: 328.75px;
  margin-top: -0.81px;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  color: #fcfcfc;
  font-size: 38.1px;
  letter-spacing: 0;
  line-height: 45.7px;
}

.itineraries-page .text-wrapper-26 {
  position: relative;
  max-width: 322.27px;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: #fcfcfc;
  font-size: 15.4px;
  letter-spacing: 0;
  line-height: 18.5px;
}

.itineraries-page .frame-67 {
  display: inline-flex;
  align-items: center;
  gap: 18.82px;
  position: relative;
  flex: 0 0 auto;
}

.itineraries-page .frame-68 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9.56px;
  padding: 13.38px 17.2px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ff7700;
  border-radius: 7.65px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.itineraries-page .frame-68:hover {
  background-color: #e66900;
}

.itineraries-page .text-wrapper-27 {
  position: relative;
  width: fit-content;
  margin-top: -0.96px;
  font-family: "Outfit", Helvetica;
  font-weight: 500;
  color: #fcfcfc;
  font-size: 15.7px;
  letter-spacing: 0;
  line-height: 18.8px;
  white-space: nowrap;
}

.itineraries-page .image-4 {
  position: relative;
  width: 124.38px;
  height: 50.2px;
  object-fit: cover;
}

.itineraries-page .frame-69 {
  display: inline-flex;
  align-items: center;
  gap: 23.48px;
  position: relative;
  flex: 0 0 auto;
}

.itineraries-page .icon-swap-wrapper {
  width: 38.87px;
  height: 38.87px;
  gap: 5.67px;
  padding: 6.48px;
  position: relative;
  background-color: #fcfcfc;
  border-radius: 24.83px;
  border: 0.81px solid;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.itineraries-page .icon-swap-wrapper:hover {
  background-color: #e9ecef;
}

.itineraries-page .icon-swap-10 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/previous.svg);
  background-size: 100% 100%;
}

.itineraries-page .icon-button-2 {
  width: 38.87px;
  height: 38.87px;
  gap: 5.67px;
  padding: 6.48px;
  position: relative;
  background-color: #fcfcfc;
  border-radius: 24.83px;
  border: 0.81px solid;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.itineraries-page .icon-button-2:hover {
  background-color: #e9ecef;
}

.itineraries-page .previous-wrapper {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.itineraries-page .previous {
  position: absolute;
  width: 100%;
  height: 100.00%;
  top: 0;
  left: 0;
  transform: rotate(-180deg);
}

.itineraries-page .frame-70 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.itineraries-page .frame-71 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.itineraries-page .frame-72 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ecccff;
}

.itineraries-page .frame-73 {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 10px;
}

.itineraries-page .frame-73::-webkit-scrollbar {
  display: none;
}

.itineraries-page .frame-74 {
  flex-direction: column;
  width: 321.71px;
  min-width: 280px;
  align-items: flex-start;
  box-shadow: 0px 0px 20px #0000001a;
  display: flex;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.itineraries-page .frame-74:hover {
  transform: translateY(-5px);
}

.itineraries-page .image-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 324.39px;
  border-radius: 20px 20px 0px 0px;
  object-fit: cover;
}

.itineraries-page .frame-75 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  padding: 16px 22px;
  position: relative;
  margin-top: -16px;
  background-color: #ffffff;
  border-radius: 0px 0px 21.16px 21.16px;
  border: 1.06px solid;
  border-color: #d7d7d7;
  box-shadow: 0px 0px 20px #0000000d;
}

.itineraries-page .frame-76 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  position: relative;
  flex: 0 0 auto;
}

.itineraries-page .frame-77 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 29.63px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.itineraries-page .frame-78 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9.52px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.itineraries-page .frame-79 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4.23px;
  position: relative;
  flex: 0 0 auto;
}

.itineraries-page .frame-80 {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4.23px;
  position: relative;
  flex: 0 0 auto;
}

.itineraries-page .img-3 {
  position: relative;
  width: 18px;
  height: 18px;
}

.itineraries-page .text-wrapper-28 {
  position: relative;
  width: fit-content;
  margin-top: -1.06px;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: #9d0b0b;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19.2px;
  white-space: nowrap;
}

.itineraries-page .ellipse {
  position: relative;
  width: 4.23px;
  height: 4.23px;
  background-color: #9d0b0b;
  border-radius: 2.12px;
}

.itineraries-page .text-wrapper-29 {
  position: relative;
  width: 100%;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20.4px;
}

.itineraries-page .frame-81 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12.7px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.itineraries-page .frame-82 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.itineraries-page .frame-83 {
  display: flex;
  align-items: center;
  gap: 4.23px;
  position: relative;
}

.itineraries-page .text-wrapper-30 {
  position: relative;
  width: fit-content;
  margin-top: -0.56px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #8f8a8c;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
  white-space: nowrap;
}

.itineraries-page .frame-84 {
  display: flex;
  align-items: center;
  gap: 5.29px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.itineraries-page .text-wrapper-31 {
  width: fit-content;
  margin-top: -0.56px;
  font-weight: 600;
  color: #8f8a8c;
  font-size: 14px;
  line-height: 16.8px;
  white-space: nowrap;
  position: relative;
  font-family: "Manrope", Helvetica;
  letter-spacing: 0;
}

.itineraries-page .frame-85 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.itineraries-page .frame-86 {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.itineraries-page .frame-87 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12.7px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.itineraries-page .text-wrapper-32 {
  position: relative;
  align-self: stretch;
  margin-top: -1.06px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #8f8a8c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19.2px;
}

.itineraries-page .frame-88 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.itineraries-page .text-wrapper-33 {
  position: relative;
  width: fit-content;
  margin-top: -1.06px;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  color: #3d4152;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24.0px;
  white-space: nowrap;
}

.itineraries-page .text-wrapper-34 {
  position: relative;
  width: fit-content;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  color: #7d817d;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19.2px;
  white-space: nowrap;
}

.itineraries-page .frame-89 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10.58px;
  padding: 14.82px 19.05px;
  position: relative;
  flex: 0 0 auto;
  background-color: #9d0b0b;
  border-radius: 8.47px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.itineraries-page .frame-89:hover {
  background-color: #7a0909;
  transform: translateY(-2px);
}

.itineraries-page .text-wrapper-35 {
  position: relative;
  width: fit-content;
  margin-top: -1.06px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #fcfcfc;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21.6px;
  white-space: nowrap;
}

.itineraries-page .line {
  top: 162px;
  left: 17px;
  width: 297px;
  position: absolute;
  height: 1px;
}

.itineraries-page .frame-90 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.itineraries-page .frame-91 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.itineraries-page .icon-button-3 {
  width: 48px;
  height: 48px;
  gap: 8px;
  padding: 8px;
  position: absolute;
  top: calc(50.00% - 24px);
  left: 13px;
  background-color: #fcfcfc;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.itineraries-page .icon-button-3:hover {
  background-color: #e9ecef;
}

.itineraries-page .icon-button-4 {
  width: 48px;
  height: 48px;
  gap: 8px;
  padding: 8px;
  position: absolute;
  top: calc(50.00% - 24px);
  right: 13px;
  background-color: #fcfcfc;
  border-radius: 30px;
  border: 1px solid;
  border-color: #dee2e6;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.itineraries-page .icon-button-4:hover {
  background-color: #e9ecef;
}

.icon-swap-11 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/next.svg);
  background-size: 100% 100%;
}

.frame-92 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 32px;
  padding: 40px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-93 {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-94 {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  overflow: hidden;
}

.frame-95 {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.rectangle-4 {
  position: relative;
  width: 100px;
  height: 420px;
  background-color: #212529;
}

.frame-96 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 24px;
  padding: 42.56px;
  position: relative;
  background-color: #212529;
  overflow-x: auto;
  scrollbar-width: none;
}

.frame-96::-webkit-scrollbar {
  display: none;
}

.blog-card {
  display: flex;
  flex-direction: column;
  width: 315.34px;
  min-width: 280px;
  align-items: flex-start;
  justify-content: center;
  gap: 31.53px;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.rectangle-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 210.23px;
  border-radius: 39.42px;
  object-fit: cover;
}

.frame-97 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21.02px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.blog-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21.02px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.blog-title {
  position: relative;
  flex: 1;
  margin-top: -1.31px;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: #fcfcfc;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 25.2px;
}

.frame-98 {
  display: flex;
  align-items: center;
  gap: 10.51px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-36 {
  position: relative;
  width: fit-content;
  margin-top: -1.31px;
  font-family: "Manrope", Helvetica;
  font-weight: 400;
  color: #dee2e6;
  font-size: 18.4px;
  letter-spacing: 0;
  line-height: 22.1px;
  white-space: nowrap;
}

.text-wrapper-37 {
  width: fit-content;
  margin-top: -1.31px;
  font-weight: 400;
  color: #6c757d;
  font-size: 18.4px;
  line-height: 22.1px;
  white-space: nowrap;
  position: relative;
  font-family: "Manrope", Helvetica;
  letter-spacing: 0;
}

.rectangle-6 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 210.23px;
  border-radius: 36.62px;
  object-fit: cover;
}

.frame-99 {
  display: flex;
  width: 100%;
  max-width: 304px;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 40px;
}

.frame-100 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24.29px;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper-38 {
  position: relative;
  max-width: 322.27px;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: #fcfcfc;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
}

.icon-button-5 {
  width: 38.87px;
  height: 38.87px;
  gap: 5.67px;
  padding: 6.48px;
  position: relative;
  background-color: #fcfcfc;
  border-radius: 24.83px;
  border: 0.81px solid;
  border-color: #dee2e6;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.icon-button-5:hover {
  background-color: #e9ecef;
}

.icon-button-6 {
  width: 38.87px;
  height: 38.87px;
  gap: 5.67px;
  padding: 6.48px;
  position: relative;
  background-color: #fcfcfc;
  border-radius: 24.83px;
  border: 0.81px solid;
  border-color: #dee2e6;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.icon-button-6:hover {
  background-color: #e9ecef;
}

.vector-15 {
  position: relative;
  width: 44.23px;
  height: 420.41px;
  margin-top: -0.31px;
  margin-bottom: -0.10px;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.frame-101 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 160px 40px;
  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/mhzvzsafe8hbl0/img/frame-3.png) 50% 50% / cover;
}

.text-wrapper-39 {
  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-102 {
  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: #9d0b0b;
}

.frame-103 {
  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: 32px;
}

.frame-104 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 295px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.text-wrapper-40 {
  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-105 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

.icon-button-7 {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  border-radius: 30px;
  border: 1px solid;
  border-color: #fcfcfc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.icon-button-7:hover {
  background-color: #fcfcfc;
}

.icon-button-7:hover .icon-swap-12,
.icon-button-7:hover .icon-swap-13,
.icon-button-7:hover .icon-swap-14,
.icon-button-7:hover .icon-swap-15,
.icon-button-7:hover .icon-swap-16 {
  filter: brightness(0) saturate(100%) invert(8%) sepia(89%) saturate(4893%) hue-rotate(357deg) brightness(88%) contrast(98%);
}

.icon-swap-12 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/facebook.svg);
  background-size: 100% 100%;
  transition: filter 0.3s ease;
}

.icon-swap-13 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/instagram.svg);
  background-size: 100% 100%;
  transition: filter 0.3s ease;
}

.icon-swap-14 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/linkedin.svg);
  background-size: 100% 100%;
  transition: filter 0.3s ease;
}

.icon-swap-15 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/whatsapp-1.svg);
  background-size: 100% 100%;
  transition: filter 0.3s ease;
}

.frame-106 {
  flex-direction: column;
  width: 100%;
  max-width: 163px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.text-wrapper-41 {
  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-107 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-42 {
  position: relative;
  align-self: stretch;
  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);
  font-style: var(--body-base-font-style);
  cursor: pointer;
  transition: color 0.3s ease;
}

.text-wrapper-42:hover {
  color: #ffe366;
}

.frame-108 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 214px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.frame-109 {
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.icon-swap-16 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-image: url(https://c.animaapp.com/mhzvzsafe8hbl0/img/phone.svg);
  background-size: 100% 100%;
  transition: filter 0.3s ease;
}

.text-wrapper-43 {
  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: "Manrope", Helvetica;
  font-weight: 400;
  color: #fcfcfc;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}

.frame-110 {
  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: #ffffff;
  flex-wrap: wrap;
  gap: 16px;
}

.text-wrapper-44 {
  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: "Manrope", Helvetica;
  font-weight: 400;
  color: #fcfcfc;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}

.text-wrapper-45 {
  line-height: 24px;
}

.line-2 {
  top: 264px;
  left: 40px;
  width: 100%;
  max-width: 626px;
  object-fit: cover;
  position: absolute;
  height: 1px;
}

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

  .frame-wrapper-az,

  .frame-9-az,
  .frame-17-az,
  .frame-20-az,
  .frame-70-az,
  .hero,
  .frame-102 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-18-az {
    max-width: 100%;
  }

  .frame-20-az {
    flex-direction: column;
  }

  .frame-36 {
    width: 100%;
    max-width: 440px;
  }
}

@media (max-width: 992px) {
  .nav-menu {
    position: fixed;
    top: 68px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 68px);
    background-color: #ffffff;
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
    transition: left 0.3s ease;
    z-index: 999;
    overflow-y: auto;
  }

  .nav-menu.active {
    left: 0;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .nav-title-upd {
    width: 100%;
    justify-content: flex-start;
  }

  .div {
    width: 100%;
    justify-content: center;
  }

  .text-wrapper-3 {
    font-size: 32px;
  }

  .frame-10-az {
    flex-direction: column;
    min-height: auto;
  }

  .frame-11-az {
    min-height: 250px !important;
    width: 100%;
  }

  .frame-12-az {
    min-width: 100%;
  }

  .frame-19-az {
    gap: 30px;
  }

  .text-wrapper-4-az {
    font-size: 16px;
  }

  .frame-23 {
    flex-direction: column;
    gap: 32px;
  }

  .itineraries-page .frame-103 {
    flex-direction: column;
  }

  .frame-104,
  .frame-106,
  .frame-108 {
    max-width: 100%;
  }

  .frame-101 {
    padding: 80px 20px;
  }

  .text-wrapper-39 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {


  .text-wrapper-3 {
    font-size: 28px;
  }

  .frame-4-az {
    font-size: 14px;
  }

  .text-wrapper-2-az {
    font-size: 13px;
  }

  .frame-13-az {
    flex-direction: column;
  }

  .frame-14-az,
  .frame-15-az,
  .frame-16-az,
  .button-wrapper-az {
    min-height: 200px;
  }

  .img-2 {
    width: 50px;
    height: 50px;
  }

  .text-wrapper-5 {
    font-size: 20px;
  }

  .frame-37 {
    max-width: 100%;
  }

  .frame-39 {
    flex-direction: column;
    gap: 16px;
  }

  .button-7 {
    width: 100%;
  }

  .frame-50 {
    flex-direction: column;
  }

  .frame-51,
  .frame-55 {
    width: 100%;
    min-width: 100%;
  }

  .frame-60 {
    flex-direction: column;
  }

  .rectangle-3,
  .rectangle-4 {
    display: none;
  }

  .frame-62,
  .frame-96 {
    padding: 20px;
  }

  .text-wrapper-25 {
    font-size: 28px;
  }

  .frame-65 {
    left: 20px;
    top: 100px;
  }

  .text-wrapper-39 {
    font-size: 28px;
  }

  .frame-101 {
    padding: 60px 20px;
  }
}

@media (max-width: 480px) {
  .frame {
    padding: 0px !important;
  }

  .sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: 100px;
  }

  .frame-4-az {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
    flex-wrap: wrap;
  }

  .frame-9-aze.scrolled {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    padding: 0px !important;
    font-size: 24px !important;
    z-index: 1000;
    animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
  }

  .card {
    min-width: 0px !important;
  }
}

@media (max-width: 576px) {
  .header {
    padding: 10px 15px;
  }


  .text-wrapper-3 {
    font-size: 24px;
  }

  .frame-wrapper,
  .frame-2,
  .frame-9,
  .frame-17,
  .frame-20,
  .frame-70,
  .hero,
  .frame-102 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .frame-11 {
    min-height: 200px;
  }

  .frame-14,
  .frame-15,
  .frame-16,
  .button-wrapper {
    min-height: 150px;
  }

  .frame-19 {
    gap: 20px;
  }

  .how-it-works-2 {
    min-width: 150px;
  }

  .img-2 {
    width: 40px;
    height: 40px;
  }

  .text-wrapper-4 {
    font-size: 14px;
  }

  .text-wrapper-5 {
    font-size: 18px;
  }

  .day-title {
    font-size: 16px;
  }

  .frame-37 {
    padding: 16px;
  }

  .frame-43 {
    padding: 20px;
  }

  .text-wrapper-14 {
    font-size: 20px;
  }

  .text-wrapper-25 {
    font-size: 24px;
  }

  .frame-65 {
    left: 15px;
    top: 80px;
  }

  .text-wrapper-39 {
    font-size: 24px;
  }

  .frame-101 {
    padding: 40px 15px;
  }

  .icon-button-3 {
    left: 5px;
  }

  .icon-button-4 {
    right: 5px;
  }
}

/* enquires */
.card {
  min-height: 540px;
  width: 100%;
  min-width: 440px;
  box-sizing: border-box;
  background: #fff;
  margin: 0px auto;
  padding: 30px;
  border-radius: 30px;
  display: block;
  box-shadow: 0px 0px 20px #0000000f;
  flex: 0 0 auto;
}

.card.active {
  display: block;
}



.progress-1 {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.bar {
  height: 6px;
  width: 100%;
  background: #e0e0e0;
  border-radius: 5px;
}

.bar.active {
  background: var(--primary-red);
}

label {
  display: block;
  /* margin-top: 12px; */
  font-weight: 600;
  font-size: 16px;
}





.counter-box {
  width: 48%;

  padding: 5px;

}

.counter-controls button {
  background: var(--primary-red);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.count {
  font-size: 18px;
  font-weight: 600;
  width: 30px;
  text-align: center;
}

.next-btn,
.btn {

  padding: 12px 20px;
  background: var(--primary-red);
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* Step 1 Next Button → right end */
.next-btn {
  margin-left: auto;
  margin-top: 25px;
}

/* Step 2 button group */
.btn-group-1 {
  display: flex;
  justify-content: space-between;

  /* margin-top: 25px; */
}


.previous {
  background: #555;
  border-radius: 30px;
  padding: 12px 25px;
}

.success-circle {
  width: 80px;
  height: 80px;
  /* background: #428b11; */
  border-radius: 50%;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

h3 {
  /* text-align: center; */
  margin-top: 10px;
}

/* p {
        text-align: center;
        margin-top: 10px;
    } */
/*  */
/* Filter Bar Container */
/* .filter-bar {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding:23px ;
    width: 90%;
    max-width: 1150px;
    border-radius: 50px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap; 
} */
.hero-sections {
  position: relative;
}

.filter-item {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}

.filter-item label {
  font-size: 13px;
  color: #666;
  font-weight: 600;
}

select {
  font-size: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

/* Remove default arrow */
select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-box {
  display: flex;
  align-items: center;
  position: relative;
}

.select-box svg {
  width: 18px;
  height: 18px;
  opacity: 0.8;
}

.arrow-icon {
  position: absolute;
  right: 0;
  pointer-events: none;
  opacity: 0.7;
}

/* Search Button */
.search-btn {
  background: #9d0e12;
  color: #fff;
  width: 127px;
  margin: 10px;
  padding: 11px 25px;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.2s;
  /* background-image: url("data:image/svg+xml;utf8,<svg stroke='white' stroke-width='2' fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>"); */
  background-repeat: no-repeat;
  /* background-position: center 15px 10px; */
  background-size: 16px;
}

.search-btn:focus {
  border-color: var(--primary-red);
  outline: none;
  box-shadow: 0 0 0 1px var(--primary-red);
}

.search-btn::placeholder {
  color: white;
  opacity: 1;
}

.search-btn1 {
  background: #9d0e12;
  color: #fff;

  padding: 12px 27px;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.2s;
  /* background-image: url("data:image/svg+xml;utf8,<svg stroke='white' stroke-width='2' fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>"); */
  background-repeat: no-repeat;
  /* background-position: center 15px 10px; */
  background-size: 16px;
}

.search-btn1:focus {
  border-color: var(--primary-red);
  outline: none;
  box-shadow: 0 0 0 1px var(--primary-red);
}

.search-btn1::placeholder {
  color: white;
  opacity: 1;
}


@media (max-width: 900px) {
  .filter-bar {
    /* flex-direction: column; */
    border-radius: 30px;
  }
}