body {
    background: white;
    padding: 0;
    margin: 0;
}
html {
    scroll-behavior: smooth;
}
h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    text-align: center;
    font-size: 38px;
}
.main-wrapper h2{
    margin-bottom: 28px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 18px;
}
h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0 0 45px;
    position: relative;
}
p, li{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.nav-wrapper ul{
    padding: 0;
}
.header-underline::after{
    content: ' ';
    display: block;
    width: 72px;
    height: 3px;
    position: relative;
    top: 8px;
    background-color: #e14a00;
}
.main-wrapper {
    padding: 0 178px;
}
.head h3{
    width: 33vw;
    margin: 0 0 40px;
    text-align: center;

}
.head .our-company{
    background-color: rgba(0, 0, 0, 0.4);
    border: solid 2px #e14a00;
    width: 342px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    border-radius: 38px;
}
.head .our-company:hover,
.head .our-company:focus{
    background-color: #e14a00;
}
header {
    height: 100vh;
    background-color: black;
    background-image: url(assets/bg/head-bg.jpg);
    background-size: 106%;
    background-repeat: no-repeat;
    background-position: 0 -100px;
    color: white;
}

header .main-wrapper {
    padding: 50px 178px;
}

header .top-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header .center-text-wrapper {
    height: 66vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header a {
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

header .logo-wrapper {
}

header .nav-wrapper {
}

header .nav-wrapper ul {
    margin: 0;
}

header .nav-wrapper li {
    display: inline-block;
    padding: 15px 15px 0;
}
header .head-filter{
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.45);
}
@media (max-width: 1302px) {
    header {
        background-size: 1326px;
        background-position: center;
    }
}

.about {
    background-color: white;
    height: 50vh;
    max-height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgba(0,0,0,0.8);
}

.about img{
    width: 30%;
}
.about p{
    margin-right: 90px;
}
.pictures {
    background-color: #e14a00;
    height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.pictures .content-wrapper {
    display: flex;
    flex-direction: row;
    height: 35%;
}

.pictures .wrapper {
    width: 240px;
    height: 170px;
    text-align: center;
    color: rgba(0,0,0,0.8);
}

.pictures .wrapper img {
    width: 30%;
}
.pictures .description-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 190px;
}
.services{
    padding-top: 18vh;
    padding-bottom: 18vh;
    background-color: #3c3c3c;
    color: rgba(255,255,255,0.8);
}
.services .description-wrapper{
    display: flex;
    flex-direction: row;
}
.services .list-left{
    width: 50%;
}
.services .list-right{
    width: 50%;
}
.contact{
    background-image: url(assets/bg/footer.png);
    color: rgba(255,255,255,0.8);
}
.contact>.wrapper{
    background-color: rgba(0,0,0,0.7);
    padding-top: 18vh;
    padding-bottom: 18vh;
}
footer{
    background-color: #3e3e3e;
}
footer p{
    margin: 0;
}
@media(max-width: 900px){
    h1{
        font-size: 22px;
    }
    h2{
        font-size: 18px;
    }
    h3{
        font-size: 16px;
    }
    h2, h3, h4, h5, h6{
        margin: 0 0 45px;
    }
    p, li{
        font-size: 12px;
    }
    header .main-wrapper{
        padding: 0;
    }
    .main-wrapper{
        padding: 15px 15px;
    }
    header .top-wrapper{
        flex-direction: column;
        background-color: #3c3c3c;
        padding: 15px;
    }
    .head h3{
        width: 66vw;
    }
    .head .our-company{
        font-size: 18px;
        width: 300px;
        height: 50px;
    }
    header .center-text-wrapper{
        height: 80vh;
    }
    .description-wrapper h3{
        margin: 0;
    }
    .about img{
        display: none;
    }
    .about p{
        margin-right: 0;
    }
    .pictures{
        height: auto;
    }
    .pictures .content-wrapper {
        flex-direction: column;
    }
    .pictures .content-wrapper .wrapper{
        display: flex;
        flex-direction: row;
    }
    .pictures .description-wrapper{
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: left;
        padding-left: 15px;
    }
    .services{
        padding: 60px 15px;
    }
    .services .list-left{
        padding: 0 8px;
    }
}
