.banner_container {
    position: relative;
    width: 100vw;
    /* height: 420px; */
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner {
    height: 420px;
    width: 100%;
    background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 1)),
        url("/static/images/others/BannerMobileNew.webp") no-repeat bottom
            center/cover;
}

.banner_detail {
    /* position: absolute; */
    /* bottom: 0; */
    /* padding: 20px; */
    font-family: "Poppins", "Roboto", sans-serif;
    width: 80%;
    border-radius: 5px;
    /* top: 70px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    text-align: center;
}

.legends_container {
    width: 100%;
    display: none;
}

.heading {
    font-weight: 700;
    /* display: none; */
    font-size: 24px;
    line-height: 2rem;
    color: #fff;
    /* text-align: center; */
    /* -webkit-animation: glow 1s ease-in-out infinite alternate;
      -moz-animation: glow 1s ease-in-out infinite alternate;
      animation: glow 1s ease-in-out infinite alternate; */
}
.subheading {
    /* display: none; */
    font-size: 16px;
    margin: 5px 0;
}

.get_started {
    font-family: "Roboto";
    cursor: pointer;
    /* width: 100%; */
    padding: 8px 20px;
    background: var(--gradient);
    outline: none;
    border: none;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0;
}
.get_started:active {
    transform: scale(0.98);
}

.pricing {
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
    line-height: 1.1rem;
    opacity: 0.9;
    display: none;
}
.pricing_short {
    font-size: 10px;
    margin-top: 5px;
}

/* .hero::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 5px;
      width: 125px;
      background: var(--gradient);
      border-radius: 20px;
  } */

.hero {
    display: inline-block;
    position: relative;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* font-size: 80px;
      color: #fff;
      text-align: center;
      -webkit-animation: glow 1s ease-in-out infinite alternate;
      -moz-animation: glow 1s ease-in-out infinite alternate;
      animation: glow 1s ease-in-out infinite alternate;
  }
  /* @-webkit-keyframes glow {
      from {
          text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073,
              0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073,
              0 0 70px #e60073;
      }
      to {
          text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6,
              0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6,
              0 0 80px #ff4da6;
      }
  } */

.banner_large_screen {
    display: none;
}

.before_price {
    margin: 10px 0px;
    color: #fff;
    font-size: 20px;
    display: block;
}
.strike {
    position: relative;
}
.strike::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    transform: rotate(-10deg);
    height: 3px;
    border-radius: 5px;
    width: calc(100% + 4px);
    background: #fff;
}
.after_price {
    display: block;
    font-size: 24px;
    margin: 15px 0px;
}
.prices {
    display: block;
    margin: 5px 0px 0px 0px;
}

@media screen and (min-width: 350px) {
    .banner_container {
        /* height: 650px; */
    }
    .banner {
        height: 500px;
    }
    .heading {
        font-size: 28px;
        line-height: 2.6rem;
    }
    .pricing {
        display: block;
        font-size: 12px;
    }
    .pricing_short {
        display: none;
    }
    .get_started {
        padding: 15px 30px;
    }
}
@media screen and (min-width: 400px) {
    .banner {
        height: 550px;
    }
}
@media screen and (min-width: 450px) {
    .banner {
        height: 650px;
    }
}
@media screen and (min-width: 500px) {
    .banner {
        height: 700px;
    }
}

@media screen and (min-width: 600px) {
    .banner_container {
        display: block;
        height: auto;
        width: 100vw;
        /* height: 380px; */
        min-height: 330px;
    }
    .hero {
        color: #fff;
        background: none;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
    }
    .banner_large_screen {
        display: block;
        position: relative;
        width: 100%;
    }

    .banner_large_screen::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
        z-index: 10;
    }

    .banner_large_screen img {
        width: 100%;
    }

    .banner {
        display: none;
    }
    .banner_detail {
        top: 50%;
        left: 10px;
        text-align: left;
        transform: translateY(-50%);
        bottom: auto;
        position: absolute;
        margin-left: 30px;
        width: 250px;
        z-index: 20;
    }
    .banner_detail * {
        text-align: left;
    }
    .legends_container {
        display: none;
    }
    .get_started {
        width: max-content;
        margin: 0 0 5px 0;
        font-size: 10px;
        /* padding: 14px 40px; */
    }
    .heading {
        display: block;
        font-size: 22px;
        line-height: 2rem;
        /* font-size: 36px;
          line-height: 2.5rem;
          margin-bottom: 10px; */
    }
    .subheading {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .pricing {
        font-size: 10px;
        line-height: 1rem;
    }
    .before_price {
        display: initial;
        font-size: 22px;
    }
    .after_price {
        font-size: 22px;
        display: initial;
        margin-left: 20px;
    }
}

@media screen and (min-width: 750px) {
    .banner_container {
        display: block;
        min-height: 430px;
        /* height: 450px; */
    }
    .banner_detail {
        top: 45%;
        left: 30px;
        text-align: left;
        transform: translateY(-50%);
        bottom: auto;
        position: absolute;
        margin-left: 30px;
        width: 350px;
    }
    .heading {
        display: block;
        /* font-size: 22px;
          line-height: 2rem; */
        font-size: 32px;
        line-height: 2.5rem;
        margin-bottom: 10px;
    }
    .subheading {
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .get_started {
        width: max-content;
        margin: 0 0 10px 0;
        font-size: 12px;
        padding: 14px 40px;
    }
    .pricing {
        font-size: 14px;
        line-height: 1.4rem;
    }
}
@media screen and (min-width: 950px) {
    .banner_container {
        /* height: 650px; */
        min-height: 570px;
    }
}

@media screen and (min-width: 1100px) {
    .banner_container {
        display: block;
        min-height: 620px;
        /* height: 120vh; */
    }
    .banner {
        background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)),
            url("/static/images/others/BannerNew.webp") no-repeat center
                center/cover;
    }
    .banner_detail {
        width: 450px;
        left: 5%;
        top: 40%;
    }
    .heading {
        display: block;
        font-size: 40px;
        line-height: 3.4rem;
        margin-bottom: 10px;
    }
    .subheading {
        display: block;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .get_started {
        width: max-content;
        margin: 0 0 10px 0;
        padding: 14px 40px;
    }
    .pricing {
        font-size: 16px;
        line-height: 1.8rem;
    }
}
@media screen and (min-width: 1200px) {
    .banner_container {
        min-height: 690px;
    }
}

@media screen and (min-width: 2000px) {
    .heading {
        display: block;
        font-size: 72px;
        line-height: 5.4rem;
        margin-bottom: 10px;
    }
    .banner_detail {
        width: 950px;
    }
    .subheading {
        display: block;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .get_started {
        width: max-content;
        margin: 0 0 10px 0;
        padding: 14px 40px;
    }
    .pricing {
        font-size: 16px;
        line-height: 1.8rem;
    }
}
