main {
  height: 100vh;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  background: #fcddbd;
  background: linear-gradient(180deg, rgba(253, 223, 199, 1) 0%, rgba(253, 223, 199, 1) 42%, rgba(253, 199, 2, 1) 100%);
  /* background-image: url('img/bg.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

html.sr .load-hidden {
  visibility: hidden;
}

.part1 div:hover>img,
.part1 div:active,
.part1 div:focus,
.part2 div:hover>img,
.part2 div:active,
.part2 div:focus {
  opacity: 1;
}

.bg {
  height: 82vh;
}

.footer {
  top: 82vh;
  left: 50%;
  transform: translateX(-50%);
}

.footer small {
  font-family: 'Cutive Mono', monospace;
  font-style: 13px;
  margin-top: 40px;
}

/* .part1 .footer img{
    max-width: 380px;
    width: 100%;
    height: auto;
} */
/* .part2 .footer img{
    max-width: 240px;
    width: 100%;
    height: auto;
} */
/* .part2 .footer {
    width: 80%;
} */
.part1,
.part2 {
  transition: 1s;
  padding-top: 3rem;
}

.part1,
.part2 {
  cursor: pointer;
}

.part1:hover,
.part2:hover {
  /* background-color: #f8cdd838; */
  transform: scale(1.015);
}

.part2 .logo {
  width: 30%;
}

/* @media (max-width: 1100px) {
    .part2 .footer {
        height: 10%;
    }
} */
.logo img {
  max-height: 70vh;
}

.logo {
  /* max-width: 400px; */
  width: 36%;
  height: auto;
  opacity: 1;
  transition: 0.8s all ease;
}

h2 {
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1600 - 320)));
  margin-bottom: 0;
  line-height: 1.15;
}

p {
  font-size: calc(16px + (25 - 16) * ((100vw - 320px) / (1600 - 320)));
  margin-bottom: 0.5rem;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .h-md-100 {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .part1,
  .part2 {
    height: 40vh;
    flex: 1;
    padding-top: 0;
  }

  .part1 .logo,
  .part2 .logo {
    width: 28%;
  }

  .bg {
    height: 35vh;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .footer {
    /* bottom: 3vh; */
    top: 0;
    height: auto !important;
    /* margin-top: 20px; */
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: relative;
    bottom: inherit;
    left: inherit;
    transform: translateX(0);
    position: relative !important;
  }

  .footer img {
    max-width: 190px !important;
  }

  .footer small {
    margin-top: 15px;
  }
}

/* SPECIAL POPUP NYE */
.btn_cta {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  background: 0 0;
  display: block;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  padding: 5px;
  width: 200px;
}

.btn_cta a {
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  word-break: break-word;
  overflow-wrap: break-word;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none;
  color: #000000;
}

.NYE_title {
  text-shadow: 0.06em 0.05em 0em #d56a66;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
}

.btn_cta.cta_menu_NYE {
  border-color: #d56a66;
  background: #d56a66;
}

.btn_cta.cta_menu_NYE a {
  color: #ffffff;
}

.btn_cta.cta_menu_NYE:hover {
  border-color: #d56a66;
  background: #ffffff !important;
  color: #000000;
}

.btn_cta.cta_menu_NYE:hover a {
  color: #000000;
}

.btn_cta.cta_book1 {
  border-color: #f4d2b6 !important;
}

.btn_cta.cta_book1:hover {
  background: #f4d2b6 !important;
}

.btn_cta.cta_book2 {
  border-color: #d5edf9 !important;
}

.btn_cta.cta_book2:hover {
  background: #d5edf9 !important;
}

.modal {
  background: #0c0c0c73;
}

.modal-content {
  border-color: none;
  border-radius: 7px;
  border-width: 0px;
  padding: 30px;
  background-color: rgb(255, 255, 255);
}

.modal-title {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.2;
}

button.close img {
  pointer-events: auto;
  font-family: inherit;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
  color: #ffffff;
  text-align: center;
  line-height: 2;
  box-sizing: border-box;
  vertical-align: middle;
  border-style: none;
  z-index: 999920;
  position: absolute;
  float: left;
  top: -6px;
  right: -6px;
  width: 30px;
  cursor: pointer;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
  justify-content: center;
}

.image-2139 {
  width: 90%;
}
/* END SPECIAL POPUP NYE */

/* POPUP NOEL 2022 */
p.p-noel-2022 {
  text-align: center;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

img.img-noel-2022 {
  width: 100%;
}

.modal {
  background: rgb(165, 42, 42, 0.5);
}

a:hover {
  text-decoration: none;
}

a .btn_cta {
  font-family: 'Abril Fatface', cursive !important;
  text-transform: none;
  color: #fff;
  font-size: 20px;
  border-color: #e86869 !important;
  background-color: #e86869;
}

a .btn_cta.cta_book1:hover,
a .btn_cta.cta_book2:hover {
  color: #e86869 !important;
  background-color: #fff !important;
  border-color: #e86869 !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}
/* FIN POPUP NOEL 2022 */
