﻿/**main-section**/

.dlp-home-main {
    background: #F5F7FC 0% 0% no-repeat;
    padding-top:3rem;
    padding-bottom:3rem;
}
    .dlp-home-main h2 {
        font-size: 55px;
        font-family: 'Space Grotesk', sans-serif;
        letter-spacing: 2.94px;
        color: #061B45;
        font-weight: 600;
        padding-top: 2rem;
    }

.dlp-home-main p {
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.7;
    letter-spacing: 0.7px;
    color: #828282;
    opacity: 1;
    max-width: 75%;
    margin: 0 auto;
    padding-bottom: 8rem;
}

.dlp-button {
    background: #4F35B0 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 12px #5757574D;
    border-radius: 4px;
    opacity: 1;
    color: #fff;
    letter-spacing: 0.4px;
    font-size: 16px;
    padding: 10px 30px;
    border: none;
}
.vector-email {
    max-width: 900px;
    margin: 0 auto;
}


.bumper {
    background: #efefef 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-top: 23rem;
    padding-bottom: 23rem;
}
.features-main {
    position: relative;
}

    .features-main h2 {
        text-align: center;
        font: normal normal 600 142px/181px Space Grotesk;
        letter-spacing: 4.54px;
        color: #061B45;
        opacity: 1;
        text-shadow: 10px 30px rgb(6, 27, 69,0.2);
    }

.f-left {
    position: absolute;
    top: 0;
    left: 0;
    animation: float 6s ease-in-out infinite;
}

.f-right {
    position: absolute;
    bottom: 0;
    right: 0;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-40px);
    }

    100% {
        transform: translatey(0px);
    }
}

.space-holder {
    position: relative;
    width: 100%;
    background: #061B45;
    background-image: url(/Images/DLP/solution-bg.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y:hidden;
}
.horri-features {
    position: sticky;
    top: 0;
    color: #fff;
    font-size: 90px;
    font-weight: 600;
    text-align: center;
    font-family: 'Space Grotesk', sans-serif;
    padding-top:10rem;
}

    .horizontal {
        position: absolute;
        height: 100%;
        will-change: transform;
    }


.cards {
    position: relative;
    height: 50%;
    padding: 0 0 0 150px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.sample-card {
    position: relative;
    height: 300px;
    width: 500px;
    margin-right: 75px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.21);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.2px);
    -webkit-backdrop-filter: blur(1.2px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align:center;
    padding:30px;
}
    .sample-card img{
        max-width:200px;
    }
    .sample-card h3 {
        text-align: center;
        letter-spacing: 1.02px;
        font-family: 'Space Grotesk', sans-serif;
        color: #FFFFFF;
        opacity: 1;
        font-size: 25px;
        padding-top:2rem;
    }
    .sample-card p {
        text-align: center;
        letter-spacing: 1.02px;
        color: #FFFFFF;
        opacity: 1;
        font-size: 14px;
        padding-top: 2rem;
    }



    .link-section {
        background-image: url(/Images/DLP/link-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-top: 12rem;
        padding-bottom: 12rem;
        text-align: center;
    }
    .link-section h2 {
        font-family: 'Space Grotesk', sans-serif;
        letter-spacing: 2.94px;
        color: #061B45;
        font-size: 35px;
        font-weight: 600;
        line-height: 1.7;
    }

    .link-section a {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.7;
        color: #000;
        text-decoration: none;
        padding-left:15px;
    }

        .link-section a:hover {
            color: inherit;
        }