body{
    font-family: 'quicksand';
    color: rgb(65, 64, 64);
    background-image: url(/public/images/construction.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
}
*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
.container{
    width: 80%;
    margin: auto;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.logo{
    width: 12%;
    margin-left: 30px;
}
.logo img{
    width: 100%;
}
.web{
    display: flex;
    align-items: center;
}
.under-text{
    width: 40%;
    padding: 10px;
    margin-left: 30px;
    transform: scale(1);
}
.under-text h1{
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 50px;
}
.under-text p{
    margin-bottom: 30px;
}
.under-text h5{
    margin-bottom: 30px;
    font-size: 18px;
}
.under-image{
    width: 60%;
    padding: 10px;
}
.under-image img{
    width: 100%;
}
.send-mail{
    display: flex;
    justify-content: space-between;
}
.send-mail input{
    outline: none;
    width: 67%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid grey;
}
.send-mail a{
    color: white;
    background-color: goldenrod;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 13px;
    width: 30%;
    text-align: center;
}
.send-mail a:hover{
    background-color: rgb(197, 145, 14);
}
.mobile{
    width: 70%;
    margin: auto;
    text-align: center;
    display: none;
    margin-top: 60px;
    
}
.under-text1{
    padding: 10px;
    margin-left: 30px;
    text-align: center;
}
.mobile h1{
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 50px;
    
}
.under-text1 p{
    margin-bottom: 30px;
}
.under-text1 h5{
    margin-bottom: 30px;
    font-size: 18px;
}
.under-image1{
    width: 70%;
    margin: auto;
    padding: 10px;
    justify-content: center;
}
.under-image1 img{
    width: 100%;
}
.send-mail1{
    display: flex;
    justify-content: space-between;
}
.send-mail1 input{
    outline: none;
    width: 67%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid grey;
}
.send-mail1 a{
    color: white;
    background-color: goldenrod;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 13px;
    width: 30%;
    text-align: center;
}
.send-mail1 a:hover{
    background-color: rgb(197, 145, 14);
}
