.nlp-hero-1{
    /*background: #1f1f25;*/
    position: relative;
    padding: 35px;
}
.nlp-hero-1--container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap:25px;
}
.nlp-hero-1--section-1 {
    max-width: 630px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}
.nlp-hero-1--section-1 h1 {
    z-index: 17;
    font-family: Poppins;
    height: auto;
    width: auto;
    color: #ffffff;
    text-decoration: none;
    line-height: 70px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 50px;
    backdrop-filter: none;
}

.nlp-hero-1--section-2{
    width: 100%;
    max-width: 500px;
}
.nlp-hero-1--section-2 img{
    width: 100%;
}

.nlp-hero-1--section-1 a {
    display: inline-block;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 12px 28px;
    border-radius: 4px;
    background-color: var(--main-color);
    color: white;
}
.nlp-hero-1--section-1 a:hover {
opacity: 0.8;
}
.nlp-hero-1--scroll {
    position: absolute;
    bottom: 15px;
    left: 50%;
    fill: white;
    display:block;
}
.nlp-hero-1--section-2 {
    -webkit-animation: action 1s infinite  alternate;
    animation: MoveUpDown 3s ease-in-out infinite;
    position: relative;
    left: 0;
    bottom: 0;
    opacity: 0.85;
}


.nlp-service-section {
    background-image: url(/uploads/home_icons/background-1.svg);
    background-position: center right -160px;
    background-repeat: no-repeat;
    background-size: 850px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    overflow: visible;
    background-color: transparent;
}
.nlp-service-section--inner {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-block: 0;
    width: auto;
    align-items: center;
    column-gap: 35px;
    flex-wrap: nowrap;
}
.nlp-service-section-subhead {
    color: var(--body-text-color);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.nlp-service-section-head {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 800;
    margin-bottom: 35px;
}
.nlp-service-section-body {
    color: var(--body-secondary-text-color);
}
.nlp-service-section-heading-container {
    flex: 1 1 calc(48% - 35px* 2 / 3);
    max-width: 500px;
    margin-right:65px;
}
.nlp-service-item--icon {
    font-size: 38px;
    margin-bottom: 30px;
}
.nlp-service-item--title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.nlp-service-item--container {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 22%;
    padding-right: 18%;
    padding-bottom: 27%;
    padding-left: 18%;
}
.nlp-service-item {
    background-color: var(--surface-accent-color);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 20px 80px 0px rgb(68 70 75 / 25%);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.nlp-service-list {
    flex: 1 1 calc(26% - 35px* 2 / 3);
}
.nlp-service-list ~ .nlp-service-list {
    margin-top: 340px;
}
.nlp-service-item ~ .nlp-service-item {
    margin-top: 45px;
}

@media (max-width: 1199px) 
{
    .nlp-hero-1--container{
        flex-direction: column;
        align-items: center;
        gap: 90px;
    }
    .nlp-service-section--inner{
        flex-direction: column;
        align-items: center;
        gap: 90px;
    }
    section ~ section{
        margin-top: 65px;
    }
    .nlp-service-list {
        max-width: 400px;
        margin-top: 0 !important;
    }
}