.header {
  background-color: white;
}

.de-flex-col li {
  font-size: 1rem;
  text-transform: uppercase;
  color: #143d66 !important;
}

.btn-main {
  width: 130px;
  height: 50px;
  padding: 20px 20px !important;
  font-size: 16px !important;
  text-align: center !important;
  border-radius: 12px !important;
  color: #143d66 !important;
  background-color: #b3d9e9 !important;
}

.d-text {
  background-color: #daecf5 !important;
}

.d-overlay {
  width: 120%;
}

.de-overlay p {
  text-transform: none !important;
}

.info-box_text a {
  color: black;
  font-weight: 200;
}

.jarallax {
  background-color: #92d5e6;
  color: white;
}

.jarallax h2 {
  color: black;
}

.opening1 {
  margin-top: 3%;
  text-align: justify;
}

.opening2 {
  text-align: justify;
}

.opening3 {
  text-align: justify;
}

.de-room {
  color: #143d66 !important;
  text-align: justify;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.de-room h3 {
  color: #143d66;
}

.our-welcome h2,
p {
  text-transform: none !important;
}

.de-room,
.d-label,
.d-meta-1,
.d-meta-2 {
  color: #143d66 !important;
  text-align: justify;
}

.btn-line {
  background-color: #143d66;
}

.info-box p {
  color: black;
}

.info-box_title {
  color: black;
}

.our-welcome {
  color: black;
  text-align: center;
}

.our-welcome h2 {
  color: black;
}

.our-hotel {
  text-align: center;
}

.our-hotel h2 {
  color: black;
}

.our-hotel h3 {
  color: black;
}

.our-hotel p {
  color: black;
}

.our-hotel i {
  color: black;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Century Gothic";
  text-transform: capitalize;
  transition: all 0.2s cubic-bezier(0.34, 1.12, 0.68, 1.31);
}

.gallery {
  min-height: 100vh;

  padding-bottom: 80px;
}

.gallery .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
  list-style: none;
}

.section,
.foto {
  background-color: #daecf5;
}

.gallery .controls .buttons {
  height: 60px;
  width: 200px;
  background: #fff;
  color: #666;
  font-size: 0.9rem;
  line-height: 25px;
  cursor: pointer;
  margin: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  padding-top: 10px;
}

.gallery .controls .buttons.active {
  background: #143d66;
  color: #daecf5;
}

.gallery .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery .image-container .image {
  height: 150px;
  width: 250px;
  overflow: hidden;
  border: 5px solid #fff;

  margin: 10px;
}

.gallery .image-container .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery .image-container .image:hover img {
  transform: scale(1.4);
}
