:root {
    --primary: #00C3BA;
    --secondary: #FD3DB5;
    --orange: #FFA100;
    --gray: #2F3443;
    --swiper-theme-color: var(--secondary);
    --swiper-pagination-bottom: -1.5rem;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.035em;
}

html {
    scrollbar-width: none;
}

body {
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.5s;
    overflow-x: hidden;
    font-weight: 400;
}

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

strong {
    font-weight: 600;
}

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

h2 {
    font-size: 3.5rem;
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 1.5rem;
    width: fit-content;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1.125rem;
    text-transform: uppercase;
}

h4:not(.article h4) {
    font-weight: 500;
    font-style: italic;
    font-size: 2rem;
    font-family: 'Bodoni Moda', serif;
    font-variation-settings: 'opsz' 9;
    letter-spacing: 0;
    color: var(--secondary);
}

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

h6 {
    font-weight: 600;
    font-style: italic;
    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: 3rem;
    margin-bottom: 2rem;
    font-weight: 600;
    color: var(--secondary);
}

.article h3 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: none;
}

.article h4 {
    font-size: 1.25rem;
    font-weight: 600;
    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: 10px;
}

.article blockquote {
    padding-left: 1.5rem;
    border-left: var(--secondary) 3px solid;
    margin: 1.5rem 0;
}

.article blockquote * {
    font-style: italic;
    font-family: 'Bodoni Moda', serif;
    font-variation-settings: 'opsz' 9;
    letter-spacing: 0;
    font-weight: 600;
}

section {
    padding: 100px 40px 0;
    position: relative;
    max-width: 2560px;
}

.primary-link {
    padding: 1rem 1.75rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    transition: background-color 0.4s, color 0.4s, border 0.4s;
    border-radius: 99px;
    display: block;
    width: fit-content;
    text-transform: uppercase;
    outline: none;
    white-space: nowrap;
    color: white;
}

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

.primary-link.blue {
    background-color: var(--primary);
}

.primary-link.orange {
    background-color: var(--orange);
}

.primary-link.pink {
    background-color: var(--secondary);
}

.primary-link svg {
    height: 0.875rem;
    object-fit: contain;
    margin-left: -1.625rem;
    margin-top: -0.25rem;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0, 0.7, 0.3, 1);
}

.primary-link:hover {
    color: white;
}

.primary-link.blue:hover,
.primary-link.pink:hover {
    background-color: var(--orange);
}

.primary-link.orange:hover {
    background-color: var(--primary);
}

.primary-link:hover svg {
    margin-left: 0.375rem;
    opacity: 1;
}

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

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

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

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

.rccookie-container .secondary-link {
    color: var(--gray);
}

.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(--gray);
}

.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(--gray);
}

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

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: 6px;
    display: none;
}

.open-sidebar .hb {
    border-bottom: 4px solid var(--primary);
    border-radius: 99px;
    transition: all 0.45s;
}

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

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

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

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

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

/* SIDEBAR */

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

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

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

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

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

#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: 500;
    text-transform: uppercase;
}

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

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

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

/* DESKTOP NAVBAR */

.desktop-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.5s, top 0.5s;
}

.desktop-navbar.scrolled {
    background-color: #FFFFFFCC;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.desktop-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1vw 10vw;
    max-width: 100%;
}

.desktop-navbar .links {
    display: flex;
    align-items: center;
    gap: 2vw;
    padding: 0 2vw;
    margin-left: auto;
}

.desktop-navbar .logo {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 3vw;
}

.desktop-navbar .logo img {
    position: absolute;
    top: 0;
    left: 0;
    height: 3vw;
    transition: opacity 0.3s;
}

.desktop-navbar .links .link {
    position: relative;
}

.desktop-navbar .links .nav-item {
    font-size: 1vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
}

.desktop-navbar .links .nav-item:hover {
    color: var(--primary);
}

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

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

.desktop-navbar .links .nav-item svg {
    width: 0.85vw;
    margin-left: 0.5vw;
    transition: transform 0.3s;
}

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

.desktop-navbar .links .nav-item svg path {
    transition: stroke 0.3s;
    stroke: var(--gray);
}

.desktop-navbar .links .nav-item:hover svg path {
    stroke: var(--primary);
}

.desktop-navbar .buttons {
    display: flex;
    align-items: center;
    gap: 1vw;
    position: relative;
}

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

