@import url('https://fonts.cdnfonts.com/css/filson-pro');
body {
    background-color: black;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1335px;
}

.auth-form-container {
    margin-top: 30px;
    width: 300px;
}

.bg-dark {
    background-color: #0D0D0D;
}

.navbar-nav {
    flex-direction: row;
}

.main-image {
    width: 95%;
    margin-top: -250px;
}


nav .navbar-brand img {
    width: 158px;
    height: auto;
    margin-top: 4px;
}

.navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 600;
    width: 112px;
    text-align: center;
}

.navbar-brand{
    padding-left: 8.5em;
}


/*

nav .login-btn {
    background-color: #F7C996!important;
    border-radius: 5px;
    color: #4D2E0F!important;
    margin-right: 11px;
}

nav .sign-up-btn {
    background-color: #3C7285!important;
    border-radius: 5px;
    color: #ffffff!important;
}
*/

@media (max-width: 576px) {
    nav .navbar-brand img {
        width: 170px;
        margin-top: 18px;
        margin-bottom: 10px;
        margin-left: 5em;
    }
    

/*.textarea {
    height: 125px;
    width: 340px;
    border-radius: 5px;
}*/

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-nav .nav-link {
        font-size: 12px;
        font-weight: 600;
        width: 81px;
        margin-left: 3px;
    }

    nav .login-btn {
        margin-right: 5px;
    }

    .navbar-nav {
        flex-direction: row;
        padding-top: 9px;
    }
    .navbar-brand{
        padding: 0;
    }
}

.welcome-section {
    /*
    background: rgb(13,35,42);
    background: linear-gradient(180deg, rgba(13,35,42,1) 66%, rgba(255,255,255,1) 100%);
    */
    margin-bottom: 2em;
}

.welcome-container {
    margin-left: 12em;
}

.welcome-section .welcome-container h3 {
   
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}

.welcome-section .welcome-container h4 {
   
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 18px;
    color: #05F26C;
    margin-bottom: 1em;
}

/*.welcome-container{
    padding-left: 5em;
}*/

/*.welcome-slide{
    background-image: url("./images/hero_desktop.jpg");
    background-size: cover;
    background-position: top;
}*/

.welcome-section .welcome-container .welcome-slide {
    margin-top: 11em;
    /*margin-right: 9em;*/
    /*text-align: center;*/
}
.welcome-paragraph{
    display: flex;
    color: #ffffff;
    align-items: flex-start;
    margin-right: 2em;
    font-size: 14px;
}

.welcome-paragraph-1{
    margin-right: 2em;
}

