:root {
    --background-color: rgb(23, 23, 23);
    --border-color: rgb(255, 255, 255, 0.1);
    --highlight-color: rgb(0,139,139);
}

body {
    background-color: var(--background-color);
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0px;
    overflow-x: hidden; 
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, a, p, li, span {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: white;
    margin: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    color: var(--highlight-color);
}

nav {
    display: flex;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
}

nav .nav-section {
    padding: 2rem 2rem;
    display: flex;
    gap: 1rem;
    border-left: 1px solid var(--border-color);
    align-items: center;
    justify-content: center;
}

#nav-mobile-section {
    display: flex;
    flex-basis: calc(100% * (2 / 3));
    z-index: 2;
}

#nav-toggle-button { 
    align-items: center;
    background-color: transparent;
    border: none;
    border-left: 1px solid var(--border-color);
    color: white;
    cursor: pointer;
    display: none;
    gap: 0.8rem;
    height: 100%;
    justify-content: center;
    outline: none;
    padding: 0rem 3rem;
    position: relative;
    z-index: 3;
}

#nav-mobile-section,
#nav-contact-section { 
    font-size: 2rem;
}

#nav-logo-section {
    flex-basis: calc(100% / 4);
    justify-content: flex-start;
}

#nav-logo-section > a > i {
    font-size: 3rem;
    align-content:center ;
}

#nav-link-section {
    flex-basis: 50%;
    gap: 6rem; 
}

#nav-social-section {
    gap: 3rem;
}



h4 {
    flex-basis: 50%;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 3rem;
    margin: 0px;
    text-transform: uppercase;
    color: white;
}

h3 {
    flex-basis: 50%;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0px;
    text-transform: uppercase;
    color: white;
}

h5 {
    flex-basis: 50%;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5vw;
    line-height: 3vw;
    margin: 0px;
    text-transform: uppercase;
    color: black;
}

h6 {
    flex-basis: 50%;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5vw;
    line-height: 3vw;
    margin: 0px;
    text-transform: uppercase;
    color: black;
}

#background-text:hover {
    color: var(--highlight-color);
}



h4, h3,  p, a,li,label {
    user-select: none;
}

.services__card h2 {
    position: absolute;
    top: 350px;
    left: 30px;
}

.services__card p {
    position: absolute;
    top: 400px;
    left: 30px;
}

.services__card:hover {
    transform: scale(1.075);
    transition: 0.2s ease-in;
    cursor: pointer;
}



.services__container__music {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: var(--backround-color);
    position: absolute;
    top: -10vw;
    left: 0;
    right: 0;
}

.services__card__music {
    margin: 1rem;
    height: 525px;
    width: 400px;
    border-radius: 4px;
    background-size: cover;
    position: relative;
    color: #fff;
}

.services__card__music:before {
    opacity: 0.2;
}

.services__card__music h2 {
    position: absolute;
    top: 350px;
    left: 30px;
}

.services__card__music p {
    position: absolute;
    top: 400px;
    left: 30px;
}

.services__card__music button {
    color: #fff;
    padding: 10px 20px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: rgb(23, 23, 23);
    position: absolute;
    top: 440px;
    left: 30px;
    font-size: 1rem;
}

.services__card__music:hover {
    transform: scale(1.075);
    transition: 0.2s ease-in;
    cursor: pointer;
}

.services__card__music button:hover {
    background-color: var(--highlight-color); 
}

.services__music {
    position: absolute;
    top: 17vw;
    left: 0;
    right: 0;
}


#search-input {
    width: 80%;
    max-width: 600px;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid var(--border-color);
    background-color: var(--background-color);
    color: white;
    flex-grow: 1;
    border-radius: 5px;
}

#search-input:focus {
    outline: none;
    border-color: var(--highlight-color);
}



.search-bar {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    position: relative;
}

.no-results {
    display: flex;
    align-items: center;
    justify-content: center; 
    height: 525px;
    margin-top: 125px;
}

.no-results .placeholder {
    text-align: center;
}

.no-results .question-mark {
    font-size: 4rem;
    color: var(--highlight-color);
}

.no-results p {
    font-size: 1.2rem;
}
.bar-container {
    gap: 10px;
}

.search-bar-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 20px;
    padding: 0 10px;
}

    
body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: var(--background-color);
    color: white;
}

select {
    width: 300px;
    padding: 9px;
    font-size: 16px;
    border: 1px solid var(--border-color);
    border-radius: 4px;

    background-color: var(--background-color);
    color: white;
}

select:focus {
    border-color: var(--highlight-color);

    outline: none;
}

optgroup {
    color: inherit;
    background-color: var(--background-color);
}

optgroup[label="Year"] {
    color: var(--highlight-color);
}

optgroup[label="Countries"] {
    color: var(--highlight-color);
}

option {
    background-color: inherit;
    color: white; /* White */
}

optgroup option {
    background-color: inherit;
    color: white; /* White */
}