.desktop-navbar .buttons a {
    display: block;
    width: 1.5vw;
    height: 1.5vw;
}

.desktop-navbar .buttons svg {
    width: 1.5vw;
    height: 1.5vw;
    object-fit: contain;
    vertical-align: baseline;
}

.desktop-navbar .buttons>button:not(.open-sidebar) {
    height: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop-navbar .buttons svg * {
    transition: fill 0.3s, stroke 0.3s;
}

.desktop-navbar.scrolled .buttons button:hover svg * {
    stroke: var(--primary);
}

/* .lang {
    display: flex;
    justify-content: center;
    gap: 0.5vw;
}

.lang a {
    color: white;
    border-right: 1px solid var(--white);
    padding-right: 0.5vw;
}

.desktop-navbar.scrolled .lang a {
    color: var(--gray);
    border-color: var(--gray);
}

.lang a:last-of-type {
    border-right: none;
    padding-right: 0;
}

.lang a.active {
    font-weight: 800;
} */

/* NAVBAR DROPDOWN */

.desktop-navbar .navbar-dropdown {
    position: absolute;
    top: calc(100% + 1.73vw);
    left: 0;
    padding: 0;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    z-index: 998;
    max-height: 0;
    background-color: #FFFFFFCC;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: max-height 0.6s cubic-bezier(0.01, 0.69, 0.4, 1);
}

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

.navbar-dropdown .container {
    display: block;
}

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

.navbar-dropdown .container {
    padding: 0.5vw 0 0.3vw;
}

.navbar-dropdown .container a {
    display: block;
    font-size: 1vw;
    padding: 0.5vw 1.25vw;
    white-space: nowrap;
}

.navbar-dropdown .container a:hover {
    color: var(--primary);
}

/* KIS LENYÍLÓK */

.desktop-modal {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 40px);
    max-width: 300px;
    background-color: #FFFFFFCC;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    border-radius: 15px;
    display: none;
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    padding: 20px;
}

.desktop-modal.active {
    transform: translate(-50%, 2.5vw);
    opacity: 1;
}

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

.desktop-modal .cancel,
.navbar-dropdown .cancel {
    position: absolute;
    top: 15px;
    right: 12px;
    padding: 10px;
    cursor: pointer;
    width: 36px;
}

.desktop-modal h4 {
    margin: 0 0 20px;
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.desktop-modal form {
    padding: 0;
    width: 100%;
    background-color: transparent;
    gap: 0;
}

.desktop-modal form input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid var(--gray);
    border-radius: 5px;
    margin-bottom: 15px;
    line-height: 1;
}

.desktop-modal .primary-link {
    background-color: var(--primary);
    margin: 0 auto;
}

.desktop-modal .primary-link:hover {
    background-color: var(--primary);
}

/* Á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 {
    width: 100%;
    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 .item h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.relative {
    position: relative;
}

.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: 600;
    color: var(--secondary);
}

.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-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

/* HERO */

.hero {
    width: 100vw;
    position: relative;
    z-index: 3;
    margin: 0;
    padding: 7vw 10vw;
    display: flex;
    min-height: 40vw;
    justify-content: center;
    overflow-x: clip;
}

.hero .puzzle {
    position: absolute;
    top: -1px;
    right: 0;
    width: 50vw;
    height: 40.25vw;
    z-index: -1;
    /* -webkit-mask-image: url('../images/hero-clip.png');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top right;
    mask-image: url('../images/hero-clip.png');
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: top right; */
}

.hero .puzzle .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero .puzzle .masksvg {
    position: absolute;
    top: 0;
    right: 0;
}

