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

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

*/

/* Terms */
body {
    background-image: url('../img/home-bg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.terms{
    padding: 210px 10% 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: 50px;
    padding: 15px 40px;
    background: linear-gradient(90.13deg, rgb(1, 148, 24) 0.63%, rgb(1, 148, 24) 100%);
    transition: .3s;
}

.nav-pills .nav-link{
    border-radius: 50px;
    padding: 15px 40px;
    background-color: white;
    color: black;
    transition: .3s;
}

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

.terms__section h6{
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
}

.terms__paragraph{
    margin-bottom: 30px;
    color: #019418;
}

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