* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}





nav {
    /* padding-top: 0px;
    margin-top: 0px; */
    /* position: fixed; */
    /* top: 0; */
    width: 100%;
    height: 10vh;
    background-color: black;
    display: flex;
    align-items: center;
}



.left {
    width: 40vw;

    display: flex;
    justify-content: space-around;
    align-items: center;
    /* flex-direction: row; */
    /* width: 100%; */


}

.first img {

    cursor: pointer;
}

.outter {
    background-color: #1f1f1f;
    height: 52px;
    width: 52px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.1s;

}

.outter:hover {
    background-color: #2a2a2a;
    transform: scale(1.05);
    cursor: pointer;
}

.box {
    display: flex;
    align-items: center;


}

.form input {
    /* margin-top: 8px; */
    flex-wrap: wrap;
    height: 3.0rem;
    width: 25rem;
    /* margin-right: 210px; */
    font-family: sans-serif;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    border: 1px none;
    color: #b1b1b1;

    z-index: 10;

    /* color: #cf1818; */
    background-color: rgb(31, 31, 31);

    border-radius: 45px;
    padding-left: 50px;

    background-image: url('SVG/search.svg'), url('SVG/search2.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: 28px 28px, 28px 28px;
    background-position: 15px center, calc(100% - 15px) center;
    margin-left: 8px;




}

.form input::placeholder {
    color: #b1b1b1;
    opacity: 1;
}


.text ul {
    width: 15vw;
    list-style: none;
    display: flex;
    justify-content: space-between;


}

.text {
    display: flex;
    justify-content: center;
    text-align: center;

}

.right {
    margin-left: 55px;


    width: 50vw;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.text li {
    color: #b1b1b1;
    font-family: sans-serif;
    font-weight: 600;
    transition: color 0.1s;
}


.text li:hover {
    color: white;
    cursor: pointer;
    transform: scale(1.07);
}

.sep {
    color: #b1b1b1;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 29px;

}

.icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    transition: color 0.1s;

}

.icon:hover {
    color: white;
    cursor: pointer;
    transform: scale(1.07);
}

.h {
    color: #b1b1b1;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;


}


.sign {
    color: #b1b1b1;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.1s;

}

.sign:hover {
    color: white;
    cursor: pointer;
    transform: scale(1.07);
}

.right button {
    padding: 14px;
    font-family: sans-serif;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 15px;
    font-weight: 800;
    border-radius: 38px;
    border: 1px none;
    transition: color 0.1s;
}

.right button:hover {

    cursor: pointer;
    transform: scale(1.05);
}

.main {
    gap: 180px;
}

main {
    /* margin-top: 4540px; */
    display: flex;
    justify-content: center;
    gap: 11px;
    /* margin-top: 73px; */
    background-color: black;
    position: relative;
}

.rightmain {
    width: 75vw;

    height: 90vh;

    background-color: #1b1b1b;

}

.leftmain {
    position: relative;

    width: 25vw;
    margin-left: 5px;
    height: 90vh;
    background-color: #121212;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    margin-left: 14px;
    /* border-radius: 9px; */
    /* overflow-y: scroll; */
    /* max-height: 90vh; */
    /* border: 2px solid aqua; */
}

.head img {
    width: 23px;
}

.head {
    display: flex;
    justify-content: space-between;
    color: white;
    font-family: sans-serif;
    font-size: 11px;

}

.footer a {

    color: #b1b1b1;
    font-family: sans-serif;
}

.footer {
    position: absolute;
    bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 15px;
    font-size: 10.5px;


}

.rightmain {
    overflow-y: scroll;
    max-height: 90vh;
}




.rightmain h1 {
    color: white;
    font-family: sans-serif;

    font-size: 30px;
}

.container {
    padding: 35px;
}

.box1 {
    padding-top: 19px;
    /* border: 2px solid red; */
    min-width: 200px;
    /* overflow:auto; */
    /* height: 250px; */
    position: relative;
    transition: all 0.1s linear;
    transition-delay: 0.9s;

}

.box1 img {
    width: 100%;
    object-fit: contain;
    border-radius: 7px;
}

.boxx {
    display: flex;
    gap: 46px;
    overflow: auto;
    scrollbar-width: none;

    /* Hide scrollbar in Firefox */
}

.boxx::-webkit-scrollbar {
    display: none;
    visibility: hidden;
    /* Hide scrollbar in Chrome, Safari, Opera */
}


.pfirst {
    font-family: sans-serif;
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
}

.psecond {
    font-family: sans-serif;
    font-size: 14px;
    color: #b1b1b1;
}

.playbtn {
    width: 50px;
    position: absolute;
    top: 155px;
    right: 8px;
    opacity: 0;

}

.playbtn img{
    cursor: pointer;

}

.box1:hover {
    .playbtn {
        opacity: 1;

    }


}

.artist {
    padding: 35px;
    display: flex;
    overflow: auto;
    padding-top: 0px;
    gap: 30px;
    scrollbar-width: none;



}

.artist::-webkit-scrollbar {
    display: none;
    visibility: hidden;
    /* Hide scrollbar in Chrome, Safari, Opera */
}

.artistT h1 {
    padding-bottom: 25px;
    padding: 35px;

}

.circle {
    height: 200px;
    min-width: 200px;
    border-radius: 500px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.circle img {
    width: 100%;
    object-fit: contain;

}


/* Custom Scrollbar for WebKit browsers */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #1e1e1e;
    /* Darker track for contrast */
}

::-webkit-scrollbar-thumb {
    background-color: #444;
    /* Dark grey thumb */
    border-radius: 6px;
    border: 3px solid #1e1e1e;
    /* Padding inside the thumb */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}

/* Firefox custom scrollbar */
* {

    scrollbar-width: thin;
    scrollbar-color: #444 #1e1e1e;
}


.name {
    color: white;
    font-family: sans-serif;
    padding-top: 7px;
    padding-bottom: 7px;
}

.ar {
    color: #b1b1b1;
    font-family: sans-serif;
    font-size: 14px;
}

.circularbox {
    padding: 9px;
    position: relative;
}


.circularbox:hover {
    background-color: #1e1e1e;
    border-radius: 7px;

    .playbtn1 img {

        opacity: 1;
    }
}

.playbtn1 img {
    width: 50px;
    position: absolute;
    top: 150px;
    right: 18px;
    opacity: 0;
}


.seekbar {
    align-items: center;
    margin-left: 10px;
    width: 72vw;
    background-color: #2b2828;
    height: 54px;
    position: absolute;
    bottom: 7px;
    border-radius: 5px;

}

.forward {
    filter: invert();
    cursor: pointer;
}
.backward {
    
    cursor: pointer;
}
.playy {
    
    cursor: pointer;
}



.btnn {

    display: flex;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
    gap: 5px;
    align-items: center;

    position: relative;
    padding-top: 4px;

}

.btnn img {
    width: 34px;
}

.line {
    cursor: pointer;
    width: 71vw;
    height: 5px;
    background-color: white;
    position: absolute;
    bottom: 5px;
    margin-left: 6px;
    border-radius: 7px;
}

.linecircle {
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50px;
    position: absolute;
    left: 0px;
    top: -5.5px;
    cursor: pointer;
}

.containerr {
    /* border: 2px solid red; */
    margin-top: 10px;
    margin-bottom: 10px;
    overflow-y: auto;
    max-height: 68vh;


}

.boxmain {
    border: 2px solid white;
    color: white;
    font-family: sans-serif;
    margin: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px;
    border-radius: 6px;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.boxmain:hover {
    transform: scale(1.04);
}


.imggg {
    font-size: 11px;
}

.imggg img {
    width: 5px;
}

.invert {
    filter: invert();
}

.musicname {
    color: white;
    font-family: sans-serif;
    font-size: 13px
}

.musicnameinfo {
    color: white;
    font-family: sans-serif;
    font-size: 16px
}

.musicdurationinfo {
    color: white;
    font-family: sans-serif;
    font-size: 15px
}

.menu{
    visibility: hidden;
}



@media screen and (max-width: 480px) {
    nav {
        width: 103%;
        height: 4vh;
        background-color: black;

    }

    .main {
        gap: 10px;
    }

    .first img {
        width: 15px;

    }

    .outter {
        height: 25px;
        width: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .left {
        width: 50vw;
    }

    .outter img {
        height: 13px;
        width: 13px;

    }

    .form input {
        height: 25px;
        padding-left: -80px;
        /* width: 55vw; */
        color: #b1b1b1;
        width: 135px;
        border-radius: 50px;
        font-weight: 500;
        font-size: 6px;
        background-image: url(SVG/search.svg), url(SVG/search2.svg);
        background-repeat: no-repeat, no-repeat;
        padding-left: 26px;
        background-size: 11px 11px, 11px 11px;
        background-position: 10px center, calc(100% - 10px) center;
        margin-left: 8px;



        /* background-image: url('SVG/search.svg');
        background-repeat: no-repeat;
        background-size: 10px 14px;
        background-position: 15px center;
        color: transparent;
        transition: width 1s ease,
            padding-left 1s ease,
            color 0.3s ease,
            background-position 0.3s ease; */

    }




    .form input::placeholder {
        color: #b1b1b1;
    }

    /* .form input:focus {
        font-size: 5px;
        height: 18px;
        width: 39vw;
        /* padding-left: 10px; */

    /* background-image: url('SVG/search.svg'), url('SVG/search2.svg');
        background-repeat: no-repeat, no-repeat;
        padding-left: 26px;
        background-size: 11px 11px, 11px 11px;
        background-position: 10px center, calc(100% - 10px) center;
        margin-left: 8px; */
    /* margin-left: 0px; */







    .text {
        display: none;

    }

    .right {
        display: flex;
        justify-content: space-evenly;
        text-align: center;
    }

    .sep {
        display: none;
    }

    .icon img {
        height: 11px;
        width: 11px;


    }

    .h {
        font-size: 8px;



    }

    .sign {
        font-size: 8px;

    }

    .right button {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 17px;
        padding-right: 17px;
        font-size: 7px;
        border-radius: 17px;

    }

    .leftmain {
        width: 100000000px;
        transition: all 0.3s ease;
        min-height: 100vh;
        /* z-index: 1; */

    }

    .rightmain {
        position: absolute;
        width: 420px;
        min-height: 100vh;

    }

    .rightmain h1 {
        font-size: 25px;
    }

    .container {
        padding-top: 20px;
        

        padding-left: 7px;
        padding-right: 0px;
    }

    .artistT h1 {
        padding-left: 7px;

    }

    .artist {
        padding-left: 7px;


    }

    .artistT h1 {
        padding-top: 15px;
    }

    .boxx {
        gap: 25px;

    }

    .box1 {
        min-width: 140px;
        /* height: 90px; */
    }

    .pfirst {
        font-size: 14px;
    }

    .psecond {
        font-size: 11px;
    }

    .artist {
        gap: 4px;
    }

    .circle {
        height: 150px;
        min-width: 150px;
    }

    .name {
        margin-left: 7px;
        font-size: 14px;
    }

    .ar {
        margin-left: 7px;
        font-size: 11px;
    }

    .playbtn {
        width: 32px;
        right: 5px;
        top: 118px;
    }

    .playbtn1 img {
        width: 32px;

        top: 115px;
        right: 15px;





    }
    .footer{
        bottom: 29px;
    }

    .containerr{
        max-height: 70vh;
    }

    main {
        min-height: 100vh;
    }

    .seekbar {
        /* justify-content: center;
        align-items: center; */
        position: fixed;
        left: -1px;
        width: 411px;
        height: 60px;

    }

    .musicnameinfo {
        font-size: 11px;
        max-width: 90px;
    }

    .musicdurationinfo {
        font-size: 11px;
    }

    .playbtns img {
        width: 26px;
    }

    .line {
        width: 400px;
        height: 5px;
    }


    .menu{
        visibility:visible;
        filter: invert();
        width: 20px;
        margin-top: 11px;
        margin-left: 8px;
    }


}




@media screen and (max-width: 410px) {
    body{
        background-color: #1b1b1b;
        min-height: 100vh;
    }
    .h {
        font-size: 6px;
    }




    .main {
        gap: 6px;
        min-width: 100vw;
    }

    .right {
        margin-left: 45px;
    }


    .icon img {
        width: 8px;

    }

    .icon {
        gap: 2.5px;

    }

    .sign {
        font-size: 6px;
    }

    .right button {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 5px;
        padding-top: 5px;


    }


    nav {
        height: 35px;
        width: 108.4vw;
    }

    .first {
        margin-right: 5px;
    }

    .container {
        padding-left: 40px;
    }

    .artistT h1 {
        padding-left: 40px;

    }

    .artist {
        padding-left: 32px;

    }

    .rightmain {

        height: 1100vh;
    }

    .seekbar {
        /* justify-content: center;
        align-items: center; */
        position: fixed;

        width: 370px;
        height: 60px;
    }

    .musicnameinfo {
        font-size: 11px;
        max-width: 90px;
    }

    .musicdurationinfo {
        font-size: 11px;
    }

    .playbtns img {
        width: 26px;
    }

    .line {
        width: 360px;
        height: 5px;
    }

    .menu{
        visibility:visible;
        filter: invert();
        width: 20px;
        margin-top: 10px;
        margin-left: 39px;
    }



}