@import url(variables.css);

section#presskit {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: url(../assets/images/wizardsardine/bg_timeline.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 80px;
    align-items: stretch;
    margin-top: 84px;
}

#presskit h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(
        --ws-gradient,
        linear-gradient(
            223deg,
            #61ffe1 39.53%,
            #60f8e1 43.59%,
            #5fe7e4 49.28%,
            #5ccbe8 55.78%,
            #59a4ee 63.09%,
            #5572f5 70.4%,
            #5133ff 78.53%,
            #5433ff 86.65%,
            #5d35ff 93.15%,
            #6e38ff 98.84%,
            #853cff 103.71%,
            #a341ff 108.59%,
            #ac43ff 110.21%
        )
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#presskit h2 {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 152.5%; /* 54.9px */
    letter-spacing: 1.62px;
    text-align: left;
}

#presskit h3 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 152.5%; /* 36.6px */
    letter-spacing: 0.84px;
    padding: 0 40px;
}

#presskit p {
    color: var(--liana-grey);
    font-family: 'IBM Plex Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 152.5%; /* 30.5px */
    letter-spacing: 0.7px;
    padding: 0 40px;
}

.presskit-paragraph {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#presskit .link {
    color: var(--blue, #b0def0);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 152.5%;
    letter-spacing: 0.7px;
}
#presskit .link:hover {
    color: var(--blue, #fff);
}

.list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.list p {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

#presskit li {
    list-style-type: circle;
    color: #ccc;
    font-size: 16px;
    margin: 0 40px;
}
#presskit li .link {
    color: #919191;
    text-decoration: underline;
    font-size: 16px;
}
#presskit li .link:hover {
    color: #b0def0;
}

@media screen and (max-width: 800px) {
    section#presskit {
        padding: 40px 20px;
    }
    #presskit h1 {
        font-size: 52px;
    }
    #presskit h2 {
        font-size: 24px;
    }
    #presskit h3 {
        font-size: 16px;
        padding: 0 20px;
    }
    #presskit p {
        padding: 0 20px;
        font-size: 16px;
    }
    #presskit .link {
        font-size: 16px;
    }
}
