body {
  font-family: Arial, sans-serif;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  border-radius: 30px;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px !important;
}

.language-selector-container {
  position: relative;
  display: inline-block;

}

.language-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 6px;
  width: 67px;
  height: 30px;
  color: white;
  background-color: #fff;
}

.h-img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}

.clients-section {
  width: 100%;
  overflow: hidden;
  padding: 48px;
}

.scrolling-wrapper {
  display: flex;
  width: calc(100%);
  animation: scroll 10s linear infinite;
}

.scrolling-wrapper img {
  margin-right: 20px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.div-4 {
  display: flex;
  align-items: center;
  color: black;
}

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

.countryCodes {
  font-weight: bold;
}

.ardor-site {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: start;
}

.hero-heder-style {
  display: flex;
  flex-direction: row;
}

.hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 80px 206px;
  width: 100%;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  opacity: 0.8;
  /* optional: adjust for readability */
}


/* Default styles for laptop/desktop */
.hero-img1 {
  position: relative;
  overflow: hidden;
  left: 0px;
}

.container {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 40px 100px;
  justify-content: space-around;
  flex-wrap: wrap;
}

/* Tablet view (landscape) */
@media (max-width: 1024px) {
  .hero-img1 {
    width: 100%;
    /* Adjust the width for tablets */
  }
}

/* Tablet view (portrait) */
@media (max-width: 768px) {
  .hero-img1 {
    width: 100%;
    /* Adjust the width for smaller tablets */
  }
}

/* Mobile view */
@media (max-width: 520px) {
  .hero-img1 {
    width: 100%;
    /* Compress the image for mobile */
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-heder-style {
    width: 100%;
    /* Compress the image for mobile */
    flex-direction: column;
  }
}


@media (max-width: 991px) {
  .hero-section {
    max-width: 100%;
    padding: 12px;
  }
}

.header {
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 100%;
  padding-left: 32px;
  align-items: center;
  gap: 40px 100px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

@media (max-width: 991px) {
  .header {
    max-width: 100%;
    padding-left: 20px;
  }
}

.img {
  aspect-ratio: 2.29;
  object-fit: contain;
  object-position: center;
  width: 94px;
  align-self: stretch;
  margin: auto 0;
  margin-left: 20px;
}

.header-2 {
  border-radius: 50px;
  /* background-color: rgba(6, 24, 32, 1); */
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: start;
  gap: 28px;
  justify-content: end;
  flex-wrap: wrap;
  width: 879px;
  margin: auto 0;
  padding: 15px 36px;
}

@media (max-width: 991px) {
  .header-2 {
    max-width: 100%;
    padding: 12px;
    justify-content: flex-start;
  }
}

.div {
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 28px;
  justify-content: center;
  font: 400 16px/30px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .div {
    max-width: 100%;
    justify-content: flex-start;
  }
}

.nav-→-list-→-item-→-link-→-home {
  align-self: stretch;
  margin: auto 0;
}

.nav-→-list-→-item-→-link-→-company {
  align-self: stretch;
  margin: auto 0;
}

.nav-→-list-→-item-→-link-→-services {
  align-self: stretch;
  margin: auto 0;
}

.nav-→-list-→-item-→-link-→-works {
  align-self: stretch;
  margin: auto 0;
  color: #0f172a;
}

.nav-→-list-→-item-→-link-→-blog {
  align-self: stretch;
  margin: auto 0;
  color: #0f172a;
}

.div-2 {
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  justify-content: center;
  font: 500 14px Inter, sans-serif;
}

@media (max-width: 991px) {
  .div-2 {
    white-space: initial;
  }
}

.div-3 {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: auto 0;
}

@media (max-width: 991px) {
  .div-3 {
    white-space: initial;
    justify-content: left;
  }
}

.img-2 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}

.div-4 {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-4 {
    white-space: initial;
  }
}

.img-3 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: stretch;
  margin: auto 0;
}

.btnn {
  border-radius: 32px;
  background-color: rgba(2, 78, 105, 1);
  margin: auto 0;
  padding: 6px 33px;
  text-decoration: none;
  align-items: center;
  display: flex;
}

