:root {
    --dark: #0C0606;
    --primary: #FB2E35;
    --yellow: #FFF84B;
    --swiper-theme-color: white;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scrollbar-width: none;
}

body {
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.5s;
    overflow-x: hidden;
    font-weight: 400;
    background-color: var(--dark);
    color: white;
    font-family: 'Host Grotesk', sans-serif;
    letter-spacing: 0.01em;
}

.body-wrapper {
    overflow-x: hidden;
    width: 100vw;
    max-width: 2560px;
    margin: 0 auto;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.container {
    padding: 0;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

strong {
    font-weight: 700;
}

h1 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    max-width: 680px;
    margin: 0 auto 2.5rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
}

h2 {
    font-size: 3rem;
    line-height: 1.18;
    max-width: 850px;
    margin: 0 auto 5rem;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-weight: 400;
    letter-spacing: 0.035em;
}

h1 .line,
h2 .line,
h1 .word,
h2 .word {
    overflow: hidden;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1.125rem;
}

h4 {
    font-weight: 600;
    font-size: 1.125rem;
}

h5 {
    font-weight: 600;
    font-size: 1rem;
}

h6 {
    font-weight: 600;
    font-size: 1rem;
}

p,
li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

p:last-child {
    margin-bottom: 0;
}

li {
    margin-left: 1rem;
    margin-bottom: 0;
}

ul,
ol {
    margin-bottom: 1.25rem;
}

ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

.article h2 {
    font-size: 2.25rem;
    margin: 2.5rem 0 2rem;
    font-weight: 600;
    text-align: left;
}

.article h3 {
    font-weight: 600;
}

.article h4 {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.875rem;
}

.article h5 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1.25rem 0 0.875rem;
}

.article h6 {
    font-size: 1rem;
    font-weight: 600;
    margin: 1.25rem 0 0.875rem;
}

.article img:not(.bgshape) {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    margin: 1.25rem 0;
    border-radius: 16px;
}

.article blockquote {
    border-left: 4px solid #F4F4F4;
    padding: 1rem 0 1rem 1.5rem;
    margin: 1.25rem 0;
    font-style: italic;
}

section {
    padding: 80px clamp(20px, 5vw, 80px);
    position: relative;
    max-width: 2560px;
    margin: 0 auto;
}

.primary-link {
    padding: 1.125em 2em 1.0625em;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1;
    letter-spacing: 0.05em;
    border-radius: 20px;
    color: white;
    display: block;
    width: fit-content;
    text-transform: uppercase;
    outline: none;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.1em;
    transition: transform 0.6s cubic-bezier(0, 0.55, 0.4, 1);
    will-change: transform;
}

.primary-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #800206 0%, var(--primary) 50%, #800206 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.6s cubic-bezier(0, 0.55, 0.4, 1);
    z-index: -1;
}

.primary-link::after {
    content: attr(data-title);
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0, 0.55, 0.4, 1);
}

.primary-link:hover {
    transform: scale(1.05);
}

.primary-link:hover::before {
    background-position: 0 0;
}

.primary-link span {
    display: block;
    transition: transform 0.6s cubic-bezier(0, 0.55, 0.4, 1);
}

.primary-link:hover span {
    transform: translateY(-250%);
}

.primary-link:hover::after {
    transform: translate(-50%, -285%);
}

.primary-link.center {
    margin: 60px auto 0;
}

::selection {
    background: var(--primary);
    color: white;
}

::-moz-selection {
    background: var(--primary);
    color: white;
}

.rccookie-container {
    background-color: #0C0606BB;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
}

.rccookie-container .primary-link,
.rccookie-modal .primary-link {
    background-color: var(--primary);
    color: white;
}

.rccookie-container .secondary-link {
    color: white;
}

.rccookie-modal .modal-content {
    border-radius: 15px;
}

