body {
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

button:focus {
    outline: none;
}

button:focus-visible {
    outline: none;
    border: none;
}

a {
    color: #60bd9a;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    color: #ffffff;
    letter-spacing: -1px;
    margin-bottom: 1rem;
    font-weight: 700;
}

h3 {
    color: #633991;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #633991;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: #2a8d62;
    margin-bottom: 2rem;
}

.mb-30 {
    margin-bottom: 180px !important;
}

.mb-40 {
    margin-bottom: 240px !important;
}

.pb-20 {
    padding-bottom: 120px;
}

.my-20 {
    margin: 120px 0;
}

.primary-bg {
    background-color: #60bd9a;
}

.white--bg {
    background-color: #ffffff;
}

.bg-image {
    background-image: url('../images/background_1.png');
    background-size: cover;
}

.product__wrap {
    padding: 12px 42px;
    border-radius: 18px;
}

.container {
    max-width: 85%;
}

@media (max-width:767px) {
    .container {
        max-width: 95%;
    }
}

.text--white h2 {
    font-weight: 400;
}



.text-primary {
    color: #2a8d62 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.button__cta {
    width: 220px;
    height: 58px;
    border: 5px solid #fff;
    background-color: #60bd9a;
    border-radius: 100px;
}

.light-bg {
    background-color: #faf6fb;
}

.section {
    padding: 80px 0;
    position: relative;
}



.section.full__height {
    position: relative;
    min-height: 100vh;
    margin-top: 100px;
    bottom: -5px;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.4em;
    color: #60bd9a;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/
.logo__image {
    max-width: 200px;
}
.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(13, 143, 67);
    background: -moz-linear-gradient(135deg, #60bd9a 0%, #61bd9a 100%);
    background: -webkit-linear-gradient(135deg, #60bd9a 0%, #61bd9a 100%);
    background: linear-gradient(135deg, #60bd9a 0%, #61bd9a 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling .nav-link {
    color: #fff;
}

.nav-menu.is-scrolling .nav-item 
a:hover,
a:focus {
    transition: 0.2s ease-in-out;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 18px; 
}

.nav-item a:hover,
a:focus {
    transition: 0.2s ease-in-out;
    color: #60bd9a;
    border: 2px solid #60bd9a;
    border-radius: 18px;
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.25em;
    font-weight: 700;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 1.25em;
    }
    /* .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #cd99d4;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    } */
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }

    .navbar-collapse .navbar-nav .nav-link {
        color: #fff !important;
    }
}


/* INPUT DISTRIBUTOR  */
input {
    outline: none;
    color: #2a8d62;
    border: 0;
}
.custom__input {
    text-align: center;
    height: 40px;
    font-size: 18px;
}

.custom__btn {
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 4px;
}

/* TABLE DISTRIBUTOR  */
.table__distributor {
    border: 1px solid #767676;
    width: 100%;
}

.table__distributor thead th {
    background-color: #3fae7a;
    padding: 10px 20px;
}

.table__distributor td {
    padding: 10px 20px;
    background-color: #bfbfbf;
}

.table__distributor 
td:nth-child(2),
td:nth-child(4),
td:nth-child(5),
td:nth-child(6),
td:nth-child(7)
 {
    background-color: #b3b2b2;
}



/*  FOOTER
----------------------*/
footer {
    position: relative;
    background-color: #60bd9a;
}

footer.contact {
    min-height: 100vh;
    margin-top: 160px;
}

footer.contact .image__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width:990px) {
    footer {
        min-height: fit-content;
        padding-top: 20px;
    }

    footer .content__footer {
        position: relative !important;
        top: 0;
        bottom: 0;
    }

    footer .content__footer .content__list {
        margin: 20px 0;
    }
}



footer .content__footer {
    margin: 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}

footer .content__footer ul li{
    list-style-type: none;
    text-align: left;
    margin-bottom: 12px;
    color: #fff;
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
}

footer .content__footer ul li:nth-child(1) {
    font-weight: bold;
}

footer .content__footer .social__icon {
    display: flex;
    align-items: center;
    box-sizing: border-box;
} 
footer .content__footer .social__icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 18px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

/* footer .image__bg {
    position: absolute;
    bottom: 0;
} */

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #f4c9e2;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #2a8d62;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}