/*home picture*/
body {
    background-color: #001724;
}

.text-content {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../images/animenzwork.jpg') no-repeat center center;
    background-size: cover;
}

.hero-text h1 {
    margin-top: -90px;
    font-family: "Yeseva One", serif;
    font-weight: 300;
    font-style: normal;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    font-size: 100px;
    color: #BAE7FF;
}

.hero-text h2 {
    margin-top: -90px;
    font-family: "Yeseva One", serif;
    font-weight: 300;
    font-style: normal;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    font-size: 50px;
    color: #BAE7FF;
}

.hero-text {
    width: 80%;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    text-align: left;
}

.hero-text h1 {
    margin-top: 0;
}

h3 {
    font-family: "Yeseva One", serif;
    font-weight: 300;
    font-style: normal;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    font-size: 50px;
    color: #BAE7FF;
}

h4 {
    font-family: "Yeseva One", serif;
    font-weight: 300;
    font-style: normal;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    font-size: 20px;
    color: #BAE7FF;
}

/*body*/
.content-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.content-item {
    display: flex;
    align-items: center;
    align-items: self-start;
    justify-content: space-between;
    padding-top: 100px;
}

.content-item.reverse {
    flex-direction: row-reverse;
}

.content-item img {
    width: 400px;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.one {
    max-width: 500px;
}

.work-name {
    margin-top: 100px;
    margin-bottom: -50px;
}

.content-item h4 {
    margin-top: -0px;
    margin-bottom: 10px;
}

.content-item h3 {
    margin-top: -10px;
    margin-bottom: 10px;
}

.content-item h3 {
    max-width: none;
    width: auto;
}

/*related pianist*/
.photo-container img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    margin-top: 20px;
}

.related-pianists {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.pianist-card {
    flex: 1;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pianist-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.pianist-card:hover img {
    filter: grayscale(0%);
}

.pianist-card img {
    width: 300px;
    height: 350px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}


.pianist-card h3 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.related-section-title {
    display: flex;
    justify-content: center;
    font-size: 30px;
    padding-bottom: 50px;
    padding-top: 50px;
}


.social-icons a {
    margin: 0 10px;
    display: inline-block;
}


.footer-bottom {
    margin-top: 20px;
    font-size: 12px;
    color: rgb(255, 255, 255);
}


/*mobile*/
@media (max-width: 820px) {
    .hero-section {
        height: 100%;
    }

    .hero-text h1 {
        font-size: 60px;
        margin-top: 0;
    }

    .hero-text h2 {
        font-size: 40px;
        margin-top: 10px;
    }

    .content-section {
        gap: 30px;
        padding: 20px 10px;
    }

    .content-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .content-item img {
        width: 300px;
        height: 300px;
        margin-bottom: 20px;
    }

    .one {
        max-width: 100%;
    }

    .content-item h3 {
        font-size: 30px;
        line-height: 1.4;
    }

    .content-item h4 {
        font-size: 18px;
        margin-top: 10px;
    }

    .content-item.reverse {
        flex-direction: column;
    }

    .hero-text {
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: left;
    }

    .about-text {
        padding: 0;
        margin: 0;
    }
}


@media (max-width: 600px) {
    .hero-section {
        height: 100%;
    }

    .hero-text h1 {
        font-size: 50px;
    }

    .hero-text h2 {
        font-size: 40px;
    }

    .content-item img {
        width: 250px;
        height: 250px;
    }

    .content-item h3 {
        font-size: 24px;
    }

    .content-item h4 {
        font-size: 16px;
    }

    .hero-text {
        position: absolute;
        top: 85%;
        transform: translate(-50%, -50%);
        text-align: left;
    }

    .about-text {
        padding: 0;
        margin: 0;
    }
}