body{
    margin: 0;
    padding: 0;
    background: url(./rersources/BG.jpg);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    background-size: cover;
   
    height: 100%;
}

.container-1{
    height: 100%;
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    
    
    
}

.banner-top img{
    width: 90%;
}

.banner-middle img{
    width: 100%;
}
.banner-middle{
    margin-top: 10px;
}

.field-1{
    margin-top: 22px;
}

.field-2{
    margin-top: 22px;
}

.field-3{
    margin-top: 22px;
}

.date-range-container{
    margin-top: 22px;
}

.date-range{

    margin-top: 5px;

}

.date-range select{
    width: 100px;
    height: 25px;
    border-radius: 10px;
}
.container-1 input{
    margin-top: 5px;
    width: 240px;
    height: 20px;
    border-radius: 10px;
    outline: none;
    
}

.cta-1{
    margin-top: 25px;
}

.cta-1 img{
    width: 65%;
}

/* page 2 */


.container-2{

    height: 100%;
    width: 100%;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    display: none;
    
}


.banner-2{
    margin-top: 20px;
}

.banner-2 img{
    width: 100%;
}

#coachingName{

    /* color: white; */
    font-size: 26px;
    text-transform: capitalize;
    color: #FFDF00;
    font-weight: bolder;
    
}

#finalRevenue{

    color: #FFDF00 !important;
    font-size: 40px;
    font-weight: bold;

}
.hack{
    margin-top: 40px;
}
.hack p{

    margin: 2px;
    padding: 0;
}

.bottom{

    margin-top: 65px;
    text-align: center;
}
.bottom img{

    width: 90%;
}


@media only screen and (min-width: 375px){

    
   
   
    .date-range select{
        width: 120px;
        height: 30px;
    }
    .container-1 input{
        margin-top: 5px;
        width: 275px;
        height: 25px;
        
    }

}

@media only screen and (min-width: 425px){


    .date-range select{
        width: 140px;
        height: 35px;
    }
    .container-1 input{
        margin-top: 5px;
        width: 295px;
        height: 25px;
        
    }

}