@font-face {
  font-family: "Arsenal";
  src: url("../fonts/Arsenal-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Arsenal";
  src: url("../fonts/Arsenal-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arsenal";
  src: url("../fonts/Arsenal-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arsenal";
  src: url("../fonts/Arsenal-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ABeeZee";
  src: url("../fonts/ABeeZee-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ABeeZee";
  src: url("../fonts/ABeeZee-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jomhuria";
  src: url("../fonts/Jomhuria-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
  width: 100%;
}

body {
  background: black;
  overflow-x: hidden;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.searchResult {
  background: rgba(248, 255, 149, 0.3);
  animation-name: loadTarget;
  animation-fill-mode: forwards;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-delay: 1.5s;
}

@keyframes loadTarget {
  0% {
    background: rgba(248, 255, 149, 0.3);
  }
  10% {
    background: rgba(248, 255, 149, 0.8);
  }
  30% {
    background: rgba(248, 255, 149, 0.3);
  }
  100% {
    background: rgba(248, 255, 149, 0);
  }
}
#vue_app::before {
  content: "";
  background: linear-gradient(to bottom, rgb(114, 65, 42) 50%, black);
  position: fixed;
  width: 120%;
  height: 120%;
  top: 0;
  left: 50%;
  -webkit-mask-size: 750px;
          mask-size: 750px;
  filter: drop-shadow(0px 0px 1px #f8ff95);
  z-index: -2;
  -webkit-mask-image: url(../imgs/bg/page1.png);
          mask-image: url(../imgs/bg/page1.png);
  opacity: 0.5;
  transform: translateX(-50%) rotate(-10deg);
}
#vue_app::after {
  content: "";
  background: linear-gradient(to bottom, rgb(114, 65, 42) 50%, black);
  position: fixed;
  width: 120%;
  height: 120%;
  top: 0;
  left: 50%;
  -webkit-mask-size: 750px;
          mask-size: 750px;
  filter: drop-shadow(0px 0px 1px #f8ff95);
  z-index: -1;
  -webkit-mask-image: url(../imgs/bg/page5.png);
          mask-image: url(../imgs/bg/page5.png);
  -webkit-mask-position: 30px 125px;
          mask-position: 30px 125px;
  opacity: 0.8;
  transform: translateX(-50%) rotate(10deg);
}
#vue_app .header {
  position: relative;
  min-height: 300px;
  height: 90vh;
  max-height: 700px;
  padding: 0 !important;
  margin: 0 !important;
}
#vue_app .header video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
  height: 90vh;
  max-height: 700px;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none;
}
#vue_app .header .headerOver {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(175, 40, 40, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: 300px;
  max-height: 700px;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 5px solid rgba(248, 255, 149, 0.5);
  z-index: 5;
}
#vue_app .header .headerOver h1,
#vue_app .header .headerOver h2 {
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#vue_app .header .headerOver h1 {
  font-family: "Amarante", serif;
  font-size: 60px;
}
#vue_app .header .headerOver h1 span {
  font-family: "Noto Music", sans-serif;
  font-size: 55px;
}
#vue_app .header .headerOver h2 {
  font-family: "Arsenal", sans-serif;
  font-weight: 600;
  width: 80%;
}
#vue_app .header .headerOver a {
  text-decoration: none;
}
#vue_app .header .headerOver a div {
  background: rgba(248, 248, 248, 0.8);
  backdrop-filter: blur(10px);
  padding: 6px 15px;
  border-radius: 15px;
  border: 2px solid black;
  font-family: "Arsenal", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0px 0px 5px white;
  z-index: 10;
  transition: 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  color: black !important;
}
#vue_app .header .headerOver a div:hover {
  background: rgb(248, 248, 248);
}
#vue_app .heading {
  background: black;
  margin-bottom: 0 !important;
  color: #f8ff95;
  overflow: hidden;
  padding-top: 10px;
  border-bottom: 1px solid #f8ff95;
}
#vue_app .heading h6 {
  text-align: center;
  position: relative;
  left: -150px;
  font-family: "Arsenal", sans-serif;
  font-style: italic;
  font-variant: small-caps;
  font-size: 20px;
  font-weight: 700;
}
#vue_app .heading h1 {
  text-align: center;
  font-size: 70px;
  font-family: "Jomhuria", sans-serif;
  padding: 0 !important;
  line-height: 50px;
}
#vue_app .heading .clef {
  font-family: "Noto Music", sans-serif;
  font-size: 30px;
}
#vue_app .content-container.container-fluid {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0 !important;
  padding: 10px 50px !important;
  color: white;
  max-width: 1100px;
  width: 95%;
  border-right: 1px solid rgba(248, 255, 149, 0.5);
  border-left: 1px solid rgba(248, 255, 149, 0.5);
  background: linear-gradient(to bottom, #2e1000, #1c0a00);
}
#vue_app .content-container.container-fluid .reviews {
  padding: 0px 10px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
