body{
    margin: 0;
    overflow-x: hidden;
}

.hero{
    background: url('./itfpropertyimg.avif');
    background-size: cover;
    background-position: center;
    height: 150px;
    background-repeat: no-repeat;
    filter: brightness(60%);

    
}


h1{
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    position: relative;
    top: 100px;

}

.box{
    background-color: white;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 2px 4px 7px 10px rgb(255, 255, 255);

}

.main{
    display: flex;
    place-items: center;
    position: relative;
    left: 33%;
}

.g{
    justify-content: center;
    align-items: center;
    gap: 25px;
   
}

.formc{
    padding: 7px;
    border-radius: 4px;
    border: 1px solid;
    width: 370px;
}
.forms{
    padding: 7px;
    border-radius: 4px;
    border: 1px solid;
    width: 370px;
}

.formss{
    padding: 7px;
    border-radius: 4px;
    border: 1px solid;
    width: 370px;
    height: 30px;
}

h5{
    font-size: 15px;
    line-height: 25px;
}

button{
    width: 100px;
    height: 30px;
    font-size: 15px;
    position: relative;
    top: 30px;
}

@media(max-width:600px){

    .hero{
        overflow-x: hidden;
    }
    .main{
 
        left: 3%;
        overflow-x: auto;
    }

    button{
        width: 150px;
        height: 40px;
        font-size: 18px;
        position: relative;
        top: 30px;
    }
}