@media (max-width: 991px) {
  .btnn {
    white-space: initial;
    padding: 4px 16px;
  }
}

.explore-dream {
  display: flex;
  margin-top: 100px;
  max-width: 100%;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  justify-content: start;
}

@media (max-width: 991px) {
  .explore-dream {
    margin-top: 40px;
  }
}

.worldwide-travel-management-solutions-at-your-fingertips {
  color: rgba(12, 31, 38, 1);
  font: 60px/64px El Messiri, sans-serif;
}

@media (max-width: 991px) {
  .worldwide-travel-management-solutions-at-your-fingertips {
    max-width: 100%;
    font-size: 40px;
    line-height: 47px;
  }
}

.our-platform-is-the-next-generation-comprehensive-solution-for-managing-business-travel-and-expenses {
  color: rgb(207, 207, 207);
  font-size: 20px;
  font-weight: 500;
  margin-top: 14px;
  line-height: 24px;
  width: 532px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.7);
}

@media (max-width: 991px) {
  .our-platform-is-the-next-generation-comprehensive-solution-for-managing-business-travel-and-expenses {
    max-width: 100%;
  }
}

/* .div-5 {
  border-radius: 22px;
  display: flex;
  margin-top: 14px;
  width: 100%;
  align-items: start;
  gap: 10px;
  font-size: 16px;
  color: rgba(6, 24, 32, 1);
  text-align: center;
  line-height: 16px;
  justify-content: start;
  flex-wrap: nowrap;
  padding: 5px;
  flex-direction: row;
}
@media (max-width: 991px) {
  .div-5 {
    max-width: 100%;
  }
}
.div-6 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 991px) {
  .div-6 {
    white-space: initial;
  }
} */
.img-4 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 62px;
}

.div-7 {
  display: flex;
  margin-top: 12px;
  width: 110px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-7 {
    white-space: initial;
  }
}

.group {
  border-radius: 0px 0px 0px 0px;
  width: 100%;
}

@media (max-width: 991px) {
  .group {
    white-space: initial;
  }
}

.div-8 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  flex-grow: 1;
  width: 95px;
  padding: 10px;
}

@media (max-width: 991px) {
  .div-8 {
    white-space: initial;
  }
}

.img-5 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 62px;
}

.div-9 {
  display: flex;
  margin-top: 12px;
  width: 68px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-9 {
    white-space: initial;
  }
}

.div-10 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  flex-grow: 1;
  width: 95px;
  padding: 10px;
}

@media (max-width: 991px) {
  .div-10 {
    white-space: initial;
  }
}

.img-6 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 62px;
}

.div-11 {
  display: flex;
  margin-top: 12px;
  width: 44px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-11 {
    white-space: initial;
  }
}

.div-12 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  flex-grow: 1;
  width: 95px;
  padding: 10px;
}

@media (max-width: 991px) {
  .div-12 {
    white-space: initial;
  }
}

.img-7 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 62px;
}

.div-13 {
  display: flex;
  margin-top: 12px;
  width: 44px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-13 {
    white-space: initial;
  }
}

.div-14 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  flex-grow: 1;
  width: 110px;
  padding: 10px;
}

@media (max-width: 991px) {
  .div-14 {
    white-space: initial;
  }
}

.img-8 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 62px;
}

.div-15 {
  display: flex;
  margin-top: 12px;
  width: 110px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-15 {
    white-space: initial;
  }
}

.div-16 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  flex-grow: 1;
  width: 95px;
  padding: 10px;
  text-align: center;
}

.img-9 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 62px;
}

.div-17 {
  display: flex;
  margin-top: 12px;
  width: 105px;
  flex-direction: column;
  justify-content: start;
}

.group-2 {
  border-radius: 0px 0px 0px 0px;
  width: 100%;
}

.div-18 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  width: 95px;
  padding: 10px;
}

@media (max-width: 991px) {
  .div-18 {
    white-space: initial;
  }
}

.img-10 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 62px;
}

.div-19 {
  display: flex;
  margin-top: 12px;
  width: 66px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-19 {
    white-space: initial;
  }
}

