:root {
  --white: #fff;
  --black: #0f1014;
  --grey: #d9d9d9;
  --light: #ede7d7;
}

*,
*::before,
*::after {
  margin: 0;

  padding: 0;

  box-sizing: border-box;

  scroll-behavior: smooth;

  -webkit-tap-highlight-color: transparent;

  /* set the header height here */

  scroll-margin-top: 110px;
}

a,
a:hover {
  text-decoration: none;
}

img,
picture,
svg {
  height: auto;
}

img,
picture,
svg,
video,
iframe {
  display: block;

  max-width: 100%;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

/* set nice colors here */

/* ::selection {
  background-color: var(--black);

  color: var(--white);
} */

html {
  font-size: 16px;

  font-weight: 400;

  font-family: "Baskervville", serif;
}

.site-content {
  overflow-x: hidden;

  max-width: 100%;
}

.container {
  width: 100%;

  max-width: 1200px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.mx-auto {
  margin-left: auto;

  margin-right: auto;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.p14 {
  font-size: 14px;
  line-height: 1.6;
}

.p16 {
  font-size: 16px;
}

.p20 {
  font-size: 20px;
}

.p24 {
  font-size: 24px;
}

.p30 {
  font-size: 30px;
}

.p48 {
  font-size: 48px;
}

.p80 {
  font-size: 80px;
}

.upper {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

strong,
.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.italic {
  font-style: italic;
}

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

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

.white {
  color: var(--white);
}

.black {
  color: var(--black);
}

.black-bg {
  background-color: var(--black);
}

.set-bg {
  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}

.homepage-full-wrapper {
  height: 100vh;
  height: 100svh;
  background-color: var(--black);
}

.homepage-full {
  display: flex;
  justify-content: center;

  align-items: flex-end;
  padding-bottom: 60px;
  height: 100%;
}

.banner-experience {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
}

.banner-booking {
  display: flex;

  align-content: center;

  justify-content: center;

  align-items: flex-end;

  height: 100%;
}

.gifts-content {
  position: absolute;

  bottom: 260px;

  max-width: 930px;

  text-align: center;
}

.menu-top-left,
.menu-bottom-left,
.menu-top-right,
.menu-bottom-right {
  position: absolute;
  z-index: 99;
}

.menu-top-left {
  top: 30px;

  left: 30px;
}

.menu-bottom-left {
  bottom: 30px;

  left: 30px;
}

.menu-top-right {
  top: 30px;

  right: 30px;
}

.menu-bottom-right {
  bottom: 30px;

  right: 30px;
}

.homepage-h1 {
  font-size: 16px;

  text-align: center;

  font-weight: 400;
  line-height: 1.6;
}

.banner-experience .page-h1 {
  font-size: 80px;

  font-weight: 400;

  text-align: center;
}

.banner-booking .page-h1 {
  font-size: 80px;

  font-weight: 400;

  text-align: center;
}

.homepage-link {
  top: 0;

  left: 50%;

  transform: translateX(-50%);
}

.menu-top-home {
  display: flex;

  align-items: center;

  gap: 0.8rem;
}

.experience-section-1 {
  padding-top: 40px;

  padding-bottom: 100px;
}

.mw100 {
  max-width: 100px;
}

.mw150 {
  max-width: 150px;
}

.dotted-ruler {
  max-width: 270px;

  margin-top: 1rem;

  border: 0;

  border-bottom: 1px dashed white;
}

.experience-section-2 {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  padding-top: 50px;

  padding-bottom: 50px;

  gap: 5rem;
}

.experience-logo-social {
  margin-top: 150px;
}

.experience-logo-social img {
  width: 100%;
}

.experience-social {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 2rem;
}

.site-footer {
  padding: 50px 0;
}

.site-footer-wrapper {
  display: grid;

  grid-template-columns: 1fr 1fr 2fr 1fr;

  gap: 2rem;
}

.footer-col-1 ul,
.footer-col-2 ul,
.footer-col-3 ul {
  list-style-type: none;
}

.footer-col-1 ul li,
.footer-col-2 ul li {
  text-align: center;
  margin-bottom: 5px;
}

.footer-col-1 ul li a,
.footer-col-2 ul li a {
  font-size: 14px;

  color: var(--white);

  text-decoration: none;
}

.footer-col-2 {
  margin-top: 60px;
}

.footer-col-3 {
  display: flex;

  align-items: flex-end;
  margin-left: 100px;
  justify-content: center;
}

.footer-col-3 ul {
  display: flex;

  gap: 1rem;
}

.footer-col-3 ul li a {
  display: block;
}

.footer-col-3 ul li object {
  height: 30px;
}

.booking-full-wrapper {
  width: 100%;

  min-height: 100vh;
  min-height: 100svh;
}

.faq-accordion,
.faq-accordion-front {
  width: 100%;

  color: #fff;

  font-size: 16px;

  line-height: 32px;

  border: 1px solid #ffffff;

  padding: 5px 0 5px 10px;

  position: relative;

  cursor: pointer;

  display: flex;

  align-items: center;

  max-width: 380px;

  margin-left: auto;

  margin-right: auto;

  margin-top: 1rem;
}

.faq-accordion > div,
.faq-accordion-front > div {
  max-width: calc(100% - 45px);

  text-align: left;
}

.faq-accordion::after,
.faq-accordion-front::after {
  color: transparent;

  content: "\02795";

  position: absolute;

  text-shadow: -0 0 0 #fff;

  right: 20px;

  font-weight: 100;

  font-size: 14px;
}

.faq-accordion.active::after,
.faq-accordion-front.active::after {
  content: "\2796";
}

.faq-panel-front.active {
  overflow: visible !important;
}

.faq-question {
  font-size: 24px;

  line-height: 39px;

  margin-bottom: 20px;
}

.faq-panel,
.faq-panel-front {
  color: #fff;

  font-size: 15px;

  line-height: 23px;

  padding-left: 20px;

  padding-right: 20px;
  transition: all 300ms linear;

  text-align: center;

  max-width: 380px;

  margin-left: auto;

  margin-right: auto;
  display: grid;
  grid-template-rows: 0fr;
}
.faq-panel.active,
.faq-panel-front.active {
  padding-top: 20px;
  grid-template-rows: 1fr;
}

.faq-panel p:not(:last-of-type),
.faq-panel-front p:not(:last-of-type) {
  margin-bottom: 10px;
}
.o-hidden {
  overflow: hidden;
}
.resume-btn {
  padding: 0.5rem 4rem;

  border: 1px solid white;

  display: inline-block;
}

.art-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  max-width: 1172px;

  gap: 1.5rem;
}

.art-img {
  max-width: 380px;

  aspect-ratio: 1;

  border: 1px solid var(--white);

  border-radius: 55px;

  display: flex;

  color: white;

  justify-content: center;

  align-items: center;

  font-size: 80px;

  font-weight: 700;
}

.home-logos {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}

.contact-form {
  width: 100%;
  text-align: left;
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

.contact-form label {
  color: var(--black);
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.contact-form label span {
  width: 100%;
}

.contact-form .contact-input,
.contact-form .contact-input:focus,
.contact-form .contact-input:focus-visible,
.contact-form .contact-input:-webkit-autofill,
.contact-form .contact-input:-webkit-autofill:hover,
.contact-form .contact-input:-webkit-autofill:focus,
.contact-form .contact-input:-webkit-autofill:active {
  width: 100%;
  height: 30px;
  color: var(--black);
  font-weight: 500;
  font-size: 14px;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--black);
  outline: none;
  box-shadow: none;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000000s ease-in-out 0s;
}

.contact-text {
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

.submit-contact,
.submit-contact:focus,
.submit-contact:focus-visible {
  background: var(--grey);
  outline: none;
  box-shadow: none;
  padding: 9px 45px;
  color: var(--black);
  font-size: 12px;
  border: 1px solid var(--black);
  cursor: pointer;
  margin-top: 40px;
}

.submit-contact:hover {
  background: #e5e5e5;
  color: #272727;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 35px;
}
.datepicker-cell.focused:not(.selected) {
  color: #7a7a7a;
}
.datepicker-view .days .datepicker-cell,
.datepicker-view .dow {
  color: #7a7a7a;
}
.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: var(--black) !important;
  color: var(--white) !important;
}
.contact-grid .datetime {
  display: flex;
}
.contact-grid .datetime > span:first-of-type {
  width: 75%;
  padding-right: 20px;
}
.contact-grid .datetime > span {
  display: inline-block;
  width: 25%;
}
.contact-grid
  .datetime
  .datepicker-cell.highlighted:not(.selected):not(.range):not(.today),
.contact-grid .datetime .datepicker-view .days .datepicker-cell.disabled {
  background-color: #bfbfbf !important;
}
.contact-grid .datetime .hour select option,
.contact-grid .datetime .minutes select option {
  background-color: #000 !important;
}
/* .date-input::-webkit-calendar-picker-indicator {
  filter: invert(1);
} */
.contact-form .contact-input option {
  color: #000;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: var(--black);
}
.contact-form .datepicker-cell.next:not(.disabled),
.datepicker-cell.prev:not(.disabled),
.contact-form .datepicker-view .days .datepicker-cell,
.contact-form .datepicker-view .dow {
  color: var(--black);
}
.phone-input::placeholder {
  color: #888;
  -webkit-text-fill-color: #888 !important;
}
.iti__country-list .iti__flag {
  min-width: 16px;
}
.iti__search-input {
  height: 30px;
  border: 1px solid var(--black);
  text-indent: 10px;
}
.home-container {
  min-height: 100vh;
  min-height: 100svh;
  background-color: var(--black);
}
.container-1600 {
  max-width: 1600px;
  width: 100%;
}
.home-container .container-1600 {
  position: relative;
  min-height: 100svh;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
}
.homepage-content {
  max-width: 430px;
}
.chef-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  /* aspect-ratio: 249 / 350; */
  z-index: 1;
  height: 100svh;
  width: 100%;
}
.chef-img img{
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.banner-gifts {
  display: flex;

  height: 100%;

  justify-content: center;

  align-items: center;

  height: 100%;
}
.container-925 {
  max-width: 925px;
  width: 100%;
}
.gift-img {
  margin-bottom: -210px;
}
.p32 {
  font-size: 32px;
  line-height: 1.6;
}
.p-14 {
  font-size: 14px;
  line-height: 1.6;
}
.contact-form select option:disabled {
  background: var(--grey);
  color: rgba(0, 0, 0, 0.5);
}
.contact-form .wpcf7-not-valid-tip {
  font-size: 12px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-img {
  width: fit-content;
  margin-bottom: -170px;
}
.p40 {
  font-size: 40px;
  line-height: 1.6;
}
.thanks-wrapper{
  min-height: calc(100vh - 263px);
  min-height: calc(100svh - 263px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p50{
  font-size: 50px;
  line-height: 1.6;
}
.contact-map{
  border-radius: 28px;
}
.light-bg{
  background-color: var(--light);
}
.pb-50{
  padding-bottom: 50px;
}
.exp-img{
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  aspect-ratio: 249 / 350;
  z-index: 1;
}
.z-2{
  position: relative;
  z-index: 2;
}
.politics-wrapper{
  color: var(--grey);
  font-size: 16px;
  line-height: 1.6;
}
.politics-wrapper>*{
  margin-bottom: 20px;
}
.politics-wrapper ul, .politics-wrapper ol{
  padding-left: 20px;
}
.politics-wrapper ul li, .politics-wrapper ol li{
  margin-bottom: 8px;
}
.politics-wrapper a{
  color: var(--light);
}
.politics-hero{
  padding-top: 140px;
}
.p60{
  font-size: 60px;
}
.container-404{
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  background-color: var(--black);
}
.p-80{
  font-size: 80px;
}
.home-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  height: 100svh;
  height: 100vh;
  /* z-index: -1; */
  object-fit: contain;
}
.video-popup{
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 99;
  background: var(--black);
}
.video-popup.active{
  display: block;
}
.video-popup video{
  min-width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 20;
  object-fit: contain;
}
.play-btn{
  margin-bottom: 50px;
  width: fit-content;
  cursor: pointer;
}
.play-btn, .play-btn svg{
  margin-left: auto;
  margin-right: auto;
}
.contact-grid .wpcf7-acceptance .wpcf7-list-item label{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  font-size: 18px;
  color: var(--black);
}
.contact-grid .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a{
  font-weight: 700;
  color: var(--black);
}
.contact-grid .wpcf7-acceptance .wpcf7-list-item label .contact-accept{
  display: block;
  width: 20px;
  height: 20px;
}
.contact-grid .wpcf7-acceptance .wpcf7-list-item{
  margin: 0;
}