* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 2560px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 3360px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 3840px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
}

.side-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  display: flex;
  justify-content: end;
  background-color: rgba(0, 0, 0, 0.38);
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .side-nav {
    display: none;
  }
}
.side-nav .nav-content {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.side-nav .nav-content .header {
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.4rem;
}
@media only screen and (min-width: 600px) {
  .side-nav .nav-content .header {
    height: 8.8rem;
  }
}
.side-nav .nav-content .mobile-menu-container {
  padding: 0.8rem 0;
}
.side-nav .nav-content .mobile-menu-container a {
  height: 5.6rem;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
  gap: 1.6rem;
  font-size: 1.6rem;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  line-height: 2.4rem;
}
.side-nav .nav-content .mobile-menu-container a:hover {
  background-color: rgba(136, 84, 208, 0.04);
  color: #8854D0;
}
.side-nav .nav-content .mobile-menu-container .language-container a {
  width: 100%;
  display: flex;
  padding-left: 6.4rem;
  padding-right: 2.4rem;
  justify-content: space-between;
}
.side-nav .nav-content .mobile-menu-container .language-container a img {
  display: none;
  margin: 0.8rem;
}
.side-nav .nav-content .mobile-menu-container .language-container a.selected-language {
  background-color: rgba(136, 84, 208, 0.04);
  color: #8854D0;
}
.side-nav .nav-content .mobile-menu-container .language-container a.selected-language img {
  display: block;
}

header {
  position: sticky;
  top: 0;
  height: 5.6rem;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 600px) {
  header {
    height: 8.8rem;
  }
}

nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: block;
  height: 3.2rem;
  width: auto;
}

.logo img {
  height: 3.2rem;
  width: auto;
}
@media only screen and (min-width: 600px) {
  .logo img {
    height: 4rem;
  }
}

.menu-container {
  display: none;
  align-items: center;
  gap: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .menu-container {
    display: flex;
  }
}
.menu-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0 1.2rem;
  font-size: 1.4rem;
  line-height: 4rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  border-radius: 0.8rem;
}
.menu-container a:hover {
  background-color: rgba(136, 84, 208, 0.04);
  color: #8854D0;
}
.menu-container a:hover .lang-icon-hover {
  display: block;
}
.menu-container a:hover .lang-icon {
  display: none;
}
.menu-container a img {
  width: 2.4rem;
  height: 2.4rem;
}
.menu-container a .lang-icon-hover {
  display: none;
}
.menu-container .dropdown {
  position: relative;
  display: inline-block;
}
.menu-container .dropbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-family: "Poppins", sans-serif;
  padding: 0 1.2rem;
  font-size: 1.4rem;
  line-height: 4rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  border-radius: 0.8rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.menu-container .dropbtn:hover {
  background-color: rgba(136, 84, 208, 0.04);
  color: #8854D0;
}
.menu-container .dropbtn:hover .lang-icon-hover {
  display: block;
}
.menu-container .dropbtn:hover .lang-icon {
  display: none;
}
.menu-container .dropbtn img {
  width: 2.4rem;
  height: 2.4rem;
}
.menu-container .dropbtn .lang-icon-hover {
  display: none;
}
.menu-container .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  border-radius: 0.8rem;
  min-width: 160px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.16);
  z-index: 1;
  padding: 0.8rem 0;
}
.menu-container .dropdown-content a {
  color: rgba(0, 0, 0, 0.87);
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: normal;
  text-decoration: none;
  display: block;
}
.menu-container .dropdown-content a:hover {
  background-color: rgba(136, 84, 208, 0.04);
  color: #8854D0;
}
.menu-container .dropdown:hover .dropdown-content {
  display: block;
}

.menu-icon {
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.menu-icon:hover {
  background-color: rgba(136, 84, 208, 0.04);
}
@media only screen and (min-width: 1024px) {
  .menu-icon {
    display: none;
  }
}

main {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.contact-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(136, 84, 208);
  background: linear-gradient(180deg, rgb(136, 84, 208) 0%, rgba(136, 84, 208, 0.04) 100%);
}

section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4rem 2.4rem;
  scroll-margin-block-start: 5.6rem;
}
@media only screen and (min-width: 600px) {
  section {
    scroll-margin-block-start: 8.8rem;
    padding: 8rem 2.4rem;
  }
}

.section-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
.section-header .section-title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .section-header .section-title {
    font-size: 4rem;
    line-height: 5.6rem;
  }
}
.section-header .section-subtitle {
  font-weight: normal;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.54);
}
.section-header .section-subtitle a {
  text-decoration: none;
  color: #8854D0;
}

.content-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .content-container {
    max-width: 64rem;
    gap: 8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .content-container {
    max-width: 102.4rem;
    gap: 8rem;
  }
}

.button {
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 0 5.6rem;
  border-radius: 2.8rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #8854D0;
}
.button:hover {
  background-color: #9465D5;
}

#hero {
  width: 100%;
  background: rgb(136, 84, 208);
  background: linear-gradient(180deg, rgb(136, 84, 208) 0%, rgba(136, 84, 208, 0.04) 100%);
}
#hero .title-container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
#hero .slogan {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4rem;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 600px) {
  #hero .slogan {
    font-size: 4.8rem;
    line-height: 6.4rem;
  }
}
#hero .description {
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: normal;
}
#hero .hero-image {
  width: 100%;
  height: auto;
}

#features {
  background-color: rgba(136, 84, 208, 0.04);
}

