/**
* Template Name: KobudoEuropean
* Updated: Ver - 1
* Author: Edgars
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: #ffffff;
    background-color: #000000;
}

a {
    color: #14445b;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #14445b;
    text-decoration: none;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
p,
h6 {
    font-family: "Inter", sans-serif;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 100px 0;
    overflow: hidden;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #012970;
    min-height: 40px;
    margin-top: 82px;
    color: #fff;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 57px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol a {
    color: #fff;
    transition: 0.3s;
}

.breadcrumbs ol a:hover {
    text-decoration: underline;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #8894f6;
    content: "/";
}



/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
#wpadminbar {
    display: none;
}
.page-404 {
    margin: 150px auto 100px;
    text-align: center;
}
.page-404 img {
    width: 60%;
    height: auto;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    background-color: #000000;
}


.header .logo {
    line-height: 0;
}

.header .logo img {
    max-height: 60px;
    margin-right: 20px;
}

.header .logo span {
    font-family: "Space Grotesk", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.navbar-mobile .lang-switcher-custom {
    display:none;
}
.lang-switcher-custom {
    display:flex;
    gap:10px;
    margin-left: 15px;
}
.lang-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.lang-btn.is-active {
    color: #a21913;
}
.lang-sep {
    opacity: .6;
    margin: 0 2px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    padding: 0 10px;
    position: relative;
    outline: none;
}
.navbar li:first-of-type {
    padding-left: 0;
}
.navbar li:last-of-type {
    padding-right: 0;
}
.navbar .nav-link,
.navbar .nav-link:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
}
.navbar .menu-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    background-color: #a21913;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 5px;
    border: 1px solid #a21913;
}
.navbar .menu-button:hover {
    background: none;
    color: #ffffff;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #a21913;
    cursor: pointer;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: #a21913;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #a21913;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #a21913;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .megamenu {
    position: static;
}

.navbar .megamenu ul {
    margin-top: 5px;
    right: 0;
    padding: 10px;
    display: flex;
}

.navbar .megamenu ul li {
    flex: 1;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
    color: #a21913;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
    color: #a21913;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

/*--------------------------------------------------------------
# Contact Popup
--------------------------------------------------------------*/
.contact-popup {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.contact-popup.is-open {
    display: block;
}

.contact-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.contact-popup__dialog {
    position: relative;
    width: min(760px, calc(100% - 28px));
    max-height: calc(100vh - 48px);
    margin: 24px auto 0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 80px rgba(0,0,0,.35);
    overflow: auto;
}

.contact-popup__body {
    padding: 42px 36px 36px;
}

.contact-popup__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.contact-popup__title {
    margin: 0 0 28px;
    color: #000000;
    font-weight: 800;
    font-size: 36px;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-popup__fallback {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

.contact-popup .gform_wrapper {
    margin: 0;
}

.contact-popup .gform-theme--foundation .gform_fields {
    row-gap: 18px !important;
    column-gap: 18px !important;
    gap: 18px !important;
}

.contact-popup .gform_wrapper .gform_heading {
    margin-bottom: 18px;
}

.contact-popup .gform_wrapper .gform_validation_errors {
    display: none !important;
}

.contact-popup .gform_wrapper .gfield {
    position: relative;
    margin-bottom: 0 !important;
    padding-bottom: 18px;
}

.contact-popup .gform_wrapper .gfield_label,
.contact-popup .gform_wrapper label {
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
}

.contact-popup .gform_wrapper .gfield_label,
.contact-popup .gform_wrapper legend.gfield_label {
    display: none;
}

.contact-popup .gform_wrapper .gfield_description.validation_message,
.contact-popup .gform_wrapper .gfield_validation_message {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 !important;
    color: #a21913;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
}

.contact-popup .gform_wrapper input[type="text"],
.contact-popup .gform_wrapper input[type="email"],
.contact-popup .gform_wrapper input[type="tel"],
.contact-popup .gform_wrapper input[type="number"],
.contact-popup .gform_wrapper textarea,
.contact-popup .gform_wrapper select {
    width: 100%;
    min-height: 48px;
    padding: 11px 16px;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    box-shadow: none;
    outline: none;
}

.contact-popup .gform_wrapper input[type="text"]:focus,
.contact-popup .gform_wrapper input[type="email"]:focus,
.contact-popup .gform_wrapper input[type="tel"]:focus,
.contact-popup .gform_wrapper input[type="number"]:focus,
.contact-popup .gform_wrapper textarea:focus,
.contact-popup .gform_wrapper select:focus {
    outline: none;
    box-shadow: none;
}

.contact-popup .gform_wrapper .gfield_error input[type="text"],
.contact-popup .gform_wrapper .gfield_error input[type="email"],
.contact-popup .gform_wrapper .gfield_error input[type="tel"],
.contact-popup .gform_wrapper .gfield_error input[type="number"],
.contact-popup .gform_wrapper .gfield_error textarea,
.contact-popup .gform_wrapper .gfield_error select,
.contact-popup .gform_wrapper [aria-invalid="true"] {
    border-color: #a21913 !important;
}

.contact-popup .gform_wrapper textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-popup .gform_wrapper .gform_footer,
.contact-popup .gform_wrapper .gform_page_footer {
    margin: 28px 0 0;
    padding: 0;
}

.contact-popup .gform-theme--framework .gform_footer .gform_button,
.contact-popup .gform-theme--framework .gform_page_footer .gform_button,
.contact-popup #gform_submit_button_1 {
    --gf-ctrl-btn-bg-color-primary: #a21913;
    --gf-ctrl-btn-bg-color-hover-primary: #8d140f;
    --gf-ctrl-btn-color-primary: #ffffff;
    --gf-ctrl-btn-border-color-primary: #a21913;
    --gf-ctrl-btn-radius: 5px;
    --gf-ctrl-btn-font-size: 16px;
    --gf-ctrl-btn-font-weight: 600;
}

.contact-popup .gform_wrapper .gform_button,
.contact-popup .gform_wrapper .gform_button.button,
.contact-popup .gform_wrapper button.gform_button,
.contact-popup .gform_wrapper button.gform_button.button,
.contact-popup .gform_wrapper button[type="submit"],
.contact-popup .gform_wrapper input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 13px 25px;
    border-radius: 5px;
    border: 1px solid #a21913 !important;
    background: #a21913 !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    transition: 0.3s;
}

.contact-popup .gform_wrapper .gform_button:hover,
.contact-popup .gform_wrapper .gform_button.button:hover,
.contact-popup .gform_wrapper button.gform_button:hover,
.contact-popup .gform_wrapper button.gform_button.button:hover,
.contact-popup .gform_wrapper button[type="submit"]:hover,
.contact-popup .gform_wrapper input[type="submit"]:hover,
.contact-popup .gform_wrapper .gform_button:focus,
.contact-popup .gform_wrapper .gform_button.button:focus,
.contact-popup .gform_wrapper button.gform_button:focus,
.contact-popup .gform_wrapper button.gform_button.button:focus,
.contact-popup .gform_wrapper button[type="submit"]:focus,
.contact-popup .gform_wrapper input[type="submit"]:focus {
    background: #8d140f !important;
    border-color: #8d140f !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #ffffff;
    font-size: 40px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 1200px) {
    .mobile-nav-toggle {
        display: block;
        order: 2;
    }
    .navbar ul {
        display: none;
    }
    .lang-switcher-custom {
        margin-left: 0;
        margin-right: 15px;
        order: 1;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 30px;
    right: 12px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 79px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px 30px;
    background-color: #000000;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {

}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #ffffff;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #a21913;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.first-section {
    background-position: center top;
    background-size: cover;
    height: 1024px;
}

.first-section .title h1 {
    margin: 0 auto;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.first-section .description {
    margin: 30px auto 0;
    width: 60%;
}
.first-section .description p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #d3cece;
    text-align: center;
    margin-bottom: 0;
}
.first-section .button-flex {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.first-section .button-flex .button-left {
    margin-right: 20px;
}
.first-section .button-flex .button-left a {
    display: inline-block;
    padding: 20px 55px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    background-color: #a21913;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 5px;
    border: 1px solid #a21913;
    text-transform: uppercase;
    height: 60px;
}
.first-section .button-flex .button-left a:hover {
    background: none;
    color: #ffffff;
}
.first-section .button-flex .button-right a {
    display: inline-block;
    padding: 20px 55px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 5px;
    border: 1px solid #a21913;
    text-transform: uppercase;
    height: 60px;
}
.first-section .button-flex .button-right a:hover {
    background-color: #a21913;
    color: #ffffff;
}

    /*--------------------------------------------------------------
    # Index Page
    --------------------------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.section-about {
    background-color: #ffffff;
}
.section-about .about-description {
    width: 50%;
    margin-right: 30px;
}
.section-about .about-description h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #a21913;
    margin-bottom: 20px;
}
.section-about .about-description p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 30px;
}
.section-about .about-description ul {
    column-count: 2;
    margin-bottom: 0;
}
.section-about .about-description ul li {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}

.section-about .about-image {
    width: 50%;
    border-radius: 10px;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-about .about-button {
    margin-top: 30px;
}
.section-about .about-button a {
    display: inline-block;
    padding: 20px 55px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #a21913;
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 5px;
    border: 1px solid #a21913;
    text-transform: uppercase;
    height: 60px;
    text-align: center;
}
.section-about .about-button a:hover {
    background-color: #a21913;
    color: #ffffff;
}
/*--------------------------------------------------------------
# Sensei
--------------------------------------------------------------*/
.sensei {
    position: relative;
    background-color: #000000;
    overflow: hidden;
}

.sensei__title {
    color:#ffffff;
    font-weight: 900;
    font-size: 50px;
    line-height: 1.1;
    text-align: left;
    margin: 0 0 80px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.sensei__title:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 120px;
    height: 2px;
    background-color: #a21913;
}

.sensei-grid {
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.sensei-card {
    position: relative;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    overflow: hidden;
    padding: 0;
    background: rgba(0,0,0,.35);
    box-shadow: 0 16px 40px rgba(0,0,0,.45);
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease;
    text-align: left;
    min-height: 470px;
}

.sensei-card:focus {
    outline: none;
}

.sensei-card:hover {
    transform: translateY(-3px);
    border-color: rgba(162, 25, 19, 0.55);
}

.sensei-card__media {
    position:absolute;
    inset:0;
    background-size: cover;
    background-position: top;
    filter: saturate(1.05) contrast(1.05);
}

.sensei-card__media::after {
    content:"";
    position:absolute;
    inset:0;
    background:
            linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.70) 70%, rgba(0,0,0,.92) 100%);
}


.sensei-card__overlay {
    position:absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 3;
}

.sensei-card__name {
    color:#fff;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.2;
    text-shadow: 0 10px 25px rgba(0,0,0,.6);
}

.sensei-card__pos {
    margin-top: 6px;
    color: rgba(255,255,255,.70);
    font-size: 14px;
    line-height: 1.35;
}

@media (max-width: 640px) {
    .sensei-grid{ grid-template-columns: 1fr; }
    .sensei-card{ min-height: 320px; }
}

.sensei-modal {
    position: fixed;
    inset: 0;
    display:none;
    z-index: 9999;
}

.sensei-modal.is-open {
    display:block;
}
.sensei-modal__backdrop {
    position:absolute;
    inset:0;
    background: rgba(0,0,0,.70);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.sensei-modal__dialog {
    position: relative;
    width: min(980px, calc(100% - 28px));
    margin: 7vh auto 0;
    border-radius: 18px;
    background: rgba(10,10,12,.85);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 24px 80px rgba(0,0,0,.60);
    overflow:hidden;
}

.sensei-modal__close {
    position:absolute;
    top: 12px;
    right: 14px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.35);
    color:#fff;
    font-size: 24px;
    line-height: 1;
    cursor:pointer;
}

.sensei-modal__content {
    display:grid;
    grid-template-columns: 360px 1fr;
    gap: 18px;
}

.sensei-modal__photo {
    min-height: 420px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sensei-modal__photo::after {
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(90deg, rgba(0,0,0,.15), rgba(0,0,0,.55));
}

.sensei-modal__text {
    padding: 28px 26px 24px;
    color: rgba(255,255,255,.85);
}

.sensei-modal__name {
    color:#ffffff;
    font-weight: 900;
    font-size: 34px;
    line-height:1.1;
}

.sensei-modal__pos {
    margin-top: 8px;
    color: rgba(255,255,255,.70);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .02em;
}

.sensei-modal__bio {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.10);
    font-size: 15px;
    line-height: 1.6;
}
.sensei-modal__bio p {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}



@media (max-width: 860px) {
    .sensei-modal__content {
        grid-template-columns: 1fr;
    }
}
html.modal-lock, html.modal-lock body {
    overflow: hidden;
}

/*--------------------------------------------------------------
# Weapons
--------------------------------------------------------------*/
.weapons {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

.weapons__title {
    color: #000000;
    font-weight: 900;
    font-size: 45px;
    line-height: 1.33;
    text-align: left;
    margin: 0 0 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.weapons__sub_title {
    color: #000000;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 60px;
    width: 80%;
}
.weapons__title:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 120px;
    height: 2px;
    background-color: #a21913;
}

.weapons-grid {
    display:grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.weapon-card {
    position: relative;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    overflow: hidden;
    padding: 0;
    background: rgba(0,0,0,.35);
    cursor: pointer;
    min-height: 320px;
}

.weapon-card__media{
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    overflow: hidden;

    box-shadow:
            0 42px 90px rgb(162, 25, 19),
            0 18px 28px rgb(162, 25, 19),
            0 2px 0 rgba(162, 25, 19, 0.5) inset,
            0 -1px 0 rgba(162, 25, 19, 0.7) inset;

    transform: translateY(-4px) scale(1);
    transition: transform .35s ease, filter .35s ease;
}

.weapon-card:hover .weapon-card__media{
    transform: translateY(-4px) scale(1.08);
    filter: saturate(1.05) contrast(1.05);
}

.weapon-card__media::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius: 18px;
    pointer-events:none;
    background: linear-gradient(135deg,
    rgba(255,255,255,.18),
    rgba(255,255,255,0) 45%,
    rgba(255,255,255,.08) 100%
    );
    opacity:.55;
}


.weapon-card__media::after {
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.50));
}
.weapon-card__overlay {
    position:absolute;
    left:16px;
    right:16px;
    bottom:16px;
    z-index:2;
}
.weapon-card__title {
    color:#fff;
    font-weight:800;
    font-size:22px;
    line-height:1.2;
}
.weapon-card__subtitle {
    margin-top:6px;
    color:rgba(255,255,255,.70);
    font-size:13px;
}

