/*
   _____                                    _
  / ____|                                  | |
 | (___  _ __   __ _  ___ ___  ___ ___   __| | ___
  \___ \| '_ \ / _` |/ __/ _ \/ __/ _ \ / _` |/ _ \
  ____) | |_) | (_| | (__  __/ (__ (_) | (_| |  __/
 |_____/| .__/ \__,_|\___\___|\___\___/ \__,_|\___|
        | |
        |_|

    ------------
    Version 0.1.21

*/

/* Terms */
.terms{
    padding: 40px 0% 130px;
}

.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: #4045CC;
    transition: .5s;
    min-width: 200px;
}

.nav-pills .nav-link{
    border-radius: 0px;
    min-width: 200px;
    padding: 15px 70px;
    background: #e9e9e966;
    color: #686868;
    transition: .5s;
}

.terms__section h1{
    margin-top: 60px;
    color: #1e1d1d;
    font-weight: 600;
    font-size: 32px;
}

.terms__section h6{
    margin-bottom: 40px;
    color: rgba(60, 60, 60, 0.65);
    font-size: 15px;
    font-weight: 500;
}

.terms__paragraph{
    font-weight: 400;
    margin-bottom: 30px;
    color: #717171;
}
li{
    font-weight: 400;
    margin-bottom: 30px;
    color: #717171;
}

@media only screen and (max-width: 991px) {
    .terms{
        padding: 40px 6% 60px;
    }
}