.cover {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    color: #fff;
    font-family: "Times New Roman", serif;
}

/* Background slider */

.bg-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bg-slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* Overlay */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.8)
    );
}

/* Content wrapper */

.content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 30px;
}

/* CENTER */

.center-content {
    text-align: center;
    margin-top: 10px;
}

.small {
    font-size: 16px;
    letter-spacing: 3px;
    opacity: 0.9;
}

.name {
    font-size: 44px;
    font-style: italic;
    font-weight: 500;
    margin: 10px 0 25px;
    letter-spacing: 2px;
}

/* DATE */

.date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.date p {
    font-size: 18px;
    letter-spacing: 2px;
}

.date .line {
    width: 70px;
    height: 1px;
    background: white;
    opacity: 0.8;
}

/* BOTTOM QUOTE */

.bottom-text {
    text-align: center;
    max-width: 500px;
    margin-bottom: 110px;
}

.bottom-text p {
    font-size: 15px;
    line-height: 1.7;
    font-style: italic;
    opacity: 0.9;
}

.ayat {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.8;
}
