@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');


*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #141414;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2e2e2e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3a3a3a;
}


body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
}


.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}


.publisher_m {
    display: none;
}

.publisher_btn {
    outline: 2px solid white;
    color: white !important;
}

.publisher_btn:hover {
    background-color: white;
    color: rgb(0, 0, 0) !important;
}

.publisher_btn:active {
    outline: 2px solid white;
    color: rgb(255, 255, 255) !important;
}

.text-color {
    color: white !important;
}

.publisher__btn {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;

}

.publisher__btn:hover {
    color: white;
    background-color: rgb(61, 61, 61) !important;
}

/* footers  */

.footer__inner h2 {

    font-size: calc(2rem + .5vw);
    font-weight: 600;
}

.footer__inner a {
    width: calc(10rem + 1.5vw);
}

.contact__btn {
    /* height: 3rem; */
    margin-top: 3em;

}

a h5 {
    font-weight: 500;
    margin: 0;
    line-height: 1.7rem;
}

.nomadaz_logo {
    width: 5em;
}


.main {
    background-color: black;
    background-image: url(static/img/career_page/Frame.html\ 69.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.policy__text {
    padding-top: 7rem;
}

.policy__text h1 {
    font-family: Roboto;
    font-size: 56px;
    font-weight: 700;
    line-height: 52px;
    color: white;
    text-align: center;
}

.policy__text p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 16px;
    color: white;
    text-align: center;
    margin-top: 2rem;
}


.table-of-contents {
    position: sticky;
    top: 5rem;
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
}


.section {
    padding: 2rem 0;
    padding-top: 5rem;
    border-bottom: 1px solid #444;
    scroll-margin-top: 80px;
    /* Same as offset */
}

.section h2 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;  
    margin-bottom: 1rem;
}

.section p {
    margin-bottom: 2rem;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #BEBEBE;
}

.section li {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #BEBEBE;

}

.table-of-contents {
    padding: 20px 4px 20px 24px;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #FFFFFF1A;
    color: #181818;
    background: #181818;

}

.table-of-contents a {
    color: #373535;
    text-decoration: none;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}
.table-of-contents a:hover {
    color: #949090 !important;
}

.table-of-contents a.active {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.table-of-contents h5 {
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

h1,
h2,
h3 {
    color: #fff;
}


/* xm  */
@media screen and (max-width: 991.98px) {

    .policy__text p {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        line-height: 27px;
        color: white;
        text-align: center;
        margin-top: 2rem;
    }

    .table-of-contents {
        display: none;
    }
}