.modal-content {
    background-color: #0C0606DD;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before,
.custom-control-input:not(:disabled):focus~.custom-control-label::before {
    border-color: var(--primary) !important;
    box-shadow: none !important;
}

.custom-control-label::before {
    border: 1px solid var(--dark);
}

.slider {
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.slider:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
    color: white;
}

.sliderMask {
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
}

.sliderContainer_success .slider {
    top: -1px;
    border: 1px solid var(--primary);
    background-color: var(--primary) !important;
    color: white;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    display: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: opacity 0.4s;
    z-index: 996;
}

.overlay.active {
    opacity: 1;
}

a {
    transition: color 0.3s;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

a:hover,
a:focus-visible {
    text-decoration: none;
    color: inherit;
}

button {
    transition: background-color 0.3s, color 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
}

button:focus {
    outline: none !important;
}

.vbox-container {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.vbox-close {
    padding: 20px !important;
    top: 10px !important;
    right: 20px !important;
}

.vbox-next {
    right: 40px !important;
}

.vbox-prev {
    left: 40px !important;
}

.vbox-title {
    display: none !important;
}

/* CUSTOM MODAL */

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.4s;
    overflow-y: auto;
    padding: 20px;
    align-items: center;
}

.custom-modal.active {
    opacity: 1;
}

.custom-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-modal .modal-content {
    margin: 20px auto;
    width: 100%;
    max-width: 950px;
    background-color: #060C06DD;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 20px 0px #FB2E35AA;
    border: 1px solid #FB2E35AA;
    border-radius: 24px;
    overflow: hidden;
    max-height: calc(100% - 40px);
}

.custom-modal .modal-content .inner {
    max-height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #FB2E3588 #060C06DD;
}

.custom-modal .header {
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-modal .header h3 {
    margin-bottom: 0;
    font-size: 2rem;
    text-align: center;
    width: 100%;
    font-family: 'Orbitron', 'Host Grotesk', sans-serif;
    letter-spacing: 0.05em;
}

.custom-modal .header .cancel {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    width: 24px;
    z-index: 1;
}

.alert {
    background-color: #171414 !important;
    border-color: #171414 !important;
    color: white !important;
    font-weight: 600;
}

.isloading-overlay .isloading-wrapper {
    background: #171414 !important;
}

.custom-modal form,
.custom-modal .card {
    padding: 0 40px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.875rem;
}

.custom-modal .card {
    width: 100%;
    padding: 24px;
    flex-direction: row;
    background-color: #171414;
    margin-bottom: 0.25rem;
}

.custom-modal h4 {
    font-size: 1.25rem;
    width: 100%;
    margin-bottom: 0.5rem;
}

.custom-modal .summary {
    margin-top: 1.25rem;
    width: 100%;
}

.custom-modal .summary h3 {
    width: 100%;
    text-align: center;
}

.custom-modal .floating-label input,
.custom-modal .floating-label textarea,
.custom-modal .floating-label select {
    margin-bottom: 0;
    background-color: #171414C0;
    position: relative;
    z-index: 2;
}

.half,
.custom-modal .floating-label {
    width: calc(50% - 0.4375rem);
}

.custom-modal .custom-amount {
    display: none;
}

.custom-modal .line {
    width: 100%;
    display: flex;
    gap: 0.875rem;
}

.custom-modal .primary-link {
    margin-top: 1.25rem;
}

/* SIDEBAR OPEN */

.open-sidebar {
    width: 28px;
    height: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    display: none;
    transform: scale(1.1);
    transform-origin: center right;
}

.open-sidebar .hb {
    border-bottom: 3px solid white;
    border-radius: 99px;
    transition: all 0.5s;
}

/* .navbar.scrolled .open-sidebar .hb {
    border-color: var(--primary);
} */

.open-sidebar .hb1,
.open-sidebar .hb2 {
    width: 26px;
}

.open-sidebar .hb3 {
    width: 13px;
    margin-left: 12px;
}

.open-sidebar.closed .hb1 {
    transform: rotate(-45deg) translate(-6px, 6px);
    width: 30px;
}

.open-sidebar.closed .hb2 {
    margin-right: -100%;
    opacity: 0;
}

.open-sidebar.closed .hb3 {
    transform: rotate(45deg) translate(-6px, -6px);
    width: 30px;
    margin-left: 0;
}

/* SIDEBAR */

#sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px !important;
}

@media (min-width: 1281px) {
    #sidebar {
        display: none;
    }
}

#sidebar,
.navbar-dropdown {
    width: 100%;
    position: fixed;
    right: -100vw;
    top: 70px;
    height: calc(100vh - 70px);
    z-index: 998;
    transition: right 0.45s ease-out;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 20px;
}

#sidebar {
    background: #0C0606DD;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#sidebar.active,
.navbar-dropdown.active {
    right: 0;
}

#sidebar .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top: -10px;
    height: 100%;
}

#sidebar .links {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#sidebar .links .nav-item {
    width: 100vw;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

#sidebar .links a svg {
    position: absolute;
    right: 25px;
    top: 47%;
    transform: translateY(-50%) rotate(-90deg);
    width: 1.375rem;
}

#sidebar .links a svg path {
    stroke: var(--dark);
    stroke-width: 1;
}

#sidebar .primary-link {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

#sidebar .lang {
    font-size: 20px;
    color: var(--dark);
    gap: 0.5rem;
    padding-right: 0;
}

#sidebar .lang .current {
    padding-right: 26px;
}

#sidebar .lang .current::after {
    width: 16px;
    height: 16px;
    filter: brightness(0);
    transform: translateY(-50%) rotate(180deg);
}

#sidebar .lang.active .current::after {
    transform: translateY(-50%) rotate(0deg);
}

#sidebar .lang .list {
    top: auto;
    right: 50%;
    transform: translateX(50%);
    bottom: 95%;
    transition: bottom 0.3s;
}

#sidebar .lang.active .list {
    bottom: calc(100% + 10px);
}

#sidebar .lang a {
    font-size: 1.125rem;
    color: var(--dark);
    border-color: var(--dark);
    padding: 7px 16px;
}

#sidebar .lang a:first-child {
    padding-top: 10px;
}

#sidebar .lang a:last-child {
    padding-bottom: 10px;
}

/* DESKTOP NAVBAR */

