@font-face {
    font-family: 'Outfit';
    src: url('assets/fonts/Outfit-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    width: 100%;
    height: 100%;
    background-image: url('assets/background.jpg');
    background-size: cover;
    background-position: center;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.main-content {
    margin-top: 130px;
}

.primary-button {
    background-color: #fff;
    border: 5px solid #000;
    color: #000;
    border-radius: 73px;
    padding: 10px 0;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    max-width: 291px;
    height: auto;
    min-height: 60px;
    box-sizing: border-box;
    text-align: center;
}

.home-image {
    max-width: 437px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.btn-container {
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
    justify-content: center;
}

video[style*="display: block"] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover !important;
    z-index: 999999 !important;
}

#video-doces {
    object-position: 42% center;
    transform: scale(1);
}

#video-travessuras {
    object-position: 30% center;
    transform: scale(1);
}

@media (max-width: 768px) {
    .main-content {
        margin-top: 60px;
    }
    .primary-button {
        font-size: 24px;
        padding: 8px 0;
    }

    .btn-container {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .primary-button {
        font-size: 20px;
        padding: 8px 0;
        border-width: 4px;
    }

    .btn-container {
        width: 90%;
        margin: 0 auto;
    }

    .home-image {
        width: 90%;
        height: auto;
    }
}

@media (min-width: 390px) {
    body {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        overflow: hidden;
    }
}

@media (min-width: 1440px) {
    body {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        overflow: hidden;
    }
}

@media (max-width: 389px) {
    body {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        overflow: hidden;
    }
}