@font-face {
    font-family: kr;
    src: url('../../fonts/Klapt-Regular.ttf')
}

@font-face {
    font-family: kb;
    src: url('../../fonts/Klapt-Bold.ttf')
}

.nbg-hero {
    position: relative;
    z-index: 1;
    font-family: "Chakra Petch", sans-serif;
}

.nbg-hero__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nbg-hero__title {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 600;
    font-size: 48px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: white;
}

.nbg-hero__bottom {
    padding-bottom: 70px;
}

.nbg-hero__link {
    position: relative;
    font-size: 16px;
    line-height: 160%;
    color: #5282ff;
    margin-top: 20px;
    padding-left: 25px;
}

.nbg-hero__link:hover {
    color: #5282ff;
    opacity: 0.7;
}

.nbg-hero__link::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.625 0.625L10 10M10 10V0M10 10H0' stroke='%235282FF' stroke-width='1.5' /%3E%3C/svg%3E");
}

.nbg-hero__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #97999b;
}

.nbg-hero__logo {
    width: 280px;
    height: 120px;
}

.nbg-hero__content {
    position: relative;
    z-index: 2;
    color: white;
    padding-top: 124px;
    padding-bottom: 80px;
}

.nbg-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #17181c 100%);
}

.nbg-hero__list {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 100px;
    color: white;
    margin-bottom: 0;
    backdrop-filter: blur(40px);
    background: rgba(68, 68, 68, 0.2);
}

.nbg-hero__list li {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 80px;
    padding-left: 80px;
    margin-bottom: auto;
}

.nbg-hero__list li:first-child {
    padding-left: 0;
}

.nbg-hero__list li:last-child {
    padding-right: 0;
}

.nbg-hero__list li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 68px;
    width: 1px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.05);
}

.nbg-hero__count {
    font-size: 40px;
    line-height: 52px;
}

.nbg-hero__count-text {
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 1200px) {
    .nbg-hero__list {
        padding: 30px 70px;
    }

    .nbg-hero__list li {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media (max-width: 1024px) {
    .nbg-hero__list {
        padding: 30px 50px;
    }

    .nbg-hero__list li {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 820px) {
    .nbg-hero__list {
        padding: 20px 40px;
    }

    .nbg-hero__list li {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nbg-hero__count {
        font-size: 30px;
        line-height: 40px;
    }

    .nbg-hero__count-text {
        font-size: 12px;
    }

    .nbg-hero__logo {
        width: 140px;
        height: 60px;
    }

    .nbg-hero__title {
        margin-top: 20px;
        font-size: 32px;
        margin-bottom: 10px;
    }

    .nbg-hero__text {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .nbg-hero__count {
        font-size: 20px;
        line-height: 30px;
    }

    .nbg-hero__count-text {
        font-size: 10px;
    }

    .nbg-hero__content {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .nbg-hero__bottom {
        padding-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .nbg-hero__list {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px;
    }
    .nbg-hero__list li:not(:last-child)::after {
        display: none;
    }
    .nbg-hero__list li {
        flex-basis: calc(50% - 10px);
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .nbg-hero__list {
        padding: 10px 20px;
    }
    .nbg-hero__content {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .nbg-hero__bottom {
        padding-bottom: 30px;
    }
}
