body{
    background-color: black;
    font-family: 'Signika Negative';
}

#main2{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.hero{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;


}

.overlay{
    width: 100%;
    background-color: rgba(12, 44, 140, 0.368);
    padding: 100px;
    padding: 120px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.s-con{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(6, 10, 21);
    
}


.hero1{
    background-image: url('../images/hero1.jpg');
}

.hero2{
    background-image: url('../images/hero2.jpg');
}


.hero3{
    background-image: url('../images/hero3.jpg');
}

.hero4{
    background-image: url('../images/hero4.jpg');
}

.hero5{
    background-image: url('../images/hero5.jpg');
}

.hero6{
    background-image: url('../images/hero6.jpg');
}

.input-con{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

#form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.text-input-box{
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: unset;
    height: 200px;
    width: 100%;
}

.input-box{
    width: 100%;
    box-sizing: border-box;
    background-color: unset;
    border-style: solid;
    padding: 15px;
    border-width: 1px;
    border-radius: 5px;

}

#submit{
    width: 100%;
    padding: 10px;
    background-color: rgb(37, 211, 102);
    border-style: solid;
    border-width: 1px;
    text-align: center;
    font-size: 20px;
    color: white;
    border-style: none;
    border-radius: 5px;
    box-sizing: border-box;
}


@media screen and (max-width: 1100px) {
    .s-con{
        width: 95%;
        padding: 30px;
    }
}
