:root {
    --primary: #E18C5D;
    --gray: #A7A5A5;
    --darkgray: #54595F;
    --dark: #16292C;
    --shadow: 2px 4px 20px 4px #C8C9C932;
}

@font-face {
    font-family: 'VerdanaHosted';
    src: url('Verdana.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VerdanaHosted';
    src: url('Verdana-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VerdanaHosted';
    src: url('Verdana-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "VerdanaHosted", Geneva, sans-serif;
}

html {
    scrollbar-width: none;
}

body {
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.5s;
    overflow-x: hidden;
    font-weight: 400;
    color: var(--dark);
    line-height: 1.3;
}

svg {
    overflow: visible;
    pointer-events: none;
}

.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;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

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

strong {
    font-weight: 700;
}

h1 {
    font-size: 4.5rem;
    margin: 0;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

h2 {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 4rem;
    text-transform: uppercase;
    color: var(--gray);
}

h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.125rem;
}

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

h5 {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

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

p,
li {
    font-size: 1rem;
    line-height: 1.6;
    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.5rem;
        margin-bottom: 2rem;
        padding-left: 0;
    }

    h3 {
        font-size: 2rem;
        font-weight: 700;
    }

    h4 {
        font-size: 1.25rem;
        font-weight: 700;
        margin-top: 1.25rem;
        margin-bottom: 0.875rem;
    }

    h5 {
        font-size: 1.125rem;
        font-weight: 700;
        margin: 1.25rem 0 0.875rem;
    }

    h6 {
        font-size: 1rem;
        font-weight: 700;
        margin: 1.25rem 0 0.875rem;
    }

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

}

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

.primary-link {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.625rem;
    display: block;
    width: fit-content;
    text-transform: uppercase;
    outline: none;
    white-space: nowrap;
    position: relative;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: white;
    transition: background-color 0.3s, color 0.3s;

    &:hover {
        background-color: transparent;
        color: var(--primary);
    }
    
    &.gray {
        background-color: var(--darkgray);
        border-color: transparent;
        color: white;
    }
    
    &.gray:hover {
        background-color: var(--primary);
        color: white;
    }
    
    &.center {
        margin: 80px auto 0;
    }
}


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

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

.rccookie-container {
    background-color: #FFFFFFBB;
    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: var(--dark);
}

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

.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(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: opacity 0.4s;
    z-index: 996;
}

.overlay.active {
    opacity: 1;
}

a {
    transition: color 0.3s;
    text-decoration: none;
    cursor: pointer;
    color: var(--dark);
}

a:hover,
a:focus-visible {
    text-decoration: none;
    color: var(--dark);
}

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;
}

/* SIDEBAR OPEN */

.open-sidebar {
    width: 28px;
    height: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    display: none;

    .hb {
        border-bottom: 2px solid var(--dark);
        border-radius: 99px;
        transition: all 0.45s;
    }

    .hb1,
    .hb2 {
        width: 26px;
    }

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

    &.closed .hb1 {
        transform: rotate(-45deg) translate(-6.5px, 6.5px);
        width: 30px;
    }

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

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

}

.desktop-navbar.scrolled .open-sidebar .hb {
    border-color: var(--dark);
}


/* 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 .lang {
    font-size: 20px;
    color: var(--dark);
    gap: 0.5rem;
}

.sidebar .lang a {
    font-size: 1.125rem;
    color: var(--dark);
    border-color: var(--dark);
    padding-right: 0.5rem;
}

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

.sidebar {
    background: #FFFFFFDD;
    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;
    text-transform: uppercase;
    color: var(--dark);
}

.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(--primary);
    stroke-width: 1;
}

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

/* 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;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
    overflow-y: auto;
    padding: 20px;

    &.active {
        opacity: 1;
    }

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

    .modal-content {
        width: 100%;
        max-width: 750px;
        background-color: #DCE7EA;
        border-radius: 30px;
        overflow: hidden;
        padding: 40px;
        text-align: center;

        .cancel {
            position: absolute;
            top: 25px;
            right: 25px;
            cursor: pointer;
            width: 22px;
        }

        h3 {
            font-size: 2rem;
            color: var(--primary);
            font-weight: 700;
            margin-bottom: 2rem;
            line-height: 1.25;
        }
    }
}


/* DESKTOP NAVBAR */

.desktop-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 0 clamp(20px, 4vw, 80px);
    transition: background-color 0.4s, box-shadow 0.4s, backdrop-filter 0.4s;

    &.scrolled {
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        background-color: #FFFFFFDD;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 26px 0 24px;
        max-width: 100%;
    }

    .logo {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 1.75rem;
    }

    .logo img {
        position: absolute;
        top: 0;
        left: 0;
        height: 1.75rem;
        transition: opacity 0.3s;
    }

    .logo .dark {
        opacity: 0;
    }

    &.scrolled .logo .dark {
        opacity: 1;
    }

    .scrolled .logo .light {
        opacity: 0;
    }

    .links {
        display: flex;
        align-items: center;
        gap: 4rem;
        padding-left: 4rem;
        margin-left: auto;
    }

    .links .link {
        position: relative;
    }

    .links .nav-item {
        font-size: 1rem;
        display: flex;
        align-items: center;
        position: relative;
        white-space: nowrap;
        color: var(--dark);
        text-transform: uppercase;
    }

    &.scrolled .links .nav-item {
        color: var(--dark);
    }

    .links .nav-item:hover {
        color: var(--dark);
    }

    &.scrolled .links .nav-item:hover {
        color: var(--dark);
    }

    .links .link .nav-item::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: var(--dark);
        transition: width 0.4s cubic-bezier(0.01, 0.69, 0.4, 1);
    }

    .links .link:last-child .nav-item::after {
        display: none;
    }

    &.scrolled .links .nav-item::after {
        background-color: var(--dark);
    }

    .links .nav-item:hover::after {
        width: 100%;
    }

    .links .nav-item svg {
        width: 0.875rem;
        margin-left: 0.5rem;
        transition: transform 0.3s;
    }

    .links .nav-item.active svg {
        transform: rotate(180deg);
    }

    .links .nav-item svg path {
        transition: stroke 0.3s;
        stroke: white;
    }

    &.scrolled .links .nav-item svg path {
        stroke: var(--dark);
    }

    .buttons {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        position: relative;
    }

    .basketLayerContainer svg {
        height: 1.625rem;
    }

    .login-btn svg {
        height: 1.625rem;
        width: 1.625rem;
    }

    .buttons svg path,
    .buttons svg circle {
        transition: fill 0.3s, stroke 0.3s;
    }

    .buttons .item:first-of-type svg:hover path {
        fill: var(--primary);
    }

    .buttons .item:nth-of-type(2) svg:hover path,
    .buttons .item:nth-of-type(2) svg:hover circle {
        stroke: var(--primary);
    }
}


/* NAVBAR DROPDOWN */

