@font-face {
    font-family: 'Amarante';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/amarante.woff2') format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/lato400.woff2') format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/lato700.woff2') format('woff2');
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent; 

    scroll-behavior: smooth;
    scrollbar-color: dark;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background-color: #000;
    overflow-x: hidden;
}

p, a, li {
    margin: 0;
    color: #fff;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;

    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
    font-family: 'Amarante';
    font-size: 42px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

iframe {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 960px;
    max-height: 540px;
}

.video_container {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    height: 0;
    padding-bottom: 540px;
}

.content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.logo {
    width: 300px;
    margin: 150px 0 75px;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 215px;
    height: 50px;
    margin: 20px 30px;
    border-radius: 50px;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: all .3s;
}

.button:hover{
    transform: scale(1.05) perspective(1px);
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 50px;
    margin: 200px 0 65px 0;
    transition: all .3s;
}

.arrow:hover {
    transform: translateY(5px);
}

.arrow:focus {
    outline: none;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0F0F0F;
}

.fcontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 25px;
}

.fcontent > a {
    font-family: 'Amarante';
    font-size: 22px;
}

.fcontent > p {
    margin-top: 25px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #0f0f0f;
    border: 2px solid #0f0f0f;
}

@media screen and (max-width: 300px) {
    .logo {
        width: 200px;
    }
}

@media screen and (max-width: 380px) {
    .logo {
        width: 250px;
    }
}

@media screen and (max-width: 815px) {
    .logo{
        margin-top: 60px;
    }
    h1 {
        font-size: 32px;
    }
    .arrow {
        margin-top: 80px;
    }
}

@media screen and (max-width: 970px) {
    .video_container {
        padding-bottom: 56.25%;
    }
}

@media screen and (min-width: 2000px) {
    .arrow {
        margin-top: 300px;
    }
}
