.container {
    min-height: 1050px;
    width: 100vw;
    max-width: 1600px;
    margin: auto;
}

.background {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1440px;
    z-index: -20;
    overflow: hidden !important;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0)); */
    pointer-events: none;
    z-index: 30;
}

.head {
    padding: 20px 0px;
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zee5Logo {
    height: 180px;
    width: 180px;
    background: url("/static/images/others/Zee5Logo.webp") no-repeat center
        center/cover;
    margin-bottom: 20px;
}

.offer_section {
    text-align: center;
}
.offer_section .heading {
    font-weight: 700;
    font-size: 32px;
}
.offer_section .subheading {
    margin: 8px 0;
    font-size: 16px;
}
.pricing {
    margin: 8px 0;
    font-size: 24px;
    font-weight: 500;
}

.blurb_message {
    text-align: center;
    margin-bottom: 5px;
    font-size: 24px !important;
    font-weight: 500 !important;
}

.head form {
    margin-top: 20px;
    width: 60%;
}
.head form p {
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
}

.head form input {
    height: 30px;
}

.input {
    display: flex;
}

.input input {
    flex: 1;
    height: 40px;
    padding: 25px;
    outline: none;
    border: none;
    border-radius: 5px;
    color: #000;
}
.input button {
    margin-left: 10px;
    padding: 0 30px;
    /* background: var(--gradient); */
    background: var(--celebrityschool-purple);
    outline: none;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}
.input button:active {
    transform: scale(0.98);
}
.card_section {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.card {
    display: inline-block;
    padding: 30px;
    width: 530px;
    /* background: var(--secondary-color); */
    background: #fff;
    color: #000;
    border-radius: 5px;
}
.card:first-child {
    margin-right: 20px;
}

.card_head {
    display: flex;
    align-items: center;
    /* padding: 30px 30px 0 30px; */
}

.card_head p {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 500;
}

.card_head {
    margin-bottom: 20px;
}
.card_head_heading {
    position: relative;
    padding-bottom: 7px;
}
.card_head_heading::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
    width: 40%;
    background: var(--gradient);
    border-radius: 5px;
}
.card_info_banner {
    position: relative;
    height: 245px;
    width: 100%;
}

.info {
    margin: 80px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.info_card {
    /* background: var(--secondary-color); */
    background: #31acdf;
    /* box-shadow: 0 0 10px #31acdf; */
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 3px;
}
.info_card p {
    margin-bottom: 30px;
    line-height: 1.4rem;
}
.info_card p:last-child {
    margin-bottom: 0;
}

.banner_details {
    font-family: "Poppins", "san-serif";
    position: absolute;
    top: 50px;
    left: 0;
    color: #fff !important;
    padding-left: 30px;
    width: 60%;
}

.banner_details .heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4rem;
}

.banner_details .subheading {
    font-size: 12px;
    margin: 5px 0;
}

.get_started {
    font-family: "Roboto";
    /* cursor: pointer; */
    padding: 5px 10px;
    background: var(--gradient);
    outline: none;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}
.arrow {
    height: 30px;
    width: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    .head {
        width: 90%;
    }
    .card {
        width: 450px;
    }
    .card_info_banner {
        height: 210px;
    }
}

@media screen and (max-width: 1000px) {
    .card_section {
        flex-direction: column;
    }

    .card {
        margin: 0 0 20px 0;
    }

    .offer_section .heading {
        font-size: 22px;
    }
    .offer_section .subheading {
        font-size: 14px;
        margin: 8px 0;
    }
    .offer_section .pricing {
        font-size: 18px;
        margin: 8px 0;
    }
    .head form {
        margin-top: 25px;
    }
}
@media screen and (max-width: 850px) {
    .info {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 850px) {
    .head {
        padding-top: 60px;
    }
    .head form {
        width: 60%;
    }
}
@media screen and (max-width: 600px) {
    .head form {
        width: 90%;
    }
    .info {
        grid-template-columns: repeat(1, 1fr);
    }
    .info p {
        margin-bottom: 5px;
    }

    .card_section {
        width: 100%;
    }
    .card {
        width: 100%;
    }
    .arrow {
        height: 20px;
        width: 20px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .input {
        flex-direction: column;
        padding: 0;
    }
    .input input {
        padding: 20px;
    }
    .input button {
        padding: 10px;
        margin: 5px 0;
    }
}

@media screen and (max-width: 450px) {
    .card_section {
        margin-top: 150px;
    }
    .info {
        margin: 40px 0;
    }
    .card_info_banner {
        height: 150px;
    }
    .banner_details .heading {
        font-size: 10px;
        line-height: 0.8rem;
    }
    .banner_details .subheading {
        font-size: 8px;
        margin: 3px 0;
    }
    .banner_details .get_started {
        font-size: 8px;
    }
}

@media screen and (max-width: 350px) {
    .offer_section .heading {
        font-size: 20px;
    }
    .offer_section .subheading {
        font-size: 14px;
        margin: 15px 0;
    }
    .offer_section .pricing {
        font-size: 18px;
    }
    .input input {
        padding: 15px;
    }
    .head form p {
        font-size: 10px;
        margin-top: 2px;
    }
}
@media screen and (max-width: 300px) {
    .card_info_banner {
        height: 100px;
    }
    .banner_details {
        top: 15px;
        padding: 0 10px;
    }
    .banner_details .heading {
        font-size: 8px;
        line-height: 0.6rem;
    }
    .banner_details .subheading {
        font-size: 6px;
        margin: 4px 0;
    }
    .banner_details .get_started {
        font-size: 6px;
    }
}
