#hero .slider{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}

#hero .slider img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

#hero{
    padding: 50px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 600px;
    display: flex;
    align-items: center;
}

#hero .slider::before{
    content: '';
    position: absolute;
    z-index: 1;
    background: transparent linear-gradient(90deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
}

#hero h1{
    color: #fff;
    font-size: 45px;
	margin-top: 0px;
}

#hero .content{
    color: #fff;
}

#hero .slick-dots li button .slick-dot-icon:before{
    content: '';
    background: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

#hero .slick-dots li button .slick-dot-icon{
    opacity: 100%!;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero .slick-dots li button{
    border: 1px solid #fff;
    border-radius: 18px;
}

#hero .slick-dots li.slick-active button .slick-dot-icon{
    opacity: 1;
}

#hero .slick-dots li button .slick-dot-icon{
    opacity: 0;
}

#hero .slick-dots{
    z-index: 0;
    bottom: 10px;
}

#hero .slick-next{
    right: 25px;
    border-radius: 0;
    width: 34px;
    height: 114px;
    border: 1px solid #fff;
}

#hero .slick-next .slick-next-icon::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f061';
    opacity: 1;
    font-size: 12px;
}

#hero .slick-prev{
    left: 25px;
    border-radius: 0;
    width: 34px;
    height: 114px;
    border: 1px solid #fff;
    z-index: 1
    
}

#hero .slick-prev .slick-prev-icon::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f060';
    opacity: 1;
    font-size: 12px;
}

@media(max-width:991px){
    #hero img{
        height: 100%;
    }
    #hero .slider,
    #hero .slider .slick-list,
    #hero .slider .slick-list .slick-track,
    #hero .slider .slick-list .slick-track .slick-slide div{
        height: 100%
    }
    #hero .slick-prev,
    #hero .slick-next{
        display: none!important;
    }
    #hero .slick-dots{
        display: none!important;
    }
}

@media(max-width:576px){
    #hero{
        background: #090909;
        height: auto;
        padding-top: 320px;
    }
    
    #hero .slider{
        top: 0;
        left: 0
    }
    
    #hero::before{
        display: none;
    }
    
    #hero img,
    #hero .slider{
        max-height: 300px!important;
    }
}

#featured{
    padding: 30px 0 50px;
}

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

#featured .wrap img{
    width: 295px;
    height: 35px;
    object-fit: cover;
    margin: 0 10px;
}

#featured p{
    margin: 0;
}

#featured .wrap p:first-of-type{
    font-family: 'Inria Serif';
    font-weight: 700;
    color: #090909;
    font-size: 23px;
}

#featured .finance{
    width: 80%;
    max-width: 332px;
    height: auto;
    margin: 0 auto;
    display: block;
}

#featured .wrap p:last-of-type{
    font-size: 17px;
    color: #090909;
}

#featured img{
    width: 233px;
    height: 75px;
    object-fit: cover;
    display: block;
}

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

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

@media(max-width:1200px){
    #featured .inner{
        flex-direction: column;
    }
}

@media(max-width:1200px){
    #featured img{
        margin: 0 auto;
        display: block;
    }
    
    #featured .wrap{
        justify-content: center;
        margin-bottom: 20px;
    }
}

@media(max-width:991px){
    #featured .wrap{
        flex-direction: column;
    }
    #featured .wrap img{
        margin-bottom: 20px;
    }
}

#brands{
    padding: 50px 0;
}

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

#brands h3{
    color: #090909;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

#brands p{
    color: #090909;
}

#brands .btn{
    margin-left: auto;
    display: block;
    width: fit-content;
}

#brands img{
    height: 439px;
    max-width: 328px;
    width: 100%;
    object-fit: cover;
}

#brands .slick-slide{
    margin: 0 10px;
}

#brands .slick-slide a{
    text-decoration: none;
}

#brands .slick-slide .click p{
    font-family: 'Inria Serif';
    font-size: 18px;
    font-weight: 700;
}

@media(max-width:1200px){
    #brands .btn{
        margin: 0;
    }
}

@media(max-width:767px){
    #brands img{
        width: 100%!important;
        max-width: 100%;
    }
}

#about{
    background: #F8F8F8;
    padding: 100px 0;
}

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