.welcome-div-button{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.main-image-mobile {
    display: none;
}
.traffic-hub-mob{
    display: none;
}

@media (max-width: 576px) {

    .welcome-paragraph{
        display: flex;
        flex-direction: column;
    }
    .welcome-container{
        margin-left: 0.5em;
    }
    .welcome-section .welcome-container h3 {
        font-size: 25px;
        margin-top: 46px;
       
    }
    .welcome-section .welcome-container h4 {
        font-size: 15px;
        br{
            display: none;
        }
    }

    .welcome-paragraph{
        margin-right: 0;
        br {
            display: none;
        }
    }
    .welcome-paragraph{
        p{
            margin: 0;
        }
    }

    .welcome-paragraph-1{
        margin-right: 0;
    }


    .welcome-paragraph{
        margin-right: 0;
        br{
            display: none;
        }
    }

    .welcome-div-button{
        margin-top: 2em;
        width: auto;
        text-transform: uppercase;
    }
    .welcome-div-button button{
        text-transform: uppercase;
        font-weight: 900;
        padding-left: 4em;
        padding-right: 4em;
        padding-bottom: 0.5em;
        padding-top: 0.5em;
    }

    .welcome-section .welcome-container .welcome-slide .main-image-mobile {
      
        display: inline-block;
       
    }
}

.benefits-section {
    padding-top: 2em;
    padding-bottom: 15em;
    background-color: #ffffff;
    padding-left: 18em;
    padding-right: 18em;
}

.benefits-section .benefits-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.benefits-section .benefits-item {
    text-align: center;
}

.benefits-section .benefits-item h3 {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 900;
    padding-bottom: 0;
    padding-top: 0.2em;
}

.benefits-section .benefits-item h3.benefits-title-first {
    padding-left: 35px;
    padding-right: 35px;
}

.benefits-section .benefits-item h3.benefits-title-mid {
    padding-left: 28px;
    padding-right: 28px;
}

.benefits-section .benefits-item h3.benefits-title-last {
    padding-left: 75px;
    padding-right: 75px;
}

.benefits-section .benefits-item p {
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 400;
}

.benefits-section .benefits-item .benefits-icon-wrapper {
    padding-top: 7px;
}

.benefits-section .benefits-item .benefits-icon {
    width: 118px;
    height: 92px;
}

.benefits-section .benefits-item .benefits-icon.partners-icon {
    width: 92px;
    height: 86px;
}

.benefits-section .benefits-item .benefits-icon.hands-icon {
    width: 92px;
    height: 86px;
}

.benefits-section .benefits-item .benefits-icon.group-icon {
    width: 92px;
    height: 86px;
}


@media (max-width: 576px) {
    .benefits-section {
        padding-top: 23px;
        padding-bottom: 10em;
        padding-left: 0;
        padding-right: 0;
    }
   

    
    .benefits-section .benefits-item .benefits-icon.partners-icon {
        width: 68px;
    }
    .benefits-section .benefits-item .benefits-icon.hands-icon {
        width: 79px;
        margin-top: 7px;
    }
    .benefits-section .benefits-item .benefits-icon.group-icon {
        width: 83px;
        padding-top: 14px;
    }

    .benefits-section .benefits-item .benefits-icon-wrapper {
        padding-top: 0;
    }

    .benefits-section .benefits-item h3 {
        padding-top: 0;
        font-size: 21px;
        font-weight: 900;
        margin-bottom: 7px;
        min-height: auto;
    }

    .benefits-section .benefits-item p {
        font-size: 14px;
        font-weight: 600;
        
    }

    .benefits-section .benefits-item h3.benefits-title-mid {
        padding-left: 0;
        padding-right: 0;
    }

    .benefits-section .benefits-item h3.benefits-title-last {
        padding: 0 45px;
        line-height: 29px;
    }
}

.commissions-section {
    
    /*padding-top: 74px;*/
    padding-bottom: 127px;
}
.traffic-hub-desk{
    width: 85%;
    margin-top: -15em;
    margin-left: 8em;
    
   

}


.commissions-section .progress-bars {
    margin-top: 25px;
    padding-right: 28px;
    padding-left: 9px;
}

.commissions-section .progress-bars .progress {
    height: 23px;
    border-radius: 12px;
}
.commissions-section .progress-bars .progress .progress-bar {
    background-color: #F7C996;
    border-radius: 12px;
}

.commissions-section h3 {
    font-size: 28px;
    font-weight: 900;
    color: #05F26C;
    text-align: left;
    padding-left: 28px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.commissions-section h4 {
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    padding-top: 12px;
    padding-left: 8px;
}

.commissions-section .commissions-progress-caption {
    font-size: 19px;
    font-weight: 300;
    color: #00D2E4;
    text-align: left;
    margin-bottom: 10px;
}

.commissions-section .commissions-text {
    font-size: 13px;
   
    color: #ffffff;
    padding-left: 28px;
    margin-bottom: 10px;
}
.commissions-main-text{
    margin-top: 3em;
    margin-left: 18em;
    margin-right: 15em;
}

.commissions-section .commissions-sign-up-btn {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    background-color: #707070;
    border-color: #707070;
    border-radius: 30px;
    width: 187px;
    padding: 10px 0;
}

.commissions-sign-up-btn-wrapper-mobile {
    display: none;
}

@media (max-width: 576px) {
    .commissions-section {
        padding-top: 0;
        padding-bottom: 39px;
    }

    .commissions-section .traffic-hub-desk{
        margin-left: 0;
        width: 100%;
        margin-top: -10em;
    }

    .container-hub-desk{
        padding-left: 0;
        padding-right: 0;
    }
    .commissions-main-text{
        margin-left: 2em;
        margin-right: 0;
        
    }

    .commissions-main-text{
        margin-top: 0;
        br{
            display: none;
        }
    }

    

    .commissions-section h3 {
        font-size: 27px;
        font-weight: 900;
        margin-top: 0.5em;
        padding: 0;
        text-align: left;
    }

    .commissions-section .commissions-text {
        font-size: 14px;
        
        padding: 0;
        text-align: left;
        margin-right: 2em;
    }

    .commissions-sign-up-btn-wrapper {
        display: none;
    }

    .commissions-sign-up-btn-wrapper-mobile {
        display: block;
        padding-top: 16px;
    }

    .commissions-section h4 {
        font-size: 18px;
        font-weight: 400;
        padding: 35px 35px 0;
        text-align: center;
    }

  

    .commissions-section .progress-bars .progress {
        height: 15px;
    }

    .commissions-section .commissions-progress-caption {
        font-size: 11px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 13px;
    }

    .commissions-section .commissions-sign-up-btn {
        font-size: 14px;
        font-weight: 600;
        width: 120px;
        padding: 6px 0;
    }
}




.form-div{
    margin-left: 18.2em;
}

footer.footer {
   
    padding-bottom: 30px;
    text-align: center;
    /* background: url(../img/footer_B.svg) no-repeat; */
    background-size: 37%;
    background-position-x: 109%;
    background-position-y: 29%;
}

footer.footer h3 {
    color: #05F26C;
    text-transform: uppercase;
    margin-bottom: 34px;
    font-size: 28px;
    font-weight: 900;
    margin-left: 10.5em;
    text-align: left;
}



footer.footer .address,
footer.footer .phone {
    font-size: 16px;
    font-weight: 400;
    color: #878686;
}

footer.footer .address {
    line-height: 21px;
    margin-bottom: 22px;
}

footer.footer .phone {

}

footer.footer a.email,
footer.footer a.email:active,
footer.footer a.email:hover,
footer.footer a.email:focus
{
    font-size: 16px!important;
    font-weight: 400!important;
    color: #ffffff!important;
}

footer.footer .signup-footer-btn-wrapper {
    margin-bottom: 38px;
}

footer.footer .signup-footer-btn-wrapper .signup-footer-btn {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    background-color: #707070;
    border-color: #707070;
    border-radius: 30px;
    width: 187px;
    padding: 11px 0 10px;
}

.send-msg-btn:hover,
.send-msg-btn:active,
.send-msg-btn:focus,
.send-msg-btn {
    background-color: #05F26C;
    border-color: #05F26C;
    font-weight: 800;
    color: black;
    
    padding-left: 3em;
    padding-right: 3em;
    border-radius: 20px;
}

.footer .links {
    margin-bottom: 0;
    margin-top: 100px;
}
.footer .links,
.footer .links a
{
    font-size: 16px!important;
    font-weight: 400!important;
    color: #ffffff!important;
}

@media (max-width: 576px) {
    footer.footer {
        padding-top: 31px;
    }
    .form-div{
        margin: 00.5em;
    }

    footer.footer h3 {
        font-size: 27px;
        font-weight: 900;
        margin-bottom: 17px;
        text-align: left;
        margin-left: 0.2em;
    }

    footer.footer .address, footer.footer .phone {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 16px;
    }

    footer.footer a.email, footer.footer a.email:active, footer.footer a.email:hover, footer.footer a.email:focus {
        font-size: 14px!important;
    }

    footer.footer .signup-footer-btn-wrapper {
        margin-bottom: 17px;
    }

    footer.footer .signup-footer-btn-wrapper .signup-footer-btn {
        font-size: 14px;
        font-weight: 600;
        width: 120px;
        padding: 6px 0;
    }
    .footer .links {
        margin-bottom: 0;
        margin-top: 0;
    }
}

.footer-badges {
    padding-top: 35px;
    text-align: center;
}

.footer-badges a {
    margin-left: 15px;
}

.footer-badges a:first-child {
    margin-left: 0;
}

.footer-badge {
    width: 125px;
}

.footer-badge.plus18 {
    width: 50px;
}

.copyright-text {
    margin: 45px 0;
    max-width: 860px;
    color: #737373;
}

.footer-contact {
    text-align: center;
    color: #737373;
}

.footer-contact a {
    color: #737373;
    text-decoration: underline;
}

.terms ul {
    list-style-type: decimal
}

.terms {
    color: #b8b8b8;
    padding-top: 80px;
}

.privacy ul {
    list-style-type: decimal
}

ul.list-circle {
    list-style-type: circle;
}

.privacy {
    color: #b8b8b8;
    padding-top: 80px;
}

.btn-light,
.btn-light:hover,
.btn-light:active,
.btn-light:focus
{
    /* background: linear-gradient(0deg, rgba(164,164,164,1) 0%, rgba(255,255,255,1) 100%)!important; */
    /* border: 1px solid rgba(164,164,164,1); */
}

.btn-dark,
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus
{
    /* background: linear-gradient(0deg, rgba(91,91,91,1) 0%, rgba(142,142,142,1) 100%)!important;
    border: 1px solid rgba(91,91,91,1); */
}


.toast {
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    opacity: 0;

    transition:
        opacity 500ms,
        transform 500ms;
}

.toast.visible {
    transform: translateY(0);
    opacity: 1;
}

.toast-body {
    margin: 2px;
    padding: 4px 2px;
    text-align: center;
    font-size: larger;
    background-color: #F7C996;
    color: #4D2E0F;
    border-radius: 4px;
}