.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #1a1a1a;
  background-color: #f0f0f0;
  height: 100vh;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 600;
}

.button {
  cursor: pointer;
  color: #ffffff;
  background-color: #1c663e;
  padding: 12px 25px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  border-radius: 2px;
  outline: 0;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  transition: all .2s;
}

.button:hover,
.button:active,
.button:focus {
  background-color: #123e26;
  -ms-transform: scale(1);
  transform: scale(1);
}

.button--transparent {
  background: transparent;
  border: 0;
  outline: 0;
}

.button--close {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  border-radius: 50%;
  transition: all .25s;
  z-index: 10;
}

.button--close svg {
  width: 20px;
  height: 20px;
}

.button--close svg * {
  fill: currentColor;
}

.button--close:hover,
.button--close:active,
.button--close:focus {
  color: #fbcf34;
  background-color: #ffffff;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
}

.button--info {
  position: absolute;
  top: 0;
  right: 0;
}

input {
  width: calc(100% - 10px);
  min-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: .5px;
  border: 0;
  border-bottom: 2px solid #f0f0f0;
}

input:valid {
  border-color: #24cf5f;
}

input:focus {
  outline: none;
  border-color: #6fecaa;
}

.form-list {
  padding-left: 0;
  list-style: none;
}

.form-list__row {
  margin-bottom: 25px;
}

.form-list__row label {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .5px;
  color: #939393;
}

.form-list__row--inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-list__row--inline> :first-child {
  -ms-flex: 2;
  flex: 2;
  padding-right: 20px;
}

.form-list__row--inline> :nth-child(2n) {
  -ms-flex: 1;
  flex: 1;
}

.form-list__input-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-list__input-inline>* {
  width: calc(50% - 10px - 10px);
}

.form-list__row--agree {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 12px;
}

.form-list__row--agree label {
  font-weight: 400;
  text-transform: none;
  color: #676767;
}

.form-list__row--agree input {
  width: auto;
  margin-right: 5px;
}

#input--cc {
  position: relative;
  padding-top: 6px;
}

#input--cc input {
  padding-left: 46px;
  width: calc(100% - 46px);
}

#input--cc:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  padding-top: 50px;
  z-index: 100;
  overflow-y: auto;
}

.modal__container {
  display: -ms-flexbox;
  display: flex;
  max-width: 675px;
  min-height: 400px;
  margin-bottom: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
}

.modal__featured {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  min-width: 230px;
  padding: 20px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.modal__circle {
  position: absolute;
  top: 0;
  left: 0;
  height: 200%;
  width: 200%;
  background-repeat: no-repeat;
  background-color: #e5faed;
  background-attachment: fixed;
  background-position: center;

  border-radius: 50%;
  -ms-transform: translateX(-50%) translateY(-25%);
  transform: translateX(-50%) translateY(-25%);
}

.modal__product {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  height: 200px;
  -ms-transform: translateX(calc(-50% - 10px));
  transform: translateX(calc(-50% - 10px));
}

.modal__logo {
  position: absolute;
  top: 10%;
  left: 50%;
  max-width: 50%;
  height: 50px;
  border-radius: 10px;
  -ms-transform: translateX(calc(-50% - 10px));
  transform: translateX(calc(-50% - 10px));
}

.modal__content {
  -ms-flex: 3;
  flex: 3;
  padding: 40px 30px;
}

.maindiv {
  position: relative;
  /* background-color: black; */
  height: 100vh;
}

.circle01,
.circle02,
.circle03 {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  /* Adds blur effect */
  opacity: 0.6;
  /* Adjust transparency */
  z-index: 50;
}

.circle01 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #69c879, #30674a);
  top: 2%;
  left: 5%;
}

.circle02 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, #4caf50, #2e7d32);
  bottom: 20%;
  right: 15%;
}

.circle03 {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, #5cb85c, #388e3c);
  bottom: 9%;
  left: 1%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .modal__container {
    flex-direction: column;
    /* max-width: 95%; */
    gap: 10px;
  }
  .modal__featured{
    min-height: 200px;
  }
  body{
    margin: 0;
    overflow: scroll;

  }
  .modal__product {
    top: 34%;
  }
  .modal__circle{
    border-radius: 0px;
  }
  .form-list__row--inline {
    flex-direction:column
  }
  .flatnumber{
    margin-top: 20px;
  }
  .modal {
    position: relative;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    width: 95vw;
    padding-top: 5px;
    z-index: 100;
    overflow-y: auto;
    margin: 10px;
  }
  .modal__content {
    -ms-flex: 3;
    flex: 3;
    padding: 0px 30px;
  }
  .modal__circle {
    width: 10%;
  }

}