@font-face {
    font-family: "BangoPro";
    src: url("/fonts/BangoPro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: "BangoPro", sans-serif;
}

label{
    font-family: "BangoPro", sans-serif;
}

h6 {
    font-family: "elza", sans-serif;
    font-size: 16px;
}

.light-blue-color{
    color:#9AC2FF;
}


.dark-blue-color{
    color:#163B68;
}

.disney_logo img {
    max-width: 150px;
    height: auto;
    margin-bottom: 30px;
}

.btn-white {
    display: inline-block;
    padding: 12px 25px;
    background-color: #ffffff;
    color: #143B68;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-white:focus {
    outline: none !important;
    box-shadow: none !important;
}


.btn-white-two {
    display: inline-block;
    padding: 12px 25px;
    background-color: #ffffff;
    color: #4A8EF3;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-white:hover {
    background-color: #d9d9d9;
    color: #143B68;
}

.custom-input {
    background-color: #2d5484;
    border: none;
    color: #9ac2ff;
    font-family: "BangoPro", sans-serif;
    font-size: 16px;
    height: 50px;
    padding-left:20px ;
}

.custom-input::placeholder {
    color: #9ac2ff;
    font-family: "BangoPro", sans-serif;
    font-size: 16px;
}

.card-etiquette-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.activity {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}


.card-image {
    display: block;
    max-width: none; /* important! să nu se micșoreze */
    height: auto;
}

.activity:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.desktop {
    background-image: url('/images/general/stars_bg.jpg');
    background-size: cover;
    background-position: center;
}

.input-custom {
    background-color: #2E5485;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 10px 15px;
    font-size: 16px;
}

.input-custom::placeholder {
    color: #d3d3d3;
}


/*jogar*/

.hero-section {
    position: relative;
    background-image: url('/images/game/game_bg.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    color: #000;
    overflow: hidden;
    padding-top: 40px;
}

.canvas-container {
}

canvas {
    border: 10px solid #fff;
    max-width: 100%;
    aspect-ratio: 1/1;
    display: inline-block; /* inline-block ca să respecte text-align */
    margin-bottom: 10px; /* puțin spațiu sub canvas */
}

.adjust-buttons {
}

.button-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.adjust-buttons button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}

.adjust-buttons button img {
    max-width: 100%;
    height: auto;
    display: block;
}

.sticker-list img {
    width: 60px;
    height: 60px;
    margin: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 8px;
}

.sticker-list img:hover {
    border-color: #fff;
}

.label-image {
    max-width: 100%;
    margin-bottom: 20px;
    border: 6px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(255,255,255,0.2);
}

.btn-download {
    margin-bottom: 40px;
}
