* {
    text-decoration: none;
}

body {
    height: 100vh;
    background-color: #000000;
    overflow-x: hidden;
    margin: 0;
    padding: 0;

}

body::-webkit-scrollbar {
    display: none;
}

nav {
    position: var(--framer-canvas-fixed-position, fixed);
    top: 0;
    right: 0;
    left: 0;
    backdrop-filter: blur(10px);
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom-width: 1px;
    border-color: rgba(204, 204, 204, 0.2);
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    align-items: center;
}

.navbar {
    padding: 0 15px;
    height: 62px;
}

.nav-box {
    align-items: center;
}

.Log {
    width: 30%;
}


.logo {
    width: 450px;
    font-family: "Big Shoulders", sans-serif;
    position: absolute;
    left: 45%;
    top: 0%;
    float: center;
}

li {
    list-style: none;
    display: inline;
}

.rightt {
    position: fixed;
    top: 22px;
    right: 100px;
}


.righttt {
    position: fixed;
    top: 22px;
    right: 10px;
}

.leftt {
    position: fixed;
    top: 22px;
    left: 100px;
}


.lefttt {
    position: fixed;
    top: 22px;
    left: 10px;
}

li a {
    color: rgb(204, 204, 204);
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    transition: .3s linear;
    cursor: pointer;
}

li a:hover {
    color: rgba(204, 204, 204, 0.6);
    padding: 10px;
}

.collage {
    justify-content: center;
    display: flex;
    gap: 8px;
    align-items: center;
    height: 400px;
    margin-top: 85px;
}

.im {
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: flex 0.5s ease;
    height: 100%;
}

.im img {
    height: 100%;
    width: auto;
    object-fit: cover;
    display: block;
}

.sl {
    flex: 0 0 50px;
}

.sl:hover {
    flex: 0 0 250px;
}


.opo {
    margin-top: 25px;
    background-color: rgba(82, 0, 0, 0.3);
    align-content: center;
    text-align: center;
    width: 70%;
    border-radius: 15px;
    margin: 25px auto;
}

.opo p {
    color: white;
    font-size: 20px;
}


.Vin {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("phot/Vinl2.jpg");
    background-size: cover;
    opacity: 0.3;
}

.music {
    position: relative;
    z-index: 1;
    padding: 1px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
}






/* Контейнер для двух колонок */
.container {
    margin-top: -480px;
    margin-left: 100px;
    margin-bottom: 40px;
}

/* Левая колонка (плеер) */
.left {
    display: flex;
    align-items: center;
    color: #ffffff;
}

/* Правая колонка (список треков) */
.right {
    border-radius: 16px;
    width: 400px;
    height: auto;
    padding: 15px;
    color: rgb(204, 204, 204);
    margin-left: 300px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 16px;
}

/* Список треков */
.track-list {
    list-style: none;
    padding: 0;
}

.track-list li {
    margin: 10px 0;
}

.track-list label {
    display: block;
    padding: 10px;
    margin: 10px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 5px;
    transition: 0.2s;
}

.track-list label:hover {
    background: rgba(0, 0, 0);
}

/* плееры скрыты по умолчанию */
.player {
    display: none;
    margin-top: 320px;
    color: rgb(204, 204, 204);
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 24px;
}

.player img {
    display: block;
    width: 230px;
    margin-top: -290px;
    padding-bottom: 40px;
}

/* Показываем плеер, соответствующий выбранной радио-кнопке */
#track1:checked~.left .player1 {
    display: block;
}

#track2:checked~.left .player2 {
    display: block;
}

#track3:checked~.left .player3 {
    display: block;
}

#track4:checked~.left .player4 {
    display: block;
}

#track5:checked~.left .player5 {
    display: block;
}

#track6:checked~.left .player6 {
    display: block;
}

#track7:checked~.left .player7 {
    display: block;
}

#track8:checked~.left .player8 {
    display: block;
}

#track9:checked~.left .player9 {
    display: block;
}

#track10:checked~.left .player10 {
    display: block;
}


.track-radio {
    display: none;
}








.FOOOT {
    background-color: #000000;
    color: rgb(204, 204, 204);
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    border-color: rgba(204, 204, 204, 0.2);
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-style: solid;
    align-items: center;
    padding: 4px 24px;
}

.feet1 {
    width: 40%;
    float: left;
}

.feet2 {
    width: 40%;
    float: right;
    text-align: right;
}