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

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

*/

/* Terms */
.terms{
    margin: -400px 7% 100px;
}

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

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

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    border-radius: 20px;
    padding: 15px 70px;
    background: white;
    color: black;
    transition: .5s;
    min-width: 200px;
    font-weight: 500;
}

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

.nav-pills .nav-link:hover{
    background: white;
    color: black;
    transition: 0.5s;
}

.terms__section h1{
    margin-top: 60px;
    color: white;
    font-weight:700;
    font-size: 32px;
}

.terms__section h6{
    margin-bottom: 40px;
    color: #b2b2b2;
    font-size: 15px;
    font-weight: 500;
}

.terms__paragraph{
    font-weight: 400;
    margin-bottom: 30px;
    color: gray;
    opacity: .7;
}

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