:root {

    --fs-xl: 2.5em;
    --fs-md: 1.25rem;
    --fs-sm: 0.95rem;
    /* for small screen 
        --fs-xl:2.5em;
        --fs-md:1.25rem;
*/
}

@media(min-width:576px) {
    :root {

        --fs-xl: 3em;
        --fs-md: 1.5rem;
        /* for small screen 
        --fs-xl:2.5em;
        --fs-md:1.25rem;
*/
    }


}

@media(min-width:768px) {
    :root {

        --fs-xl: 3em;
        --fs-md: 1.5rem;
        /* for small screen 
        --fs-xl:2.5em;
        --fs-md:1.25rem;
*/
    }


}

@media(min-width:992px) {
    :root {

        --fs-xl: 3.5em;
        --fs-md: 1.75rem;
        /* for small screen 
        --fs-xl:2.5em;
        --fs-md:1.25rem;
*/
    }

    .fs {
        height: 100vh;
    }

    .ra {
        text-align: end;
    }



}

@media(min-width:1200px) {
    :root {

        --fs-xl: 4em;
        --fs-md: 2rem;
        --fs-sm: 1.25rem;
        /* for small screen 
        --fs-xl:2.5em;
        --fs-md:1.25rem;
*/
    }

    .fs {
        height: 100vh;
    }

    .ra {
        text-align: end;
    }



}

@media(min-width:1400px) {
    :root {

        --fs-xl: 5em;
        --fs-md: 2.5rem;
        --fs-sm: 1.25rem;
        /* for small screen 
        --fs-xl:2.5em;
        --fs-md:1.25rem;
*/
    }

    .fs {
        height: 100vh;
    }

    .ra {
        text-align: end;
    }


}

/* Typography */
.hero-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-xl);
    margin: 0px 24px;
}

.heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-xl);
    margin: 0px 24px;
}

@media (max-width:992px) {
    .heading {
        margin: 100px 24px;
    }
}

.font-medium {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fs-md);
    margin: 0px 24px;
}

.font-small {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: var(--fs-sm);
    margin: 0px 24px;
}



/* Icons */
.icons {
    margin-right: 2.5em;
    font-size: var(--fs-md);
}

/* #myVideo {
    position: absolute;
    left: 0;
    bottom: 0; */
/* max-width: 100vw;
    min-height: 100vh; */
/* width: auto;
    height: 100%;
    z-index: -200;
    overflow: hidden;
} */

/* #video_overlays {
    position: absolute;
    background-color: rgb(0, 0, 0);
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
} */

.contact-link{
    text-decoration: none;
    color:inherit
}