@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');

.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 43px;
  margin-bottom: 60px;
}

#julysub-banner {
  width: 100%;
  background-image: url(../images/sub/back.jpg);
  background-image: -webkit-image-set(url("../images/sub/back.jpg") 1x,
      url("../images/sub/back@2x.jpg") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
}

#julysub-banner .banner-inner {
  height: auto;
  width: 600px;
  position: relative;
}

#julysub-banner .banner-main {
  margin: 20px 0 0;
}

#julysub-banner .banner-left {
  left: -20em;
  bottom: -21px;
}

#julysub-banner .banner-right {
  right: -21em;
  bottom: -5px;
}

#julysub-banner .button {
  margin-top: 6px;
  font-size: 1.4em;
  width: 12em;
  height: 2.2em;
  border-radius: 1.1em;
  z-index: 1;
  line-height: 1;
}

#julysub-banner .button {
  text-decoration: none;
  color: white;
}

#julysub-banner .button:hover,
#julysub-banner.button:visited,
#julysub-banner .button:active {
  text-decoration: none;
  color: white;
}

#julysub-banner .main-text {
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 5.5px;
  -webkit-text-stroke-color: #000;
  font-family: "Luckiest Guy";
  font-size: 31.35px;
  font-style: normal;
  font-weight: 400;
  line-height: 42.6px;
  /* 135.885% */
  text-transform: capitalize;
  margin: 0 auto;
  max-width: 500px;
  paint-order: stroke fill;

}

#julysub-banner .sub-note {
  font-size: 16.35px;
  font-style: normal;
  font-weight: 400;
  line-height: 42.6px;
  /* 260.55% */
  margin: 0 auto;
}

@supports (background: -webkit-named-image(i)) {
  #julysub-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 991px) {
  #julysub-banner .banner-inner {
    padding: 0 15px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #julysub-banner {
    background-image: url(../images/sub/back-m.jpg);
    background-image: -webkit-image-set(url("../images/sub/back-m.jpg") 1x,
        url("../images/sub/back-m@2x.jpg") 2x);
  }

  #julysub-banner .button {
    font-size: 1.3em;
  }

  #julysub-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }

  .banner-inner .banner-main {
    width: 100%;
  }

  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }

  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  #julysub-banner .banner-inner {
    margin-top: 36px;
    margin-bottom: 24px;
  }

  #julysub-banner .banner-right {
    right: unset;
    bottom: 0;
    position: relative;
    width: 100%;
  }

  #julysub-banner .banner-main {
    margin: 0;
  }

  #julysub-banner .button {
    height: 2.2em;
    border-radius: 1.1em;
    width: 12em;
    font-size: 1.45em;
    margin-top: 14px;
  }

  .container.promo-wrapper {
    margin-top: 20px;
  }

  #julysub-banner .bottom {
    width: 100%;
  }

  #julysub-banner .main-text {
    font-size: 31.35px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.6px;
    max-width: 299px;
  }

  #julysub-banner .sub-note {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42.6px;
    /* 266.25% */
    text-transform: capitalize;
    margin-top: 14px;
  }
}