/* @font-face {
    font-family:Somar ; 
    src: url('./fonts/Somar-Regular.otf'),
  } */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Cairo', sans-serif;
}

.form-label {
    width: 100%;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 800;
    line-height: 29px;
    margin-top: 6px;


}

.formInput {
    height: 55px;
    width: 100%;
    padding: 16px;
    outline: none;
    box-shadow: none;
    border: 1px solid #40404066;
    border-radius: 8px;
    color: #1E1E1E;
    font-size: 20px;
}

textarea.formInput {
    height: 180px;
    resize: none;
}

.contact-form .submit-btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    box-shadow: 0px 4px 20px 0px #12BDAF80;
    background-color: #12BDAF;
    height: 55px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    border-radius: 30px;

}

.contact-form .submit-btn:hover {
    background-color: #089c8f;
}

.contact-title h4 {
    font-weight: 900;
    line-height: 29px;
    color: #1E1E1E;
    text-decoration: underline;
}

.contact-title h5 {
    font-weight: 400;
    line-height: 29px;

}
.page-content ,
.page-title h4 {
    font-weight: 700;
    line-height: 29px;
    color: #1E1E1E;
}
