/* BASE MAIN */
:root {
    --color-dark-200: #3e3e3e;
    --color-dark-300: #2b2b2b;
    --color-dark-400: #131313;
    --color-dark-500: #020202;
    --color-dark-900: #000000;
    --color-border: #4d4d4d;
    --color-border-focus: #717171;
    --color-form-control-bg: #2a2a2a;
    --col-gap: 80px;
}
@media (max-width: 575.98px) {
    :root {
        --col-gap: 48px;
    }
}

/* Fonts */
/* Fonts Lato */
@font-face {
    font-family: "Lato";
    src: url(./fonts/Lato-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Lato";
    src: url(./fonts/Lato-Black.ttf);
    font-weight: 900;
    font-display: swap;
}
/* Font Amaranth */
@font-face {
    font-family: "Amaranth";
    src: url(./fonts/Amaranth-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
/* Font Amaranth */
@font-face {
    font-family: "CinzelDecorative";
    src: url(./fonts/CinzelDecorative-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
.font-lato {
    font-family: "Lato", sans-serif;
}
.font-amaranth {
    font-family: "Amaranth", sans-serif;
}
.font-cinzel {
    font-family: "CinzelDecorative", serif;
}
body {
    font-family: "Lato", "Segoe UI", Arial, Segoe, "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    background-color: var(--color-dark-500);
    position: relative;
}
a {
    text-decoration: none;
    transition: all 0.25s;
    color: #fff;
}
a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}
*, *::after, *::before {
    box-sizing: border-box;
}
* {
    padding: 0;
    margin: 0;
    outline: none !important;
}
img {
    max-width: 100%;
}
/* Font size */
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-24 {
    font-size: 24px;
}
.fs-32 {
    font-size: 32px;
}
.fs-36 {
    font-size: 36px;
}
.fs-38 {
    font-size: 38px;
}
.fs-44 {
    font-size: 44px;
}
.fs-48 {
    font-size: 48px;
}
@media (min-width: 576px) {
    .fs-sm-16 {
        font-size: 16px;
    }
    .fs-sm-18 {
        font-size: 18px;
    }
    .fs-sm-20 {
        font-size: 20px;
    }
    .fs-sm-24 {
        font-size: 24px;
    }
    .fs-sm-32 {
        font-size: 32px;
    }
    .fs-sm-36 {
        font-size: 36px;
    }
    .fs-sm-38 {
        font-size: 38px;
    }
    .fs-sm-44 {
        font-size: 44px;
    }
    .fs-sm-48 {
        font-size: 48px;
    }
}
@media (min-width: 768px) {
    .fs-md-16 {
        font-size: 16px;
    }
    .fs-md-18 {
        font-size: 18px;
    }
    .fs-md-20 {
        font-size: 20px;
    }
    .fs-md-24 {
        font-size: 24px;
    }
    .fs-md-32 {
        font-size: 32px;
    }
    .fs-md-36 {
        font-size: 36px;
    }
    .fs-md-38 {
        font-size: 38px;
    }
    .fs-md-44 {
        font-size: 44px;
    }
    .fs-md-48 {
        font-size: 48px;
    }
}
@media (min-width: 992px) {
    .fs-lg-16 {
        font-size: 16px;
    }
    .fs-lg-18 {
        font-size: 18px;
    }
    .fs-lg-20 {
        font-size: 20px;
    }
    .fs-lg-24 {
        font-size: 24px;
    }
    .fs-lg-32 {
        font-size: 32px;
    }
    .fs-lg-36 {
        font-size: 36px;
    }
    .fs-lg-38 {
        font-size: 38px;
    }
    .fs-lg-44 {
        font-size: 44px;
    }
    .fs-lg-48 {
        font-size: 48px;
    }
}
@media (min-width: 1200px) {
    .fs-xl-16 {
        font-size: 16px;
    }
    .fs-xl-18 {
        font-size: 18px;
    }
    .fs-xl-20 {
        font-size: 20px;
    }
    .fs-xl-24 {
        font-size: 24px;
    }
    .fs-xl-32 {
        font-size: 32px;
    }
    .fs-xl-36 {
        font-size: 36px;
    }
    .fs-xl-38 {
        font-size: 38px;
    }
    .fs-xl-44 {
        font-size: 44px;
    }
    .fs-xl-48 {
        font-size: 48px;
    }
}
@media (min-width: 1440px) {
    .fs-xxl-16 {
        font-size: 16px;
    }
    .fs-xxl-18 {
        font-size: 18px;
    }
    .fs-xxl-20 {
        font-size: 20px;
    }
    .fs-xxl-24 {
        font-size: 24px;
    }
    .fs-xxl-32 {
        font-size: 32px;
    }
    .fs-xxl-36 {
        font-size: 36px;
    }
    .fs-xxl-38 {
        font-size: 38px;
    }
    .fs-xxl-44 {
        font-size: 44px;
    }
    .fs-xxl-48 {
        font-size: 48px;
    }
}
/* Color */
.bg-dark {
    background-color: var(--color-dark-500);
}
.bg-dark-light {
    background-color: var(--color-dark-400);
}
/* CONTAINER */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.container-fluid,
.container-events,
.container-detail,
.container-gallery,
.container-contact
{
    padding-left: calc(var(--col-gap) / 2) !important;
    padding-right: calc(var(--col-gap) / 2) !important;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.container-events{
    max-width:  calc(955px + var(--col-gap));
}
.container-detail{
    max-width:  calc(1028px + var(--col-gap));
}
.container-gallery{
    max-width:  calc(1004px + var(--col-gap));
}
.container-contact{
    max-width:  calc(593px + var(--col-gap));
}
.container-fluid {
    max-width:  calc(100% + var(--col-gap));
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: calc(1140px + var(--col-gap));
    }
}

/* END CONTAINER */
/* STICKY FOOTER */
#page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}
#site-content {
    flex: 1;
}
/* END STICKY FOOTER */
/* Paragraph's lines */
.text-truncate-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-truncate-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-truncate-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-truncate-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 576px) {
    .text-truncate-sm-1 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .text-truncate-sm-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-sm-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-sm-4 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-sm-5 {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-sm-6 {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 768px) {
    .text-truncate-md-1 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .text-truncate-md-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-md-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-md-4 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-md-5 {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-md-6 {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 992px) {
    .text-truncate-lg-1 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .text-truncate-lg-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-lg-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-lg-4 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-lg-5 {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-lg-6 {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1200px) {
    .text-truncate-xl-1 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .text-truncate-xl-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-xl-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-xl-4 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-xl-5 {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-xl-6 {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1440px) {
    .text-truncate-xxl-1 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .text-truncate-xxl-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-xxl-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-xxl-4 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-xxl-5 {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-truncate-xxl-6 {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* End paragraph's lines */
/* Whitespace */
.whitespace-normal {
    white-space: normal;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.whitespace-pre {
    white-space: pre;
}
.whitespace-pre-line {
    white-space: pre-line;
}
.whitespace-pre-wrap {
    white-space: pre-wrap;
}
/* thumb */
.ratio-thumb {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
}
.ratio-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -o-object-position: center;
    object-position: center;
}
.ratio-1x1 {
    padding-bottom: 100%;
}
.ratio-3x2 {
    padding-bottom: 66%;
}
.ratio-4x3 {
    padding-bottom: 75%;
}
.ratio-16x9 {
    padding-bottom: 56.25%;
}

/* Hover */
.hover-opacity {
    transition: all 0.25s;
}
.hover-opacity-60:hover {
    opacity: 0.6;
}
.hover-opacity-65:hover {
    opacity: 0.65;
}
.hover-opacity-75:hover {
    opacity: 0.75;
}
.hover-opacity-80:hover {
    opacity: 0.8;
}
.hover-opacity-85:hover {
    opacity: 0.85;
}
.hover-opacity-90:hover {
    opacity: 0.9;
}
.cursor-pointer {
    cursor: pointer;
}
/* Form control */
.form-control, .form-select {
    border-color: var(--color-border);
    background-color: var(--color-form-control-bg);
    color: #fff !important;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    padding: 8px 14px;
    width: 100%;
    outline: none;
    box-shadow: none !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}
.form-control:hover,
.form-control:focus,
.form-select:hover,
.form-select:focus {
    border-color: var(--color-border-focus);
}
.form-control:focus,
.form-select:focus {
    background-color: var(--color-form-control-bg);
}
select.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center right 14px;
    background-color: #fff;
}
select.form-select {
    background-image: url("../images/select-dropdown.svg");
    background-size: 16px 16px;
    padding-right: 44px;
}
.no-resize {
    resize: none;
}

.form-control:-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.form-control::-moz-placeholder {
    color: #fff;
}

.form-control::-ms-input-placeholder {
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control::placeholder {
    color: #fff;
}
/* BUTTON */
.btn:not(.btn-sm):not(.btn-lg) {
    padding: 14px 47px !important;
    font-size: 20px !important;
}
.btn {
    color: #fff !important;
    font-weight: 900 !important;
    border-radius: 9999px !important;
    font-family: "Lato", sans-serif;
    border: 1px solid #fff !important;
    display: inline-block;
}
.btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #171717 !important;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    color: #171717 !important;
}
.btn-outline-primary {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: #fff !important;
    color: #fff !important;
}
.btn:hover svg *[fill] {
    fill: currentColor !important;
}
.btn:hover svg *[stroke] {
    stroke: currentColor !important;
}
.flex-1 {
    flex: 1;
    min-width: 1px;
}
.w-full{
    width: 100%;
}
/* HEADER */
header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9000;
    background: rgba(2,2,2,.5);
    width: 100%;
    padding: 10px 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    height: 66px;
}

.body-home header:not(.is-sticky) {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.body-home .hero {
    margin-top: -66px;
}
.horizontal-menu {
    flex: 1;
}
.site-logo {
    transition: all 0.25s;
}
.site-logo img {
    height: 40.88px !important;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.site-nav {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 1px;
    justify-content: flex-end;
    gap: 4px;
}
.site-nav .item {
    position: relative;
    display: block;
}
.site-nav .item > a {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    position: relative;
}
.site-nav > .item > a {
    padding: 11px 20px;
    background-color: transparent;
    border-radius: 9999px;
}
.site-nav .item > a > .item-text {
    display: block;
    padding: 0;
    position: relative;
}
.site-nav > .item > a.active, .site-nav > .item > a:hover {
    color: #fff;
}
.site-nav > .item > a.active {
    background-color: rgba(255,255,255,.15);
    font-weight: 400 !important;
}
.site-nav > .item > a:hover {
    background-color: rgba(255,255,255,.1);
}
.site-nav > .item > a:hover svg path {
    stroke: #fff;
}
.site-nav .item.menu-site-logo-desktop > a {
    padding-top: 0;
    display: block;
    margin-top: -40px;
}

.site-header #menu-trigger {
    display: none;
}


@media (max-width: 1199.98px) {
    .site-logo img {
        height: 32px !important;
    }
}
@media (max-width: 991.98px) {
    header {
        height: 52px;
    }
    .site-nav {
        position: relative;
    }
    .site-header #menu-trigger {
        cursor:pointer;
        display: block;
        position: relative;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        width: 24px;
        height: 17px;
        transition: .5s ease-in-out;
        z-index: 2;
        overflow: hidden;
    }
    .site-header #menu-trigger::after {
        content: "";
        position: absolute;
        background: 0 0;
        left: -5px;
        right: -5px;
        top: -5px;
        bottom: -5px
    }

    .site-header #menu-trigger span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        transform: rotate(0);
        transition: .25s ease-in-out
    }
    .site-header #menu-trigger span:nth-child(1) {
        top: 0;
        transform-origin: left center
    }

    .site-header #menu-trigger span:nth-child(2) {
        top: 7px;
        transform-origin: left center
    }

    .site-header #menu-trigger span:nth-child(3) {
        top: 14px;
        transform-origin: left center
    }

    .site-header #menu-trigger.open span:nth-child(1) {
        transform: rotate(45deg);
        top: -1px;
        left: 3px
    }

    .site-header #menu-trigger.open span:nth-child(2) {
        width: 0;
        opacity: 0
    }

    .site-header #menu-trigger.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 16px;
        left: 3px
    }
    .horizontal-menu {
        position: fixed;
        top: 52px;
        left: 0;
        width: 100%;
        height: calc(100vh - 52px);
        height: calc(100dvh - 52px);
        height: calc(100lvh - 52px);
        z-index: 99999;
        background-color: rgba(0, 0, 0, 0.85);
        display: flex;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all .25s ease-in-out;
        padding-bottom: 52px;
    }
    .horizontal-menu.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .horizontal-menu .nav-bar {
        height: 100%;
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        overflow: auto;
    }
    .nav-bar-content {
        height: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .site-nav {
        flex-direction: column;
        gap: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 32px;
    }
    .site-nav .item {
        width: 100%;
    }
    .site-nav .item{
        display: flex;
        justify-content: center;
    }
    .site-nav .item > a {
        padding: 16px 26px;
        color: #fff;
        border: 0;
        text-align: center;
        justify-content: center;
        width: auto !important;
        display: inline-flex;
    }
    .site-nav > .item > a:hover {
        color: rgba(255, 255, 255, 0.75);
    }
    .site-nav .item > a > .item-text {
        transition: all 0.25s;
        padding: 0;
    }
    .site-nav > .item > a.active {
        font-weight: 900 !important;
    }


}

/* pagination */
.pagination {
    gap: 10px;
    margin-bottom: 0;
}
.pagination .page-item .page-link {
    border: 1px solid #fff;
    border-radius: 9999px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    padding: 0 16px;
    min-width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    background-color: var(--color-dark-500);
    align-items: center;
}
.pagination .page-item.disabled .page-link {
    opacity: 0.5;
}
.article-pagination .pagination .page-item.disabled .page-link {
    opacity: 0;
}


.pagination .page-item.page-item-dash .page-link {
    border: 0;
}
.page-item-prev{
    padding-right: 20px;
}
.page-item-next{
    padding-left: 20px;
}
.page-item-prev .page-link,
.page-item-next .page-link{
    min-width: 246px !important;
}
.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover{
    background-color: #2A2A2A;
    border-color: #2A2A2A;
}
@media (max-width: 1199.98px) {
    .page-item-prev{
        padding-right: 16px;
    }
    .page-item-next{
        padding-left: 16px;
    }
    .page-item-prev .page-link,
    .page-item-next .page-link {
        min-width: 200px !important;
    }
}
@media (max-width: 991.98px) {
    .page-item-prev{
        padding-right: 0;
    }
    .page-item-next{
        padding-left: 0;
    }
    .page-item-prev .page-link,
    .page-item-next .page-link {
        min-width: 110px !important;
    }
}
@media (max-width: 767.98px) {
    nav:not(.article-pagination) .pagination .page-item .page-link {
        font-size: 16px;
        padding: 0 10px;
        min-width: 42px;
        height: 42px;
    }
    nav:not(.article-pagination) .page-item-prev .page-link,
    nav:not(.article-pagination) .page-item-next .page-link {
        min-width: 42px !important;
    }
}
@media (max-width: 575.98px) {
    .pagination {
        gap: 24px;
    }
}

/* FOOTER */
.footer {
    background: var(--color-dark-400);
}
.footer-bottom{
    padding: 21px 0;
}
.footer-menu{
    gap: 58px;
}
.footer-menu-item a{
    font-weight: 900;
}

.footer-top{
    padding: 60px 0;
    gap: 60px;
}
.footer-des-outer{
    padding: 93px 0;
    min-height: 400px;
}
.footer-des{
    max-width: 548px;
    width: 100%;
}


@media (max-width: 1439.98px) {
    .footer-des-outer{
        padding: 40px 0;
        min-height: 250px;
    }
}
@media (max-width: 1199.98px) {
    .footer-top{
        padding: 40px 0;
        gap: 40px;
    }
}

@media (max-width: 991.98px) {
    .footer{
        padding: 40px 0;
    }
    .footer-menu{
        -moz-column-gap: 44px;
        column-gap: 44px;
        row-gap: 16px;
    }
    .footer-bottom{
        padding: 32px 0;
    }
    .footer-des-outer{
        padding: 0;
        min-height: 1px;
    }
    .footer-des{
        max-width: 548px;
        margin: 0 auto;
        text-align: center;
    }
    .footer-top{
        gap: 24px;
        padding-bottom: 0;
    }
}
/* HERO */

.hero-image{
    z-index: 1;
}
.hero-thumb{
    padding-bottom: 56.25%;
}

.hero-thumb::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    pointer-events: none;
    z-index: 2;
}

.hero-thumb video{
    z-index: 1;
    pointer-events: none;
}
.hero-info{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
    padding-top: calc(66px / 2);
}
.hero-main-title{
    font-size: 92px;
}
.hero-main-title-large{
    font-size: 128px;
}
@media (max-width: 1399.98px) {
    .hero-main-title{
        font-size: 86px;
    }
    .hero-main-title-large{
        font-size: 114px;
    }
}
@media (max-width: 1199.98px) {
    .hero-main-title{
        font-size: 64px;
    }
    .hero-main-title-large{
        font-size: 85px;
    }
}
@media (max-width: 991.98px) {
    .hero-info{
        padding-top: calc(52px / 2);
    }
    .hero-main-title{
        font-size: 48px;
    }
    .hero-main-title-large{
        font-size: 64px;
    }
}
@media (max-width: 767.98px) {
    .hero-main-title{
        font-size: 32px;
    }
    .hero-main-title-large{
        font-size: 42px;
    }
}
@media (max-width: 575.98px) {
    .hero-main-title{
        font-size: 20px;
    }
    .hero-main-title-large{
        font-size: 26px;
    }
}

/* EVENTs */
.home-events{
    padding: 80px 0 119px 0;
}
.event-items{
    gap: 68px;
}
.event-item{
    grid-template-columns: 320px 1fr;
    gap: 87px;
}
.home-event-info{
    gap: 26px;
}

.events-category-page{
    padding: 60px 0 84px 0;
    gap: 79px;
}

@media (max-width: 1199.98px) {
    .event-item{
        gap: 56px;
    }
    .home-event-info{
        gap: 18px;
    }
}
@media (max-width: 991.98px) {
    .event-item{
        grid-template-columns: 250px 1fr;
    }
    .home-events {
        padding: 80px 0 80px 0;
    }
}
@media (max-width: 767.98px) {
    .event-item{
        grid-template-columns: 200px 1fr;
        gap: 36px;
    }
    .event-items{
        gap: 56px;
    }
    .home-event-info{
        gap: 16px;
    }
}
@media (max-width: 575.98px) {
    .event-item{
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .home-event-info{
        gap: 8px;
    }
}

/* CONTACT */
.home-contact{
    padding: 156px 0;
}
.section-contact{
    padding: 57px 0;
}
.contact-content{
    gap: 75px;
}
.section-contact .contact-content{
    gap: 30px;
}
.contact-form [type="submit"]{
    min-width: 246px;
}
.section-map{
    padding: 65px 0 132px 0;
}
.section-map-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 42%;
    position: relative;
    overflow: hidden;
}

.section-map-thumb iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
}
@media (max-width: 1199.98px) {
    .home-contact{
        padding: 120px 0;
    }
    .contact-content{
        gap: 56px;
    }
}
@media (max-width: 991.98px) {
    .home-contact{
        padding: 80px 0;
    }
    .contact-content{
        gap: 44px;
    }
    .section-map{
        padding: 30px 0 80px 0;
    }
    .section-map-thumb {
        padding-bottom: 56.25%;
    }
}
@media (max-width: 767.98px) {
    .section-map-thumb {
        padding-bottom: 65%;
    }
}

/* TEAM */
.home-team-image-thumb{
    position: relative;
    padding-bottom: 47%;
}
.home-team-image-thumb::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20,19,19,.8);
    z-index: 2;
}
.home-team-image-thumb img{
    z-index: 1;
}
.home-team-info{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.home-team-slider-item{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.home-team-slider-item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.home-team-slider-outer{
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .home-team-slider-outer{
        padding-left: 30px;
        padding-right: 30px;
    }
    .home-team-image-thumb{
        padding-bottom: 56.25%;
    }
}
@media (max-width: 991.98px) {
    .home-team-slider-outer{
        padding-left: 0;
        padding-right: 0;
    }
    .home-team-image-thumb{
        padding-bottom: 65%;
    }
}
@media (max-width: 767.98px) {
    .home-team-image-thumb{
        padding-bottom: 80%;
    }
}
@media (max-width: 575.98px) {
    .home-team-image-thumb{
        padding-bottom: 100%;
    }
}

/* ABOUT US */
.home-about-us{
    padding-top: 161px;
}
.about-us-content{
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 73px;
    column-gap: 73px;
    row-gap: 44px;
}
@media (max-width: 1199.98px) {
    .home-about-us{
        padding-top: 120px;
    }
    .about-us-content{
        -moz-column-gap: 56px;
        column-gap: 56px;
    }
}
@media (max-width: 991.98px) {
    .home-about-us{
        padding-top: 80px;
    }
    .about-us-content{
        -moz-column-gap: 44px;
        column-gap: 44px;
    }
}
@media (max-width: 767.98px) {

}
@media (max-width: 575.98px) {
    .about-us-content{
        grid-template-columns: 1fr;
        gap: 44px;
    }
}

/* Gallery */
.gallery-items{
    grid-template-columns: repeat(3, 1fr);
    row-gap: 54px;
    -moz-column-gap: 22px;
    column-gap: 22px;
}
@media (max-width: 767.98px) {
    .gallery-items{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 44px;
    }
}
@media (max-width: 767.98px) {
    .text-editor-content-detail .gallery-items{
        grid-template-columns: repeat(3, 1fr);
        row-gap: 44px;
    }
}
@media (max-width: 575.98px) {
    .text-editor-content-detail .gallery-items{
        grid-template-columns: 1fr;
        gap: 24px;
    }
}


/* Detail */
.detail-page{
    padding: 57px 0 93px 0;
}
@media (max-width: 575.98px) {
    .detail-page {
        padding: 57px 0 75px 0;
    }

}

/* text-editor-content-detail */
.text-editor-content-detail blockquote,
.text-editor-content-detail dl,
.text-editor-content-detail figure,
.text-editor-content-detail form,
.text-editor-content-detail ol,
.text-editor-content-detail p,
.text-editor-content-detail pre,
.text-editor-content-detail ul {
    margin-bottom: 20px;
}
.text-editor-content-detail ol li,
.text-editor-content-detail ul li {
    margin-bottom: 0.6em;
}
.text-editor-content-detail ol li,
.text-editor-content-detail ul li {
    margin-left: 1.3em;
}
.text-editor-content-detail h1,
.text-editor-content-detail h2,
.text-editor-content-detail h3,
.text-editor-content-detail h4,
.text-editor-content-detail h5,
.text-editor-content-detail h6 {
    margin-bottom: 20px;
    font-family: 'Amaranth', sans-serif;
}

.text-editor-content-detail p {
    word-break: break-word;
}
.text-editor-content-detail p + h1,
.text-editor-content-detail p + h2,
.text-editor-content-detail p + h3,
.text-editor-content-detail p + h4,
.text-editor-content-detail p + h5,
.text-editor-content-detail p + h5{
    padding-top: 34px;
}
.text-editor-content-detail img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
.text-editor-content-detail iframe[src*="youtube.com"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
    overflow: hidden;
}
.text-editor-content-detail iframe {
    width: 100% !important;
}
article {
    max-width: 100%;
    overflow: hidden;
    min-width: 1px;
    display: block;
    position: relative;
}
blockquote {
    border-left: 4px solid #fff;
    padding-left: 27px;
    position: relative;
}
.paginator {
    margin: 20px auto;
    text-align: center;
}
.paginator .paginat-d__item {
    border: 1px solid #fff;
    border-radius: 12px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    padding: 8px 16px;
    background-color: var(--color-dark-500);
    display: inline-block;
    margin: 4px;
}
.paginator .paginat-d__item:hover {
    background-color: #2A2A2A;
}
.paginator .paginat-d__item_current {
    background-color: #2A2A2A;
    border-color: rgba(0,0,0,0);
}
.body-content article a:hover {
    opacity: 0.75;
    transition: all 0.25s;
}
.contact-form .errors {
    margin-bottom: 25px;
    color: red;
}
.more_events_btn_wrapper {
    margin-top: 60px;
    text-align: center;
}
.more_events_btn_wrapper a {
    text-align: center;
    background: transparent !important;
    color: white !important;
}
.more_events_btn_wrapper a:hover {
    background-color: #323232 !important;
    color: white !important;
}