h1 {
    color: #FF4FA1;
    text-align: center;
    font-weight: 100;
    letter-spacing: 1rem;
    font-size: 4rem;

}

.lirix_font {
    font-family: 'Cinzel Decorative', 'Source Sans 3', sans-serif;
}


button {
    color: #FF4FA1;
}

body {
    background: #fafafa;
    text-size-adjust: auto;
}

a button {
    all: unset;
}


#Listen {
    background-color: #FF4FA1;
    color: #FFF;
    font-size: 2rem;
    margin-left: 1rem;
    border: solid 1px white;
    border-radius: 1rem;
    padding: 1rem;
    transition: all ease 0.1s;
}

@keyframes SmoothMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100px);
    }
}

#Listen:hover {
    background-color: #a50b53;
    cursor: pointer;
}

.navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #FF4FA1;
    margin: 1rem;
}

li a:hover {
    color: #a50b53
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.separator {
    margin: 1rem;
}

.hero_section {
    background: url('./Pictures/Beyond The shadows/background.jpg') no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: black;
    mix-blend-mode: darken;
    position: relative;
}

.hero_section__content {
    color: white;
    display: flex;
    flex-direction: column;
    max-width: 30%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    margin: 1rem;
    gap: 2rem;
    text-shadow: 1px 1px 3px black;
}

.darken_background {
    position: absolute;
    inset: 0;
    background-color: black;
    z-index: -1;
    opacity: 60%;
}

.new_arrivals {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;

}

.container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    margin: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* For medium screens and above */
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

/* For large screens and above */
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

/* For extra large screens */
@media (min-width: 1280px) {
    .container {
        max-width: 100%;
    }
}

.item {
    font-weight: 500;
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    transition: all ease 0.1s;
    border-radius: 1rem;
}

.item:hover {
    background-color: #f873b1;
    color: #FFF;
    border: solid 1px white;
}

.item_title {
    font-weight: 500;
}

/* Medium screens (md) */
@media (min-width: 768px) {
    .item {
        width: 33.333333%;
        /* md:w-1/3 */
    }
}

/* Large screens (lg) */
@media (min-width: 1024px) {
    .item {
        width: 25%;
        /* lg:w-1/4 */
    }
}


.item>div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 0.5rem;
    margin: 0.5rem 0;
}

.item>div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
    text-align: center;
}

.last_item_element {
    background: black;
    color: white;
    border-radius: 1rem;
    transition: all ease 0.5s;
}

.last_item_element:hover {

    background: linear-gradient(to right, #2d0036, #ff007c, #52003b);
}

.newsongs {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 4rem 0;
}

.album {
    background-color: black;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.album-container {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
}


.ordered-list {
    list-style-type: decimal;
}

.button-sec {
    margin: 0.1rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: white;
    color: #a50b53;
    width: 10rem;
    transition: all ease 0.2s;
}

.button-sec:hover {
    background: #f873b1;
    color: white;
}

.main-title {
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(to right, #2d0036, #ff007c, #52003b);
    color: transparent;
    background-clip: text;
}

.title_gap {
    margin: 2rem auto
}

.titles {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(to right, #9d00ff, #00d4ff, #ff007f);
    color: transparent;
    background-clip: text;
    margin: 2rem 0;
    padding: 2rem;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

.titles-2 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(to right, #2d0036, #ff007c, #52003b);
    color: transparent;
    background-clip: text;
}

.music {
    margin: 2rem 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.section-spacing {
    margin-top: 5rem;
}

.footer {
    display: flex;
    justify-content: space-around;
    background: rgb(219, 218, 218);
    width: 100%;
    padding: 2rem 1rem;

}

.footer__menu {
    display: flex;
}

.separator {
    margin: 1rem;
}

.socials {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}


.socials a {
    display: flex;
    align-items: center;
    justify-content: center;
}


.socials img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
}


.socials img:hover {
    transform: scale(1.1);
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;

}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
    }

    p {
        font-size: 16px;
    }
}

.footer__right-side {
    display: flex;
    flex-direction: column;
}

.display-form {
    display: block;
}

@media (width <=480px) {
    .display-form {
        display: none
    }

    .hero_section__content {

        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        margin-right: auto;
        margin-left: auto;
        margin: 1rem;
        gap: 2rem;
        text-shadow: 1px 1px 3px black;
    }
}

.social-media-icon {
    max-width: 100%;
    height: auto;
}