.my-model-container {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 20px 20px;
  position: relative;
  z-index: 9999;
  max-width: 750px;
  width: 90%;
  margin: auto;
  border-radius: 8px;
}
.my-model-form {
  max-height: 80vh;
  overflow: auto;
  padding: 5px;
}
.my-model-label {
  padding-bottom: 20px;
  color: #616161;
  display: block;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}

.my-model-input {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  color: black;
  /* margin-bottom: 15px; */
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* .my-model-submit-button {
  background-color: #5d5d5d;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 8px;
}

.my-model-submit-button:hover {
  background-color: #45a049;
} */

.close-button {
  position: absolute;
  top: -16px;
  right: -16px;
  border: none;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  height: 32px;
  width: 32px;
  background: #c00000;
  border-radius: 50px;
}
.error-message {
  color: #ff0000;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 0;
}

.HomePageBanner_home-banner__zWJ4h {
  position: relative;
}
.HomePageBanner_home-banner__zWJ4h img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  height: 560px;
}
.HomePageBanner_home-banner__zWJ4h::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.HomePageBanner_banner-content__6Puf5 {
  position: absolute;
  bottom: 0;
  right: 50px;
  bottom: 100px;
  z-index: 3;
  max-width: 730px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  background-color: rgba(33, 34, 33, 0.4);
  padding: 10px 20px 20px;
  border-radius: 8px;
}

@media screen and (max-width: 1023px) {
  .HomePageBanner_banner-content__6Puf5 {
    gap: 10px;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
    max-width: none;
    background-color: #d7d7d7;
    border-radius: 0;
  }
}

@media screen and (max-width: 650px) {
  .HomePageBanner_home-banner__zWJ4h img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}