.hero .puzzle .beforeImage {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.hero .puzzle .beforeImage path {
    fill: white;
}

.hero .puzzle .pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.hero .puzzle .pattern path {
    stroke-width: 3;
    stroke-opacity: 0.7;
}

.hero .puzzle::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF00 40%, #FFFFFF88 60%, #FFFFFFDD 100%);
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero .container .content {
    max-width: 55%;
}

.hero .container h1 {
    font-size: 4vw;
    color: var(--orange);
    margin-bottom: 2.5vw;
    line-height: 1;
}

.hero.main-hero .container h1 {
    color: var(--primary);
}

.hero .container p {
    font-size: 2vw;
    padding-right: 5vw;
    margin-bottom: 0;
}

.hero .container .primary-link {
    margin-top: 2.75vw;
}

.hero .rect,
.header .rect {
    position: absolute;
    top: 0;
    left: 0;
    width: 60vw;
    padding-bottom: 35%;
    background: linear-gradient(200deg, #9C184A 0%, #FF005D 30%, #FF1824 60%, #FFA100 100%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: 0.12;
    z-index: -2;
    transform: rotate(-20deg);
    transform-origin: top left;
}

.hero.main-hero .rect {
    background: #00EC9B;
    opacity: 0.2;
}

.hero .ellipse {
    position: absolute;
    top: 20%;
    left: 10vw;
    width: 33vw;
    height: 25vw;
    background: #9D50F8;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: 0.25;
}

.hero.main-hero .ellipse {
    background: #9D50F8;
}

.services .ellipse {
    position: absolute;
    top: 100px;
    right: -5vw;
    width: 33vw;
    height: 40vw;
    border-radius: 50%;
    background: linear-gradient(45deg, #9D50F8 0%, #00C3BA 100%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: 0.2;
}

.services h4 {
    color: var(--primary) !important;
}

.services .items {
    margin-top: 60px;
}

.services .item img {
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

.services .item .content {
    padding: 30px;
    padding-bottom: 90px;
    background-color: white;
    margin: -40px 20px 0 20px;
    border-radius: 10px;
    box-shadow: 4px 4px 20px 4px #C8C9C933;
    height: 100%;
}

.services .item h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.services .item:first-of-type h3 {
    color: var(--primary);
}

.services .item:nth-of-type(2) h3 {
    color: var(--secondary);
}

.services .item p {
    line-height: 1.6;
}

.services .item .primary-link {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.services .item:first-of-type .primary-link {
    background-color: var(--primary);
}

.services .item:nth-of-type(2) .primary-link {
    background-color: var(--secondary);
}

.services .item .primary-link:hover {
    background-color: var(--orange);
}

.about .ellipse {
    position: absolute;
    bottom: -15vw;
    left: -5vw;
    width: 45vw;
    height: 45vw;
    background: linear-gradient(45deg, #9C184A 0%, #FF005D 30%, #FF1824 60%, #FFA100 100%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: 0.25;
}

.flip-cards {
    width: 686px;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    transform-origin: top left;
}

.flip-cards .card-container {
    perspective: 1000px;
}

.flip-cards .card-container:nth-of-type(1),
.flip-cards .card-container:nth-of-type(4) {
    width: 300px;
    height: 366px;
}

.flip-cards .card-container:nth-of-type(2),
.flip-cards .card-container:nth-of-type(3) {
    width: 366px;
    height: 300px;
}

.flip-cards .card {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 0;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
    width: 100%;
    height: 100%;
}

.flip-cards .card-container:hover .card {
    transform: rotateY(180deg);
}

.flip-cards .card-container:nth-of-type(2) .card {
    transform-origin: 58.5% 50%;
}

.flip-cards .card-container:nth-of-type(3) .card {
    transform-origin: 41.5% 50%;
}

.flip-cards .card .front,
.flip-cards .card .back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    transition: all 0.8s cubic-bezier(0.01, 0.69, 0.4, 1);
}

.flip-cards .card .back {
    transform: rotateY(180deg);
}

.flip-cards .card .front span {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.3;
}

.flip-cards .card-container:first-of-type .front {
    background-image: url('../images/puzzle-mask-1.png');
    padding: 0 20% 30% 20%;
}

.flip-cards .card-container:nth-of-type(2) .front {
    background-image: url('../images/puzzle-mask-2.png');
    padding: 0 17% 5% 33%;
}

.flip-cards .card-container:nth-of-type(3) .front {
    background-image: url('../images/puzzle-mask-3.png');
    padding: 0 30% 0 14%;
}

.flip-cards .card-container:nth-of-type(4) .front {
    background-image: url('../images/puzzle-mask-4.png');
    padding: 20% 27% 0 27%;
    margin-top: -22%;
}

.flip-cards .card .back p {
    text-align: center;
    color: white;
    line-height: 1.4;
}

.flip-cards .card-container:first-of-type .back {
    background-image: url('../images/puzzle-mask-1-red.png');
    padding: 0 12% 25% 28%;
}

.flip-cards .card-container:nth-of-type(2) .back {
    background-image: url('../images/puzzle-mask-2-red.png');
    padding: 0 26% 15% 9%;
}

.flip-cards .card-container:nth-of-type(3) .back {
    background-image: url('../images/puzzle-mask-3-red.png');
    padding: 0 10% 0 25%;
}

.flip-cards .card-container:nth-of-type(4) .back {
    background-image: url('../images/puzzle-mask-4-red.png');
    padding: 18% 25% 0 25%;
    margin-top: -22%;
}

.about .primary-link.center {
    margin-top: 0;
}

.banner-image {
    -webkit-mask-image: url('../images/banner-clip.png');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url('../images/banner-clip.png');
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    margin: 20px 0;
    padding: 0;
    width: 100vw;
    height: 38.38vw;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews .ellipse {
    position: absolute;
    top: -5vw;
    right: -5vw;
    width: 45vw;
    height: 45vw;
    background: linear-gradient(160deg, #9C184A 0%, #FF005D 30%, #FF1824 60%, #FFA100 100%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: 0.15;
}

.reviews .quote {
    display: block;
    margin: 60px auto -40px;
    width: 120px;
    position: relative;
    z-index: 2;
}

.reviews .swiper {
    background: white;
    border-radius: 15px;
    box-shadow: 4px 4px 20px 4px #C8C9C933;
}

.reviews .swiper-slide {
    padding: 80px 140px;
}

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

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

.blog:not(.subpage) .items {
    margin-top: 60px;
}

.blog .item .image {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 260px;
}

.blog .item .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog .item .content {
    padding: 40px 30px 60px;
    background-color: white;
    margin: -10px 0 0;
    border-radius: 10px;
    box-shadow: 4px 4px 20px 4px #C8C9C933;
    position: relative;
    height: 100%;
}

.blog .item h3 {
    margin-bottom: 0.625rem;
}

.blog .item h3 a {
    font-size: 1.25rem;
    color: var(--primary);
    font-weight: 700;
}

.blog .item h3:hover a {
    color: var(--orange);
}

.blog .item .date {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.blog .item .link {
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-transform: uppercase;
    display: flex;
    color: var(--primary);
    font-weight: 400;
}

.blog .item .link:hover {
    color: var(--orange);
}

.blog .item .link svg {
    width: 1.375rem;
    margin-left: -1rem;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0, 0.7, 0.3, 1);
}

.blog .item .link:hover svg {
    margin-left: 0.5rem;
    opacity: 1;
}

.blog .item .link svg path {
    transition: all 0.3;
}

.blog .item .link:hover svg path {
    fill: var(--orange);
}

.blog:not(.subpage) .item:first-of-type {
    width: 100%;
    flex-direction: row;
}

.blog:not(.subpage) .item:first-of-type .image {
    width: 50%;
    min-height: 380px;
}

.blog:not(.subpage) .item:first-of-type .content {
    margin: 0 0 0 -10px;
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog:not(.subpage) .item:first-of-type h3::before {
    content: 'Legújabb';
    background-color: var(--secondary);
    padding: 0.25rem 0.75rem 0.375rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    text-transform: none;
    color: white;
    display: block;
    width: fit-content;
    margin-bottom: 1rem;
}

.blog:not(.subpage) .item:first-of-type h3 a {
    color: var(--secondary);
}

.blog:not(.subpage) .item:first-of-type h3 a:hover {
    color: var(--orange);
}

.blog:not(.subpage) .item:first-of-type .content .link {
    position: static;
    margin-top: 0.5rem;
    color: var(--secondary);
}

.blog:not(.subpage) .item:first-of-type .content .link:hover {
    color: var(--orange);
}

.blog:not(.subpage) .item:first-of-type .content .link svg path {
    fill: var(--secondary);
}

.blog:not(.subpage) .item:first-of-type .content .link:hover svg path {
    fill: var(--orange);
}

.contact {
    margin: 0;
    padding: 80px 40px 0;
    background-size: cover;
}

.contact .container {
    background-color: var(--secondary);
    color: white;
    padding: 60px;
    border-radius: 10px 10px 0 0;
}

.contact .modal h5 {
    color: var(--gray);
}

.contact h2 {
    margin-bottom: 3.5rem;
}

.contact .infos,
.contact-1 .infos {
    width: 45%;
}

.contact .infos .desc,
.contact-1 .infos .desc {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.contact .infos a,
.contact .infos .address,
.contact-1 .infos a,
.contact-1 .infos .address {
    display: block;
    margin-bottom: 0.5rem;
    width: fit-content;
}

.contact .infos a,
.contact .infos .address {
    color: white;
}

.contact .infos a img,
.contact-1 .infos a img {
    display: inline-block;
    width: 1.5rem;
    margin-top: -0.375rem;
    margin-left: 0.375rem;
}

.contact-1 .infos a img {
    filter: invert(0.8);
}

.contact .infos .socials,
.contact-1 .infos .socials {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.contact .infos .socials svg,
.contact-1 .infos .socials svg {
    width: 2rem;
    height: 2rem;
}

.contact .infos .socials svg path {
    fill: white;
}

.contact .infos .socials #icon path {
    fill: var(--secondary);
}

form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact .form {
    width: 55%;
}

form input,
form textarea,
form select {
    padding: 0.75rem 1rem;
    border: none;
    outline: none;
    background-color: white;
    color: var(--gray) !important;
    font-size: 1rem;
    width: 100%;
    resize: none;
    border-radius: 0.5rem;
}

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

form input::placeholder,
form textarea::placeholder,
form select::placeholder {
    color: var(--gray);
    opacity: 0.5;
}

.form-check {
    margin-left: 37px;
    padding-left: 0 !important;
}

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

.form-group {
    margin-bottom: 0;
}

.form-group: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;
    color: var(--gray);
}

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

.form-check-input:checked+label::before {
    background-color: transparent;
}

.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;
    margin-left: -37px;
    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: 1px;
}

.contact form .primary-link {
    margin-top: 1rem;
    border: 2px solid white;
}

.contact .form-check-input+label {
    color: white;
}

/* FOOTER */

footer {
    position: relative;
    z-index: 1;
    background: url('../images/footerbg.jpg') no-repeat center center / cover;
}

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

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

footer .item .logo {
    width: 140px;
}

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

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

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

footer .socials {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

footer .socials svg {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0;
}

footer .socials svg path {
    fill: white;
}

footer .socials #icon path {
    fill: var(--primary);
}

footer .item a img {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.125rem;
    margin-left: 0.5rem;
}

footer .item a svg path {
    fill: white;
}

footer .item .raccoon {
    margin-top: 1.25rem;
}

footer .item .raccoon a {
    font-size: 1.125rem;
    margin-bottom: 0;
}

/* ALOLDALAK */

.hero .nav {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding-left: 10vw;
}

.nav .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.375rem;
}

.nav a:after {
    content: '/';
    margin-left: 0.375rem;
}

.nav span {
    font-weight: 600;
}

.icons .ellipse {
    position: absolute;
    bottom: -10vw;
    right: -10vw;
    width: 50vw;
    height: 35vw;
    background: linear-gradient(315deg, #9D50F8 30%, #00C3BA 70%, #00EC9B 100%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: 0.2;
    border-radius: 50%;
    z-index: -1;
}

.icons .items {
    margin-top: 60px;
}

.icons .item {
    padding: 30px;
    box-shadow: 4px 4px 20px 4px #C8C9C933;
    border-radius: 10px;
    margin-top: 60px;
    background-color: white;
}

.icons .item .icon {
    width: 120px;
    height: 120px;
    display: block;
    margin: -90px auto 25px;
    padding: 30px;
    border-radius: 99px;
}

.icons .item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icons .item:nth-of-type(6n+1) .icon {
    background: linear-gradient(200deg, #2DA3CC 0%, #01C3BA 100%);
}

.icons .item:nth-of-type(6n+2) .icon {
    background: linear-gradient(200deg, #4D8BD9 0%, #1FACC7 100%);
}

.icons .item:nth-of-type(6n+3) .icon {
    background: linear-gradient(200deg, #6C74E5 0%, #3F96D3 100%);
}

.icons .item:nth-of-type(6n+4) .icon {
    background: linear-gradient(200deg, #01D7AC 0%, #01E5A1 100%);
}

.icons .item:nth-of-type(6n+5) .icon {
    background: linear-gradient(200deg, #01CCB4 0%, #01DBA9 100%);
}

.icons .item:nth-of-type(6n+6) .icon {
    background: linear-gradient(200deg, #04C1BC 0%, #01D0B0 100%);
}

.icons .item h3 {
    text-transform: none;
    color: var(--primary);
    text-align: center;
    font-size: 1.5rem;
}

.header {
    margin: 0;
    padding: 120px 40px 0;
}

.header h1 {
    text-align: center;
    font-size: 4.5rem;
    color: var(--orange);
    margin-bottom: 100px;
}

.contact-1 iframe {
    border-radius: 10px;
    height: 360px;
}

.contact.subpage .container {
    max-width: 800px;
    padding: 60px 100px;
}

.contact.subpage form {
    width: 100%;
}

section.text .container {
    max-width: 850px;
    text-align: center;
}

section.text p {
    font-size: 1.5rem;
}

.hero.contentplus p {
    font-size: 1.5rem;
}

@media (max-width: 1279px) {

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

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

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

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

    .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 .buttons svg {
        height: 28px;
    }

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

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

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

    .desktop-modal.active {
        transform: translateY(33px);
    }

    .desktop-modal::before {
        left: auto;
        transform: none;
        right: 36px;
    }

    .desktop-modal .cancel {
        top: 14px;
    }

    #sidebar .navbar-dropdown {
        top: 0;
    }

    #sidebar .navbar-dropdown .arrow {
        width: 16px;
        height: 28px;
        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: 500;
        padding: 0.75rem 0;
        text-align: center;
        text-transform: uppercase;
    }

}

@media (max-width: 767px) {

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

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.875rem;
        margin-bottom: 0.75rem;
    }

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

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

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

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

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

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

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

    .hero {
        padding: 100px 20px 0;
        margin: 0;
        flex-direction: column;
        gap: 5vh;
        min-height: auto;
    }

    .hero .container .content {
        max-width: 100%;
    }

    .hero .puzzle {
        position: relative;
        top: auto;
        right: auto;
        width: 100vw;
        margin-left: -20px;
        height: 80.5vw;
    }

    .hero .container h1 {
        font-size: 2.25rem;
        margin-bottom: 1.5rem;
    }

    .hero .container p {
        font-size: 1.25rem;
        margin-bottom: 0;
        padding-right: 0;
    }

    .hero .container .primary-link {
        margin-top: 1.5rem;
    }

    .hero .rect,
    .header .rect {
        width: 100vw;
        transform: rotate(-10deg);
    }

    .hero .ellipse {
        top: 15%;
        width: 50vw;
        height: 40vw;
    }

    .services .items {
        margin-top: 40px;
    }

    .services .item img {
        height: 300px;
    }

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

    .services .item .content {
        padding: 20px;
        height: auto;
    }

    .services .item .primary-link {
        position: static;
        margin: 1.5rem auto 0;
        transform: none;
    }

    .flip-cards {
        margin: 40px -5px 0;
        gap: 0;
        justify-content: center;
    }

    .flip-cards .card .front span {
        font-size: 1.5rem;
        -webkit-user-select: none;
        user-select: none;
    }

    .flip-cards .card .back p {
        font-size: 1.25rem;
        -webkit-user-select: none;
        user-select: none;
    }

    .banner-image {
        width: 120vw;
        height: 50vw;
        margin: 40px 0 -20px;
        margin-left: -10vw;
    }

    .reviews .ellipse {
        width: 60vw;
        height: 60vw;
        top: -10vw;
        right: -10vw;
    }

    .reviews .quote {
        margin: 40px auto -30px;
        width: 80px;
    }

    .reviews .swiper-slide {
        padding: 50px 50px 30px;
    }

    .reviews .swiper-button-prev {
        left: 6px;
    }

    .reviews .swiper-button-next {
        right: 6px;
    }

    .reviews .swiper-button-prev::after,
    .reviews .swiper-button-next::after {
        font-size: 24px !important;
    }

    .blog .items {
        margin-top: 40px;
    }

    .blog:not(.subpage) .item:first-of-type {
        flex-direction: column;
    }

    .blog:not(.subpage) .item:first-of-type .image,
    .blog:not(.subpage) .item:first-of-type .content {
        width: 100%;
    }

    .blog .item .image,
    .blog:not(.subpage) .item:first-of-type .image {
        min-height: 200px;
    }

    .blog:not(.subpage) .item:first-of-type .content,
    .blog .item .content {
        margin: -12px 0 0;
        padding: 36px 20px 20px;
    }

    .blog .item .link {
        position: static;
        margin-top: 1rem;
    }

    .blog .item .link svg {
        width: 1.25rem;
    }

    .contact {
        padding: 70px 20px 0;
    }

    .contact .container {
        padding: 20px;
    }

    .contact h2 {
        margin-bottom: 2rem;
    }

    .contact .flex-content {
        flex-direction: column;
        gap: 2rem;
    }

    .contact .infos,
    .contact-1 .infos {
        width: 100%;
    }

    .contact .infos .desc,
    .contact-1 .infos .desc {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .contact .infos a,
    .contact .infos .address,
    .contact-1 .infos a,
    .contact-1 .infos .address {
        margin-bottom: 0.375rem;
    }

    form {
        gap: 0.625rem
    }

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

    form select {
        background-size: 1rem;
    }

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

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

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

    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: 100px;
        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: 30px;
    }

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

    .hero .nav {
        position: static;
        padding-left: 0;
        margin-top: -1.5vh;
    }

    .nav {
        font-size: 0.875rem;
    }

    .icons .items {
        margin-top: 40px;
    }

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

    .icons .item .icon {
        width: 90px;
        height: 90px;
        margin: -65px auto 1rem;
        padding: 20px;
    }

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

    .icons .item:nth-of-type(6n+3) .icon {
        background: linear-gradient(200deg, #2DA3CC 0%, #01C3BA 100%);
    }
    
    .icons .item:nth-of-type(6n+2) .icon {
        background: linear-gradient(200deg, #4D8BD9 0%, #1FACC7 100%);
    }
    
    .icons .item:nth-of-type(6n+1) .icon {
        background: linear-gradient(200deg, #6C74E5 0%, #3F96D3 100%);
    }
    
    .icons .item:nth-of-type(6n+6) .icon {
        background: linear-gradient(200deg, #01D7AC 0%, #01E5A1 100%);
    }
    
    .icons .item:nth-of-type(6n+5) .icon {
        background: linear-gradient(200deg, #01CCB4 0%, #01DBA9 100%);
    }
    
    .icons .item:nth-of-type(6n+4) .icon {
        background: linear-gradient(200deg, #04C1BC 0%, #01D0B0 100%);
    }

    .header {
        padding: 100px 20px 0;
    }

    .header h1 {
        font-size: 2rem;
        margin-bottom: 70px;
    }

    .blog.subpage .items {
        margin-top: 0;
    }

    .contact-1 .flex-content {
        flex-direction: column;
        gap: 2rem;
    }

    .contact-1 iframe {
        height: 320px;
    }

    .contact.subpage .container {
        padding: 20px;
    }

    section.text p {
        font-size: 1.125rem;
    }

    .hero.contentplus {
        padding-top: 60px;
    }

    .hero.contentplus p {
        font-size: 1.25rem;
    }

}

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

    section {
        padding: 60px 40px 0;
    }

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

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

    .hero {
        padding: 100px 20px 0;
        margin: 0;
        flex-direction: column;
        gap: 5vh;
        min-height: auto;
    }

    .hero .container .content {
        max-width: 100%;
    }

    .hero .puzzle {
        position: relative;
        top: auto;
        right: auto;
        width: 100vw;
        margin-left: -20px;
        height: 80.5vw;
    }

    .hero .container h1 {
        font-size: 4rem;
        margin-bottom: 1.75rem;
    }

    .hero .container p {
        font-size: 1.5rem;
        margin-bottom: 0;
        padding-right: 0;
    }

    .hero .container .primary-link {
        margin-top: 1.75rem;
    }

}

@media (min-width: 1024px) and (max-width: 1279px) {
    .hero {
        padding: 120px 60px 0;
        margin: 0;
        flex-direction: column;
        gap: 20px;
        min-height: auto;
    }

    .hero .container .content {
        max-width: 100%;
    }

    .hero .puzzle {
        position: relative;
        top: auto;
        right: auto;
        width: 100vw;
        margin-left: -60px;
        height: 80.5vw;
    }

    .hero .container h1 {
        font-size: 5rem;
        margin-bottom: 2rem;
    }

    .hero .container p {
        font-size: 2rem;
        margin-bottom: 0;
        padding-right: 0;
        max-width: 700px;
    }

    .hero .container .primary-link {
        margin-top: 2rem;
    }
}

@media (min-width: 1280px) and (max-width: 1600px) {
    .desktop-navbar .container {
        padding: 15px 40px;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .hero {
        padding-top: 140px;
        margin: 0;
    }
}

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