:root {
  --primary: #289da4;
  --light: #f5f1ec;
  --dark: #0d1d32;
  --shadow: 2px 4px 20px 4px #c8c9c932;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Raleway", 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.5;
}

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: 500;
  line-height: 1.15;
  text-transform: uppercase;
  font-family: "Lora", sans-serif;
}


h2 {
  font-size: 3.5rem;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "Lora", sans-serif;
}

h2 + h3 {
  font-style: italic;
}

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

h4 {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 600;
}

h5 {
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

h6 {
  font-weight: 600;
  line-height: 1.3;
}

p,
li {
  line-height: 1.5;
  margin-bottom: 0.75em;
}

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

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

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

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

.article {
  h2 {
    font-size: 3.25rem;
    margin-bottom: 2rem;
    padding-left: 0;
  }

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

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

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

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

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

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

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

.primary-link {
  padding: 0.625rem 1.5rem;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  width: fit-content;
  text-transform: uppercase;
  outline: none;
  position: relative;
  background-color: transparent;
  border: 1px solid var(--dark);
  color: var(--dark);
  transition: background-color 0.3s, color 0.3s;
  font-family: "Lora", sans-serif;
  max-width: 18rem;

  svg {
    width: auto;
    height: 0.75rem;
    margin-top: -0.1875em;
    transition: transform 0.3s;

    path {
      transition: fill 0.3s;
    }
  }

  &.center {
    margin: 60px auto 0;
  }

  &:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white;

    svg path {
      fill: white;
    }
  }

  &.blue {
    background-color: var(--primary);
    color: white;
    border: 1px solid var(--primary);

    &:hover {
      background-color: white;
      color: var(--primary);

      svg path {
        fill: var(--primary);
      }
    }
  }
}

::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,
.navbar-dropdown {
  width: 100%;
  position: fixed;
  right: -100vw;
  top: 66px;
  height: calc(100dvh - 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: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 500;
  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,
    top 0.6s;

  &.scrolled {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: #ffffffdd;
    box-shadow: var(--shadow);
  }

  &.active {
    top: -9vw;
  }

  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0.5vw;
    padding: 1vw 0;
    max-width: 100%;
  }

  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    img {
      height: 3.25vw;
      transition: filter 0.3s;
    }
  }

  .links {
    display: flex;
    align-items: center;
    gap: 2.5vw;

    .link {
      position: relative;
    }

    .nav-item {
      font-size: 0.9vw;
      display: flex;
      align-items: center;
      position: relative;
      white-space: nowrap;
      color: var(--dark);
      text-transform: uppercase;
      font-weight: 500;
      font-family: "Lora", sans-serif;

      &:hover {
        color: var(--dark);
      }

      &::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--dark);
        transition: transform 0.4s cubic-bezier(0.01, 0.69, 0.4, 1);
        transform-origin: right;
        transform: scaleX(0);
      }

      &:hover::after {
        transform: scaleX(1);
        transform-origin: left;
      }

      svg {
        width: 0.875vw;
        margin-left: 0.5vw;
        transition: transform 0.3s;
      }

      &.active svg {
        transform: rotate(180deg);
      }

      svg path {
        transition: stroke 0.3s;
        stroke: var(--dark);
      }
    }

    .primary-link {
      font-size: 0.9vw;
      padding: 0.625vw 1.25vw;
    }
  }

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

/* NAVBAR DROPDOWN */

.navbar-dropdown {
  position: absolute;
  top: 2.75vw;
  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: 0px 10px 10px rgba(0, 0, 0, 0.05);
}

.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 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: calc(9vw + 60px) clamp(20px, 4vw, 80px) 100px;
  overflow: hidden;

  .layer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f5f1ecff 14%, #f5f1ec44 100%);
    pointer-events: none;
  }

  .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;

    h1 {
      font-size: 5rem;
      font-weight: 600;
      margin-bottom: 2.5rem;
    }

    h2 {
      font-size: 3.5rem;
      font-weight: 600;
      font-style: italic;
      font-family: "Raleway", sans-serif;
      margin-bottom: 3.5rem;
      text-transform: none;
    }

    .primary-link {
      font-size: 1.125rem;
    }
  }
}

