.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;
  }
}

.products-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.products-container1 {
  width: 1000px;
  height: 184px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.products-text {
  font-size: 50px;
  align-self: center;
  text-align: left;
  font-family: Poppins;
}
.products-text1 {
  text-align: left;
}
.products-container2 {
  width: 550px;
  height: 464px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.products-link {
  display: contents;
}
.products-image {
  top: -4px;
  right: 71px;
  width: 400px;
  height: 400px;
  margin: auto;
  position: absolute;
  object-fit: cover;
  margin-left: auto;
  border-radius: 2%;
  text-decoration: none;
}
.products-text3 {
  left: 0px;
  right: 0px;
  bottom: 14px;
  margin: auto;
  position: absolute;
  font-size: 20px;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
}
.products-link1 {
  color: var(--dl-color-gray-white);
  width: var(--dl-size-size-xlarge);
  height: auto;
  box-shadow: rgb(212, 212, 212) 5px 5px 10px 0px;
  text-align: center;
  font-family: Poppins;
  border-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  background-color: var(--dl-color-gray-black);
}
.products-container3 {
  width: 100%;
  height: var(--dl-size-size-small);
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  flex-direction: column;
  justify-content: flex-start;
}
.products-container4 {
  width: 550px;
  height: 464px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.products-link2 {
  display: contents;
}
.products-image1 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 400px;
  height: 400px;
  margin: auto;
  position: absolute;
  object-fit: cover;
  border-radius: 2%;
  text-decoration: none;
}
.products-text4 {
  left: 0px;
  right: 0px;
  bottom: 14px;
  margin: auto;
  position: absolute;
  font-size: 20px;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
}
.products-link3 {
  color: var(--dl-color-gray-white);
  width: var(--dl-size-size-xlarge);
  height: auto;
  box-shadow: rgb(212, 212, 212) 5px 5px 10px 0px;
  text-align: center;
  font-family: Poppins;
  border-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  background-color: var(--dl-color-gray-black);
}
.products-container5 {
  width: 100%;
  height: var(--dl-size-size-small);
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  flex-direction: column;
  justify-content: flex-start;
}
.products-container6 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width: 991px) {
  .products-text {
    align-self: center;
  }
  .products-container3 {
    width: 100%;
    height: var(--dl-size-size-small);
  }
  .products-container5 {
    width: 100%;
    height: var(--dl-size-size-small);
  }
}
@media(max-width: 767px) {
  .products-container1 {
    width: 100%;
  }
  .products-text {
    align-self: center;
  }
  .products-container3 {
    width: 100%;
    height: var(--dl-size-size-small);
  }
  .products-container5 {
    width: 100%;
    height: var(--dl-size-size-small);
  }
}
@media(max-width: 479px) {
  .products-container1 {
    width: 100%;
    height: var(--dl-size-size-large);
  }
  .products-text {
    width: 100%;
    height: auto;
    font-size: 40px;
    align-self: center;
    text-align: center;
    font-family: Poppins;
  }
  .products-container2 {
    width: 100%;
    height: 348px;
  }
  .products-image {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 300px;
    height: 300px;
    margin: auto;
  }
  .products-container3 {
    width: 100%;
    height: 40px;
  }
  .products-container4 {
    width: 100%;
    height: 360px;
    margin-bottom: 0px;
  }
  .products-image1 {
    top: var(--dl-space-space-halfunit);
    left: 0px;
    right: 0px;
    width: 300px;
    height: 300px;
    margin: auto;
  }
  .products-container5 {
    width: 100%;
    height: 40px;
  }
}
