#hero{
    padding: 50px 0 80px;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero::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
}

#hero .content{
    color: #fff;
}

#hero span{
    color: #fff!important;
}

#hero span a{
    color: #fff;
    text-decoration: none;
}

#form{
    padding: 50px 0;
}

#form .header{
    text-align: center;
    margin-bottom: 50px;
}

#form .header p{
    color: #090909;
}

#form form{
    width: 900px;
    margin: 0 auto;
}

#form h3{
    color: #090909;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 50px;
}

#form input{
    height: 40px;
    border: 1px solid #090909;
    border-radius: 0;
    padding: 10px;
}

#form textarea{
    border-radius: 0;
    border: 1px solid #090909;
    height: 150px;
    padding: 10px;
}

#form input::placeholder,
#form textarea::placeholder{
    color: #090909;
}

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

@media(max-width:991px){
    #form form{
        width: 100%;
    }
}

#block:nth-of-type(odd){
    background: #F8F8F8;
}

#block{
    padding: 50px 0;
}

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

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

#block p{
    color: #090909;
}

#block img{
    width: 100%;
    max-width: 532px;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

#block:nth-of-type(odd) img{
    margin-left: auto;
    display: block;
}

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

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

#faq .header p{
    color: #fff;
    text-align: center;
}

#faq .accordion-item {
    background: transparent;
    border-bottom: 1px solid #fff;
}
#faq .accordion-item .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    padding-left: 50px
}
#faq .accordion-item .accordion-button p {
    color: #fff;
    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: #fff;
    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: #fff;
}

.slick-autoplay-toggle-button{
    display: none!important;
}

#slider{
    padding: 80px 0;
}

#slider .header{
    text-align: center;
    margin-bottom: 50px;
}

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

#slider p{
    color: #090909;
}

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

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