@font-face {
    font-family: 'Lilita-One';
    src: url('../fonts/LilitaOne-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Baloo-2-regular';
    src: url('../fonts/Baloo2-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Baloo-2-bold';
    src: url('../fonts/Baloo2-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Baloo-2-extra-bold';
    src: url('../fonts/Baloo2-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Baloo-2-semi_bold';
    src: url('../fonts/Baloo2-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Baloo-2-medium';
    src: url('../fonts/Baloo2-Medium.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-image: url('../img/custom/cactus-background.jpg');
    background-size: cover;
    background-position: center center;
    color: black;
    font-family: 'Baloo-2-medium', sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: rgb(190, 102, 51);
    word-wrap: break-word;
    word-break: break-all;
}

h1 {
    font-family: 'Lilita-One', cursive;
    font-size: 105px;
    color: rgba(12, 12, 12, 1);
    text-shadow: 0px 4px 4px rgba(246, 150, 45, 0.6);
    margin: 20px 0;
    transition: all 0.3s ease;
}

h2 {
    font-family: 'Lilita-One', cursive;
    font-size: 1.5em;
    color: rgba(12, 12, 12, 1);
    text-shadow: 0px 4px 4px rgba(246, 150, 45, 0.6);
    margin: 20px 0;
    margin-block-start: 0;
    ;
    margin-block-end: 0;
    ;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.site-overlay {
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 0.4);
}

.site-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

main {
    max-width: 1440px;
    width: 100%;
    min-height: 100vh;
    padding-top: var(--height-header);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.logo-div {
    position: relative;
    top: 20px;
    left: 20px;
    width: 300px;
    height: 300px;
    background-image: url('../img/2_character_pepe/1_idle/idle/I-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.start-image {
    width: 780px;
    height: 480px;
    background-image: url('../img/9_intro_outro_screens/start/startscreen_1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s ease;
}

.start-image-container {
    padding: 10px 30px;
    background-color: rgba(84, 18, 27, 1);
    border-radius: 15px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

nav {
    height: var(--height-header);
    background-color: rgba(84, 18, 27, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.nav-content {
    height: 100%;
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    transition: all 0.3s ease;
}

.nav-desktop {
    display: flex;
}

.nav-mobile{
    display: none;
    justify-content: center;
    align-items: center;
    gap:8px;
    padding-right: 36px;
}

.nav-mobile-game {
    display: none;
}

.mobile-menu-box {
    display: flex;
    position: fixed;
    top: var(--height-header);
    right: 0;
    background-color: rgba(84, 18, 27, 0.9);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    flex-direction: column;
    padding: 10px;
    border-radius: 12px 0 0 12px;
    gap: 4px;
    transform: translateX(110%);
    transition: transform 0.3s ease;
    will-change: transform;
}

.mobile-menu-box.visible {
    transform: translateX(0);
}

.btn {
    font-family: 'Baloo-2-medium', sans-serif;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-mobile-submenu {
    background-color: rgb(245, 178, 44);
    font-family: 'Baloo-2-medium', sans-serif;
    border: none;
    border-radius: 2px;
    padding: 3px 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}


.btn-yellow {
    background-color: rgb(245, 178, 44);
    color: rgb(84, 18, 27);
}

.btn-yellow:hover {
    background-color: rgb(196, 74, 55);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    color: rgb(242, 175, 41);
}

.btn-yellow-active {
    background-color: rgb(196, 74, 55);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    color: rgb(242, 175, 41);

}

.btn-orange {
    background-color: rgb(255, 95, 51);
    color: rgb(22, 15, 16);
    box-shadow: 5px 6px 15px 6px rgba(0, 0, 0, 0.2);
}

.btn-orange:hover {
    background-color: rgb(241, 215, 64);
    box-shadow: 5px 6px 15px 6px rgba(0, 0, 0, 0.1);
    color: rgb(44, 11, 2);

}

.btn-small {
    width: 36px;
    height: 28px;
    padding: 0;
    font-size: 16px;
    border-radius: 4px;
    background-color: rgb(245, 178, 44);
    box-sizing: border-box;
}

.btn-mobile-menu {
    width: 36px;
    height: 28px;
    padding: 0;
    font-size: 16px;
    border-radius: 4px;
    background-color: rgb(245, 178, 44);
    background-image: url('../img/custom/mMenu.svg');
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn-lager {
    width: 208px;
    padding: 15px 30px;
    font-size: 24px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.btn-lg {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.button-group {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 30px;
}

.visually-hidden {
    position: absolute;
    left: -9999px;
}

.text-background {
    max-width: 900px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    border-radius: 10px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 24px;
    overflow-y: auto;
}

.text-white {
    color: rgb(207, 203, 203);
}

.portrait-warning {
    display: none;
}


html.portrait-blocked main {
    display: none !important;
}

html.portrait-blocked .portrait-warning {
    display: block !important;
    position: fixed;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    z-index: 9999;
    font-size: 2rem;
    text-align: center;
    padding-top: 40vh;
}

.lock-resize {
    overflow: hidden;
}