@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300&family=Open+Sans:ital,wght@0,200;0,300;0,400;0,600;1,300;1,400&family=Montserrat:ital,wght@0,400;1,200&display=swap");

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  /* background-color: #f9f9f9; */
  /* background-color: #f6e9e4; */
  margin: 0;
  color: #111;
}
.h-100px {
  height: 100px;
}
.bg-yellow {
  background-color: #fde8dd;
}
.bg-gray-card {
  background-color: #dedee0;
}
.bg-gray-0-card {
  background-color: #efefef;
}
.bg-black {
  background-color: rgb(0, 0, 0, 0.9);
}
.font_09em {
  font-size: 0.9em;
}
.font_1em {
  font-size: 1em;
}
.font_1_2_em {
  font-size: 1.2em;
  /* color: #fff; */
}
.font_2em {
  font-size: 2em;
}
.font_3em {
  font-size: 3em !important;
}
.font_4em {
  font-size: 4em !important;
}
.font_5em {
  font-size: 5em !important;
}
.top-menu {
  background-color: #ededed;
  padding: 8px 16px;
  font-size: 0.85em;
  z-index: 100;
}
.flex-center {
  display: flex;
  justify-content: center; /* Centers items horizontally */
  align-items: center;
}
.top-menu a i {
  font-size: 1.25em;
}
.flex-item {
  margin: 0 24px 0 0;
}
.flex-last-item {
  margin-left: auto; /* Push this item to the right */
}
.top-menu a {
  color: #666 !important;
}
.top-menu-button {
  background-color: #000;
  color: #fff !important;
  font-size: 0.9em;
  border: 0px;
  border-radius: 0%;
}

.footer-menu-button {
  color: #fff !important;
  font-size: 0.9em;
  border: 0px;
  border-radius: 0%;
}

#header_area,
#header_area_m {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
}

/* #header_area a {
  color: #fff;
} */

