@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url("../font/rubik/Rubik-Regular.woff2") format("woff2"), url("../font/rubik/Rubik-Regular.woff") format("woff");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url("../font/poppins/Poppins-Regular.woff2") format("woff2"), url("../font/poppins/Poppins-Regular.woff") format("woff");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

body.home {
    margin: 0;
    background-image: url('../img/bgd-home2-mob.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap:40px;
    height: 90%;
}

.main h1 {
    font-family: 'Rubik';
    font-size: 53.609px;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.main h1 span {
    font-size: 193.125px;
    line-height: 90%;
    display: block;
}

.main .list-btn ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 37px;
}

.main .list-btn ul li {
    height: 56px;
    text-align: center;
}

.main .list-btn ul li img {
    height: 100%;
    width: auto;
}

footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

footer ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    font-family: 'Rubik';
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 110%;
}

footer a{
    color:#fff;
}

body.legal {
    background-image: url('../img/bgd-top-right-legal.png'), url('../img/bgd-bottom-left-legal.png');
    background-size: 50%;
    background-position: top 0px right 0px, bottom 0 left 0;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
}

.main-legal {
    padding: 160px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 64px;
}

.main-legal h1 {
    font-family: 'Rubik';
    font-size: 86px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.main-legal article {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 160%;
}

.main-legal article a {
    font-weight: bold;
}

.main-legal article h2 {
    font-family: 'Rubik';
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    color: #000;
}

.main-legal article ul {
    list-style: inside;
}




@media screen and (min-width: 1000px) {
    body.home {
        background-image: url('../img/bgd-home2-dk.jpg');
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .main {
        justify-content: center;
        gap: 74px;
        width: 40%;
        position: relative;
        left:60%;
        height:100%;
    }

    .main h1 {
        font-size: 50px;
        text-align: left;
    }

    .main h1 span {
        font-size: 50px;
        display: inline;
    }

    .main .list-btn ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        gap: 37px;
    }

    .main .list-btn ul li {
        height: 50px;
    }

    body.legal {
        background-image: url('../img/bgd-top-right-legal.png'), url('../img/bgd-bottom-left-legal.png');
        background-size: auto;
        background-position: top 0px right 0px, bottom 0 left 0;
        background-repeat: no-repeat;
        height: 100%;
        position: relative;
    }

    .main-legal {
        width: 852px;
        margin: 0 auto;
    }        
}

@media screen and (min-width: 1400px) {
    .main h1 {
        font-size: 80px;
        text-align: left;
    }

    .main h1 span {
        font-size: 80px;
        display: inline;
    }

    .main .list-btn ul li {
        height: 86px;
    }
}
