body {
    position: relative;
    background-color:rgba(248, 249, 250, 0.8);
    overflow-x:hidden;
}
body::-webkit-scrollbar {
    display:none;
}
* {
    user-select: none;
}
h1, h2, h3, h4, h5, h6, a {
    white-space: nowrap;
}
#first-sec {
    background-color: #fbfbfd;
    height: 200px;
}

#first-sec > div {
    display:flex;
    flex-direction: column;
    align-items: center;
}
#first-sec > div > div {
    display: flex;
}
.link {
    color : #06c;
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
}
#second-sec {
    background-color: #252525;
    position:relative;
    overflow:hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius:25px;
    margin-left:20px;
    margin-right:20px;
}
@media screen and (max-width:400px) {
    #second-sec {
        margin: 0;
        border-radius: 0;
    }
    #slider-navs {
        margin-left:50vw !important;
    }
}
@media screen and (max-width: 700px) {
    #second-sec {
        height:400px;
    }
    #img-container > img {
        width: 330px;
        height: auto;
        transform: translate(125px, 0);
        margin-right:137.5px;
        margin-left:82.5px;
        border-radius: 30px;
    }
    #slider-1-img {
        margin-left:10px !important;
    }
    #slider-navs {
        position:absolute;
        bottom: 20px;
    }
}
#second-text {
    position: absolute;
    z-index: 1;
    left : 50%;
    font-size:smaller;
    transform: translate(-50%, 0);
    margin-top:4%;
}
#img-container {
    display: flex;
    flex: 1 1 auto;
    white-space: nowrap;

    height:400px;
    position:relative;
    max-height:500px;
    flex-wrap: wrap;
    flex-direction: column;
    left: calc(50% - 300px);
}
@media screen and (max-width:1000px) {
    #img-container {
        height: 400px;
        left: calc(50% - 300px);
    }
    .second-bg-img {
        height: 100%;
        aspect-ratio: 3/2;
        object-fit: cover;
    }
}
.second-bg-img {
    width : 600px;
    height: 400px;
    border-radius: 30px;
    z-index: 1;
    object-fit: cover;
    margin-right: 100px;
    transition: all 1s ease;
}
.second-bg-img.second-bg-img-other {
    width : 450px;
    height: 300px;
    filter:blur(4px);
    margin-top: 50px;
    box-shadow: none;
}
#slider-navs {
    display:inline-flex;
    margin-top: 30px;
    width: auto;
    transform: translate(-50%, 0);
    border-radius:32px;
    justify-content: center;
    background-color: rgb(232, 232, 237);
    padding: 20px;
    margin-left:calc(50vw - 20px)
}
.slider-nav {
    width:10px;
    height:10px;
    border-radius:45px;
    margin-right: 5px;
    margin-left:5px;
    cursor: pointer;
    transition: width 0.5s ease;
    appearance: none;
    background:#a1a1a2;
    overflow:hidden;
    position: relative;
    pointer-events: none;
}
.slider-playbar {
    width:0;
    height:10px;
    cursor: pointer;
    transition: width 6s linear;
    appearance: none;
    border-radius:32px;
    overflow:hidden;
    background:rgb(196, 196, 196);
    position: absolute;
    left: 0;
    background-color:black;
}
#slider-finger {
    transition: top 0.5s ease;
    top: 120%;
    position: absolute;
    height: 35px;
}
#slider-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top:20px;
    height: 25px;
    gap: 0;
    transition: height 0.5s ease;
    position: relative;
}
#slider-play {
    width:0;
    display: none;
}
#slider-button > span {
    width:24px;
    aspect-ratio: 1/1;
}
.slider-buttons {
    transition: color 1.5s ease;
    position: absolute;
}
#third-sec-container {
    height:400px;
    position:relative;
    background: url('../images/brick.jpeg');
    transition: height 0.5s ease;
}
#third-sec {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    border-radius:15px;
    padding:20px 0px 50px 20px;
    margin : 50px 40px 100px 40px;
    top:50%;
    transform: translate(0, -50%);
    position: relative;
}
.arrow-container {
    position : absolute;
    right : 50%;
    transform: translate(50%, 35px);
    bottom : -50px;
    cursor: pointer;
}
#arrow-up-container {
    display : none;
}
#artists {
    display: flex;
    width : 100%;
    overflow-x: scroll;
    min-height: 130px;
    min-width : 250px;
    padding-bottom:7px;
}
#artists::-webkit-scrollbar {
    height: 15px;
}
#artists::-webkit-scrollbar-thumb {
    background-color: #919191;
    border-radius: 10px;
    background-clip: padding-box;
    border: 4px solid transparent;
}
#artists::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}
.card {
    width : 363px;
    height:175px;
    min-width: 350px;
    max-width: 410px;
    overflow: hidden;
    flex:0 0 auto;
    aspect-ratio: 1 / 0.48;
    margin-right : 10px;
    transition : height 0.5s ease;
}
.card:hover {
    border: 1px solid rgba(0, 0, 0, 0.3)
}
.artist-img {
    border-radius: 50%;
    width : 100%;
    min-width: 60px;
}
.artist-img-container {
    width : 30%;
    margin-left:10px;
    margin-top:10px;
}
.info-song {
    display:flex;
    flex-direction: column;
}
.info {
    display : flex;
}
.name_rel {
    display:flex;
    flex-direction: column;
    width : 100%;
    margin-left:15px;
}
.artist-name {
    font-size : 200%;
    margin-bottom : 0;
}
.rel {
    border-bottom:1px solid rgb(223, 223, 223);
    margin-right: 10px;
    margin-top: 10px;
}

