@font-face {
  font-family: "GowunBatang-Regular";
  src: url("./../fonts/Gowun_Batang/GowunBatang-Regular.ttf") format("ttf");
  src: url("./../fonts/Gowun_Batang/GowunBatang-Regular.woff") format("woff");
  src: url("./../fonts/Gowun_Batang/GowunBatang-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "GowunBatang-Bold";
  src: url("./../fonts/Gowun_Batang/GowunBatang-Bold.ttf") format("ttf");
  src: url("./../fonts/Gowun_Batang/GowunBatang-Bold.woff") format("woff");
  src: url("./../fonts/Gowun_Batang/GowunBatang-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "DancingA";
  src: url("./../fonts/DancingA.woff") format("woff");
}
@font-face {
  font-family: "AmaticSC-Regular";
  src: url("./../fonts/AmaticSC-Regular.ttf") format("ttf");
  src: url("./../fonts/AmaticSC-Regular.woff") format("woff");
  src: url("./../fonts/AmaticSC-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "AmaticSC-Bold";
  src: url("./../fonts/AmaticSC-Bold.ttf") format("ttf");
  src: url("./../fonts/AmaticSC-Bold.woff") format("woff");
  src: url("./../fonts/AmaticSC-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "PlaylistScript";
  src: url("./../fonts/PlaylistScript.ttf") format("ttf");
  src: url("./../fonts/PlaylistScript.woff") format("woff");
  src: url("./../fonts/PlaylistScript.woff2") format("woff2");
}
html {
  background: url("./../images/backoptimized.jpg") no-repeat center center fixed;
  background-size: cover;
}

body {
  font-family: "GowunBatang-Regular", "sans-serif";
  font-size: 17px;
  color: #000000;
  margin: 0px;
}

.background-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  filter: opacity(0.5);
  background: linear-gradient(45deg, rgb(10, 74, 89) 0%, rgb(11, 82, 124) 8.333%, rgb(13, 92, 159) 16.667%, rgb(16, 104, 194) 25%, rgb(18, 118, 227) 33.333%, rgb(21, 133, 255) 41.667%, rgb(24, 150, 255) 50%, rgb(28, 169, 255) 58.333%, rgb(31, 188, 255) 66.667%, rgb(35, 209, 255) 75%, rgb(39, 230, 255) 83.333%, rgb(43, 251, 255) 91.667%, rgb(47, 255, 255) 100%);
}

* {
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  /* For phones: */
  [class*=cell] {
    padding: 0px !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  th {
    padding: 5px !important;
  }
  td {
    padding: 5px !important;
  }
  .grid {
    margin: 0em 0.5em;
  }
  .s1 {
    width: 8.33%;
  }
  .s2 {
    width: 16.66%;
  }
  .s3 {
    width: 25%;
  }
  .s4 {
    width: 33.33%;
  }
  .s5 {
    width: 41.66%;
  }
  .s6 {
    width: 50%;
  }
  .s7 {
    width: 58.33%;
  }
  .s8 {
    width: 66.66%;
  }
  .s9 {
    width: 75%;
  }
  .s10 {
    width: 83.33%;
  }
  .s11 {
    width: 91.66%;
  }
  .s12 {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .grid {
    margin: 0em 2em;
  }
  .m1 {
    width: 8.33%;
  }
  .m2 {
    width: 16.66%;
  }
  .m3 {
    width: 25%;
  }
  .m4 {
    width: 33.33%;
  }
  .m5 {
    width: 41.66%;
  }
  .m6 {
    width: 50%;
  }
  .m7 {
    width: 58.33%;
  }
  .m8 {
    width: 66.66%;
  }
  .m9 {
    width: 75%;
  }
  .m10 {
    width: 83.33%;
  }
  .m11 {
    width: 91.66%;
  }
  .m12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  /* For desktop: */
  .grid {
    margin: 0em 10em;
  }
  .l1 {
    width: 8.33%;
  }
  .l2 {
    width: 16.66%;
  }
  .l3 {
    width: 25%;
  }
  .l4 {
    width: 33.33%;
  }
  .l5 {
    width: 41.66%;
  }
  .l6 {
    width: 50%;
  }
  .l7 {
    width: 58.33%;
  }
  .l8 {
    width: 66.66%;
  }
  .l9 {
    width: 75%;
  }
  .l10 {
    width: 83.33%;
  }
  .l11 {
    width: 91.66%;
  }
  .l12 {
    width: 100%;
  }
}
[class*=cell] {
  float: left;
  padding: 15px;
  margin-bottom: 1rem;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

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

h1 {
  font-size: 10rem;
  font-weight: 400;
  font-family: "PlaylistScript";
  color: black;
  margin-bottom: 0px;
}
h1.title {
  font-size: 13vw;
  margin-top: 1rem;
  text-shadow: rgba(255, 255, 255, 0.7) 0px 0px 20px;
}
h1.title::first-letter {
  font-family: "DancingA", serif;
  font-size: 17.875vw;
  margin-right: -0.05em;
  vertical-align: bottom;
}

h2 {
  font-family: "GowunBatang-Bold";
  font-size: 2.5rem;
  margin: 1rem 0;
}

p {
  margin: 0.1em;
}

a {
  text-decoration: underline;
  color: black;
  transition: color 0.4s ease-in-out;
}
a:hover {
  color: rgba(116, 72, 0, 0.4);
}
a.price-href {
  margin-left: 0.2rem;
  transition: all 0.4s;
}
a i.fa-phone,
a i.fa-envelope,
a i.fa-location-dot {
  transition: all 0.4s;
}
a:hover i.fa-phone {
  color: rgba(116, 72, 0, 0.4);
}
a:hover i.fa-envelope {
  color: rgba(116, 72, 0, 0.4);
}
a:hover i.fa-location-dot {
  color: red;
}
a .social-link {
  font-size: 2rem;
  margin: 0.5rem;
  transition: all 0.4s;
}
a .social-link:hover {
  color: rgba(116, 72, 0, 0.4);
}

.main-button {
  font-size: 1rem;
  font-family: "GowunBatang-Regular", "sans-serif";
  background-color: rgb(228, 201, 148);
  border-radius: 10px;
  border-style: none;
  cursor: pointer;
  padding: 10px 20px;
  transition: background-color 0.4s ease-in-out;
  color: black;
}
.main-button.in-container {
  border-style: groove;
  border-width: 1px;
  border-color: rgba(129, 129, 129, 0.3);
  width: 100%;
}
.main-button.in-container:hover {
  background-color: rgb(242, 212, 153) !important;
}
.main-button.in-container-detail {
  border-style: groove;
  border-width: 1px;
  border-color: rgba(129, 129, 129, 0.3);
  width: 100%;
}
.main-button.in-container-detail:hover {
  background-color: rgb(242, 212, 153) !important;
}
.main-button:hover {
  background-color: rgb(242, 212, 153);
}
.main-button:active:not(.disabled) {
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;
  margin: 1rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  padding: 5px 15px;
  text-align: left;
  border-bottom: 1px solid #999;
}
th.table-detail {
  width: 2rem;
}

td {
  padding: 5px 15px;
  text-align: left;
  border-bottom: 1px solid #999;
}

tr.tr-header:hover {
  background-color: transparent !important;
}
tr.tr-detail {
  font-size: 15px;
}
tr.tr-detail:hover {
  background-color: transparent !important;
}
tr.tr-href {
  cursor: pointer;
}
tr:hover {
  background-color: rgba(210, 210, 210, 0.462745098);
}

.price-list {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  padding: 5px 15px;
}
.price-list.title {
  font-family: "GowunBatang-Bold";
}

.price-left {
  white-space: nowrap;
  margin-left: 1rem;
}

.price-right {
  white-space: nowrap;
}

.price-dots {
  overflow: hidden;
  color: #999;
  letter-spacing: 5px;
  margin: 0 5px;
}
.price-dots:after {
  content: "..................................................................................................................................";
}

.container {
  padding: 0.5rem;
  border: #d0d0d0 1px solid;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  margin-bottom: 5rem;
}

address .fa-solid {
  margin: 0 10px;
}
address a {
  text-decoration: none;
}

.map {
  border-radius: 10px;
  border: 0px;
  width: 100%;
  height: 300px;
}

/* FOOTER */
.footer {
  font-size: 0.85rem;
  margin: 0rem;
  color: rgba(0, 0, 0, 0.4);
}
.footer a {
  color: rgba(116, 72, 0, 0.4);
  text-decoration: none;
}

.cookies {
  padding: 0.5rem;
  border: #d0d0d0 1px solid;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  border-top: 1px groove rgba(129, 129, 129, 0.3);
}
.cookies p {
  margin-bottom: 0.5rem;
}
.cookies a {
  color: rgba(116, 72, 0, 0.4);
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}
.cookies a:hover {
  color: rgb(228, 201, 148);
}
.cookies .cookies-button {
  font-size: 1rem;
  font-family: "GowunBatang-Regular", "sans-serif";
  background-color: rgb(228, 201, 148);
  border-radius: 10px;
  border-width: 1px;
  border-color: rgba(129, 129, 129, 0.3);
  border-style: groove;
  cursor: pointer;
  padding: 8px 16px;
  transition: background-color 0.4s ease-in-out;
  color: black;
}
.cookies .cookies-button:hover {
  background-color: rgb(242, 212, 153) !important;
}
.cookies .cookies-button.in-container {
  width: 100%;
}

/* MODAL */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.modal-content {
  padding: 0.5rem;
  border: #d0d0d0 1px solid;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  max-width: 80vw;
  max-height: 80vh;
  overflow-y: auto;
}
.modal-content a {
  text-decoration: underline;
  transition: color 0.4s ease-in-out;
}
.modal-content a:hover {
  color: rgba(116, 72, 0, 0.4);
}
.modal-content .modal-button {
  font-size: 1rem;
  font-family: "GowunBatang-Regular", "sans-serif";
  background-color: rgb(228, 201, 148);
  border-radius: 10px;
  border-width: 1px;
  border-color: rgba(129, 129, 129, 0.3);
  border-style: groove;
  cursor: pointer;
  padding: 8px 16px;
  transition: background-color 0.4s ease-in-out;
  color: black;
}
.modal-content .modal-button:hover {
  background-color: rgb(242, 212, 153) !important;
}
.modal-content .modal-button.in-container {
  width: 100%;
}

.modal-content label {
  display: block;
  margin: 1em 0;
  text-align: left;
}/*# sourceMappingURL=style.css.map */