@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&family=Frank+Ruhl+Libre:wght@300&family=Lora&family=Martel:wght@200&family=Montserrat:wght@300;400;700&family=Noto+Serif+JP:wght@200&family=Noto+Serif+TC:wght@200&family=Playfair+Display:ital@0;1&family=Prata&family=Vollkorn:ital@1&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

html{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

body{
    min-height: 100vh;
    overflow-x: hidden;
}

header{
    position: relative;
    height: fit-content;
    width: 100%;
    padding: 46px 5% 50px 5%;
    z-index: 1;
}

.navbar_computer{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo{
    height: 40px;
    margin-right: auto;
}

.logo img{
    height: 100%;
    width: auto;
}

.menu{
    list-style: none;
}

.menu li{
    display: inline;
    float: left;
}

.menu li a{
    padding: 6px 16px;
    margin: 0 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
}
.menu li a:hover{
    transition: background-color .5s ease;
    background-color: #b21005;
    color: #fff;
}
.menu li a.active{
    background-color: #b21005;
    color: #fff;
}

.navbar-list i{
    transition: 0.3s;
}
.navbar-list i.open{
    transform: rotate(-180deg);
}

.navbar-list .list {
    position: absolute;
    width: fit-content;
    height: 0;
    margin-top: 20px;
    padding: 0 10px 0 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 10px;
    transition: height 0.2s ease;
    overflow: hidden;
    z-index: -1;
}
.navbar-list .list.open{
    height: 136px;
    padding: 12px 10px 12px 10px;
    animation: discoverlist 0.2s linear forwards;
}
.navbar-list .list.open::before{
    position: absolute;
    content: '';
    top: -32px;
    left: 35px;
    border: 16px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.about-us-list .list.open{
    height: 97px;
    padding: 12px 10px 12px 10px;
    animation: discoverlist 0.2s linear forwards;
}

@keyframes discoverlist{
    80%{
        overflow: visible;
    }
    100%{
        overflow: visible;
    }
}

.navbar-list .list li{
    display: block;
    float: none;
    width: 100%;
    margin:0 0 5px 0;
}

.navbar-list .list li a{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    text-shadow: 0 0 5px #000;
}

.navbar-list .list li.download a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language-menu {
    position: relative;
    width: 31px;
    height: 31px;
    margin-left: 26px;
}

.option-selected{
    width: auto;
    height: 100%;
    float: right;
    cursor: pointer;
}
.option-selected:hover {
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
}

.language-options {
    list-style: none;
    position: absolute;
    width: 31px;
    height: 0px;
    right: 0;
    margin: 51px 0px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    transition: height 0.2s ease;
    gap: 8px;
}
.language-options.open{
    height: 100px;
}

.language-options li {
    width: 100%;
    height: 31px;
    cursor: pointer;
}

.language-options .italian-flag {
    background-image: url(images/italy-flag-icon.png);
    background-size: cover;
}
.language-options .italian-flag.active {
    opacity: 0.5;
}

.language-options .english-flag {
    background-image: url(images/uk-flag-icon.png);
    background-size: cover;
}
.language-options .english-flag.active {
    opacity: 0.5;
}

.navbar_smartphone{
    display: none;
}

body{
    background-color: #28282B;
}

h1{
    position: relative;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 4rem;
    color: #fff;
}

h2{
    position: relative;
    width: 100%;
    margin-top: 80px;
    text-align: center;
    font-size: 3rem;
    color: #fff;
}

.audio_container{
    display: flex;
    position: relative;
    height: fit-content;
    margin: 80px 6% 130px 6%;
    justify-content: center;
    align-items: center;
    gap: 6%;
}

.main_audio{
    display: flex;
    flex-basis: 47%;
    height: 100%;
    padding: 50px 40px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

.main_audio .description{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
}

.main_audio .description:hover{
    transform: scale(1.03);
}

.main_audio .description h3{
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.main_audio .description .instrument_details{
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: bold; 
}

.main_audio .description .instrument_details .instrument_details_restoration{
    font-style: italic;
}

.main_audio .video{
    position: relative;
    display: block;
    margin-top: 40px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.08);
    overflow: hidden;
    z-index: 0;
    transition: width 0.3s ease, border-radius 0.3s ease;
}
.main_audio .video.open{
    display: flex;
    align-items: center;
    height: 200px;
    width: 356px;
    border-radius: 30px;
}

.main_audio .video .video_preview{
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url();
    transition: opacity 0.2s ease;
}
.main_audio .video .video_preview.open{
    opacity: 0;
    pointer-events: none;
}

.main_audio .video .cookie_alert{
    display: none;
    color: white;
    font-weight: bolder;
    text-align: center;
}

.main_audio .song_details{
    margin: 40px 0 30px 0;
    width: 70%;
    text-align: center;
    color: #fff;
}

.main_audio .song_details .name{
    font-size: 1.3rem;
}

.main_audio .song_details .artist{
    margin-top: 5px;
    font-size: 1rem;
    opacity: 0.6;
}

.main_audio .song_details_smart{
    display: none;
}

.main_audio .progress_area{
    height: 6px;
    width: 70%;
    background: #4D4D50;
    border-radius: 50px;
    cursor: pointer;
}

.main_audio .progress_area .progress_bar{
    position: relative;
    height: inherit;
    width: 0%;
    border-radius: inherit;
    background: linear-gradient(90deg, #b21005 10%, #5d0a05 100%);
}
.main_audio .progress_area .progress_bar::before{
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    background: #5d0a05;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.main_audio .progress_area:hover .progress_bar::before{
    opacity: 1;
}

.main_audio .progress_area .timer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    opacity: 0.6;
    margin-top: 2px;
}

.main_audio .controls{
    margin: 40px 0 5px 0;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
}

.main_audio .controls i{
    font-size: 35px;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    user-select: none;
    filter: drop-shadow(0 0 10px #00000045);
    transition: all .2s ease-in-out;
}
.main_audio .controls i::before{
    color: transparent;
    background: #b21005;
    background-clip: text;
    -webkit-background-clip: text;
}
.main_audio .controls i:hover{
    transform: scale(1.1);
}

.main_audio .controls .play_pause{
    position: relative;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}

.main_audio .controls .play_pause i{
    font-size: 60px;
}

.main_audio .controls i div{ 
    display: none;
}

.audio_list{
    display: flex;
    flex-basis: 47%;
    height: 636.2px;
    padding: 50px 40px;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

.new_organs .audio_list{
    height: 616px;
}

.audio_list .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.audio_list .header .row{
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #fff;
}

.audio_list .header .row i{
    cursor: default;
    margin-right: 10px;
}

.audio_list ul{
    margin: 10px 0;
    overflow-y: auto;
    box-shadow: inset 0 12px 11px -12px #00000045;
}
.audio_list ul::-webkit-scrollbar{
    width: 5px;
    cursor: pointer;
}
.audio_list ul::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: #4d4d5059;
}
.audio_list ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #737272;
    
}

.audio_list ul li{
    display: flex;
    padding: 15px 5px 15px 9px;
    border-bottom: 1px solid #4D4D50;
    align-items: center;
    list-style: none;
    cursor: pointer;
    color: #fff;
}
.audio_list ul li:last-child{
    border-bottom: 0px;
}
.audio_list ul li.selected{
    background-color: #4D4D50;
    pointer-events: none;
}

.audio_list ul li .disk{
    position: relative;
    display: block;
    height: 80px;
    width: 80px !important;
    border-radius: 50%;
    background-image: url();
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.audio_list ul li .row{
    width: calc(100% - 200px);
    margin-left: 30px;
    overflow: hidden;
}

.audio_list ul li .row span{
    font-size: 17px;
}

.audio_list ul li .row .scroll{
    display: flex;
    width: fit-content;
    white-space: nowrap;
    gap: 20%;
}

.audio_list ul li .row .scroll p{
    opacity: 0.6;
    animation: autoscroll 20s infinite linear;
}

@keyframes autoscroll{
    0%{
        transform: translateX(0%);
    }
    90%{
        transform: translateX(-140%);
    }
    100%{
        transform: translateX(-140%);
    }
}

.audio_list ul li .audio_duration{
    font-size: 16px;
    margin-left: auto;
}

.audio_list ul li.playing{
    pointer-events: none;
}

footer{
    background: #151515;
    padding: 20px;
    text-align: center;
}

footer p{
    color: #fff;
}

@media (max-width: 1220px){

    .main_audio .description h3{
        font-size: 1.3rem;
    }
    
    .main_audio .description .instrument_details{
        font-weight: normal;
    }
    
    .main_audio .video{
        height: 175px;
        width: 175px;
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.08);
    }
    .main_audio .video.open{
        height: 180px;
        width: 311.5px;
    }

    .main_audio .song_details{
        width: 80%;
    }
    
    .main_audio .song_details .name{
        font-size: 1.1rem;
    }
    
    .main_audio .progress_area{
        width: 80%;
    }
    
    .main_audio .controls{
        width: 90%;
        gap: 15%;
    }
    
    .audio_list .header .row{
        font-size: 1.3rem;
    }
    
    .audio_list ul li .disk{
        height: 70px;
        width: 70px !important;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
    }
    
    .audio_list ul li .row{
        width: calc(100% - 180px);
    }
    
    .audio_list ul li .row span{
        font-size: 1rem;
    }
}

@media (max-width: 1100px){

    .menu li a{
        margin: 0 5px;
    }

    .language-menu{
        margin-left: 21px;
    }

    .navbar-list .list.open::before{
        left: 30px;
    }
}

@media (max-width: 1050px){

    .menu li a{
        margin: 0 3px;
    }

    .language-menu{
        margin-left: 12px;
    }

    .navbar-list .list.open::before{
        left: 30px;
    }
}

@media (max-width: 991px){

    header{
        padding-top: 30px;
    }

    .navbar_computer{
        display: none;
    }

    .navbar_smartphone{
        display: flex;
        width: 100%;
        height: fit-content;
        justify-content: space-between;
        align-items: center;
    }

    .togglebtn{
        display: flex;
        color: #fff;
        cursor: pointer;
        font-size: 35px;
        width: 31px;
        justify-content: center;
    }
    
    .dropdown_menu{
        position: absolute;
        right: 5%;
        top: 94px;
        width: 300px;
        max-height: 0;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        border-radius: 10px;
        transition: max-height 0.2s ease;
    }
    .dropdown_menu.open{
        height: fit-content;
        max-height: 517px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .dropdown_menu ul{
        position: relative;
        display: block;
        width: 100%;
        list-style: none;
    }

    .dropdown_menu ul li.dropdown_navbar{
        padding: 0;
    }

    .dropdown_menu ul li.dropdown_navbar label{
        padding: 8px 20px;
    }
    .dropdown_menu ul li.dropdown_navbar label.active{
        background-color: #b21005;
    }

    .dropdown_menu ul li.dropdown_navbar ul li{
        padding: 8px 50px;
    }

    .dropdown_menu li ul.dropdown_list{
        height: 0;
        overflow: hidden;
        transition: height 0.2s ease;
    }
    .dropdown_menu li ul.dropdown_list.open{
        height: 138px;
    }

    .dropdown_menu .dropdown_about_us ul.dropdown_list.open{
        height: 92px;
    }

    .dropdown_menu ul li{
        padding: 8px 20px;
        line-height: 40px;
        color: white;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .dropdown_menu ul li.active{
        background-color: #b21005;
    }

    .dropdown_menu ul li label{
        color: white;
        font-size: 18px;
        display: block;
        cursor: pointer;
    }

    .dropdown_menu ul li a{
        color: white;
        text-decoration: none;
        font-size: 18px;
        display: block;
        text-shadow: 0 0 5px #000;
    }

    .dropdown_menu ul ul{
        position: static;
    }

    .dropdown_menu ul ul li{
        line-height: 30px;
        padding-left: 30px;
        border-bottom: none;
    }

    .dropdown_menu ul ul li.download a{
        display: flex;
        align-items: center;
    }

    .dropdown_menu ul ul li.download a i{
        padding: 0;
        margin-top: 0;
        margin-left: 20px;
        font-size: 17px;
        float: auto;
    }

    .dropdown_menu ul ul li a{
        font-size: 17px;
    }

    .dropdown_menu ul li i{
        padding: 0 10px;
        margin-top: 10px;
        font-size: 20px;
        float: right;
        transition: 0.3s;
    }

    .dropdown_menu ul li i.rotate{
        transform: rotate(-180deg);
    }

    .logo{
        height: 35px;
        margin: auto;
    }

    .language-menu{
        margin-left: 0;
        height: 35px;
        width: 35px;
        gap: 10px;
    }

    .language-options{
        margin-top: 61px;
        width: 35px;
    }

    .language-options li{
        height: 35px;
    }

    h1 {
        font-size: 3.5rem;
        margin-top: 30px;
    }

    h2{
        font-size: 2.6rem;
    }

    .audio_container{
        flex-direction: column;
        gap: 75px;
    }
    
    .main_audio{
        flex-basis: auto;
        height: fit-content;
        width: 80%;
    }
    
    .main_audio .description h3{
        font-size: 1.8rem;
    }
    
    .main_audio .description .instrument_details{
        font-size: 1.1rem;
        font-weight: bold;
    }
    
    .main_audio .video{
        height: 200px;
        width: 200px;
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.08);
    }
    .main_audio .video.open{
        height: 200px;
        width: 356px;
    }

    .main_audio .video .cookie_alert{
        font-size: 0.9rem;
        margin: 0 6px 0 6px;
    }
    
    .main_audio .song_details{
        width: 70%;
    }
    
    .main_audio .song_details .name{
        font-size: 1.3rem;
    }
    
    .main_audio .song_details .artist{
        font-size: 1rem;
    }
    
    .main_audio .progress_area{
        width: 70%;
    }
    
    .main_audio .controls{
        width: 90%;
        gap: 10%;
    }
    
    .audio_list{
        flex-basis: auto;
        width: 80%;
        height: 400px;
    }
    
    .new_organs .audio_list{
        height: 400px;
    }
    
    .audio_list .header .row{
        font-size: 1.5rem;
    }
    
    .audio_list ul li .disk{
        height: 80px;
        width: 80px !important;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
    }
    
    .audio_list ul li .row{
        width: calc(100% - 200px);
    }
    
    .audio_list ul li .row span{
        font-size: 1.1rem;
    }
    
    .audio_list ul li .row .scroll{
        gap: 20%;
    }
    
    .audio_list ul li .audio_duration{
        font-size: 1rem;
        margin-left: auto;
    }
}

@media (max-width: 767px), (max-height: 370px){

    header{
        padding-top: 25px;
    }

    .dropdown_menu{
        transform-origin: 0 100%;
        left: 0%;
        top: 84px;
        width: 100%;
        max-height: 100dvh;
        height: 100dvh;
        overflow: hidden;
        transition: transform .3s ease;
        transform: scaleY(0);
    }
    .dropdown_menu.open{
        max-height: 100dvh;
        height: 100dvh;
        transform: scaleY(1);
    }

    .dropdown_menu ul {
        display: flex;
        flex-direction: column;
        height: calc(100dvh - 84px);
    }

    .dropdown_menu ul li {
        flex-basis: 14%;
        overflow: hidden;
        transition: none;
    }

    .dropdown_menu ul li.open {
        flex-basis: 44%;
    }

    .dropdown_menu ul .dropdown_about_us.open {
        flex-basis: 35.5%;
    }

    .dropdown_menu ul li a{
        display: flex;
        align-items: center;
        height: 100%;
    }

    .dropdown_menu ul li label{
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .dropdown_menu ul li label i{
        margin-top: 0;
    }

    .dropdown_menu ul li label i{
        margin-top: 0;
    }

    .dropdown_menu ul li.open label{
        height: 30%;
    }

    .dropdown_menu ul .dropdown_about_us.open label{
        height: 40%;
    }

    .dropdown_menu ul li.open ul.dropdown_list.open{
        height: 70%;
    }

    .dropdown_menu ul .dropdown_about_us.open ul.dropdown_list.open{
        height: 60%;
    }

    .dropdown_menu ul li.open ul.dropdown_list.open li{
        height: 33.3%;
    }

    .dropdown_menu ul .dropdown_about_us.open ul.dropdown_list.open li{
        height: 50%;
    }

    .logo{
        height: 28px;
        margin: auto;
    }

    h1 {
        font-size: 3rem;
        margin-top: 30px;
    }

    h2{
        font-size: 2rem;
        width: 80%;
        margin-top: 75px;
        margin-left: auto;
        margin-right: auto;
    }

    .audio_container{
        margin: 50px 6% 80px 6%;
        gap: 6%;
    }
    
    .main_audio{
        flex-basis: auto;
        width: 100%;
        height: fit-content;
        padding: 30px 30px;
    }
    
    .main_audio .description h3{
        font-size: 1.3rem;
        text-underline-offset: 4px;
    }

    
    .main_audio .description .instrument_details{
        font-size: 1rem;
        font-weight: normal;
    }
    
    .main_audio .video{
        margin-top: 25px;
        height: 150px;
        width: 150px;
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.08);

    }
    .main_audio .video.open{
        height: 140px;
        width: 249px;
        border-radius: 30px;
    }

    .main_audio .song_details{
        display: none;
    }

    .main_audio .song_details_smart{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 25px 0 20px 0;
        width: 90%;
        text-align: center;
        color: white;
        overflow: hidden;
    }

    .main_audio .song_details_smart .scroll{
        display: flex;
        width: fit-content;
        overflow: hidden;
        white-space: nowrap;
        gap: 50%;
    }

    .main_audio .song_details_smart .name{
        font-size: 1.2rem;
        animation: autoscroll 10s infinite linear;
    }

    @keyframes autoscroll{
        0%{
            transform: translateX(0);
        }
        100%{
            transform: translateX(-200%);
        }
    }
    
    .main_audio .song_details_smart .artist{
        margin-top: 5px;
        font-size: 1rem;
        opacity: 0.6;
    }
    
    .main_audio .progress_area{
        width: 90%;
    }
    
    .main_audio .controls{
        margin: 40px 0 5px 0;
        width: 90%;
        gap: 15%;
    }

    .main_audio .controls i{ 
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        font-size: 0.8rem;
    }

    .main_audio .controls i div{ 
        display: block;
        font-weight: bolder;
    }
    
    .audio_list{
        display: none;
    }
    
}

@media (max-width: 500px) {

    .main_audio .controls{
        margin: 40px 0 5px 0;
        width: 90%;
        gap: 10%;
    }

    .main_audio .controls i{ 
        font-size: 0.6rem;
    }

    .main_audio .controls .play_pause{
        height: 35px;
        width: 35px;
    }
    
    .main_audio .controls .play_pause i{
        font-size: 45px;
    }

}

@media (max-width: 400px) {

    .dropdown-menu li a{
        font-size: 1rem;
    }

    h2{
        font-size: 1.9rem;
    }

}

@media (max-width: 340px) {

    .main_audio .controls i{ 
        gap: 20%;
    }

    .main_audio .controls i{ 
        font-size: 35px;
    }

    .main_audio .controls .play_pause{
        height: 50px;
        width: 50px;
    }
    
    .main_audio .controls .play_pause i{
        font-size: 60px;
    }

    .main_audio .controls i div{ 
        display: none;
    }

}

@media (max-height: 370px) {

    .dropdown-menu li a{
        font-size: 1rem;
    }

}

