@font-face {
    font-family: 'Knockout HTF70';
    src: url('/includes/fonts/Knockout-HTF70-FullWelterwt.otf') format('opentype');
}

html {
    padding-bottom: 20px;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100vh
}

main {
    padding-top: 0 !important;
}

a {
    text-decoration: none;
}

.bg-shadow {
    width: 100%;
    background-image: url("bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position:relative; min-height: 26.25rem;
}

.bg-shadow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.bg-shadow:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #f2f2f2 100%);
}

.introduce {
    position:absolute;left:6.813rem;top:0;bottom:0;margin:auto 0;height:max-content;z-index: 1
}

.title {
    text-shadow: 0 2px 10px rgba(0, 0, 0, .75);
    color: white;
    font-size: 3rem;
    width: 100%;
    margin: 2rem 0;
    font-family: "Knockout HTF70", sans-serif;
}

.social {
    display: flex;
    column-gap: 2.325rem;
    align-items: center;
}

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    transition: .3s;
}

.links-list {
    z-index: 2;
    transform: translateY(-5rem);
    width: 39.375rem;
    margin: 0 auto 1rem;
    font-family: "Knockout HTF70", sans-serif;
}

.links-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.25rem;
}

.links-list li {
    width: 100%;
}

.links-list li a {
    justify-content: space-between;
    display: flex;
    padding: 1.25rem;
    background-color: white;
    box-shadow: 0 .25rem 4px rgba(0, 0, 0, .25);
    border-radius: 0.625rem;
    align-items: center;
}

main {
    padding-top: 0 !important;
}

.links-list li span {
    font-size: 2.15rem;
    font-weight: 800;
    color: #000;
    letter-spacing: .05rem;
    text-align: center;

    font-family: "Knockout HTF70", sans-serif;
}

@media (max-width: 42.188rem) {
    .introduce {
        left: 0;
        margin-top: 1rem;
        overflow: hidden
    }

    .links-list {
        width: 95%;
        transform: translateY(-8rem);
    }

    .social svg {
        transform: scale(80%)
    }

    .title, .logo {
        padding-left: 1.063rem;
        padding-right: 1.063rem;
    }

    .bg-shadow {
        min-height: 26.125rem;
    }

    .title {
        margin: 1rem 0;
    }

    .social {
        width: 100%;
        column-gap: 0;
        justify-content: space-between;
    }
}

@media (max-width: 28.75rem) {
    .links-list li span {
        font-size: 1.5rem;
    }
}