.navbar-dropdown {
    position: absolute;
    top: 3.25rem;
    left: 0;
    padding: 0;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    border-bottom-right-radius: 1rem;
    z-index: 998;
    max-height: 0;
    transition: max-height 0.6s cubic-bezier(0.01, 0.69, 0.4, 1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.navbar-dropdown.active {
    z-index: 999;
}

.navbar-dropdown .container {
    display: block;
    padding: 0.5rem 0;
    background-color: #FFFFFFEF;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.navbar-dropdown .arrow {
    display: none;
}

.navbar-dropdown .container a {
    display: block;
    font-size: 1rem;
    padding: 0.625rem 1.25rem 0.75rem;
    white-space: nowrap;
    color: var(--dark);
    font-weight: 700;
}

.navbar-dropdown .cancel {
    position: absolute;
    top: 7px;
    right: 5px;
    padding: 10px;
    cursor: pointer;
    width: 38px;
}

/* KIS LENYÍLÓK */

.desktop-modal {
    position: absolute;
    top: 100%;
    right: -20px;
    width: calc(100vw - 40px);
    max-width: 340px;
    background-color: #FFFFFFE8;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 15px;
    display: none;
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    padding: 20px;

    &.active {
        transform: translateY(40px);
        opacity: 1;
    }

    &::before {
        content: '';
        position: absolute;
        top: -17.75px;
        width: 40px;
        height: 21px;
        background-image: url('../images/triangle.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.9;
    }

    .cancel {
        position: absolute;
        top: 7px;
        right: 5px;
        padding: 10px;
        cursor: pointer;
        width: 38px;
    }

    h3 {
        margin: 0 0 20px;
        text-transform: none;
        font-size: 1.125rem;
        text-align: center;
    }

    form {
        padding: 0;
        width: 100%;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    form input {
        width: 100%;
        border-bottom: 1px solid var(--dark);
        margin-bottom: 10px;
        line-height: 1;
    }

    input + .primary-link {
        margin-top: 10px;
    }

    .buttons {
        margin-top: 20px;
        flex-direction: column;
        gap: 10px;
    }

    .primary-link {
        font-size: 0.875rem;
        padding: 0.625rem 1rem;
    }

    &.basket-modal {
        &::before {
            right: 65px;
        }

        .item {
            display: flex;
            gap: 10px;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid var(--primary);

            
            img {
                min-width: 80px;
                min-height: 80px;
                max-width: 80px;
                max-height: 80px;
                object-fit: contain;
            }

            .content {
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }
    
            h4 {
                font-size: 0.875rem;
                text-transform: uppercase;
                margin-bottom: 0;
                font-style: normal;
            }
    
            .size {
                font-size: 0.75rem;
                margin-bottom: 0;
            }
    
            .quantity {
                font-size: 0.75rem;
                font-weight: 700;
                color: var(--primary);
            }
        }

        .price {
            text-align: right;
            font-size: 0.875rem;
            font-weight: 700;
        }

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

        .summary .price {
            font-size: 1rem;
        }
    }

    &.login-modal {

        &::before {
            right: 12px;
        }

        .lostpassword {
            text-align: center;
            margin-top: 0.5rem;
            font-size: 0.8125rem;
        }

        &.login-modal .logged-in a {
            display: block;
            text-align: center;
            margin-bottom: 0.625rem;
        }

        &.login-modal hr {
            width: 100%;
            margin: 1rem 0;
            border-top: 1px solid var(--dark);
        }

    }
}

.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;
    position: relative;
}

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

.items.three .item {
    width: calc(33.3333% - 28px);
}

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

.items .item h3,
.items .item h3 a {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.relative {
    position: relative;
}

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

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

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 99;
    cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 30px;
    font-weight: 700;
    color: var(--gray);
}

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

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

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

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

.swiper-slide {
    height: 250px;
}

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

.swiper-wrapper {
    align-items: center;
}

/* LOADER */

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    z-index: 9999;
    transition: opacity 0.5s;
}

.loader.end {
    opacity: 0;
}

.loader svg {
    width: 100%;
    height: 100%;
    max-width: 450px;
    max-height: 450px;
}

/* HERO */

.hero {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 120px clamp(20px, 4vw, 80px) 0;
    background-color: var(--lightblue);
    overflow: hidden;

    .container {
        max-width: 1400px;
    }

    h1 {
        width: 43.75rem;
        line-height: 1.1;

        span {
            display: inline-block;

            &:nth-child(1),
            &:nth-child(4) {
                font-size: 4rem;
            }

            &:nth-child(2),
            &:nth-child(5) {
                font-size: 2.5rem;
            }

            &:nth-child(3),
            &:nth-child(6) {
                font-size: 5.5rem;
            }

            &:nth-child(1) {
                padding-left: 3rem;
            }

            &:nth-child(3) {
                padding-left: 9.25rem;
                padding-bottom: 1rem;
            }

            &:nth-child(6) {
                padding-left: 4rem;
            }
        }
    }

    img {
        margin: 0 clamp(-80px, -4vw, -20px);
        margin-top: -7vw;
        width: 100vw;
        pointer-events: none;
    }

}

.whyus {
    padding-top: 0;
    margin-top: -105px;
    z-index: 2;

    .container {
        padding: 70px 60px;
        background: #FFFFFFC8;
        border-radius: 6px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: var(--shadow);
    }

    .items {
        gap: 60px;

        .item {
            width: calc(25% - 45px);
            align-items: center;
            text-align: center;

            .icon {
                margin-bottom: 1.25rem;
                width: 100px;
                height: 80px;
            }

            h3 {
                font-size: 1.25rem;
                margin-bottom: 0.75rem;
                text-transform: uppercase;
            }
        }
    }
}

.bgshape path {
    stroke: #F6F5F6;
    stroke-width: 6;
    fill-opacity: 0;

    &:first-of-type {
        stroke-dasharray: 2140;
        stroke-dashoffset: 2140;
    }

    &:nth-of-type(2) {
        stroke-dasharray: 2320;
        stroke-dashoffset: 2320;
    }
}

.bgshape.darkshape path {
    stroke: #ededed;
}

.about {
    padding-top: 160px;
    padding-bottom: 160px;

    .bgshape {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        height: 100%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .flex-content {
        gap: 100px;
    }

    .left.side {
        position: relative;

        img {
            position: absolute;
            right: 0;
            bottom: 0;
            width: calc(50vw - 50px);
        }
    }

    .right.side {

        h2 {
            margin-bottom: 2rem;
        }
    
        .primary-link {
            margin-top: 2.75rem;
        }
    }
}

.services {
    display: flex;
    padding: 0;

    .item {
        flex: 1;
        position: relative;
        height: 33vw;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        overflow: hidden;

        .bg {
            z-index: 0;
            transition: transform 0.75s cubic-bezier(0.01, 0.69, 0.4, 1);
        }
        
        .layer {
            z-index: 1;
            background-color: var(--darkgray);
            opacity: 0.55;
            transition: opacity 0.3s;
        }
        
        &:hover {
            .bg {
                transform: scale(1.07);
            }

            .layer {
                opacity: 0.45;
            }
        }
        
        h3 {
            position: relative;
            z-index: 2;
            font-size: 1.65vw;
            text-align: center;
            line-height: 1.3;
            color: white;
            text-transform: uppercase;
        }

        &:nth-of-type(1) h3,
        &:nth-of-type(2) h3 {
            max-width: 20vw;
        }

        .angle {
            position: absolute;
            bottom: 3vw;
            right: 3vw;
            z-index: 2;

            img {
                width: 1vw;
                height: auto;
            }
        }
    }
}

.collapse-item {
    .header {
        position: relative;
        cursor: pointer;

        &::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 30px;
            width: 24px;
            height: 12px;
            background: url('../images/collapse-angle.svg') no-repeat center center / contain;
            transform: translateY(-50%);
            transition: transform 0.4s;
        }
    }

    &.active .header::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }
}

.steps {

    .collapse-items {
        padding-left: 170px;
        max-width: 900px;
        margin: 0 auto;

        .collapse-item {
            position: relative;
            background-color: rgb(243, 243, 243);
            border-radius: 6px;
            margin-bottom: 40px;

            &::before {
                content: '';
                position: absolute;
                top: 68px;
                left: -159px;
                width: 2px;
                height: 0;
                background-color: var(--darkgray);
                transition: height 1s cubic-bezier(0.01, 0.69, 0.4, 1);
            }

            &.animate::before {
                height: calc(100% + 40px);
            }

            &:last-child::before {
                display: none;
            }
            
            .header {
                height: 120px;
                padding: 0 70px;
                display: flex;
                align-items: center;

                &::before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: -170px;
                    transform: translateY(-50%) scale(0);
                    width: 24px;
                    height: 24px;
                    background-color: var(--darkgray);
                    border-radius: 50%;
                    transition: transform 1s cubic-bezier(0.01, 0.69, 0.4, 1);
                }

                &.active::before {
                    transform: translateY(-50%) scale(1);
                }

                span {
                    position: absolute;
                    top: 50%;
                    left: -5rem;
                    transform: translateY(-50%);
                    font-size: 4.5rem;
                    font-weight: 700;
                    color: var(--primary);
                }

                h3 {
                    text-transform: uppercase;
                    font-size: 1.25rem;
                    line-height: 1.5;
                    margin-bottom: 0;
                    max-width: 30rem;
                }
            }

            .content .inner {
                padding: 0 70px 40px;
            }
        }
    }
}

