:root {
    --text-blue: #2584F8;
    --blue: #2B64F6;
    --dark-blue: #071422;
    --body-text: #000000;
    --text-white: #ffffff;
    --bg-white: #ffffff;
    --slider-dots-color: #D4D2DD;
    --light-bg: #F6F9FF;
    --dark-bg: #303030;
    --dark-gray: #2F2F2F;
}


/* ------Media-Query-Start--------- */
@media screen and (max-width:1300px) {

}


@media screen and (max-width:1200px) {

    .row_am {padding: 50px 0;}

    /* navigation bar section */
    .navbar-expand-lg .navbar-nav .nav-link {padding: 5px 8px; color: var(--text-white);}

}

@media screen and (max-width:992px) {

}

@media screen and (max-width:767px) {
    body {font-size: 14px; text-align: center;}
    .nav-links li {display: none;}
    .nav-links li.request-demo {display: flex;}
    .nav-links li.request-demo a {font-size: 14px;}

    .header-navbar {
        padding: 4px;
        border-radius: 12px;
        border: 0.5px solid var(--dark-bg);
        background: var(--dark-gray);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .hero-content {
        position: relative;
        top: 0;
        transform: none;
        height: 100%;
        width: 100%;
        background: linear-gradient(to top, rgba(0,0,0) 0%, rgba(0,0,0,0.8) 80%, transparent 20%);
    }

    .hero-content h2 {
        font-size: 34px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -1.6%;
        text-align: center;
    }

    .hero-content p {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        color: var(--text-white);
        margin: 5px 0;
    }
    
}

@media screen and (max-width:640px) {
}

@media screen and (max-width:479px) {}