.animation-wrapper {
    position: relative;
    z-index: 999;
}

.navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0;
    background-color: transparent;
    transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    padding: 1.25vw clamp(20px, 5vw, 80px);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.navbar.scrolled {
    background-color: #0C0606EE;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.navbar .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    opacity: 0.5;
}

.navbar .container {
    max-width: 1440px;
    flex-wrap: nowrap;
    gap: 1vw;
}

.navbar .logo {
    font-family: 'Orbitron', sans-serif;
    font-size: 2vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
}

.navbar .links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.5vw;
}

.navbar .links .nav-item {
    font-size: 1vw;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Orbitron', sans-serif;
    position: relative;
    letter-spacing: 0.1em;
}

.navbar .links .nav-item div.hover-effect {
    position: absolute;
    bottom: -0.125vw;
    left: 0;
    width: 100%;
    height: 0.25vw;
    display: flex;
    gap: 0.15vw;
}

.navbar .links .nav-item div.hover-effect span {
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 0;
    transition: opacity 0.3s;
}

.navbar .links .nav-item:hover {
    color: white;
}

/* Állandó */

.flex-content {
    display: flex;
    gap: 80px;
}

.flex-content.center {
    align-items: center;
}

.flex-content.reverse {
    flex-direction: row-reverse;
}

.flex-content .side {
    width: 50%;
}

.flex-content .side>img,
.flex-content .side .image img {
    width: 100%;
}

.card {
    display: block;
    border: none;
    border-radius: 10px;
}

.flex-content .primary-link {
    margin-top: 2rem;
}

.items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
}

.items .item {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 28px);
    position: relative;
}

.items.two .item {
    width: calc(50% - 20px);
}

.items.four .item {
    width: calc(25% - 30px);
}

.items.six .item {
    width: calc(16.66% - 33.33px);
}

.items .item h3 {
    font-size: 1.25rem;
}

.relative {
    position: relative;
}

.swiper {
    width: 100%;
    position: relative;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 99;
    cursor: pointer;
    transition: opacity 0.3s;
    margin-top: 0;
    transform: translateY(-50%);
}

.swiper-button-lock {
    opacity: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 34px;
    font-weight: 400;
}

.swiper-button-prev::after {
    margin-right: 3px;
}

.swiper-button-next::after {
    margin-left: 1px;
}

.swiper-button-prev {
    left: -50px;
}

.swiper-button-next {
    right: -50px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
}

.swiper-pagination-bullet {
    background-color: var(--gray);
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    transition: background-color 0.4s, width 0.4s;
    border-radius: 10px;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary);
    width: 32px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* LOADER */

.weLoveSEO {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    font-size: 2px;
    color: var(--dark);
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    z-index: 9999;
    transition: opacity 0.6s;
}

.loader.end {
    opacity: 0;
}

.loader video {
    width: 100%;
    height: 100%;
    max-width: 1140px;
}

.loader .loader-number {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3vw;
    font-family: 'Orbitron', 'Host Grotesk', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
}

/* MODEL */

canvas.kitt {
    width: 100vw;
    height: 100svh;
    position: fixed;
    background-color: transparent;
    top: 0;
    left: 0;
    will-change: contents, transform;
}

/* HERO */

.hero {
    width: 100vw;
    position: relative;
    margin: 0;
    padding: 8vw 40px 60px;
    min-height: 100svh;
}

.hero .layer {
    background: linear-gradient(180deg, #00000000 80%, var(--dark) 100%);
}

.hero h3 {
    text-align: center;
    font-size: 2vw;
    font-weight: 500;
    text-transform: uppercase;
}

.hero h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 4vw;
    font-weight: 500;
}

.hero .card {
    font-size: 1.125vw;
    font-weight: 600;
    padding: 0.875em 1em;
    border-radius: 1vw;
    color: var(--dark);
    background-color: #EDE406DD;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    width: 12vw;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    right: 28%;
    transform: translateX(50%);
    will-change: transform, opacity;
}

.hero .card:nth-child(2) {
    top: 74%;
    right: auto;
    left: 28%;
    transform: translateX(-50%);
    background-color: #FB2E35E8;
}

.about {
    padding-top: 120px;
}

.about .small-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* .about h2 {
    margin-bottom: 3rem;
} */

.about .flex-content {
    gap: 50px;
}

.about .left.side {
    width: 32%;
}

.v2 .left.side {
    width: 100%;
    max-width: 600px;
}

.v2 .left.side p {
    font-size: 1.1875rem;
}

.v2 .left.side .primary-link {
    margin-top: 2rem;
}

.about .right.side {
    width: 68%;
    display: flex;
    gap: 22px;
}

.v2 .right.side {
    width: 100%;
    max-width: 700px;
    margin-top: 70px;
    justify-content: center;
}

.about .right.side .card {
    background-color: #0C060666;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid #FB2E35AA;
    box-shadow: 0 0 20px 2px #FB2E35AA;
    padding: 1.25rem;
    transition-property: border-color, box-shadow;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.01, 0.5, 0.4, 1);
    width: calc(100% / 3 - 15px);
}

