body{
    font-family: "Roboto", sans-serif;
    margin: 0;
}
.padding{
    padding: 5px;
}
.align{
    text-align: center;
}
.seeMore{
    padding: 10px;
    margin: 10px;
    color: white;
    background-color: black;
    text-decoration: none;
    font-weight: bold;
}
.headerWrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.headerLogoImg{
    width: 200px;
}

.naviLinks{
    color: black;
    text-decoration: none;
    margin-left: 10px;
}
.naviLinks:hover{
    background-color: black;
    color: white;
    font-weight: bold;
}
/* main */

.mainWrap{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/buildingphoto.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
    margin: 0; 
    display: flex;
    justify-content: start;
    align-items: center;
    
}

.mainH1{
    color: white;
    width: 450px;
    font-size: 65px;
    text-align: start;
    padding-left: 50px;
   
    
}
.textAboutUs{
    width: 100%;
    display: flex;
    justify-content: center;
   
}
.textWrap{
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    
}
/* work cards */
.workCardsWrap{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
}
.workCard1{
    width: 400px;
    border: solid 2px black;
    border-radius: 25px;
    overflow: hidden;
    margin-top: 10px;
    box-shadow: 2px 2px 10px black;
    padding-bottom: 20px;
   
}
.workCard1H2{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/finish.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
    color: white;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.workCard2H2{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/flizesana.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
    color: white;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.workCard3H2{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/Dismantling.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
    color: white;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.workCard4H2{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/Flooring.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
    color: white;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.workCard5H2{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/Cosmetic-repairs.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
    color: white;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

/* form */

.contactWrap{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/Completion.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
.contactForm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.416);
    padding: 30px;
}
.form-group{
    margin-top: 10px;
}
.contackText{
    font-size: 40px;
    width: 350px;
    color: white;
}
.formInput{
    height: 50px;
    width: 350px;
}
.formInputMessage{
    height: 150px;
    width: 350px;
}
.formInput:placeholder-shown{
    font-size: 35px;
}
.formInputMessage:placeholder-shown{
    font-size: 35px;
}
.formButton{
    height: 50px;
    width: 350px;
    font-size: 35px;
    font-weight: bold;
    background-color: black;
    color: white;
}
/* logoText */
.logoTextWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logoTextImage{
    width: 300px;
}

/* footer */

.footerWrag{
    text-align: center;
    padding: 10px;
}

/* Apdares */

.mainWrapApdares{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/buildingphoto.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
    margin: 0; 
    display: flex;
    justify-content: start;
    align-items: center;
    
}
.mainWrapFlizesana{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/flizesana.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
    margin: 0; 
    display: flex;
    justify-content: start;
    align-items: center;
    
}
.mainWrapDemotaz{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/Dismantling.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
    margin: 0; 
    display: flex;
    justify-content: start;
    align-items: center;
    
}
.mainWrapGridu{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/Flooring.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
    margin: 0; 
    display: flex;
    justify-content: start;
    align-items: center;
    
}


@media (max-width: 950px){
body{
    padding: 0;
    margin: 0;
}
.headerWrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
nav{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
}
.mainH1{
    color: white;
    max-width: 400px;
    font-size: 55px;
    text-align: center;
    /* padding-left: 50px; */
   
}

.contactWrap{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/Completion.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
}
@media (max-width: 500px){
body{
    padding: 0;
    margin: 0;
}
.headerWrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
nav{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
}
.mainH1{
    color: white;
    width: 100%;
    font-size: 45px;
    text-align: center;
    /* padding-left: 50px; */
    padding: 0px;
    margin: 0;
   
}

.contactWrap{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/Completion.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}

.contackText{
    font-size: 20px;
    width: 200px;
    color: white;
}
.formInput{
    height: 50px;
    width: 200px;
}
.formInputMessage{
    height: 100px;
    width: 200px;
}
.formInput:placeholder-shown{
    font-size: 15px;
}
.formInputMessage:placeholder-shown{
    font-size: 15px;
}
.formButton{
    height: 50px;
    width: 200px;
    font-size: 25px;
    font-weight: bold;
    background-color: black;
    color: white;
}
.contactForm{

    padding: 5px;
}
.logoTextImage{
    width: 100px;
}
}