/* section 6: Your Ultimate Guide */

.section_one_container {
    /* max-height: 60vh; */
}

.section_one_card_img {
    min-height: 60vh;
}

.section_one_card_title {
    color: white !important;
    font-size: 96px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.text_one{
    font-size: 16px;
    line-height: 28px;
}
.card-img-overlay {
    position: relative;
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.card_body_wrapper {
    position: relative;
    z-index: 2;
    color: white; 
    text-align: center;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 100px;
}

.form_input {
    display: flex;
    padding: 12px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #ACACAC;
}

.contact_button {
    background-color: #242276 !important;
    color: #fff !important;
}

@media screen and (max-width:980px) {
    
    .section_one_card_title {
        font-size: 50px !important;
    }
    .section_one_card_img {
        min-height: 100vh;
        object-fit: cover;
    }
}

@media screen and (max-width:546px){
    .section_one_container {
        /* max-height: 100vh; */
    }
    .section_one_card_title {
        font-size:64px !important;
    }
    .card_body_wrapper{
        height: 75%;
    }
    
    .text_one br {
        display: none !important;
       
    }
    
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent !important;
        z-index: -1;
    }
    .text-center{
        font-size: 48px !important;
    }

}

@media screen and (max-width:310px) {
    .card_body_wrapper{
        width: 100% !important;
    }
    .section_one_card_title {
        font-size:28px !important;
    }
    .text-center{
        font-size: 48px !important;
    }
}

.text-center{
    font-size: 64px;
}