body {
    font-family: 'Space Grotesk', sans-serif;
    margin: 0;
    padding: 0;
    background-color:  rgb(233, 233, 233);

}

/* Hero section*/

.hero {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right bottom, rgba(255, 58, 58, 0.605), rgba(255, 251, 231, 0.3)), url(../img/Harjinder_Beanlands_MoviePoster\ copy.jpg);
    background-size: cover;
    display: flex;
}
.cls-1{
    fill:rgba(158, 40, 4, 0.853);
}
.header {
    text-align: center;
    color: rgb(255, 248, 234) ;
    width: 100%;
}

#Layer_1 {
    width: 100%; 
    
}

.h1 {
    
    font-size: 60px;
    background-color: rgba(158, 40, 4, 0.853);
    padding: 20px;
    margin: 0;
}

.p1 {
    background-color: rgba(158, 40, 4, 0.853);
    padding: 20px;
    margin: 0;
}










/*Problen Section*/

.problem {
    display: flex;
    margin: 20px;
    text-align: center;
    
    justify-content: center;
    
}

.statment {
    gap: 20px;
    padding-right: 200px;
}

.ph {
    display: flex;
    max-width: 450px;
    text-align: center;
    line-height: 25px;
    color: rgb(80, 21, 2);
    
} 

.wip {
    display: flex;
    gap: 20px;
    color: rgb(158, 40, 4);  
}


.img1 {
    max-width: 250px;
}

.img2 {
    max-width: 250px;
}

.h2 {
    font-size: 40px;
    color: rgb(158, 40, 4);
}





/*Process*/


/*Moodboards*/

.h4 {

    text-align: center;
    font-size: 40px;
    color: rgb(158, 40, 4);
}

.mood {

    display: flex;
    justify-content: center;
    gap: 100px;
    padding-bottom: 40px;
}

.m1 {

    max-width: 400px;
}

.m2 {
    max-width: 400px;

}

.m3 {
    max-width: 400px;
}








/*Iterations*/

.h5 {
    text-align: center;
    font-size: 40px;
    color: rgb(158, 40, 4);
    
}

.other {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding-bottom: 40px;
}

.it1 {
    max-width: 450px;
}

.it2 {
    max-width: 450px;
}





/*Final Poster*/


.h6 {

    text-align: center;
    font-size: 40px;
    color: rgb(158, 40, 4);

}

.poster {

    display: flex;
    justify-content: center;

}

.fin {

    max-width: 900px;
    padding-bottom: 40px;
}


.final {
    text-align: center;
}

.impact {
    font-size: 35px;
    color: rgba(158, 40, 4, 0.853);
    margin-bottom: 10px;
    margin-top: 20px;
}







/*Contact form*/


.form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 500px;
    position: relative;
    padding-left: 500px;
    padding-bottom: 100px;
}

.contact {

    text-align: center;
    font-size: 40px;
    color: rgba(158, 40, 4, 0.853);
    bottom: -120px;
}


input[type="text"] {
    width: 500px;
    height: 40px;
    border-radius: 5px;
    border-width: thin;
    border-color: #979797;
    text-align: center;
    
}

.text {
    letter-spacing: 2px;
    line-height: 5px;
    color: #792020;
    text-align: center;
    
}

input[type="submit"] {
    width: 500px;
    height: 40px;

    font-size: 20px;
    letter-spacing: 3px;
    border-radius: 5px;
    border-width: thin;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(#480606, #dd7d6e);
    border: rgba(0, 0, 0, 0) ;
    
}





/*Resizing*/

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




    /* Problem Statment*/

    .statment {
        gap: 10px;
        padding-right: 50px;
        padding-left: 50px;
    }

    .img1 {
        max-width: 170px;
        padding-left: 40px;
    }
    
    .img2 {
        max-width: 190px;
    }
    
    .problem {
        display: flex;
        margin: 20px;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        
    }
    



    /*Moodboard*/


    .mood {

        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 100px;
        padding-bottom: 40px;
        padding: 50px;
    }
    
    .m1 {
    
        max-width: 400px;
    }
    
    .m2 {
        max-width: 400px;
    
    }
    
    .m3 {
        max-width: 400px;
    }




    /*Iterations*/

    .other {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 100px;
        padding-bottom: 40px;
    }
    
    .it1 {
        max-width: 450px;
        padding-left: 25px;
    }
    
    .it2 {
        max-width: 450px;
        padding-left: 25px;
    }




    /*Final Poster*/

    .fin {

        max-width: 450px;
        padding-bottom: 40px;
    }





    /*Contact Info*/

    .form {
        display: flex;
        justify-content: center;
        flex-direction: column;
        max-width: 400px;
        padding-left: 50px;
        padding-bottom: 100px;
    }
    
    input[type="text"] {
        width: 400px;
        height: 40px;
    }


    input[type="submit"] {
        width: 400px;
        height: 40px;
        
    }

}


