.container {
    font-family: "Public sans", sans-serif;
}

.banner {
    position: relative;
    width: 100vw;
}
.banner_img {
    position: absolute;
    height: 120vh;
    max-height: 950px;
    /* max-height: 1450px; */
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -10;
    /* background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 1)),
        url("/static/images/cic/banner_conference_image.jpg") no-repeat center
            center/cover; */

    background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 1)),
        url("/static/images/cic/background_image.webp") no-repeat center
            center/cover;
}

.banner_container {
    width: 98%;
    max-width: 1100px;
    background: linear-gradient(rgba(17, 17, 17, 0.4), rgba(17, 17, 17, 1));
    margin: auto;
    padding: 30px 30px 0px 30px;
    border-bottom: 2px solid #333;
}
.quote {
    text-align: center;
}
.heading {
    font-size: 48px;
    font-weight: 700;
}
.hero_text {
    display: block;
    font-size: 124px;
}
.sub_heading {
    margin-top: 10px;
    font-size: 24px;
    color: rgb(220, 220, 220);
    font-weight: 700;
}

.video_container {
    margin-top: 20px;
    position: relative;
    width: 100%;
    background-color: #1a2e3b;
    background-size: cover;
    background-position: center center;
    /* opacity: 0; */
    /* transition: opacity 250ms; */
}
.video_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        to bottom,
        rgba(20, 21, 22, 0.3),
        #141516
    );
    /* opacity: 0;
    transition: opacity 250ms; */
}
.preview_container {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.play_with_sound_img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30%;
    max-width: 200px;
    animation: enlarge 2s linear forwards infinite;
}
.play_button_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    max-width: 150px;
}

.player_container {
    height: 100%;
    width: 100%;
}
.replay_container {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 0px;
    border: none;
    outline: none;
    width: 60px;
    cursor: pointer;
    border-radius: 5px;
    cursor: pointer;
}
.replay_button {
    width: 20px;
}
.apply_now {
    margin: 20px 0px;
    display: flex;
    align-items: flex-start;
}
/* .testimony_img {
    width: 300px;
} */
.apply_now_cta {
    flex: 1;
    margin-left: 20px;
    text-align: center;
    padding: 0px 20px;
}
.apply_now_start {
    display: flex;
    justify-content: center;
    align-items: center;
}
.apply_now_head {
    font-size: 36px;
    font-weight: 600;
}
.apply_now_btn {
    font-family: "Public sans", sans-serif;
    width: 100%;
    background-color: rgb(154, 50, 61);
    color: #fff;
    border: none;
    padding: 20px;
    /* margin: 20px 0px; */
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
    border-radius: 4px;
    cursor: pointer;
}
.apply_now_button_head {
    font-size: 32px;
    margin-left: 10px;
    font-weight: 600;
}
.apply_now_button_sub_head {
    margin-top: 20px;
    font-size: 12px;
    opacity: 0.8;
}
.testimony {
    max-width: 300px;
    display: flex;
}
.profile_image {
    margin-right: 8px;
    width: 120px;
}
.profile_image img {
    width: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.profile_image .name {
    font-size: 10px;
    margin-top: 5px;
    text-align: center;
}
.t_text {
    font-size: 12px;
    margin-left: 7px;
    line-height: 1rem;
    font-weight: 500;
}

@keyframes enlarge {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}

@media screen and (max-width: 1200px) {
    .heading {
        font-size: 36px;
    }
    .hero_text {
        font-size: 93px;
    }
    .sub_heading {
        font-size: 24px;
    }
}

@media screen and (max-width: 1050px) {
    .apply_now_head {
        font-size: 28px;
    }
    .apply_now_button_head {
        font-size: 28px;
    }
}

@media screen and (max-width: 900px) {
    .apply_now {
        flex-direction: column;
        align-items: center;
    }
    .apply_now_cta {
        margin: 30px 0px 0px 0px;
    }
}

@media screen and (max-width: 735px) {
    .heading {
        font-size: 32px;
    }
    .hero_text {
        font-size: 85px;
    }
    .sub_heading {
        font-size: 20px;
    }
    .banner_container {
        padding: 30px 10px 0px 10px;
    }
}

@media screen and (max-width: 550px) {
    .heading {
        font-size: 24px;
    }
    .hero_text {
        font-size: 62px;
    }
    .sub_heading {
        font-size: 16px;
    }
    .play_with_sound_img {
        left: 10px;
        top: 10px;
    }
    .apply_now_cta {
        padding: 0px;
    }
    .apply_now_head {
        font-size: 18px;
    }
    .apply_now_button_head {
        font-size: 18px;
    }
    .apply_now_button_sub_head {
        font-size: 10px;
        width: 80%;
        margin: 10px auto 0px auto;
    }
    .replay_container {
        bottom: 10px;
        left: 10px;
    }
}
@media screen and (max-width: 450px) {
    .heading {
        font-size: 24px;
    }
    .hero_text {
        font-size: 48px;
    }
    .sub_heading {
        font-size: 16px;
    }
}
@media screen and (max-width: 330px) {
    .heading {
        font-size: 18px;
    }
    .hero_text {
        font-size: 36px;
    }
    .sub_heading {
        font-size: 12px;
    }
}
