body,html{
    font-family: 'Inter', sans-serif;
    color: #1E1E1F;
}
.logo img{
    width: 162px;

}
header{
    padding: 2rem 0rem;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .navbar-expand-lg .navbar-nav{
        margin: auto;
    }
}
.nav-link{
    color: #1E1E1F;
    font-weight: 500;
    font-size: 1rem;
}
.hero{
    background-image: url(../img/hero-bk.png);
    background-position: right center;
    background-size: 50%;
    height: 800px;
    background-repeat:no-repeat ;
}
.btn-primary{
    background-color: #1E1E1F!important;
    height: 65px;
    width: 168px;
    border: 0px!important;
    border-radius: 6px!important;
    font-size: 14px;
    font-weight: 700;
}
.hero-phone img{
    width: 466px;
}
.hero-phone{
    margin-top: 5rem;
}
.hero-text-con{
    margin-top: 10rem;

}
.hero-text h1{
    padding-bottom: 20px;
}
.hero-text p{

}
.hero-text span{
    opacity: 0.5;
}
#features{
    padding-top: 200px;
}
#features .title h1{
}
#features .icons{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}
#features .icons-title h4{
    font-size: 24px;
    font-weight: 700;
}
#features .icons-img img{
    width: 190px;
    padding-bottom: 15px;
}
#filter{
    padding-top: 220px;
    padding-bottom: 200px;
}
#filter .fil-img{
    padding: 3rem;
}
#filter .fil-img img{
    width: 100%;
}
#filter .fil-text{
    padding: 5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
#filter .fil-text h1{
}
#jobs {
    padding: 5rem 0rem;
    background-image: conic-gradient(at 75% 100%, #FFB72C, #FFC92C, #F8F8F8, #F8F8F8);
}
#jobs .jobs-img img{

}
#jobs .jobs-img img{
    float: right;
    width: 563px;

    margin-top: 30px;
}
#jobs .jobs-text{
    padding: 5rem 0rem 5rem 10rem;
}

#jobs .jobs-text span{
    opacity: 0.5;
}
#jobs .jobs-text h1{
}
#offer .offer-text h1{
    width: 45%;
}
#offer .offer-text span{
    opacity: 0.5;
}
#offer{
    position: relative;
    margin-top: 227px;
    margin-bottom: 220px;
    padding: 5rem 0rem;
    background-image: url(../img/Group3217.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    min-height: 600px;
}
#offer .offer-icons{
    width: 215px;
}
#offer .offer-icons-con{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
    height: 300px;
}
.icon-con{
    display: flex;
}
.icon-con p {
    font-weight: 700;
    font-size: 20px;
    color: #1E1E1F;
}
.icon-con .icons{
    width: 40px;
    height: 40px;
    background: black;
    color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}
footer .logo img{
    width: 200px;
    padding-bottom: 25px;
}
footer .text p{
    font-weight: 400;
    font-size: 14px;
}
footer .social-icons i{
    margin-right: 20px;
    font-size: 17px;
}
footer{
    padding: 50px 0px;
    border-top:1px solid #A5A5A53D;
}
footer .menu p{
    font-weight: 500;
    font-size: 16px;

}
footer .form-control{
    padding: 1rem 1rem;
}
footer .btn-secondary{
    background: #FFC92C!important;
    border: 0px!important;
    width: 60px;
    height: 60px;
}
.nav-link:hover{
    color: black;
}
img{
    max-width: 100%;
}
h1{
    font-size: 64px;
    font-weight: 800;
}
.copyright{
    float: right;
}
.login {
    float: right;
}
@media(max-width:767px){
    h1{
        font-size: 32px;
    }
    .hero{
        background-position-x: -15%;
        background-position-y: 100%;
        background-size: cover;
    }
    .hero-phone img{
        width: 70%;
    }
    .hero-phone{
        text-align: center;
    }
    .hero-text{
        text-align: center;
    }
    .hero-text-con{
        margin-top: 5rem;
    }
    #filter{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #filter .fil-text{
        padding: 0px;
        text-align: center;
    }
    #jobs .jobs-text{
        padding: 0px;
        text-align: center;
    }
    #offer {
        margin-top: 50px;
        background-image: none;
        padding: var(--bs-gutter-x,.75rem);
        min-height: fit-content;
        margin-bottom: 50px;
    }
    #offer .offer-text h1{
        width: 100%;
    }
    .offer-text{
        text-align: center;
        padding-bottom: 50px;
    }
    #offer .offer-icons-con {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: space-evenly;
        align-items: flex-start;
    }
    #offer .offer-icons {
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }
    footer{
        text-align: -webkit-center;
    }
    .copyright{
        float: none;
    }
    .btn-primary{
        width: 120px;
        height: 50px;
    }
    .login{
        float: right
    }
}