.reviews {
    padding-top: 120px;

    .image {
        margin-left: clamp(-80px, -4vw, -20px);
        width: 100vw;
    }

    .relative {
        max-width: 1100px;
        margin: -8vw auto 0;
        background-color: #FFFFFFC8;
        border-radius: 6px;
        box-shadow: var(--shadow);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);

        .swiper-wrapper {
            align-items: center;
        }

        .swiper-slide {
            padding: 70px;
            height: auto;

            p {
                max-width: 830px;
                margin: 0 auto;
                font-style: italic;
            }

            h5 {
                max-width: 830px;
                margin: 0 auto;
                margin-top: 3rem;
                margin-bottom: 0.5rem;
                font-size: 1.25rem;
            }

            span {
                display: block;
                max-width: 830px;
                margin: 0 auto;
            }
        }

        .swiper-pagination {
            bottom: -45px;

            .swiper-pagination-current {
                font-weight: 700;
            }
        }
    }

    & + .projects::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% + 30vw);
        background-color: #F6F5F6;
        z-index: -1;
    }
}

.projects {
    padding-top: 160px;
    padding-bottom: 80px;

    .featured {
        gap: 0;
        will-change: opacity;

        .left.side {
            max-height: 520px;

            img {
                display: block;
                border-radius: 6px;
                height: 100%;
                max-height: 520px;
                object-fit: cover;
            }
        }

        .right.side {
            margin-left: -60px;
            background-color: #FFFFFFC8;
            border-radius: 6px;
            box-shadow: var(--shadow);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            padding: 50px 40px 40px 80px;
            will-change: opacity;
            transform: translateZ(0);

            h3 {
                color: var(--darkgray);
                text-transform: uppercase;
                padding-bottom: 0.25rem;
                margin-bottom: 0;
            }

            .city {
                font-size: 1.125rem;
                display: block;
                padding-bottom: 1.25rem;
                color: var(--darkgray);
            }

            a p {
                margin-bottom: 0 !important;
            }

            .link {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                gap: 0.75rem;
                text-transform: uppercase;
                padding-top: 2.25rem;
                transition: filter 0.3s;
                color: #6A6A6A;

                img {
                    height: 1rem;
                    transition: transform 0.4s;
                }

                &:hover {
                    filter: brightness(0);

                    img {
                        transform: translateX(8px);
                    }
                }
            }
        }

        & + .title,
        & + .items {
            margin-top: 80px;
        }
    }

    .title {
        text-transform: uppercase;
        color: var(--darkgray);
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .items {
        gap: 30px;
    }

    .item {
        width: calc(25% - 15px);
        overflow: hidden;
        border-radius: 6px;
        height: 250px;
        position: relative;
        cursor: pointer;
        display: block;

        a {
            display: block;
        }

        .bg {
            transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.4, 1);
            z-index: 0;
        }

        &:hover .bg {
            transform: scale(1.05);
        }

        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            pointer-events: none;
        }

        .content {
            position: absolute;
            bottom: 10px;
            right: 10px;
            border-radius: 6px;
            padding: 12px 15px 16px;
            background-color: #FFFFFFC8;
            box-shadow: var(--shadow);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            width: 80%;
            pointer-events: none;

            h3 {
                margin-bottom: 0;

                a {
                    color: var(--darkgray);
                    text-transform: uppercase;
                    font-size: 1rem;
                }
            }

            .location {
                font-size: 0.875rem;
                color: var(--darkgray);
            }
        }
    }
}

.blog {
    padding-bottom: 300px;

    .bgshape {
        position: absolute;
        top: -1px;
        left: -10%;
        width: auto;
        height: 100%;
        z-index: -1;
    }

    .items.three {
        gap: 30px;
    }

    .items.three .item {
        width: calc(33% - 20px);
        padding-bottom: 3rem;

        .image {
            width: 100%;
            height: 220px;
            overflow: hidden;
            margin-bottom: 20px;
            border-radius: 6px;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.4, 1);
            }

            &:hover img {
                transform: scale(1.05);
            }
        }

        .date {
            font-size: 0.875rem;
            color: var(--darkgray);
            margin-bottom: 0.5rem;
        }

        h3,
        h3 a {
            font-size: 1.375rem;
            margin-bottom: 1rem;
            line-height: 1.25;
        }

        p {
            margin-bottom: 0;
        }

        .link {
            position: absolute;
            bottom: 0;
            left: 0;
            color: var(--darkgray);
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            transition: filter 0.3s;
            color: #6A6A6A;

            img {
                height: 1rem;
                transition: transform 0.4s;
            }

            &:hover {
                filter: brightness(0);

                img {
                    transform: translateX(8px);
                }
            }
        }
    }

}