.div-20 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  flex-grow: 1;
  width: 95px;
  padding: 10px;
}

@media (max-width: 991px) {
  .div-20 {
    white-space: initial;
  }
}

.img-11 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 62px;
}

.div-21 {
  display: flex;
  margin-top: 12px;
  width: 44px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-21 {
    white-space: initial;
  }
}

.div-22 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  flex-grow: 1;
  width: 95px;
  padding: 10px;
}

@media (max-width: 991px) {
  .div-22 {
    white-space: initial;
  }
}

.img-12 {
  aspect-ratio: 1.43;
  object-fit: contain;
  object-position: center;
  width: 166px;
  border-radius: 5px;
  align-self: stretch;
  margin: auto 0;
  height: 55px;
}

.div-23 {
  display: flex;
  margin-top: 12px;
  width: 97px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-23 {
    white-space: initial;
  }
}

.button-1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
  /* Smooth color transition */
}

.rectangle {
  width: 100%;
  height: 100%;
  background-color: #007bff;
  /* Initial color */
  transition: background-color 0.3s ease;
  /* Smooth color transition */
}

.button-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
}

.button-1:hover .rectangle {
  background-color: #0056b3;
  color: #fff;
}

.button-name:hover {
  color: white;
}

.button-1 {
  align-self: start;
  position: relative;
  display: flex;
  width: 42%;
  margin-top: 26px;
  min-height: 53px;
  align-items: flex-start;
  gap: 10px;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.54px;
  line-height: 29px;
  justify-content: center;
  padding: 12px 80px;
}

