#hero{
    padding: 100px 0 100px;
}

#hero .row{
    align-items: center;
}

#hero h1{
    color: #000000;
    font-size: 53px;
    font-weight: 900;
    line-height: 58px;
    max-width: 560px;
    margin-bottom: 30px;
}

#hero h1 strong{
    color: #D9A51F
}

#hero .content p{
    font-size: 19px;
    max-width: 530px;
    margin: 0;
}

#hero .content p strong:last-of-type{
    color: #D9A51F
}

#hero .list{
    display: flex;
    margin: 40px 0;
}

#hero .wrap{
    display: flex;
    align-items: center;
}

#hero .wrap .text{
    font-size: 23px;
    font-family: var(--spartan);
    margin-left: 10px;
}

#hero i{
    color: #F9B62A;
    font-size: 24px;
}

#hero img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

#hero .list{
    flex-wrap: wrap;
}

#hero .wrap{
    width: 50%;
    margin-bottom: 15px;
}

#hero .list img{
    width: 37px;
    height: 32px;
}

#hero .wrap:first-of-type img{
    width: 24px;
    height: 32px;
}

#hero .icon{
    min-width: 37px;
}

@media(max-width:576px){
    #hero .wrap{
        width: 100%;
    }

    #hero h1{
        font-size: 40px;
        line-height: 45px;
    }
}

@media(max-width:1200px){
    #hero h1,
    #hero .content p{
        max-width: 100%;
    }
    
    #hero img{
        max-width: 672px;
        margin: 0 auto;
        display: block;
    }
    #hero .list{
        flex-direction: column;
    }
    
    #hero .list .wrap{
        margin-left: 0;
    }
    
    #hero i{
        width: 27px;
    }
}


#about{
    padding: 50px 0;
}

#about img{
    width: 100%;
}

#about .row{
    justify-content: space-between;
    align-items: center;
}

#about h2{
    font-size: 53px;
	line-height: 63px;
    font-weight: 900;
    margin-bottom: 40px;
}

#about strong{
    color: #D9A51F
}

#about ul{
    padding: 0 0 0 20px;
    margin-bottom: 40px;
}

#about li::marker{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: #F9B62A
}

#about li{
    font-size: 20px;
    padding-left: 15px;
    margin-bottom: 10px;
}

@media(max-width:1200px){
    #about img{
        max-width: 536px;
        margin: 0 auto;
        display: block;
    }
}

#gallery{
    padding: 100px 0;
}

#gallery{
    position: relative;
}

#gallery::before{
    position: absolute;
    content: '';
    top: -44px;
    left: 0;
    width: 100%;
    height: 45px;
    background: #F9B62A;
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}

#gallery h2{
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    max-width: 1088px;
    margin: 0 auto 50px;
}

#gallery .slick-slide{
    padding: 0 10px;
}

#gallery img{
    object-fit: cover;
    border: 9px solid #fff
}

#review{
    background: #000000;
    padding: 50px 0;
    position: relative;
}

#review::before{
    position: absolute;
    content: '';
    top: -45px;
    left: 0;
    width: 100%;
    height: 45px;
    background: #000;
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
}

#review h2{
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    line-height: 53px;
}

#review .content p{
    color: #fff;
    font-size: 22px;
    margin: 0;
}

#review .inner{
    background: #fff;
    box-shadow: 2px 3px 6px #0000000A;
    border-radius: 10px;
    padding: 20px 30px;;
}

#review h2 strong{
    color: #F9B62A
}

#review .quote i{
    font-size: 60px;
    color: #D1D1D1
}

#review .text{
    text-align: center;
    font-size: 18px;
    font-style: italic;
    color: #5A5A5A;
}

#review .text p{
    min-height: 135px;
}

#review .slick-slide{
    padding: 0 10px;
}

#review .inner .top{
    display: flex;
    justify-content: space-between;
}

#review .inner .stars{
    display: flex;
    align-items: center;
}

#review .stars img{
    width: 148px;
    height: 24px;
    margin-right: 10px;
}

#review .inner .rating{
    font-family: var(--spartan);
    font-size: 17px;
    font-weight: 700;
    margin-top: 5px;
}

#quote .header{
    margin-bottom: 50px;
}

@media(max-width:991px){
    #review .text p{
        min-height: 0;
    }
}

#quote{
    padding: 50px 0 100px;
}

#quote .row{
    justify-content: center;
}

#quote .header{
    text-align: center;
}

#quote h2{
    font-size: 53px;
    font-weight: 900;
    line-height: 59px;
}

#quote h2 strong{
    color: #D9A51F;
}

#quote p{
    font-size: 18px;
    color: #646464
}

#quote input,
#quote textarea{
    border-radius: 15px;
    padding: 20px;
}

#quote input::placeholder,
#quote textarea::placeholder{
    font-size: 19px;
    font-family: var(--spartan)
}

#quote .btn{
    margin: 0 auto;
    display: block;
}

#services{
    padding: 50px 0;
}

#services h2{
    text-align: center;
    margin-bottom: 60px;
    font-size: 53px;
    font-weight: 900;
    line-height: 58px;
}

#services h2 strong{
    color: #D9A51F;
}

#services img{
    margin: 0 auto 20px;
    display: block;
    height: 62px;
}

#services .content{
    text-align: center;
    margin-top: 30px;
}

#services h3{
    font-size: 27px;
    font-weight: 900;
}

#logos{
    padding: 0px 0 100px
}