#vue_app .content-container.container-fluid .reviews h1:first-child {
  font-family: "Abril Fatface", serif;
  font-size: 40px;
  color: #f8ff95;
  margin-bottom: 10px;
}
#vue_app .content-container.container-fluid .reviews .review {
  margin-top: 20px;
  margin-bottom: 30px;
}
#vue_app .content-container.container-fluid .reviews .review .text {
  height: -moz-fit-content !important;
  height: fit-content !important;
  box-sizing: border-box;
  font-family: "ABeeZee", sans-serif;
}
#vue_app .content-container.container-fluid .reviews .review .text .caption {
  font-family: "Times New Roman", serif;
  font-style: italic;
  margin-top: 80px;
  padding-bottom: 5px;
}
#vue_app .content-container.container-fluid .reviews .review .img {
  margin-bottom: 15px;
}
#vue_app .content-container.container-fluid .reviews .review .img img {
  width: 100%;
  aspect-ratio: 5/6;
  -o-object-fit: cover;
     object-fit: cover;
}
#vue_app .content-container.container-fluid .reviews .review.left {
  padding-left: 8px;
}
#vue_app .content-container.container-fluid .reviews .review.left .text {
  border-left: 8px solid #f8ff95;
  box-sizing: border-box !important;
}
#vue_app .content-container.container-fluid .reviews .review.right {
  padding-right: 8px;
}
#vue_app .content-container.container-fluid .reviews .review.right .text {
  text-align: right;
  border-right: 8px solid #f8ff95;
  box-sizing: border-box !important;
}
#vue_app .content-container.container-fluid .reviews .review.right .text div,
#vue_app .content-container.container-fluid .reviews .review.right .text span {
  text-align: right;
}
#vue_app .content-container.container-fluid .blurb {
  font-family: "Arsenal", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #f8ff95;
  padding: 10px 35px;
  text-align: center;
  border-bottom: 5px solid rgba(248, 255, 149, 0.5);
  margin-left: -50px;
  margin-right: -50px;
  width: calc(100% + 100px);
}
#vue_app .content-container.container-fluid .part2 {
  container-type: inline-size;
  container-name: part2;
  border-bottom: 5px solid rgba(248, 255, 149, 0.5);
  margin: 10px -50px;
  width: calc(100% + 100px);
  font-family: "ABeeZee", sans-serif;
}
#vue_app .content-container.container-fluid .part2 table {
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 10px;
}
#vue_app .content-container.container-fluid .part2 table tr {
  width: 100%;
}
#vue_app .content-container.container-fluid .part2 table tr td {
  position: relative;
  vertical-align: top;
  padding: 0 !important;
  margin: 0 !important;
}
#vue_app .content-container.container-fluid .part2 table tr td img {
  width: 100%;
  min-width: 150px;
  max-width: 250px;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(248, 255, 149, 0.5);
}
#vue_app .content-container.container-fluid .part2 table tr:nth-child(1) td img {
  -o-object-position: right;
     object-position: right;
}
#vue_app .content-container.container-fluid .part2 table tr:nth-child(2) td {
  vertical-align: middle;
  text-align: center;
  color: #f8ff95;
  font-family: "Jomhuria", sans-serif;
  font-size: 40px;
  line-height: 25px;
}
#vue_app .content-container.container-fluid .part2 table tr:nth-child(2) td:has(img) {
  vertical-align: bottom;
  text-align: left;
}
#vue_app .content-container.container-fluid .part2 table tr:nth-child(2) td:has(img) img {
  margin-right: auto;
  -o-object-position: left;
     object-position: left;
}
#vue_app .content-container.container-fluid .part2 table tr:nth-child(3) td {
  text-align: right;
  vertical-align: bottom;
}
#vue_app .content-container.container-fluid .part2 .img1 {
  display: none;
}
#vue_app .content-container.container-fluid .part2 .row1,
#vue_app .content-container.container-fluid .part2 .row2 {
  padding: 0px 30px;
  margin: 10px 0px;
}
#vue_app .content-container.container-fluid .part2 .row1 img,
#vue_app .content-container.container-fluid .part2 .row2 img {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
#vue_app .content-container.container-fluid .part2 .inter {
  text-align: center;
  color: #f8ff95;
  font-family: "Jomhuria", sans-serif;
  font-size: 40px;
  line-height: 25px;
}
#vue_app .content-container.container-fluid .part2 .row2 .text {
  text-align: right;
}
#vue_app .content-container.container-fluid .part3 {
  border-bottom: 5px solid rgba(248, 255, 149, 0.5);
  margin: 10px -50px;
  width: calc(100% + 100px);
  padding: 0px 35px;
}
#vue_app .content-container.container-fluid .part3 h1 {
  font-family: "Jomhuria", sans-serif;
  font-size: 55px;
  color: #f8ff95;
  padding: 0 !important;
  margin-top: 10px !important;
  line-height: 40px;
  text-align: center;
}
#vue_app .content-container.container-fluid .part3 p,
#vue_app .content-container.container-fluid .part3 span {
  margin: 5px;
  text-align: center;
  font-family: "ABeeZee", sans-serif;
  font-size: 17px;
}
#vue_app .content-container.container-fluid .part3 span {
  display: block;
  font-size: 16px;
  font-style: italic;
  margin-top: 15px;
  font-family: "Times New Roman", serif;
  position: relative;
}
#vue_app .content-container.container-fluid .part3 span::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 30%;
  height: 1px;
  background: rgba(248, 255, 149, 0.5);
  transform: translateX(-50%);
}
#vue_app .content-container.container-fluid .part3 a {
  text-decoration: none;
}
#vue_app .content-container.container-fluid .part3 .button {
  margin: 10px auto 0px auto;
  border: 1px solid black;
  box-shadow: 0px 0px 3px #f8ff95;
  background: #2e1000;
  width: 230px;
  text-align: center;
  padding: 2px 10px;
  border-radius: 10px;
  font-family: "Cinzel", serif;
  font-size: 20px;
  color: #f8ff95;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
  text-transform: uppercase;
}
#vue_app .content-container.container-fluid .part3 .button:hover {
  background: rgb(97, 33.7391304348, 0);
}
#vue_app .content-container.container-fluid .part3 img {
  width: 100%;
  margin: 5px;
  border: 1px solid rgba(248, 255, 149, 0.5);
}
#vue_app .content-container.container-fluid .part3 .text {
  padding-bottom: 10px;
  margin-bottom: 5px;
}
#vue_app .content-container.container-fluid .part4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#vue_app .content-container.container-fluid .part4 h1 {
  font-family: "Jomhuria";
  font-size: 60px;
  line-height: 50px;
  margin: 5px;
  padding: 0;
  text-align: center;
  color: #f8ff95;
}
#vue_app .content-container.container-fluid .part4 .content {
  display: flex;
  width: 80%;
}
#vue_app .content-container.container-fluid .part4 .content img {
  width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid rgba(248, 255, 149, 0.5);
}
#vue_app .content-container.container-fluid .part4 .content p {
  text-align: left;
  font-family: "ABeeZee", sans-serif;
  font-size: 16px;
  padding-left: 10px;
}
#vue_app .content-container.container-fluid .topCarousel h2 {
  font-family: "Times New Roman";
  color: #f8ff95;
  font-size: 28px;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin-bottom: 3px;
}
#vue_app .content-container.container-fluid .showSection {
  border-top: 5px solid rgba(248, 255, 149, 0.5);
  width: calc(100% + 100px);
  padding: 10px 0;
  margin: 15px -50px 0 -50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#vue_app .content-container.container-fluid .showSection h2 {
  font-family: "Times New Roman";
  color: #f8ff95;
  font-size: 28px;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
}
#vue_app .content-container.container-fluid .showSection .shows {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
#vue_app .content-container.container-fluid .showSection .shows .show {
  border: 1px solid rgba(248, 255, 149, 0.5);
  width: 20%;
  min-width: 150px;
  max-width: 250px;
}
#vue_app .content-container.container-fluid .showSection .shows .show img {
  width: 100%;
  height: 100%;
}
#vue_app .content-container.container-fluid .radioCity {
  border-top: 5px solid rgba(248, 255, 149, 0.5);
  margin: 10px -50px 0 -50px;
  width: calc(100% + 100px);
  padding-top: 10px;
}
#vue_app .content-container.container-fluid .radioCity a {
  color: #f8ff95;
  transition: 0.5s;
}
#vue_app .content-container.container-fluid .radioCity a:hover {
  color: white;
}
#vue_app .content-container.container-fluid .radioCity a h2 {
  font-family: "Times New Roman";
  color: #f8ff95;
  font-size: 28px;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
