@charset "UTF-8";
@font-face {
  font-family: "DMSerifDisplay-Italic";
  src: url("assets/fonts/DMSerifDisplay-Italic.woff2") format("woff2"), url("assets/fonts/DMSerifDisplay-Italic.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "DMSerifDisplay-Regular";
  src: url("assets/fonts/DMSerifDisplay-Regular.woff2") format("woff2"), url("assets/fonts/DMSerifDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-ExtraLight";
  src: url("assets/fonts/Jost-ExtraLight.woff2") format("woff2"), url("assets/fonts/Jost-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-ExtraBold";
  src: url("assets/fonts/Jost-ExtraBold.woff2") format("woff2"), url("assets/fonts/Jost-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-Bold";
  src: url("assets/fonts/Jost-Bold.woff2") format("woff2"), url("assets/fonts/Jost-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-SemiBold";
  src: url("assets/fonts/Jost-SemiBold.woff2") format("woff2"), url("assets/fonts/Jost-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-Regular";
  src: url("assets/fonts/Jost-Regular.woff2") format("woff2"), url("assets/fonts/Jost-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-Light";
  src: url("assets/fonts/Jost-Light.woff2") format("woff2"), url("assets/fonts/Jost-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-Thin";
  src: url("assets/fonts/Jost-Thin.woff2") format("woff2"), url("assets/fonts/Jost-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-Black";
  src: url("assets/fonts/Jost-Black.woff2") format("woff2"), url("assets/fonts/Jost-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost-Medium";
  src: url("assets/fonts/Jost-Medium.woff2") format("woff2"), url("assets/fonts/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.ui-bg-white {
  background-color: #fff;
}

.ui-bg-beige {
  background-color: #FCF9EF;
}

.ui-bg-dark {
  background-color: #131313;
}

body {
  background-color: #fff;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .container-fluid.mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1280px) {
  .container-fluid.mobile {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1280px) {
  .container-fluid {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.container-right {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .container-right.mobile {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .container-right.mobile {
    padding-left: 3rem;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .container-right {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .container-right {
    padding-left: 8rem;
    padding-right: 0;
  }
}

.container-inside {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 991px) {
  .container-inside {
    padding: 0 4.8vw;
  }
}

.line-title {
  border-bottom: 1px solid #131313;
}
.line-title span {
  font-size: 1.1rem;
  font-family: "Jost-Medium";
}

.standarize-padding {
  padding: 50px 0;
}
@media (min-width: 991px) {
  .standarize-padding {
    padding: 100px 0;
  }
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.spacer {
  margin: 100px 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

img, svg {
  max-width: 100%;
  height: auto;
}

.border-radius {
  border-radius: 15px;
}

.border-right.dark {
  border-color: #131313 !important;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-60 {
  border-radius: 60px;
}

.border-radius-circle {
  border-radius: 100px;
}

.text-with-icons svg {
  width: 55%;
}
@media (min-width: 991px) {
  .text-with-icons svg {
    width: 100%;
  }
}

.paper-mask-top {
  position: relative;
}
.paper-mask-top::before {
  content: "";
  position: absolute;
  top: -130px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-image: url("assets/images/paper_mask.svg");
  background-repeat: no-repeat;
  z-index: -1;
  max-width: 100%;
}

.set-mask svg {
  z-index: 50;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.set-mask.bottom svg {
  bottom: -17px;
  transform: rotate(-180deg);
}
@media (min-width: 991px) {
  .set-mask.bottom svg {
    bottom: -30px;
  }
}
@media (min-width: 640px) {
  .set-mask.bottom svg {
    bottom: -20px;
  }
}
@media (min-width: 1024px) {
  .set-mask.bottom svg {
    bottom: -50px;
  }
}
@media (min-width: 1280px) {
  .set-mask.bottom svg {
    bottom: -64px;
  }
}
.set-mask.top svg {
  bottom: -1px;
}

.mask-top svg, .mask-bottom svg {
  z-index: 50;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.mask-top svg {
  top: -17px;
}
@media (min-width: 991px) {
  .mask-top svg {
    top: -30px;
  }
}
@media (min-width: 640px) {
  .mask-top svg {
    top: -20px;
  }
}
@media (min-width: 1024px) {
  .mask-top svg {
    top: -50px;
  }
}
@media (min-width: 1280px) {
  .mask-top svg {
    top: -64px;
  }
}

.mask-bottom svg {
  bottom: -17px;
  transform: rotate(-180deg);
}
@media (min-width: 991px) {
  .mask-bottom svg {
    bottom: -30px;
  }
}
@media (min-width: 640px) {
  .mask-bottom svg {
    bottom: -20px;
  }
}
@media (min-width: 1024px) {
  .mask-bottom svg {
    bottom: -50px;
  }
}
@media (min-width: 1280px) {
  .mask-bottom svg {
    bottom: -64px;
  }
}

.image-box {
  overflow: hidden;
  width: 100%;
  height: 50vh;
  position: relative;
  border-radius: 15px;
}
.image-box .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-menu {
  position: absolute;
  z-index: 50;
  right: 8rem;
  bottom: -90px;
}
.circle-menu .arrow {
  position: absolute;
}
.circle-menu .arrow svg {
  transform: rotate(90deg);
}
.circle-menu .circle {
  animation: rotate 7s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cta-line {
  border-bottom: 1px solid #131313;
}
.cta-line span {
  font-size: 1.4rem;
  font-family: "Jost-Medium";
}

.max-width-right {
  position: relative;
  right: 0;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
@media (min-width: 991px) {
  .max-width-right {
    position: relative;
    right: 0;
    margin-right: -15px; /* Wyrównanie do prawej krawędzi ekranu */
    margin-left: auto; /* Jeśli potrzebne, aby dostosować odstęp od lewej krawędzi */
    width: calc(50% + 15px); /* Maksymalizacja szerokości do prawej krawędzi ekranu */
  }
}

@media (min-width: 768px) {
  .max-width-right-container {
    position: relative;
    right: 0;
    margin-right: -15px; /* Wyrównanie do prawej krawędzi ekranu */
    margin-left: auto; /* Jeśli potrzebne, aby dostosować odstęp od lewej krawędzi */
    width: calc(100% + 15px); /* Maksymalizacja szerokości do prawej krawędzi ekranu */
  }
}
body {
  font-family: "Jost-Regular";
  color: #131313;
}

html {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DMSerifDisplay-Regular";
}

h2 {
  font-size: 2rem;
}
@media (min-width: 991px) {
  h2 {
    font-size: 4rem;
  }
}

strong {
  font-family: "Jost-Bold";
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #131313;
}
a:hover {
  text-decoration: none;
  color: #000;
}

p {
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media (min-width: 991px) {
  p {
    font-size: 1.1rem;
  }
}

.label {
  background: #D7BA78;
  padding: 5px 10px;
  border-radius: 115px;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-family: "Jost-Medium";
  color: #fff;
}

.text-medium {
  font-size: 1.5rem;
}

.text-small {
  font-size: 1rem;
}
.text-small p {
  font-size: 1rem;
}

.text-standard {
  font-size: 1.3rem;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #707070;
}

.text-big {
  font-size: 2rem;
}
.text-big h1, .text-big h2, .text-big h3, .text-big h4, .text-big h5, .text-big h6 {
  font-size: 2rem;
}
@media (min-width: 991px) {
  .text-big {
    font-size: 3rem;
  }
  .text-big h1, .text-big h2, .text-big h3, .text-big h4, .text-big h5, .text-big h6 {
    font-size: 3rem;
  }
}

.font-light {
  font-family: "Jost-Light";
}

.font-medium {
  font-family: "Jost-Medium";
}

.font-semi-bold {
  font-family: "Jost-SemiBold";
}

.font-regular {
  font-family: "Jost-Regular";
}

.font-bold {
  font-family: "Jost-Bold";
}

.top-navigation {
  z-index: 999;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}

.scrolling-navi {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}

.nav-mobile-container {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 991px) {
  .nav-mobile-container {
    position: relative;
    padding: auto;
  }
}
.nav-mobile-container.text-dark .navbar-name {
  color: #131313 !important;
}

@media screen and (max-height: 800px) {
  .top-navigation ul.header__menu, .scrolling-navi ul.header__menu {
    margin: 220px 0 0 0;
  }
  .top-navigation ul.header__menu li, .scrolling-navi ul.header__menu li {
    margin: 6px 0 !important;
  }
  .top-navigation ul.header__menu li a, .scrolling-navi ul.header__menu li a {
    font-size: 2.4rem !important;
  }
}
.top-navigation ul, .scrolling-navi ul {
  margin: 220px 0 0 0;
  padding: 0;
}
@media (min-width: 991px) {
  .top-navigation ul, .scrolling-navi ul {
    margin: 150px 0 0 0;
  }
}
.top-navigation ul li, .scrolling-navi ul li {
  text-align: center;
  display: block;
  margin: 10px 0;
  list-style: none;
}
@media (min-width: 1280px) {
  .top-navigation ul li, .scrolling-navi ul li {
    margin: 15px 0;
  }
}
.top-navigation ul li.current-menu-item a, .scrolling-navi ul li.current-menu-item a {
  color: #131313;
}
.top-navigation ul li a, .scrolling-navi ul li a {
  color: #131313;
  transition: 0.25s all;
  font-size: 1.9rem;
  font-family: "DMSerifDisplay-Regular";
  position: relative;
}
.top-navigation ul li a:hover::before, .scrolling-navi ul li a:hover::before {
  width: 100%;
}
.top-navigation ul li a::before, .scrolling-navi ul li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #131313;
  transition: 0.25s all;
}
@media (min-width: 1280px) {
  .top-navigation ul li a, .scrolling-navi ul li a {
    font-size: 2.5rem;
  }
}
.top-navigation ul li a:hover, .scrolling-navi ul li a:hover {
  color: #131313;
}
.top-navigation .btn, .scrolling-navi .btn {
  margin: 0 10px;
}
.top-navigation .brand, .scrolling-navi .brand {
  position: relative;
  z-index: 900;
}

.navbar-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FCF9EF;
  z-index: 450;
  top: 0;
  left: 0;
  transform: translateX(100%);
  transition: 0.25s all;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.navbar-nav.nav-expand {
  transform: translateX(0);
}

.nav-bottom {
  width: 100%;
  margin-bottom: 5%;
}
.nav-bottom ul {
  margin: 0;
}
.nav-bottom ul li {
  margin: 0;
  display: inline-block;
}
.nav-bottom ul li a {
  font-size: 1rem;
  color: #131313;
  font-family: "Jost-Regular";
}

.navbar-name {
  position: relative;
  z-index: 500;
}

.hamburger-icon {
  position: relative;
  width: 30px;
  height: 15px;
  z-index: 999;
  cursor: pointer;
}
.hamburger-icon span {
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 2px;
  transition: 0.3s all;
}
.hamburger-icon span:nth-child(1) {
  top: 0;
}
.hamburger-icon span:nth-child(2) {
  top: 7px;
}
.hamburger-icon span:nth-child(3) {
  top: 14px;
}
.hamburger-icon.nav-expand span {
  background-color: #131313;
}
.hamburger-icon.nav-expand span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.hamburger-icon.nav-expand span:nth-child(2) {
  transform: translateX(30px);
  opacity: 0;
}
.hamburger-icon.nav-expand span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

.scrolling-navi {
  transition: transform 0.3s ease; /* Dodanie płynnego efektu przejścia */
  transform: translateY(-100%);
  background-color: #FCF9EF;
  position: fixed;
  left: 0;
  top: 0;
}
.scrolling-navi .hamburger-icon span {
  background-color: #131313;
}

.languages {
  margin-right: 15px;
  position: relative;
  z-index: 9999;
}
@media (min-width: 991px) {
  .languages {
    margin-right: 30px;
  }
}
.languages li {
  list-style: none;
}

.main-slider {
  height: 90vh;
  width: 100%;
  background: #FCF9EF;
  position: relative;
}
.main-slider--content {
  position: relative;
  height: 100%;
}
.main-slider--content__slide {
  position: relative;
  z-index: 10;
  margin-top: 80px;
}
@media (min-width: 991px) {
  .main-slider--content__slide {
    margin-top: 0;
  }
}
.main-slider--content__slide a {
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 25px;
  transition: 0.25s all;
  border: 2px solid transparent;
  font-size: 1.1rem;
  font-family: "Jost-Medium";
}
.main-slider--content__slide a:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.main-slider--content .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.6);
}

.main-slider--navi {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: 15;
}
@media (min-width: 991px) {
  .main-slider--navi {
    bottom: 160px;
  }
}
.main-slider--navi .dots {
  margin: 10px 30px 0;
}
.main-slider--navi .prev, .main-slider--navi .next {
  position: relative;
  width: 40px;
  height: 40px;
}
.main-slider--navi .prev.swiper-button-disabled, .main-slider--navi .next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.main-slider--navi .prev::before, .main-slider--navi .next::before {
  position: absolute;
  content: "";
  bottom: 0;
  top: 4px;
  right: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.main-slider--navi .prev {
  left: 0;
}
.main-slider--navi .prev::before {
  left: 0;
  background-image: url("assets/images/arrow_left_white.svg");
}
.main-slider--navi .next {
  right: 0;
}
.main-slider--navi .next::before {
  right: 0;
  background-image: url("assets/images/arrow_right_white.svg");
}
.main-slider--navi .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #fff;
}
.main-slider--navi .swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  background-color: #fff;
  border: 1px solid #fff;
}
.main-slider ul {
  margin: 0;
  padding: 0;
}
.main-slider ul li {
  list-style: none;
  display: inline-block;
}

.swiper-box-container .prevv, .swiper-box-container .nextt {
  position: relative;
  width: 40px;
  height: 40px;
}
.swiper-box-container .prevv.swiper-button-disabled, .swiper-box-container .nextt.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-box-container .prevv::before, .swiper-box-container .nextt::before {
  position: absolute;
  content: "";
  bottom: 0;
  top: 4px;
  right: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.swiper-box-container .prevv {
  left: 0;
}
.swiper-box-container .prevv::before {
  left: 0;
  background-image: url("assets/images/arrow_left.svg");
}
.swiper-box-container .nextt {
  right: 0;
}
.swiper-box-container .nextt::before {
  right: 0;
  background-image: url("assets/images/arrow_right.svg");
}

.swiper-opinion-photo img, .swiper-photo img {
  height: 60vh;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.divider-gold {
  position: relative;
}
.divider-gold::before {
  display: none;
  content: "";
  position: absolute;
  left: auto;
  right: 12px;
  bottom: -60px;
  width: 7px;
  height: 237px;
  background-color: #D7BA78;
  z-index: 30;
}
@media (min-width: 991px) {
  .divider-gold::before {
    left: 12px;
    right: auto;
  }
}

.swiper-photo .navi-gallery {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.swiper-photo .swiper-button-prev, .swiper-photo .swiper-button-next {
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.6);
}
@media (min-width: 991px) {
  .swiper-photo .swiper-button-prev, .swiper-photo .swiper-button-next {
    transform: none;
  }
}
.swiper-photo .swiper-button-prev.swiper-button-disabled, .swiper-photo .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-photo .swiper-button-prev::before, .swiper-photo .swiper-button-next::before {
  position: absolute;
  content: "";
  bottom: 0;
  top: 4px;
  right: 0;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}
.swiper-photo .swiper-button-prev::after, .swiper-photo .swiper-button-next::after {
  display: none;
}
.swiper-photo .swiper-button-prev {
  left: 15px;
}
@media (min-width: 991px) {
  .swiper-photo .swiper-button-prev {
    left: 40px;
  }
}
.swiper-photo .swiper-button-prev::before {
  left: 0;
  background-image: url("assets/images/arrow_left_big.svg");
}
.swiper-photo .swiper-button-next {
  right: 15px;
}
@media (min-width: 991px) {
  .swiper-photo .swiper-button-next {
    right: 40px;
  }
}
.swiper-photo .swiper-button-next::before {
  right: 0;
  background-image: url("assets/images/arrow_right_big.svg");
}

.swiper-box-mobile img {
  width: 100%;
  border-radius: 15px;
  height: 30vh;
  object-fit: cover;
}

.brand-mobile {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  transform: scale(1.5);
  margin-top: 80px;
  z-index: 999;
}
.brand-mobile img {
  width: 70%;
  margin-top: 35px;
}
@media (min-width: 991px) {
  .brand-mobile {
    position: relative;
    transform: none;
    margin-top: 0;
  }
  .brand-mobile img {
    width: auto;
    margin-top: 0;
  }
}

.btn {
  padding: 0;
}
.btn.arrow {
  font-size: 1.1rem;
  font-family: "Jost-Medium";
}
.btn.filled {
  font-family: "Jost-Medium";
  background: #131313;
  border: 2px solid transparent;
  color: #fff;
  padding: 10px 15px;
  font-size: 1.1rem;
  transition: 0.25s all;
}
.btn.filled:hover {
  background-color: transparent;
  color: #131313;
  border-color: #131313;
}

.link_bottom {
  position: relative;
}
.link_bottom:hover::before {
  width: 100%;
}
.link_bottom::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.25s all;
}

.footer__menu.dark {
  color: #131313 !important;
}
.footer__menu.dark a {
  position: relative;
  color: #131313 !important;
}
.footer__menu.dark a:hover::before {
  width: 100%;
}
.footer__menu.dark a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #131313 !important;
  transition: 0.25s all;
}
.footer__menu.dark li {
  margin-right: 1rem !important;
  margin-left: 0 !important;
}
.footer__menu.banner a {
  position: relative;
  color: #fff;
}
.footer__menu.banner a:hover::before {
  width: 100%;
}
.footer__menu.banner a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.25s all;
}
.footer__menu.banner li {
  margin-left: 1rem;
}

.set-content a {
  font-size: 1.1rem;
  font-family: "Jost-Medium";
  position: relative;
  padding-left: 55px;
}
.set-content a::before {
  content: "";
  background-image: url("assets/images/arrow_right.svg");
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}

.scroll {
  height: 60vh;
  font-size: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-marquee {
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}

.text-single {
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  will-change: transform;
}

.text {
  padding: 0;
  font-size: 3.4rem;
  display: inline-block;
  margin-right: 1rem;
  font-family: "DMSerifDisplay-Regular";
}
@media (min-width: 991px) {
  .text {
    margin-right: 5rem;
    font-size: 10.4rem;
  }
}

.text-single .text:nth-child(even) {
  opacity: 0.3;
}

.menu-wrapper .left {
  width: 60%;
}
.menu-wrapper .right {
  width: 30%;
}
@media screen and (max-width: 760px) {
  .menu-wrapper .right p {
    font-size: 1.2rem;
  }
}
.menu-wrapper ul {
  margin: 0;
  padding: 0;
}
.menu-wrapper ul li {
  list-style: none;
  margin: 0;
}
.menu-wrapper .menu-item {
  border-bottom: 1px solid #707070;
}
.menu-wrapper .menu-item img {
  max-width: 25px;
}
.menu-wrapper .menu-item .menu-title p.title {
  font-family: "Jost-Medium";
  font-size: 1.2rem;
}
@media (min-width: 991px) {
  .menu-wrapper .menu-item .menu-title p.title {
    font-size: 1.6rem;
  }
}
.menu-wrapper .menu-item .menu-price {
  font-family: "Jost-Medium";
  font-size: 1.3rem;
  width: auto;
  text-align: right;
}
@media screen and (max-width: 760px) {
  .menu-wrapper .menu-item .menu-price {
    width: 40%;
  }
}
.menu-wrapper .menu-category {
  font-family: "Jost-Medium";
  font-size: 1.6rem;
  list-style: none;
  padding: 0 0 15px 0;
}
.menu-wrapper .menu-category span {
  cursor: pointer;
}
.menu-wrapper .menu-category .cat-name, .menu-wrapper .menu-category .arrow-hover {
  transition: 0.25s all;
}
.menu-wrapper .menu-category .arrow-hover {
  position: absolute;
  left: -50px;
  opacity: 0;
}
.menu-wrapper .menu-category.active .arrow-hover {
  left: 0;
  opacity: 1;
}
.menu-wrapper .menu-category.active .cat-name {
  padding-left: 60px;
}
.menu-wrapper .menu-category .cat-item:hover .arrow-hover {
  left: 0;
  opacity: 1;
}
.menu-wrapper .menu-category .cat-item:hover .cat-name {
  padding-left: 60px;
}

.groups .col-xl-5 {
  border-right: 1px solid #707070;
}
.groups .col-xl-5:nth-child(2) {
  border-right: 0;
}

.group-menu .group-menu-single {
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 15px;
}
@media (min-width: 991px) {
  .group-menu .group-menu-single {
    padding: 30px;
  }
}
.group-menu .group-menu-single p {
  font-size: 1rem;
}
@media (min-width: 991px) {
  .group-menu .group-menu-single p {
    font-size: 1.4rem;
  }
}
.group-menu .group-menu-single p.text-gray {
  font-size: 1.1rem;
  padding-right: 15px;
}
.group-menu .group-menu-single h3, .group-menu .group-menu-single .price p {
  font-family: "Jost-Medium";
  font-size: 1rem;
}
@media (min-width: 991px) {
  .group-menu .group-menu-single h3, .group-menu .group-menu-single .price p {
    font-size: 1.4rem;
  }
}
.group-menu .left {
  width: 70%;
}
.group-menu .right {
  width: 30%;
}
@media screen and (max-width: 760px) {
  .group-menu .right p {
    font-size: 1.2rem;
  }
}

.menu-categories-select {
  padding: 15px;
  width: 100%;
  margin-bottom: 3rem;
}

.map-container {
  background-color: #F4F4F4;
  height: 100%;
  min-height: 50vh;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.map-container iframe {
  border: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.map-container .btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.contact-panel {
  border-radius: 15px;
  height: 100%;
}
.contact-panel .hours {
  border-top: 1px solid #707070;
}
.contact-panel strong {
  font-family: "Jost-Medium";
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: block;
}
.contact-panel a {
  border-bottom: 1px solid #707070;
  font-family: "Jost-Medium";
}
.contact-panel p {
  line-height: 1.7;
}

.contact-form .form label {
  padding-bottom: 1rem;
}
.contact-form label, .contact-form textarea {
  width: 100%;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 0.9rem;
}
.contact-form .wpcf7-list-item {
  margin-left: 0;
  padding-left: 0;
}
.contact-form .wpcf7-list-item input {
  width: auto;
}
.contact-form .wpcf7-list-item label {
  font-size: 0.8rem;
}
.contact-form .wpcf7-list-item-label {
  font-size: 0.8rem !important;
  color: #707070;
}
.contact-form .wpcf7-not-valid-tip {
  font-size: 0.8rem !important;
}
.contact-form .wpcf7-spinner {
  display: none !important;
}
.contact-form .wpcf7-submit {
  font-family: "Jost-Medium";
  background: #131313;
  border: 2px solid transparent;
  color: #fff;
  padding: 10px 15px;
  font-size: 0.8rem;
  transition: 0.25s all;
}
.contact-form .wpcf7-submit:hover {
  background-color: transparent;
  color: #131313;
  border-color: #131313;
}
.contact-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #131313 !important;
  background: #fff !important;
  border: 1px solid #131313 !important;
  border-radius: 100px !important;
  text-align: center !important;
  padding: 10px !important;
}

.circle-brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -160px;
  z-index: 50;
  background: #FCF9EF;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
}
@media (min-width: 991px) {
  .circle-brand {
    left: inherit;
    right: inherit;
    margin: 0;
  }
}

.footer span {
  font-size: 1.4rem;
}
.footer__menu {
  margin: 0;
  padding: 0;
}
.footer__menu li {
  list-style: none;
}
.footer .copy span {
  font-size: 0.9rem;
}
.footer .foot-border {
  border-bottom: 1px solid #707070;
}

.single-page-banner .image-container {
  height: 50vh;
  position: relative;
}
.single-page-banner .image-container img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.single-page-banner .mask {
  z-index: 1;
}
.single-page-banner h2 {
  z-index: 5;
  margin-top: 150px;
}
@media (min-width: 991px) {
  .single-page-banner h2 {
    margin-top: 80px;
  }
}

.v-hidden {
  visibility: hidden;
}

.single-page-content p {
  color: #707070;
  font-size: 1.1rem;
}
.single-page-content figure {
  text-align: center;
}
.single-page-content figure.size-full img {
  width: 100%;
  height: 50vh;
  border-radius: 30px;
  object-fit: cover;
}
.single-page-content figure.size-large img {
  width: 100%;
  height: 50vh;
  border-radius: 30px;
  object-fit: cover;
}
.single-page-content .wp-block-columns {
  align-items: center !important;
}

.single-page-mask .mask-top svg path {
  fill: #fff;
}

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