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

    ------------
    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: 10px;
    padding: 15px 70px;
    background: linear-gradient(90.13deg, #371717 0.63%, #5F1717 31.18%, #F24A4A 94.69%);
    transition: .5s;
    min-width: 200px;
}

.nav-pills .nav-link{
    border-radius: 10px;
    min-width: 200px;
    padding: 15px 70px;
    box-shadow: 0px 40px 50px rgba(0, 14, 63, 0.1);
    background-color: #161414;
    color: #646464;
    transition: .5s;
}

.nav-pills .nav-link:hover{
    scale: 0.95;
    transition: 0.5s;
}

.terms h1{
    margin-top: 60px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 800;
    font-size: 28px;
}

.terms h5{
    margin-bottom: 10px;
    color: #e3e3e3;
    font-size: 15px;
    font-size: 20px;

}

.terms p{
    font-weight: 500;
    margin-bottom: 30px;
    color: #bdbdbd;
    font-size: 14px;
}

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