.weapon-modal {
    display:none;
    position:fixed;
    inset:0;
    z-index:9999;
}
.weapon-modal.is-open {
    display:block;
}
.weapon-modal__backdrop {
    position:absolute;
    inset:0;
    background: rgba(0,0,0,.70);
    backdrop-filter: blur(6px);
}
.weapon-modal__dialog {
    position: relative;
    width: min(980px, calc(100% - 28px));
    margin: 7vh auto 0;
    border-radius: 18px;
    background: rgba(10,10,12,.90);
    border: 1px solid rgba(255,255,255,.10);
    overflow:hidden;
}
.weapon-modal__close {
    position:absolute;
    top:12px;
    right:14px;
    width:38px;
    height:38px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.35);
    color:#fff;
    font-size:24px;
    line-height: 1;
    cursor:pointer;
}
.weapon-modal__content {
    display:grid;
    grid-template-columns: 360px 1fr;
}
.weapon-modal__photo {
    min-height: 420px;
    background-size:cover;
    background-position:center;
}
.weapon-modal__text {
    padding: 28px 26px 24px;
    color: rgba(255,255,255,.85);
}
.weapon-modal__title {
    color:#fff;
    font-weight:900;
    font-size:34px;
    line-height:1.1;
}
.weapon-modal__subtitle {
    margin-top:8px;
    color: rgba(255,255,255,.70);
    font-size:14px;
}
.weapon-modal__desc {
    margin-top:16px;
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,.10); line-height:1.6;
}

