@charset "utf-8";

/* ---------------------------------------------------------------------------
    Common
---------------------------------------------------------------------------- */
.lbs-club {
    margin-top: 10px;
}

.lbs-club .container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding-block: 60px;
}

.lbs-club h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    width: 100%;
    padding-block: 10px;
    border-radius: 30px;
    text-align: center;
    line-height: 1.5;
}

.lbs-club p {
    font-size: 20px;
    line-height: 1.8;
}

/* ---------------------------------------------------------------------------
    First View
---------------------------------------------------------------------------- */
.first-view .container {
    position: relative;
    max-width: none;
    padding-block: 0;
}

.first-view__project {
    background-color: #292929;
    text-align: center;
}

.first-view__project-text {
    color: #fff;
    font-weight: 600;
    padding-block: 15px;
    font-size: 18px !important;
}

.first-view__content img {
    width: 100%;
    display: block;
}

/* ---------------------------------------------------------------------------
    About
---------------------------------------------------------------------------- */
.about {
    background-color: #e8f2f4;
}

.about__title {
    background-color: #6aabb9;
    margin-bottom: 40px;
}

/* ---------------------------------------------------------------------------
    Activity
---------------------------------------------------------------------------- */
.activity {
    background-color: #fff;
}

.activity__title {
    background-color: #003e70;
    margin-bottom: 60px;
}

.activity__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.activity__item {
    max-width: 291px;
    width: 45%;
}

.activity__item img {
    object-fit: contain;
    width: 100%;
}

/* ---------------------------------------------------------------------------
    Announce
---------------------------------------------------------------------------- */
.announce {
    background-color: #fff;
    background-image: linear-gradient(38deg, #82b5ff 0%, #c4e2ff 48%, #8ac7fb 100%);
}

.announce__title {
    background-color: #ff3b42;
    margin-bottom: 30px;
}

.announce .container {
    padding-block: 80px;
}

/* ---------------------------------------------------------------------------
    Contact
---------------------------------------------------------------------------- */
.contact {
    border-top: 3px solid #003e70;
}
.contact__title {
    background-color: #003e70;
    margin-bottom: 30px;
}

.contact__mail {
    display: block;
    color: #003e70;
    font-size: 4rem;
}
