body{
    font-family: 'Roboto',Arial,sans-serif;
}
.max-w-900{
    max-width: 900px;
}
.max-w-1000{
    max-width: 1000px;
}

.header-link{
    color: black;
}
.header-link:hover{
    color: black;
}
.btn-header{
    border-radius: 10px;
    background: black;
    color: white; 
    transition: all .7s;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
   
}
.btn-header:hover{
    color: white;
    border-color: #5a5a5a;
    background-color:#5a5a5a  ;
}
/*header end*/


.big-benefits{
    color: black;
    font-weight: 300;
    font-size: 100px;
}

/*section terms-header end*/

.small-benefits{
    font-weight: 500;
    color: black;
    font-size: 18px;
    line-height: 30px;
}

.link{
    color: #ff8562;
    text-decoration: none;
}
/*section text-terms end*/

.backround-foot{
    background: linear-gradient(222deg, rgba(1, 55, 0) 0%, rgba(15, 117, 33, 74%) 52.6%, rgba(0, 47, 2) 100%);
}
.newsletter{
    color: white;
}
.form-label{
    color: rgb(207, 207, 207);
    background-color: rgb(9, 48, 16);
    border-radius: 12px;
    border-color: rgb(0 0 0 / 0%) ;
    outline: none;
}
.form-label:hover{
    color: rgb(207, 207, 207);
    background-color: rgb(9, 48, 16);
    border-color:  rgb(0 0 0 / 0%);
}
.nav-item{
    color: white;
}
.nav-underline-footer{
    color: white;
}
.footer-link{
    color: white;
}
.footer-link:hover{
    color: white;
}
.btn-footer{
    border-radius: 12px;
    background: white;
    color: black; 
    transition: all .7s;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
}
.btn-footer:hover{
    color: black;
    border-color: white;
    background-color:white;
}
.text-footer{
    color: white;
    font-size: 14px;
    line-height: 22px;
}
.text-advice{
    font-size: 12px;
    color: #6b6b6b;
    line-height: 22px;
}
.faq-text{
    color: white;
}
.title-text{
    color: white;
    text-align: end;
}
.applications{
    list-style: none;
}
.advice-faq{
    color:#75b973f5 ;
    font-size: 14px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 400;
}
.indicator{
    width: 1%;
    height: 4px;
    background: #199c68;
    position: fixed;
    top: 0;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    z-index: 9999;
}
@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        background: #00b545;
        border-radius: 0;
    }

    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background: 7A8DA2;
    }
}