.section {
    margin-bottom: 60px;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    box-sizing: border-box;
    background: url(images/hero-container-bg.png) center center no-repeat;
    background-size: cover;
}

.nav-bg {
    padding-top: 24px;
}

.navbar .container {
    padding: 12px;
    background-color: rgba(225, 225, 225, 0.2);
    border: solid 1px rgba(255, 255, 255, 0.2);
    border-radius: 0px;
    backdrop-filter: blur(6px);
    transition: background-color 0.6s ease;
}

.navbar.scrolled .container {
    /* background-color: rgba(2, 14, 13, 0.7); */
    border: solid 1px #020E0D;
    transition: 500ms;
    background-color: #fff;
}

.navbar.scrolled .nav-link {
    color: #020E0D;

}

.navbar.scrolled .nav-logo {
    width: 200px;
    height: 44px;
    background: url(images/logo-2.svg) center center no-repeat;
    background-size: contain;
}

.nav-logo {
    width: 200px;
    height: 44px;
    background: url(images/logo-white.svg) center center no-repeat;
    background-size: contain;
}

.navbar-toggler {
    background-color: #fff;
    border-radius: 0px;
    border: solid 1px #020E0D;
}

.navbar-toggler-icon {
    color: #020E0D;
    background-image: url(images/menu-icon.svg);
}

.nav-text {
    font-family: manrope;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.padding-top-intr {
    padding-top: 180px;
}


.hero-text {
    font-family: manrope;
    font-size: 92px;
    font-weight: 700;
    color: #fff;
}

.para-text {
    font-family: manrope;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.sub-head {
    font-size: 20px;
    font-family: manrope;
    font-weight: 500;
    color: #fff;
}

.head {
    font-size: 40px;
    font-family: manrope;
    font-weight: 700;
    color: #fff;
}

.comb-head {
    font-size: 28px;
    font-family: manrope;
    font-weight: 500;
    color: #00A06A;
}

.comb-head-2 {
    font-family: manrope;
    font-size: 28px;
    font-weight: 400;
    color: #020E0D;
}

.comb-hero {
    font-size: 52px;
    font-family: manrope;
    font-weight: 600;
    color: #020E0D;
}

.card-mlti-market {
    padding: 24px;
    margin-top: 24px;
    border: solid 1px #020E0D;
    height: -webkit-fill-available;
}

.card-mlti-market:hover {
    background: linear-gradient(125deg, #41FF48, #21D059, #009F6A);
    padding: 24px;
    margin-top: 24px;
    border: 1px solid #020E0D;
}

.card-image {
    width: 52px;
}

.about-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    background-size: cover;
    align-items: center;
}

.about-desc {
    font-size: 20px;
    font-family: manrope;
    font-weight: 400;
    line-height: 1.5;
    color: #020E0D;
}

.about-desc-link {
    font-size: 20px;
    font-family: manrope;
    font-weight: 400;
    line-height: 1.5;
    color: #00A06A;
}

.btn-v1 {
    background-color: #41FF48;
    outline: 1px solid #020E0D;
    color: #020E0D;
    font-size: 18px;
    font-weight: 500;
    font-family: manrope;
    padding: 8px 20px;
    border-radius: 0px;
    transition: 300ms;
}

.btn-v1:hover {
    background-color: #41FF48;
    outline: 1px solid #020E0D;
    color: #020E0D;
    font-size: 18px;
    font-weight: 500;
    font-family: manrope;
    padding: 8px 20px;
    transform: translate(-2px, -1px);
    box-shadow: 7px 7px 1px #020E0D;
    transition: all .2s ease-in;
}

.btn-v2 {
    background-color: #fff;
    outline: 1px solid #020E0D;
    color: #020E0D;
    font-size: 18px;
    font-weight: 500;
    font-family: manrope;
    padding: 8px 20px;
    border-radius: 0px;
    transition: 300ms;
}

.btn-v2:hover {
    background-color: #fff;
    outline: 1px solid #020E0D;
    color: #020E0D;
    font-size: 18px;
    font-weight: 500;
    font-family: manrope;
    padding: 8px 20px;
    border-radius: 0px;
    transform: translate(-2px, -1px);
    box-shadow: 7px 7px 1px #020E0D;
    transition: all .2s ease-in;
}

.footer-section {
    background-color: #020E0D;
}

.footer-tagline {
    font-family: manrope;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

.footer-head {
    font-family: manrope;
    font-size: 24px;
    font-weight: 600;
    color: #41FF48;
}

.footer-desc {
    font-family: manrope;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.footer-list {
    font-family: manrope;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.footer-mail {
    font-family: manrope;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.footer-phone {
    font-family: manrope;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.copyright-text {
    font-family: manrope;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}

.padding-top-intr {
    padding-top: 180px;
}

.cont-head {
    font-size: 32px;
    font-family: manrope;
    font-weight: 500;
    color: #020E0D;
}


@media (max-width: 520px) {
    
.hero-text{
    font-size: 52px;
}

.comb-hero{
    font-size: 40px;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 140px;
    height: 100vh;
    box-sizing: border-box;
    background: url(images/hero-container-bg-phone.png) center center no-repeat;
    background-size: cover; 
}


}