.about .right.side .card:hover {
    border-color: var(--yellow);
    box-shadow: 0 0 20px 2px #EDE406AA;
}

.about .right.side .card svg {
    height: 3rem;
    width: auto;
    max-width: 8rem;
    margin-bottom: 1.25rem;
}

.about .right.side .card svg path,
.about .right.side .card svg circle {
    stroke-width: 2.25;
    transition: fill 0.7s cubic-bezier(0.01, 0.5, 0.4, 1), stroke 0.7s cubic-bezier(0.01, 0.5, 0.4, 1);
}

.about .right.side .card:not(:last-child):hover svg path {
    fill: var(--yellow);
}

.about .right.side .card:last-child:hover svg path,
.about .right.side .card:last-child:hover svg circle {
    stroke: var(--yellow);
}

.about .right.side .card h3 {
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.about .right.side .card p {
    font-size: 0.9375rem;
}

.history {
    margin-top: 120px;
    padding: 150px clamp(20px, 5vw, 80px);
}

.history .bg {
    opacity: 0.4;
}

.history .layer {
    opacity: 1;
    background: linear-gradient(180deg, #0C0606 0%, #0C060600 20%);
    pointer-events: none;
}

.history::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, #0C060600 0%, #0C0606 100%);
    z-index: 1;
}

.history .content {
    width: 45%;
    margin-left: auto;
    margin-right: -5%;
    position: relative;
    z-index: 2;
}

.history .content p {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
}

.history .content .link {
    margin-top: 2.5rem;
}

.history .content .primary-link {
    position: relative;
    z-index: 2;
}

.black-bg {
    background-color: var(--dark);
    position: relative;
    z-index: 1;
}

.services .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}

.services .card {
    background-color: #0C0606AA;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid var(--primary);
    box-shadow: 0 0 10px 2px #FB2E35AA;
    padding: 1.75rem;
    transition: box-shadow 0.5s ease, border-color 0.5s ease;
    width: calc(50% - 20px);
}

/* .services .card:nth-child(2) {
    border-color: #f4891e;
    box-shadow: 0 0 10px 2px #f4891eAA;
}

.services .card:nth-child(3) {
    border-color: var(--primary);
    box-shadow: 0 0 10px 2px #FB2E35AA;
} */

.services .card:hover {
    box-shadow: 0 0 20px 3px #EDE406AA;
    border-color: var(--yellow);
}

/* .services .card:nth-child(2):hover {
    box-shadow: 0 0 22px 4px #f4891eAA;
}

.services .card:nth-child(3):hover {
    box-shadow: 0 0 22px 4px #FB2E35AA;
} */

.services .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services .card .header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.services .card .header svg {
    min-width: 3rem;
    width: auto;
    height: 3rem;
}

.services .card .header svg path {
    fill: var(--primary);
    transition: fill 0.5s ease;
}

.services .card:hover .header svg path {
    fill: var(--yellow);
}

/* .services .card:nth-child(2) .header svg path {
    fill: #f4891e;
}

.services .card:nth-child(3) .header svg path {
    fill: var(--primary);
} */

.services .card .header h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 0;
    font-weight: 700;
    transition: color 0.5s ease;
}

.services .card:hover .header h3 {
    color: var(--yellow);
}

/* .services .card:nth-child(2) .header h3 {
    color: #f4891e;
}

.services .card:nth-child(3) .header h3 {
    color: var(--primary);
} */

.services .card .price {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 1.25rem 0;
}

.services .card .price span {
    font-size: 1rem;
    font-weight: 600;
}

/* .services .card:first-child .primary-link span,
.services .card:first-child .primary-link::after {
    color: var(--dark);
}

.services .card:first-child .primary-link::before {
    background: linear-gradient(90deg, #cec704 0%, var(--yellow) 50%, #cec704 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
}

.services .card:first-child .primary-link:hover::before {
    background-position: 0 0;
} */

.gallery {
    padding-left: 0;
    padding-right: 0;
}

.gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0C0606 0%, #0C060600 20%, #0C060600 80%, #0C0606 100%);
    z-index: 0;
}

.gallery .relative {
    width: 112vw;
    margin-left: -6vw;
}

.gallery .swiper-wrapper {
    align-items: center;
    height: 24vw;
    transition-timing-function: cubic-bezier(0, 0.55, 0.4, 1);
}

.gallery .swiper-slide {
    height: 24vw;
    border-radius: 1vw;
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0, 0.55, 0.4, 1);
}

.gallery .swiper-slide img {
    transition: transform 0.7s cubic-bezier(0, 0.6, 0.4, 1);
}

.gallery .swiper-slide:hover img {
    transform: scale(1.065);
}

@media (min-width: 1280px) {
    .gallery .swiper-slide-active {
        transform: scale(0.85);
    }

    .gallery .swiper-slide-next~.swiper-slide {
        transform: scale(0.85);
    }
}

