@charset "UTF-8";
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

body {
  /* 3. Add accessible line-height */
  line-height: 1.5;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 7. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  9. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

@font-face {
  font-family: "Antura Script";
  src: url("/wp-content/themes/fmgaming/assets/fonts/Antura Script/Antura Script.ttf") format("truetype"), url("/wp-content/themes/fmgaming/assets/fonts/Antura Script/Antura Script.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Presicav";
  src: url("/wp-content/themes/fmgaming/assets/fonts/Presicav/PresicavRg-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prestige Elite Std";
  src: url("/wp-content/themes/fmgaming/assets/fonts/Prestige Elite Std/PrestigeEliteStd.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prestige Elite Std";
  src: url("/wp-content/themes/fmgaming/assets/fonts/Prestige Elite Std/PrestigeEliteStd-Bd.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prestige Elite Std";
  src: url("/wp-content/themes/fmgaming/assets/fonts/Prestige Elite Std/PrestigeEliteStd-Slanted.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Prestige Elite Std";
  src: url("/wp-content/themes/fmgaming/assets/fonts/Prestige Elite Std/PrestigeEliteStd-BdSlanted.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rosella Engraved";
  src: url("/wp-content/themes/fmgaming/assets/fonts/Rosella Engraved/Rosella-Engraved.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.loyalty-program-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

.loyalty-program {
  background: rgba(125, 98, 46, 0.7);
  backdrop-filter: blur(30px);
  padding: 25px 48px;
  font-size: 18px;
  color: #fff;
  font-family: "Presicav", serif;
  text-decoration: none;
}
@media (max-width: 767px) {
  .loyalty-program {
    font-size: 12px;
    padding: 12px 20px;
    display: block;
  }
}

.header-menu .menu-button {
  cursor: pointer;
  display: inline-block;
  padding: 36px 60px;
  background-color: rgba(125, 98, 46, 0.6980392157);
  backdrop-filter: blur(60px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background-image: url("../img/burger.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.header-menu .menu-button img {
  height: 24px;
  width: 24px;
}
.header-menu .menu-button.active {
  background-image: url("../img/close-icon.svg");
  background-color: rgba(125, 98, 46, 0.3019607843);
}
.header-menu .menu-content {
  display: none;
  background-color: #FEF9EF;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-image: url("../img/menu-bg-image.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-menu .menu-content.active {
  display: flex;
}
@media (max-width: 767px) {
  .header-menu .menu-content {
    background-position: left 130px center;
  }
}
.header-menu .menu-content .menu-content-inner {
  width: 100%;
  max-width: 800px;
  padding-left: 32px;
  padding-right: 32px;
}
.header-menu ul.menu {
  padding-left: 0;
  list-style-type: none;
}
.header-menu ul.menu a {
  text-decoration: none;
}
.header-menu .primary-menu li {
  margin-bottom: 2.8vh;
}
.header-menu .primary-menu a {
  font-family: "Presicav", serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.45em;
  color: #7D622E;
}
@media (max-width: 767px) {
  .header-menu .primary-menu a {
    font-size: 40px;
  }
}
.header-menu .secondary-menu li {
  margin-bottom: 1.2vh;
}
.header-menu .secondary-menu a {
  font-family: "Presicav", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 2.53em;
  color: #7D622E;
}
@media (max-width: 767px) {
  .header-menu .secondary-menu a {
    font-size: 16px;
  }
}

.site-popup-wrapper {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 249, 239, 0.3019607843);
  backdrop-filter: blur(60px);
  z-index: 103;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
}
.site-popup-wrapper.active {
  display: flex;
}
.site-popup-wrapper .site-popup {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1490196078);
  padding: 28px 28px 104px 28px;
  background-image: url("../img/popup-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 891px;
}
@media (max-width: 767px) {
  .site-popup-wrapper .site-popup {
    padding: 28px;
  }
}
.site-popup-wrapper .site-popup .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-popup-wrapper .site-popup .info .title {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.45em;
  text-align: center;
  color: #7D622E;
  margin-top: 77px;
}
@media (max-width: 767px) {
  .site-popup-wrapper .site-popup .info .title {
    font-size: 24px;
    margin-top: 24px;
  }
}
.site-popup-wrapper .site-popup .info .text {
  font-family: "Prestige Elite Std", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #7D622E;
  margin-top: 12px;
}
.site-popup-wrapper .close-icon-container {
  display: flex;
  justify-content: end;
  margin-bottom: 36px;
}
.site-popup-wrapper #close-popup-btn {
  cursor: pointer;
}

footer .top-footer {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
footer .top-footer .content-container {
  display: flex;
  gap: 35px;
  align-items: right;
}
@media (max-width: 1023px) {
  footer .top-footer .content-container {
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
    gap: 48px;
  }
}
footer .top-footer .content-container .sm-title {
  font-family: "Rosella Engraved", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #7D622E;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  footer .top-footer .content-container .sm-title {
    font-size: 12px;
  }
}
footer .top-footer .content-container .bg-title {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.42em;
  color: #7D622E;
  margin-bottom: 3rem;
  text-transform: uppercase;
  max-width: 630px;
}
@media (max-width: 767px) {
  footer .top-footer .content-container .bg-title {
    font-size: 24px;
    line-height: 1.58em;
    margin-bottom: 3rem;
  }
}
footer .top-footer .content-container .text {
  font-family: "Prestige Elite Std", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.37em;
  color: #7D622E;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  footer .top-footer .content-container .text {
    font-size: 16px;
  }
}
footer .top-footer .left-side {
  max-width: 100%;
  width: 100%;
  flex-shrink: 0;
}
footer .top-footer .right-side {
  width: 100%;
  text-align: center;
}
footer .top-footer .image {
  height: auto;
  width: 100%;
}
footer .top-footer .und-btn {
  max-width: 330px;
  width: 100%;
  display: block;
  padding: 26px 24px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .top-footer .und-btn {
    max-width: 100%;
  }
}
footer .main-footer-wrapper {
  background-color: #172E34;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  footer .main-footer-wrapper {
    padding-left: 40px;
    padding-right: 0;
  }
}
footer .main-footer-wrapper .main-footer {
  padding-top: 90px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  footer .main-footer-wrapper .main-footer {
    padding-left: 10px;
    padding-right: 10px;
    border-right: none;
  }
}
footer .main-footer-wrapper .content-container {
  display: flex;
  flex-direction: column;
  gap: 55px;
  align-items: end;
}
footer .main-footer-wrapper .content-container .inner-text {
  font-family: "Prestige Elite Std", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.85em;
  letter-spacing: 0;
  text-align: center;
  max-width: 910px;
  color: #7D622E;
}
@media (max-width: 767px) {
  footer .main-footer-wrapper .content-container .inner-text {
    text-align: left;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  footer .main-footer-wrapper .content-container .logo {
    align-self: baseline;
  }
}
footer .main-footer-wrapper .content-container .social {
  display: flex;
  gap: 1rem;
}
footer .footer-line {
  border-color: #7D622E;
  border-width: 1.3px;
  margin-top: 4px;
}
footer .footer-bottom-text {
  margin-top: 10px;
  font-family: "Prestige Elite Std", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  color: #7D622E;
}
footer .footer-bottom-text a {
  font-family: "Prestige Elite Std", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  color: #7D622E;
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.landing {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  padding: 2rem 2rem 20vw;
  background-size: 100% 90% !important;
  background-position: center !important;
}
.landing__layer {
  margin-bottom: 3rem;
}
.landing__layer:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .landing__layer {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .landing__layer {
    margin-bottom: 2rem;
  }
}
.landing__logo img {
  width: max(9vw, 80px);
  height: auto;
}
.landing__title img {
  width: max(39vw, 280px);
  height: auto;
}
.landing__subtitle img {
  width: max(7vw, 60px);
  height: auto;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .landing__subtitle img {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .landing__subtitle img {
    margin-bottom: 15px;
  }
}
.landing__coming img {
  width: max(38vw, 140px);
  height: auto;
}
.landing__flourish img {
  width: max(7vw, 25px);
  height: auto;
}
.landing__description p {
  max-width: 670px;
  font-family: "Instrument Serif", serif;
  font-size: 1.7rem;
  margin-bottom: 25px;
  color: #7E622E;
  line-height: 125%;
}
@media (max-width: 1023px) {
  .landing__description p {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .landing__description p {
    font-size: 1rem;
  }
}
.landing__tagline p {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: 1.7rem;
  color: #7E622E;
}
@media (max-width: 1023px) {
  .landing__tagline p {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .landing__tagline p {
    font-size: 1rem;
  }
}
.landing__cta .btn {
  display: inline-block;
  padding: 0.75rem 3.5rem;
  background: #7E622E;
  color: #FCF9F1;
  text-transform: uppercase;
  letter-spacing: 4px;
  border: none;
  font-family: "Instrument Sans", serif;
  font-weight: 700;
  transition: opacity 0.3s;
  font-size: 1rem;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .landing__cta .btn {
    padding: 0.65rem 2.5rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .landing__cta .btn {
    padding: 0.55rem 2rem;
    font-size: 0.75rem;
  }
}
.landing__cta .btn:hover {
  opacity: 0.8;
}
.landing .fade-item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 1s ease-in-out forwards;
}
.landing .fade-item:nth-child(1) {
  animation-delay: 0.3s;
}
.landing .fade-item:nth-child(2) {
  animation-delay: 0.6s;
}
.landing .fade-item:nth-child(3) {
  animation-delay: 0.9s;
}
.landing .fade-item:nth-child(4) {
  animation-delay: 1.2s;
}
.landing .fade-item:nth-child(5) {
  animation-delay: 1.5s;
}
.landing .fade-item:nth-child(6) {
  animation-delay: 1.8s;
}
.landing .fade-item:nth-child(7) {
  animation-delay: 2.1s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.landing-new {
  width: 100%;
  min-height: 100vh;
  color: #7e622e;
  font-family: "Prestige Elite Std", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}
.landing-new__hero {
  width: 100%;
  min-height: 38rem;
  background: url("../img/page-landing-bg.png") center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 0 2rem 5rem;
  color: #fff;
  position: relative;
  padding-bottom: 375px;
}
.landing-new__hero-logo {
  margin-bottom: 70px;
}
.landing-new__hero-title {
  font-family: "Presicav", serif;
  font-size: 56px;
  line-height: 81px;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: left;
  max-width: 795px;
}
.landing-new__hero-subtitle {
  font-size: 20px;
  font-family: "Prestige Elite Std", serif;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 52px;
  color: #FEF9EF;
}
.landing-new__hero-btn {
  font-family: "Presicav", serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background: rgba(254, 249, 239, 0.3);
  backdrop-filter: blur(60px);
  padding: 24px 48px;
  transition: all 0.3s ease;
}
.landing-new__about {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  background: #fcf9f1;
  border-width: 30px;
  border-style: solid;
  border-image: url("../img/about-border.svg") 30 stretch;
  margin-top: -16.5rem;
  margin-right: -1rem;
  margin-bottom: 8rem;
  padding: 4.25rem 2.5rem 2.5rem 3.5rem;
  max-width: 80rem;
  position: relative;
  z-index: 2;
  align-self: end;
}
.landing-new__about::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../../assets/img/about-bg.png") right no-repeat;
  opacity: 0.05;
  pointer-events: none;
}
.landing-new__about-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.landing-new__about-label {
  font-family: "Rosella Engraved", serif;
  font-size: 1rem;
  color: #bfa76a;
  letter-spacing: 0.05em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
.landing-new__about-title {
  font-family: "Presicav", serif;
  font-size: 48px;
  line-height: 65px;
  font-weight: 400;
  color: #7e622e;
  margin-bottom: 2rem;
  text-align: left;
}
.landing-new__about-desc {
  font-family: "Prestige Elite Std", serif;
  font-size: 20px;
  color: #212322;
  margin-bottom: 2.2rem;
  line-height: 37px;
  max-width: 32rem;
}
.landing-new__about-actions {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  margin-bottom: 0.5rem;
}
.landing-new__about-btn {
  font-family: "Presicav", serif;
  font-size: 1rem;
  padding: 0.9rem 2.2rem;
  border-radius: 4px;
  border: 1.5px solid #7e622e;
  background: #fff;
  color: #7e622e;
  text-decoration: none;
  transition: all 0.2s;
}
.landing-new__about-btn--primary {
  background: #7e622e;
  color: #fff;
}
.landing-new__about-btn--secondary {
  background: #fcf9f1;
  color: #7e622e;
}
.landing-new__about-btn:hover {
  opacity: 0.85;
}
.landing-new__about-image {
  flex: 0 0 auto;
  align-self: flex-end;
  margin-left: 2.5rem;
}
.landing-new__about-image img {
  display: block;
  width: 21.25rem;
  height: 542px;
  position: relative;
  box-shadow: 0 2px 16px 0 rgba(126, 98, 46, 0.1);
  bottom: -9rem;
  object-fit: cover;
}
.landing-new__menu {
  width: 100%;
  background: #fff;
  padding: 3.5rem 0 5.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing-new__menu-title {
  font-family: "Rosella Engraved", serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  color: #7D622E;
  margin-bottom: 48px;
}
.landing-new__menu-images {
  display: flex;
  gap: 0;
  justify-content: center;
}
.landing-new__menu-images img {
  max-width: 483px;
}
.landing-new__newsletter {
  background: #fcf9f1;
  border-width: 30px;
  border-style: solid;
  border-image: url("../img/sub-border.svg") 30 stretch;
  padding: 70px;
  padding-left: 50px;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  max-width: 1286px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  margin: 0 50px;
  margin-bottom: -128px;
}
.landing-new__newsletter::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../img/sub-bg.png") left no-repeat;
  opacity: 0.05;
  pointer-events: none;
}
.landing-new__newsletter-content, .landing-new__newsletter-form, .landing-new__newsletter-text {
  position: relative;
  z-index: 2;
}
.landing-new__newsletter-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .landing-new__newsletter-content {
    flex-direction: column;
    gap: 1rem;
  }
}
.landing-new__newsletter-text {
  flex: 1 1 0;
  min-width: 0;
}
.landing-new__newsletter-text h3 {
  font-family: "Rosella Engraved", serif;
  font-size: 18px;
  color: #bfa76a;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.landing-new__newsletter-text p {
  font-family: "Prestige Elite Std", serif;
  font-size: 20px;
  color: #212322;
  margin: 0;
  line-height: 37px;
}
.landing-new__newsletter-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  border: 1.2px solid #7D622E;
  border-radius: 0;
  overflow: hidden;
  height: 70px;
}
.landing-new__newsletter-form input[type=email] {
  font-family: "Prestige Elite Std", "Courier New", Courier, monospace;
  font-size: 18px;
  color: #7e622e;
  background: #fcf9f1;
  border: none;
  outline: none;
  padding: 1.5em 2em;
  min-width: 15rem;
  height: 100%;
}
.landing-new__newsletter-form button {
  background: #7d622e;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0 3em;
  font-size: 18px;
  font-family: "Presicav", serif;
  font-weight: 400;
  height: 100%;
  cursor: pointer;
  transition: opacity 0.3s;
}
.landing-new__newsletter-form button:hover {
  opacity: 0.85;
}
.landing-new__newsletter-message {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 4px;
  font-family: "Prestige Elite Std", serif;
  font-size: 16px;
  text-align: center;
  z-index: 10;
}
.landing-new__newsletter-message--success {
  background: rgba(125, 98, 46, 0.1);
  color: #7d622e;
}
.landing-new__newsletter-message--error {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}
.landing-new__space {
  width: 100%;
  min-height: 18rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/croissants-bg.jpg") center/cover no-repeat;
  margin-top: 0;
  padding: 0 0 8rem 0;
  padding-top: 272px;
}
.landing-new__space-bg {
  display: none;
}
.landing-new__space-content {
  background: #7D622E;
  color: #fff;
  padding: 3rem 3.5rem 3rem 3.5rem;
  margin: 0;
  max-width: 53rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0;
  box-shadow: none;
}
.landing-new__space-content h4 {
  font-family: "Rosella Engraved", serif;
  font-size: 18px;
  color: #fffbe6;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.landing-new__space-content h2 {
  font-family: "Presicav", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 3rem;
  line-height: 65px;
  color: #fff;
  text-align: left;
}
.landing-new__space-content p {
  font-family: "Prestige Elite Std", sans-serif;
  font-size: 20px;
  color: #FEF9EF;
  margin-bottom: 3rem;
  text-align: left;
}
.landing-new__space-content .landing-new__space-btn {
  display: inline-block;
  background: rgba(254, 249, 239, 0.3);
  color: #fff;
  padding: 1.1rem 2.5rem;
  border-radius: 0;
  font-size: 1rem;
  font-family: "Presicav", "Instrument Sans", Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  border: none;
  transition: opacity 0.3s;
}
.landing-new__space-content .landing-new__space-btn:hover {
  opacity: 0.85;
}
.landing-new__footer-bg-space {
  background: url("../img/footer-bg.png") #7D622E top no-repeat;
  width: 100%;
  padding-bottom: 12rem;
}
.landing-new__insider {
  width: 100%;
  padding: 5rem 2.5rem;
  padding-top: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-width: 2px 0;
  border-style: solid;
  z-index: 2;
}
.landing-new__insider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.05;
  pointer-events: none;
}
.landing-new__insider-content {
  max-width: 62rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}
.landing-new__insider-text h3 {
  font-family: "Rosella Engraved", serif;
  font-size: 18px;
  color: #fffbe6;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.landing-new__insider-text h2 {
  font-family: "Presicav", sans-serif;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 3rem;
  line-height: 65px;
  color: #FEF9EF;
}
.landing-new__insider-text p {
  font-family: "Prestige Elite Std", sans-serif;
  font-size: 20px;
  color: #FEF9EF;
  line-height: 37px;
}
.landing-new__insider-btn {
  display: inline-block;
  background: #FEF9EF;
  color: #7D622E;
  padding: 1.5rem 3rem;
  border-radius: 0;
  font-size: 18px;
  font-family: "Presicav", sans-serif;
  font-weight: 400;
  text-decoration: none;
  border: none;
  transition: opacity 0.3s;
  align-self: center;
}
.landing-new__insider-btn:hover {
  opacity: 0.85;
}
.landing-new__footer {
  width: 100%;
  padding: 8rem 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.landing-new__footer-content {
  max-width: 62rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.landing-new__footer-logo {
  margin-bottom: 3rem;
}
.landing-new__footer-logo img {
  height: auto;
}
.landing-new__footer-text {
  max-width: 910px;
  margin-bottom: 3rem;
}
.landing-new__footer-text p {
  font-family: "Prestige Elite Std", "Courier New", Courier, monospace;
  font-size: 20px;
  color: #FEF9EF;
  line-height: 37px;
  margin-bottom: 2rem;
}
.landing-new__footer-text p:last-child {
  margin-bottom: 0;
}
.landing-new__footer-end {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
  bottom: -67px;
}
.landing-new__footer-social {
  display: flex;
  gap: 1.5rem;
  margin-top: 6rem;
  margin-bottom: -9rem;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.landing-new__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #FEF9EF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.landing-new__social-link:hover {
  opacity: 0.7;
}
.landing-new__social-link svg {
  width: 1.5rem;
  height: 1.5rem;
}

.burger-menu {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  background: rgba(126, 98, 46, 0.15);
  border: none;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  cursor: pointer;
  z-index: 20;
}
.burger-menu span {
  display: block;
  width: 1.4rem;
  height: 0.18rem;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .burger-menu {
    top: 0.7rem;
    left: 0.7rem;
    width: 2rem;
    height: 2rem;
  }
  .burger-menu span {
    width: 1.1rem;
    height: 0.15rem;
  }
  .landing-new__hero {
    align-items: center;
    padding: 2rem 0.5rem 1.5rem 0.5rem;
    padding-bottom: 270px;
    min-height: 22rem;
  }
  .landing-new__hero-logo img {
    width: 187px;
  }
  .landing-new__hero-title {
    font-size: 31px;
    line-height: 50px;
    max-width: 95vw;
    text-align: left;
  }
  .landing-new__hero-subtitle {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 3rem;
  }
  .landing-new__hero-btn {
    font-size: 18px;
    padding: 1.5rem 3rem;
  }
  .landing-new__about {
    flex-direction: column;
    align-items: stretch;
    padding: 5.2rem 0 1.2rem 0;
    max-width: 100vw;
    gap: 1.2rem;
    margin-top: -13.5rem;
    margin-bottom: 6rem;
  }
  .landing-new__about-label {
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 5px;
  }
  .landing-new__about-content {
    align-items: flex-start;
  }
  .landing-new__about-title {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 1rem;
    max-width: 100%;
  }
  .landing-new__about-desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.2rem;
    max-width: 100%;
  }
  .landing-new__about-actions {
    flex-direction: column;
    gap: 0.7rem;
    width: 100%;
  }
  .landing-new__about-btn {
    width: 100%;
    font-size: 1rem;
    padding: 0.7rem 0;
    text-align: center;
  }
  .landing-new__about-image {
    display: none;
  }
  .landing-new__about-image img {
    width: 8rem;
  }
  .landing-new__menu {
    padding: 1.5rem 0 3.5rem 0;
  }
  .landing-new__menu-title {
    font-size: 18px;
    margin-bottom: 2rem;
  }
  .landing-new__menu-images {
    flex-direction: column;
    gap: 1rem;
  }
  .landing-new__menu-images img {
    width: 100%;
    max-width: 100vw;
    height: auto;
  }
  .landing-new__newsletter {
    padding: 1.2rem 0.5rem 1.2rem 0.5rem;
    margin: 0 -20px 0 -20px;
    border-width: 30px;
    box-shadow: 0 2px 8px 0 rgba(126, 98, 46, 0.04);
  }
  .landing-new__newsletter-text h3 {
    font-size: 12px;
    margin-bottom: 1.2rem;
  }
  .landing-new__newsletter-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2.5rem;
  }
  .landing-new__newsletter-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    border: 1.2px solid #7D622E;
    overflow: hidden;
    height: 70px;
  }
  .landing-new__newsletter-form input[type=email] {
    min-width: 0;
    width: 100%;
    font-size: 18px;
    padding: 0 2rem;
    border: none;
    background: #fcf9f1;
    color: #7e622e;
    outline: none;
  }
  .landing-new__newsletter-form button {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
    height: 70px;
    padding: 0;
    background: #7d622e;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .landing-new__newsletter-form button:hover {
    opacity: 0.85;
  }
  .landing-new__newsletter-message {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 4px;
    font-family: "Prestige Elite Std", serif;
    font-size: 14px;
    text-align: center;
    z-index: 10;
  }
  .landing-new__newsletter-message--success {
    background: rgba(125, 98, 46, 0.1);
    color: #7d622e;
  }
  .landing-new__newsletter-message--error {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
  }
  .landing-new__footer-bg-space {
    background-position: 0 100%;
    padding-left: 4.5rem;
  }
  .landing-new__space {
    padding: 0 0 2rem 0;
  }
  .landing-new__space-content {
    padding: 40px;
    margin: 72px 16px;
    max-width: 100vw;
  }
  .landing-new__space-content h4 {
    font-size: 12px;
  }
  .landing-new__space-content h2 {
    font-size: 24px;
    line-height: 38px;
  }
  .landing-new__space-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .landing-new__space-content .landing-new__space-btn {
    width: 100%;
    font-size: 1rem;
    padding: 0.7rem 0;
    text-align: center;
  }
  .landing-new__insider {
    padding: 2rem 0.5rem;
    padding-top: 152px;
  }
  .landing-new__insider-content {
    flex-direction: column;
    gap: 1.2rem;
    align-items: flex-start;
  }
  .landing-new__insider-text h3 {
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 12px;
  }
  .landing-new__insider-text h2 {
    font-size: 24px;
    line-height: 38px;
  }
  .landing-new__insider-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3rem;
  }
  .landing-new__insider-btn {
    font-size: 18px;
    padding: 24px 53px;
    text-align: center;
    align-self: start;
  }
  .landing-new__footer {
    padding: 2rem 0.5rem;
    padding-top: 120px;
  }
  .landing-new__footer-content {
    align-items: start;
    text-align: start;
  }
  .landing-new__footer-logo img {
    width: 69px;
  }
  .landing-new__footer-text {
    margin-bottom: -60px;
  }
  .landing-new__footer-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .landing-new__footer-end {
    bottom: -156px;
    margin-top: 0;
  }
  .landing-new__footer-lafin {
    height: 157px;
  }
  .landing-new__footer-social {
    margin-top: 1.5rem;
    gap: 1rem;
  }
  .landing-new__social-link {
    width: 2rem;
    height: 2rem;
  }
  .landing-new__social-link svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.landing-new__newsletter-form button .newsletter-btn-arrow {
  display: none;
}

.landing-new__newsletter-form button .newsletter-btn-text {
  display: inline;
}

@media (max-width: 767px) {
  .landing-new__newsletter-form button .newsletter-btn-arrow {
    display: inline;
    font-size: 1.5rem;
    line-height: 1;
    vertical-align: middle;
  }
  .landing-new__newsletter-form button .newsletter-btn-text {
    display: none;
  }
}
.location-single {
  width: 100%;
  min-height: 100vh;
  color: #7e622e;
  font-family: "Prestige Elite Std", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  overflow-x: hidden;
}
.location-single__container {
  width: 100%;
  margin: 0 auto;
}
.location-single__info-card-title {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: #7d622e;
  text-align: left;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.94em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .location-single__info-card-title {
    font-size: 24px;
  }
}
.location-single__info-image {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background: #FEF9EF;
  border-width: 30px;
  border-style: solid;
  border-image: url("../img/about-border.svg") 30 stretch;
  padding: 18px 44px 18px 18px;
  max-width: 73rem;
  margin: 0 -18px 3rem auto;
  position: relative;
  z-index: 2;
  gap: 48px;
  width: 100%;
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .location-single__info-image {
    flex-direction: column-reverse;
    padding: 2rem 1rem 2rem 1rem;
    gap: 32px;
  }
}
.location-single__info-image-content {
  flex: 1 1 470px;
  min-width: 470px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 26px;
  max-width: 50%;
}
@media (max-width: 767px) {
  .location-single__info-image-content {
    max-width: 100%;
    width: 100%;
    gap: 48px;
  }
}
.location-single__info-image-image {
  flex: 1;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-single__info-image-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
@media (max-width: 767px) {
  .location-single__info-image-image {
    display: none;
  }
}
.location-single__info-title {
  font-family: "Rosella Engraved", serif;
  font-size: 18px;
  color: #7d622e;
  margin-bottom: 1.5rem;
  text-align: left;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .location-single__info-title {
    margin-bottom: 2rem;
  }
}
.location-single__hours-block {
  width: 100%;
}
.location-single__hours-block .location-single__hours-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .location-single__hours-block .location-single__hours-list {
    gap: 13px;
  }
}
.location-single__hours-block .location-single__hours-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Prestige Elite Std", serif;
  font-size: 20px;
  line-height: 1;
  color: #7D622E;
}
.location-single__hours-block .location-single__hours-row .location-single__hours-day {
  font-weight: 700;
  width: 50%;
}
.location-single__hours-block .location-single__hours-row .location-single__hours-time {
  color: #7D622E;
  font-weight: 700;
}
@media (max-width: 767px) {
  .location-single__hours-block .location-single__hours-row {
    font-size: 16px;
  }
}
.location-single__amenities-block {
  width: 100%;
}
.location-single__amenities-block .location-single__amenities-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.location-single__amenities-block .location-single__amenity {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.location-single__amenities-block .location-single__amenity-icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.location-single__amenities-block .location-single__amenity-icon--wifi {
  background-image: url("../img/icon-wifi.svg");
}
.location-single__amenities-block .location-single__amenity-icon--patio {
  background-image: url("../img/icon-patio.svg");
}
.location-single__amenities-block .location-single__amenity-icon--bike {
  background-image: url("../img/icon-bike.svg");
}
.location-single__amenities-block .location-single__amenity-icon--dog {
  background-image: url("../img/icon-dog.svg");
}
.location-single__amenities-block .location-single__amenity-label {
  font-weight: 700;
  font-size: 20px;
  color: #7D622E;
  font-family: "Prestige Elite Std", serif;
}
@media (max-width: 767px) {
  .location-single__amenities-block .location-single__amenity-label {
    font-size: 16px;
  }
}
.location-single__card {
  background: #fff;
  margin: 0 auto 2rem auto;
}
.location-single__card--menu, .location-single__card--map {
  margin-bottom: 2rem;
}
.location-single__card-inner {
  padding: 3rem 2.5rem;
}
@media (max-width: 767px) {
  .location-single__card-inner {
    padding: 0;
  }
}
.location-single__card-title {
  font-family: "Rosella Engraved", serif;
  font-size: 18px;
  color: #7D622E;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
.location-single__menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
@media (max-width: 767px) {
  .location-single__menu-list {
    flex-direction: column;
  }
}
.location-single__menu-list-wrap {
  flex: 1 1 200px;
  max-width: 50%;
}
@media (max-width: 767px) {
  .location-single__menu-list-wrap {
    max-width: 100%;
  }
}
.location-single__menu-list-wrap .location-single__menu-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  background: #fff;
}
.location-single__address-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.location-single__address-block-text {
  font-size: 18px;
  color: #212322;
}
.location-single__address-block-btn {
  font-family: "Prestige Elite Std", serif;
  font-size: 16px;
  color: #fff;
  background: #7d622e;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
}
.location-single__address-block-btn:hover {
  background: #bfa76a;
  color: #212322;
}
.location-single__address-block-pin {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/icon-location.svg") no-repeat center;
  background-size: contain;
  opacity: 0.7;
}
.location-single__description {
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-image: url("../img/about-border.svg") 2 stretch;
  padding: 4rem 2.5rem;
  position: relative;
  box-shadow: 0 2px 16px 0 rgba(126, 98, 46, 0.1);
  margin: 2rem auto 0 auto;
  max-width: 70rem;
}
@media (max-width: 767px) {
  .location-single__description {
    padding: 2rem 1.5rem;
  }
}
.location-single__description-title {
  font-family: "Rosella Engraved", serif;
  font-size: 18px;
  color: #bfa76a;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: left;
}
.location-single__description-content {
  max-width: 60rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.location-single__description-content p {
  font-family: "Prestige Elite Std", serif;
  font-size: 20px;
  color: #212322;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.location-single__description-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .location-single__info-image {
    flex-direction: column-reverse;
    padding: 2rem 1rem 2rem 1rem;
    gap: 32px;
  }
  .location-single__menu-image-wrap {
    max-width: 100%;
  }
  .location-single__description {
    padding: 2rem 1.5rem;
  }
}
body {
  font-size: 40px;
}

.container {
  max-width: 1475px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1023px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.centered {
  text-align: center;
}

article.main-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.btn-primary {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 1.6em;
  leading-trim: NONE;
  padding: 14px 48px;
  background-color: #172E34;
  color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
  text-align: center;
  border-radius: 10px;
}
.btn-primary:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .btn-primary {
    width: 100%;
    text-align: center;
  }
}
.btn-primary.light {
  background-color: transparent;
  color: #7D622E;
  border: 1.2px solid #7D622E;
}

.btn-secondary {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 1.6em;
  leading-trim: NONE;
  padding: 14px 48px;
  background-color: transparent;
  color: #F1FFF8;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #E6FF2A;
}
.btn-secondary:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: 100%;
    text-align: center;
  }
}
.btn-secondary.light {
  background-color: transparent;
  color: #7D622E;
  border: 1.2px solid #7D622E;
}

.btn-third {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 1.6em;
  leading-trim: NONE;
  padding: 14px 48px;
  background-color: #E6FF2A;
  color: #065056;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
  text-align: center;
  border-radius: 40px;
  border: 2px solid #E6FF2A;
  cursor: pointer;
}
.btn-third:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .btn-third {
    width: 100%;
    text-align: center;
  }
}
.btn-third.light {
  background-color: transparent;
  color: #7D622E;
  border: 1.2px solid #7D622E;
}

.btn-inverse {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 1.6em;
  leading-trim: NONE;
  padding: 14px 48px;
  background-color: #065056;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
  text-align: center;
  border-radius: 40px;
  border: 2px solid #E6FF2A;
}
.btn-inverse:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .btn-inverse {
    width: 100%;
    text-align: center;
  }
}
.btn-inverse.light {
  background-color: transparent;
  color: #7D622E;
  border: 1.2px solid #7D622E;
}

body.menu-open {
  overflow: hidden;
}

input {
  background: #F5F5F5;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  border: none;
  outline: none;
  max-width: 100%;
  font-family: "Outfit", sans-serif;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 22px;
  line-height: 1.27em;
}
input::placeholder {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 1.27em;
  letter-spacing: 0%;
}

.form-messages {
  margin-top: 1rem;
}
.form-messages .success {
  color: #E6FF2A;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.form-messages .errors {
  background-color: #E6FF2A;
  color: #065056;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  padding: 6px 0;
  list-style-type: none;
  border-radius: 12px;
}

.fm-modal-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: none;
  z-index: 100;
}
.fm-modal-overlay.active {
  display: flex;
}

.fm-modal-window {
  max-width: 800px; /* при необходимости меняй */
  width: 90%;
  max-height: 90vh; /* ограничение по высоте экрана */
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  top: 60px;
  position: fixed;
  background-color: #065056;
  overflow: hidden;
}
.fm-modal-window-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.fm-modal-window-inner {
  padding: 20px;
  overflow-y: auto;
  background-color: #065056;
  scrollbar-width: thin; /* auto | thin | none */
  scrollbar-color: #E6FF2A #065056;
}
.fm-modal-window-inner img {
  border-radius: 20px;
}

.fm-modal-window-inner::-webkit-scrollbar {
  width: 8px;
}

.fm-modal-window-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.fm-modal-window-inner::-webkit-scrollbar-thumb {
  background-color: #4a90e2; /* цвет скролла */
  border-radius: 4px;
}

.fm-modal-window-inner::-webkit-scrollbar-thumb:hover {
  background-color: #357abd;
}

body.modal-open {
  overflow: hidden;
}