@import url(https://fonts.googleapis.com/css2?family=Arizonia&family=Chonburi&family=Kanit:wght@300;400;600&family=Pattaya&display=swap);
.text-bold {
  font-weight: bold;
}

.text-blue {
  color: #02019b;
}

.text-orange {
  color: #f65801 !important;
}

.text-red {
  color: red !important;
}

.text-green {
  color: #00CC00 !important;
}

.text-brown {
  color: #968048 !important;
}

.text-dark-brown {
  color: #43340F !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-light-blue {
  background-color: #9AB7F1 !important;
}

.bg-light-blue-2 {
  background-color: #5a7fd0 !important;
}

.bg-dark-blue {
  background-color: #364588 !important;
}

.bg-black {
  background-color: black !important;
}

.bg-brown {
  background-color: #968048 !important;
}

a.link-danger {
  color: #dc3545 !important;
  text-decoration: none;
}

p {
  margin: 0;
}

hr {
  border-bottom: 1.5px solid #968048;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.list-style-none {
  list-style: none;
}

/* This element defines the size the iframe will take.
   In this example we want to have a ratio of 25:14 */
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* The height of the item will now be 56.25% of the width. */
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.orange-header-highlight {
  font-weight: bold;
  font-size: 36px;
  font-family: pslxdisplaybold;
  color: #f65801;
}

.text-16 {
  font-size: 16px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-12 {
  font-size: 12px !important;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
body#admin-panel {
  font-family: "Kanit";
  font-size: 14px;
  font-weight: 300;
}
body#admin-panel .sidebar {
  padding-top: 0;
}
@media (min-width: 768px) {
  body#admin-panel .sidebar {
    padding-top: 48px;
  }
}
body#admin-panel .gallery-image {
  max-width: 300px;
}

main#login-page {
  min-height: 100vh;
}
main#login-page .login {
  width: 100%;
  max-width: 400px;
}

body {
  font-family: "Kanit";
  font-size: 18px;
  font-weight: 400;
}

hr.short-break {
  width: 62px;
  height: 4px;
  background-color: #968048;
  opacity: 1;
}

.btn-brown {
  background-color: #968048;
  color: #ffffff;
  font-family: Times;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-brown:active, .btn-brown:focus, .btn-brown:hover {
  color: #ffffff;
}

.brand-main {
  font-family: Pattaya;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-align: center;
}

.brand-sub {
  font-family: Times;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
header .contact a {
  color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-size: 16px;
}
header .contact a:active, header .contact a:focus, header .contact a:hover {
  color: #ffffff;
  text-decoration: none;
}
header .navbar {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
header .navbar .navbar-nav .nav-link {
  font-family: Times;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 4px 32px;
  color: #968048;
  font-weight: 400;
}
header .navbar .navbar-nav .nav-link.active {
  color: #ffffff;
  background-color: #968048;
}
header .navbar .btn-reserve {
  font-family: Times;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0em;
  color: #968048;
  border: 2px solid #968048;
  border-radius: 5px;
}

section#intro {
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.2);
  height: 600px;
  display: flex;
  padding-top: 140px;
}
section#intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(164, 164, 164, 0.95);
  mix-blend-mode: multiply;
}
section#intro h1 {
  font-family: Arizonia;
  font-size: 80px;
  line-height: 0.8em;
  color: #ffffff;
  margin: auto;
  z-index: 1;
}
@media (min-width: 576px) {
  section#intro {
    height: 750px;
  }
  section#intro h1 {
    font-size: 120px;
  }
}

section#welcome {
  background-position: 240px -100px;
  background-repeat: no-repeat;
}
section#welcome img {
  box-shadow: 5px 4px 12px rgba(0, 0, 0, 0.14);
}
section#welcome img.welcome-image-2 {
  position: absolute;
  left: 150px;
  top: 200px;
}
section#welcome .images {
  min-height: 400px;
}
section#welcome h3 {
  font-size: 20px;
  font-weight: 300;
}
section#welcome h1 {
  font-family: Chonburi;
  font-size: 35px;
}
section#welcome p {
  font-weight: 300;
}

section#features {
  background-repeat: no-repeat;
  background-size: cover;
}
section#features .feature-wrapper {
  background-color: #968048;
  padding: 60px 40px;
}
section#features h1 {
  font-family: Kanit;
  font-size: 41px;
  color: #43340F;
  font-weight: 600;
}
section#features .icon {
  flex-basis: 80px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}
section#features .text {
  flex: 1;
}

section#galleries {
  padding: 40px 0 50px;
}
section#galleries h1 {
  font-family: Times;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
}
section#galleries .gallery-grids {
  display: grid;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
  grid-template-columns: 1.8fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
section#galleries .gallery-grids .grid-item {
  background-color: #fff;
}
section#galleries .gallery-grids .grid-item img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}
section#galleries .gallery-grids .grid-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1/span 2;
}
section#galleries .gallery-grids .grid-item:nth-child(2) {
  grid-column: 2/span 2;
  grid-row: 1;
}
@media (min-width: 992px) {
  section#galleries .gallery-grids {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}

#contact-page section#map {
  padding-top: 124px;
}
#contact-page section#map .map-frame {
  width: 100%;
  height: 800px;
  position: relative;
}

#gallery-page section#gallery {
  padding-top: 140px;
  padding-bottom: 50px;
}
#gallery-page section#gallery .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
@media (min-width: 992px) {
  #gallery-page section#gallery .card-img-top {
    height: 400px;
  }
}

#room-page {
  padding-top: 140px;
  padding-bottom: 50px;
}
#room-page section#rooms .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
@media (min-width: 992px) {
  #room-page section#rooms .card-img-top {
    height: 400px;
  }
}

footer .contact {
  padding: 40px 0;
  background-color: #a78f50;
}
footer .contact .contact-us-header {
  font-family: Times;
  font-size: 35px;
  font-weight: 700;
}
footer .contact .social-media a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  border-radius: 50%;
  background-color: #968048;
}
footer .contact .social-media a img {
  margin: auto;
}
footer .contact .social-media a:not(:last-child) {
  margin-right: 12px;
}
footer .copyright {
  font-family: Times;
  font-size: 20px;
  background-color: #968048;
}
