.header-header {
  width: 100%;
  height: 118px;
  display: flex;
  z-index: 2000;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: #09090A;
}
.header-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-image {
  width: 206px;
  height: 50px;
  z-index: 2000;
}
.header-link {
  display: contents;
}
.header-btn-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none;
}
.header-buttons {
  gap: 10px;
  width: 267px;
  height: auto;
  display: flex;
  z-index: 2000;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 74px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
  background-color: rgba(23, 216, 92, 1);
}
.header-buttons:hover {
  box-shadow: 5px 5px 0px 0px #d4d4d4;
}
.header-text {
  color: #181616;
  height: auto;
  font-size: 24px;
  font-style: SemiBold;
  text-align: center;
  font-family: Gilroy;
  font-weight: 600;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}


@media(max-width: 767px) {
  .header-header {
    align-items: stretch;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: row;
    justify-content: center;
  }
  .header-container {
    width: 100%;
    align-self: center;
    padding-left: 2px;
    padding-right: 5px;
  }
  .header-btn-group {
    width: 267px;
    height: 63px;
    align-items: center;
    justify-content: center;
  }
  .header-buttons {
    width: auto;
  }
  .header-text {
    font-size: 1.2rem;
  }
}
@media(max-width: 479px) {
  .header-header {
    height: 98px;
    margin: 0px;
    padding: var(--dl-space-space-unit);
    margin-top: 0px;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: center;
  }
  .header-container {
    width: auto;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .header-image {
    width: 251px;
    height: 40px;
    align-self: center;
  }
  .header-btn-group {
    display: none;
  }
  .header-root-class-name1 {
    top: 0px;
    left: 0px;
    position: static;
    align-self: center;
  }
}

.footer-footer {
  width: 100%;
  display: flex;
  z-index: 2000;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  background-color: var(--dl-color-gray-black);
  /* margin-top: auto; */
}
.footer-container {
  gap: var(--dl-space-space-halfunit);
  width: 362px;
  height: 39px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer-hyperise-logo {
  width: 200px;
  height: 39px;
  display: flex;
  background-size: cover;
  background-image: url("public/hyperise_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.footer-text {
  color: var(--dl-color-gray-white);
  font-size: 34px;
  align-self: center;
  text-align: center;
}
.footer-valo-club-logo {
  flex: 1;
  width: var(--dl-size-size-medium);
  /* height: 100%; */
  display: flex;
  flex-direction: row;
  background-size: contain;
  /* background-image: url("public/valo-200h.png"); */
  background-repeat: no-repeat;
  background-position: center;
}
.footer-text1 {
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 1.5;
}
.footer-frame1000001645 {
  width: 289px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-text6 {
  color: rgb(255, 255, 255);
  height: auto;
  font-size: 1.3rem;
  align-self: center;
  font-style: Regular;
  text-align: left;
  font-family: Gilroy;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.footer-icon-group {
  gap: var(--dl-space-space-unit);
  width: 150px;
  height: 31px;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.footer-icon {
  fill: #ffffff;
  width: 2rem;
  height: 2rem;
  transition: 0.3s;
}
.footer-icon:hover {
  fill: #17D85C;
}
.footer-icon2 {
  fill: #ffffff;
  width: 2rem;
  height: 2rem;
  transition: 0.3s;
}
.footer-icon2:hover {
  fill: #17D85C;
}
.footer-icon4 {
  fill: #ffffff;
  width: 2rem;
  height: 2rem;
  transition: 0.3s;
}
.footer-icon4:hover {
  fill: #17D85C;
}


@media(max-width: 1200px) {
  .footer-text1 {
    text-align: center;
  }
}
@media(max-width: 1080px){

}
@media(max-width: 991px) {
  .footer-container {
    gap: 0;
    flex: 1;
    width: 100%;
    flex-wrap: wrap;
    align-self: center;
    align-items: stretch;
  }
  .footer-footer {
    gap: 0;
    width: 100%;
    height: 250px;
    flex-wrap: wrap;
    max-height: var(--dl-size-size-xxlarge);
    align-items: center;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-twounits);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-twounits);
    flex-direction: column;
    justify-content: center;
  }
  .footer-container {
    width: 396px;
    height: 44px;
    margin: 0px;
    position: relative;
    align-items: center;
    flex-direction: row;
    padding-bottom: 2px;
  }
}
@media(max-width: 768px) {
  .footer-footer {
    gap: 0;
    width: 100%;
    height: 250px;
    flex-wrap: wrap;
    max-height: var(--dl-size-size-xxlarge);
    align-items: center;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-twounits);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-twounits);
    flex-direction: column;
    justify-content: center;
  }
  .footer-container {
    width: 396px;
    height: 44px;
    margin: 0px;
    position: relative;
    align-items: center;
    flex-direction: row;
    padding-bottom: 2px;
    justify-content: space-evenly;
  }
  .footer-valo-club-logo {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
    align-self: center;
    background-repeat: no-repeat;
    height: 37px;
    display: contents;
  }
  .footer-text1 {
    color: rgb(255, 255, 255);
    font-size: 1.1rem;
    margin-top: var(--dl-space-space-halfunit);
    text-align: center;
    line-height: 1.5;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .footer-frame1000001645 {
    width: 281px;
    height: 28px;
  }
  .footer-text6 {
    color: rgb(255, 255, 255);
    position: static;
    font-size: 1.3rem;
    align-self: center;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
  }
  .footer-icon-group {
    width: 122px;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .footer-icon4 {
    width: auto;
    height: 31px;
  }
}
@media(max-width: 479px) {
  .footer-footer {
    gap: var(--dl-space-space-halfunit);
    width: 320px;
    height: 392px;
    padding: var(--dl-space-space-unit);
    flex-wrap: wrap;
    align-items: center;
    padding-top: var(--dl-space-space-twounits);
    margin-right: 0px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: center;
  }
  .footer-container {
    gap: 0;
    width: 100%;
    height: var(--dl-size-size-small);
    margin: 0px;
    align-self: center;
    align-items: center;
    flex-direction: row;
    padding-bottom: 0px;
    justify-content: space-around;
  }
  .footer-hyperise-logo {
    width: 163px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .footer-valo-club-logo {
    flex: 1;
    width: var(--dl-size-size-large);
    height: var(--dl-size-size-small);
    align-items: center;
    background-size: contain;
    justify-content: center;
    height: 30px;
    display: block;
    width: fit-content;
    background-repeat: no-repeat;
    padding-left: 7px;
    display: contents;
  }
  .footer-text1 {
    font-size: 1.1rem;
    align-self: center;
    margin-top: var(--dl-space-space-halfunit);
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .footer-root-class-name1 {
    flex: 1;
    left: 0px;
    right: 0px;
    width: 100%;
    bottom: 0px;
    height: auto;
    position: static;
    align-self: center;
    margin-top: auto;
  }
}
@media(max-width: 1540px) {
  .footer-footer{
    width: 100vw;
  }
}

.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #09090a;
}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  /* height: 90vh; */
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  margin: auto;
}
.home-hero {
  width: 100%;
  display: flex;
  /* padding: var(--dl-space-space-threeunits); */
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  /* min-height: 80vh; */
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-container2 {
  width: 971px;
  display: flex;
  z-index: 10000;
  align-self: center;
  align-items: center;
  margin-right: 0px;
  padding-right: 0px;
  flex-direction: column;
  justify-content: center;
}
.home-text {
  height: auto;
  font-size: 82px;
  font-style: Bold;
  text-align: center;
  font-family: Gilroy;
  font-weight: 700;
  line-height: 107.9%;
  font-stretch: normal;
  text-decoration: none;
}
.home-text01 {
  color: var(--dl-color-gray-white);
}
.home-text03 {
  color: #17d85c;
}
.home-container3 {
  gap: var(--dl-space-space-halfunit);
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.home-text05 {
  color: rgba(206, 216, 225, 1);
  height: auto;
  font-size: 24px;
  text-align: left;
  font-family: Gilroy;
  font-weight: 400;
  line-height: var(--dl-size-size-small);
  font-stretch: normal;
  text-decoration: none;
}
.home-image310 {
  width: 44px;
  height: 44px;
  align-self: center;
}
.home-btn-group {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-buttons {
  gap: 10px;
  width: 314px;
  height: auto;
  display: flex;
  padding: 20px 30px;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  border-radius: 74px;
  padding-right: 20px 30px;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(23, 216, 92, 1);
}
.home-buttons:hover {
  box-shadow: 5px 5px 0px 0px #d4d4d4;
}
.home-text09 {
  color: var(--dl-color-default-black1);
  height: auto;
  font-size: 24px;
  font-style: SemiBold;
  text-align: center;
  font-family: Gilroy;
  font-weight: 600;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.home-container4 {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
  position: absolute;
  background-size: cover;
  background-image: url("public/backround-1500w.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media(max-width: 991px) {
  .home-container {
    min-height: 100;
    align-items: center;
  }
  .home-hero {
    flex-direction: column;
  }
  .home-container2 {
    gap: var(--dl-space-space-halfunit);
    width: 100%;
    align-self: center;
    margin-top: 0px;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .home-text {
    font-size: 5rem;
  }
  .home-container3 {
    gap: var(--dl-space-space-halfunit);
    flex-direction: column;
    justify-content: center;
  }
  .home-text05 {
    text-align: center;
  }
}
@media(max-width: 767px) {
  .home-container1 {
    width: 100%;
  }
  .home-hero {
    width: 100%;
    min-height: 90vh;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-container2 {
    gap: var(--dl-space-space-halfunit);
    width: 100%;
    height: 515px;
    flex-wrap: wrap;
    align-items: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
    justify-content: center;
  }
  .home-text {
    font-size: 4rem;
  }
  .home-container3 {
    flex: 1;
    height: 0px;
    align-self: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-text05 {
    color: rgb(206, 216, 225);
    font-size: 24px;
    align-self: center;
    text-align: center;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
  }
  .home-text06 {
    color: #ced8e1;
    font-weight: 400;
  }
  .home-text07 {
    color: #17d85c;
    font-weight: 600;
  }
  .home-buttons {
    width: 318px;
  }
  .home-text09 {
    color: var(--dl-color-default-black1);
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
  }
}
@media(max-width: 479px) {
  .home-container {
    /* min-height: 900px; */
    justify-content: center;
  }
  .home-container1 {
    width: 100%;
    /* height: 80vh; */
    margin-bottom: 0;
    margin-top: 0;
  }
  .home-hero {
    width: 100vw;
     height: 80vh; 
    max-width: auto;
    align-self: center;
    min-height: auto;
    align-items: center;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: center;
  }
  .home-container2 {
    width: 100%;
    height: 330px;
    margin: var(--dl-space-space-unit);
    align-self: center;
    align-items: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
    justify-content: center;
  }
  .home-text {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 107.9%;
    text-decoration: none;
  }
  .home-text01 {
    color: var(--dl-color-gray-white);
    font-size: 2.3rem;
  }
  .home-text02 {
    color: var(--dl-color-gray-white);
  }
  .home-text03 {
    color: #17d85c;
  }
  .home-text04 {
    color: #ffffff;
  }
  .home-container3 {
    gap: var(--dl-space-space-unit);
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-self: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-text05 {
    color: rgb(206, 216, 225);
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.5px;
    text-decoration: none;
  }
  .home-text06 {
    color: #ced8e1;
  }
  .home-text07 {
    color: #17d85c;
  }
  .home-btn-group {
    flex-direction: column;
  }
  .home-buttons {
    width: 212px;
    height: 56px;
  }
  .home-text09 {
    font-size: 16px;
  }
  .home-container4 {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    position: absolute;
  }
}