.weapon-modal__desc p {
    margin: 0 0 12px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}
.weapon-modal__desc ul, .weapon-modal__desc ol { margin: 10px 0 0 18px;
}
.weapon-modal__desc li {
    margin: 6px 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}

html.modal-lock, html.modal-lock body { overflow:hidden;
}

@media (max-width:1200px) {
    .weapons-grid {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width:640px) {
    .weapons-grid {
        grid-template-columns: 1fr;
    }
    .weapon-modal__content {
        grid-template-columns: 1fr;
    }
    .weapon-modal__photo {
        min-height: 260px;
    }
}


/*--------------------------------------------------------------
# Locations
--------------------------------------------------------------*/
.locations {
    background-color: #1c1c1d;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: relative;
    overflow: hidden;
}
.locations::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}
.locations::before {
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    background:
            radial-gradient(900px 400px at 20% 30%, rgba(232, 8, 8, 0.05), transparent 60%),
            linear-gradient(90deg, rgba(0,0,0,.80) 0%, rgba(0,0,0,.55) 45%, rgba(0,0,0,.20) 100%);
    pointer-events:none;
}

.locations__wrap {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.locations__wrap .loc-list {
    margin: 0 auto;
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.locations__wrap .loc-item {
    border-radius: 16px;
    padding: 18px 18px 16px;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.locations__wrap .loc-item:hover {
    transform: translateY(-2px);
    border-color: rgba(232, 8, 8, 0.28);
    background: linear-gradient(180deg, rgba(248, 15, 15, 0.12), rgba(255,255,255,.03));
}

.locations__wrap .loc-item__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.locations__wrap .loc-item__head .fi {
    width: 26px;
    height: 18px;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 6px 14px rgba(0,0,0,.35);
    flex: 0 0 auto;
}

.locations__wrap .loc-item__meta {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.locations__wrap .loc-item__country {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}

.locations__wrap .loc-item__subtitle {
    color: rgba(255,255,255,.70);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
}

.locations__wrap .loc-item__address {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.90);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .locations__wrap .loc-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/*--------------------------------------------------------------
# Publications
--------------------------------------------------------------*/
.pubs {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

.pubs__head {
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 70px;
}
.pubs__title {
    margin: 0;
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
    color:#000000;
    position: relative;
}

.pubs__title::after {
    content:"";
    position:absolute;
    left:0;
    bottom:-16px;
    width: 120px;
    height: 2px;
    background-color:#a21913;
}

.pubs__nav {
    display:flex;
    gap:10px;
}

.pubs__btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.14);
    background: #fff;
    color: #000000;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    cursor:pointer;
    font-size: 22px;
    line-height: 1;
}

.pubs-slider .swiper-wrapper {
    align-items: stretch;
}

.pubs-slider .swiper-slide {
    height: auto;
}

.pub-card {
    display:flex;
    flex-direction: column;
    height: 100%;
    border-radius: 18px;
    overflow:hidden;
    background: #000000;
    border: 1px solid rgba(0,0,0,.08);
    text-decoration:none;
    position: relative;
    box-shadow: 0 18px 45px rgba(0,0,0,.14);
    transition: transform .22s ease, box-shadow .22s ease;
    min-height: 360px;
}

.pub-card:hover {

}

.pub-card__media {
    height: 475px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.pub-card__media::after{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.55));
}

.pub-card__body {
    background:#0f0f10;
    padding: 30px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 220px;
}

.pub-card__title {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pub-card__text{
    color: rgba(255,255,255,.72);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    flex: 1 1 auto;
}

.pub-card__more{
    margin-top: 20px;
    color:#a21913;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1.3;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Gallery Home
--------------------------------------------------------------*/
.gallery-home {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

.gallery-home__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 70px;
}

.gallery-home__title {
    margin: 0;
    color: #000000;
    font-weight: 900;
    font-size: 45px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.gallery-home__title::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 120px;
    height: 2px;
    background-color: #a21913;
}

.gallery-home__nav {
    display: flex;
    gap: 10px;
}

.gallery-home__btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.14);
    background: #fff;
    color: #000000;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.gallery-home__main {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

.gallery-home__slider {
    overflow: hidden;
    background: transparent;
}

.gallery-home__slider .swiper-wrapper {
    align-items: stretch;
    background: transparent;
}

.gallery-home__slider .swiper-slide {
    height: auto;
    background: transparent;
}

.gallery-home__card {
    display: block;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: none;
    text-decoration: none;
    transition: none;
}

.gallery-home__media {
    height: 360px;
    background: transparent;
}

.gallery-home__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.gallery-home__caption {
    padding: 22px 20px;
    background: #ffffff;
}

.gallery-home__caption-title {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35;
}

.gallery-home__card:hover {
    transform: none;
    box-shadow: none;
}

.gallery-home__card:hover .gallery-home__media img {
    transform: scale(1.05);
}

/*--------------------------------------------------------------
# Gallery Archive / Single
--------------------------------------------------------------*/
.gallery-archive,
.gallery-event {
    margin-top: 160px;
    margin-bottom: 120px;
    background-color: #ffffff;
    padding: 70px 50px;
    border-radius: 20px;
}

.gallery-archive__title,
.gallery-event__title h1 {
    color: #000000;
    font-weight: 800;
    font-size: 45px;
    letter-spacing: 1.2px;
    line-height: 1.3;
    margin: 0;
}

.gallery-archive__intro,
.gallery-event__intro {
    margin-top: 35px;
}

.gallery-archive__intro p,
.gallery-event__intro p {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.gallery-archive__intro p:last-of-type,
.gallery-event__intro p:last-of-type {
    margin-bottom: 0;
}

.gallery-archive__grid,
.gallery-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.gallery-archive__grid {
    margin-top: 60px;
}

.gallery-archive__empty {
    margin-top: 40px;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}

.gallery-tile {
    position: relative;
    display: block;
    min-height: 420px;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    background: #0f0f10;
    box-shadow: 0 20px 45px rgba(0,0,0,.16);
}

.gallery-tile__media {
    position: absolute;
    inset: 0;
}

.gallery-tile__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.gallery-tile__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 22px;
    background: linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.72) 100%);
}

.gallery-tile__title {
    color: #ffffff;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.25;
}

.gallery-tile__more {
    margin-top: 14px;
    color: rgba(255,255,255,.78);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gallery-tile:hover .gallery-tile__media img {
    transform: scale(1.06);
}

.gallery-event__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.gallery-event__lightbox {
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    cursor: zoom-in;
    text-decoration: none;
    background: #0f0f10;
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.gallery-event__media {
    display: block;
    height: 360px;
}

.gallery-event__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.gallery-event__hover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.34);
    opacity: 0;
    transition: opacity .25s ease;
}

.gallery-event__hover-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: #000000;
    font-size: 30px;
    line-height: 1;
    padding-bottom: 2px;
}

