:root {
    --a: 0;
}

* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    scrollbar-width: none;
    
}

.body {
    background-color: black;
    height: 743px;
    /* position: absolute; #added by me */

}

.home {
    height: 24px;
    width: 30px;
    filter: invert(1);

} 

.nav {
    display: flex;
    justify-content: space-between;
    background-color: black;
    /* height: 40px; */
    padding: 10px;

}

.icon {
    margin-left: 12px;
    filter: invert(1);
}

.home1 {
    border-radius: 100%;
    padding: 0 5px;
    border: none;
    background-color: rgb(39 38 38);

}

.search {
    width: 21px;
}

.bar {
    padding-top: 0px;
    padding-left: 9px;
}

.bar1 {

    filter: invert(1);
    margin-right: 10px;
}

.search_bar {
 
    background-color: rgb(39 38 38);
    border: none;
    color: rgb(207, 204, 204);
    padding: 2px;

}

.search_div {
    padding: 3px 61px 10px 10px;
    width: 286px;
}

.search_bar::placeholder {
    color: rgb(147, 147, 147);


}

.search1 {
    display: flex;
    padding: 8px 10px 0 0;
    background-color: rgb(39 38 38);
    border-radius: 35px;
    margin-left: 14px;
   
}

.search2 {
    display: flex;
    width: 500px;


}

.icon1 {
    display: flex;
    gap: 24px;
}

.click {
    color: rgb(207, 204, 204);
    font-weight: 900;
}

.click:hover {
    cursor: pointer;
}

.home3 {
    margin-top: 8px;
    height: 19px;
    width: 25px;
    filter: invert(1);

}

.click3 {
    margin-top: 8px;
    color: rgb(207, 204, 204);
    font-weight: 900;

}

.search3 {
    display: flex;
}

.logIn {
    border-radius: 20px;
    background-color: white;
    color: black;
    padding: 9px 20px;
}

.info {
    display: flex;
    gap: 17px;
    align-items: center;
}

.content {
    display: flex;
}

.left-content {
    width: 30vw;
    background-color: rgb(19, 19, 19);
    margin: 9px 4.5px 9px 9px;
    border-radius: 10px;
}

.header {
    color: white;
    font-size: 20px;
    margin-top: 24px;
    padding-left: 20px;
    font-family: Arial;
}

.header1 {
    display: flex;
    justify-content: space-between;
}

.plus {
    height: 19px;
    width: 25px;
    margin: 27px 20px 0 0;
    filter: invert(1);

}

.box {
    margin: 51px 9px 10px 8px;
    background-color: rgb(26, 26, 26);
    height: 120px;
    border-radius: 12px;
    padding-top: 20px;

}

.box1 {
    margin-top: 25px;

}

.Create {
    color: white;
    margin: 10px 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

}

.more {
    font-weight: bolder;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;

}

.button_create {
    margin: 10px 19px;
    border-radius: 39px;
    color: black;
    background-color: white;
    font-family: Arial;
    font-weight: 900;
    padding: 6px 14px;
}

.footer {
    display: flex;
    margin: 50px 0 11px 0;
    flex-wrap: wrap;

}

.footerContent {
    padding: 3px 13px 0 16px;
    white-space: nowrap;

}

.footerContent a {
    text-decoration: none;
    color: rgb(128, 127, 127);
    font-size: 12px;
}

.cookie {
    padding-left: 14px;
    font-size: 14px;
    margin-top: 16px;
}

.left-content>button {
    background-color: black;
    border: 2px solid grey;
    display: flex;
    gap: 11px;
    padding: 5px 8px;
    border-radius: 20px;
    margin: 15px 0 34px 22px;
}

.left-content>button:hover {
    cursor: pointer;
}

.left-content>button img {
    filter: invert(1);
}

.right-content {
    width: 68vw;
    height: 658px;
    background-color: rgb(32, 31, 31);
    margin: 9px 9px 9px 4.5px;
    border-radius: 10px;
    position: relative;
}

.other{
    display: flex;
    justify-content: space-between;
}

.top-header {
    font-size: 14px;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 20px 39px;
}

.boxall {
    height: 614px;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 0px 20px;
}

.sho-all {
    margin-top: 8px;
}

.big_box {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 285px;


}
.big_box > * {
  flex-shrink: 0;

}

.artist {
    font-size: 14px;
    padding: 20px 39px;
}

.bigbox2 {
    display: flex;
    max-height: 200px;
    overflow-x: scroll;
    padding: 34px 0;  
    gap: 23px;
    max-height: 100%; 
    overflow-y: hidden;
}

.bigbox2 > * {
  flex-shrink: 0;

}

.card2 {
    height: 169px;
    width: 169px;
}

.card2 img {
    width: 100%;
    object-fit: contain;
    border-radius: 100px;
}

.card2 p {
font-size: 17px;
}

.cardelem {
    width: 172px;
}

.card {

    width: 172px;
    border-radius: 10px;
    background-color: rgb(32, 31, 31);
    padding: 10px;
    padding-bottom: 5px;
    position: relative;
    transition: all .7s;
}

.card:hover {
    background-color: rgb(26, 26, 26);

    --a: 1;
}

.card img {
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.play {
    position: absolute;
    top: 133px;
    right: 22px;
    opacity: var(--a);
    transition: all 1s ease-out;
    cursor: pointer;
}

.card2 {
    height: 169px;
}

.circle {
    cx: 50;
    cy: 50;
    r: 50;
    fill: #1Ed760;

}

.card h1 {
    font-size: 16px;
    margin-bottom: 6px;
}
.card p {
    font-size: 14px;
}

.card a {
    text-decoration: none;
    font-size: 12px;
}
