.main-container {
    padding-top: 120px;
    background:
        radial-gradient(circle at 20% 20%, rgba(231, 134, 15, 0.1) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgba(0, 170, 255, 0.2) 0%, transparent 50%);
}

.main-container h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #ff8c00;
    text-shadow: 2.5px 2.5px 0 #8B4513;
    text-transform: uppercase;
}

.carousel-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    box-sizing: border-box;
}

.carousel-media {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
    background: rgba(255, 140, 0, 0.1);
    backdrop-filter: blur(20px);
    border: 4px solid #ff8c00;
    border-radius: 12px;
    padding: 20px 0px;
    box-shadow:
        inset -8px -8px 0 rgba(139, 69, 19, 0.3),
        inset 8px 8px 0 rgba(218, 165, 32, 0.3),
        0 0 40px rgba(255, 140, 0, 0.3);
}

.carousel-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-wrapper {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: fill;
}

#crazy-burger {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    padding: 40px 40px;
}

.web-game-container {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#unityContainer {
    height: 600px;
    width: 100%;
}

.owl-dots {
    padding-top: 20px;
}