.gallery-event__lightbox:hover .gallery-event__hover {
    opacity: 1;
}

.gallery-event__lightbox:hover .gallery-event__media img {
    transform: scale(1.04);
}

.gallery-related {
    margin: 100px 0;
}

.gallery-related__title {
    font-size: 45px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: left;
    position: relative;
    margin: 0 0 70px;
}

.gallery-related__title:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 120px;
    height: 2px;
    background: #a21913;
}

/*--------------------------------------------------------------
# Gallery Lightbox
--------------------------------------------------------------*/
.glightbox-container .gslide-description,
.glightbox-container .gslide-description.description-bottom,
.glightbox-container .gslide-description.description-top {
    display: none !important;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
    flex-direction: row !important;
}

.glightbox-container .gslide-image {
    width: auto;
    max-width: min(96vw, 1720px);
    border-radius: 20px;
    overflow: hidden;
}

.glightbox-container .gslide-media {
    border-radius: 20px;
    overflow: hidden;
}

.glightbox-container .gslide-image img {
    max-width: min(96vw, 1720px);
    max-height: calc(100vh - 32px);
    border-radius: 20px;
    object-fit: contain;
}

/*--------------------------------------------------------------
# Partners Home
--------------------------------------------------------------*/
.partners-home {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

.partners-home__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 70px;
}