#vue_app .content-container.container-fluid .radioCity a h2:hover {
  color: white;
}
#vue_app .content-container.container-fluid .top:has(table) {
  container-type: inline-size;
  container-name: topName;
  background: #f8ff95;
  width: calc(100% + 100px);
  margin: 5px -50px 10px -50px;
  padding: 2px 35px;
}
#vue_app .content-container.container-fluid .top:has(table) table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(1),
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(3) {
  width: 20%;
}
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(1) img,
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(3) img {
  width: 100%;
  border: 1px solid black;
}
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(1) img {
  transform: rotate(-15.81deg);
}
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(3) img {
  transform: rotate(15.81deg);
}
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
}
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(2) h1 {
  text-align: center;
  color: #2e1000;
  white-space: nowrap;
  font-family: "ABeeZee", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 30px;
}
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(2) h1 span {
  font-family: "Ingrid Darling", cursive;
  font-size: 40px;
  font-weight: initial !important;
}
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(2) p {
  color: black;
  text-align: center;
  position: relative;
  padding-bottom: 8px;
  font-family: "ABeeZee", sans-serif;
  font-size: 16px;
}
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(2) p::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: black;
}
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(2) .buttonContainer {
  display: flex;
  justify-content: center;
}
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(2) .buttonContainer a {
  color: white;
}
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(2) .buttonContainer .button {
  cursor: pointer;
  background: #1c0a00;
  display: inline-block;
  padding: 7px 14px;
  border-radius: 10px;
  margin: -5px 0px 0px 0px;
  transition: 0.5s;
  font-family: "ABeeZee", sans-serif;
}
#vue_app .content-container.container-fluid .top:has(table) table td:nth-child(2) .buttonContainer .button:hover {
  transform: scale(1.1);
  font-weight: 900;
}
#vue_app .content-container.container-fluid .paint {
  border-top: 5px solid rgba(248, 255, 149, 0.5);
  border-bottom: 5px solid rgba(248, 255, 149, 0.5);
  width: calc(100% + 100px);
  margin: 15px -50px;
  padding: 10px 35px;
}
#vue_app .content-container.container-fluid .paint h1 {
  text-align: center;
  font-family: "ABeeZee", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 30px;
  color: #f8ff95;
  margin: 0;
  padding: 0;
}
#vue_app .content-container.container-fluid .paint h1 span {
  font-family: "Ingrid Darling", cursive;
  font-weight: normal !important;
  font-size: 45px;
  padding-right: 5px;
}
#vue_app .content-container.container-fluid .paint p {
  text-align: center;
  font-size: 16px;
  font-family: "ABeeZee", sans-serif;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#vue_app .content-container.container-fluid .paint p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 80%;
  background: rgba(248, 255, 149, 0.5);
}
#vue_app .content-container.container-fluid .paint .buttonContainer {
  display: flex;
  justify-content: center;
  color: black;
}
#vue_app .content-container.container-fluid .paint .buttonContainer a {
  color: black;
}
#vue_app .content-container.container-fluid .paint .buttonContainer .button {
  cursor: pointer;
  background: #f8ff95;
  display: inline-block;
  padding: 7px 14px;
  border-radius: 10px;
  transition: 0.5s;
  font-family: "ABeeZee", sans-serif;
}
#vue_app .content-container.container-fluid .paint .buttonContainer .button:hover {
  transform: scale(1.1);
  font-weight: 900;
}
#vue_app .content-container.container-fluid .holiday {
  width: calc(100% + 100px);
  margin: 10px -50px -10px -50px;
  border-top: 5px solid rgba(248, 255, 149, 0.5);
  padding: 10px 35px 0px 35px;
}
#vue_app .content-container.container-fluid .holiday h1 {
  text-align: center;
  font-family: "ABeeZee", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