.contact {
    position: static;
    padding-top: 0;

    .image {
        margin-left: clamp(-80px, -4vw, -20px);
        width: 100vw;
        margin-top: calc(-300px - 8.5vw);
        position: relative;
        z-index: -1;
    }

    .container {
        background-color: #F4F4F4F5;
        border-radius: 6px;
        /* backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px); */
        padding: 60px 80px;
        margin-top: -240px;
    }

    h2 {
        color: var(--darkgray);
    }

    .infos {
        margin-bottom: 40px;

        .item:first-of-type {
            width: calc(60% - 20px);
        }

        .item:last-of-type {
            width: calc(40% - 20px);
        }

        .country {
            display: flex;
            align-items: center;
            gap: 1rem;
            text-transform: uppercase;
            font-weight: 700;
            padding-bottom: 0.5rem;
            margin-bottom: 1.5rem;
            border-bottom: 1px solid var(--darkgray);

            img {
                width: 1.5rem;
                height: auto;
            }
        }

        .locations {
            display: flex;
            gap: 44px;

            .location {
                flex: 1;

                h4 {
                    text-transform: uppercase;
                    font-size: 1rem;
                    font-weight: 700;
                    margin-bottom: 1.25rem;
                }

                p {
                    margin-bottom: 0.25rem;
                }
            }
        }
    }

    h3 {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
}

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

input,
textarea,
select {
    padding: 0.875rem 1.25rem;
    background-color: white;
    border-radius: 6px;
    color: var(--dark) !important;
    font-size: 1rem;
    width: 100%;
    resize: none;
    outline: 1px solid transparent;
    border: 1px solid var(--gray);
    transition: all 0.4s;

    &.half {
        width: calc(50% - 0.625rem);
    }

    &::placeholder {
        color: var(--dark);
        opacity: 0.6;
    }

    &:focus {
        outline: 1px solid var(--darkgray);
        border-color: var(--darkgray);
    }
}

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


.form-check {
    margin-left: 32px;
    padding-left: 0 !important;
    width: 100%;
}

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

.form-group {
    margin-bottom: 0;
    width: 100%;
}

.form-group:first-of-type {
    margin-top: 1rem;
}

.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: 0.875rem;
    margin-bottom: 0;
    color: var(--dark);
}

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

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

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

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

.contact .primary-link {
    margin-top: 1.25rem;
    position: relative;
    z-index: 2;
}

/* FOOTER */

footer {

    .content {
        padding: 100px 40px 40px;
    }

    .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
    }

    .item {
        display: flex;
        flex-direction: column;
        min-width: 17%;
        max-width: 24%;
        padding-right: 10px;
        height: fit-content;

        .logo {
            display: block;
            width: 130px;
            filter: brightness(0.5);
        }

        h3 {
            font-size: 1.125rem;
            margin-bottom: 1.25rem;
            text-transform: none;
        }

        
        li {
            margin-bottom: 0.5rem;
            list-style: none;
            margin-left: 0;
            line-height: 1.7;

            &:last-child {
                margin-bottom: 0;
            }
            
            img {
                width: 1.125rem;
                height: auto;
                display: inline-block;
                vertical-align: middle;
                margin-right: 0.25rem;
                margin-top: -0.25rem;
            }

            p,
            a {
                width: fit-content;
                margin-bottom: 0;

                img {
                    width: 1.75rem;
                    margin-top: 0.25rem;
                }
            }
        }

    }
    .raccoon {
        margin-top: 40px;
        a {
            color: var(--darkgray);
            font-size: 0.8125rem;
        }
    }
}

.subpage-hero {
    padding-top: 180px; 
}

