.special-for-you .modal-content {
  border-radius: 25px;
}
.special-for-you .modal-content .modal-header {
  border-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1111;
}
.special-for-you .modal-content .modal-header .close-btn {
  background-color: rgba(231, 231, 231, 0.95);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  color: rgba(17, 17, 17, 0.7);
  text-decoration: none;
  font-size: 20px;
}
.special-for-you .modal-content .modal-body {
  align-items: center;
}
.special-for-you .modal-content .modal-body .card {
  background-image: url("../../images/popup/specail-for-you-bg.jpeg");
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.special-for-you .modal-content .modal-body .card img {
  height: 300px;
  width: 300px;
  display: block;
  margin: auto;
}
.special-for-you .modal-content .modal-body .card .content h2 {
  color: rgb(17, 17, 17);
  font-size: 36px;
  text-align: center;
}
.special-for-you .modal-content .modal-body .card .content p {
  font-size: 18px;
  color: rgb(17, 17, 17);
}
.special-for-you .modal-content .modal-body .card .popup-btn {
  background-color: rgb(255, 74, 38);
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 11px 26px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.5s linear;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 25px;
}
.special-for-you .modal-content .modal-body .card .popup-btn:hover {
  border: 2px solid rgb(255, 74, 38);
  background-color: rgb(255, 255, 255);
  color: rgb(255, 74, 38);
}/*# sourceMappingURL=special-for-you.css.map */