.navbar-wrapper {
  display: contents;
}

.navbar-navbar {
  width: 100%;
  display: flex;
  z-index: 1000;
  position: relative;
  max-width: 1200px;
  align-self: center;
  align-items: center;
  flex-shrink: 1;
  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-fiveunits);
}

.navbar-branding-logo {
  box-sizing: content-box;
}

.navbar-nav-content {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-direction: row;
  justify-content: flex-start;
}

.navbar-nav-links1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  border-color: transparent;
}

.nav-link:hover {
  color: rgb(248, 184, 10);
  text-decoration: none;
}

.navbar-link10 {
  color: rgb(248, 184, 10);
  text-decoration: none;
}

.navbar-link11 {
  color: #f8b80a;
  text-decoration: none;
}

.navbar-link12 {
  color: rgb(248, 184, 10);
  text-decoration: none;
}

.navbar-link13 {
  color: rgb(248, 184, 10);
  text-decoration: none;
}

.navbar-link14 {
  color: #f8b80a;
  text-decoration: none;
}

.navbar-link15 {
  color: rgb(248, 184, 10);
  text-decoration: none;
}

.navbar-hamburger {
  display: none;
}

.navbar-image1 {
  width: 100px;
  object-fit: cover;
}

.navbar-mobile-menu {
  gap: var(--dl-space-space-twounits);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: fixed;
  transform: translateX(100%);
  transition: 0.3s;
  align-items: stretch;
  flex-direction: column;
  background-color: #fff;
}

.navbar-branding {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.navbar-image2 {
  width: 100px;
  filter: brightness(0) saturate(100%);
  object-fit: cover;
}

.navbar-container1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.navbar-icon1 {
  width: 24px;
  height: 24px;
}

.navbar-nav-links2 {
  gap: var(--dl-space-space-unit);
  color: var(--dl-color-gray-black);
  display: flex;
  flex-direction: column;
}

.navbar-text {
  color: rgba(255, 255, 255, 1);
  align-self: auto;
  font-style: Medium;
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}

.navbar-container3 {
  display: contents;
}



@media(max-width: 767px) {
  .navbar-navbar {
    padding-bottom: var(--dl-space-space-fourunits);
  }

  .navbar-branding-logo {
    width: 80px;
  }

  .navbar-nav-links1 {
    display: none;
  }

  .navbar-hamburger {
    display: flex;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }

  .navbar-image1 {
    width: 16px;
    height: 14px;
  }

  .navbar-branding {
    width: 100%;
  }

  .navbar-nav-links2 {
    margin-top: var(--dl-space-space-twounits);
    align-items: flex-start;
    margin-bottom: var(--dl-space-space-twounits);
    justify-content: center;
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  background-color: #0F0F0F;
}

.home-section1 {
  width: 100%;
  /* height: 80vh; */
  display: flex;
  align-items: center;
  border-color: #51515A;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  justify-content: center;
  border-bottom-width: 1px;
}

.home-slider {
  width: 100%;
  height: 500px;
  display: inline-block;
}

.home-slider-slide1 {
  display: flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("public/banner/banner1.jpeg");
}

.home-slider-slide2 {
  display: flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("public/banner/banner2.jpg");
}

.home-slider-slide3 {
  display: flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("public/banner/banner3.jpg");
}

.home-mobile-slide1 {
  width: 100%;
  height: 500px;
  display: flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("public/banner/banner-mobile-1.jpg");
}

.home-mobile-slide2 {
  display: flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("public/banner/banner-mobile-2.jpg");
}

.home-mobile-slide3 {
  display: flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("public/banner/banner-mobile-3.jpg");
}

.home-slider-pagination {
  display: block;
}

.home-section2 {
  gap: var(--dl-space-space-sixunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}

.home-header1 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-text10 {
  color: rgb(248, 184, 10);
}

.home-note {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.home-image1 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.home-image2 {
  width: 80%;
  object-fit: cover;
}

.home-content1 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-main1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-heading1 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-text16 {
  color: #f8b80a;
}

.home-text29 {
  color: #f8b80a;
}

.home-section3 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}

.home-cube1 {
  right: -150px;
  width: 210px;
  bottom: -80px;
  height: 210px;
  margin: auto;
  display: flex;
  position: absolute;
  transform: rotateX(240deg) rotateY(50deg) rotateZ(-110deg);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform-style: preserve-3d;
}

.home-top1 {
  transform: translateZ(-210px);
  background-image: linear-gradient(270deg, rgb(253, 253, 253) 0.00%, rgb(178, 178, 178) 100.00%);
}

.home-front1 {
  transform: rotateX(90deg);
  background: grey;
  background-image: linear-gradient(90deg, rgb(247, 247, 247) 0.00%, rgb(203, 203, 203) 100.00%);
  transform-origin: bottom;
}

.home-left1 {
  width: 210px;
  transform: translateZ(-210px) rotateY(90deg);
  background-image: linear-gradient(90deg, rgb(247, 247, 247) 0.00%, rgb(203, 203, 203) 100.00%);
  transform-origin: right;
}

.home-pricing1 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  z-index: 50;
  max-width: 1200px;
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
}

.home-header2 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-left2 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-section4 {
  color: #f8b80a;
}

.home-right1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-paragraph2 {
  width: 100%;
  display: none;
  font-size: 18px;
  max-width: 600px;
  text-align: center;
  line-height: 32px;
}

.home-plans-container1 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-row11 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
}

.home-image3 {
  width: 45%;
  height: auto;
  align-self: center;
  object-fit: cover;
  margin-right: 10px;
}

.home-image4 {
  width: 45%;
  align-self: center;
  object-fit: cover;
}

.home-section5 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}

