@font-face {
  font-family: gotham-book;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gotham-book.woff");
}
@font-face {
  font-family: gotham-bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gotham-bold.woff");
}
@font-face {
  font-family: cormorantgaramond;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cormorantgaramond.woff2");
}
@font-face {
  font-family: Lucida Grande Regular;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lucida Grande Regular.ttf");
}
@font-face {
  font-family: CheddarJack;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CheddarJack.woff");
}
@font-face {
  font-family: 'Christian Heedlay Regular';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('Christian Heedlay Regular'), url("/fonts/ChristianHeedlay-z8mzl.woff") format('woff');
}
@font-face {
  font-family: MrsSaintDelafield-Regular;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/MrsSaintDelafield-Regular.ttf");
}
@font-face {
  font-family: $c-garamond-i;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CormorantGaramond-MediumItalic.ttf");
}
@font-face {
  font-family: The Seasons Bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/The-Seasons-Bold.ttf");
}
.special-menus-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../images/special-menus/bg_special_menus_desktop.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1.2rem 0px;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s, transform 0.5s, display 0.5s ease-in-out;
  transition-behavior: allow-discrete;
}
.special-menus-wrapper .special-menus-logo-container {
  height: fit-content;
  margin-bottom: 50px;
  gap: 85px;
}
.special-menus-wrapper .special-menus-logo-container .white-logo-img {
  max-height: 80px;
  object-fit: contain;
}
.special-menus-wrapper .special-menus-container {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.special-menus-wrapper .special-menus-container .landing-title {
  font-family: cormorantgaramond;
  font-size: 40px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.special-menus-wrapper .special-menus-container .special-menus-options {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 80%;
  flex-direction: column;
}
.special-menus-wrapper .special-menus-container .special-menus-options .special-menu {
  display: block;
  background: #6fafbe;
  padding: 15px 20px;
  max-width: 300px;
  cursor: pointer;
  font-family: cormorantgaramond;
  font-size: 27px;
  line-height: 31px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
}
.special-menus-wrapper .special-menus-container .special-menus-options .special-menu:visited,
.special-menus-wrapper .special-menus-container .special-menus-options a:hover,
.special-menus-wrapper .special-menus-container .special-menus-options a:active {
  color: #fff;
}
.special-menus-wrapper .special-menus-container .special-menus-options .language-option {
  font-family: gotham-book;
  font-size: 16px;
  line-height: 57px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  text-align: center !important;
  margin: 0;
  max-width: 800px;
  text-transform: uppercase;
  text-decoration: underline;
}
.special-menus-wrapper .special-menus-container .special-menus-options .language-option:visited,
.special-menus-wrapper .special-menus-container .special-menus-options a:hover,
.special-menus-wrapper .special-menus-container .special-menus-options a:active {
  color: #fff;
}
.special-menus-wrapper .special-menus-container .special-menus-return {
  font-family: gotham-book;
  font-size: 19px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
  text-align: center !important;
  margin: 0;
  max-width: 800px;
  text-transform: uppercase;
  text-decoration: underline;
}
.special-menus-wrapper .special-menus-container .special-menus-return:visited,
.special-menus-wrapper .special-menus-container a:hover,
.special-menus-wrapper .special-menus-container a:active {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .special-menus-wrapper {
    display: block;
    height: fit-content;
    min-height: 100vh;
    padding: 80px 30px 30px 30px;
    background-image: url("../images/special-menus/bg_special_menus_mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: display 0.5s ease-in-out;
  }
  .special-menus-wrapper .special-menus-logo-container {
    height: fit-content;
    margin-bottom: 30px;
    gap: 20px;
    flex-direction: row;
    justify-self: center;
  }
  .special-menus-wrapper .special-menus-logo-container .white-logo-img {
    max-height: 60px;
    object-fit: contain;
  }
  .special-menus-wrapper .special-menus-container .landing-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .special-menus-wrapper .special-menus-container .special-menus-options {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
  .special-menus-wrapper .special-menus-container .special-menus-options .special-menu {
    display: block;
    background: #6fafbe;
    padding: 15px 20px;
    max-width: 500px;
    cursor: pointer;
    font-family: cormorantgaramond;
    font-size: 18px;
    line-height: 31px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .special-menus-wrapper .special-menus-container .special-menus-options-responsive {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    background-color: rgba(58,58,58,0.6);
  }
  .special-menus-wrapper .special-menus-container .special-menus-options-responsive .special-menu-responsive {
    width: 100%;
    font-family: gotham-book;
    font-size: 10px;
    line-height: 27px;
    font-weight: 325;
    letter-spacing: 1px;
    color: #fff;
    text-align: center !important;
    margin: 0;
    max-width: 800px;
    text-transform: uppercase;
    text-decoration: underline;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .uk-accordion-title:before {
    content: none !important;
  }
}