#seventh-sec {
    height: 1000px;
    background: url('../images/event-sec-bg-img.png') fixed;
    background-size: cover;
    background-position: center center;
    position: relative;
}
#fifth-sec {
    height: 1000px;
    position:relative;
    display: grid;
    gap: 20px;
    margin: 100px 20px 20px 20px;
    grid-template-columns: 100fr 100fr;
    grid-template-rows: 1fr 1fr;
}
#fifth-sec-1 {
    background : url('../sliderImage/2.jpg') center;
    background-size:cover;
    background-repeat: no-repeat;
    position:relative;
}
#fifth-sec-2 {
    background-color: rgb(0, 0, 0);
    position:relative;
    overflow: hidden;
}
#fifth-sec-2-script {
    position: absolute;
    left:50%;
    transform: translate(-50%, 37px);
    width: 210px;
    color : white;
    text-align: center;
}
#fifth-sec-2-script > h2 {
    font-size:40px;
    font-weight:600;
}
#fifth-sec-3 {
    background : url('../images/fifth-sec-1.jpg') center;
    background-size:cover;
    background-repeat: no-repeat;
    position:relative;
}
#fifth-sec-3-script {
    position: absolute;
    left:50%;
    transform: translate(-50%, 37px);
    width: 210px;
    text-align: center;
}
#fifth-sec-3-script > h2 {
    font-size:40px;
    font-weight:500;
}
#fifth-sec-3-script > a {
    display : block;
    color: rgb(107, 107, 255)
}
#fifth-sec-4 {
    background : url('../sliderImage/5.jpg') center;
    background-size:cover;
    background-repeat: no-repeat;
    position:relative;
}
#introAlbum {
    position: absolute;
    display: flex;
    bottom: 20px;
    gap: 30px;
    left: -100%;
    animation: introAlbumSlider 60s linear infinite;
}
@keyframes introAlbumSlider {
    from {
        left: 100%;
    }
    to {
        transform: translate(-100%, 0);
    }
}
#introAlbum > div {
    height: 240px;
    background: rgb(248, 249, 250);
    border-radius: 15px;
    display : flex;
    flex-direction: column;
    text-overflow:ellipsis;
    width: 180px;
    filter: brightness(100%);
    transition: filter 0.2s ease;
}
.play_hover {
    position: absolute;
    left:50%;
    transform: translate(-50%, 30%);
    opacity:0;
    top: 90px;
    background-color: white;
    border-radius: 20px;
    max-width: 108px;
    height: 40px;
    padding: 7px 15px;
    text-align:center;
    vertical-align: center;
    font-weight: bold;
    filter: brightness(100%) !important;
    z-index: 1;
    font-size:13.5px !important;
    color:#1d1d1f;
    transition: opacity 0.4s ease, transform 0.2s ease;
}
#introAlbum > div > img {
    width: 180px;
    aspect-ratio: 1/1;
    border-radius: 15px 15px 0 0;
}
#introAlbum > div > span {
    width: 180px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    text-overflow:ellipsis;
    font-size : 13px;
    white-space: nowrap;
}
#introAlbum:hover {
    animation-play-state: paused;
}
@media screen and (max-width:850px) {
    #fifth-sec {
        display : flex;
        flex-direction: column;
        height: 2000px;
    }
    .fifth-sec-item {
        height: 500px;
    }
}
.fifth-sec-item {
    width: 100%;
}
#fifth-sec > h1 {
    color: rgb(255, 255, 255);
    position: absolute;
    font-size:100px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 5%;
    display: none;
    padding: 5px;
}
#seventh-sec > h1 {
    animation: eventSecText 0.4s ease-out;
}
@keyframes eventSecText {
    from {
        opacity: 0;
        top: 20%;
    }
    to {
        opacity: 1;
        top: 5%;
    }
}