.bgshape {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100.5%;
  opacity: 0.1;
  z-index: -2;

  path {
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 13%;
    fill: #e3b478;
    fill-opacity: 0;
    stroke-width: 7px;
    stroke: #e3b478;
  }
}

ul.fancy {
  li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-bottom: 1.5rem;
    font-size: 1.1875rem;
    gap: 1rem;
    font-weight: 500;

    &::before {
      content: "";
      display: inline-block;
      width: 2.5rem;
      min-width: 2.5rem;
      height: 2rem;
      background: url("../images/list-style.svg") no-repeat center / contain;
    }
  }
}

.intro {
  padding: 80px clamp(20px, 4vw, 80px) 60px;

  ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-bottom: 2.5rem;

    li {
      width: calc(50% - 0.625rem);
      padding-right: 0.625rem;
    }
  }

  .inner {
    max-width: 47rem;
    margin: 0 auto;
  }

  h3 {
    text-align: center;
    font-size: 3rem;
    margin: 0 auto 1rem;
    font-style: italic;
    font-weight: 700;
    color: #91c9c8;
  }

  h4 {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 2rem;
  }

  p {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 auto;
  }
}

.about {
  background-color: var(--light);
  padding: 80px clamp(20px, 4vw, 80px);

  .left.side {
    width: 53%;
  }

  .right.side {
    width: 47%;

    .image {
      overflow: hidden;
      border-radius: 999px;
    }
  }

  h2 {
    text-transform: none;
  }

  h3 {
    margin-bottom: 2rem;
  }
}

.why-us {
  .about + & {
    padding-top: 80px;
  }

  h2 {
    text-transform: none;
  }

  .items {
    gap: 50px;
    max-width: 820px;
    margin: 50px auto 0;

    .item {
      width: calc(50% - 35px);
      padding: 0 20px;
      text-align: center;

      img {
        height: 70px;
        margin-bottom: 1.375rem;
      }

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

.services {
  h2 {
    margin-bottom: 4rem;
  }

  .item {
    margin-bottom: 60px;
    gap: 50px;

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

    &:nth-of-type(even) {
      flex-direction: row-reverse;
    }

    .left.side {
      width: 41%;
      overflow: hidden;
      border-radius: 10px;

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

    .right.side {
      width: 59%;

      h3 {
        margin-bottom: 0.5rem;

        a {
          font-size: 1.625rem;
          text-transform: uppercase;
        }
      }

      h4 {
        color: var(--primary);
        font-style: italic;
        margin-bottom: 1rem;
      }

      .primary-link {
        font-size: 1rem;
        margin-top: 3.125rem;
      }
    }
  }
}

.memberships {
  h2 {
    margin-bottom: 4rem;
  }

  .items {
    gap: 0;
    align-items: center;

    .item {
      width: calc(100% / 3);
      background-color: var(--light);
      padding: 28px;
      border-radius: 10px;
      box-shadow: var(--shadow);

      h3 {
        color: transparent;
        background: linear-gradient(
          90deg,
          #b0814b 0%,
          #e3b478 50%,
          #e2b377 100%
        );
        background-size: 100% 100%;
        background-repeat: no-repeat;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "Lora", sans-serif;
        margin-bottom: 1.5rem;
        text-align: center;
        font-size: 1.5rem;
        text-transform: uppercase;

        &::after {
          content: "";
          display: block;
          width: 100%;
          height: 2px;
          background: linear-gradient(
            90deg,
            #b0814b 0%,
            #e3b478 50%,
            #e2b377 100%
          );
          margin: 1rem 0 0;
        }
      }

      ul {
        margin-bottom: 1rem;
      }

      .price {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--primary);
        margin-bottom: 0;

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

        & + p {
          font-weight: 500;
        }
      }

      .primary-link {
        margin: 1.5rem auto 0;
        font-size: 1rem;
        padding: 0.625rem 1.5rem;
        line-height: 1;
      }

      &.popular {
        background-color: #b4d9d8;
        z-index: 2;

        h3 {
          color: var(--light);
          background: none;
          -webkit-background-clip: initial;
          background-clip: initial;
          -webkit-text-fill-color: var(--light);

          &::before {
            content: "Most popular";
            display: block;
            width: fit-content;
            margin-left: -28px;
            margin-top: -14px;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            color: var(--light);
            background-color: var(--primary);
            padding: 0.5rem 1.75rem 0.5rem 1rem;
            clip-path: polygon(100% 0, 93% 50%, 100% 100%, 0 100%, 0 0);
            font-family: "Raleway", sans-serif;
          }

          &::after {
            background: var(--light);
          }
        }
      }
    }
  }
}

.reviews {
  padding: 80px clamp(20px, 4vw, 80px);
  margin-top: 100px;

  .bg {
    opacity: 0.4;
  }

  .quote {
    display: block;
    height: 110px;
    margin: 60px auto -50px;
  }

  .relative {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 clamp(36px, 6vw, 120px);

    p {
      font-size: 1.375rem;
      text-align: center;
      font-style: italic;
      font-weight: 500;
    }

    h4 {
      text-align: right;
      margin-top: 2rem;
      font-weight: 700;
    }

    h5 {
      font-weight: 400;
      text-align: right;
      font-size: 1.125rem;
    }

    .prev,
    .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      cursor: pointer;
    }

    .prev {
      left: 0;
    }

    .next {
      right: 0;
    }
  }
}

.faq {
  h2 {
    margin-bottom: 5rem;
  }
}

.collapse-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0d7cf;

  .header {
    position: relative;
    cursor: pointer;

    &::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 28px;
      height: 14px;
      background: url("../images/angle-down-gold.svg") no-repeat center center /
        contain;
      transform: translateY(-50%);
      transition: transform 0.4s;
    }

    h3 {
      font-size: 1.125rem;
      max-width: 950px;
      margin: 0 auto;
      padding-right: 40px;
    }
  }

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

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

    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    .inner {
      padding-top: 30px;

      p {
        max-width: 950px;
        margin: 0 auto;
      }
    }
  }
}

