.img-banner-popup {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}

h2.main-popup-bnr-items-ttl {
  font-size: var(--font-size);
  text-align: center;
  text-transform: capitalize;
  line-height: 1;
  color: var(--color);
}

.img-bnr-bg-items img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.image-bnr-items-main {
  position: relative;
}

.image-banner-content-absolute {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

h2.main-popup-bnr-items-ttl,
p.main-popup-bnr-text,
a.main-popup-bnr-button {
  transition: all 0.7s ease;
  transform: translateY(200%);
  opacity: 0;
}

.is-animated h2.main-popup-bnr-items-ttl,
.is-animated p.main-popup-bnr-text,
.is-animated a.main-popup-bnr-button {
  transform: translateY(0);
  opacity: 1;
}

.img-bnr-bg-items .mobile-banner {
  display: none;
}

p.main-popup-bnr-text {
  color: var(--color);
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
}

a.main-popup-bnr-button {
  width: fit-content;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--btn-bg);
  color: var(--btn-text);
  line-height: 1.1;
  padding: 12px;
  font-size: 20px;
  border-radius: 24px 24px 24px 24px;
  position: relative;
  overflow: hidden;
}

a.main-popup-bnr-button span.top-text {
  transform: translateY(0%);
  transition: all 0.3s ease;
}

a.main-popup-bnr-button span.bottom-text {
  position: absolute;
  transform: translateY(200%);
  transition: all 0.3s ease;
}

a.main-popup-bnr-button:hover span.top-text {
  transform: translateY(-200%);
  transition: all 0.3s ease;
}

a.main-popup-bnr-button:hover span.bottom-text {
  transform: translateY(0%);
  transition: all 0.3s ease;
}

.imag-ppup-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.popup-items-main {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  z-index: 9999;
  flex-direction: column;
}

.popup-link-bottom-popup {
  margin: 22px 0 0;
}

.popup-link-bottom-popup a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: block;
  transition: all 0.5s ease;
}

.imag-ppup-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imag-ppup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.imag-ppup-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(65 65 65 / 30%);
}

.img-banner-popup-content {
  width: 90%;
  max-width: fit-content;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}

.login-form-popup-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 85%;
}

h3.popup-main-heading {
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}

p.popup-inner-heading {
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: #000;
}

.popup-terms-link-items {
  font-family: 'ANTA Sharp Grotesk Medium';
  font-size: 16px;
  color: #9a9898fc;
  margin: 22px auto 0 auto;
}

.field_container-popup-custom {
  text-align: center;
}

.field_container-popup-custom input {
  border: 1px solid #000;
  border-radius: 0;
  min-height: 55px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  font-family: 'ANTA Sharp Grotesk Medium';
  font-size: 16px;
}

.field_container-popup-custom input::placeholder {
  color: #8080808e;
}

.popup-terms-link-items a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.button-popup-custom {
  background: #000;
  color: #fff;
  font-family: 'ANTA Sharp Grotesk Medium';
  font-size: 18px;
  width: 100%;
  display: block;
  margin: 20px auto 0 auto;
  padding: 14px;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #000;
  transition: all 0.5s ease;
}

.button-popup-custom:hover {
  background: #fff;
  color: #000;
}

.login-form-heading-items-main {
  margin: 0 0 23px 0;
}

.popup-close-items {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 2;
  cursor: pointer;
}

.popup-close-items svg {
  width: 28px;
  height: 28px;
}

.popup-close-items {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 30px;
}

.popup-link-bottom-popup a:hover {
  color: #fff;
  text-decoration: none;
}

@media(max-width: 769px) {
  h2.main-popup-bnr-items-ttl {
    font-size: var(--font-size-mob);
  }

  .img-banner-popup {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
  }

  .img-bnr-bg-items .mobile-banner {
    display: block;
  }

  .img-bnr-bg-items .desktop-banner {
    display: none;
  }

  .login-form-popup-inner {
    max-width: 100%;
  }

  .popup-terms-link-items {
    font-size: 14px;
    margin: 12px auto 0 auto;
  }

  p.popup-inner-heading {
    font-size: 16px;
  }
}

@media(max-width: 575px) {
  p.main-popup-bnr-text br {
    display: none;
  }

  a.main-popup-bnr-button {
    min-width: 110px;
    padding: 12px;
    font-size: 14px;
  }

  p.main-popup-bnr-text {
    font-size: 14px;
    margin: 10px 0;
  }

  .button-popup-custom {
    padding: 11px;
    font-size: 16px;
    margin: 12px auto 0 auto;
  }

  .popup-link-bottom-popup a {
    font-size: 14px;
  }

  .field_container-popup-custom input {
    min-height: 48px;
  }

  .popup-close-items {
    width: 35px;
    height: 35px;
  }

  .popup-close-items svg {
    width: 22px;
    height: 22px;
  }

  .popup-close-items {
    top: 50px;
    left: 20px;
  }

  .img-banner-popup-content {
    padding: 40px 25px;
  }
}