#vue_app .content-container.container-fluid .holiday p {
  font-family: "ABeeZee", sans-serif;
  text-align: center;
  font-size: 16px;
}
#vue_app .contact-form.container-fluid {
  background: linear-gradient(to bottom, #2e1000, #1c0a00);
  width: 98%;
  margin-top: 2%;
  border: 5px solid rgba(248, 255, 149, 0.5);
  border-bottom: 0 !important;
  padding: 0 !important;
  max-width: 1100px;
}
#vue_app .contact-form.container-fluid .row {
  padding: 0 !important;
  margin: 0 !important;
}
#vue_app .contact-form.container-fluid .row .formcontainer {
  padding: 20px;
  margin: 0 !important;
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner {
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 5px solid rgba(248, 255, 149, 0.5);
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner h1 {
  font-family: "Times New Roman", serif;
  color: #f8ff95;
  text-align: center;
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner table {
  color: white;
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner table tr th {
  border-right: 1px solid white;
  background: white;
  -webkit-mask-size: auto 80%;
          mask-size: auto 80%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 50px;
  height: 40px;
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner table tr td {
  padding-left: 10px;
  font-style: italic;
  font-family: "ABeeZee", sans-serif;
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner table tr td a {
  color: white !important;
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner form label {
  color: white;
  font-family: "Times New Roman", serif;
  margin-top: 8px;
  font-size: 18px;
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner form input,
#vue_app .contact-form.container-fluid .row .formcontainer .inner form textarea {
  display: block;
  width: 100%;
  background-color: rgba(80, 80, 80, 0.5);
  border: 1px solid #f8ff95;
  transition: 0.5s;
  padding-left: 8px !important;
  padding: 3px;
  color: white;
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner form input:focus,
#vue_app .contact-form.container-fluid .row .formcontainer .inner form textarea:focus {
  outline: none;
  background-color: rgba(120, 120, 120, 0.8);
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner form input::-moz-placeholder, #vue_app .contact-form.container-fluid .row .formcontainer .inner form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner form input::placeholder,
#vue_app .contact-form.container-fluid .row .formcontainer .inner form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner form button[type=submit] {
  background: #f8ff95;
  color: black;
  padding: 2px 20px;
  margin: 5px 0px 0px -2px !important;
  border-radius: 5px;
  font-family: "ABeeZee", sans-serif;
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner .d-none,
#vue_app .contact-form.container-fluid .row .formcontainer .inner .d-block {
  margin-top: 15px;
  padding: 15px;
  padding-right: 5px !important;
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner .d-none .box1,
#vue_app .contact-form.container-fluid .row .formcontainer .inner .d-none .box2,
#vue_app .contact-form.container-fluid .row .formcontainer .inner .d-block .box1,
#vue_app .contact-form.container-fluid .row .formcontainer .inner .d-block .box2 {
  color: black;
  font-family: "ABeeZee", sans-serif;
  font-size: 14px;
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner .d-none .box1,
#vue_app .contact-form.container-fluid .row .formcontainer .inner .d-block .box1 {
  background-color: #ffd477;
  padding: 10px;
  margin-bottom: 10px;
}
#vue_app .contact-form.container-fluid .row .formcontainer .inner .d-none .box2,
#vue_app .contact-form.container-fluid .row .formcontainer .inner .d-block .box2 {
  background-color: rgba(255, 212, 119, 0.7);
  border: 5px solid #f8ff95;
  padding: 10%;
}
#vue_app .contact-form.container-fluid .row .postercontainer {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#vue_app .contact-form.container-fluid .row .postercontainer img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1000px) {
  .headerOver h1 {
    font-size: 80px !important;
  }
  .headerOver h2 {
    font-size: calc(auto * 1.2);
  }
}
@media screen and (max-width: 768px) {
  .reviews {
    max-width: 400px !important;
  }
  .review .text {
    border: none !important;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center !important;
  }
  .review .text div,
  .review .text span {
    text-align: center !important;
  }
  .review .text .caption {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
  }
  .review .img {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .review .img.top {
    display: none !important;
  }
  .review {
    border: 1px solid rgba(248, 255, 149, 0.5);
    padding-top: 10px;
  }
  .part3 .text {
    border-bottom: 1px solid #f8ff95;
  }
}
@media screen and (max-width: 900px) {
  .part4 {
    margin-bottom: 10px;
  }
  .part4 .content {
    display: block !important;
    width: 90%;
  }
  .part4 .content img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 50% !important;
  }
}
@media screen and (max-width: 500px) {
  .formcontainer {
    padding: 20px !important;
  }
  .formcontainer .inner {
    padding: 0px !important;
    border: none !important;
  }
  .content img {
    float: none !important;
    width: 100% !important;
  }
  .content p {
    text-align: center !important;
  }
}
@container topName (max-width: 600px) {
  .top table td:has(img) {
    display: none;
  }
  .top table td:has(h1) h1 {
    white-space: unset !important;
    text-align: center;
  }
  .top table td:has(h1) {
    display: block;
    width: 100%;
  }
}
@container part2 (max-width: 550px) {
  .row1,
  .row2 {
    display: block !important;
  }
  .row1 .text,
  .row2 .text {
    width: 100%;
    text-align: justify !important;
  }
  .row1 .img2 {
    display: none;
  }
  .row1 .img1 {
    display: block !important;
    float: right;
  }
  .row2 .img1 {
    display: block !important;
    float: left;
  }
  .row2 .img2 {
    display: none;
  }
}
@container part2 (max-width: 520px) {
  .row2 .img1 {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */