*{
    margin: 0;
    padding: 0 1% 0% 0;

}

body{
    background-color: #E8ECD6;
}

.main-contact{
    display: flex;
    margin-top: 8%;
}

.emailrefer-contact{
    text-decoration: none;
    color: #e3b8a7;
}

.emailrefer-contact:hover{
    text-decoration: underline;
}

.formdiv-contact{
    background-color: white;
    margin-left: 10%;
    padding: 2% 5% 5% 5%;
}

.form-contact{
    display: flex;
    flex-direction: column;
    gap: 5vh;
    margin-top: 2vh;
}

.inputs-contact{
    border: none;
    outline: none;
    border-bottom: 2px solid #c9c9c9;
    transition: #c9c9c9 0.3s ease-in-out;

}

.inputs-contact:hover {
    border-color: #a7a7a7;
  }

.inputs-contact::placeholder {
    color: #a7a7a7;
  }

.companyname-contact{
    font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200px;
  font-style: normal;
  color: #e3b8a7;

}

.imagediv-contact{
    background-image: url(/Images/Contact-Image.jpg);
    background-size: cover;
    width: 50%;
    padding: 1% 0 0 4%;


}

.sendbtn-contact{
    border: none;
    background-color: #E8ECD6;
    padding: 10px;
    border-radius: 12px;
    color: #000;
    
}

.sendbtn-contact:hover{
    color: white;
    background-color: #94968f;
}

.navberlist-contact{
    display: flex;
    flex-direction: row;
    gap: 110px;
}

.activelist-contact{
    color: #4b615e;
    border-bottom: 2px solid #c9c9c9;
}




.navberlist-contact li {
    list-style-type: none;
     font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200px;
  font-style: normal;    
}

.navrefer-contact{
    text-decoration: none;
    color: black;
    white-space: nowrap;
}

.navberlist-contact li:hover{
    color: #4b615e;
    border-bottom: 2px solid #c9c9c9;
    font-size: larger;

}



@media (max-width: 768px) {
    .imagediv-contact {
        display: none;
    }
}