/*
   _____                                    _
  / ____|                                  | |
 | (___  _ __   __ _  ___ ___  ___ ___   __| | ___
  \___ \| '_ \ / _` |/ __/ _ \/ __/ _ \ / _` |/ _ \
  ____) | |_) | (_| | (__  __/ (__ (_) | (_| |  __/
 |_____/| .__/ \__,_|\___\___|\___\___/ \__,_|\___|
        | |
        |_|

    ------------
    Version 0.1.21

*/

/* Terms */
.terms{
    padding: 40px 7% 130px;
}

.title{
    padding: 40px 0 50px;
    color: var(--text);
    font-weight: 600;
}

.header__text h4{
    font-size: 25px!important;
    font-weight: 600;
}

.nav-pills{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    border-radius: 0px;
    padding: 15px 70px;
    background: var(--default);
    transition: .5s;
    min-width: 200px;
    font-weight: 500;
}

.nav-pills .nav-link{
    border-radius: 0px;
    font-weight: 500;
    min-width: 200px;
    padding: 15px 70px;
    background-color: rgba(37, 37, 37, 0.5);
    color: var(--text);
    transition: .5s;
}

.nav-pills .nav-link:hover{
    background: var(--default);
    transition: 0.5s;
}

.terms h1{
    margin-top: 60px;
    margin-bottom: 20px;
    color: var(--text);
    font-weight:500;
    font-size: 32px;
}

.terms h5{
    margin-bottom: 20px;
    opacity: 0.8;
    font-size: 20x;
    font-weight: 500;
}

.terms p{
    margin-bottom: 20px;
    opacity: 0.7;
    font-size: 15x;
    font-weight: 300;
}


.terms 
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--gray);
    opacity: .7;
}

@media only screen and (max-width: 1400px) {
    .terms{
        padding: 40px 6% 60px;
    }
}