.blog {
  h2 {
    margin-bottom: 4rem;
  }

  .items.three {
    gap: 40px;

    .item {
      width: calc(100% / 3 - 27px);
      border: 1px solid #e0d7cf;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      display: block;

      .image {
        display: block;
        width: 100%;
        height: 220px;
        overflow: hidden;
        border-radius: 10px;

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

      .content {
        padding: 25px 20px calc(25px + 3.5rem);

        h3,
        h3 a {
          font-size: 1.25rem;
          margin-bottom: 1rem;
          font-weight: 700;
        }

        p {
          margin-bottom: 0;
        }

        .primary-link {
          position: absolute;
          bottom: 20px;
          left: 50%;
          transform: translateX(-50%);
          font-size: 1rem;
          line-height: 1;
          padding: 0.625rem 1.25rem;
        }
      }
    }
  }
}

.contact {
  position: static;

  .container {
    padding: 50px;
    background-color: #b4d9d8;
    border-radius: 20px;

    h2 {
      margin-bottom: 3rem;
    }

    .flex-content {
      gap: 50px;
      align-items: flex-start;

      .left.side {
        width: 45%;
        letter-spacing: 0.03em;

        p {
          margin-bottom: 0;

          strong {
            font-weight: 600;
          }
        }

        iframe {
          width: 100%;
          height: 300px;
          border-radius: 10px;
          margin-top: 20px;
        }
      }

      .right.side {
        width: 55%;

        h3 {
          font-size: 1.75rem;
          margin-bottom: 0;
        }
      }
    }
  }
}

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

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

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

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

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

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

.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(--dark);
  transition: 0.3s ease;
}

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

.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;
  font-size: 1rem;
  padding: 0.5rem 2rem;
}

.socials {
  display: flex;
  gap: 1.25rem;
  margin: 2.5rem 0 1.5rem;

  svg {
    height: 2rem;
    width: auto;

    path:first-of-type {
      fill: var(--dark);
    }
  }
}

/* FOOTER */