.features-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.features-group {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media only screen and (min-width: 1280px) {
  .features-group {
    flex-direction: row;
    align-items: flex-start;
  }
}

.feature {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media only screen and (min-width: 1280px) {
  .feature {
    justify-content: center;
  }
}
.feature img {
  width: 4rem;
  height: 4rem;
}
.feature .feature-title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.feature .feature-description {
  text-align: center;
}

@media only screen and (min-width: 600px) {
  #key-features .feature {
    gap: 4rem;
  }
  #key-features .feature .feature-title, #key-features .feature .feature-description {
    text-align: left;
  }
  #key-features .feature .feature-title {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  #key-features .feature {
    gap: 8rem;
  }
}
@media only screen and (min-width: 600px) {
  #key-features .feature:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  #key-features .feature:nth-child(odd) {
    flex-direction: row;
  }
}
#key-features .title-description {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (min-width: 1280px) {
  #key-features .title-description {
    max-width: 40rem;
  }
}
#key-features .feature img {
  width: 18rem;
  height: auto;
}
@media only screen and (min-width: 600px) {
  #key-features .feature img {
    width: 24rem;
  }
}
@media only screen and (min-width: 1024px) {
  #key-features .feature img {
    width: 32rem;
  }
}

#booking-page {
  background-color: #8854D0;
}
#booking-page .section-header .section-title {
  color: #ffffff;
}
#booking-page .section-header .section-subtitle {
  color: rgba(255, 255, 255, 0.75);
}
#booking-page .feature .feature-title {
  color: #ffffff;
}
#booking-page .feature .feature-description {
  color: #ffffff;
}
@media only screen and (min-width: 600px) {
  #booking-page .feature {
    gap: 4rem;
  }
  #booking-page .feature .feature-title, #booking-page .feature .feature-description {
    text-align: left;
  }
  #booking-page .feature .feature-title {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  #booking-page .feature {
    gap: 8rem;
  }
}
@media only screen and (min-width: 600px) {
  #booking-page .feature:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  #booking-page .feature:nth-child(odd) {
    flex-direction: row;
  }
}
#booking-page .title-description {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (min-width: 1280px) {
  #booking-page .title-description {
    max-width: 40rem;
  }
}
#booking-page .feature img {
  width: 18rem;
  height: auto;
}
@media only screen and (min-width: 600px) {
  #booking-page .feature img {
    width: 24rem;
  }
}
@media only screen and (min-width: 1024px) {
  #booking-page .feature img {
    width: 32rem;
  }
}

.tos #key-features .feature .title-description {
  min-width: 100%;
}

#reviews {
  background-color: rgba(136, 84, 208, 0.04);
}

.reviews-container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.review {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border: 0.2rem solid rgba(136, 84, 208, 0.08);
  border-radius: 1.6rem;
  padding: 2.4rem;
  background-color: #ffffff;
}
.review img {
  width: 2.4rem;
  height: 2.4rem;
}
.review .review-body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.review .reviewer {
  display: flex;
  gap: 0.8rem;
  color: rgba(0, 0, 0, 0.54);
}
.review .reviewer .name {
  color: #8854D0;
}

.faqs-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.question-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  border: 0.2rem solid rgba(136, 84, 208, 0.08);
  border-radius: 1.6rem;
  padding: 2.4rem;
  transition: 0.5s;
  cursor: pointer;
}
.question-container:hover {
  background-color: rgba(136, 84, 208, 0.04);
}
.question-container .body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.question-container .collapse-icon, .question-container .answer {
  display: none;
}

.question-container.expanded {
  background-color: rgba(136, 84, 208, 0.04);
}
.question-container.expanded .question {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.question-container.expanded .expand-icon {
  display: none;
}
.question-container.expanded .collapse-icon, .question-container.expanded .answer {
  display: block;
}

.question {
  font-weight: normal;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.54);
}
@media only screen and (min-width: 600px) {
  .question {
    font-size: 2rem;
  }
}

.question-expanded {
  color: rgba(0, 0, 0, 0.87);
}

.answer {
  color: rgba(0, 0, 0, 0.54);
}

#cta {
  background-color: #8854D0;
}
#cta .content-container {
  gap: 2.4rem;
}
#cta .section-title, #cta .section-subtitle {
  color: #ffffff;
}
#cta .section-title {
  font-size: 3.2rem;
  line-height: 4rem;
}
@media only screen and (min-width: 600px) {
  #cta .section-title {
    font-size: 4rem;
    line-height: 5.6rem;
  }
}
#cta .button {
  color: #8854D0;
  background-color: #ffffff;
}
#cta h5 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}
#cta h5 a {
  color: #ffffff;
  font-weight: 500;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.6rem 2.4rem;
  gap: 0.8rem;
  font-size: 1.4rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
}
@media only screen and (min-width: 600px) {
  footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}
@media only screen and (min-width: 600px) {
  footer .links {
    width: auto;
  }
}
footer .links a {
  text-decoration: none;
  color: #8854D0;
  background-color: #ffffff;
}

#contact .content-container {
  max-width: 40rem;
  gap: 4rem;
}
#contact .section-title, #contact .section-subtitle {
  color: #ffffff;
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  border-radius: 1.6rem;
  padding: 2.4rem;
  background-color: #ffffff;
}
.contact-form .button {
  height: 4rem !important;
  font-weight: normal;
  font-size: 1.4rem;
  width: 100%;
}

.input-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.input-container label {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
}
.input-container input {
  width: 100%;
  height: 4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: normal;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.87);
  border: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.input-container input:focus-visible {
  outline: none;
  border-bottom: 0.1rem solid #8854D0;
}
.input-container textarea {
  width: 100%;
  padding: 0.8rem 0;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.87);
  line-height: 2.4rem;
  border: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.input-container textarea:focus-visible {
  outline: none;
  border-bottom: 0.1rem solid #8854D0;
}/*# sourceMappingURL=style.css.map */