h2{
    font-family: 'Nord-medium', sans-serif !important;
    color: #333333;
    font-size: 3.6rem !important;
}
p{
    font-family: "Zalando Sans SemiExpanded", sans-serif;
    font-size: 18px !important;
    text-align: justify;
}
.web-handal-hero{
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
}
.web-handal-hero h1{
    font-family: 'Nord-medium', sans-serif !important;
    color: white;
    font-size: 4rem !important;
}
.web-handal-hero-overlay{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.658);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.web-handal-btn-def{
    width: auto;
    height: auto;
    background-color: #FE7F0E;
    color: white;
    border: none;
    border-radius: 20px;
    font-family: 'Nord', sans-serif !important;
    letter-spacing: 0.5px;
    padding: 6px 20px;
    font-size: 15px;
}   
.web-handal-line{
    width: 90px;
    height: 10px;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 35%, rgba(254, 127, 14, 1) 100%);
}
.web-handal-content-intro{
    height: 45vh;
    display: flex;
    align-items: center !important;
}
.web-handal-image-intro{
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
}
.web-handal-image-overlay{
    width: 100%;
    height: 100%;
    background: linear-gradient(236deg,rgba(0, 0, 0, 0.45) 56%, rgba(156, 74, 3, 1) 100%);


}
.web-handal-content-racks{
    width: 100%;
    height: 65vh;
    margin: auto;
    display: flex;
    align-items: center !important;
    background-color: #222222;
    color: white !important;
}
.web-handal-image-racks{
    width: 100%;
    height: 55vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
}
.web-handal-content-form{
    width: 100%;
    height: 40vh;
     margin: auto;
    display: flex;
    align-items: center !important;
    background-color: #f1f1f1;
}
.web-handal-content-form span{
    font-family: 'Nord-medium', sans-serif !important;
    color: #FE7F0E;
    font-size: 2.4rem !important;
}

.web-handal-footer{
    width: 100%;
    height: 45vh;
    margin: auto;
    display: flex;
    align-items: center !important;
    background-color: #222222;
    color: white !important;
}
.web-handal-logo-footer{
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.web-nav-link-w{
    color: white !important;
    font-family: 'Nord', sans-serif !important;
    font-size: 14px !important;
}
.fa-handal{
    color: #FE7F0E !important;
    font-size: 12px !important;
    padding-right: 8px;
}