.after-hero {
    padding-top: 0;
    z-index: 2;
    
    .container {
        max-width: 1050px;
        margin: 0 auto;
        margin-top: -120px;
        padding: 60px 80px;
        background-color: #FFFFFFC8;
        border-radius: 6px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        box-shadow: var(--shadow);
        will-change: opacity;
        transform: translateZ(0);

        p {
            max-width: 820px;
            margin: 0 auto 1.25rem;

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

.nav {
    line-height: 1.4;
    position: absolute;
    z-index: 2;
    bottom: -7vw;
    
    a {
        margin-right: 0.375rem;
        
        &::after {
            content: '/';
            margin-left: 0.375rem;
        }
        
        &:last-child {
            font-weight: 700;
            
            &::after {
                content: '';
            }
        }
    }
}

.about.subpage {
    overflow: hidden;
    padding-bottom: 0;

    h2 {
        font-size: 3.5rem;
    }

    .left.side {
        height: 570px;

        img {
            top: 0;
            bottom: auto;
            right: -50px;
            width: 50vw;
            height: 570px;
            object-fit: cover;
        }
    }

    .right.side {
        padding-left: 30px;
    }

    &.reverse {
        padding-top: 0;

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

        .left.side img {
            right: auto;
            left: -50px;
        }

        .right.side {
            padding-left: 0;
            padding-right: 30px;
        }

        & + .container {
            padding: 120px clamp(20px, 4vw, 80px) 0;
        }
    }
}

.service-bg {
    position: relative;
    padding-bottom: 80px;
    
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #F6F5F6;
        z-index: -1;
    }
}

.services-list {
    position: relative;

    .bgshape {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        height: 680px;
        transform: translateX(-50%);
        z-index: -1;
    }

    .service {
    
        .flex-content {
            gap: 0;
        }
    
        .left.side {
            position: relative;
            padding-right: 0;
            height: 530px;
    
            img {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 50vw;
                height: 530px;
            }
        }
    
        .right.side {
            padding: 60px 40px 40px 40px;
            background-color: #FFFFFFD8;
            border-radius: 6px;
            box-shadow: var(--shadow);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            margin-left: -10vw;
            width: calc(50% + 5vw);
    
            p {
                max-width: 560px;
                margin: 0 auto 1.25rem;

                &:last-of-type {
                    margin-bottom: 0;
                }
            }
    
            .link {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                gap: 0.75rem;
                text-transform: uppercase;
                color: var(--darkgray);
                margin-top: 2.5rem;
                transition: filter 0.3s;
                color: #6A6A6A;

                img {
                    height: 1rem;
                    transition: transform 0.4s;
                }

                &:hover {
                    filter: brightness(0);

                    img {
                        transform: translateX(8px);
                    }
                }
            }
        }

        &:nth-of-type(2n) {

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

            .left.side {
                img {
                    left: 0;
                    right: auto;
                }
            }

            .right.side {
                margin-left: 0;
                margin-right: -10vw;
            }
        }
    }
}

.service-hero {
    padding: 200px clamp(20px, 4vw, 80px);
    overflow: hidden;

    .small-container {
        padding: 50px 60px;
        width: 100%;
        border-radius: 6px;
        max-width: 42rem;
        background-color: #FFFFFFAA;
        box-shadow: var(--shadow);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    h1 {
        font-size: 3rem;
    }

    .location {
        margin-top: 1rem;
    }
}

.service-main {
    padding-top: 40px;
    padding-bottom: 100px;

    .bgshape {
        position: absolute;
        top: -1px;
        left: 50%;
        width: auto;
        height: calc(100% + 2px);
        transform: translateX(-50%);
        z-index: -2;
    }

    .nav {
        position: static;
        margin-bottom: 60px;
    }

    .content {
        max-width: 850px;
        margin: 0 auto;
    }

    .items {
        gap: 120px;
        max-width: 1140px;
        margin: 60px auto 0;

        .item {
            width: calc(33.33% - 80px);
            padding-bottom: 0;
            margin-bottom: 0;
            text-align: center;

            img {
                height: 80px;
                margin-bottom: 20px;
            }

            h3 {
                font-size: 1.25rem;
                margin-bottom: 1rem;
                text-transform: uppercase;
            }

            p {
                margin-bottom: 0;
            }
        }
    }

    & + .steps {
        padding-top: 80px;
        padding-bottom: 100px;
        
        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: calc(100% + 180px);
            background-color: #F6F5F6;
            z-index: -1;
        }

        .collapse-item {
            background-color: white;
        }
    }
}

.services.two .item:nth-of-type(1) h3,
.services.two .item:nth-of-type(2) h3 {
    max-width: 32vw;
}

.projects-hero img {
    margin-top: 3.5vw;
}

.projects-hero + .after-hero {
    padding-bottom: 240px;

    .bgshape {
        position: absolute;
        top: 120px;
        left: 50%;
        width: auto;
        height: calc(100% - 119px);
        transform: translateX(-50%);
        z-index: -1;
    }
}

.map-section {
    padding-top: 60px;
    background-color: #F6F5F6;

    .filters {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 60px;

        .filter {
            flex: 1;
            position: relative;

            .current {
                border: 1px solid var(--gray);
                padding: 1rem 1.25rem;
                border-radius: 6px;
                cursor: pointer;
                position: relative;
                color: var(--darkgray);

                &::after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 20px;
                    transform: translateY(-50%);
                    width: 20px;
                    height: 10px;
                    opacity: 0.8;
                    background-image: url('../images/angle-down-gray.svg');
                    background-repeat: no-repeat;
                    background-size: contain;
                    transition: transform 0.3s ease-in-out;
                }
            }

            &.active .current::after {
                transform: translateY(-50%) rotate(180deg);
            }

            .list {
                position: absolute;
                top: calc(100% + 10px);
                left: 0;
                width: 100%;
                background-color: white;
                border-radius: 6px;
                box-shadow: var(--shadow);
                z-index: 10;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease-out;
                
                .inner {
                    padding: 0.5rem 0;
                    max-height: 230px;
                    overflow-y: auto;
                    scrollbar-width: thin;
                    scrollbar-color: var(--darkgray) transparent;
                }

                .item {
                    display: block;
                    padding: 0.5rem 1.25rem;
                    color: var(--dark);
                    text-decoration: none;
                    cursor: pointer;

                    &:hover {
                        background-color: var(--lightgray);
                    }
                }
            }
        }
    }

    #map {
        height: 30vw;
        margin-left: clamp(-80px, -4vw, -20px);
        width: 100vw;
        z-index: 2;

        .leaflet-control-attribution {
            display: none;
        }

        .leaflet-popup-content-wrapper {
            padding: 1.5rem 1rem;

            .leaflet-popup-content {
                width: 100%;
                max-width: 260px;
                margin: 0;
                text-align: center;

                img {
                    width: 100%;
                    height: auto;
                    border-radius: 6px;
                    margin-bottom: 0.75rem;
                }

                h5 {
                    margin-bottom: 0.5rem;
                }

                a {
                    margin-top: 0.5rem;
                    color: var(--darkgray);
                    text-transform: uppercase;
                    font-size: 0.875rem;
                    text-decoration: underline;
                }
            }
        }
    }

    & + .projects {
        background-color: #F6F5F6;
        padding-top: 80px;
        padding-bottom: 80px;

        .items .item {
            width: calc(33.33% - 20px);
            height: 280px;
        }
    }
}

.reviews.subpage {

    .bgshape {
        position: absolute;
        top: 0;
        left: -10vw;
        width: auto;
        height: calc(100% - 27vw);
        z-index: -1;
    }

    .relative {
        margin: 0 auto;
        background-color: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;

        .swiper-slide {
            padding: 0 70px;
        }
    }

    .image {
        margin-top: -5vw;
    }
}

.project-hero {
    margin-top: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;

    .infos {
        padding: 50px 60px;
        width: fit-content;
        max-width: 47rem;
        background-color: #FFFFFFCC;
        border-radius: 6px;
        box-shadow: var(--shadow);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);

        h1 {
            font-size: 3.25rem;
            margin-bottom: 2rem;
        }

        .info {
            margin-bottom: 1.25rem;
            color: var(--darkgray);

            p {
                text-transform: uppercase;
                font-weight: 700;
                font-size: 1.25rem;
                margin-bottom: 0.25rem;
            }
        }
    }
}

.with-bgshape, .with-nav {
    position: relative;
    padding-top: 40px;

    .nav {
        position: static;
        margin-bottom: 20px;
    }

    .back {
        display: flex;
        align-items: center;
        gap: 1rem;
        
        img {
            height: 1.125rem;
            vertical-align: middle;
        }
    }

    .bgshape {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        height: calc(100% + 2px);
        transform: translateX(-50%);
        z-index: -2;
    }
}

.project-content {
    margin-top: 100px;

    h2 {
        margin-bottom: 2.5rem;
        margin-top: -0.25em;
        margin-left: -0.0625em;
    }

    .left.side {
        position: relative;
        height: 530px;

        img {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 50vw;
            height: 530px;
            object-fit: cover;
        }
    }

    &.no-image {
        justify-content: center;
        .left.side {
            display: none;
        }
        .right.side {
            width: 100%;
            padding-left: 0 !important;
        }
    }
}

.second-project-content .project-content {
    margin-top: 20px;

    .left.side {
        position: relative;
        height: 530px;

        img {
            position: absolute;
            left: 0;
            right: auto;
            width: 50vw;
            height: 530px;
            object-fit: cover;
        }
    }

    .right.side {
        padding-left: 30px;
    }
}

.gallery {
    padding: 120px 0 0;

    .relative {
        margin-left: -10vw;
        width: calc(100% + 20vw);

        .swiper-slide {
            height: 30vw;
            transition: transform 0.6s;

            &:not(.swiper-slide-next) {
                transform: scale(0.85);
            }
        }

        .swiper-pagination {
            bottom: -50px;
            font-size: 16px;
            transition: none;

            span:first-child {
                font-weight: 700;
            }
        }

        .swiper-button-prev {
            left: 50%;
            top: auto;
            bottom: -60px;
            transform: translateX(-80px);

            &::after {
                font-size: 20px;
                color: var(--darkgray);
            }
        }

        .swiper-button-next {
            right: 50%;
            top: auto;
            bottom: -60px;
            transform: translateX(80px);

            &::after {
                font-size: 20px;
                color: var(--darkgray);
            }
        }
    }

    .primary-link.center {
        margin-top: 110px;
    }

    & + .projects {
        margin-top: 80px;
        padding-top: 80px;
        padding-bottom: 80px;
        background-color: #F6F5F6;
    }
}