.song {
    border: 1px solid #d9d9d9;
    margin:10px;
}
.img_title {
    display: flex;
    align-items:center;
    padding-top:5px;
    padding-bottom:5px;
}
.title_view {
    display: flex;
    flex-direction:column;
    justify-content: center;
}
.img_container {
    width: 12%;
    aspect-ratio: 1 / 1;
    margin-right:10px;
    margin-left:10px;
    padding-top:5px;
    padding-bottom:5px;
}
.img_container > img {
    width : 100%;
    border-radius: 10px;
    padding: 2px;
    border:1px solid rgb(134, 134, 134);
}
.title {
    white-space: nowrap;
}
.view {
    white-space: nowrap;
    font-size: small
}
.artist_tmi_container {
    height: 100%;
    max-height: 100%;
}
.artist_tmi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    margin: 15px;
}
.artist_tmi_items {
    border: 1px solid #cbcbcb;
    padding: 5px 5px 5px 5px;
    border-radius : 10px;
    text-align:center;
    white-space: nowrap;
}
.artist_tmi_play {
    background-color: #9c9c9c;
    border: 1px solid #9c9c9c;
    color : rgb(255, 255, 255);
}
#sixth-sec {
    padding:200px 0px 100px 0px;
    position:relative;
    margin-top:250px;
    max-width: 1250px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}
@media screen and (max-width:800px) {
    #sixth-sec > h1 {
        font-size: 40px !important;
    }
}
@media screen and (max-width:950px) {
    #sixth-sec-items {
        display:flex !important;
        flex-direction: column;
    }
    .sixth-sec-item {
        width: 90% !important;
        aspect-ratio: 2/1 !important;
        margin-top: 0 !important;
    }
    #sixth-sec {
        height: 2800px;
    }
    .sixth-second-script {
        width:95%;
        margin-left:auto !important;
    }
    .sixth-sec-third {
        display:inline;
        margin-left:auto !important;
    }
}
#sixth-sec > h1 {
    display:none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    font-size:80px;
    font-weight:bold;
    top:100px;
    animation: sliderText 0.3s ease;
}
@keyframes sliderText {
    from {
        opacity:0;
        transform: translate(-50%, 100%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}
#sixth-sec-items {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 10px;
    padding: 20px;
    height:1000px;
    margin: 100px 0px 100px 0px;
}
@media screen and (max-width:400px) {
    #sixth-sec-items {
        display:flex;
        flex-direction: column;
    }
    .sixth-sec-item {
        aspect-ratio: 1/1 !important;
    }
}
.sixth-sec-item {
    border: 1px solid rgba(0, 0, 0, 0.358);
    border-radius:15px;
    aspect-ratio: 2/1;
    position: relative;
    background-color: white;
}
.sixth-sec-item > img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.sixth-sec-item:hover {
    box-shadow: 10px 8px 5px rgba(0, 0, 0, 0.3);
}
.sixth-sec-item > div > h3, .sixth-sec-item > div > p {
    white-space:normal
}
.sixth-sec-script > h3 {
    margin-top: 15px;
    font-weight:bold;
    width:100%;
}
#sixth-sec-first {
    display:none;
    animation: toTop 1s ease;
}
#sixth-sec-second {
    display:none;
    flex-direction: column;
    justify-content: start;
    margin: 0px 20px 0px 20px;
}
#sixth-sec-third {
    display :none;
    animation: toBottom 1s ease;
}
#sixth-first-img {
    aspect-ratio: 1/1.5;
    margin-top:50px;
}
#sixth-second-img {
    aspect-ratio: 2/1;
    width:95%;
    animation: toRight 1s ease;
    margin-left:auto;
}
#sixth-third-img {
    aspect-ratio: 1/1.5;
    margin-top:150px;
}
#sixth-fourth-img {
    aspect-ratio: 2/1;
    width:95%;
    right:0;
    margin-right:auto;
    animation: toLeft 1s ease;
    margin-top:50px;
}
#sixth-second-script {
    width: 95%;
    margin-left:auto;
    animation: toLeft 1s ease;
}
#sixth-fourth-script {
    width: 95%;
    margin-right:auto;
    animation: toLeft 1s ease;
}
@keyframes toLeft {
    from {
        transform: translate(-100%, 0);
        opacity:0;
    }
    to {
        transform: translate(0, 0);
        opacity:1;
    }
}
@keyframes toBottom {
    from {
        transform: translate(0, -100%);
        opacity:0;
    }
    to {
        transform: translate(0, 0);
        opacity:1;
    }
}
@keyframes toRight {
    from {
        transform: translate(100%, 0);
        opacity:0;
    }
    to {
        transform: translate(0, 0);
        opacity:1;
    }
}
@keyframes toTop {
    from {
        transform: translate(0, 100%);
        opacity:0;
    }
    to {
        transform: translate(0, 0);
        opacity:1;
    }
}