.rectangle {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  align-self: start;
  position: absolute;
  z-index: 0;
  display: flex;
  height: 53px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.button-name {
  z-index: 0;
  margin: auto 0;
  color: rgba(2, 78, 105, 1);

}

.div-24 {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  width: 100%;
  align-items: center;
  gap: 40px 54px;
  overflow: hidden;
  justify-content: center;
  padding: 40px 10px;
}

@media (max-width: 991px) {
  .div-24 {
    max-width: 100%;
  }
}

.div-25 {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  width: 1260px;
  align-items: center;
  gap: 40px 54px;
  justify-content: start;
  flex-wrap: wrap;
  margin: auto 0;
}

.hero-text {
  border-radius: 0px 0px 0px 0px;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  flex-grow: 1;
  width: 385px;
  margin: auto 0;
}

@media (max-width: 991px) {
  .hero-text {
    max-width: 100%;
  }
}

.lets-enjoy-your-desired-trip-with-trip-goal {
  color: var(--Typography-heading-color, #ffffff);
  text-transform: capitalize;
  align-self: start;
  font: 700 48px / var(--Display-Large-Line-Height, 64px) El Messiri,
    -apple-system, Roboto, Helvetica, sans-serif;
  width: 550px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.7);
}

@media (max-width: 991px) {
  .lets-enjoy-your-desired-trip-with-trip-goal {
    font-size: 40px;
    line-height: 60px;
    width: 100%;
  }
}

.choice-for-vacations {
  color: var(--Typography-paragraph-color, #5c6666);
  font: 500 20px/30px Poppins, sans-serif;
}

.choice-for-vacations-2 {
  color: var(--Typography-paragraph-color, #5c6666);
  margin-top: 12px;
  font: 500 20px/30px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .choice-for-vacations {
    max-width: 100%;
  }
}

.images {
  min-width: 240px;
  margin: auto 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .images {
    max-width: 100%;
  }
}

.column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 68%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .column {
    width: 100%;
  }
}

.img-13 {
  aspect-ratio: 1.1;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 991px) {
  .img-13 {
    width: 100%;
  }
}

.column-2 {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 50%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .column-2 {
    width: 100%;
  }
}

.img-14 {
  aspect-ratio: 1.09;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  margin-top: 168px;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .img-14 {
    margin-top: 40px;
  }
}

.div-27 {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 10px;
  overflow: hidden;
  justify-content: center;
  padding: 40px 10px;
}

@media (max-width: 991px) {
  .div-27 {
    max-width: 100%;
  }
}

.about {
  display: flex;
  min-width: 240px;
  width: 1117px;
  flex-direction: column;
}

.div-28 {
  display: flex;
  align-items: center;
  gap: 40px 54px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .div-28 {
    max-width: 100%;
  }
}

.img-15 {
  width: 383px;
  min-width: 240px;
  margin: auto 0;
}

@media (max-width: 991px) {
  .img-15 {
    max-width: 100%;
  }
}

.div-29 {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  flex-grow: 1;
  width: 461px;
  margin: auto 0;
}

@media (max-width: 991px) {
  .div-29 {
    max-width: 100%;
  }
}

.text {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (max-width: 991px) {
  .text {
    max-width: 100%;
  }
}

.explore-our-travel-options {
  color: var(--Typography-heading-color, #0c1f26);
  text-transform: capitalize;
  font: 700 48px/60px El Messiri, sans-serif;
}

@media (max-width: 991px) {
  .explore-our-travel-options {
    font-size: 40px;
    line-height: 56px;
    width: 100%;
  }
}



.column-3 {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 17%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .column-3 {
    width: 100%;
  }
}

.img-16 {
  aspect-ratio: 1.23;
  object-fit: contain;
  object-position: center;
  width: 85px;
  margin-top: 34px;
}

@media (max-width: 991px) {
  .img-16 {
    margin-top: 40px;
  }
}

.column-4 {
  display: flex;
  flex-direction: column;
  line-height: normal;
}

@media (max-width: 991px) {
  .column-4 {
    width: 100%;
  }
}

.attention-to-detail {
  color: var(--Typography-paragraph-color, #5c6666);
  font: 500 20px/30px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .attention-to-detail {
    max-width: 100%;
  }
}

.services {
  background-color: rgba(238, 244, 237, 1);
  align-self: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  padding: 48px 0;
}

@media (max-width: 991px) {
  .services {
    max-width: 100%;
    padding: 32px;
  }
}

.title {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  justify-content: start;
}

@media (max-width: 991px) {
  .title {
    max-width: 100%;
  }
}

.services-we-offer-fo {
  letter-spacing: -1.2px;
  font: 700 48px/1 El Messiri, sans-serif;
}

@media (max-width: 991px) {
  .services-we-offer-fo {
    max-width: 100%;
    font-size: 40px;
  }
}

.with-lots-of-unique {
  background-blend-mode: normal;
  letter-spacing: -0.2px;
  align-self: center;
  margin-top: 12px;
  width: 1116px;
  font: 500 20px/32px Poppins, sans-serif;
  color: rgba(92, 102, 102, 1);
}

@media (max-width: 991px) {
  .with-lots-of-unique {
    max-width: 100%;
  }
}

.div-32 {
  align-self: center;
  display: flex;
  margin-top: 40px;
  align-items: center;
  gap: 32px;
  color: rgba(12, 31, 38, 1);
  justify-content: start;
  flex-wrap: wrap;
  font: 500 16px/28px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .div-32 {
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
}

.div-33 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  overflow: hidden;
  justify-content: start;
  width: 275px;
  margin: auto 0;
  padding: 10px;
}

.img-17 {
  aspect-ratio: 1.53;
  object-fit: contain;
  object-position: center;
  width: 255px;
  border-radius: 10px 10px 0px 0px;
  max-width: 100%;
}

.digital-marketing {
  margin-top: 10px;
}

.div-34 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  overflow: hidden;
  justify-content: start;
  width: 275px;
  margin: auto 0;
  padding: 10px;
}

.img-18 {
  aspect-ratio: 1.53;
  object-fit: contain;
  object-position: center;
  width: 255px;
  border-radius: 10px 10px 0px 0px;
  max-width: 100%;
}

.div-35 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  overflow: hidden;
  justify-content: start;
  width: 275px;
  margin: auto 0;
  padding: 10px;
}

.img-19 {
  aspect-ratio: 1.53;
  object-fit: contain;
  object-position: center;
  width: 255px;
  border-radius: 10px 10px 0px 0px;
  max-width: 100%;
}

.div-36 {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 1);
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  overflow: hidden;
  justify-content: start;
  width: 275px;
  margin: auto 0;
  padding: 10px;
}

.img-20 {
  aspect-ratio: 1.53;
  object-fit: contain;
  object-position: center;
  width: 255px;
  border-radius: 10px 10px 0px 0px;
  max-width: 100%;
}

.section {
  background-color: rgba(255, 255, 255, 1);
  align-self: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 80px;
}

@media (max-width: 991px) {
  .section {
    max-width: 100%;
    padding: 0 20px;
  }
}

.section-text {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  color: var(--Blue-Gray-900, #0f172a);
  text-align: center;
  justify-content: start;
  font: 700 48px/1.1 El Messiri, sans-serif;
}

@media (max-width: 991px) {
  .section-text {
    font-size: 40px;
  }
}

.top {
  width: 100%;
}

@media (max-width: 991px) {
  .top {
    font-size: 40px;
    padding-top: 32px;
  }
}

.div-37 {
  display: flex;
  margin-top: 40px;
  width: 1124px;
  max-width: 100%;
  align-items: start;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.img-21 {
  aspect-ratio: 2.24;
  object-fit: contain;
  object-position: center;
  width: 130px;
}

.feature-3-c {
  background-color: rgba(6, 24, 32, 1);
  align-self: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  padding: 40px 80px;
}

@media (max-width: 991px) {
  .feature-3-c {
    max-width: 100%;
    padding: 0 20px;
  }
}

.div-38 {
  align-self: center;
  display: flex;
  width: 946px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1;
  justify-content: start;
}

.features {
  color: rgba(69, 174, 247, 1);
  font: 400 21px Neucha, sans-serif;
}

.we-are-ardor {
  color: rgba(255, 255, 255, 1);
  align-self: stretch;
  margin-top: 22px;
  font: 700 41px El Messiri, sans-serif;
}

@media (max-width: 991px) {
  .we-are-ardor {
    max-width: 100%;
  }
}

.where-innovative-solutions-meet-effortless-travel-and-seamless-expense-handling-ensuring-a-smooth-and-efficient-experience-from-booking-to-accounting-for-businesses-of-all-sizes {
  color: var(--Gray-400, #8896ab);
  margin-top: 22px;
  font: 500 20px/30px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .where-innovative-solutions-meet-effortless-travel-and-seamless-expense-handling-ensuring-a-smooth-and-efficient-experience-from-booking-to-accounting-for-businesses-of-all-sizes {
    max-width: 100%;
  }
}

.div-39 {
  display: flex;
  margin-top: 12px;
  width: 100%;
  align-items: center;
  gap: 32px;
  font-family: Poppins, sans-serif;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .div-39 {
    max-width: 100%;
    padding: 20px;
  }
}

.div-40 {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  width: 359px;
  margin: auto 0;
}

.section-2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 12px 0;
}

.img-35 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 64px;
}

.book-and-travel-smarter {
  color: var(--White-900, #fff);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
}

.ardor-boasts-a-comprehensive-business-technology-platform-that-takes-the-hassle-out-of-travel-planning-with-our-easy-to-use-interface-you-can-book-f-lights-hotels-car-rentals-and-experiences-all-in-one-place {
  color: var(--Gray-400, #8896ab);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 12px;
}

.section-3 {
  display: flex;
  margin-top: 22px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 12px 0;
}

.img-36 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 64px;
}

.start-saving-time-now {
  color: var(--White-900, #fff);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
}

.at-ardor-we-prioritize-security-and-efficiency-our-technology-ensures-data-privacy-compliance-and-seamless-integration-with-major-financial-systems-streamlining-accounting-and-saving-you-time {
  color: var(--Gray-400, #8896ab);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 12px;
}

.img-37 {
  aspect-ratio: 0.64;
  object-fit: cover;
  object-position: center;
  width: 358px;
  border-radius: 24px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
}

.div-41 {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  width: 359px;
  margin: auto 0;
}

.section-4 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 22px 0;
}

.img-38 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 64px;
}

.book-your-perfect-getaway {
  color: var(--White-900, #fff);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
}
.User-driven{
  font-size: 24px;
  font-weight: 700;
  color: var(--Gray-400, #5c6666);
}

.ardors-platform-simplifies-travel-planning-by-letting-you-book-flights-hotels-car-rentals-and-experiences-in-one-place-enjoy-bookings-tailored-to-your-preferences-with-an-easy-to-use-interface {
  color: var(--Gray-400, #8896ab);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 12px;
}

.section-5 {
  display: flex;
  margin-top: 22px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 22px 22px 22px 23px;
}

@media (max-width: 991px) {
  .section-5 {
    padding: 0 20px;
  }
}

.img-39 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 64px;
}

.simplify-your-accounting {
  color: var(--White-900, #fff);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
}

.at-ardor-we-prioritize-safety-and-efficiency-our-advanced-technology-protects-your-data-ensuring-privacy-and-regulatory-compliance-seamless-integration-with-major-financial-systems-simplifies-accounting-and-saves-you-time {
  align-self: stretch;
  color: var(--Gray-400, #8896ab);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 12px;
}

.section-6 {
  background-color: rgba(255, 255, 255, 1);
  align-self: stretch;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 40px 58px;
  justify-content: center;
  padding: 60px 80px;
}

@media (max-width: 991px) {
  .section-6 {
    max-width: 100%;
    padding: 0 20px;
  }
}

.div-42 {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  width: 1115px;
  align-items: center;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto 0;
}

@media (max-width: 991px) {
  .div-42 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
}

.section-text-2 {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  justify-content: start;
  width: 549px;
  margin: auto 0;
  padding: 24px 0;
}

@media (max-width: 991px) {
  .section-text-2 {
    max-width: 100%;
  }
}

.top-2 {
  width: 100%;
  color: var(--Blue-Gray-900, #0f172a);
  font: 700 48px/53px El Messiri, sans-serif;
}

@media (max-width: 991px) {
  .top-2 {
    max-width: 100%;
    font-size: 40px;
    line-height: 49px;
  }
}

.paragraph {
  color: rgba(92, 102, 102, 1);
  font-size: 20px;
  line-height: 32px;
  margin-top: 24px;
}

@media (max-width: 991px) {
  .paragraph {
    max-width: 100%;
  }
}

.buttons-group {
  align-self: start;
  display: flex;
  margin-top: 24px;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  color: #45aef7;
  letter-spacing: 0.5px;
  justify-content: start;
}

.button {
  border-radius: 8px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
  padding: 12px 0;
}

.button-text {
  align-self: stretch;
  padding-right: 16px;
  margin: auto 0;
}

.img-40 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}

.right {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: start;
  gap: 10px;
  justify-content: start;
  width: 412px;
  margin: auto 0;
}

.img-41 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 412px;
  min-width: 240px;
}

.video {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  justify-content: center;
  padding: 125px 125px;
  background-image: url(img/Video-svg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .video {
    max-width: 100%;
    padding: 100px 20px;
  }
}

.get-started-btn {
  background-color: rgba(2, 78, 105, 1);
  border: none;
  color: white;
  padding: 12px 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  width: 200px;
}

.get-started-btn:hover {
  background-color: #45a049;
  /* Darker green on hover */
}


.div-43 {
  max-width: 100%;
}

.div-44 {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  margin: auto 0;
}

.how-do-we-help-you-t {
  letter-spacing: -1.08px;
  font: 600 48px/0.9 El Messiri, sans-serif;
}

@media (max-width: 991px) {
  .how-do-we-help-you-t {
    max-width: 100%;
    font-size: 40px;
  }
}

.with-lots-of-unique-2 {
  background-blend-mode: normal;
  letter-spacing: -0.18px;
  margin-top: 12px;
  font: 500 20px/29px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .with-lots-of-unique-2 {
    max-width: 100%;
  }
}

.div-45 {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  width: 100%;
  align-items: start;
  gap: 10px;
  overflow: hidden;
  justify-content: center;
  padding: 60px 80px;
}

@media (max-width: 991px) {
  .div-45 {
    max-width: 100%;
    padding: 0 20px;
  }
}

.div-46 {
  display: flex;
  min-width: 240px;
  width: 1198px;
  flex-direction: column;
  justify-content: start;
}

.div-47 {
  display: flex;
  width: 100%;
  max-width: 1198px;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-47 {
    max-width: 100%;
  }
}

.div-48 {
  position: relative;
  display: flex;
  width: 100%;
  align-items: start;
  gap: 40px 40px;
  justify-content: start;
}

@media (max-width: 991px) {
  .div-48 {
    max-width: 100%;
    flex-direction: column;
    padding: 20px;
    align-items: center;
  }
}

.img-42 {
  aspect-ratio: 1.01;
  object-fit: contain;
  object-position: center;
  width: 446px;
  position: absolute;
  z-index: 0;
  min-width: 240px;
  left: 179px;
  top: -27px;
  height: 440px;
}

@media (max-width: 991px) {
  .img-42 {
    max-width: 100%;
  }
}

.img-43 {
  aspect-ratio: 1.7;
  object-fit: contain;
  object-position: center;
  width: 650px;
  border-radius: 0px 0px 0px 0px;
  z-index: 0;
  min-width: 240px;
}

@media (max-width: 991px) {
  .img-43 {
    max-width: 100%;
  }
}

.div-49 {
  z-index: 0;
  display: flex;
  min-width: 240px;
  padding-top: 22px;
  flex-direction: column;
  justify-content: center;
  width: 479px;
}

@media (max-width: 991px) {
  .div-49 {
    max-width: 100%;
  }
}

.div-50 {
  display: flex;
  max-width: 100%;
  width: 479px;
  flex-direction: column;
  justify-content: start;
}

.packages {
  color: rgba(69, 174, 247, 1);
  font: 400 21px/1 Neucha, sans-serif;
}

.all-your-trips-in-one-frame {
  color: var(--Typography-heading-color, #0c1f26);
  text-transform: capitalize;
  font: 700 41px/51px El Messiri, sans-serif;
}

@media (max-width: 991px) {
  .all-your-trips-in-one-frame {
    max-width: 100%;
  }
}

.book-flights-hotels-rental-cars-anywhere-in-the-world-in-just-seconds-get-real-time-flight-updates-travel-info-exclusive-deals-and-30-more-trip-coins-only-on-the-app {
  color: rgba(92, 102, 102, 1);
  font: 500 20px/32px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .book-flights-hotels-rental-cars-anywhere-in-the-world-in-just-seconds-get-real-time-flight-updates-travel-info-exclusive-deals-and-30-more-trip-coins-only-on-the-app {
    max-width: 100%;
    margin-top: 40px;
  }
}

.div-51 {
  align-self: start;
  display: flex;
  margin-top: 48px;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 991px) {
  .div-51 {
    margin-top: 40px;
  }
}

.div-52 {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: center;
}

.img-44 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 71px;
  align-self: stretch;
  margin: auto 0;
}

.img-45 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 50px;
  align-self: stretch;
  margin: auto 0;
}

.div-53 {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: center;
}

.img-46 {
  aspect-ratio: 0.99;
  object-fit: contain;
  object-position: center;
  width: 71px;
  align-self: stretch;
  margin: auto 0;
}

.img-47 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 50px;
  align-self: stretch;
  margin: auto 0;
}

.footer-4-c {
  background-color: rgba(6, 24, 32, 1);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 40px 0;
}

@media (max-width: 991px) {
  .footer-4-c {
    max-width: 100%;
    padding: 20px;
  }
}

.div-54 {
  display: flex;
  width: 1122px;
  max-width: 100%;
  align-items: center;
  gap: 40px 100px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px;
}

.div-55 {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  width: 720px;
  margin: auto 0;
}

@media (max-width: 991px) {
  .div-55 {
    max-width: 100%;
  }
}

.img-48 {
  aspect-ratio: 2.3;
  object-fit: contain;
  object-position: center;
  width: 122px;
  max-width: 100%;
}

.we-create-unforgettable-travel-experiences-that-you-will-cherish-all-your-life {
  color: var(--White-900, #fff);
  font-size: 18px;
  line-height: 28px;
  margin-top: 32px;
}

.menu-categories {
  display: flex;
  margin-top: 32px;
  width: 100%;
  align-items: start;
  gap: 40px 48px;
  font-size: 16px;
  color: var(--Gray-400, #8896ab);
  white-space: nowrap;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .menu-categories {
    max-width: 100%;
    white-space: initial;
  }
}

.img-49 {
  aspect-ratio: 1.43;
  object-fit: contain;
  object-position: center;
  width: 166px;
  border-radius: 5px;
  align-self: stretch;
  margin: auto 0;
}

.div-56 {
  min-height: 0px;
  margin-top: 30px;
  width: 100%;
  max-width: 1122px;
  border-bottom: 1px solid rgba(51, 63, 81, 1);
}

@media (max-width: 991px) {
  .div-56 {
    max-width: 100%;
    margin-top: 40px;
    padding-left: 3%;
  }
}

.div-57 {
  display: flex;
  margin-top: 32px;
  width: 1130px;
  max-width: 100%;
  align-items: center;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .div-57 {
    margin-top: 40px;
  }
}

.reserved {
  color: var(--Gray-400, #8896ab);
  align-self: stretch;
  margin: auto 0;
  font: 500 16px Poppins, sans-serif;
}

.div-58 {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 34px;
  justify-content: start;
  margin: auto 0;
}

.img-50 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 42px;
  align-self: stretch;
  margin: auto 0;
}

.img-51 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 46px;
  align-self: stretch;
  margin: auto 0;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.popup-content {
  background-color: #f9f9f9;
  width: 320px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-content h2 {
  font-size: 24px;
  text-align: center;
}

/* Styles for the form */
.popup-form input[type="text"],
.popup-form input[type="email"],
.popup-form input[type="date"],
.popup-form textarea {
  width: calc(100% - 2px);
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.select-time {
  width: calc(100% - 2px);
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.popup-form button {
  width: 100%;
  padding: 12px 0;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.popup-form button:hover {
  background-color: #0056b3;
}

.close-btn {
  position: relative;
  margin-left: 16rem;
  cursor: pointer;
}

.play-app-store {
  display: flex;
  flex-direction: column;
  gap: 12px;
}


/* General styles for the card container */
.div-5 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px 0;
  justify-content: center;
}

.div-6 {
  flex: 0 0 auto;
  width: 110px;
  margin-right: 10px;
  scroll-snap-align: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Image styling */
.img-4,
.img-5,
.img-6,
.img-7,
.img-8,
.img-9,
.img-10,
.img-11 {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
}

/* Text within the cards */
.div-7 {
  text-align: center;
  font-size: 16px;
}

/* Mobile styles for horizontal scroll */
@media (max-width: 768px) {
  .div-5 {
    overflow-x: auto;
    /* Ensure horizontal scroll is enabled */
    display: flex;
    flex-direction: row;
  }

  .div-6 {
    width: 112px;
    /* Reduce card width on smaller screens for better fit */
  }
}

/* Style for the scroll-to-top button */
#scrollTopBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 99;
  font-size: 18px;
  background-color: rgba(2, 78, 105, 1);
  color: white;
  border: none;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 50px;
}

#scrollTopBtn:hover {
  background-color: #333;
  /* Darken the button when hovered */
}


/* Button Style */
.btn-2 {
  background-color: rgba(2, 78, 105, 1);
  color: white;
  padding: 6px 33px;
  font-size: 16px;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


/* Dropdown Container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Menu */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  /* Positions the menu below the button */
  left: 0;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  min-width: 200px;
}

/* Dropdown Items */
.dropdown-menu li {
  padding: 10px;
  text-align: left;
}

.dropdown-menu li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  display: block;
}

.dropdown-menu li:hover a {
  background-color: #efefef;
}

/* Show Dropdown */
.dropdown-menu.show {
  display: block;
}

.tools-list {
  background-color: rgba(232, 237, 239, 1);
  align-self: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 40px 80px;
}

@media (max-width: 991px) {
  .tools-list {
    max-width: 100%;
    padding: 0 20px;
  }
}