.faq-accordion {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.faq-element {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faq-details {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faq-text {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
.faq-text01 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: Poppins;
  line-height: 24px;
  user-select: text;
}
.faq-icon {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.faq-element1 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faq-details1 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faq-text02 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
.faq-text03 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: Poppins;
  line-height: 28px;
  user-select: text;
}
.faq-icon2 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.faq-element2 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faq-details2 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faq-text04 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
.faq-text05 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: Poppins;
  line-height: 28px;
  user-select: text;
}
.faq-icon4 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.faq-element3 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.faq-details3 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.faq-text06 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 28px;
}
.faq-text07 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: Poppins;
  line-height: 28px;
  user-select: text;
}
.faq-icon6 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

@media (max-width: 767px) {
  .faq-text {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-text02 {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-text04 {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-text06 {
    font-size: 16px;
    line-height: 24px;
  }
}

.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  background-color: #0f0f0f;
}
.home-section {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  align-items: center;
  border-color: #51515a;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 73px;
  justify-content: center;
  background-image: linear-gradient(to right, #fc00ff 0%, #00dbde 100%);
  border-bottom-width: 1px;
}
.home-main {
  gap: var(--dl-space-space-threeunits);
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-self: center;
  /* align-items: flex-end; */
  justify-content: center;
  /* z-index: 10; */

  /* margin-bottom: var(--dl-space-space-twounits); */
  /* margin-right: var(--dl-space-space-twounits); */
}

.overlay-filter {
  background: linear-gradient(
    135deg,
    rgba(64, 65, 66, 0.92) 0%,
    rgba(0, 0, 0, 0.98) 100%
  );
  /* box-shadow: 5px 5px 10px 0px #000000; */
  border-radius: 0px 0px 8px 8px;

  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.home-overlay {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  background-attachment: fixed;
  background-position: center;
  border-radius: 8px 0px 8px 8px;
  box-shadow: 5px 5px 10px 0px #000000;
  /* width: auto; */
  /* background-size: 450px; */
}

.home-image {
  width: 40%;
  height: auto;
  max-width: 540px;
  min-width: 220px;
  max-height: auto;
  object-fit: cover;
}
.home-caption {
  color: rgb(255, 255, 255);
  font-size: 20px;
  align-self: center;
  text-align: center;
  font-family: Poppins;
  line-height: 30px;
}
.home-buttons {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
}
.home-link {
  display: contents;
}
.home-get-started {
  display: flex;
  text-decoration: none;
  background-color: #80ff44;
}
.home-text {
  color: #0c100c;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
.home-get-started1 {
  background-color: #2a2a2a;
  display: none;
}
.home-text01 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.home-section01 {
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  margin-left: var(--dl-space-space-sixunits);
  padding-top: 2px;
  margin-right: var(--dl-space-space-sixunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
}
.home-container1 {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  align-items: center;
  flex-direction: column;
}
.home-text02 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  padding-top: var(--dl-space-space-threeunits);
}
.home-features {
  width: 100%;
  display: flex;
  max-width: 100%;
  align-self: flex-start;
  margin-top: 117px;
  align-items: center;
  margin-left: 0px;
  user-select: none;
  border-color: #5a5a5a;
  margin-right: 0px;
  padding-left: 0px;
  margin-bottom: 120px;
  padding-right: 0px;
  flex-direction: row;
  justify-content: center;
  border-bottom-width: 1px;
}
.home-text03 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text04 {
  color: rgb(121, 124, 128);
  font-family: Poppins;
}
.home-feature1 {
  align-items: center;
}
.home-text05 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text06 {
  color: rgb(121, 124, 128);
  font-family: Poppins;
}
.home-feature2 {
  align-items: flex-end;
}
.home-text07 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
.home-text08 {
  color: rgb(121, 124, 128);
  font-family: Poppins;
}
.home-note {
  gap: 140px;
  width: auto;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-main1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: flex-end;
}

.home-heading {
  color: rgb(255, 255, 255);
  font-size: 32px;
  align-self: center;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
.home-paragraph {
  color: rgb(204, 204, 204);
  width: 50%;
  min-width: var(--dl-size-size-xxlarge);
  text-align: center;
  font-family: Poppins;
  line-height: 28px;
}
.home-explore-more {
  gap: var(--dl-space-space-oneandhalfunits);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  border-color: #80ff44;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  border-bottom-width: 1px;
}
.home-explore-more:hover {
  opacity: 0.5;
}
.home-link1 {
  display: contents;
}
.home-text11 {
  color: rgb(128, 255, 68);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.home-section02 {
  gap: var(--dl-space-space-fiveunits);
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: #51515a;
  padding-left: var(--dl-space-space-sixunits);
  padding-right: var(--dl-space-space-sixunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-image: linear-gradient(to right, #fc00ff 0%, #00dbde 100%);
  border-top-width: 1px;
}
.home-container2 {
  gap: var(--dl-space-space-fourunits);
  width: 100vw;
  display: flex;
  column-gap: var(--dl-space-space-fourunits);
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: 7vw;
  flex-direction: column;
  padding-bottom: 5vh;
}
.home-container3 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
.home-container4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.home-section04 {
  align-self: flex-start;
}
.home-heading2 {
  align-self: flex-start;
}
.home-container5 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-container6 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-section07 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}
.home-cube {
  top: 20px;
  left: 0px;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  transform: rotateX(240deg) rotateY(25deg) rotateZ(-110deg);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform-style: preserve-3d;
}
.home-top {
  transform: translateZ(-120px);
  background-image: linear-gradient(
    270deg,
    rgb(253, 253, 253) 0%,
    rgb(178, 178, 178) 100%
  );
}
.home-front {
  transform: rotateX(90deg);
  background: grey;
  background-image: linear-gradient(
    90deg,
    rgb(247, 247, 247) 0%,
    rgb(203, 203, 203) 100%
  );
  transform-origin: bottom;
}
.home-left {
  width: 120px;
  transform: translateZ(-120px) rotateY(90deg);
  background-image: linear-gradient(
    90deg,
    rgb(247, 247, 247) 0%,
    rgb(203, 203, 203) 100%
  );
  transform-origin: right;
}
.home-banner {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  z-index: 50;
  max-width: 1200px;
  align-items: center;
  border-radius: 20px;
  justify-content: space-between;
  background-color: #292929;
}
.home-header {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-description {
  font-size: 20px;
  line-height: 30px;
}
.home-buttons1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-link2 {
  display: contents;
}
.home-get-started2 {
  display: flex;
  text-decoration: none;
  background-color: #80ff44;
}
.home-text12 {
  color: #0c100c;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}
.home-section08 {
  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%,
    rgb(178, 178, 178) 100%
  );
}
.home-front1 {
  transform: rotateX(90deg);
  background: grey;
  background-image: linear-gradient(
    90deg,
    rgb(247, 247, 247) 0%,
    rgb(203, 203, 203) 100%
  );
  transform-origin: bottom;
}
.home-left1 {
  width: 210px;
  transform: translateZ(-210px) rotateY(90deg);
  background-image: linear-gradient(
    90deg,
    rgb(247, 247, 247) 0%,
    rgb(203, 203, 203) 100%
  );
  transform-origin: right;
}
.home-pricing {
  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-header1 {
  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-right {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-paragraph1 {
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  text-align: center;
  line-height: 32px;
}
.home-help {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.home-text13 {
  color: #ffffff;
  font-family: Poppins;
  line-height: 24px;
}
.home-contact-support {
  gap: var(--dl-space-space-oneandhalfunits);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  border-color: #80ff44;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  border-bottom-width: 1px;
}
.home-contact-support:hover {
  opacity: 0.5;
}
.home-link3 {
  display: contents;
}
.home-text16 {
  color: rgb(128, 255, 68);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.home-section10 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  border-color: #51515a;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  background-image: linear-gradient(
    180deg,
    rgb(64, 65, 66) 0%,
    rgb(0, 0, 0) 100%
  );
  border-top-width: 1px;
}
.home-header2 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-heading7 {
  text-align: center;
}
.home-accordion {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.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;
}
.home-content {
  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-content1 {
  width: 100%;
  display: flex;
  /* align-items: flex-start; */
  flex-direction: row;
  justify-content: flex-start;
  gap: 200px;
}
.games-list {
  display: flex;
  flex-wrap: wrap;
}
.game-cover {
  margin: 10px;
}
.home-main2 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  /* align-items: flex-start; */
  flex-direction: column;
  /* justify-content: center; */
}
.home-header3 {
  /* gap: var(--dl-space-space-unit); */
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

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

.home-branding {
  width: 200px;
  height: var(--dl-size-size-small);
  object-fit: cover;
}
.home-text17 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 14px;
  max-width: 260px;
  font-family: Poppins;
  line-height: 21px;
  text-align: center;
}
.home-categories {
  gap: var(--dl-space-space-fourunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}

.home-category {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 175px;
  align-items: flex-start;
  flex-direction: column;
  /* justify-content: center; */
}
.home-header4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-links {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text19 {
  text-decoration: none;
}
.home-text20 {
  text-decoration: none;
}
.home-text21 {
  text-decoration: none;
}
.home-text22 {
  text-decoration: none;
}
.home-text23 {
  text-decoration: none;
}
.home-copyright {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  /* justify-content: center; */
}
.home-text24 {
  color: rgb(196, 196, 196);
  width: 100%;
  font-size: 14px;
  font-family: Poppins;
  line-height: 21px;
  text-align: center;
}
.home-subscribe {
  gap: var(--dl-space-space-unit);
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-main3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading8 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  max-width: 275px;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  line-height: 30px;
}
.home-input-field {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: center;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  background-color: #292929;
}
.home-textinput {
  flex: 1;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  outline-style: none;
  background-color: rgba(217, 217, 217, 0);
}
.home-buy {
  display: flex;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-unit);
  background-color: #80ff44;
}
.home-text29 {
  color: rgb(12, 16, 12);
  display: none;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
.home-text30 {
  color: rgb(12, 16, 12);
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
.home-copyright1 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-text31 {
  color: #c4c4c4;
  width: 100%;
  font-size: 14px;
  font-family: Poppins;
  line-height: 21px;
  text-align: center;
}
.home-container8 {
  display: contents;
}
@media (max-width: 1600px) {
  .home-main {
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .home-image {
    width: 40%;
    height: auto;
  }
  .home-container1 {
    width: 75%;
  }
  .home-text02 {
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
  }
  .home-section02 {
    background-image: linear-gradient(to right, #fc00ff 0%, #00dbde 100%);
  }
  .home-section10 {
    background-image: linear-gradient(
      0deg,
      rgb(64, 65, 66) 0%,
      rgb(0, 0, 0) 100%
    );
  }
}
@media (max-width: 1200px) {
  .home-main {
  }
  .home-get-started1 {
    display: none;
  }
  .home-image {
    width: 43%;
    height: auto;
  }
  .home-text02 {
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
  }
  .home-features {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-section02 {
    background-image: linear-gradient(to right, #fc00ff 0%, #00dbde 100%);
  }
  .home-section10 {
    background-image: linear-gradient(
      0deg,
      rgb(64, 65, 66) 0%,
      rgb(0, 0, 0) 100%
    );
  }
}
@media (max-width: 991px) {
  .home-section {
    /* height: auto; */
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-main {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
    padding-right: 0px;
    padding-bottom: 0px;
    background: none;
    justify-content: center;
    /* align-self: end; */
    height: 50%;
    width: auto;
  }
  .overlay-filter {
    /* flex-direction: column; */
    padding: 20px;
    justify-content: end;
  }
  .home-overlay {
    margin: 0px 20px 0px 20px;
    border-radius: 8px;
    background-size: cover;
    background-attachment: initial;
    width: 80%;
  }
  .home-image {
    width: 35%;
    height: auto;
    min-width: 200px;
  }
  .home-caption {
    align-self: center;
    font-size: 14px;
    /* text-align: left; */
  }
  .home-buttons {
    width: auto;
  }
  .home-get-started {
    /* flex: 1; */
    width: auto;
  }
  .home-get-started1 {
    flex: 1;
  }
  .home-text01 {
    text-align: center;
  }
  .home-text02 {
    text-align: center;
  }
  .home-note {
    gap: var(--dl-space-space-fourunits);
    flex-direction: column;
  }
  .home-main1 {
    align-self: center;
    align-items: center;
  }
  .home-paragraph {
    width: 50%;
  }
  .home-section02 {
    gap: var(--dl-space-space-threeunits);
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-banner {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
    justify-content: center;
  }
  .home-buttons1 {
    width: 100%;
    flex-direction: column;
  }

  .home-content {
    gap: var(--dl-space-space-threeunits);
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-copyright {
    display: none;
  }
  .home-copyright1 {
    display: flex;
  }
}
@media (max-width: 767px) {
  .home-main {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
    padding-right: 0px;
    padding-bottom: 0px;
    background: none;
    /* align-self: end; */
    height: auto;
    width: auto;
    gap: var(--dl-space-space-twounits);
  }
  .overlay-filter {
    flex-direction: column;
    justify-content: end;
    align-self: flex-end;
    width: 100%;
    height: 50%;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(64, 65, 66, 0.8) 10%,
      rgba(0, 0, 0, 0.9) 100%
    );
  }
  .home-overlay {
    margin: 0px 20px 0px 20px;
    border-radius: 8px;
    justify-content: flex-end;
    background-position: 72% 90%;
  }
  .home-image {
    width: 48%;
  }
  .home-caption {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-get-started {
    margin-left: var(--dl-space-space-sixunits);
    padding-top: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-sixunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-get-started1 {
    display: none;
  }
  .home-section01 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-text02 {
    font-size: 32px;
    text-align: center;
  }
  .home-features {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    margin-top: var(--dl-space-space-threeunits);
    border-color: #5a5a5a;
    margin-bottom: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .home-feature {
    width: 100%;
    align-items: flex-end;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text03 {
    font-size: 20px;
  }
  .home-feature1 {
    width: 100%;
    border-color: #5a5a5a;
    padding-bottom: var(--dl-space-space-unit);
    border-bottom-width: 1px;
  }
  .home-text05 {
    font-size: 20px;
  }
  .home-feature2 {
    width: 100%;
    align-items: flex-start;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text07 {
    font-size: 20px;
  }
  .home-note {
    gap: var(--dl-space-space-threeunits);
  }
  .home-main1 {
    width: 100%;
    align-items: center;
  }
  .home-heading {
    font-size: 28px;
  }
  .home-paragraph {
    width: 65%;
    line-height: 24px;
  }
  .home-banner {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-cube1 {
    right: -250px;
  }
  .home-help {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-content {
    width: 100%;
  }
  .home-content1 {
    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;
  }
  .home-text30 {
    color: rgb(12, 16, 12);
    font-size: 16px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  .home-section {
    height: 100vh;
  }
  .home-main {
    /* margin: var(--dl-space-space-unit); */
    margin-top: 0;
  }
  .home-image {
    width: 217px;
    height: auto;
  }
  .home-caption {
    font-size: 12px;
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .home-buttons {
    width: 100%;
  }
  .home-get-started {
    width: auto;
    /* margin-left: var(--dl-space-space-threeunits); */
    /* margin-right: var(--dl-space-space-threeunits); */
    /* padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit); */
  }
  .home-text {
    font-size: 12px;
    line-height: 10px;
    text-wrap: nowrap;
  }
  .home-section01 {
    margin-left: 0px;
    padding-top: var(--dl-space-space-unit);
    margin-right: 0px;
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-text02 {
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .home-feature {
    align-items: center;
  }
  .home-text06 {
    text-align: center;
  }
  .home-feature2 {
    align-items: center;
  }
  .home-note {
    width: 320px;
    max-width: auto;
  }
  .home-main1 {
    width: auto;
    align-items: center;
  }
  .home-heading {
    align-self: center;
  }
  .home-paragraph {
    width: calc(100% - 20vw);
  }
  .home-section02 {
    padding-top: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
    background-image: linear-gradient(to right, #fc00ff 0%, #00dbde 100%);
  }
  .home-container2 {
    padding-right: 7vw;
  }
  .home-container3 {
    align-self: center;
  }
  .home-pricing {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading6 {
    font-size: 32px;
    text-align: center;
  }
  .home-paragraph1 {
    font-size: 16px;
  }
  .home-footer {
    padding-top: var(--dl-space-space-twounits);
  }
  .home-main3 {
    width: 100%;
  }
  .home-input-field {
    width: 100%;
  }
  .home-textinput {
    flex: 1;
    width: 100%;
  }
  .home-text29 {
    color: rgb(12, 16, 12);
    display: flex;
    font-size: 24px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
  }
  .home-text30 {
    color: rgb(12, 16, 12);
    display: none;
    font-size: 24px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
    line-height: 24px;
  }
}
