@import url(https://fonts.googleapis.com/css?family=Walter+Turncoat);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

@font-face {
    font-family: "FCMinimal_Regular";
    src: url("FC-Minimal-Regular.woff");
}

@font-face {
    font-family: "FCMinimal_Bold";
    src: url("FC-Minimal-Bold.woff");
}

@font-face {
    font-family: "FCMinimal_Italic";
    src: url("FC-Minimal-Italic.woff");
}

body {
    margin: 0;
    box-sizing: border-box;
    font-family: 'FCMinimal', sans-serif;
    font-family: "FCMinimal_Regular";
}

header {
    font-family: 'Walter Turncoat', sans-serif;
    height: 25rem;
    background-image: url(/4199010.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

header h1 {
    font-size: 55px;
}

header h1::before {
    content: "";
    display: block;
    position: absolute;
    margin-top: 35px;
    margin-left: 90px;
    width: 150px;
    height: 8px;
    background: brown;
    transform: rotate(-10deg);
    border-radius: 25px;
}

header h2 {
    font-size: 30px;
    position: absolute;
    margin-top: 115px;
    margin-left: 145px;
}

.about {
    text-align: center;
    color: rgb(33, 37, 41);
    height: 27rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about .title {
    letter-spacing: 5px;
    font-size: 50px;
    margin: 0;
}

.about p {
    font-family: "FCMinimal_Italic";
    margin: 0;
    margin-top: 15px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 25px;
}

.social_items {
    margin-top: 15px;
    display: flex;
}

.social_item {
    padding: 5px;
    background: var(--bg);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}

.social_item i {
    font-size: 25px;
    line-height: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

.swiper {
    margin-top: 15px;
    width: 80vw;
    height: 300px;
}

.swiper-slide {
    background-position: center;
}

footer {
    text-align: center;
    padding: 5px 0;
}

footer p {
    margin: 0;
}