#about h2{
    color: #090909;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

#about p{
    color: #090909;
}

#about .click{
    margin-top: 30px;
}

#about img{
    height: 430px;
    width: 100%;
    max-width: 532px;
    object-fit: cover;
    margin-left: auto;
    display: block;
}

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

#latest{
    padding: 50px 0;
}

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

#latest h2{
    color: #090909;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

#latest p{
    color: #090909;
}

#latest .btn{
    margin-left: auto;
    display: block;
    width: fit-content;
}

#latest img{
    height: 377px;
    max-width: 328px;
    width: 100%;
    object-fit: cover;
}

#latest .slick-slide{
    margin: 0 10px;
}

#latest .slick-slide a{
    text-decoration: none;
}

#latest .slick-slide h3{
    font-size: 17px;
    color:#090909;
    margin-top: 20px;
}

#latest .price{
    letter-spacing: 2.06px;
}

#latest .line{
    width: 40%;
    background-color: #A48111;
    opacity: 1;
}

@media(max-width:1200px){
    #latest .btn{
        margin: 0;
    }
}

@media(max-width:767px){
    #latest img{
        width: 100%!important;
        max-width: 100%;
    }
}

#logos{
    background: #090909;
    padding: 30px 0;
}

#logos img{
    max-width: 124px;
    height: 70px;
    margin: 0 auto;
}

#reviews{
    padding: 50px 0;
}

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

#reviews h2{
    color: #090909;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

#reviews p{
    color: #090909;
}

#reviews .btn{
    margin-left: auto;
    display: block;
    width: fit-content;
}

#reviews .slick-slide{
    margin: 0 15px;
}

#reviews img{
    margin-bottom: 20px;
}

#reviews .name{
    color: #A48111;
    font-weight: 500;
}

@media(max-width:1200px){
    #reviews .btn{
        margin: 0;
    }
}

#price{
    padding: 50px 0;
    background: #090909;
}

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

#price h2{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

#price p{
    color: #fff;
}

#price .btn{
    margin-left: auto;
    display: block;
    width: fit-content;
}

#price .wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#price .inner{
    width: 230px;
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    letter-spacing: 2.06px;
    margin: 0 10px;
}

@media(max-width:1400px){
    #price .inner{
        margin-bottom: 20px;
    }
    #price{
        padding: 50px 0 30px;
    }
}

@media(max-width:1200px){
    #price .btn{
        margin: 0;
    }
}

#faq {
    background: #fff;
    padding: 80px 0;
}
#faq .header h2 {
    color: #090909;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

#faq .header p{
    color: #090909;
    text-align: center;
    margin-bottom: 50px
}

#faq .accordion-item {
    background: transparent;
    border-bottom: 1px solid #E6E6E6;
}
#faq .accordion-item .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    padding-left: 50px
}
#faq .accordion-item .accordion-button p {
    color: #090909;
    font-family: 'Inria Serif';
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
}
#faq .accordion-item .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2b";
    background-image: none;
    color: #090909;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    
}
#faq .accordion-item .accordion-button:not(.collapsed)::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    background-image: none;
    font-size: 20px;
}
#faq .accordion-item .accordion-body p {
    color: #090909;
}

#contact{
    background: #090909;
    padding: 100px 0;
}

#contact .row{
    justify-content: space-between;
}

#contact h2{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

#contact p{
    color: #fff;
}

#contact input,
#contact textarea{
    background: none;
    padding: 10px;
    border-radius: 0;
    color: #fff
}

#contact input::placeholder,
#contact textarea::placeholder{
    color: #fff
}

#contact textarea{
    height: 140px;
}

#posts{
    background: #F8F8F8;
    padding: 50px 0;
}

#posts h2{
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

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

#posts .header p{
    color: #000;
}

#posts .inner{
    background: #fff;
    padding: 15px;
}

#posts img{
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    height: 280px;
}

#posts .date{
    color: #A48111;
    margin: 20px 0;
}

#posts .post h2{
    font-size: 17px;
    font-weight: 400;
    color: #090909;
    font-family: 'Montserrat'
}

#posts .click .btn{
    margin-left: auto;
    display: block;
    width: 200px;
}

@media(max-width:1200px){
    #posts .btn{
        margin: 0!important;
    }
}