.partners-home__title {
    margin: 0;
    color: #000000;
    font-weight: 900;
    font-size: 45px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
}

.partners-home__title::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 120px;
    height: 2px;
    background-color: #a21913;
}

.partners-home__main {
    overflow: hidden;
}

.partners-home__nav {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    margin-left: auto;
}

.partners-home__btn {
    flex-shrink: 0;
}

.partners-home__slider {
    overflow: hidden;
}

.partners-home__slider .swiper-wrapper {
    align-items: stretch;
}

.partners-home__slider .swiper-slide {
    height: auto;
}

.partners-home__btn.swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}

.partners-home__card {
    height: 100%;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 0;
}

.partners-home__media {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-home__media img {
    width: 100%;
    max-width: 300px;
    max-height: 120px;
    display: block;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: none;
}

.publications-content {
    margin-top: 160px;
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 70px 50px;
    border-radius: 20px;
}
.publications-image {

}
.publications-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.publications-title {
    margin-top: 60px;
}
.publications-title h1 {
    color: #000000;
    font-weight: 800;
    font-size: 45px;
    letter-spacing: 1.2px;
    line-height: 1.3;
}
.publications-text {
    margin-top: 60px;
}
.publications-text p {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.publications-text p:last-of-type {
    margin-bottom: 0;
}
.publications-text ul {
    margin-bottom: 20px;
}
.publications-text ul li {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.publications-text ul li:last-of-type {
    margin-bottom: 0;
}
.publications-content ul li a {
    color: #a21913;
    text-decoration: underline;
}
.publications-text ul li a:hover {
    color: #a21913;
    text-decoration: underline;
}
.publications-text p a {
    color: #a21913;
    text-decoration: underline;
}
.publications-text p a:hover {
    color: #a21913;
    text-decoration: underline;
}

.publications-related {
    margin: 100px 0;
}
.publications-related__title {
    font-size: 45px;
    font-weight: 800;
    color:#ffffff;
    text-transform:uppercase;
    letter-spacing:.5px;
    text-align:left;
    position:relative;
    margin:0 0 70px;
}
.publications-related__title:after {
    content:"";
    position:absolute;
    bottom:-12px;
    left:0;
    width:120px;
    height:2px;
    background:#a21913;
}
.publications-related__grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px;
}
.publications-related__grid  .pub-card {
    display:flex;
    flex-direction: column;
    height: 100%;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    text-decoration:none;
    border: 1px solid #cdc9c9bf;
    box-shadow: 0 18px 45px #ffffff17;
    transition:transform .25s ease, box-shadow .25s ease;
}
.publications-related__grid  .pub-card:hover {
    transform:translateY(-6px);
}
.publications-related__grid .pub-card__media {
    height: auto;
}
.publications-related__grid .pub-card__media img {
    width:100%;
    height: auto;
    object-fit:cover;
    display:block;
}
.publications-related__grid .pub-card__body {
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 170px;
}
.publications-related__grid .pub-card__title{
    color:#000000;
    font-weight: 400;
    font-size: 20px;
    line-height:1.3;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.publications-related__grid .pub-card__desc {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    flex: 1 1 auto;
}

@media (max-width:992px) { .publications-related__grid { grid-template-columns:repeat(3,1fr);
}
}
@media (max-width:991px) { .publications-related__grid {   grid-template-columns:1fr;
}
}

/*--------------------------------------------------------------
# Page Template
--------------------------------------------------------------*/

.entry-page {
    margin-top: 160px;
    margin-bottom: 160px;
    background-color: #ffffff;
    padding: 70px 50px;
    border-radius: 20px;
}
.entry-title {
    margin-bottom: 60px;
}
.entry-title h1 {
    color: #000000;
    font-weight: 800;
    font-size: 45px;
    letter-spacing: 1.2px;
    line-height: 1.3;
}

.about-page-flex {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.about-page-flex-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.about-page-flex-item .image {
    flex: 0 0 350px;
    max-width: 350px;
}

.about-page-flex-item .image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.about-page-flex-item .content {
    flex: 1;
}
.about-page-flex-item.is-reverse {
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .about-page-flex-item,
    .about-page-flex-item.is-reverse {
        flex-direction: column;
    }

    .about-page-flex-item .image {
        flex: none;
        max-width: 100%;
    }
}

.about-page-flex-item .content p {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.about-page-flex-item .content p:last-of-type {
    margin-bottom: 0;
}
.image-one {
    margin-top: 80px;
}
.image-one img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
    position: relative;
    background-color: #ffffff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #000000;
    padding: 30px 0;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-footer .menu-item {
    margin-bottom: 15px;
}
.menu-footer .menu-item a {
    color: #bebfc0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
}
.menu-footer .menu-item a:hover {
    color: #a21913;
}
.footer-center {
    text-align: center;
}
.footer-center .logo .image img {
    width: 120px;
}
.footer-center .logo .text {
    font-family: "Space Grotesk", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #bebfc0;
    letter-spacing: 0.5px;
    margin-top: 30px;
    text-transform: uppercase;
}
.footer-top {
    margin-bottom: 30px;
}
.social-media-footer {
    list-style: none;
    margin: 30px auto 0;
    padding: 0;
}
.social-media-footer .social-media-item {
    display: inline-block;
}
.social-media-footer .social-media-item a i {
    font-size: 25px;
    color: #bebfc0;
    margin-right: 25px;
    transition: 0.3s;
}
.social-media-footer .social-media-item a:hover i {
    color: #a21913;
}
.copyright-footer {
    text-align: center;
    border-top: 1px solid #bebfc0;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #bebfc0;
}
