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

    ------------
    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: black;
    transition: 1s;
    border: 2px solid rgba(0, 0, 0, 0.59);
    min-width: 200px;
}

.nav-pills .nav-link{
    border-radius: 10px;
    min-width: 200px;
    padding: 15px 70px;
    border: 2px solid rgba(202, 202, 202, 0.59);
    box-shadow: 0px 40px 50px rgba(0, 14, 63, 0.1);
    background-color: white;
    color: black;
    transition: 1s;
}

.nav-pills .nav-link:hover{
    border: 2px solid rgba(0, 0, 0, 0.59);
    transition: 1s;
}

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

.terms  h5{
    margin-bottom: 20px;
    color: rgba(42, 42, 42, 0.75);
    font-size: 20px;
    font-weight: 600;
}

.terms  p{
    margin-bottom: 14px;
    color: rgba(42, 42, 42, 0.65);
    font-size: 15px;
    font-weight: 600;
}


.terms {
    font-weight: 500;
    margin-bottom: 30px;
    color: #484848;
}

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