.home-cube2 {
  right: -150px;
  width: 210px;
  bottom: -80px;
  height: 210px;
  margin: auto;
  display: flex;
  position: absolute;
  transform: rotateX(240deg) rotateY(50deg) rotateZ(-110deg);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform-style: preserve-3d;
}

.home-top2 {
  transform: translateZ(-210px);
  background-image: linear-gradient(270deg, rgb(253, 253, 253) 0.00%, rgb(178, 178, 178) 100.00%);
}

.home-front2 {
  transform: rotateX(90deg);
  background: grey;
  background-image: linear-gradient(90deg, rgb(247, 247, 247) 0.00%, rgb(203, 203, 203) 100.00%);
  transform-origin: bottom;
}

.home-left3 {
  width: 210px;
  transform: translateZ(-210px) rotateY(90deg);
  background-image: linear-gradient(90deg, rgb(247, 247, 247) 0.00%, rgb(203, 203, 203) 100.00%);
  transform-origin: right;
}

.home-pricing2 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  z-index: 50;
  max-width: 1200px;
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
}

.home-header3 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-left4 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-section6 {
  color: rgb(248, 184, 10);
}

.home-right2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-paragraph3 {
  width: 100%;
  display: none;
  font-size: 18px;
  max-width: 600px;
  text-align: center;
  line-height: 32px;
}

.home-plans-container2 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-row12 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
}

.home-image5 {
  width: 45%;
  height: auto;
  align-self: center;
  object-fit: cover;
  margin-right: 10px;
}

.home-image6 {
  width: 45%;
  align-self: center;
  object-fit: cover;
}

.home-section7 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}

.home-pricing3 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  z-index: 50;
  max-width: 1200px;
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
}

.home-header4 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-left5 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-section8 {
  color: rgb(248, 184, 10);
}

.home-right3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-paragraph4 {
  width: 100%;
  display: none;
  font-size: 18px;
  max-width: 600px;
  text-align: center;
  line-height: 32px;
}

.home-text38 {
  color: rgb(255, 255, 255);
  width: 100%;
}

.home-text45 {
  color: #f8b80a;
}

.home-text46 {
  color: #f8b80a;
}

.home-text49 {
  color: #ffffff;
}

.home-text52 {
  color: #ffffff;
}

.home-text55 {
  color: #ffffff;
}

.home-text58 {
  color: #ffffff;
}

.home-text61 {
  color: #ffffff;
}

.home-container2 {
  flex: 0 0 auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
}

.home-text67 {
  color: #ffffff;
}

.home-container3 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}

.home-text68 {
  color: rgb(248, 184, 10);
}

.home-footer {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
}

.footer-link {
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  color: #f8b80a;
}

.home-content2 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}

.home-main-content {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.home-content3 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}

.home-main2 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-header5 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-branding {
  width: 261px;
  object-fit: cover;
}

.home-categories {
  gap: var(--dl-space-space-fourunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}

.home-category1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-header6 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-text69 {
  color: #f8b80a;
}

.home-links1 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.home-category2 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 175px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-header7 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-text73 {
  color: #f8b80a;
}

.home-links2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.home-copyright1 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-text77 {
  color: rgb(196, 196, 196);
  width: 100%;
  font-size: 14px;
  font-family: "Poppins";
  line-height: 21px;
}

.home-subscribe {
  gap: var(--dl-space-space-unit);
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.home-text78 {
  color: #f8b80a;
  font-size: 20px;
  font-style: normal;
  text-align: left;
  font-weight: 500;
}

.home-text79 {
  color: #cccccc;
}

.home-socials {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}

.home-link1 {
  display: contents;
}

.home-link2 {
  display: contents;
}

.home-link3 {
  display: contents;
}

.home-copyright2 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-text84 {
  color: #C4C4C4;
  width: 100%;
  font-size: 14px;
  font-family: Poppins;
  line-height: 21px;
}

.home-container5 {
  display: contents;
}

@media(max-width: 991px) {
  .home-section1 {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }

  .home-text10 {
    text-align: center;
  }

  .home-content2 {
    gap: var(--dl-space-space-threeunits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .home-copyright1 {
    display: none;
  }

  .home-copyright2 {
    display: flex;
  }
}

@media(max-width: 767px) {
  .home-section2 {
    gap: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-twounits);
  }

  .home-text10 {
    font-size: 32px;
    text-align: center;
  }

  .home-note {
    flex-direction: column-reverse;
  }

  .home-cube1 {
    right: -250px;
  }

  .home-cube2 {
    right: -250px;
  }

  .home-content3 {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
  }

  .home-main2 {
    gap: var(--dl-space-space-twounits);
  }

  .home-categories {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
  }
}

@media(max-width: 479px) {
  .home-pricing1 {
    gap: var(--dl-space-space-oneandhalfunits);
  }

  .home-paragraph2 {
    font-size: 16px;
  }

  .home-pricing2 {
    gap: var(--dl-space-space-oneandhalfunits);
  }

  .home-paragraph3 {
    font-size: 16px;
  }

  .home-pricing3 {
    gap: var(--dl-space-space-oneandhalfunits);
  }

  .home-paragraph4 {
    font-size: 16px;
  }
}