
body{
    font-family: "Montserrat";
    font-weight: 400;
}


nav{
background: #000000;
box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
color: white;
}

.instructions-container{
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
}

.instructions-container .number{
    background-color: #67C04D;
    min-width: 30px;
    max-width: 30px;
    max-height: 30px;
    display: inline-block;
    border-radius: 100px;
    
}
.instructions-container .text{
    margin-left: 10px;
    margin-top: 5px;
}


.instructions-container .number p{
    color:white;
    font-size: larger;
    font-weight: 700;
    text-align: center;
    padding-top: 4px;
    width: 100%;
}


@media (max-width: 576px) { 
    #car{
        margin: 20px auto;
        display: block;
    }
    .text-center-mobile{
        text-align: center!important;
    }
    .mobile-center-block{
        margin: 5px auto;
        display: block;
    }
    /* .bg-header  p{
        max-width: 100%!important;
    } */

    .instructions-container .number p{
        font-size: smaller;
        margin-left:-3px;
        margin-top: -2px;
    }
    .separator{
        margin: 0 auto!important;
    }
    p{
        padding:  15px;
        text-align: center!important;
        margin: 0 auto;
        display: block;
    }
    h1,h2,h3{
        text-align: center;
    }

    .mt-mobile{
        margin-top: 2rem;
    }

    .img-cmc{
        margin: 0 auto;
        display: block;
    }
    #particles-js{
        height: 850px!important;
    }
    

}

a:hover{
    color: #67C04D!important;
}
nav a{
    color: beige!important;
}

a.active{
    color: #67C04D!important;
    text-decoration: underline;
    font-weight: 700;
}

a:hover > i{
    transform: scale(1.1);
    opacity: 0.8;
    transition: 0.5s;
}
a:hover > img{
    transform: scale(1.1);
    opacity: 0.8;
    transition: 0.5s;
}

.white-color{
    color: white!important;
}

.img-team{
    width: 150px;

}

.img-whitepaper{
    width: max-content;
}

.img-team:hover{
    transform: scale(1.1);
}

#about-section{
    background: url('../img/bh_img_we_are.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 450px;
}

.black-gradient{
    background: url('../img/difuminado.png'), linear-gradient(97.5deg, #000000 7.73%, #313131 109.63%);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.bg-header{
    min-height: 700px;
    color: white;
}

#hero-button{
    margin-top: 30px;
}

.bg-header  p{
    max-width: 80%;
}
.center-block{
    display: block;
    margin: 0 auto;
}

.btn{
    border-radius: 50px;
    min-width: 150px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

#img-header{
    opacity: 1;
    transition: 1s;
}

.btn:hover{
    transform: scale(1.1);
    transition: 0.5s;
}

.btn-primary{
    background: linear-gradient(93.06deg, #67C04D 3.84%, #006838 139.06%);
    border: #006838;
}

.header-content{
    z-index: 99;
    position: relative;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2367C04D' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }
   
   .carousel-control-next-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2367C04D' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
   }

light{
    font-weight: 300;
}

bold{
    font-weight: 700;
}

.exchanges{
    width: fit-content;
    margin: 0 auto;
}

.exchanges img{
    margin: 0 auto;
    display: inline-block;
}

.separator{
    width: 48px;
    height: 4px;
    background: linear-gradient(93.06deg, #67C04D 3.84%, #006838 139.06%);
}

#particles-js{
    height: 550px;
    min-height:550px;
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
    overflow-x: hidden;
    pointer-events: none;

}

ol {
    font-size: 12px;
}

.bullet{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #67C04D;
    color:white;
    font-weight: 700;
    font-size: 18px;
    vertical-align: middle;
}
/* #particles-jss{
    height: 585px;
    width: 100%;
    position: absolute;
    
    
} */

.section-margin{
    padding-top: 80px;
    padding-bottom: 80px;
}

.upper{
    text-transform: uppercase;
}

.green-gradient-txt{
    background: linear-gradient(93.06deg, #67C04D 3.84%, #006838 139.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.carousel-indicators [data-bs-target]{
    background-color: #67C04D;
}
.carousel-control-next, .carousel-control-prev{
    color: #67C04D;
}
a{
    text-decoration: none;
    
}

p{
    line-height: 1.65rem;
    font-size: 0.85rem;
    text-align:start;
    width:80%;
}

.padding{
    padding: 30px 20px;
}

.avocado-section{
    background-image: url('../img/avocado_bg.jpg');
    height: 700px;
    background-size: cover;
    background-color: no-repeat;
}

.download-badge{
    width: 160px;
    height: 60px;
    display: inline-block;
}

a {
    color: #67C04D;
}

.download-section{
    background-image: url('../img/sepatation.svg');
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
}

/* #download-phone:hover{
    transform: rotateZ(30deg);
    transition: 3s;
} */

.section-separator{
    background-image: url("../img/sepatation_inverted.svg");
    background-position: bottom;
    background-size: cover;
    max-width: 100%;
    margin-top: -40px;
    height: 40px;
}

.bg-squares{
    background-image: url('../img/quote_bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

footer{
    background-color: #000000;
    
}







