@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --c-white: #fffdfa;
  --c-gold: #e3a130;
  --c-navy: #4b4d54;
  --c-light: #d5b49e;
  --c-whiteLight: #fff7f1;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  background: var(--c-whiteLight);
}

h1,
h2,
h3 {
  color: var(--c-navy);
}

h1,
h2,
h3,
p {
  margin: 0;
}

a {
  text-decoration: none;
  transition: 200ms ease-in-out;
  -webkit-transition-property: color, background-color, opacity;
  transition-property: color, background-color, opacity;
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -ms-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

.wrapper {
  width: min(1016px, 100% - 48px);
  margin-inline: auto;
}

.noscroll {
  overflow-y: hidden;
}

.btn__white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--c-white);
  padding: 15.5px 32px;
  border-radius: 128px;
  -webkit-border-radius: 128px;
  -moz-border-radius: 128px;
  -ms-border-radius: 128px;
  -o-border-radius: 128px;
}
.btn__white span {
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
}
.btn__white:hover {
  opacity: 0.6 !important;
}
.btn__primary {
  background: #4c0e04;
  padding: 0 32px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 128px;
  -webkit-border-radius: 128px;
  -moz-border-radius: 128px;
  -ms-border-radius: 128px;
  -o-border-radius: 128px;
}
.btn__primary span {
  color: var(--c-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
}
.btn__primary:hover {
  opacity: 0.6 !important;
}

.swiper-pagination {
  width: 88px;
  height: 24px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  max-width: 88px;
  left: 50% !important;
  transform: translate3d(-50%, 0%, 0) !important;
  -webkit-transform: translate3d(-50%, 0%, 0) !important;
  -moz-transform: translate3d(-50%, 0%, 0) !important;
  -ms-transform: translate3d(-50%, 0%, 0) !important;
  -o-transform: translate3d(-50%, 0%, 0) !important;
  top: unset !important;
  bottom: 37px !important;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.swiper-pagination span {
  width: 8px;
  height: 8px;
  opacity: 0.4;
  background: var(--c-navy);
  margin: 0 !important;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 152px;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-right: 1px solid var(--c-white);
  -webkit-animation-name: mehdir-bounce-left;
          animation-name: mehdir-bounce-left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
  -webkit-animation-delay: 0, 5s;
          animation-delay: 0, 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.header__logo {
  padding: 40px;
}
.header__logo img {
  width: 72px;
  height: 48px;
}
.header__slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid var(--c-white);
  border-bottom: 1px solid var(--c-white);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header__slider ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.header__slider ul li {
  position: relative;
}
.header__slider ul li.active span {
  font-weight: 700;
}
.header__slider ul li.active::after {
  content: " ";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: -20.5px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background: var(--c-light);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 1;
}
.header__slider ul li::after {
  content: " ";
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.header__slider ul li span {
  cursor: pointer;
  color: var(--Navy);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
  transition: font-weight 0.5s;
  -webkit-transition: font-weight 0.5s;
  -moz-transition: font-weight 0.5s;
  -ms-transition: font-weight 0.5s;
  -o-transition: font-weight 0.5s;
}
.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__open {
  background: transparent;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 8px;
  padding: 40px 0;
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.header__open:hover span {
  color: var(--c-gold);
}
.header__open span {
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  color: var(--c-navy);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
}
@media (max-width: 768px) {
  .header {
    border: none;
    max-width: 100%;
    height: 72px;
  }
  .header__wrapper {
    writing-mode: unset;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16px 24px;
  }
  .header__logo {
    padding: 0;
  }
  .header__logo img {
    width: 60px;
    height: 40px;
  }
  .header__slider {
    display: none;
  }
  .header__open {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 8px;
    transform: rotate(0deg);
    -ms-writing-mode: unset;
        writing-mode: unset;
    padding: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
  }
  .header__open span {
    display: none;
  }
}

.nav {
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0px;
  width: 224px;
  height: 100%;
  background: var(--c-navy);
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.nav__logo {
  padding: 40px;
}
.nav__logo img {
  width: 72px;
  height: 48px;
}
.nav__logo button {
  display: none;
}
.nav__content {
  border-top: 1px solid rgba(255, 247, 241, 0.04);
  border-bottom: 1px solid rgba(255, 247, 241, 0.04);
  padding: 16px;
  width: 100%;
  background: url("../img/menu-pattern.png");
}
.nav__links {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 100%;
  min-height: inherit;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav__links li {
  padding: 16px;
  border-bottom: 0.5px solid var(--c-navy);
}
.nav__links li:nth-last-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__links li:nth-last-child(1) a img {
  width: 24px;
  height: 24px;
}
.nav__links li.nav__links__title {
  padding: 12px 16px;
}
.nav__links li span {
  color: var(--c-white);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12.19px;
  letter-spacing: 2.4px;
  opacity: 0.2;
}
.nav__links li a {
  color: var(--c-white);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.63px;
  letter-spacing: 0.96px;
}
.nav__button {
  width: 100%;
  position: relative;
  min-height: 160px;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}
.nav__close {
  background: transparent;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 8px;
  cursor: pointer;
}
.nav__close span {
  color: var(--c-white);
  opacity: 0.2;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
}
.nav--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 768px) {
  .nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 100svh;
    overflow-y: scroll;
  }
  .nav__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 16px 24px;
  }
  .nav__logo img {
    width: 60px;
    height: 40px;
  }
  .nav__logo button {
    display: block;
    position: unset;
    transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    padding: unset;
  }
  .nav__logo button img {
    width: 24px;
    height: 24px;
  }
  .nav__content {
    margin-top: 8px;
  }
  .nav__links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nav__links li:nth-last-child(1) {
    gap: 48px;
  }
  .nav__links li:nth-last-child(1) a img {
    width: 32px;
    height: 32px;
  }
  .nav__links li:has(span) {
    padding: 24px 16px 8px 16px;
  }
  .nav__links li a {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
  .nav__close {
    display: none;
  }
  .nav__button {
    display: none;
  }
}

@-webkit-keyframes mehdir-bounce-left {
  0% {
    opacity: 0.2;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@keyframes mehdir-bounce-left {
  0% {
    opacity: 0.2;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes mehdir-bounce-left {
    0% {
      opacity: 0.2;
      transform: translateY(-72px);
      -webkit-transform: translateY(-72px);
      -moz-transform: translateY(-72px);
      -ms-transform: translateY(-72px);
      -o-transform: translateY(-72px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
    }
  }
  @keyframes mehdir-bounce-left {
    0% {
      opacity: 0.2;
      transform: translateY(-72px);
      -webkit-transform: translateY(-72px);
      -moz-transform: translateY(-72px);
      -ms-transform: translateY(-72px);
      -o-transform: translateY(-72px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
    }
  }
}
.slider {
  width: 100%;
  height: 100vh;
}
.slider__main {
  height: 100%;
}
.slider__main__item {
  height: 100%;
  position: relative;
}
.slider__main__item picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.slider__main__item__content {
  position: absolute;
  z-index: 98;
  top: 256px;
  left: 321px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slider__main__item__content a {
  margin-top: 40px;
  opacity: 0;
  -webkit-animation-name: mehdir-bounce-opacity;
          animation-name: mehdir-bounce-opacity;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .slider__main__item__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    top: 136px;
    left: 0;
  }
  .slider__main__item__content a {
    margin-top: 24px;
  }
}
.slider__main__item.swiper-slide-active .slider__headline {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
.slider__main__item.swiper-slide-active .slider__shorttitle {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
.slider__main__item.swiper-slide-active a {
  -webkit-animation-name: mehdir-bounce-button;
          animation-name: mehdir-bounce-button;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.slider__headline {
  color: var(--c-navy);
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 5.12px;
  margin-top: 16px;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
@media (max-width: 768px) {
  .slider__headline {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.84px;
  }
}
.slider__shorttitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
.slider__shorttitle img {
  width: 24px;
  height: 24px;
}
.slider__shorttitle span {
  color: var(--c-navy);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
}

@-webkit-keyframes mehdir-bounce-top {
  0% {
    opacity: 0;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@keyframes mehdir-bounce-top {
  0% {
    opacity: 0;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes mehdir-bounce-bottom {
  0% {
    opacity: 0.2;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes mehdir-bounce-bottom {
  0% {
    opacity: 0.2;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes mehdir-bounce-opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes mehdir-bounce-opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes mehdir-bounce-button {
  0% {
    opacity: 0.2;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes mehdir-bounce-button {
  0% {
    opacity: 0.2;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.page {
  width: 100%;
  position: relative;
  background: var(--c-whiteLight);
  padding-bottom: 24px;
  display: inline-block;
}
.page::after {
  content: " ";
  background: url("../img/pattern.png");
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  height: 242px;
  z-index: 97;
  background-size: cover;
}
.page::before {
  content: " ";
  height: 144px;
  top: 98px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 98;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 247, 241, 0)), to(#fff7f1));
  background: linear-gradient(180deg, rgba(255, 247, 241, 0) 0%, #fff7f1 100%);
}
.page__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 64px 0;
  position: relative;
  z-index: 99;
}
.page__title .shortTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page__title .shortTitle img {
  width: 24px;
  height: 24px;
}
.page__title .shortTitle span {
  color: var(--c-navy);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
}
.page__title h1 {
  color: var(--c-navy);
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 5.12px;
}
.page__features {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  padding: 24px 0 0 0;
}
.page__features .featureItem p {
  text-transform: none;
  font-size: 14px;
}
.page .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}
.page .row.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page .row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page .row .col img {
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}
.page .row .col p {
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 168%; /* 23.52px */
}
.page .w-full {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .w-full.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .page {
    padding-bottom: 21px;
  }
  .page::after {
    background-size: cover;
  }
  .page__title {
    gap: 8px;
    padding: 88px 0 16px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page__title h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 3.2px;
  }
  .page .row {
    position: relative;
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.category {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.category__item {
  width: calc(33.3333333333% - 16px);
  background: var(--c-second);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category__item:nth-child(4) img {
  -webkit-transform: translate(0px, 40px);
          transform: translate(0px, 40px);
}
.category__item img {
  /*
        filter: drop-shadow(0px 24px 56px rgba(0, 0, 0, 0.40));
        -webkit-filter: drop-shadow(0px 24px 56px rgba(0, 0, 0, 0.40));
        */
}
.category__item__content {
  padding: 24px 24px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category__item__content h3 {
  color: var(--c-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
  text-align: center;
}
.category__item__content p {
  margin-top: 8px;
  height: 56px;
  color: var(--c-white);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.12px;
}
.category__item__content a {
  margin-top: 24px;
  background-color: var(--c-main);
}
@media (max-width: 768px) {
  .category {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 98;
  }
  .category__item {
    width: 100%;
  }
  .category__item__content {
    padding: 16px 16px 0 16px;
  }
  .category__item:nth-child(4) img {
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
}

.product {
  width: 100%;
  position: relative;
  background: var(--c-whiteLight);
  height: 100%;
  padding-bottom: 24px;
}
.product::after {
  content: " ";
  background: url("../img/pattern.png");
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  height: 242px;
  z-index: 97;
  background-size: cover;
}
.product::before {
  content: " ";
  height: 144px;
  top: 98px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 98;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 247, 241, 0)), to(#fff7f1));
  background: linear-gradient(180deg, rgba(255, 247, 241, 0) 0%, #fff7f1 100%);
}
.product__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 99;
}
.product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__detail .shortTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.product__detail .shortTitle img {
  height: 24px;
  width: 24px;
}
.product__detail .shortTitle span {
  color: var(--c-navy);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}
.product__detail h2 {
  margin-top: 16px;
  color: var(--c-navy);
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.product__detail > p {
  margin: 40px 0;
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 168%; /* 23.52px */
}
.product__thumbnail {
  /*
      filter: drop-shadow(0px 24px 56px rgba(0, 0, 0, 0.40));
      -webkit-filter: drop-shadow(0px 24px 56px rgba(0, 0, 0, 0.40));
      */
}
.product__thumbnail img {
  height: 496px;
  width: 496px;
}
.product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.product__info img {
  margin: 4px 0;
  width: 16px;
  height: 16px;
}
.product__info p {
  color: var(--c-navy);
  font-family: Montserrat;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 168%; /* 20.16px */
}
.product__features {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.product__related {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0 0 0;
}
@media (max-width: 768px) {
  .product {
    padding-top: 72px;
  }
  .product::after {
    background-size: cover;
  }
  .product__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .product__thumbnail img {
    height: 345px;
    width: 100%;
  }
  .product__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product__detail h2 {
    text-align: center;
    margin-top: 8px;
  }
  .product__detail > p {
    margin: 16px 0 40px 0;
  }
  .product__features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 24px;
  }
  .product__features .featureItem {
    width: calc(50% - 12px);
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .product__related {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    padding: 24px 0 0 0;
  }
}

.related {
  width: calc(50% - 12px);
  background: var(--c-second);
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.related a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.related__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-left: 160px; /* Sol kenardan 160 piksel boşluk bırakır. */
  margin-right: auto; /* Sağ kenara otomatik genişler. */
}
.related__content span {
  text-align: left;
  color: var(--c-white);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.related__content h2 {
  color: var(--c-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.related img {
  position: absolute;
  top: -38px;
  left: 0;
  width: 192px;
  height: 192px;
  -o-object-fit: contain;
     object-fit: contain;
  /*
  filter: drop-shadow(0px 24px 56px rgba(0, 0, 0, 0.40));
  -webkit-filter: drop-shadow(0px 24px 56px rgba(0, 0, 0, 0.40));
  */
}
@media (max-width: 768px) {
  .related {
    width: 100%;
  }
  .related img {
    top: -20px;
    width: 160px;
    height: 160px;
  }
  .related__content {
    margin-left: 104px; /* Sol kenardan 160 piksel boşluk bırakır. */
  }
  .related__content span {
    font-size: 10px;
  }
  .related__content h2 {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}

.featureItem {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  background: var(--c-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  gap: 16px;
}
.featureItem img {
  width: 24px;
  height: 24px;
}
.featureItem div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.featureItem h4 {
  color: var(--c-gold);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.featureItem p {
  color: var(--c-navy);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .featureItem {
    padding: 32px 8px;
  }
  .featureItem p {
    font-size: 12px;
  }
}

.contact {
  width: 100%;
  max-width: 600px;
  background: var(--c-white);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 40px;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .contact {
    padding: 40px 24px;
  }
}
.contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__head span {
  color: var(--c-gold);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.contact__head img {
  width: 24px;
  height: 24px;
}
.contact__form .form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.contact__form .form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__form .form__item label {
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 4px;
}
.contact__form .form__item input {
  width: 100%;
  min-height: 48px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid #ededee;
  background: #fff7f1;
  padding: 0 16px;
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
}
.contact__form .form__item input::-webkit-input-placeholder {
  font-family: Montserrat;
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.4;
}
.contact__form .form__item input::-moz-placeholder {
  font-family: Montserrat;
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.4;
}
.contact__form .form__item input:-ms-input-placeholder {
  font-family: Montserrat;
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.4;
}
.contact__form .form__item input::-ms-input-placeholder {
  font-family: Montserrat;
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.4;
}
.contact__form .form__item input::placeholder {
  font-family: Montserrat;
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.4;
}
.contact__form .form__item textarea {
  width: 100%;
  min-height: 96px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid #ededee;
  background: #fff7f1;
  padding: 16px;
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
  max-height: 96px;
}
.contact__form .form__item textarea::-webkit-input-placeholder {
  font-family: Montserrat;
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.4;
}
.contact__form .form__item textarea::-moz-placeholder {
  font-family: Montserrat;
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.4;
}
.contact__form .form__item textarea:-ms-input-placeholder {
  font-family: Montserrat;
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.4;
}
.contact__form .form__item textarea::-ms-input-placeholder {
  font-family: Montserrat;
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.4;
}
.contact__form .form__item textarea::placeholder {
  font-family: Montserrat;
  color: var(--c-navy);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.4;
}
.contact__form .form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__form .form__button input {
  border-radius: 128px;
  -webkit-border-radius: 128px;
  -moz-border-radius: 128px;
  -ms-border-radius: 128px;
  -o-border-radius: 128px;
  background: var(--c-navy);
  padding: 0 32px;
  height: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff7f1;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  border: none;
  cursor: pointer;
}
.contact__form .form__button span {
  display: none;
}