.services__card__music[data-id="1"] {
    background-image: url('im/photos-html/Acquacheta Waterfall/Acquacheta Waterfall-9.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="2"] {
    background-image: url('im/photos-html/amsterdam/amsterdam-23.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="3"] {
    background-image: url('im/photos-html/berlin/berlin-21.jpg');
    background-size: cover;
    background-position: center;
}
.services__card__music[data-id="4"] {
    background-image: url('im/photos-html/brighton/brighton-29.jpg');
    background-size: cover;
    background-position: center;
}


.services__card__music[data-id="5"] {
    background-image: url('im/photos-html/bologna/bologna-9.jpg');
    background-size: cover;
    background-position: center;
}


.services__card__music[data-id="6"] {
    background-image: url('im/photos-html/Cesenatico/Cesenatico-10.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="7"] {
    background-image: url('im/photos-html/coheed/coheed-06.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="8"] {
    background-image: url('im/photos-html/cologne/cologne-23.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="9"] {
    background-image: url('im/photos-html/dover/dover-10.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="10"] {
    background-image: url('im/photos-html/dublin/dublin-107.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="11"] {
    background-image: url('im/photos-html/epica/epica-06.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="12"] {
    background-image: url('im/photos-html/ferry/ferry-4.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="13"] {
    background-image: url('im/photos-html/florence/florence-21.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="14"] {
    background-image: url('im/photos-html/innsbruck/innsbruck-9.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="15"] {
    background-image: url('im/photos-html/ivinghoe/im 2.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="16"] {
    background-image: url('im/photos-html/kamalot/kamalot-13.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="17"] {
    background-image: url('im/photos-html/lake achensee/lake-21.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="18"] {
    background-image: url('im/photos-html/Lauterbrunnen/lauterbrunnen-33.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="19"] {
    background-image: url('im/photos-html/lb/london-91.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="20"] {
    background-image: url('im/photos-html/london f/london-67.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="21"] {
    background-image: url('im/photos-html/luxembourg/luxembourg-1.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="22"] {
    background-image: url('im/photos-html/munich/munich-22.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="23"] {
    background-image: url('im/photos-html/Neuschwanstein/Neuschwanstein Castle-5.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="24"] {
    background-image: url('im/photos-html/nightwish/nightwish-68.jpg');
    background-size: cover;
    background-position: center;
}



.services__card__music[data-id="26"] {
    background-image: url('im/photos-html/oxford/oxford-1.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="27"] {
    background-image: url('im/photos-html/ilam/dofe peak district-73.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="28"] {
    background-image: url('im/photos-html/pisa/pisa-9.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="29"] {
    background-image: url('im/photos-html/r+ dublin/20240623_220415.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="30"] {
    background-image: url('im/photos-html/rapallo/rapallo-2.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="31"] {
    background-image: url('im/photos-html/rimini/rimini-6.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="32"] {
    background-image: url('im/photos-html/san marino/san marino-3.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="33"] {
    background-image: url('im/photos-html/scotland/scotland-48.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="34"] {
    background-image: url('im/photos-html/seb lowe/seb lowe-09.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="35"] {
    background-image: url('im/photos-html/strasbourg/strasbourg-16.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="36"] {
    background-image: url('im/photos-html/Täsch/Täsch-13.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="37"] {
    background-image: url('im/photos-html/venice/venice-9.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="38"] {
    background-image: url('im/photos-html/vernazza/vernazza-9.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="39"] {
    background-image: url('im/photos-html/visions of atlantis/voa-58.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="40"] {
    background-image: url('im/photos-html/the warning/the warning-14.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="41"] {
    background-image: url('im/photos-html/woburn snands music/sequel/sequel-1.JPG');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="42"] {
    background-image: url('im/photos-html/zermatt/zermatt-21.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="43"] {
    background-image: url('im/photos-html/zutphen/zutphen-2.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="44"] {
    background-image: url('im/photos-html/leap/leap-10.jpg');
    background-size: cover;
    background-position: center;
}

.services__card__music[data-id="45"] {
    background-image: url('im/photos-html/F1/F1-3.jpg');
    background-size: cover;
    background-position: center;
}


@media (max-width: 768px) {
    .fa-brands {
        font-size: 25px; 
    }

    #nav-logo-section {
        width: 50px; 
        
    }

    #nav-links-section {
        width: 40px;
    }
    
    #nav-social-section {
        gap: 1rem;
    }

    #nav-mobile-section {
        flex-basis: calc(100% * 0.75);
    }

    #nav-logo-section {
        flex-basis: calc(100% * 0.25);
    }
    
    #nav-link-section {
    flex-basis: calc(100% / 3);
    gap:3rem;
    }

    #nav-link-section {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .services__music {
        height: 1400px;
    }

    .services__music h1 {
        font-size: 1.2rem;
    }

    .services__card__music {
        width: 300px;
    }
}

@media (max-width: 350px) {
    #nav-logo-section > a > i {
        font-size: 1.5rem; 
    }
}

@media (max-width: 600px){
    .services__music{
        margin-top: 50px;
    }
}

@media (max-width: 1265px) {
    .services__container__music {
        top: -2vw; 
    }
}

@media (max-width: 768px) {
    .search-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 10px; 
    }

    #search-input, .filter-section select {
        width: 100%; 
        border-radius: 5px; 
    }
}

