.newsletter-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); display: none; justify-content: center; align-items: center; z-index: 9999; }

.newsletter-box {
    width: 450px;
    height: 305px;
    background: #efefef;
    position: relative;
    overflow: hidden;
}

.newsletter-inner { padding: 28px; height: 91%; position: relative; }

.newsletter-close {
    position: absolute;
    top: 9px;
    right: 25px;
    font-size: 25px;
    cursor: pointer;
    z-index: 999999999;
}

.newsletter-logo { height: 50px; /* margin-bottom: 20px; */ }

.newsletter-inner h2 {
    font-family: "Playfair Display",serif;
    font-size: 28px;
    color: #5c63b5;
    font-weight: 500;
    line-height: 1.1;
}

.newsletter-img {
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: 125px;
    z-index: 999999;
}
.newsletter-form {
    position: absolute;
    bottom: 50px;
    left: 116px;
    right: 10px;
    display: flex;
    align-items: center;
    background: #bfc3b8;
    border-radius: 50px;
    overflow: hidden;
}

.newsletter-form input {
    flex: 1;
    border: none;
    background: transparent;
    /* padding: 18px 25px; */
    padding-left: 46px;
    letter-spacing: 1px;
    font-size: 10px;
}

.newsletter-form input:focus { outline: none; }

.newsletter-form button {
    background: #f3b43f;
    border: none;
    padding: 8px 29px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}

@media (max-width:1024px) {
      .newsletter-box {
        width: 450px;
        height: 300px;
    }
  .newsletter-logo { height: 60px; }
  .newsletter-inner h2 { font-size: 28px; margin: 0; }
  .newsletter-img { width: 120px; left: 30px; bottom: 0; }
  .newsletter-form { left: 110px; bottom: 45px; }
  .newsletter-form input { padding-left: 40px!important; font-size: 11px; padding: 5px 9px; }
  .newsletter-form button { padding: 11px 18px; font-size: 13px; }
}

@media (max-width:767px) {
  .newsletter-box { width: 80%; height: auto; }
  .newsletter-inner { padding: 15px; height: auto; }
  .newsletter-logo { height: 50px; }
  .newsletter-inner h2 { font-size: 20px; line-height: 1.2; margin-top: 10px; }
  .newsletter-img { position: relative; left: auto; bottom: auto; display: block; margin: -5px auto; width: 50px; }
  .newsletter-form { position: relative; left: auto; right: auto; bottom: auto; margin-top: 20px; flex-direction: column; border-radius: 12px; }
  .newsletter-form input { width: 100%; padding: 6px; text-align: center; }
  .newsletter-form button { width: 100%; border-radius: 0 0 12px 12px; padding: 6px; }
  .newsletter-close { top: 15px; right: 15px; font-size: 24px; }
}

.my-swal { z-index: 999999999!important; }

.swal2-container { z-index: 999999999!important; }

.swal2-container { z-index: 999999999!important; }
