.popup-model {
  border-radius: 4px;
  background: #FFE3E6;
  box-shadow: 0px 6.244px 12.488px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  max-width: 686px;
  padding-bottom: 32px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.popup-model .banner-img {
  border-radius: 4px 4px 0px 0px;
  background: lightgray 50%/cover no-repeat;
  width: 100%;
  height: 353px;
  position: relative;
}
.popup-model .banner-img .btn-close-model {
  cursor: pointer;
  font-weight: 900;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 36px;
  width: 36px;
  margin: 0 auto;
  background-color: black;
  border-radius: 50%;
  display: block;
  text-align: center;
  color: #9e9e9e;
  font-size: 20px;
  line-height: 32px;
}
.popup-model .banner-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.popup-model .banner-text h1 {
  color: #E74E7D;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.65px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.popup-model .banner-text p {
  color: #252B2E;
  text-align: center;
  font-family: "KIKO Pro Arabic_V01 ";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
  letter-spacing: 0.18px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
}
.popup-model .banner-text p span {
  color: #E74E7D;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.18px;
  text-transform: uppercase;
}
.popup-model .banner-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.popup-model .banner-form input {
  display: flex;
  width: 100%;
  height: 64px;
  padding: 25px 16px;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  border: 0;
}
.popup-model .banner-form .btn-get-offer {
  border-radius: 10px;
  background: #161413;
  display: flex;
  width: 100%;
  height: 64px;
  justify-content: center;
  align-items: center;
  color: #FCFCFC;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popup-model .banner-data p {
  color: #252B2E;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.42px;
  text-transform: capitalize;
  font-family: "Mulish", sans-serif;
}
.popup-model .banner-data p a {
  color: #E74E7D;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.42px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-transform: capitalize;
}

/*# sourceMappingURL=popup.css.map */