.gallery .swiper-button-prev,
.gallery .swiper-button-next {
    width: 3.25vw;
    height: 3.25vw;
    background: linear-gradient(90deg, #800206 0%, var(--primary) 50%, #800206 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 99px;
    opacity: 0.9;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: all 0.6s cubic-bezier(0.01, 0.5, 0.4, 1);
}

.gallery .swiper-button-prev:hover,
.gallery .swiper-button-next:hover {
    background-position: 0 0;
    transform: translateY(-50%) scale(1.15);
    opacity: 1;
}

.gallery .swiper-button-prev::after,
.gallery .swiper-button-next::after {
    font-size: 1.75vw;
}

.gallery .swiper-button-prev {
    left: 10vw;
}

.gallery .swiper-button-next {
    right: 10vw;
}

.vbox-child {
    border-radius: 16px;
    overflow: hidden;
}

.reviews {
    padding-left: calc(2.5vw + 60px);
    padding-right: calc(2.5vw + 60px);
    padding-bottom: 120px;
}

.reviews .swiper-wrapper {
    padding-bottom: 2px;
}

.reviews .swiper-slide {
    padding: 24px;
    border: 1px solid var(--primary);
    border-radius: 16px;
    background: linear-gradient(135deg, #0C060600 0%, #FB2E3540 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews .swiper-slide p {
    text-align: center;
    font-style: italic;
    margin-bottom: 1.25rem;
}

.reviews .swiper-slide h5 {
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    letter-spacing: 0.035em;
}

.reviews .reviews-prev,
.reviews .reviews-next {
    opacity: 0.85;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.7s cubic-bezier(0.01, 0.5, 0.4, 1);
}

.reviews .reviews-prev:hover,
.reviews .reviews-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.15);
}

.reviews .reviews-prev svg,
.reviews .reviews-next svg {
    width: 2.5vw;
}

.reviews .reviews-prev {
    left: calc(-2.5vw - 28px);
}

.reviews .reviews-next {
    right: calc(-2.5vw - 28px);
}