.news-hero {
    img {
        margin-top: 5vw;
    }

    & + .blog {
        padding-bottom: 40px;

        .item {
            margin-bottom: 40px;
        }
    }
}

.article + .blog {
    padding-bottom: 40px;
}

.service-hero + .with-nav {
    padding: 0 clamp(20px, 4vw, 80px);

    .nav {
        position: static;
        margin-top: 60px;
    }
}

.career-hero img {
    margin-top: 7vw;
}

.career-after-hero {
    padding-bottom: 200px;

    .bgshape {
        position: absolute;
        top: 120px;
        left: 50%;
        width: auto;
        height: calc(100% - 118px);
        transform: translateX(-50%);
        z-index: -1;
    }
}

.jobs {
    padding-bottom: 20vw;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #F6F5F6;
        z-index: -1;
    }

    .item {
        background-color: white;
        border-radius: 6px;
        padding: 40px;
        padding-bottom: 5rem;

        h3 {
            color: var(--primary);
            margin-bottom: 2rem;
            font-size: 1.5rem;
            text-transform: uppercase;
        }

        .link {
            position: absolute;
            bottom: 35px;
            right: 40px;
            color: var(--darkgray);
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            transition: filter 0.3s;
            color: #6A6A6A;

            img {
                height: 1rem;
                transition: transform 0.4s;
            }

            &:hover {
                filter: brightness(0);

                img {
                    transform: translateX(8px);
                }
            }
        }
    }
}

.contact-hero {
    overflow: visible;
    padding-bottom: 60px;

    .container {
        max-width: 1280px;
    }

    h1 {
        padding-bottom: 80px;
    }

    .nav {
        position: static;
    }
    
    & + .contact .image {
        margin-top: calc(-60px - 49rem);
    }
}

.contact.subpage .container {
    margin-top: 0;
}

.services-hero img {
    margin-top: -17vw;
}

.marker-cluster div {
    background-color: var(--primary) !important;
    color: white !important;
}

.marker-cluster {
    background-color: #E18C5D88 !important;
}

@media (max-width: 1279px) {

    .desktop-navbar {
        height: 66px;
        padding: 0;
    }

    .desktop-navbar .container {
        max-width: 100%;
        padding: 10px 20px;
        position: relative;
    }

    .desktop-navbar .logo {
        height: 18px;
        width: auto;
    }

    .desktop-navbar .logo img {
        height: 18px;
    }

    .desktop-navbar .links {
        display: none;
    }

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

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

    /* .desktop-navbar .buttons a {
        display: none;
    } */

    .desktop-navbar .basketLayerContainer svg {
        height: 24px;
    }

    .desktop-navbar .login-btn svg {
        height: 24px;
        width: 24px;
    }

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

    .desktop-navbar .lang {
        display: none;
    }

    .desktop-modal {
        left: auto;
        right: 20px;
        transform: none;
        max-width: 380px;

        &.active {
            transform: translateY(24px);
        }

        &.basket-modal::before {
            right: 75px;
        }
    
        &.login-modal::before {
            right: 35px;
        }
    }

    .sidebar .navbar-dropdown {
        top: 0;
        background-color: #FFFFFFEF;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .sidebar .navbar-dropdown .container {
        box-shadow: none;
        background-color: transparent;
    }

    .sidebar .navbar-dropdown .arrow {
        width: 14px;
        height: 24px;
        object-fit: contain;
        cursor: pointer;
        margin: 20px 0 0;
        display: block;
    }

    .sidebar .navbar-dropdown .container {
        padding: 0 0 40px;
        gap: 20px;
        flex-direction: row;
        align-items: auto;
        justify-content: center;
        max-height: none;
        align-items: initial;
    }

    .sidebar .navbar-dropdown .container .item {
        width: 100%;
    }

    .sidebar .navbar-dropdown .container a {
        font-size: 1.125rem;
        font-weight: 400;
        padding: 0.75rem 0;
        text-align: center;
    }

}