footer {
  position: relative;

  &::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 180px);
    background-color: var(--light);
    z-index: -1;
  }

  .content {
    padding: 100px 40px;
  }

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

  .item {
    display: flex;
    flex-direction: column;
    min-width: 14%;
    max-width: 20%;

    .logo {
      display: block;
      width: 200px;
      margin-top: -10px;
    }

    .primary-link {
      font-size: 14px;
      padding: 0.5rem 0.625rem;
      max-width: none;
      margin-top: 20px;
    }

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

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

    &:last-child a {
      display: flex;
      align-items: center;
      gap: 0.5em;
      margin-bottom: 1rem;
    }
  }

  .raccoon {
    margin-top: 30px;
    line-height: 1.6;

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

section.breadcrumbs {
  padding-top: 60px;
}

.breadcrumbs {
  section & {
    margin-bottom: 60px;
  }

  & + section {
    padding-top: 80px;
  }

  a {
    margin-right: 0.125rem;

    &::after {
      content: "/";
      margin-left: 0.375rem;
    }

    &:last-child {
      font-weight: 700;

      &::after {
        content: "";
      }
    }
  }
}

.intro.subpage {
  p {
    font-size: 1rem;
    max-width: 750px;
    line-height: 1.6;
  }
}

.about-2 {
  padding-top: 80px;
  padding-bottom: 80px;

  .bg {
    width: 50%;
  }

  .card {
    margin-left: 35%;
    box-shadow: var(--shadow);
    padding: 4%;
    border: 1px solid var(--light);
    border-radius: 10px;

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

.why-us.subpage {
  h2 {
    text-transform: uppercase;
  }
}

.steps {
  h2 {
    margin-bottom: 4rem;
  }

  .item {
    display: flex;
    position: relative;
    margin-bottom: 20px;

    &::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0);
      width: 24px;
      height: 24px;
      background-color: var(--primary);
      border-radius: 50%;
      transition: transform 0.3s ease-in-out;
    }

    &.active::after {
      transform: translate(-50%, -50%) scale(1);
    }

    .line {
      content: "";
      position: absolute;
      top: 50%;
      left: calc(50% - 1px);
      width: 2px;
      background-color: #888888;
    }

    &:last-of-type .line {
      display: none;
    }

    .content {
      width: 38%;
      padding: 30px;
      background-color: var(--light);
      border-radius: 10px;
      position: relative;

      span {
        position: absolute;
        top: 50%;
        transform: translateY(-0.525em);
        font-size: 4.5rem;
        font-weight: 700;
        color: #e0d7cf;
        z-index: 1;
        line-height: 1;
        font-variant-numeric: lining-nums;
      }

      h3 {
        text-transform: uppercase;
        font-weight: 700;
      }
    }

    &:nth-of-type(odd) {
      flex-direction: row-reverse;

      .content {
        padding-left: calc(2rem + 30px);

        span {
          left: -1em;
        }
      }
    }

    &:nth-of-type(even) {
      .content {
        padding-right: calc(2rem + 30px);

        span {
          right: -1em;
        }
      }
    }
  }
}

.small-content {
  padding: 80px clamp(20px, 4vw, 80px) 0;

  .flex-content {
    gap: 40px;
  }

  .left.side {
    width: 42%;

    img {
      border-radius: 10px;
    }
  }

  .right.side {
    width: 58%;
  }
}

section.list {
  h2 {
    margin-bottom: 3rem;
  }

  ul {
    max-width: 900px;
    margin: 40px auto;
  }
}

.intro + .reviews {
  margin-top: 0;
}

.mgm-program {
  padding-top: 100px;
  padding-bottom: 80px;

  form {
    margin-top: 40px;

    input,
    .primary-link {
      background: white;
    }

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

.become-our-partner {
  .bgshape {
    top: auto;
    bottom: 0;
    height: 30vw;
  }

  .desc {
    margin-top: 60px;
    text-align: left;
    margin-bottom: 1.25rem;
  }

  .flex-content {
    margin-bottom: 20px;
  }

  .calendar {
    display: block;
    width: 64%;
    border: 1px solid var(--dark);
    box-shadow: var(--shadow);
    border-radius: 10px;
    padding: 20px 10px;
    background: white;

    .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      padding: 0 14px 10px;

      .month-year {
        text-transform: uppercase;
        font-weight: 600;
        color: var(--primary);
        font-variant-numeric: lining-nums;
        font-size: 1.125rem;
      }
    }

    .days {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
    }

    .day,
    .weekday {
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s;
      position: relative;

      span {
        position: relative;
        z-index: 1;
      }
    }

    .weekday {
      font-weight: 600;
    }

    .day {
      cursor: pointer;
    }

    .day::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2.5em;
      height: 2.5em;
      transform: translate(-50%, -45%);
      border-radius: 10px;
      transition: all 0.3s;
    }

    .day.selected {
      color: white;
      font-weight: bold;

      &::before {
        background-color: var(--primary);
      }
    }

    .day.disabled {
      color: #bbb;
      pointer-events: none;
    }
  }

  .time-of-day {
    width: 36%;

    .form-check {
      margin-bottom: 1rem;
      margin-top: 0 !important;
    }
  }

  input,
  textarea {
    background-color: white;
  }
}

.contact.subpage {
  .container {
    background-color: transparent;
    padding: 0;

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

  & + footer {
    margin-top: 80px;
  }

  & + footer::before {
    height: 100%;
  }
}

.lang {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.5rem;

  a {
    font-size: 1.25rem;

    &.active {
      font-weight: 600;
      color: var(--primary);
    }

    &::after {
      content: "|";
      color: var(--dark);
      padding-left: 0.375rem;
    }

    &:last-child::after {
      display: none;
    }
  }
}

@media (max-width: 1279px) {
  .desktop-navbar {
    height: 66px;
    padding: 0;

    &.active {
      top: -70px;
    }
  }

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

  .desktop-navbar .logo {
    height: 34px;
  }

  .desktop-navbar .logo img {
    height: 34px;
    margin-left: -2px;
  }

  .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 .buttons .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: 1rem;
  }

  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;
    max-width: 15rem;
  }

  .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: 140px 20px 80px;

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

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

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

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

  ul.fancy {
    li {
      gap: 0.625rem;
      margin-bottom: 1.125rem;
      font-size: 1rem;

      &::before {
        width: 2rem;
        min-width: 2rem;
        height: 1.625rem;
      }
    }
  }

  .intro {
    padding: 40px 20px 40px;

    ul {
      display: block;

      li {
        width: 100%;
        padding-right: 0;
      }
    }

    h3 {
      font-size: 1.75rem;
      margin: 0 auto 0.75rem;
    }

    h4 {
      font-size: 1.125rem;
      margin-bottom: 1.75rem;
    }

    p {
      font-size: 1.0625rem;
    }
  }

  .about {
    padding: 40px 20px 40px;

    .left.side {
      width: 100%;
      padding-top: 20px;
    }

    h3 {
      margin-bottom: 1.5rem;
    }

    .right.side {
      width: 100%;
    }

    .image {
      display: block;
      max-width: 320px;
      margin: 0 auto;

      img {
        max-width: 320px;
      }
    }
  }

  .why-us {
    .about + & {
      padding-top: 40px;
    }

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

      .item {
        img {
          height: 56px;
          margin-bottom: 1.25rem;
        }

        h4 {
          margin-bottom: 0.75rem;
        }
      }
    }
  }

  .services {
    h2 {
      margin-bottom: 2.25rem;
    }

    .item {
      margin-bottom: 30px;
      gap: 20px;
      flex-direction: column;

      &:nth-of-type(even) {
        flex-direction: column;
      }

      .left.side,
      .right.side {
        width: 100%;

        h3 {
          margin-bottom: 0.375rem;

          a {
            font-size: 1.375rem;
          }
        }

        h4 {
          margin-bottom: 0.75rem;
        }

        .primary-link {
          font-size: 0.875rem;
          margin-top: 1rem;
        }
      }
    }
  }

  .memberships {
    h2 {
      margin-bottom: 2.25rem;
    }

    .items {
      gap: 20px;
      flex-direction: column;

      .item {
        padding: 24px;

        &.popular h3::before {
          margin-left: -24px;
        }
      }
    }
  }

  .reviews {
    padding: 40px 20px;
    margin-top: 40px;

    .quote {
      height: 90px;
      margin: 20px auto -40px;
    }

    .relative {
      p {
        font-size: 0.9375rem;
      }

      h4 {
        margin-top: 1.375rem;
        margin-bottom: 0.25rem;
      }

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

  .faq {
    padding-top: 40px;
    h2 {
      margin-bottom: 2.5rem;
    }
  }

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

    .header {
      &::after {
        width: 22px;
        height: 11px;
      }

      h3 {
        font-size: 1rem;
      }
    }

    .content {
      .inner {
        padding-top: 20px;
      }
    }
  }

  .blog {
    h2 {
      margin-bottom: 2.25rem;
    }

    .items.three {
      gap: 20px;

      .item {
        width: 100%;

        .image {
          height: 200px;
        }

        .content {
          .primary-link {
            font-size: 0.875rem;
          }
        }
      }
    }
  }

  .contact {
    .container {
      padding: 25px 20px;

      h2 {
        margin-bottom: 1.5rem;
      }

      .flex-content {
        gap: 10px;
        flex-direction: column;

        .left.side {
          width: 100%;
          margin-bottom: 20px;

          iframe {
            height: 220px;
          }
        }

        .right.side {
          width: 100%;

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

  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: 30px;
      align-items: center;
    }

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

      .logo {
        margin-bottom: 0;
      }

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

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

      a,
      p {
        margin-bottom: 0;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
      }

      li {
        margin-bottom: 0.25rem;
      }

      &:last-of-type h3 a {
        font-size: 18px;
        width: 100%;
        justify-content: center;
      }
    }
  }

  .socials {
    margin: 1.5rem 0 1.25rem;
  }

  section.breadcrumbs {
    padding-top: 20px;
  }

  .breadcrumbs {
    font-size: 0.875rem;

    section & {
      margin-bottom: 40px;
      margin-top: -20px;
    }

    & + section {
      padding-top: 40px;
    }
  }

  .about-2 {
    padding-top: 220px;
    padding-bottom: 0;

    .bg {
      width: 100%;
      height: 240px;
    }

    .card {
      margin-left: 0;
    }
  }

  .small-content {
    padding: 40px 20px 0;

    .flex-content {
      flex-direction: column;
      gap: 24px;

      .left.side,
      .right.side {
        width: 100%;
      }
    }
  }

  section.list {
    h2 {
      margin-bottom: 2.25rem;
    }

    ul {
      margin: 25px auto 0;

      li {
        font-size: 0.875rem;
      }
    }
  }

  .become-our-partner {
    .bgshape {
      height: auto;
      width: 100%;
    }

    .desc {
      margin-top: 30px;
    }

    .flex-content {
      flex-direction: column;
      gap: 20px;
      margin-bottom: 10px;
    }

    .calendar {
      width: 100%;
    }

    .time-of-day {
      width: 100%;

      .form-check {
        margin-bottom: 0.75rem;

        label {
          font-size: 0.875rem !important;
        }
      }
    }
  }

  .contact.subpage .container .flex-content {
    gap: 20px;
  }

  .contact.subpage + footer {
    margin-top: 40px;
  }
}

@media (max-width: 1023px) {
  .steps {
    h2 {
      margin-bottom: 2.25rem;
    }

    .item {
      padding: 0 0 0 70px;

      &::after {
        width: 16px;
        height: 16px;
        left: 0;
        transform: translate(0, -50%) scale(0);
      }

      &.active::after {
        transform: translate(0, -50%) scale(1);
      }

      .line {
        left: 7px;
      }

      .content {
        width: 100%;
        padding: 20px;

        span {
          font-size: 3rem;
        }
      }

      &:nth-of-type(odd),
      &:nth-of-type(even) {
        flex-direction: row;

        .content {
          padding-right: 20px;
          padding-left: calc(1rem + 20px);

          span {
            right: auto;
            left: -0.85em;
          }
        }
      }
    }
  }
}

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

  .blog .item {
    width: calc(100% / 2 - 27px) !important;
  }

  form input.half {
    width: 100%;
  }

  footer .container {
    flex-wrap: wrap;

    .item {
      min-width: 30%;
      max-width: 30%;
    }
  }

  /*********************************/
}

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

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

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

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

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

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


.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #000; /* fekete kör */
  color: #fff; /* fehér ikon */
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.socials a:hover {
  background-color: #23B0BA; /* opcionális hover szín */
  transform: scale(1.1);
}

.mody-policy {
  text-decoration: underline !important;
  
} 