* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

a, button, i, .testimonial-card {
  transition: all 0.25s ease;
}

body {
  background-color: #f9fbfd;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-wrapper {
  width: 1920px;
  height: 1080px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background-color: #FAF8F5;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.02);
}

.bg-beige {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background-color: #FAF8F5;
  z-index: 1;
}

.bg-green {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 100%;
  background-color: #A9D6CB;
  z-index: 1;
}

.bg-white-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #FFFFFF;
  z-index: 2;
}

.flower-svg-bg {
  position: absolute;
  left: 1350px;
  transform: translateX(-25%) translateY(23%);
  width: 472.5px;
  height: 436.59px;
  opacity: 0.05;
  pointer-events: none;
  z-index: 5;
}

.main-content {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 1.8rem 10rem 2rem 10rem;
  background-image: url("../assets/30f53723d6cf4245c6d4f518fd6fa57f431e1561.png");
  background-size: 85%;
  background-position: 130% 60%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
  margin-right: 3rem;
  flex-wrap: wrap;
  z-index: 20;
}

.logo {
  font-size: 36px;
  font-weight: 700;
  color: #264065;
  letter-spacing: -0.5px;
}
.logo span {
  color: #A9D6CB;
}

.nav-menu {
  display: flex;
  gap: 4rem;
  font-weight: 500;
  color: #264065;
}
.nav-menu a {
  text-decoration: none;
  color: inherit;
  font-size: 18px;
}
.nav-menu a:hover {
  text-decoration: underline;
}
.nav-menu .more-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: default;
}
.nav-menu .more-wrapper i {
  font-size: 0.75rem;
  color: #909090;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0.5rem 0;
  z-index: 30;
}
.nav-actions i {
  font-size: 20px;
  color: #264065;
  cursor: default;
}
.nav-actions i:hover {
  transform: scale(1.15);
  cursor: pointer;
}
.nav-actions .bag-icon {
  position: relative;
}
.nav-actions .sign-divider {
  width: 1px;
  height: 22px;
  background: #b7c3d3;
}
.nav-actions .sign-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.nav-actions .sign-links a:first-child {
  color: #264065;
  text-decoration: underline;
  margin-left: 0.8rem;
  font-weight: 400;
  font-size: 18px;
}
.nav-actions .sign-links a:first-child:hover {
  text-decoration-color: #A9D6CB;
}
.nav-actions .sign-links a:last-child {
  background-color: #264065;
  text-decoration: none;
  color: #FFFFFF;
  border: none;
  border-radius: 32px;
  padding: 0.9rem 2.2rem;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(26, 56, 92, 0.15);
}
.nav-actions .sign-links a:last-child:hover {
  background-color: #101b29;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr;
  gap: 3rem;
  margin-bottom: 3rem;
  z-index: 15;
}
.hero-left {
  max-width: 809px;
}
.hero-left h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
  color: #264065;
  margin-bottom: 1.5rem;
}
.hero-left .description {
  font-size: 24px;
  color: #909090;
  line-height: 1.5;
  margin-bottom: 4rem;
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 4rem;
}
.hero-buttons .btn-book {
  background-color: #264065;
  color: #FFFFFF;
  border: none;
  border-radius: 32px;
  padding: 0.9rem 2.2rem;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(26, 56, 92, 0.15);
}
.hero-buttons .btn-book:hover {
  background-color: #101b29;
}
.hero-buttons .btn-watch {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #264065;
  cursor: pointer;
}
.hero-buttons .btn-watch .play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  color: #264065;
}
.hero-buttons .btn-watch:hover .play-icon {
  background-color: #A9D6CB;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  background-color: #FFFFFF;
  max-width: 550px;
  margin-top: 2rem;
  border-radius: 16px;
  padding: 2rem 0;
}
.feature-grid .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.feature-grid .feature-item .icon-circle {
  background-color: #A9D6CB;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #264065;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.feature-grid .feature-item .feature-number {
  font-size: 36px;
  font-weight: 500;
  color: #264065;
  line-height: 1.2;
}
.feature-grid .feature-item .feature-text {
  font-weight: 400;
  color: #6b7b8e;
  font-size: 18px;
  line-height: 1.3;
  max-width: 145px;
}

