@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    background-color: #0D0D0D;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: 200;

}

.container {
    max-width: 1335px;
}

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

.bg-dark {
    background-color: #0D232A!important;
}

.button-wrapper {
    background: #F2D06B;
    padding: 1px;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 90% 100%, 0 100%);
    border-radius: 4px;
    margin-top: 5rem;
    width: max-content;
    cursor: pointer;
  }
  .button{
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F2D06B;
    width: 220px;
    height: max-content;
    text-transform: uppercase;
    padding: 7px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 90% 100%, 0 100%);
    font-weight: bold;
    background-color: #0D0D0D;
    font-family: 'Montserrat';
    
  }

.about-section{
    margin-bottom: 12em;
}

.about-container{
   /* height: 760px;
    background-image: url("../files/images/hero/team-desk.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}


.about-title{
    color: #F2D06B;
    padding-left: 14rem;
    font-weight: 700;
   
}

.text-about{
    color: #ffffff;
    display: flex;
   padding-left: 14rem;
   padding-right: 14rem;
   font-weight: 200;

}

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

.main-image {
   /* width: 75%;
    background: rgba(13,35,42,1);
   border-radius: 12px;
   margin-bottom: 45px;*/
   
}
/*.container-text{
    padding-top: 35rem;
}*/
nav .navbar-brand img {
    width: 158px;
    height: auto;
    margin-top: 4px;
}

.contact-title{
    color: #F2D06B;
    margin-left: 7.9em;
    font-weight: 700;
    margin-bottom: 1em;

}

.button-contact{
    background: #F2D06B;
    padding: 1px;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 90% 100%, 0 100%);
    border-radius: 4px;
    width: max-content;
    display: flex;
    justify-content: right;
    align-items: right;
    cursor: pointer;
    margin-left: 40em;
    font-family: 'Montserrat'
}

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

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;
}


.main-section{

    background-image: url("../files/images/hero/hero_desktop.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
   
}


.welcome-section {
    margin-top: 20rem;
    
}

.hero-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: -3.5rem;
}
.welcome-text{
    font-size: 25px;
    font-weight: bold;
    font-family: 'Montserrat';
    
}

.welcome-text span {
    margin-bottom: 1em;
}
.hero-div-2{
  margin-top: 3.5rem;
  margin-right: 1.2em;
}

.hero-div-1{
    margin-right: 2em;
}
.welcome-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center ;
    margin-left: 1.5em;
}

.welcome-section .welcome-container h4 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0;
    font-size: 54px;
    font-weight: 700;
    color: #ffffff;
}

.welcome-section .welcome-container h2 {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 400;
    color: #00D2E4;
}

.welcome-section .welcome-container .welcome-slide {
    margin-top: 100px;
    text-align: center;
}

@media (max-width: 576px) {
    /*nav .navbar-brand img {
        width: 98px;
        margin-top: 18px;
        margin-bottom: 10px;
    }*/

    .welcome-section {
        margin-top: 12rem;
        
    }

    .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;
    }

    .about-section{
        margin-bottom: 14em;
    }

    .about-container{
        margin-bottom: 14em;
    }
    .benefits-section {
        padding-top: 0;
        padding-bottom: 0;
       
    }
    .container-text{
        display: flex;
        flex-direction: column;
        padding-top: 0;
        margin-bottom: 9em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .about-title{
        text-align: center;
        padding-left: 0;
    }
    .text-about{
        padding-left: 0;
        padding-right: 0;
    }

    .welcome-text{
        font-size: 15px;
        font-family: 'Montserrat';
        font-weight: 200;
    }

    .hero-text{
        br{
            display: none;
            font-size: large;
        }
    }
}


.main-image-mobile {
    display: none;
}

@media (max-width: 576px) {
    .welcome-section .welcome-container h3 {
        font-size: 32px;
        margin-top: 46px;
        line-height: 35px;
    }

    .welcome-section .welcome-container h2 {
        font-size: 19px;
    }

    .welcome-section .welcome-container .welcome-slide {
        margin-top: 12px;
    }

    

    .hero-div{
        display: flex;
        flex-direction: column;
        margin: 0;
       
        
    }

    .main-section{
        background-image: url("../files/images/hero/hero_mobile.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: initial;
      
    }
    /*.about-container{
        background-image: url("../files/images/hero/team-mob.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: initial;
        margin-top: 0;
        
    }*/

    body{
        background-color: none;
    }
    .hero-div-1 {
        margin-left: 0.1em;
    }
    .hero-div-2{
       /* margin-left: 0.4em;*/
        margin-top: 0;
    }
    
    .button-wrapper{
        margin-top: 0.4em;
        margin-bottom: 0.8em;
    }
    
    .about-section{
        margin-top: 0;
    }
    .about-title{
        /*margin-top: 9em;*/
        font-size: 25px;
        margin-bottom: 1em;
        font-weight: 600;
    }
    .about-section{
        margin-bottom: 0;
    }
    .about-container{
        margin-bottom: 0;
    }
    .container-about{
        padding-left: 0;
        padding-right: 0;
    }
}

.benefits-section {
    padding-top: 70px;
    padding-bottom: 93px;
   
}

.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: 20px;
    color: #3a3a3a;
    font-weight: 700;
    padding-top: 23px;
    padding-bottom: 0;
    
}

.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;
    
    font-weight: 200;
}

.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;
    margin-bottom: 1em;
}

.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 .benefits-item h3 {
        padding-top: 0;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 7px;
        min-height: auto;
    }

    .benefits-section .benefits-item p {
        font-size: 14px;
        font-weight: 200;
        line-height: 18px;
    }

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

    .benefits-section .benefits-item {
        text-align: center;
        padding-bottom: 2em;
    }

}





footer.footer {
    /*padding-top: 66px;
    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 .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;
}






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

@media (max-width: 576px) {
    footer.footer {}
    .button-contact{
        margin-left: 5em;
        margin-top: 1.5em;
    }

    footer.footer h3 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 1.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;
    }

    .contact-title{
        font-size: 25px;
        display: flex;
        justify-content: center;
        margin-left: 0;
      
    }


    .form-group textarea{
        height: 125px;
    }
    
}

.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;
}

.form-group textarea{
    height: 125px;
}

.word-privacy{
    color: #ffffff;
    font-weight: 400;
}

.explanations-privacy{
    margin-left: 1em;
}
ul li{
    list-style: none;
}

.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;
}
