body {
    font-family: "Source Sans Pro", sans-serif;
    overflow-x: hidden;
}
p {
    color: #323232;
    line-height: 187%;
    margin-bottom: 0;
}
h2 
{
    color: #00205B;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    font-family: "heebo", sans-serif;
}
h3 
{
    color: #00205B;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    font-family: "heebo", sans-serif;
}
.color-white
{
    color: #fff;
}
#data-acquisition_banner {
  width: 100%;
    height: 80vh;
    background: url(../images/data-acquisition-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#data-acquisition_banner .bg-light {
    background-color: transparent !important;
}
#visitCP {
    background-color: #225d5f;
    color: #fff;
}
#data-acquisition_banner .navbar-expand-lg.scrolled {
    background-color: #061f32 !important;
}

.cp-link i 
{
    color:#fff;
}
.cover-heading
{
	font-family: "heebo", sans-serif;
	color: #fff;

    h1 
    {
        font-weight: 700;
        font-size: 36px;
        line-height: normal;
    }
}

.animate-btn
{
    button 
    {
        all: unset;
        background-color: transparent;
        border-radius: 12px;
        border: 1px solid #FFF;
        padding: 15px 28px;
        font-size: 18px;
        font-weight: 500;
        position: relative;
        @media screen and (max-width:768px) {
            font-size: 16px;
            padding: 15px;
        }
        &::before, &::after{
            content: "";
            height: 100%;
            width: 100%;
            position: absolute;
            border-radius: 12px;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            -ms-border-radius: 12px;
            -o-border-radius: 12px;
            border-width: 1px;
            border-style: solid;
            transition: all 0.3s linear;
            opacity: 0;
            visibility: hidden;
            border-color: #fff;
        }
        &::before {
            top: -1px;
            left: -1px;
            transform: scale(1.6);
            height: calc(100% + 2px);
            width: calc(100% + 2px);
        }
        &::after {
            top: 0;
            left: 0;
            transform: scale(1.4);
            transition-delay: 0.1s;
        }
        &:hover::before,&:hover::after{
            transform: scale(1);
            opacity: 1;
            visibility: visible;
        }
    }
}
.direction-img
{
    top: 0;
    left: 50px;
    height: -webkit-fill-available;
}
.storage-management-system
{
    img 
    {
        border-radius: 20px;
    }
}
 .no-of-section 
 {
    position: absolute;
    background: linear-gradient(90deg, #CDEADF 9.02%, rgba(205, 234, 223, 0.00) 75.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 104px;
    font-weight: 800;
    width: 61px;
    top: -42px;
    left: -20px;
 }
 .benefits-card--parent
 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;

    .benefits-card
    {
        border-radius: 16px;
        background-color:#225D5F;
        &:nth-child(3)
        {
            grid-column-start: 1;
            grid-column-end: 3;
        }
        h4 
        {
            font-family: "heebo", sans-serif;
            font-size: 22px;
            font-weight: 700;
        }
        .no-of-benefits
        {
            color: #8AC1C2;
            font-size: 45px;
            font-weight: 800;
            line-height: 45px;
        }
    }
 }
 @media screen and (min-width: 992px) {
    .navbar .col-auto:first-child {
        padding: 0;
    }
 }
 @media screen and (min-width: 1024px) {
    .fs-22
    {
        font-size: 22px;
    }
 }

@media screen and (max-width: 767px) {
    #data-acquisition_banner
    {
        background-position: 90% center;
    }
    .benefits-card--parent
    {
        grid-template-columns: 1fr;

        .benefits-card
        {
            &:nth-child(3)
            {
                grid-column-end: auto;
            }
        }
    }
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 990px) {
    #data-acquisition_banner {
        height: 100vh;
    }
}
