*{
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #EAEAEA;
    font-size: 20px;
    
}

.bg-dark {
    background-color: #111112 !important;
}

.blue {
    color: #DAB16E;
}


.logo {
    font-size: 32px;
    font-weight: 900;
    text-decoration: none;
    color: #DAB16E;
}


.logo:hover {
    color: #BF944F;
}

.logo img {   
    width: 80%;
}


.dropdown-item-specs {
    font-size: 14px;
    font-weight: 300;
}


.dropdown-menu {
    min-width: 4rem !important;
}

/* FIRST SCREEN */

.intro {
    width: 980px;
    margin: 0 auto;
    align-items: center;
    margin-top: 40px;
}


h1 {
    /* font-size: 64px; */
    font-weight: 900;
    color: #DAB16E;
}

.cta-download {
    margin-top: 30px;
}

.cta-download-mobile {
    display: none;
}

.images{
    margin-top: -15px;
    margin-bottom: 25px;
}

.blue_image{
    margin-right: 20px;
}

.download-btn {
    background-color: #DAB16E;
    width: auto;
    border-radius: 15px;
    border: 0px;
    height: 50px;
    align-items: center;
    text-decoration: none;
    color: #000000;
    font-weight: 900;
}

.download-btn:hover {
    background-color: #BF944F;
}

.download-btn a {
    text-decoration: none;
    color: #000000;
    font-weight: 900;
}

.download-btn img {
    padding-right: 10px;
}

.intro-img img {
    width: 100%;
}

.gold-link {
   color: #DAB16E !important;
}

.gold-link:hover {
    color: #BF944F !important;
}


/* Features section */

.feature-img {
    width: 65%;
}

.bank-img {
    width: 65%;
}

.mini-feature {
    background-color: #272629;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
}


.black-bgd {
    background-color: #000000;
}

.black-bgd h3{
    color: #ffffff;
}

/* .white-btn {
    background-color: #ffffff !important;  
}

.white-btn:hover {
    background-color: #DAB16E !important;
   
}

.white-btn a {
    color: #011027 !important;
} */


/* ====== style for scroll features ======= */


.features{
    background-color: #272629;
    border-radius: 20px;
  }

.features-section {
    padding-left: 20px;
    padding-right: 20px;
}
.description {
    margin-top: 100px !important;
}

/* // Medium screens (less than 1200px) */
@media (max-width: 1199.98px) {

    .features-mobile {
        background-color: #272629;
    }
    .cta-download-mobile {
        display: unset;
    }

    .cta-download   {
        display: none;
    }

    .intro {
        margin-top: 60px;
    }

    .carousel-item {
        min-height: 650px;
    }

    .carousel-indicators {
        margin-bottom: -30px !important;
    }
    .carousel-bullets {
        height: 16px !important;
        width: 16px !important;
        border-radius: 50% !important;
        background-color: #DAB16E !important;
        border: 1px solid #DAB16E !important;
    }

    .description {
        margin-top: 60px !important;
    }

    .feature-img-mobile {
        width: 30%;
    }
    

}


/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    * {
        font-size: 18px;
    }    

    .navbar-toggler {
        border-color: #ffffff !important;
    }
    
    .navbar-toggler:focus {
        
        box-shadow: 0 0 0 0.0rem;
    }

    .navbar-nav .nav-item {
        border-top: 1px solid rgba(27,22,66,.065);
    }

    .dropdown-menu {
        border: 0px ;
        padding: 0 0 16px 0;
        
    }

    .dropdown-menu-dark {
        color: #d2d2d2;
        background-color: #111112; 
        width: 100% !important;
    }

    .dropdown-item {
        padding: 5px 0 5px 0;
        font-size: 16px;
        color: #494B4E;
        
        
    }

    .dropdown-divider {
        color:  rgba(27,22,66,.065);
    }

    .dropdown-item-specs {
        font-size: 12px;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #111112;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #111112;
    }


    .intro {
        width: 780px;
        margin-top: 32px;
    }

    .intro-img img {
        width: 90% !important;
    }

    .description {
        margin-top: 40px !important;
    }
    
    .carousel-item {
        min-height: 500px;
    }


}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    

    .intro {
        width: 680px;
        margin-top: 60px;
    }

    .carousel-item {
        min-height: 550px;
    }

}


    
/* Extra small devices (portrait phones, less than 576px) */

@media (max-width:575.98px) {


    .intro {
        width: 100%;
        max-width: 100%;
        margin-top: 28px;
    }

    .intro-img {
        max-width: 100%;
    }

    .logo img {   
        width: 60%;
    }

    .description {
        margin-top: 30px !important;
    }

    .carousel-item {
        min-height: 565px;
    }

    .intro-img-mobile img {
        width: 80%;
    }

    .feature-img-mobile {
        width: 60%;
    }
    
    .mini-feature {
        padding: 20px 20px 10px 20px;
    }
}