@media (max-width: 767px) {

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

    h1 {
        font-size: 1.625rem;
    }

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

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

    h4 {
        font-size: 1.125rem;
    }

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

    section {
        padding: 60px 20px 0;
    }

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

    .article h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

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

    .article h4 {
        font-size: 1.25rem;
    }

    .article h5 {
        font-size: 1rem;
    }

    .article h6 {
        font-size: 0.875rem;
    }

    .article img {
        margin: 1rem 0;
        max-height: 450px;
    }

    .primary-link {
        font-size: 0.875rem;
        padding: 0.75rem 1.5rem 0.6875rem;
    }

    .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;
    }

    .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.two .item,
    .items.three .item,
    .items.four .item {
        width: 100%;
    }

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

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

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

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

    .items.three {
        gap: 40px;
    }

    .items.three .item {
        width: 100%;
    }

    .items .item::after {
        display: none;
    }

    .items .item .image {
        width: 100%;
        height: 250px;
    }

    .primary-link.center {
        margin-top: 40px;
    }

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

    .hero {
        padding: 80px 20px 0;

        &.main-hero h1 {
            width: 20rem;
            margin: 0 auto 1.5rem;
        }

        h1 {
            line-height: 1.3;
            width: 100%;

            span {
                &:nth-child(1),
                &:nth-child(4) {
                    font-size: 1.75rem;
                }

                &:nth-child(2),
                &:nth-child(5) {
                    font-size: 1.125rem;
                }

                &:nth-child(3),
                &:nth-child(6) {
                    font-size: 2.5rem;
                }

                &:nth-child(1) {
                    padding-left: 1.25rem;
                }

                &:nth-child(3) {
                    padding-left: 4.25rem;
                    padding-bottom: 0.5rem;
                }

                &:nth-child(6) {
                    padding-left: 2rem;
                }
            }
        }

        img {
            margin: 0 -60px;
            margin-top: 0;
            width: calc(100% + 120px);
        }
        
    }

    .whyus {
        margin-top: -20px;

        .container {
            padding: 40px 20px;
        }

        .items {
            gap: 30px;

            .item {
                width: 100%;
                
                .icon {
                    width: 70px;
                    height: 55px;
                    margin-bottom: 1rem;
                }

                h3 {
                    font-size: 1.125rem;
                }
            }
        }
    }

    .about {
        padding-top: 60px;
        padding-bottom: 60px;

        .bgshape {
            top: auto;
            width: 100vw;
            height: auto;
            bottom: -1px;
        }

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

        .left.side img {
            position: static;
            width: 100vw;
            margin-left: -20px;
        }

        .right.side {

            h2 {
                margin-bottom: 1.5rem;
            }
        }
    }

    .services {
        flex-direction: column;

        .item {
            flex: auto;
            height: 220px;

            h3 {
                font-size: 1.25rem;
            }

            &:nth-of-type(1) h3,
            &:nth-of-type(2) h3 {
                max-width: 15rem;
            }

            .angle {
                bottom: 20px;
                right: 20px;

                img {
                    width: 16px;
                }
            }
        }
    }

    .collapse-item .header::after {
        width: 18px;
        height: 9px;
        right: 20px;
    }

    .steps {
        .collapse-items {
            padding-left: 65px;

            .collapse-item {
                margin-bottom: 20px;

                &::before {
                   left: -58px;
                   width: 1px;
                   top: 42px;
                }

                &.animate::before {
                    height: calc(100% + 20px);
                }

                .header {
                    padding: 0 42px 0 25px;
                    height: 84px;

                    &::before {
                        left: -65px;
                        width: 14px;
                        height: 14px;
                    }

                    span {
                        font-size: 2rem;
                        left: -2.25rem;
                    }

                    h3 {
                        font-size: 0.8125rem;
                    }
                }

                .content .inner {
                    padding: 0 20px 20px 25px;
                    font-size: 0.8125rem;
                    p {
                        font-size: 0.8125rem;
                    }
                }
            }
        }
    }

    .reviews {
        padding-top: 60px;
        
        .relative {
            width: calc(100% - 40px);

            .swiper-slide {
                padding: 30px 20px;

                p {
                    font-size: 0.8125rem;
                }

                h5 {
                    margin-top: 1.25rem;
                    font-size: 0.875rem;
                    margin-bottom: 0.5rem;
                }

                span {
                    font-size: 0.75rem;
                    color: var(--darkgray);
                }
            }

            .swiper-pagination {
                bottom: -35px;
                font-size: 0.875rem;
            }

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

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

        & + .projects::before {
            height: 100%;
        }
    }

    .projects {
        padding-top: 40px;
        margin-top: 80px;
        padding-bottom: 40px;

        .featured {
            margin-bottom: 50px;
            flex-direction: column;
            align-items: center;

            .left.side {
                height: 300px;

                img {
                    height: 300px;
                }
            }

            .right.side {
                margin-left: 0;
                width: calc(100% - 40px);
                margin-top: -20px;
                padding: 30px 20px 20px;

                .city {
                    font-size: 1rem;
                    padding-bottom: 1.25rem;
                }

                .link {
                    padding-top: 1.75rem;
                }
            }

            & + .title,
            & + .items {
                margin-top: 60px;
            }
        }

        .relative {
            width: calc(100% - 40px);
            margin-left: 20px;
            margin-right: 20px;

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

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

    .blog {
        padding-top: 40px;
        padding-bottom: 40px;

        .bgshape {
            display: none;
        }

        .items.three {
            gap: 40px;

            .item {
                width: 100%;
                padding-bottom: 2.25rem;
            }
        }
    }

    .contact {
        .image {
            margin-top: 0;
        }

        .container {
            margin-top: -30px;
            padding: 30px 20px;
        }

        .infos {
            margin-bottom: 30px;
            gap: 30px;

            .item:first-of-type,
            .item:nth-of-type(2) {
                width: 100%;
            }

            .locations {
                flex-direction: column;
                gap: 25px;

                .location {
                    h4 {
                        margin-bottom: 1rem;
                    }

                    p {
                        margin-bottom: 0.125rem;
                    }
                }
            }
        }

        h3 {
            font-size: 1.5rem;
        }
    }

    form {
        gap: 0.625rem;
    }

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

    input.half {
        width: 100%;
    }

    form select {
        background-size: 14px;
    }

    .form-check-input+label {
        font-size: 0.75rem;
    }

    .form-check-input:checked+label::after {
        top: 0.5px;
    }

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

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

    footer {
        .content {
            padding: 60px 20px;
        }
    
        .container {
            flex-direction: column;
            gap: 40px;
            align-items: center;
        }
    
        .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 100%;
            text-align: center;
            padding-right: 0;

            .logo {
                width: 80px;
                margin-bottom: 0;
            }
        
            &:first-of-type p {
                font-size: 13px;
                max-width: 200px;
            }
        
            h3 {
                font-size: 18px;
                margin-bottom: 16px;
            }
        
            a,
            p {
                margin-bottom: 0;
                font-size: 14px;
                text-align: center;
                margin: 0 auto;
            }

            li {
                margin-bottom: 0.25rem;
            }

            &:nth-of-type(4) h3 {
                margin-bottom: 25px;
            }

            &:last-of-type h3 {
                display: none;
            }

            &:last-of-type li {
                margin-top: -22px;
            }
        }
        .raccoon {
            margin-top: 60px;
            margin-bottom: -20px;
        }
    }

    .nav {
        font-size: 0.875rem;
        bottom: -15vw;

        a {
            margin-right: 0.25rem;

            &:after {
                margin-left: 0.25rem;
            }
        }
    }

    .after-hero {

        .container {
            padding: 30px 20px;
            margin-top: -8vw;

            p {
                margin: 0 auto 1rem;
                font-size: 0.875rem;
            }
        }
    }

    .about.subpage {
        padding-bottom: 40px;
        padding-top: 40px;

        h2 {
            font-size: 1.75rem;
        }

        .left.side {
            height: 60vw;

            img {
                right: -20px;
                width: 100vw;
                height: 60vw;
            }
        }

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

        &.reverse {
            padding-bottom: 0;

            .flex-content {
                flex-direction: column;
            }

            .right.side {
                padding-right: 0;
            }

            & + .container {
                padding-top: 60px;
            }
        }
    }
    
    .service-bg {
        padding-bottom: 40px;
    }

    .services-list {
        .bgshape {
            display: none;
        }

        .service {

            h2 {
                font-size: 1.75rem;
            }

            .flex-content {
                flex-direction: column;
    
                .left.side {
                    height: 60vw;
    
                    img {
                        position: static;
                        width: 100vw;
                        height: 60vw;
                        margin-left: -20px;
                    }
                }

                .right.side {
                    padding: 30px 20px;
                    width: 100%;
                    margin-left: 0;
                    margin-top: -20px;

                    p {
                        margin: 0 auto 1rem;
                    }

                    .link {
                        margin-top: 1.5rem;
                    }
                }
            }

            &:nth-of-type(2n) {

                .flex-content {
                    flex-direction: column;
                }

                .left.side {
                    img {
                        left: -20px;
                        right: auto;
                    }
                }

                .right.side {
                    margin-right: 0;
                }
            }
        }
    }

    .service-hero {
        padding: 140px 20px 80px;
        
        .small-container {
            padding: 20px;
            max-width: 100%;
        }
        
        h1 {
            font-size: 1.75rem;
        }

        .location {
            margin-top: 0.75rem;
        }
    }

    .service-main {
        padding-top: 20px;
        padding-bottom: 60px;

        .bgshape {
            top: auto;
            bottom: -1px;
            height: auto;
            width: 100vw;
        }

        .nav {
            margin-bottom: 40px;
        }

        .content {
            max-width: 100%;
            margin: 0 auto;
        }

        .items {
            gap: 40px;
            margin: 40px auto 0;

            .item {
                width: 100%;

                img {
                    height: 60px;
                    margin-bottom: 15px;
                }

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

        & + .steps {
            padding-top: 40px;
            padding-bottom: 60px;

            & + .container {
                padding: 0 clamp(20px, 4vw, 80px);
            }
        }
    }

    .services.two .item:nth-of-type(1) h3,
    .services.two .item:nth-of-type(2) h3 {
        max-width: 15rem;
    }

    .projects-hero img {
        margin-top: 11vw;
        width: calc(120% + 120px);
    }

    .projects-hero + .after-hero {
        padding-bottom: 120px;

        .bgshape {
            top: auto;
            bottom: -1px;
            width: 100vw;
            height: auto;
        }
    }

    .map-section {
        padding-top: 40px;

        .filters {
            flex-direction: column;
            gap: 14px;
            margin-bottom: 40px;

            .filter {
                width: 100%;

                .current {
                    width: 100%;
                    padding: 0.75rem 1rem;
                    font-size: 0.875rem;

                    &::after {
                        right: 0.75rem;
                        width: 16px;
                        height: 8px;
                    }
                }

                .list {
                    .item {
                        padding: 0.5rem 1rem;
                        font-size: 0.875rem;
                    }
                }
            }
        }

        #map {
            height: 70vw;
            margin-left: -20px;
            width: calc(100% + 40px);

            .leaflet-popup-content-wrapper {
                padding: 1rem 0.75rem;

                .leaflet-popup-content {
                    h5 {
                        font-size: 0.875rem;
                        margin-bottom: 0.25rem;
                    }
                }
            }
        }

        & + .projects {
            background-color: #F6F5F6;
            padding-top: 40px;
            padding-bottom: 40px;
            margin-top: 0;

            .items {
                gap: 20px;
            }

            .items .item {
                width: 100%;
                height: 240px;
            }
        }
    }

    .reviews.subpage {
        .bgshape {
            top: auto;
            bottom: 30vw;
            width: 100vw;
            height: auto;
            left: 0;
        }

        .image {
            margin-top: 0;
        }

        .relative {
            width: calc(100% - 50px);
            background-color: white;
            box-shadow: var(--shadow);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            margin-bottom: 20vw;

            .swiper-slide {
                padding: 25px 20px;
            }
        }
    }

    .project-hero {
        margin-top: 0;
        padding-top: 140px;
        padding-bottom: 80px;

        .infos {
            padding: 20px;

            h1 {
                font-size: 1.75rem;
                margin-bottom: 1.5rem;
            }

            .info {
                margin-bottom: 0.75rem;

                p {
                    font-size: 0.875rem;
                    margin-bottom: 0.25rem;
                }
            }
        }
    }

    .with-bgshape {
        padding-top: 20px;

        .nav {
            margin-bottom: 20px;
        }

        .back {
            font-size: 0.75rem;
            gap: 0.625rem;

            img {
                height: 0.875rem;
            }
        }

        .bgshape {
            display: none;
        }
    }

    .project-content {
        margin-top: 60px;
        flex-direction: column;

        h2 {
            margin: 0 0 1.5rem;
            font-size: 1.75rem;
        }

        .left.side {
            height: 60vw;
            margin-left: -20px;

            img {
                width: 100vw;
                height: 60vw;
                right: auto;
                left: 0;
            }
        }
    }

    .second-project-content {
        padding-top: 40px;

        .project-content {
            margin-top: 0;
            flex-direction: column;

            .left.side {
                height: 60vw;

                img {
                    width: 100vw;
                    height: 60vw;
                    left: 0;
                    right: auto;
                }
            }

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

    .gallery {
        padding-top: 60px;

        .relative {
            margin-left: -20px;
            width: calc(100% + 40px);

            .swiper-slide {
                height: 60vw;

                &:not(.swiper-slide-next) {
                    transform: scale(1);
                }

                &:not(.swiper-slide-active) {
                    transform: scale(0.85);
                }
            }

            .swiper-pagination {
                font-size: 0.875rem;
            }
        }

        .primary-link.center {
            margin-top: 90px;
        }

        & + .projects {
            margin-top: 40px;
            padding-top: 40px;
            padding-bottom: 40px;
            background-color: #F6F5F6;
        }
    }

    .news-hero {
        img {
            margin-top: 15vw;
            width: calc(120% + 120px);
        }

        & + .blog {
            padding-bottom: 20px;

            .item {
                margin-bottom: 0;
            }
        }
    }

    .service-hero + .with-nav .nav {
        margin-top: 20px;
    }

    .article {
        padding-top: 45px;
    }

    .career-hero img {
        margin-top: 17vw;
    }

    .career-after-hero {
        padding-bottom: 100px;

        .bgshape {
            top: auto;
            bottom: -1px;
            width: 100vw;
            height: auto;
        }
    }

    .jobs {
        padding-top: 40px;
        padding-bottom: 10vw;

        &::before {
            height: calc(100% + 25vw);
        }

        .item {
            padding: 25px 20px;
            padding-bottom: 3rem;

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

            .link {
                bottom: 20px;
                right: 20px;
                font-size: 0.875rem;
            }
        }
    }

    .contact-hero {
        padding-bottom: 30px;

        h1 {
            padding-top: 10px;
            padding-bottom: 40px;
            font-size: 2.125rem;
        }

    }

    .contact-hero + .contact .image {
        margin-top: -15vw;
    }
}

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

    section {
        padding: 80px clamp(20px, 4vw, 80px) 0;
    }

    h2 {
        font-size: 2.75rem;
        margin-bottom: 3.5rem;
    }

    .flex-content {
        gap: 40px;
    }

    .items {
        gap: 40px;
    }

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

    .hero.main-hero {
        h1 {
            transform: scale(0.85);
            transform-origin: top;
            margin: 0 auto;
        }
    }

    .about {
        padding-top: 80px;
        padding-bottom: 80px;
        
        .flex-content {
            flex-direction: column;
            gap: 60px;

            .side {
                width: 100%;
            };
    
            .left.side {
                height: 60vw;
        
                img {
                    position: static;
                    width: 104vw;
                    height: 60vw;
                    margin-left: -40px;
                }
            }
        }
    } 

    
    .reviews .relative,
    .projects .relative {
        width: calc(100% - 70px);
        margin-left: auto;
        margin-right: auto;
    }

    .items {
        gap: 40px !important;

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

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

    .services .item:nth-of-type(1) h3,
    .services .item:nth-of-type(2) h3 {
        max-width: 100%;
    }

    .contact .container {
        padding: 40px 30px;
    }

    form input.half {
        width: 100%;
    }

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

    .about.subpage {
        padding-bottom: 80px;

        .bgshape {
            top: auto;
            bottom: 0;
            width: 100vw;
            height: auto;
        }

        .right.side {
            padding-left: 30px !important;
            padding-right: 30px !important;
        }

        &.reverse {
            padding-bottom: 0;

            & .flex-content {
            flex-direction: column;
            }
        }
    }

    .map-section {
        #map {
            height: 60vw;
        }
    }

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

    .gallery .relative .swiper-slide:not(.swiper-slide-next) {
        transform: scale(1);
    }

    .contact .image {
        margin-top: -25vw;
    }

    .contact-hero + .contact .image {
        margin-top: 0;
    }


}

@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: 1280px) {
    .container {
        max-width: 1280px;
    }
}