/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html.lenis {
  height: auto;
}

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

@font-face {
  font-family: "Asty";
  src: url("../../assets/fonts/Asty/Asty-Regular.woff2") format("woff2"), url("../../assets/fonts/Asty/Asty-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Asty";
  src: url("../../assets/fonts/Asty/Asty-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Asty/Asty-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?94sphe");
  src: url("../../assets/fonts/icomoon.eot?94sphe#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?94sphe") format("truetype"), url("../../assets/fonts/icomoon.woff?94sphe") format("woff"), url("../../assets/fonts/icomoon.svg?94sphe#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.heading-l {
  font-size: clamp(48px, 7.9861111111vw, 115px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 1921px) {
  .heading-l {
    font-size: clamp(115px, 6.2890625vw, 161px);
  }
}

h1,
.heading-ml {
  font-size: clamp(44px, 6.25vw, 64px);
  font-weight: 400;
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-ml {
    font-size: clamp(41px, 2.40625vw, 61.6px);
  }
}

h2,
.heading {
  font-size: clamp(20px, 3.3203125vw, 34px);
}

h3,
.heading-ms {
  font-size: clamp(20px, 2.34375vw, 24px);
  line-height: 1.3em;
}

h4,
.heading-s {
  font-size: clamp(16px, 1.7578125vw, 18px);
  line-height: 1.3em;
}

.text-xl {
  font-size: clamp(30px, 3.90625vw, 40px);
}

.text-l {
  font-size: clamp(20px, 2.9296875vw, 30px);
}

.text-ml {
  font-size: clamp(18px, 2.34375vw, 24px);
}

p {
  font-size: inherit;
}

.text {
  font-size: clamp(16px, 1.7578125vw, 18px);
}
@media only screen and (min-width: 1921px) {
  .text {
    font-size: clamp(18px, 0.984375vw, 25.2px);
  }
}

.text-ms {
  font-size: clamp(13px, 1.46484375vw, 15px);
}

.text-s {
  font-size: 12px;
}

.text-xs {
  font-size: 10px;
}

.button {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.body {
  overflow-x: hidden;
  background-color: #bcaaa3;
  font-family: "Asty", system-ui;
}

main {
  overflow-x: hidden;
  transition: background-color ease 300ms, opacity background-color ease 300ms;
}

a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

button {
  cursor: pointer;
}

.boxed {
  max-width: 1460px;
  padding-inline: 20px;
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: calc(clamp(1440px, 75vw, 2880px) + 20px);
    padding-inline: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .boxed-desktop {
    max-width: 1460px;
    padding-inline: 20px;
  }
}

.boxed-sm {
  max-width: 1120px;
  padding-inline: 20px;
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: calc(clamp(1100px, 57.2916666667vw, 2200px) + 20px);
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: 2900px;
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .boxed-4k {
    padding-inline: 20px;
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-sm-4k {
    max-width: 2220px;
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .boxed-sm-4k {
    padding-inline: 20px;
  }
}

.centered {
  margin-inline: auto;
}

@media only screen and (min-width: 1921px) {
  .centered-4k {
    margin-inline: auto;
  }
}

.regular {
  font-weight: 400;
}

.semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.letter-spacing-wide {
  letter-spacing: 0.15em;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hidden-mobile {
    display: none !important;
  }
}

.accent {
  color: #d01a2f;
}

.accent-bg {
  background-color: #d01a2f;
}

.black {
  color: #000;
}

.arrow {
  display: flex;
  align-items: center;
}
.arrow:after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform ease 300ms;
}
.arrow:hover:after {
  transform: translateX(6px);
}

.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .header {
    width: 100vw;
  }
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  backdrop-filter: blur(10px);
}
.header--sticky:before {
  opacity: 1;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header__logo-container {
  position: absolute;
  display: grid;
  align-items: end;
  height: 100px;
  top: 0;
  left: calc(15% - 5px);
  transform: translateX(-100%);
}
@media only screen and (max-width: 1024px) {
  .header__logo-container {
    left: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo-container {
    left: 25%;
  }
}
.header__logo {
  max-width: clamp(80px, 15.625vw, 160px);
}
.header ul {
  list-style-type: none;
  margin-inline: 0;
  padding: 0;
}

.main-menu {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 300px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  height: 100vh;
  padding: 100px 20px;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  transform: translateX(0%);
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .main-menu {
    width: 100%;
    max-width: revert;
    justify-content: center;
  }
}
.main-menu li {
  overflow: hidden;
}
.main-menu li > a {
  transform: translateY(100%);
}
.main-menu__list {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex-direction: column;
  margin-top: 35%;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list {
    margin-top: revert;
  }
}
.main-menu__list a {
  display: flex;
  flex-direction: column;
  gap: 1px;
  font-size: 14px;
  color: #fff;
}
.main-menu__list a:after {
  content: "";
  width: calc(100% + 4px);
  height: 1px;
  background-color: #000;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path ease 300ms;
  display: none;
}
.main-menu__list a:hover:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.main-menu__list ul {
  position: absolute;
  padding: 8px 16px;
  background-color: #002454;
  visibility: hidden;
  opacity: 0;
  position: revert;
  display: none;
  padding: revert;
}
.main-menu__list > li:hover ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

.first-section {
  padding-block: clamp(150px, 19.53125vw, 200px) clamp(75px, 9.765625vw, 100px);
}

.basic {
  padding-block: clamp(20px, 3.90625vw, 40px);
}

.hero {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: clamp(185px, 38.0859375vw, 390px) clamp(160px, 31.25vw, 320px);
  color: #fff;
}
.hero__heading {
  overflow: hidden;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .hero__text p {
    max-width: 80%;
  }
}
.hero .line {
  margin-block: clamp(12px, 2.34375vw, 24px);
}

.archive-grid {
  display: grid;
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1025px) {
  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-grid__bottom {
  display: grid;
  place-content: center;
  padding-block: clamp(16px, 3.125vw, 32px);
}
.archive-grid__no-more-posts {
  display: none;
}

.carousel__track {
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .carousel__container {
    gap: 16px;
  }
}
.carousel__slide {
  color: #000;
  cursor: grab;
  width: 25%;
}
.carousel__button {
  cursor: pointer;
  transform: rotate(0deg);
}
.carousel__button--previous {
  transform: rotate(180deg);
}
.carousel__button::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 8px;
}
.carousel__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, 4.0363269425vw, 40px);
  margin-top: clamp(20px, 4.0363269425vw, 40px);
  margin-inline: auto;
}
.carousel__dots {
  display: flex;
  align-items: center;
  width: 100%;
  display: none;
}
.carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.carousel .glide__bullet--active {
  background-color: #000;
}

.tabs__buttons {
  display: flex;
}
.tabs__button {
  padding: clamp(8px, 1.5625vw, 16px) clamp(16px, 3.125vw, 32px);
  border: solid 1px rgba(0, 36, 84, 0.2);
  cursor: pointer;
}
.tabs__button:hover {
  border: solid 1px #002454;
}
.tabs__button--active {
  background-color: #002454;
  color: #eef0f3;
}
.tabs__content {
  padding: clamp(8px, 1.5625vw, 16px);
}
.tabs__content--hidden {
  display: none;
}

.accordion__item {
  border: solid 1px rgba(0, 36, 84, 0.2);
}
.accordion__item:hover {
  border: solid 1px #002454;
}
.accordion__item--open {
  border: solid 1px #002454;
}
.accordion__button, .accordion__text {
  padding: clamp(8px, 1.5625vw, 16px);
}
.accordion__button {
  cursor: pointer;
}
.accordion__button--active {
  background-color: #002454;
  color: #fff;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
}

.gallery .carousel__container {
  gap: 0;
}
.gallery .carousel__slide img {
  aspect-ratio: 1;
  object-fit: cover;
}
.gallery .hidden-carousel-controls {
  visibility: hidden;
  opacity: 0;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  padding-bottom: clamp(24px, 4.6875vw, 48px);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  visibility: visible;
  opacity: 1;
}
.lightbox--hidden {
  visibility: hidden;
  opacity: 0;
}
.lightbox__container {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.lightbox__img-container {
  margin-inline: auto;
  padding-bottom: clamp(20px, 3.90625vw, 40px);
}
.lightbox__img-container img {
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .lightbox__img-container img {
    height: 100%;
  }
}
.lightbox__caption {
  display: none;
}
.lightbox__close {
  width: 100%;
  color: #fff;
  text-align: right;
}
.lightbox__close-button {
  opacity: 0.8;
  cursor: pointer;
}
.lightbox__close-button:hover {
  opacity: 1;
}
.lightbox .carousel__container {
  height: 100%;
}
.lightbox .carousel__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lightbox .carousel__button:after {
  color: #fff;
}
.lightbox .carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.lightbox .glide__bullet--active {
  background-color: #fff;
}

.last-section {
  padding-bottom: clamp(150px, 19.53125vw, 200px);
}

.footer {
  padding-top: clamp(20px, 3.90625vw, 40px);
  background-color: rgba(255, 255, 255, 0.3);
}
.footer--home {
  display: none;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .footer__container {
    flex-direction: column;
    justify-content: revert;
    gap: 40px;
  }
}
.footer__contact-info {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .footer__contact-info {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer__contact-info-heading {
  padding-bottom: clamp(6px, 1.171875vw, 12px);
}
.footer__logo {
  max-width: clamp(80px, 15.625vw, 160px);
}
.footer .social, .footer .legal-menu {
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .footer .social, .footer .legal-menu {
    grid-column: span 2;
  }
}
.footer .social__icon {
  font-size: clamp(14px, 1.953125vw, 20px);
}
.footer .social {
  justify-content: revert;
  color: #000;
  text-wrap: nowrap;
}
.footer .social__icon {
  color: #000;
}
.footer .legal-menu {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .footer .legal-menu {
    grid-column: span 3;
  }
}
.footer .legal-menu ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .legal-menu ul li {
  display: flex;
  align-items: center;
}
.footer .legal-menu ul li:not(:last-child):after {
  content: "|";
  padding-inline: 16px;
  font-weight: 100;
}
.footer .legal-menu ul a {
  font-size: clamp(12px, 1.46484375vw, 15px);
}
.footer__cta {
  display: grid;
  gap: clamp(6px, 1.171875vw, 12px);
  max-width: 400px;
}
.footer__cta-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.footer__copyright {
  padding-block: clamp(18px, 1.7361111111vw, 25px);
  margin-top: clamp(20px, 2.0833333333vw, 30px);
  background-color: rgba(255, 255, 255, 0.3);
}
.footer__copyright-container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.fullscreen-loader {
  background-color: #c6bfb5;
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-content: end;
  gap: 80px;
}
.fullscreen-loader__bg {
  position: absolute;
  right: 0;
  width: 0;
  height: 100%;
  width: 100%;
  background-color: #dfc7c7;
}
.fullscreen-loader__logo-container {
  position: absolute;
  inset: 0;
}
.fullscreen-loader__logo-container img {
  transform: translate(-300px, 200px);
  width: 1000px;
  opacity: 0.1;
}
.fullscreen-loader__percentage-container {
  position: relative;
  z-index: 1;
  padding: clamp(20px, 3.90625vw, 40px) clamp(40px, 7.8125vw, 80px);
  display: none;
}

@keyframes rotateLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  width: 60px;
  height: 60px;
  margin-inline: auto;
  border-radius: 50%;
  position: relative;
  border: 2px solid #000;
  box-sizing: border-box;
  animation: rotateLoader 1s linear infinite;
}
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 6px;
  top: 6px;
  border: 2px solid #000;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
  padding: 15px clamp(20px, 3.90625vw, 40px);
  overflow: hidden;
}
.button::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background-color: #000;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.button:hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
}
.button span {
  display: block;
  position: relative;
}
.button > span {
  overflow: hidden;
  color: #000;
}
.button > span > span {
  overflow: hidden;
}
.button:hover > span > span {
  animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

@keyframes MoveUpInitial {
  to {
    transform: translate3d(0, -105%, 0);
    color: #000;
  }
}
@keyframes MoveUpEnd {
  from {
    transform: translate3d(0, 100%, 0);
    color: #000;
  }
  to {
    transform: translate3d(0, 0, 0);
    color: #fff;
  }
}
.link {
  color: #d01a2f;
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
}
.social__icons {
  display: flex;
  gap: 16px;
}
.social__icon {
  color: #fff;
}
.social__icon--fb:after {
  content: "\e906";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social__icon--ig:after {
  content: "\e907";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logo-icon {
  position: absolute;
  top: 0;
  right: calc(15% + 5px);
  height: 100px;
  z-index: 1;
  display: grid;
  align-items: end;
}

.hamburger {
  position: absolute;
  z-index: 10;
  top: 45px;
  right: 7.5%;
  transform: translateX(50%) translateY(-10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  cursor: pointer;
}
.hamburger--pressed .hamburger__button {
  transform: translateX(-50px);
  background: transparent;
}
.hamburger--pressed .hamburger__button:before {
  transform: rotate(45deg) translate(35px, -35px);
  background-color: #fff;
}
.hamburger--pressed .hamburger__button:after {
  transform: rotate(-45deg) translate(35px, 35px);
  background-color: #fff;
}
.hamburger__button {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: clamp(40px, 8.072653885vw, 80px);
  height: 2px;
  background: transparent;
  transition: all 200ms ease-in-out;
}
.hamburger__button:before, .hamburger__button:after {
  content: "";
  position: absolute;
  width: clamp(20px, 2.8254288597vw, 28px);
  height: 2px;
  background: #fff;
  transition: all 200ms ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-5px);
}
@media only screen and (max-width: 1024px) {
  .hamburger__button:before {
    transform: translateY(-4px);
  }
}
.hamburger__button:after {
  transform: translateY(5px);
}
@media only screen and (max-width: 1024px) {
  .hamburger__button:after {
    transform: translateY(4px);
  }
}

.line {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100vw;
  width: 100dvw;
  height: 1px;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: clamp(24px, 4.6875vw, 48px);
  padding: clamp(12px, 2.34375vw, 24px);
  background-color: #d01a2f;
  color: #fff;
  opacity: 0;
  transform: rotate(-90deg);
  transition: opacity ease 0.2s;
  cursor: pointer;
}
.back-to-top--visible {
  visibility: visible;
  opacity: 1;
}
.back-to-top::after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-form__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.search-form__button:before {
  content: "\e902";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.error-message {
  color: red;
}

body.home .fullscreen-loader__percentage-container {
  display: block;
}
body.home .footer__container, body.home.footer__copyright {
  display: none;
}

body.home .header__logo, body.home .logo-icon__img {
  filter: brightness(0);
}
body.home .hamburger__button {
  background: transparent;
}
body.home .hamburger__button::before, body.home .hamburger__button::after {
  background: #000;
}
body.home .hamburger--pressed .hamburger__button {
  transform: translateX(-50px);
  background: transparent;
}
body.home .hamburger--pressed .hamburger__button:before {
  transform: rotate(45deg) translate(35px, -35px);
  background: #fff;
}
body.home .hamburger--pressed .hamburger__button:after {
  transform: rotate(-45deg) translate(35px, 35px);
  background: #fff;
}
body.home .logo-icon {
  color: #000;
}

.home,
.home__section,
.home__container,
.home__img-wrapper,
.home__img,
.home__scroll-down,
.home__button {
  position: absolute;
}

.home,
.home__main,
.home__section,
.home__container {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.home__section,
.home__container {
  top: 0;
  left: 0;
  will-change: transform;
}

.home__main {
  position: absolute;
  top: 0;
}
.home__section {
  opacity: 0;
}
.home__section--1 {
  background-color: #bcaaa3;
  opacity: 1;
}
.home__section--2 {
  background-color: #d2c3cb;
}
.home__section--3 {
  background-color: #c6bfb5;
}
.home__section--4 {
  background-color: #dfc7c7;
}
.home__section--5 {
  background-color: #c7dddf;
}
.home__text-container {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .home__text-container {
    left: 8%;
    right: 5%;
  }
}
.home__heading {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(30px, 5.859375vw, 60px);
  text-transform: uppercase;
  will-change: transform;
  opacity: 0; /*   To avoid initial flickering  */
}
.home__heading div {
  will-change: transform;
}
.home__heading div:nth-child(2) {
  margin-left: clamp(35px, 6.8359375vw, 70px);
}
.home__heading div:nth-child(3) {
  margin-left: 20px;
}
.home__text {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(20px, 3.90625vw, 40px);
  max-width: 480px;
  line-height: 1.2;
  opacity: 0;
}
.home__button {
  z-index: 1;
  opacity: 0;
}
.home__img-wrapper {
  width: 25%;
  top: 0;
  will-change: transform;
  opacity: 0;
}
.home__img-wrapper--1 {
  left: -22%;
}
.home__img-wrapper--2 {
  left: 21%;
}
.home__img-wrapper--3 {
  left: 54%;
}
.home__img-wrapper--4 {
  left: 97%;
}
@media only screen and (max-width: 1024px) {
  .home__img-wrapper {
    width: 65%;
  }
  .home__img-wrapper--1 {
    display: none;
  }
  .home__img-wrapper--2 {
    left: -60%;
  }
  .home__img-wrapper--3 {
    left: 35%;
  }
  .home__img-wrapper--4 {
    display: none;
  }
}
.home__img-container {
  position: relative;
  padding-bottom: 150%;
  margin-top: -75%;
  height: 0;
  overflow: hidden;
}
.home__img {
  width: 100%;
}
.home__border {
  position: absolute;
  z-index: -1;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
}
.home__border--1 {
  left: 15%;
}
.home__border--2 {
  left: 50%;
}
.home__border--3 {
  left: 85%;
}
@media only screen and (max-width: 1024px) {
  .home__border--1 {
    display: none;
  }
  .home__border--2 {
    left: 30%;
  }
  .home__border--3 {
    display: none;
  }
}
.home__scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 15%;
  right: 7.5%;
  bottom: 60px;
  transform: translateX(50%);
  text-wrap: nowrap;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .home__scroll-down {
    transform: translateX(calc(50% - 10px));
  }
}
.home__scroll-down-icon {
  transform: rotate(90deg);
}
.home__scroll-down-icon:after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home__scroll-down-icon--active {
  animation: move-up-down 1s ease-in-out infinite alternate;
}
@keyframes move-up-down {
  0% {
    transform: translateY(5px) rotate(90deg);
  }
  100% {
    transform: translateY(-5px) rotate(90deg);
  }
}

body.single--pastry {
  background-color: #d2c3cb;
}
body.single--pastry .fullscreen-loader__bg {
  background-color: #d2c3cb;
}
body.single--bakery {
  background-color: #c6bfb5;
}
body.single--bakery .fullscreen-loader__bg {
  background-color: #c6bfb5;
}
body.single--ice-cream {
  background-color: #dfc7c7;
}
body.single--ice-cream .fullscreen-loader__bg {
  background-color: #dfc7c7;
}
body.single--coffee-herbal {
  background-color: #c59d7a;
}
body.single--coffee-herbal .fullscreen-loader__bg {
  background-color: #c59d7a;
}
body.single--special-cakes {
  background-color: #c7dddf;
}
body.single--special-cakes .fullscreen-loader__bg {
  background-color: #c7dddf;
}
body.single--seasonal {
  background-color: #e18d8d;
}
body.single--seasonal .fullscreen-loader__bg {
  background-color: #e18d8d;
}
body.single--parties-events {
  background-color: #e1dbb9;
}
body.single--parties-events .fullscreen-loader__bg {
  background-color: #e1dbb9;
}

.single__intro {
  padding-block: clamp(60px, 11.71875vw, 120px);
  text-align: center;
}
.single__bottom-text {
  padding-bottom: clamp(60px, 11.71875vw, 120px);
  text-align: center;
}
.single__bottom-text p {
  margin-bottom: 20px;
}
.single__gallery {
  margin-block: clamp(40px, 7.8125vw, 80px) clamp(80px, 15.625vw, 160px);
}
.single__gallery-button {
  margin-top: clamp(20px, 3.90625vw, 40px);
}

.video {
  padding-bottom: clamp(60px, 11.71875vw, 120px);
}
.video__container {
  position: relative;
}
.video__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
}
.video__vimeo {
  width: 100%;
  height: 100%;
}
.video__vimeo iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.video .play-button {
  position: absolute;
  inset: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  aspect-ratio: 1;
  padding: clamp(30px, 5.859375vw, 60px);
  color: #fff;
  z-index: 1;
  cursor: pointer;
  font-family: sans-serif;
  line-height: 1;
  transition: transform ease 300ms;
}
.video .play-button:hover {
  transform: scale(1.2);
}

.banners {
  display: grid;
  gap: clamp(40px, 7.8125vw, 80px);
}

.banner {
  padding-block: clamp(60px, 11.71875vw, 120px);
  color: #fff;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1281px) {
  .banner__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.banner__header {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 12px;
  padding: clamp(6px, 1.171875vw, 12px) clamp(10px, 1.953125vw, 20px);
  background-color: #343344;
}
.banner__logo-icon, .banner__logo-tagline {
  opacity: 0.45;
}
.banner__logo-icon {
  max-width: 113px;
}
.banner__body {
  display: grid;
  gap: clamp(16px, 3.125vw, 32px);
  background-color: #bcaaa3;
  padding: clamp(40px, 7.8125vw, 80px) clamp(30px, 5.859375vw, 60px) clamp(15px, 2.9296875vw, 30px);
}
.banner__body--special-cakes {
  background-color: #8a717f;
}
.banner__body--party {
  background-color: #6aa2b8;
}
.banner a {
  color: #fff;
}
.banner a:hover .arrow:after {
  transform: translateX(6px);
}

.about {
  background-color: #c6bfb5;
}
.about .fullscreen-loader__bg {
  background-color: #c6bfb5;
}
.about::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: transparent;
  background-image: url(../../assets/img/about-bg-001.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 105% top;
}
@media only screen and (max-width: 767px) {
  .about::before {
    background-size: 90%;
  }
}
.about .header__logo, .about .logo-icon__img {
  filter: brightness(0);
}
.about .hamburger__button {
  background: transparent;
}
.about .hamburger__button::before, .about .hamburger__button::after {
  background: #000;
}
.about .hamburger--pressed .hamburger__button {
  transform: translateX(-50px);
  background: transparent;
}
.about .hamburger--pressed .hamburger__button:before {
  transform: rotate(45deg) translate(35px, -35px);
  background: #fff;
}
.about .hamburger--pressed .hamburger__button:after {
  transform: rotate(-45deg) translate(35px, 35px);
  background: #fff;
}
.about .logo-icon {
  color: #000;
}
.about__intro {
  position: relative;
  margin-top: clamp(40px, 7.8125vw, 80px);
}
.about__intro-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(16px, 3.125vw, 32px);
  padding-block: clamp(40px, 5.5555555556vw, 80px) clamp(120px, 13.8888888889vw, 200px);
}
@media only screen and (max-width: 767px) {
  .about__intro-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.about__intro-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: transparent;
  background-image: url(../../assets/img/about-bg-001.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: left center;
  transform: scaleX(-1) rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .about__intro-container::before {
    background-size: 90%;
  }
}
.about__intro-container::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: transparent;
  background-image: url(../../assets/img/logo-icon-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 80% top;
  opacity: 0.15;
}
@media only screen and (max-width: 767px) {
  .about__intro-container::after {
    inset: auto;
    width: 35%;
    height: 100%;
    right: 20%;
    top: -20%;
    background-position: auto;
  }
}
.about__intro-img--1 {
  transform: rotate(-2deg);
}
.about__intro-img--2 {
  transform: rotate(2deg);
}
@media only screen and (max-width: 767px) {
  .about__intro-img--2 {
    margin-inline: auto;
    max-width: 75%;
  }
}
.about__intro-img--3 {
  transform: rotate(1deg) translateY(-10px);
}
.about__intro-img--4 {
  transform: rotate(-1deg) translateY(20px);
}

.about-hero {
  padding-bottom: 0;
  color: #000;
}
.about-hero .line {
  background-color: #000;
}

.about-card {
  padding-block: clamp(40px, 7.8125vw, 80px);
}
.about-card__container {
  position: relative;
  display: grid;
  gap: clamp(36px, 7.03125vw, 72px);
}
@media only screen and (min-width: 1025px) {
  .about-card__container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.about-card__container::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: transparent;
  background-image: url(../../assets/img/logo-icon-white.svg);
  background-repeat: no-repeat;
  background-size: 18%;
  background-position: 55% top;
  opacity: 0.15;
}
@media only screen and (max-width: 767px) {
  .about-card__container::after {
    background-size: contain;
    background-position: top;
    inset: auto;
    width: 40%;
    height: 100%;
    right: -2%;
    top: clamp(70px, 23.4680573664vw, 180px);
  }
}
.about-card__text-container {
  display: grid;
  gap: clamp(8px, 1.5625vw, 16px);
}
.about-card img {
  position: relative;
  z-index: -2;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-card img {
    width: 80%;
  }
}

.about-values {
  padding-block: clamp(40px, 7.8125vw, 80px);
  text-align: center;
}
.about-values__container {
  display: grid;
  gap: clamp(36px, 7.03125vw, 72px);
}
.about-values__values {
  display: grid;
  justify-items: center;
  gap: clamp(18px, 3.515625vw, 36px);
}

.about-gallery {
  padding-block: clamp(40px, 7.8125vw, 80px);
}
.about-gallery .carousel__slide {
  cursor: revert;
}

.about-quote {
  padding-bottom: clamp(80px, 15.625vw, 160px);
  text-align: center;
}
.about-quote__container {
  display: grid;
  gap: clamp(40px, 7.8125vw, 80px);
}

.underline-text {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 7px;
  text-decoration-skip-ink: none;
  text-underline-offset: -1px;
}

.contact {
  background-color: #bca3a3;
}
.contact .fullscreen-loader__bg {
  background-color: #bca3a3;
}
.contact__hero {
  border-bottom: 1px solid #fff;
  padding-bottom: 0px;
}
.contact__hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: transparent;
  background-image: url(../../assets/img/logo-icon-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 45px;
  opacity: 0.15;
}
.contact__intro {
  color: #fff;
  padding-block: clamp(20px, 3.41796875vw, 35px);
}

.contact-form {
  padding-top: clamp(40px, 6.34765625vw, 65px);
}
.contact-form__heading {
  color: #fff;
  padding-bottom: clamp(25px, 3.90625vw, 40px);
}
.contact-form form {
  display: grid;
  gap: 18px clamp(20px, 4.8828125vw, 50px);
}
@media only screen and (min-width: 768px) {
  .contact-form form {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-form label {
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.2;
}
.contact-form input, .contact-form textarea, .contact-form select {
  background-color: #d5c9c9;
  border: none;
  padding: clamp(10px, 1.46484375vw, 15px);
  width: 100%;
}
.contact-form textarea {
  resize: vertical;
}
.contact-form__submit {
  cursor: pointer;
}
.contact-form__submit input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  cursor: pointer;
  color: inherit;
  background-color: transparent;
  text-transform: uppercase;
}
.contact-form__submit .wpcf7-spinner {
  position: absolute;
  right: 0;
  transform: translateX(80px);
}
.contact-form__submit:has(input:disabled) {
  cursor: not-allowed;
}
.contact-form__submit p, .contact-form__submit input {
  display: block;
  position: relative;
}
.contact-form__submit > p {
  overflow: hidden;
  color: #000;
}
.contact-form__submit > p > input {
  overflow: hidden;
}
.contact-form__submit:hover > p > input {
  animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}
.contact-form .checkbox-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-content: center;
  height: 150px;
  padding: 20px clamp(25px, 3.125vw, 45px);
  margin-top: 5px;
  background-color: rgba(255, 255, 255, 0.15);
}
.contact-form .checkbox-wrapper .wpcf7-list-item {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 15px;
}
.contact-form input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #d5c9c9;
  /* Not removed via appearance */
  margin: 0;
  width: 30px;
  height: 30px;
  position: relative;
}
.contact-form input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  top: 5px;
  left: 5px;
  background-color: #8a717f;
  transform: scale(0);
  transition: all 0.3s ease;
}
.contact-form input[type=checkbox]:checked::before {
  transform: scale(1);
}
.contact-form__info-terms {
  display: grid;
  gap: 5px;
}
.contact-form__info-terms .wpcf7-list-item {
  margin: 0;
}
.contact-form__info-terms .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-form__info {
  margin-top: 5px;
  height: 150px;
}
.contact-form__upload-img input {
  background-color: transparent;
  font-size: 12px;
  padding: 0;
  width: fit-content;
  margin-left: 43px;
}
.contact-form__upload-img input::file-selector-button {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.contact-form__upload-img label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-form__upload-img label::before {
  content: "\e90a";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}
.contact-form__submit {
  justify-self: center;
  margin-top: clamp(20px, 3.515625vw, 36px);
}
@media only screen and (min-width: 768px) {
  .contact-form__submit {
    grid-column: 1/3;
  }
}

.hero-404 {
  display: grid;
  place-content: center;
  min-height: 100vh;
  min-height: 100dvh;
  color: #fff;
  text-align: center;
}
.hero-404__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-404__button {
  margin-top: clamp(30px, 4.1666666667vw, 60px);
}

.error-numbers {
  display: flex;
  justify-content: center;
  gap: clamp(50px, 6.9444444444vw, 100px);
  font-size: clamp(250px, 34.7222222222vw, 500px);
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: -0.1em;
  opacity: 0.4;
}
@media only screen and (min-width: 1921px) {
  .error-numbers {
    font-size: clamp(500px, 27.34375vw, 700px);
    gap: clamp(100px, 5.46875vw, 140px);
  }
}
.error-numbers__item {
  display: block;
}

/*# sourceMappingURL=main.css.map */
