html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif !important;
    background-color: #000000;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    border-top: 6px #000000 solid !important;
    font-size: 16px;
}

.nav-link {
     font-size: 14px !important;
 }

.navbar {
    box-shadow: none !important
}

.navbar-brand {
    font-size: 25px !important
}

.navbar-toggler-icon {
    color: #fff !important
}

.btn {
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.btn-primary {
    background-color: #1cd976 !important

}
.btn-secondary {
    background-color: #2C2F33 !important
}
.heading {
    padding: 210px 50px !important;
    color: #fff !important;
    background-image: url("https://svgshare.com/i/XNB.svg") !important;
    background-position: bottom !important;
    background-size: 205% !important;
    background-repeat: no-repeat !important;
}

.four-zero-four-heading {
    padding: 182.5px 50px !important;
    color: #fff !important;
    background-position: bottom !important;
    background-size: 205% !important;
    background-repeat: no-repeat !important;
}


.title {
    color: #ffffff;
    line-height: 90px !important;
    margin-bottom: -2px !important;
    font-size: 36px !important
}

.subheading {
    color: #ffffff;
    line-height: 90px !important;
    margin-bottom: -2px !important;
    font-size: 26px
}


.subtitle {
    color: rgba(255, 255, 255, 0.61) !important;
    font-size: 16px !important;
}

.features {
    text-align: center !important;
    background: #1cd976 !important;
    padding: 60px 50px !important
}
.features .title {
    font-size: 40px !important;
    color: #ffffff !important;
    line-height: 70px !important;
}

.features-subtitle {
    color: #ffffff !important;
    font-size: 20px !important;
}

.features .subtitle {
    font-size: 20px !important;
    color: #a2a8bd;
}

.cards {
    margin-top: 30px !important;
}

.card {
    background: black;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.card-text {
    color: rgba(255, 255, 255, 0.61)
}

.card-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: white !important;
}

.statistics {
    background-color: #23272A !important;
    text-align: center !important;
    padding: 20px 20px !important;
}

.statistics .title {
    font-size: 40px !important;
    color: #ffffff !important;
    line-height: 70px !important;
}

.statistics .subtitle {
    font-size: 20px !important;
    color: #a2a8bd;
}

.card.statistic {
    background: transparent !important;
    box-shadow: none !important;
    color: #f7f7f7 !important;
}

.start {
    text-align: center !important;
    background: #000000 !important;
    padding: 60px 50px !important
}

.start .card {
    background: #000000 !important;
    color: #ffffff !important;
}

.start .card .subtitle {
    color: #ffffff !important;
    font-size: 16px !important;
}

.footer {
    text-align: center !important;
    background: #353e4c !important;
    padding: 5px 6px !important;
    color: #ecf2ff;
    font-size: 14px !important
}

.footer a {
    color: #1cd976 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.foot-section-title {
    line-height: 90px !important;
    margin-bottom: -2px !important;
    font-size: 2px !important
}