.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: rgb(25, 28, 33);
    /* background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 1)), */
    background: linear-gradient(rgba(25, 28, 33, 0), rgba(25, 28, 33, 1)),
        url("/static/images/others/BannerMobileNew.webp") no-repeat bottom
            center/cover;
}

.banner_detail {
    /* position: absolute; */
    /* bottom: 0; */
    /* padding: 20px; */
    font-family: "Public sans", sans-serif;
    /* width: 80%; */
    width: 100%;
    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: #000;
    /* 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: "Public sans", sans-serif;
    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;
}
.form_container {
    margin: auto;
    /* background: var(--secondary-color-light); */
    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4); */
    padding: 60px 0px 30px 0px;
    /* border-radius: 10px; */
    background: var(--secondary-color);
    color: #fff;
}
.form {
    text-align: left;
    margin: 25px auto 0px auto;
    width: 100%;
}
.form .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 10px 0px;
}
.multi_select {
    flex-direction: column;
}
.form_control {
    width: 49%;
}
.form_input {
    font-family: "Public sans", sans-serif;
    color: #fff;
    width: 100%;
    outline: none;
    border: none;
    text-indent: 9px;
    min-height: 40px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    background: var(--secondary-color-light);
}
.form_input.error {
    border: 1px solid #f73c3c;
}
.form_control select {
    text-indent: 2px;
    font-size: 12px;
}
.header {
    position: relative;
    background: linear-gradient(102.66deg, #fff5da, #a6ddce);
    width: 100vw;
    padding: 50px 0px;
    color: #000;
}

.form_head {
    position: relative;
    padding: 20px 5px 15px 5px;
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    /* border: 1px dashed #fff; */
    border: 1px dashed #000;
    border-radius: 8px;
}

.head_introducing {
    color: #fff;
    position: absolute;
    top: -14px;
    letter-spacing: 1px;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    display: inline-block;
    font-size: 10px;
    padding: 0px 10px;
    height: 28px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: var(--gradient);
}

.head_main {
    font-size: 22px;
    line-height: 1.8rem;
    font-weight: 500;
    color: #000;
}
.head_main_span {
    background: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.main {
    position: relative;
    z-index: 20;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin: 30px auto 0 auto;
}

.main_head {
    font-size: 18px;
    line-height: 1.8rem;
    font-weight: 500;
    color: #000;
    margin: auto;
}
.cta {
    margin-top: 0px;
    border: none;
    outline: none;
    padding: 12px 15px;
    border-radius: 5px;
    background: var(--gradient);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
}
.form_head {
    border: 1px dashed #fff;
}
.main_head {
    color: #fff;
}
.head_main {
    color: #fff;
}
.link {
    font-family: "Public sans", sans-serif;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background: none;
    border: none;
    outline: none;
}
.link:hover {
    text-decoration: underline;
}
.error_msg {
    font-size: 12px;
    color: #f73c3c;
    margin-top: 5px;
}

@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;
        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(25, 28, 33, 0), rgba(25, 28, 33, 1));
        z-index: 10;
    }

    .banner_large_screen img {
        width: 100%;
    }

    .banner {
        display: none;
    }
}

@media screen and (min-width: 950px) {
    .banner_container {
        /* height: 650px; */
        min-height: 570px;
    }
    .banner_container {
        display: block;
        min-height: 430px;
        /* height: 450px; */
    }
    .form_input {
        color: #000;
    }
    .banner_detail {
        /* top: 45%; */
        top: 65%;
        left: 30px;
        z-index: 10;
        text-align: left;
        transform: translateY(-65%);
        bottom: auto;
        position: absolute;
        margin-left: 30px;
        width: 350px;
    }

    .form_container {
        background: var(--secondary-color-light);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
        padding: 60px 0px 30px 0px;
        border-radius: 10px;
        margin-top: 30px;
        color: #fff;
    }
    .form_head {
        border: 1px dashed #fff;
    }
    .main_head {
        color: #fff;
    }
    .head_main {
        color: #fff;
    }
    .form_input {
        background: #dffff6;
    }
    .banner_large_screen::after {
        background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    }
}

@media screen and (min-width: 1100px) {
    .banner_container {
        display: block;
        min-height: 620px;
        /* height: 120vh; */
    }
    .banner {
        background: linear-gradient(rgba(25, 28, 33, 0), rgba(25, 28, 33, 1)),
            url("/static/images/others/BannerNew.webp") no-repeat center
                center/cover;
    }
    .banner_detail {
        top: 30%;
        left: 6%;
        transform: translate(-6%, -30%);
        width: 450px;
    }
}
@media screen and (min-width: 1200px) {
    .banner_container {
        min-height: 690px;
    }
}

@media screen and (min-width: 2000px) {
    .heading {
        display: none;
        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;
    }
}