/* .menu-sticky a,
.menu-sticky #nav-bar-icon,
#header_area_m #nav-bar-icon {
  color: #111 !important;
} */
.menu-sticky {
  background-color: rgb(255, 255, 255, 1);
  animation: fadeIn 0.75s;
  border-bottom: 1px solid #eee;
  position: fixed !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

#nav-bar-icon {
  color: #000 !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.top-area,
.top-area .d-flex {
  height: 680px;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
  /* font-weight:bold; */
}

.circular-button {
  display: inline-block;
  padding: 10px 15px; /* Adjust padding as needed */
  text-decoration: none;
  border-radius: 50%; /* This property makes the element round */
  background-color: #db9e34; /* Background color of the button */
  color: #ffffff; /* Text color of the button */
  border: 10px solid rgb(255, 255, 255, 0.2); /* Border color and width */
}
#header-noindex {
  background-color: #ffffff;
  height: 110px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.modal-content {
  border: none;
  border-radius: 0px;
  color: #000;
}

.modal-content-nobg {
  color: #fff;
  background-color: rgb(0, 0, 0, 0);
}

.modal-content-nobg button.close {
  color: #fff;
}
.modal-content button.close {
  color: #000;
}
.modal-dialog {
  margin-top: 5rem;
}
.menu_active {
  font-weight: bold;
}
.btn {
  border-radius: 0px;
}

.btn-round {
  border: 1px solid #181818;
  border-radius: 20px;
  transition: 0.5s;
}
.btn-round:hover {
  border: 1px solid #181818;
  border-radius: 20px;
  background-color: #ffffff;
}
.btn-warning {
  border-radius: 0 !important;
}
#blogindex {
  background: url(../../images/bg-02.jpg) no-repeat center center; /*fixed*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 600px;
  padding-bottom: 40px;
}
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #cc9933;
}
#mainindex {
  padding-top: 40px;
  padding-bottom: 80px;
}
#mainpage {
  padding-top: 20px;
  padding-bottom: 80px;
}
.card {
  background: none;
  min-height: 350px;
  padding: 2px 2px 10px 2px;
  border: 0px;
  margin-top: 20px;
  border-radius: 0px;
}
.card-service {
  background-color: #f5eae1;
  min-height: 320px;
  padding: 2px 2px 10px 2px;
  border: 0px;
  margin-top: 20px;
  border-radius: 20px;
}

.card .title,
.card-service .title {
  font-size: 1.2em;
  color: #111111;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}
.card-title {
  font-size: 1.1em;
}

.card .detail,
.card-service .detail,
.blogs .detail {
  font-size: 1em;
  color: #111111;
  padding: 10px;
  text-align: center;
}
.card-service2 {
  background-color: #f5eae1;
  min-height: 20px;
  padding: 2px 2px 10px 2px;
  border: 0px;
  margin-top: 20px;
  border-radius: 20px;
}
.bg-color {
  background-color: #fff !important;
}

.bg-review-color {
  background-color: rgb(250, 250, 250, 1);
}
.card-service2 .title {
  font-size: 1.5em;
  color: #fff;
  text-align: left;
  padding-top: 10px;
  font-weight: bold;
  padding-bottom: 10px;
}

.blogs {
  min-height: 255px;
  padding: 0px 0px 10px 0px;
  border: 0px;
  margin-top: 20px;
}

.radius-20 {
  border-radius: 20px;
}
#blogindex .title,
#mainpage .headtitle,
.headtitle {
  font-size: 2em;
  font-weight: 200px;
  font-family: Kalam;
  line-height: 1.5em;
}

#contentHeader {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 30px 60px;
}
#mainpage .headtitle,
#contentHeader p,
#contentHeader .headtitle {
  color: #000;
}

#blogindex .title,
#mainpage .headrelate {
  font-size: 2em;
  font-weight: 200px;
  padding-top: 0px;
  font-family: Kalam;
}

#blogindex .title:after,
#mainpage .headtitle:after,
#mainpage .headrelate:after {
  content: "";
  display: block;
  height: 0.5em;
  vertical-align: bottom;
  width: 50px;
  margin-right: -100%;
  margin-left: 5px;
  border-top: 3px solid black;
}
#blogindex .card {
  background-color: #ffffff;
  min-height: 400px;
  padding: 2px 2px 10px 2px;
  border: 0px;
  margin-top: 20px;
  border-radius: 0px;
}

#blogindex .card .title {
  font-size: 1.2em;
  color: #111111;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}

#blogindex .card .detail {
  font-size: 1em;
  color: #111111;
  padding: 10px;
  text-align: center;
}

.blogs .title-blog {
  font-size: 1.2em;
  color: #111;
  text-align: center;
  /*   padding-top: 10px; */
  font-weight: bold;
  padding-bottom: 10px;
  padding: 10px 10px 10px 10px;
}

.zooms {
  transition: transform 0.3s ease; /* Smooth zoom transition */
}
.zoom:hover {
  transform: scale(1.2); /* Zoom to 120% */
}

#footer {
  background-color: rgba(0, 0, 0, 1);
  /* background-color: #fde8dd; */
  min-height: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  border: 1px solid #f9f9f9;
}
#footer a {
  color: #fff;
}
.menu {
  text-shadow: 1px 1px 0px #fff;
  font-size: 18px;
}
.menu_native {
  position: absolute;
  top: 10px;
  left: 20px;
}

.gallery .items {
  padding-top: 20px;
}
/* Menu native */
/* #nav-bar-icon{
	display:none;
	
} */
/* .menu_native{
	position:absolute;
	top:0px;
	left:10px;
} */

#main {
  transition: margin-left 0.5s;
  padding: 16px;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav #submenu {
  display: none;
}
.sidenav #submenu li a:link {
  font-size: 16px;
  padding-left: 10px;
}
ul {
  list-style-type: none;
}
.line_under_menu {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.slider-review .box-review {
  border-radius: 20px;
  padding: 20px;
  min-width: 300px;
  margin: auto;
  font-size: 16px;
}
.slide-top {
  padding-top: 100px;
}
.slick-slide img {
  display: inline;
}

/* pagina */

.page-link {
  position: relative;
  display: block;
  padding: 0.4rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #181818 !important;
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 50% !important;
  margin-left: 10px;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #efefef;
  border-color: #efefef;
}

.page-item.active .page-link {
  z-index: 1;
  color: #181818;
  background-color: #f6e9e1;
  border-color: #f6e9e1;
  font-weight: bold;
}

.page-link:focus,
.page-link:hover {
  color: #181818;
  text-decoration: none;
  background-color: #f6e9e1;
  border-color: #f6e9e1;
}
.clear_10 {
  padding-top: 20px;
}
.body_bg {
  background-color: #f6e9e1;
}
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #000000;
}
/* align glyph */
.left-addon .fa {
  left: 0px;
}
.right-addon .fa {
  right: 0px;
}

