html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  touch-action: none;
}
.home-container1 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 60px; /* Adjust this value if needed */
}
.home-container2 {
  flex: 1;
  width: 100%;
  min-height: 100vh; /* Ensure full viewport height */
  height: auto; /* Allow content to expand */
  display: flex;
  align-items: flex-start;
  background-size: cover;
  justify-content: flex-start;
  background-image: url("public/bg-1500w.webp");
  background-position: center;
  background-repeat: no-repeat;
}
.home-container3 {
  flex: 1;
  width: 565px;
  height: 284px;
  display: flex;
  position: relative;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-image1 {
  width: 418px;
  height: 242px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-fiveunits);
}
.home-container4 {
  width: 100%;
  height: 199px;
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  justify-content: center;
}
.home-container5 {
  flex: 0 0 auto;
  width: 200px;
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container6 {
  flex: 0 0 auto;
  width: 353px;
  height: 30%;
  display: flex;
  align-self: flex-end;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px; 
}
.home-link {
  color: #696969;
  font-size: 26px;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.home-container7 {
  flex: 0 0 auto;
  width: 250px;
  height: 264px;
  display: flex;
  align-self: flex-end;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
.home-image2 {
  width: 50%;
  height: 229px;
  object-fit: cover;
}
@media(max-width: 991px) {
  .home-container4 {
    align-items: flex-end;
    padding-top: var(--dl-space-space-fourunits);
  }
  .home-container6 {
    width: 284px;
    align-self: flex-end;
  }
  .home-container7 {
    width: 233px;
    height: 218px;
  }
  .home-image2 {
    width: 50%;
    height: 100%;
  }
}
@media(max-width: 767px) {
  .home-container4 {
    height: 260px;
  }
  .home-container6 {
    width: 272px;
    align-self: flex-end;
  }
  .home-container7 {
    width: 275px;
    height: 268px;
  }
  .home-image2 {
    width: 129px;
    height: 236px;
  }
}
@media(max-width: 479px) {
  .home-image1 {
    margin-right: var(--dl-space-space-twounits);
  }
  .home-container5 {
    width: 120px;
  }
  .home-container6 {
    width: 158px;
    align-self: flex-end;
  }
  .home-container7 {
    width: 195px;
    height: 205px;
  }
  .home-image2 {
    width: 113px;
    height: 100%;
  }
}
