body {
    background-color: black;
}
.heading {
    color: white;
    font-size: 100px;
    font-family: system-ui;
    text-transform: uppercase;
    font-weight: 600;
}
.heading img {
    max-width: 375px;
}
.social-heading {
    font-size: xx-large;
}
.social-heading i {
    margin-left: 1rem;
    margin-right: 1rem;
}
.social-heading a:hover, a:hover {
    text-decoration: none;
    color:white;
    text-shadow: 0px 0px 12px #cf0000
}
.rai-logo {
    width: 200px;
    height: auto;
}
.rai-box {
    background-color: #00000059;
    width: fit-content;
    padding: 1rem;
    text-align: center;
    font-size: larger;
}
/* Stile per l’immagine di sfondo */
.background-image {
    background-color: black;
    /* background-image: url('../images/bosnia_bg1.jpg'); */
    background-size: cover;
    background-position: center 25%;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bg-overlay {
    background-color: black;
    position: absolute;
    width: 100%;
    height: 100%;
}
.menu-responsive button {
    border: none;
    background-color: transparent;
    font-size: 3rem;
    color: white;
}
.menu-container {
    position: absolute;
    left: 0;
    top: 7rem;
    z-index: 1;
    display: none; /* Nasconde il menu inizialmente */
}

.menu-list {
    margin: 1rem;
    padding: 1rem;
    background: #000000e8;
    border-radius: 10px
}
.logo-etichetta img {
    height: 50px;
    margin-bottom: 1rem;
}
.content {
    background-color: #00000057;
    color: #c6c7c8;
    overflow-y: auto;
}
#menu-button {
    transition: transform 0.3s ease, color 0.3s ease; /* Transizione sempre attiva */
}

#menu-button.rotate-active {
    transform: rotate(90deg); /* Rotazione a 90° */
    color: #cf0000; /* Cambia colore */
}

hr {
    border-color: white;
    border-width: 3px;
}

h2 {
    font-size: 1.2rem!important;
}
a {
    color:#cf0000;
    text-decoration: none;
    font-weight: 600;
}

.rai-box:hover {
    text-decoration: none;
    box-shadow: 0px 0px 12px #fff
}
#cookie-banner {
    position: fixed;
    bottom: 0rem;
    background: #000000c7;
    color: white;
    width: 100%;
    padding: 15px;
    text-align: center;
    right: 0;
}
#cookie-banner > button {
    padding: 10px 20px;
    background: #011261;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
}

.fade-in {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes oscillate {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(3deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-3deg); }
    100% { transform: rotate(0deg); }
}

.rai-box {
    display: inline-block;
}
.menu ul, .menu-list ul {
    list-style: none;
    font-size: 1.5rem;
}
.menu-list ul {
    padding-left: 0;
    margin-top: .75rem;
}

a.active {
    color: white;
    background-color: #b22711;
    border-radius: 22px;
    padding-bottom: 5px;
    padding-right: 11px;
    padding-left: 11px;
}


@media (max-width: 767px) {
    .heading {
        font-size: 50px;
        left: 1rem;
    }
    .heading img {
        max-width: 230px;
    }
    .remo-col h1 {
        font-size: 1.5rem!important;
    }
    .logo-etichetta img {
       height: 36px;
    }
    .social-heading i {
        margin-left: 0.1rem;
        margin-right: 0.1rem;
        font-size: 30px;
    }
    .rai-box {
        font-size: 14px;
        margin-top: 4rem;
    }
    .rai-logo {
        width: 150px;
    }
}

@media (max-width: 767px) {
    #spotyfy-frame {
        height: 150px;
    }
}
@media (max-height: 770px) {
    #spotyfy-frame {
        height: 150px;
    }
}