.hero-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 240px;
  padding-top: 2rem;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 18px 30px -12px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.6);
  max-width: 405px;
  width: 100%;
  position: relative;
}
.testimonial-card p {
  color: #070D15;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.testimonial-card .testimonial-author {
  font-weight: 700;
  color: #264065;
  font-size: 18px;
  letter-spacing: 0.3px;
}

.card1 {
  margin-right: 20px;
  margin-bottom: 20px;
  transform: translateX(130px) translateY(180px);
  z-index: 30;
  box-shadow: 0 20px 35px -10px rgba(26, 56, 92, 0.2);
}

.card2 {
  margin-right: 60px;
  transform: translateX(0px) translateY(240px);
  z-index: 28;
}

@media (max-width: 1920px) {
  body {
    overflow-x: auto;
  }
}
@media (max-width: 1400px) {
  .page-wrapper {
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
  .main-content {
    padding: 1.5rem 3rem 3rem 3rem;
    background-size: 75%;
    background-position: 95% bottom;
  }
  .hero {
    gap: 2rem;
  }
  .hero-left h1 {
    font-size: 52px;
    line-height: 66px;
  }
  .hero-left .description {
    font-size: 20px;
    margin-bottom: 2.5rem;
  }
  .nav-menu {
    gap: 1.8rem;
  }
  .nav-actions {
    gap: 1rem;
  }
  .card1 {
    transform: translateX(0) translateY(120px);
    margin-right: 0;
  }
  .card2 {
    transform: translateX(0) translateY(150px);
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .bg-beige, .bg-green, .bg-white-bottom, .flower-svg-bg {
    display: none;
  }
  .page-wrapper {
    background-color: #FAF8F5;
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
  .main-content {
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    background-image: none;
  }
  nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .nav-menu {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .nav-actions {
    align-self: flex-end;
    margin-top: -1.5rem;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .hero-left {
    max-width: 100%;
  }
  .hero-left h1 {
    font-size: 42px;
    line-height: 54px;
  }
  .hero-left .description {
    font-size: 18px;
    margin-bottom: 2rem;
  }
  .hero-buttons {
    margin-bottom: 2.5rem;
  }
  .hero-right {
    align-items: center;
    padding-top: 0;
    margin-top: 2rem;
    width: 100%;
  }
  .feature-grid {
    max-width: 100%;
    margin-top: 1rem;
    padding: 1.5rem 0;
  }
  .testimonial-card {
    position: static;
    transform: none !important;
    margin: 0 0 1.5rem 0;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
  }
  .card1, .card2 {
    margin-right: 0;
    transform: none;
  }
  .feature-item .icon-circle {
    width: 60px;
    height: 60px;
  }
  .feature-item .feature-number {
    font-size: 28px;
  }
  .feature-item .feature-text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .hero-left h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .nav-actions {
    gap: 0.8rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 0;
  }
  .sign-links {
    gap: 0.8rem;
  }
  .sign-links a:last-child {
    padding: 0.5rem 1.2rem;
    font-size: 16px;
  }
  .feature-grid {
    gap: 0.5rem;
    padding: 1rem 0;
  }
  .icon-circle {
    width: 52px;
    height: 52px;
  }
  .feature-number {
    font-size: 24px;
  }
}
@media (min-width: 993px) and (max-width: 1400px) {
  .bg-beige, .bg-green, .bg-white-bottom, .flower-svg-bg {
    display: block;
  }
  .bg-green {
    width: 35%;
  }
  .flower-svg-bg {
    left: 1150px;
    width: 400px;
    height: auto;
  }
}
@media (min-width: 1401px) {
  .bg-beige, .bg-green, .bg-white-bottom, .flower-svg-bg {
    display: block;
  }
}/*# sourceMappingURL=main.css.map */