html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-container {
  width: 100%;
  display: flex;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}
.home-container1 {
  width: 200px;
  height: 10px;
  display: flex;
  align-items: flex-start;
  border-color: #ffffff;
  border-style: dashed;
  border-width: 2px;
  flex-direction: column;
}
.home-container2 {
  position: absolute;
  top: 24px;
  right: 24px;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-container3 {
  display: none;
}
.home-navlink {
  color: #ffffff;
  font-family: "Arial Black";
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  white-space: nowrap;
}
.home-container4 {
  width: 100%;
  height: clamp(40px, 20vh, 237px);
  display: block;
}
.home-text {
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
}
.home-container5 {
  width: 200px;
  height: 22px;
  display: flex;
  align-items: flex-start;
  border-color: #ffffff;
  border-style: dashed;
  border-width: 2px;
  flex-direction: column;
}
.home-link {
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.home-container6 {
  width: 200px;
  height: 19px;
  display: flex;
  align-items: flex-start;
  border-color: #ffffff;
  border-style: dashed;
  border-width: 2px;
  flex-direction: column;
}
.home-container7 {
  flex: 0 0 auto;
  width: auto;
  height: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-container8 {
  flex: 0 0 auto;
  width: auto;
  height: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-link1 {
  display: contents;
}
.home-image {
  width: 32px;
  height: 100%;
  object-fit: cover;
  text-decoration: none;
}
.home-link2 {
  display: contents;
}
.home-image1 {
  width: 50%;
  height: 100%;
  object-fit: cover;
  text-decoration: none;
}

.video-container {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(520px, calc(100vw - 48px));
  max-height: 35vh;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: auto;
  max-height: 35vh;
  object-fit: contain;
}

@media(max-width: 479px) {
  .home-container {
    padding: 16px;
  }

  .home-container2 {
    top: 16px;
    right: 16px;
  }

  .home-text {
    font-size: 24px;
  }

  .video-container {
    right: 16px;
    bottom: 16px;
    width: calc(100vw - 32px);
  }
}


.image {
  max-width: 450px; /* Adjust the value as needed */
  max-height: 450px; /* Adjust the value as needed */
}



.small-image {
  width: 50%; /* Adjust the percentage as needed */
  /* You can also use fixed pixel values like width: 300px; */
  /* Height will automatically adjust to maintain aspect ratio */
}


.small-img {
    width: 900px; /* or any size you prefer */
    height: auto; /* maintain aspect ratio */
}

.small-img2 {
  width: 400px; /* or any size you prefer */
  height: auto; /* maintain aspect ratio */
}



