@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500,700,800&display=swap");
html, body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #faed93;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  overflow: hidden;
}

.content-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100vh;
}
@media (max-width: 575.98px) {
  .content-holder {
    flex-direction: row;
  }
}
.content-holder .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1080px;
  width: 100% !important;
}
@media (max-width: 575.98px) {
  .content-holder .content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    max-width: 100%;
  }
}
.content-holder .content .image-holder {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: row;
}
.content-holder .content img {
  width: 100%;
}

.bit-widget-container {
  width: 100%;
}

.tour {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

table {
  width: 99%;
  margin-top: 0px !important;
  border-collapse: separate;
  border-spacing: 0 2px;
}
table tr {
  background: #fff;
}
table tr td {
  padding: 15px 10px;
  font-size: 14px;
}
table tr td:first-child {
  width: 15% !important;
  font-weight: bolder;
}

.enter {
  width: 100%;
  text-align: center;
}
.enter button {
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: #744148;
  padding: 5px 20px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  width: 40%;
}
@media (max-width: 767.98px) {
  .enter button {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .enter button {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */