* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-size: 10px !important;
    overflow-x: hidden;
    font-family: 'Muli';

}

.heading {
    font-size: calc(1.2rem + 1vw);
    letter-spacing: 0.1rem;
}

.heading2 {
    /*font-size: calc(1.5rem + 1vw);*/
    font-size:60px;
    letter-spacing: 0.1rem;
    font-weight: 800;
}

.para {
    /*font-size: calc(0.6rem + 0.8vw);*/
    font-size:20px;
    letter-spacing: 0.1rem;
    font-weight:400;
}

::-webkit-scrollbar {
    height: 6px;
    width: 10px;
    background: #1C1E50;
}


::-webkit-scrollbar-thumb:vertical {
    background: white;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
    background: white;
    border-radius: 10px;
}

/* ::-webkit-scrollbar:horizontal {
    height: 8px;
    background-color: red;
}

::-webkit-scrollbar-thumb:horizontal {
    background: #000;
    border-radius: 10px;

} */

/* ----------------------------------- tnc ----------------------------------- */
section#tnc,
section#policy,
section#sitemap {
    width: 100vw;
    padding: 4rem 2rem;
    margin-top: 4rem;
}

@media only screen and (max-width:767px) {
    section#tnc,
    section#policy,
    section#sitemap {
        padding: 3rem 1rem;
    }
}