/* add padding  */
.left-addon input,
.left-addon button {
  padding-left: 35px;
}
.right-addon input,
.left-addon button {
  padding-right: 30px;
}

/* slick dots*/
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;

  li {
    margin: 0 0.25rem;
  }

  button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;

    border: none;
    border-radius: 100%;
    background-color: blue;

    text-indent: -9999px;
  }

  li.slick-active button {
    background-color: red;
  }
}

.item-booking {
  padding: 20px;
  background-color: #f6e9e1;
  border-radius: 20px;
  margin-top: 10px;
}
.img-fluid {
  width: 100%;
  height: auto;
}
.space {
  height: 40px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #111;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover,
.offcanvas a:focus {
  color: #a1783b;
}
.card-hover {
  min-height: 336px;
  background-color: #fff;
}
.card-hover:hover {
  margin-top: -10px;
  transition: 0.5s ease-in-out;
  /* background-color: rgb(250, 250, 250, 1); */
  background-color: #fde8dd;
}

#myVideo {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Menu native */

/* Image thumbnail */
.image-container {
  width: 100%; /* Set the width of the container */
  height: 200px; /* Set the height of the container */
  overflow: hidden; /* Ensure no overflow */
}

.image-container img {
  width: 100%; /* Ensure the image covers the container */
  height: 100%;
  object-fit: cover; /* Maintain aspect ratio and fill container */
  object-position: center center; /* Center the image */
}

.accordion-header {
  cursor: pointer;
}
.accordion-header .arrow {
  transition: transform 0.3s ease;
}
.accordion-header .collapsed .arrow {
  transform: rotate(180deg);
}
/* Spa Item */
.item-title,
.item-price {
  font-size: 1.25em;
}
.color-green-blue {
  color: #499092;
}
.item-line {
  border-color: #b3b3b3;
  color: #b3b3b3;
  flex-grow: 1;
  margin: 0 8px;
  border-bottom: 1px solid #b3b3b3;
}

.btn-info {
  background-color: #499092;
}
.btn-spa-position {
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-item-spa {
  padding: 50px 0px 50px 0px;
}
.bg-item-spa {
  background-color: #f0eee8;
}
.bg-item-spa-bg-2 {
  background-image: url("../img/bg-2.png");
  background-color: #f0eee8;
  background-repeat: no-repeat;
  background-position: right 100px bottom -20px;
  background-size: 400px;
}
.bg-item-spa-bg-1 {
  background-image: url("../img/bg-1.png");
  background-color: #f0eee8;
  background-repeat: no-repeat;
  background-position: left 100px bottom -40px;
  background-size: 400px;
}

@media (min-width: 0px) and (max-width: 360px) {
  .slide-top {
    padding-top: 40px;
  }
  header {
    height: auto;
  }
  #blogindex {
    height: auto;
  }
  .pull-right {
    float: left;
  }
}
/*Mobile*/
@media (min-width: 361px) and (max-width: 480px) {
  .slide-top {
    padding-top: 40px;
  }
  /* header {
    height: auto;
  } */

  #blogindex {
    height: auto;
  }
  .pull-right {
    float: left;
  }
  .headtitle {
    font-size: 1.25em;
  }
  .bg-item-spa-bg-1 {
    background-position: left 0px bottom -40px;
  }
  .bg-item-spa-bg-2 {
    background-position: right 0px bottom -20px;
  }
}

@media (min-width: 481px) and (max-width: 769px) {
  .slide-top {
    padding-top: 40px;
  }
  header {
    height: auto;
  }

  #blogindex {
    height: auto;
  }
  .pull-right {
    float: left;
  }
  .headtitle {
    font-size: 1.5em;
  }
}

@media (max-width: 992px) {
}

@media (min-width: 481px) and (max-width: 992px) {
}

@media (min-width: 993px) and (max-width: 1440px) {
}

@media (min-width: 1441px) and (max-width: 1900px) {
}
