.navbar-navbar {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.navbar-desktop {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.navbar-main {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.navbar-branding {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.navbar-navlink {
  display: contents;
}
.navbar-image {
  width: 171px;
  height: 59px;
  object-fit: cover;
  text-decoration: none;
}
.navbar-links {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  padding-top: 12px;
  border-radius: 6px;
  flex-direction: row;
  padding-bottom: 12px;
  justify-content: center;
}
.navbar-link1 {
  text-decoration: none;
}
.navbar-link2 {
  text-decoration: none;
}
.navbar-quick-actions {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.navbar-hamburger-menu {
  width: 20px;
  height: 12px;
  display: none;
}
.navbar-mobile {
  gap: var(--dl-space-space-fourunits);
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  z-index: 200;
  position: fixed;
  transform: translateX(100%);
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ffffff;
}
.navbar-top {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.navbar-image1 {
  width: 150px;
  object-fit: cover;
}
.navbar-icon {
  width: 28px;
  height: 28px;
}
.navbar-links1 {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.navbar-navlink1 {
  text-decoration: none;
}
.navbar-navlink2 {
  text-decoration: none;
}
.navbar-navlink3 {
  text-decoration: none;
}
.navbar-navlink4 {
  text-decoration: none;
}
.navbar-buttons {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.navbar-navlink5 {
  display: contents;
}
.navbar-btn {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: #ADE2DF;
}
.navbar-text {
  font-style: normal;
  font-weight: 500;
}
.navbar-navlink6 {
  display: contents;
}
.navbar-btn1 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: #ADE2DF;
}
.navbar-text1 {
  font-style: normal;
  font-weight: 500;
}
.navbar-root-class-name {
  background-color: #e0e0e0;
}
.navbar-root-class-name1 {
  background-color: #e0e0e0;
}
.navbar-root-class-name2 {
  background-color: #e0e0e0;
}
@media(max-width: 991px) {
  .navbar-navbar {
    align-items: center;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .navbar-links {
    display: none;
  }
  .navbar-hamburger-menu {
    display: flex;
  }
}
@media(max-width: 767px) {
  .navbar-navbar {
    align-items: center;
  }
  .navbar-mobile {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
}

.overlay-overlay {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-size: cover;
  justify-content: center;
  background-image: url("public/playground_assets/zhenyu-luo-zp5uth4v7yy-unsplash-1500h.png");
}
.overlay-text {
  color: rgb(193, 255, 252);
  width: 100%;
  font-size: 40px;
  max-width: 490px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.overlay-navlink {
  display: contents;
}
.overlay-book-btn {
  width: 239px;
  cursor: pointer;
  height: 51px;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #9afdff;
}
.overlay-book-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-text5 {
  color: #373737;
  width: 100%;
  max-width: 490px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
}



@media(max-width: 767px) {
  .overlay-overlay {
    gap: var(--dl-space-space-oneandhalfunits);
    flex: 1;
    z-index: 50;
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-threeunits);
    background-size: cover;
    justify-content: flex-start;
    background-image: url("public/playground_assets/zhenyu-luo-zp5uth4v7yy-unsplash-1500h.png");
  }
  .overlay-text {
    font-size: 32px;
  }
  .overlay-root-class-name1 {
    height: var(--dl-size-size-xxlarge);
    background-size: cover;
    background-image: 6ad4b80f-f4cc-4f0a-acd1-f11719f88014;
  }
}
@media(max-width: 479px) {
  .overlay-overlay {
    background-size: cover;
    background-image: url("public/playground_assets/zhenyu-luo-zp5uth4v7yy-unsplash-1500h.png");
  }
  .overlay-book-btn {
    width: 170px;
    height: 20px;
  }
}

.footer-footer {
  gap: var(--dl-space-space-threeunits);
  color: white;
  width: 100%;
  height: 277px;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 20px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: flex-start;
  background-color: #000000;
}
.footer-information {
  gap: var(--dl-space-space-unit);
  width: 284px;
  height: 252px;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer-heading {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  width: 377px;
  display: flex;
  max-width: 265px;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-navlink {
  display: contents;
}
.footer-pasted-image {
  width: 150px;
  text-decoration: none;
}
.footer-socials {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  max-width: 265px;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.footer-text {
  font-size: 14px;
  text-align: center;
  font-family: Poppins;
  line-height: 21px;
}
.footer-text1 {
  z-index: 100;
  font-size: 14px;
  margin-top: -12px;
  text-align: center;
  font-family: Poppins;
  line-height: 21px;
  border-radius: var(--dl-radius-radius-radius4);
}
.footer-text2 {
  z-index: 100;
  font-size: 14px;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Poppins;
  line-height: 21px;
  border-radius: var(--dl-radius-radius-radius4);
  margin-bottom: var(--dl-space-space-threeunits);
}


@media(max-width: 991px) {
  .footer-footer {
    padding-top: 38px;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    padding-bottom: 88px;
  }
}
@media(max-width: 767px) {
  .footer-footer {
    gap: var(--dl-space-space-twounits);
    padding-top: 29px;
    padding-bottom: 101px;
  }
  .footer-information {
    gap: var(--dl-space-space-oneandhalfunits);
    align-self: center;
  }
  .footer-heading {
    gap: var(--dl-space-space-halfunit);
  }
  .footer-pasted-image {
    width: 100px;
  }
  .footer-socials {
    gap: var(--dl-space-space-halfunit);
  }
  .footer-text {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-text1 {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-text2 {
    font-size: 12px;
    line-height: 18px;
  }
}
@media(max-width: 479px) {
  .footer-footer {
    padding-bottom: 21px;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
}
.home-header {
  width: 100%;
  height: 684px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-heading {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.home-navlink {
  display: contents;
}
.home-component {
  text-decoration: none;
}
.home-hero {
  width: 100%;
  height: 535px;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
}
.home-content {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  z-index: 20;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-title {
  width: 50%;
  font-size: 55px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 76px;
}
.home-caption {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 400;
  line-height: 27px;
}
.home-hero-buttons {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  z-index: 15;
  position: relative;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.home-navlink1 {
  display: contents;
}
.home-android-btn {
  gap: var(--dl-space-space-halfunit);
  fill: white;
  color: white;
  width: 30%;
  cursor: pointer;
  display: flex;
  align-self: flex-start;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
}
.home-android-btn:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.home-caption1 {
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
.home-images {
  gap: var(--dl-space-space-oneandhalfunits);
  right: -210px;
  bottom: -300px;
  margin: auto;
  display: flex;
  overflow: hidden;
  position: absolute;
  transform: rotate(-30deg);
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-column {
  gap: var(--dl-space-space-oneandhalfunits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-column1 {
  gap: var(--dl-space-space-oneandhalfunits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-column2 {
  gap: var(--dl-space-space-oneandhalfunits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image {
  top: 193px;
  right: 108px;
  width: 344px;
  height: 729px;
  z-index: 100;
  position: absolute;
  object-fit: cover;
}
.home-banner-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: space-between;
}
.home-banner {
  width: 100%;
  height: 360px;
  display: flex;
  overflow: hidden;
  max-width: 1200px;
  align-items: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  background-color: #375EE0;
}
@media(max-width: 991px) {
  .home-header {
    height: 489px;
  }
  .home-hero {
    flex-direction: column;
  }
  .home-content {
    gap: var(--dl-space-space-unit);
    flex: 0 0 auto;
    padding-top: var(--dl-space-space-unit);
    padding-bottom: 0px;
  }
  .home-title {
    width: 55%;
    font-size: 50px;
    text-align: left;
    line-height: 58px;
  }
  .home-caption {
    font-size: 16px;
  }
  .home-hero-buttons {
    width: 50%;
  }
  .home-android-btn {
    flex: 1;
    width: auto;
    align-self: center;
  }
  .home-images {
    left: 0px;
    right: -100px;
    bottom: -325px;
    margin: auto;
  }
  .home-image {
    top: 15%;
    right: var(--dl-space-space-fiveunits);
    width: 30%;
    height: 60%;
  }
}
@media(max-width: 767px) {
  .home-header {
    height: 455px;
  }
  .home-hero {
    width: 764px;
    height: 360px;
    margin-bottom: 0px;
  }
  .home-title {
    width: 60%;
    font-size: 40px;
    line-height: 48px;
  }
  .home-caption {
    font-size: 16px;
    line-height: 24px;
  }
  .home-hero-buttons {
    width: 40%;
    height: 65px;
    align-items: center;
    justify-content: flex-start;
  }
  .home-android-btn {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  .home-images {
    bottom: -250px;
  }
  .home-image {
    top: 20%;
    right: var(--dl-space-space-fourunits);
    width: 30%;
    height: 50%;
  }
  .home-banner-container {
    height: var(--dl-size-size-xxlarge);
  }
  .home-banner {
    height: 520px;
    position: relative;
  }
}
@media(max-width: 479px) {
  .home-header {
    height: 415px;
  }
  .home-hero {
    width: 100%;
    height: 323px;
    margin-right: 0px;
  }
  .home-content {
    width: 478px;
    height: 264px;
    margin-bottom: 4px;
  }
  .home-title {
    width: 85%;
    font-size: 35px;
  }
  .home-hero-buttons {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .home-android-btn {
    width: 40%;
    height: auto;
    align-self: flex-start;
  }
  .home-images {
    bottom: -300px;
  }
  .home-image {
    top: 300px;
    right: 26px;
    width: 40%;
    height: 40%;
    position: absolute;
  }
  .home-banner-container {
    height: var(--dl-size-size-xxlarge);
  }
}