.voucher .layer {
    background: linear-gradient(90deg, #FB2E3599 0%, #0C0606 100%);
    mask-image: linear-gradient(90deg, #000 0%, #000 50%, #0000 100%);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}

.voucher .image {
    display: none;
    position: absolute;
    top: -30px;
    left: calc(50% + 40px);
    width: calc(50% - 40px);
}

.voucher .content {
    width: 50%;
}

.voucher .content h2 {
    text-align: left;
    margin-bottom: 2.75rem;
    font-size: 2.5rem;
}

.voucher .content p {
    max-width: 480px;
}

.voucher .link {
    margin-top: 2.5rem;
}

.voucher .primary-link::before {
    background: #0C0404;
}

.contact {
    position: static;
}

.contact .flex-content {
    align-items: flex-start;
    max-width: 950px;
    margin: 0 auto;
}

.contact .infos p,
.contact .infos a {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.contact .infos p strong {
    letter-spacing: 0.05em;
}

.socials {
    display: flex;
    gap: 2rem;
    margin-top: 2.25rem;
}

.socials img {
    width: 2.25rem;
}

.contact .flex-content .left.side {
    width: 38%;
}

.contact .flex-content .right.side {
    width: 62%;
}

.form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

input,
textarea,
select {
    padding: 0.75em 1.125em;
    outline: none;
    background-color: #171414;
    color: white;
    font-size: 1rem;
    width: 100%;
    resize: none;
    border-radius: 8px;
    font-weight: 500;
    border: 1px solid var(--primary);
    transition: box-shadow 0.3s ease;
}

select {
    appearance: none;
    background-image: url("../images/angle-down-gray.svg");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 18px;
}

/* input:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 10px 1px var(--primary);
} */

form input::placeholder,
form textarea::placeholder,
form select::placeholder {
    color: white;
    opacity: 0.85;
    letter-spacing: 0.02em;
}

input.half,
.floating-label.half {
    width: calc(50% - 0.5rem);
}

.floating-label {
    position: relative;
    width: 100%;
    padding: 2px;
    border-radius: 8px;
}

.floating-label input,
.floating-label textarea,
.floating-label select {
    position: relative;
    z-index: 2;
}

.floating-label label {
    position: absolute;
    width: fit-content;
    top: 0.75rem;
    left: 1rem;
    background-color: #171414;
    padding: 3px 6px;
    border-radius: 6px;
    color: #CCC;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
    white-space: nowrap;
}

.floating-label input:focus+label,
.floating-label input:not(:placeholder-shown)+label,
.floating-label textarea:focus+label,
.floating-label textarea:not(:placeholder-shown)+label,
.floating-label select:focus+label,
.floating-label select:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%);
    left: 0.875rem;
    font-size: 0.8125rem;
    color: white;
}

.floating-label::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 10px;
    width: 60px;
    height: calc(100% + 2px);
    background: linear-gradient(90deg, #FB2E3500 0%, #FB2E35 40%, #FB2E35 60%, #FB2E3500 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
    animation: left-right 5s ease-in-out infinite paused;
    pointer-events: none;
}

.contact .floating-label:not(.half)::before {
    animation-duration: 8s;
}

@keyframes left-right {
    0% {
        left: 10px;
    }
    50% {
        left: calc(100% - 70px);
    }
    100% {
        left: 10px;
    }
}

.floating-label::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 8px;
    background-color: #171414;
    z-index: 1;
    pointer-events: none;
}

.contact .floating-label label,
.contact .floating-label::after,
.contact input,
.contact textarea,
.contact select {
    background-color: var(--dark);
}

.floating-label:focus-within::before {
    opacity: 1;
    animation-play-state: running;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.form-check {
    padding-left: 0 !important;
    width: 100%;
    height: fit-content;
}

.form-group {
    width: 100%;
}

.form-check:not(.form-group .form-check):first-of-type {
    margin-top: 20px;
}

.form-check-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.form-check-input+label {
    position: relative;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 37px;
}

.form-check-input+label a {
    color: var(--primary);
    text-decoration: underline;
}

.form-check-input+label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-left: -37px;
    width: 24px;
    height: 24px;
    background-color: var(--dark);
    border: 1px solid var(--primary);
    border-radius: 5px;
    transition: 0.3s ease;
}

.form-check-input:checked+label::before {
    background-color: var(--primary);
}

.form-check-input+label::after {
    content: " ";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: -10px;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 24px;
    width: 24px;
    transition: 0.3s ease;
    opacity: 0;
}

.form-check-input:checked+label::after {
    opacity: 1;
    top: 0;
}

.contact .primary-link {
    margin-top: 1.25rem;
}

/* FOOTER */

footer {
    position: relative;
}

footer .bg {
    top: auto;
    bottom: 100%;
    height: auto;
}

.article + footer .bg {
    height: 350px;
}

footer .content {
    padding: 80px 40px;
    color: white;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

footer .item .logo {
    width: 100%;
    max-width: 220px;
}

footer .item {
    display: flex;
    flex-direction: column;
    min-width: 17%;
    max-width: 22%;
}

footer .item h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

footer .item p,
footer .item a {
    display: block;
    width: fit-content;
    color: white;
    margin-bottom: 0;
}

footer .item a:hover {
    color: var(--primary);
}

footer li {
    margin-bottom: 0.5rem;
    list-style: none;
    margin-left: 0;
}

footer .raccoon a {
    font-size: 1.125rem;
    font-weight: 550;
}

.hero.article-hero {
    height: auto;
    min-height: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero.article-hero h1 {
    margin: 0;
    font-size: 3vw;
    line-height: 1.25;
    width: 100%;
    max-width: 1140px;
    text-align: left;
    padding-right: 40%;
}

.hero.article-hero .image {
    position: absolute;
    top: calc(50% + 3vw);
    right: 0;
    transform: translateY(-50%);
    height: 70%;
    width: 40%;
    object-fit: contain;
    z-index: -1;
}

.hero.article-hero .content>*:last-child {
    margin-bottom: 0;
}

.article {
    padding-bottom: 120px;
}

.article::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #FB2E3522 0%, #FB2E3500 100%);
    z-index: 1;
}

@media (max-width: 1023px) {

    .navbar {
        height: 70px;
        flex-direction: row;
        justify-content: space-between;
    }

    .navbar .container {
        max-width: 100%;
        position: relative;
        margin: 0;
    }

    .navbar .logo {
        font-size: 28px;
    }

    .navbar .links {
        display: none;
    }

    .navbar .open-sidebar {
        display: flex;
    }

    .navbar .buttons {
        gap: 15px;
        position: static;
    }

    .navbar .buttons a {
        display: none;
    }

    .navbar .buttons svg {
        height: 28px;
    }

    .navbar .buttons .item {
        position: static;
    }

}

@media (max-width: 767px) {

    p,
    li,
    a {
        font-size: 0.875rem;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.75rem;
        margin-bottom: 2.25rem;
    }

    h3 {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }

    h4 {
        font-size: 1.125rem;
    }

    h5,
    h6 {
        font-size: 0.875rem;
    }

    section {
        padding: 60px 20px 0;
    }

    ul,
    ol {
        margin-bottom: 1rem;
    }

    .primary-link {
        font-size: 0.9375em;
    }

    .primary-link.center {
        margin: 2rem auto 0;
    }

    .vbox-close {
        padding: 20px !important;
        top: 5px !important;
        right: 5px !important;
    }

    .vbox-next {
        right: 25px !important;
    }

    .vbox-prev {
        left: 25px !important;
    }

    .swiper-button-prev::after,
    .swiper-button-next:after {
        font-size: 28px;
    }

    .swiper-button-prev {
        left: -34px;
    }

    .swiper-button-next {
        right: -34px;
    }

    .flex-content,
    .flex-content.reverse {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .flex-content .side {
        width: 100%;
    }

    .flex-content .primary-link {
        margin-top: 1.25rem;
    }

    .items {
        gap: 20px;
    }

    .items .item,
    .items.two .item {
        width: 100%;
    }

    .items .item h3 {
        font-size: 1.125rem;
        margin-bottom: 1.125rem;
    }

    /******************/

    .custom-modal .modal-content {
        border-radius: 16px;
    }

    .custom-modal .half {
        width: 100%;
    }

    .custom-modal .header {
        padding: 20px;
    }

    .custom-modal .header h3 {
        text-align: left;
        font-size: 1.375rem;
        padding-right: 30px;
    }

    .custom-modal .header .cancel {
        top: 22px;
        right: 20px;
        width: 18px;
    }

    .custom-modal form {
        padding: 4px 20px 20px;
    }

    .custom-modal .card {
        width: 100%;
        padding: 18px;
    }

    .custom-modal h4 {
        font-size: 1rem;
    }

    .loader {
        padding: 0;
    }

    .loader video {
        width: 180vw;
        max-width: 600px;
    }

    .loader .loader-number {
        font-size: 2.75rem;
        top: 44%;
    }

    .hero {
        padding: calc(70px + 15vw) clamp(20px, 5vw, 60px) 60px;
    }

    .hero h3 {
        font-size: 1.5rem;
    }

    .hero h2 {
        font-size: 2.25rem;
    }

    .hero .card {
        font-size: 0.875rem;
        padding: 0.75em 1em;
        border-radius: 0.75rem;
        width: 10rem;
        top: 40%;
        right: 5%;
        transform: none;
        background-color: #EDE406CC;
    }

    .hero .card:nth-child(2) {
        top: 75%;
        left: 5%;
        transform: none;
        background-color: #FB2E35CC;
    }

    .about {
        padding-top: 60vw;
    }

    .about::before {
        content: '';
        position: absolute;
        top: -10vh;
        left: 0;
        height: calc(100% - 6vw);
        width: 100%;
        background: linear-gradient(180deg, #0C060600 0%, #0C0606FF 60vw);
    }

    .about .left.side p {
        font-size: 0.9375rem;
    }

    .about .right.side {
        flex-wrap: wrap;
    }

    .about .right.side .card {
        width: 100%;
    }

    .about .right.side .card svg {
        height: 2.75rem;
        max-width: 6.5rem;
    }

    .about .right.side .card h3 {
        font-size: 1.375rem;
    }

    .history {
        margin-top: 0;
        padding: 80vw clamp(20px, 5vw, 80px) 50px;
    }

    .history .content {
        width: 100%;
        margin-right: auto;
    }

    .history .content p {
        font-size: 0.9375rem;
        margin-bottom: 1.25rem;
    }

    .services h2 {
        font-size: 1.875rem;
        margin-bottom: 2.5rem;
        font-weight: 500;
    }

    .services .cards {
        gap: 20px;
    }

    .services .card {
        width: 100%;
        padding: 20px;
    }

    .services .card .header {
        gap: 1rem;
    }

    .services .card .header svg {
        height: 2.75rem;
    }

    .services .card .header h3 {
        font-size: 1.375rem;
    }

    .services .card .price {
        font-size: 1.625rem;
        margin: 1rem 0;
        text-align: center;
    }

    .services .card .price span {
        display: none;
    }

    .services .card .price strong {
        font-size: 1.625rem;
    }

    .services .card .primary-link {
        margin: 0 auto;
    }

    .gallery .relative {
        width: 100%;
        margin-left: 0;
    }

    .gallery .swiper-slide,
    .gallery .swiper-wrapper {
        height: 60vw;
        border-radius: 0;
    }

    .gallery .swiper-button-prev,
    .gallery .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .gallery .swiper-button-prev::after,
    .gallery .swiper-button-next::after {
        font-size: 22px;
    }

    .gallery .swiper-button-prev {
        left: 18px;
    }

    .gallery .swiper-button-next {
        right: 18px;
    }

    .reviews {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 80px;
    }

    .reviews .relative {
        padding: 0 20px;
    }

    .reviews .reviews-prev svg,
    .reviews .reviews-next svg {
        width: 32px;
    }

    .reviews .reviews-prev {
        left: 0;
    }

    .reviews .reviews-next {
        right: 0;
    }

    .voucher {
        padding-top: 50px;
        padding-bottom: 70vw;
    }

    /* .voucher .image {
        position: static;
        width: 100%;
        transform: translate(20px, -30px);
        display: block;
    } */

    .voucher .content {
        width: 100%;
    }

    .voucher .content h2 {
        margin-bottom: 1.75rem;
        font-size: 2.25rem;
    }

    .contact {
        padding-bottom: 50px;
    }

    .contact .infos p,
    .contact .infos a {
        font-size: 1rem;
        margin-bottom: 0.25rem;
    }

    .contact .flex-content .right.side,
    .contact .flex-content .left.side {
        width: 100%;
    }

    .contact .flex-content {
        flex-direction: column;
        gap: 40px;
    }

    form {
        gap: 0.625rem;
    }

    form input,
    form textarea,
    form select,
    form option {
        padding: 0.625rem 1rem;
        font-size: 0.875rem;
    }

    form input:nth-of-type(2),
    form input:nth-of-type(3) {
        width: 100%;
    }

    form select {
        background-size: 1rem;
    }

    .form-check-input+label,
    .form-check-input+label a {
        font-size: 0.75rem;
        line-height: 1.7;
    }

    .form-check:not(.form-group .form-check):first-of-type {
        margin-top: 0.75rem;
    }

    input.half,
    .floating-label.half,
    .form-group.half,
    .half, .custom-modal .floating-label {
        width: 100%;
    }

    .floating-label label {
        top: 0.5875rem;
        left: 0.75rem;
        font-size: 0.875rem;
    }

    .floating-label input:focus+label,
    .floating-label input:not(:placeholder-shown)+label,
    .floating-label textarea:focus+label,
    .floating-label textarea:not(:placeholder-shown)+label,
    .floating-label select:focus+label,
    .floating-label select:not(:placeholder-shown)+label {
        left: 0.75rem;
        font-size: 0.75rem;
    }

    form .primary-link {
        margin: 1rem auto 0;
    }

    footer .bg {
        left: 50%;
        transform: translateX(-50%);
        width: 400vw;
    }

    footer .content {
        padding: 40px 20px;
    }

    footer .container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    footer .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-right: 0;
    }

    footer .item .logo {
        width: 180px;
        margin-bottom: 0;
    }

    footer .item:first-of-type p {
        font-size: 13px;
        max-width: 200px;
    }

    footer .item h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    footer .item a,
    footer .item p {
        margin-bottom: 6px;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    footer .socials a {
        width: fit-content;
    }

    footer .socials {
        justify-content: center;
    }

    footer .raccoon {
        margin-top: 15px;
    }

    footer .item .raccoon a {
        display: block !important;
        width: 100% !important;
        margin-bottom: 0;
        text-align: center;
    }

    .hero.article-hero {
        flex-direction: column;
    }

    .hero.article-hero .bg {
        object-position: bottom;
    }

    .hero.article-hero .image {
        position: static;
        width: 100%;
        transform: none;
    }

    .hero.article-hero h1 {
        margin-top: 40px;
        font-size: 2.25rem;
    }

}

@media (min-width: 767px) and (max-width: 1023px) {
    .navbar {
        height: 80px;
    }

    .navbar .logo {
        font-size: 34px;
    }

    .navbar .open-sidebar {
        transform: scale(1.3);
    }

    #sidebar,
    .navbar-dropdown {
        top: 80px;
        height: calc(100vh - 80px);
        padding: 10px 40px;
    }

    #sidebar .links a svg {
        right: 42px;
    }

    #sidebar .links .nav-item {
        height: 66px;
        font-size: 1.375rem;
    }

    #sidebar .navbar-dropdown .container a {
        font-size: 1.375rem;
    }

    #sidebar .lang {
        font-size: 1.5rem;
    }

    #sidebar .lang a {
        font-size: 1.25rem;
    }

    .marker {
        height: 130px;
        margin-top: -130px;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {

    section {
        padding: 80px 40px 0;
    }

    h2 {
        font-size: 3.25rem;
        margin-bottom: 3rem;
    }

    .flex-content {
        gap: 40px;
    }

    .items .item {
        width: calc(50% - 20px);
    }

    .swiper-button-prev {
        left: -28px;
    }

    .swiper-button-next {
        right: -28px;
    }

    h2 {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }

    /*********************************/

    .loader .loader-number {
        font-size: 4rem;
    }

    canvas.kitt {
        transform: scale(1.4);
    }

    .hero {
        padding: calc(70px + 10vw) clamp(20px, 5vw, 60px) 60px;
    }

    .hero h3 {
        font-size: 2rem;
    }

    .hero h2 {
        font-size: 4rem;
    }

    .hero .card {
        font-size: 1.1875rem;
        width: 14rem;
        top: 45%;
        right: 24%;
    }

    .hero .card:nth-child(2) {
        top: 76%;
        right: auto;
        left: 24%;
    }

    .about {
        padding-top: 35vh;
        margin-bottom: -13vh;
    }

    .about::before {
        content: '';
        position: absolute;
        top: -10vh;
        left: 0;
        height: calc(100% - 6vw);
        width: 100%;
        background: linear-gradient(180deg, #0C060600 0%, #0C0606FF 35vh);
    }

    .history {
        padding-top: 44vh;
    }

    .history h2,
    .history .content {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .history h2 {
        max-width: 538px;
    }

    .history .content {
        width: 100%;
    }

    .voucher {
        padding-top: 60px;
        padding-bottom: 40vh;
    }

    .voucher .content {
        width: 100%;
    }

    .contact {
        padding-bottom: 60px;
    }

    .contact .infos p, .contact .infos a {
        font-size: 1rem;
    }


    footer .container {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    footer .item {
        max-width: none;
        width: 33%;
        margin-bottom: 30px;
    }

    footer .item .logo {
        max-width: 200px;
    }

    footer .item p,
    footer .item a {
        width: 100%;
    }

}

@media (min-width: 1024px) and (max-width: 1279px) {}

@media (min-width: 1280px) and (max-width: 1440px) {}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1023px) {
    .container {
        max-width: 1023px;
    }
}

@media (min-width: 1140px) {
    .container {
        max-width: 1140px;
    }
}