/*
Author: chlorcl
Author URI: https://github.com/chlorcl
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Theme Name: km
Description: Theme for km
Version: 2.0
 */

.dummy {
    height: 100vh;
}

:root {
    --primary-color: #1E1E1E;
    --dark-bg-secondary-text-color: #B0B0B0;
    --light-bg-secondary-text-color: #707070;
}

html {
    scroll-behavior: smooth;
    margin: 0; !important;
    padding: 0; !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    z-index: 200;
}

.navbar {
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 200;
}

.header__banner {
    width: 100%;
    background-color: #1E1E1E;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.tile-inner {
    background-color: #454545;
    margin: 0 10px;
}

.tile-inner::after {
    content: attr(data-caption);
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    bottom: 0;
}

.navbar__logo-text {
    width: 600px;
    height: 100px;
}

.navbar__logo-img {
    width: 150px;
    height: 150px;
    margin-right: 40px;
}

.header__banner a {
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__banner p {
    margin: 0 50px;
    display: inline-block;
    font-size: 5rem;
}

.navbar__container {
    display: flex;
    align-items: center;
    background-color: #2b2b2b;
}

.navbar__links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.navbar__links a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    padding: 0 40px;
}

.navbar__links a:hover {
    color: #454545;
    transition: 0.1s ease-in-out;
}

.navbar__links ul {
    list-style: none;
    display: flex;
    padding: 0;
}

.navbar__hamburger {
    display: none;
}

.navbar__hamburger-line {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin: 5px;
    border-radius: 1px;
}

.footer__container {
    display: flex;
    justify-content: space-between;
    padding: 70px 100px;
    background-color: var(--primary-color);
    color: #fff;
}

.footer__content {
    display: flex;
    flex-direction: column;
}

.footer__content-text {
    color: var(--dark-bg-secondary-text-color);
    width: calc(50% - 50px);
}

.footer__content a > h3 {
    margin: 0 20px;
    font-size: 1.5rem;
    display: inline-block;
}

.footer__content a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.footer__logo-text {
    height: 50%;
    width: auto;
}

.footer__logo-img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.footer__content-bottom {
    font-weight: bold;
    margin-top: 100px;
}

.footer__links {
    margin-top: 50px;
    display: flex;
}

.footer__links-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #FFFFFF;
}


.footer__links ul {
    list-style: none;
    padding: 0 20px;
}

.footer__links li {
    margin-top: 10px;
}

.footer__links a {
    color: var(--dark-bg-secondary-text-color);
    text-decoration: none;
}

.footer__copyright {
    display: flex;
    align-content: center;
    width: 100%;
    padding: 20px 100px;
    background-color: var(--primary-color);
    color: white;
    font-weight: 700;
    box-sizing: border-box;
}

.main__section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main__section-content {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 100px;
}

.main__section-content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.main__section-content p {
    font-size: 1.2rem;
    color: var(--light-bg-secondary-text-color);
    margin: 0;
}

.main__section-img {
    width: 100%;
    height: 90%;
    object-fit: cover;
}

.main__section-content a {
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-color);
    padding: 15px 30px;
    margin-top: 20px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.main__section-image {
    height: auto;
    justify-content: center;
    align-items: center;
}

.main__section-image img {
    width: 100%;
    height: 100%;
}

.offer__section {
    padding: 60px 80px 80px;
    background-color: var(--primary-color);
    color: #fff;
}

.offer__section-title p {
    color: var(--dark-bg-secondary-text-color);
    font-weight: bold;
    margin: 0;
}

.offer__section-title h2 {
    font-weight: bold;
    font-size: 2rem;
    margin: 0;
}

.offer__section-content {
    display: flex;
    margin-top: 50px;
    width: 100%;
    flex-wrap: wrap;
}

.offer__section-container {
    flex: 1;
    margin-right: 40px;
}

.offer__section-content-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.offer__section-content-description {
    color: var(--dark-bg-secondary-text-color);
}

.gallery__section {
    padding: 50px 70px 80px;
    background-color: #fff;
    color: #fff;
    position: relative;
}

.gallery__section-gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 100;
    height: 50%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 70px;
    left: 0;
    pointer-events: none;
}

.gallery__section-content {
    z-index: 0;
}

.content__title {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.content__header {
    display: flex;
    align-items: center;
}

.content__tag {
    margin-right: 20px;
}

.content__category ul {
    list-style-type: none;
    padding: 0;
}

.content__category a {
    text-decoration: none;
    color: black;
}

.content__container {
    padding: 20px 70px;
}

.content {
    padding: 20px 70px;
}

.archive__post-thumbnail a {
    text-decoration: none;
}

.archive__post-thumbnail a > img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.archive__post-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-left: 40px;
}

.archive__post-title {
    font-size: 2rem;
    font-weight: bold;
    color: black;
    position: relative;
    top: -100px;
    margin: 0;
    padding: 0;
    left: 40px;
}

.archive__post-meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.archive__post-meta a {
    text-decoration: none;
    color: #000;
}

.archive__post-meta p {
    margin: 0;
    margin-right: 20px;
}

.archive__post-excerpt {
    margin-bottom: 20px;
}

.gallery__section-button {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.primary__button {
text-decoration: none;
    color: #fff;
    background-color: var(--primary-color);
    padding: 15px 30px;
    margin-top: 20px;
    width: auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    z-index: 20;
}

.article__title {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.article__title-container {
    padding: 20px 70px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.close {
    position: absolute;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .navbar__container {
        transform: translateX(100%);
        display: none;
    }

    .close {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 2rem;
        color: #fff;
        cursor: pointer;
    }

    .header__banner {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header__banner p {
        font-size: 2rem;
    }

    .navbar__logo-text {
        width: 70%;
        height: 70%;
    }

    .navbar__logo-img {
        width: 75px;
        height: 75px;
        margin-right: 20px;
    }

    .navbar__links-mobile-active {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20;
    }

    .navbar__container-mobile-active {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20;
        transform: translateX(0);
    }

    .navbar__links-mobile-active ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .navbar__links-mobile-active ul > li {
        margin: 10px 0;
    }

    .navbar__links-mobile-active ul > li > a {
        font-size: 2rem;
    }

    .hidden {
        display: none;
    }

    .navbar__hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 100;
        margin: 10px 0;
    }

    .material-symbols-outlined {
        font-size: 3rem;
    }

    .navbar-mobile-active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }

    .offer__section-content {
        flex-direction: column;
    }

    .footer__logo-text {
        height: 30px;
        width: auto;
    }

    .footer__logo-img {
        margin-right: 20px;
    }

    .footer__container {
        flex-direction: column;
        padding: 70px 40px;
    }

    .footer__links {
        flex-direction: column;
        align-content: center;
        justify-content: center;
        width: 100%;
    }

    .footer__links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .footer__content-text {
        width: 100%;
    }

    .footer__content {
        width: 100%;
    }

    .footer__copyright {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .content {
        padding: 20px 20px;
    }

    .content__container {
        padding: 0;
    }

    .archive__post-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}