  /* Optional: Style for content on top of the video */
.content-give {
    position: fixed;  /* Ensure it sits above the video background */
    z-index: 1;
    margin: 0;
    padding: 0;
    top: 25%;
    width: 100vw;
    height: auto;
    color: #fff;
    z-index: 0;
}

.give-container{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.give-information{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}
.give-title{
    text-align: center;
    font-family: 'Sofia Pro';
    font-size: 8vh;    
    font-weight: 800;

}

.bible-verse{
    font-family: 'Sofia Pro';
    font-size: 4vh;
    font-weight: 500;
    text-align: center;

}

.give-now{
    background-color: #ffffff;
    padding: 1vh 3vh;
    border-radius: 8vh;

    transition: 0.3s;
    width: max-content;
    margin-top: 5vh;
}

.give-now a{
    color: #000000;
    text-decoration: none;
    font-family: 'Sofia Pro';
    font-size: 5vh;
    font-weight: 200;
    text-align: center;
}

.give-now:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.give-now:active{
    transform: scale(0.97);
    transition: 0.3s;
}

.give-section{
    padding: 20vh 0 0 0;
    width: 100vw;
    height: max-content;
    background-color: #fff;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1;

    position: relative;
}

.give-form-left{
    width: 100%;
    height: 100%;
    background-color: #fff;
    grid-column: 1;
    grid-row: 1;

    display: flex;
    flex-direction: column;

    justify-content: start;
    align-items: center;
}
.give-section-info{
    width: 80%;
}

.give-title-section-give, .give-text{
    line-height: 1;
    font-family: 'Sofia Pro';
    font-size: 3vh;   
    font-weight: 300; 
    line-height: 1;
    text-align: justify;
    line-height: 1.3;
}

.give-form-right{
    width: 100%;
    height: 100%;
    background-color: #fff;
    grid-column: 2;
    grid-row: 1;

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

@media screen and (max-width: 1000px){

      /* Optional: Style for content on top of the video */
.content-give {
    position: fixed;  /* Ensure it sits above the video background */
    z-index: 1;
    margin: 0;
    padding: 0;
    top: 20%;
    width: 100vw;
    height: auto;

    color: #fff;
    z-index: 0;

}
}

@media screen and (max-width: 768px){

    .give-title-section-give, .give-title{
        font-size: 5vh;
    }

    
    .bible-verse{
        font-family: 'Sofia Pro';
        font-size: 3vh;
        font-weight: 500;
        text-align: center;
    }

    .give-text{
        line-height: 1;
        font-family: 'Sofia Pro';
        font-size: 2vh;   
        font-weight: 300; 
        line-height: 1;
        text-align: justify;
        line-height: 1.3;
    }

    .give-form-left{
        width: 100%;
        height: 100%;
        background-color: #fff;
        grid-column: 1;
        grid-row: 1;
    
        display: flex;
        flex-direction: column;
    
        justify-content: start;
        align-items: center;
    }

    .give-section{
        padding: 15vh 0 0 0;
        margin: 0;
        width: 100vw;
        height: max-content;
        background-color: #fff;
        display: flex;
        flex-direction: column;
    
        position: relative;
    }

    .give-form-right{
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }



}

@media screen and (max-width: 430px){

    .bible-verse{
        font-family: 'Sofia Pro';
        font-weight: 300;
        text-align: center;
    
    }

    .give-form-left{
        width: 100%;
        height: 100%;
        background-color: #fff;
        grid-column: 1;
        grid-row: 1;
    
        display: flex;
        flex-direction: column;
    
        justify-content: start;
        align-items: center;
    }

    .give-section{
        padding: 15vh 0 0 0;
        margin: 0;
        width: 100vw;
        height: max-content;
        background-color: #fff;
        display: flex;
        flex-direction: column;
    
        position: relative;
    }

    .give-form-right{
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

}

