@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*Start privacy page design*/

.privacy-policy-section-heading-box {
    background: linear-gradient(111deg, #c6000099, #ffffff00),
        url(../img/bg.webp);
    background-position: center;
    background-size: cover;
    -webkit-box-align: center;
    width: 100%;
    min-height: 50vh;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.privacy-policy-section-heading-box h1 {
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
}

.privacy-policy-section-heading-box h1 span {
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: var(--main2-color);
}

.privacy-policy-section-heading-box p {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.3px;
}

.Clip-path-line {
    width: 140px;
}

.privacy-policy-section-main {
    padding: 4rem 5%;
}

/*End privacy page design*/