div.dt-scroll-body {
  border-bottom-color: var(--bs-border-color);
  border-bottom-width: var(--bs-border-width);
  border-bottom-style: none !important;
}

div.dt-container div.dt-length {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 20px !important;
}

div.dt-container div.dt-search {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 20px !important;
}

div.dt-container div.dt-info {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 20px !important;
}

div.dt-container div.dt-paging {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  margin-right: 20px !important;
}

.bg-confirm {
  background: rgb(227 255 248) !important;
}

.booking-confirm {
  background: rgb(243 243 243) !important;
}

.booking-paid {
  background: rgb(227 255 248) !important;
}

.booking-cancel {
  background: rgb(255 233 233) !important;
}

.booking-complete {
  background: rgb(234, 247, 255) !important;
}

.c-gradient {
  position: relative;
  background-image: linear-gradient(
    to right,
    rgb(21, 173, 181),
    rgb(255, 156, 71)
  );
  z-index: 1;
}

.c-gradient::before {
  position: absolute;
  border-radius: 100px;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to bottom,
    rgb(21, 173, 181),
    rgb(255, 156, 71)
  );
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}

.c-gradient:hover::before {
  opacity: 1;
}

.c-btn-primary {
  border: none;
  border-radius: 100px;
  box-shadow: none;
  font-size: 16px;
  color: #fff;
  padding: 10px 25px 10px 25px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 1;
  transition: 0.3s;
}
.c-btn-primary:hover {
  color: #fff;
  text-decoration: none;
}

.c-menu-item {
  border: none;
  border-radius: 100px;
  box-shadow: none;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px 10px 20px;
  margin-left: 5px;
  margin-right: 5px;
  transition: 0.3s;
}

.c-menu-item-active {
  color: #f5dab4;
}

.c-menu-item:hover {
  background-color: #B19061;
  color: #fff;
  text-decoration: none;
}

.overlay-1{
  display: grid;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  background: #0000009a;
}
.overlay-1 .text-info{
  font-size: 20px;
  font-weight: 600;
  color: #fff !important;
  
  place-self: center;
}

.header-custom{
  margin: 0 !important;
  height: 250px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.content-100{
  margin-top: -200px !important;
}

.card-grey{
  background-color: #f3f3f3;
}

.card-8 {
  border-radius: 8px;
}
.card-16{
  border-radius: 16px;
}
.btn-h-50 {
  height: 50px;
}
.btn-h-40 {
  height: 40px;
}
.btn-h-45 {
  height: 45px;
}

.border-dash{
  border-color: rgb(226 232 240);
  border-style: dashed;
  border-width: 1px;
  width: 100%;
}

.paid-stamp-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .1;
  z-index: 0;
}
.paid-stamp {
  background: #B19061;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: 100px;
  right: 50px;
  font-size: 80px;
  transform: rotate(-20deg);
}
.c-link-secondary{
  color: #fcbc84 !important;
}

.c-link-secondary:hover{
  color: #7a593c !important;
  text-decoration: none;
}

.table-contact td{
  vertical-align: top;
}

.title-video{
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: bolder;
  color: #fcbc84 !important;
}

.title-page{
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bolder;
  color: #B19061 !important;
  text-align: center;
  line-height: normal;
}

.title-page-2{
  color: #edcd9f !important;
}

@media (max-width: 576px) {
  .title-video{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: bolder;
    color: #fcbc84 !important;
  }
  
  .title-page{
    font-size: 24px;
  }
}

.button-video {
  font-size: 20px;
  font-weight: 600;
  background: #B19061;
  border: none;
  border-radius: 100px;
  box-shadow: none;
  color: #fff;
  padding: 20px 40px 20px 40px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 1;
  transition: 0.3s;
}
.area-button-top{
  height:150px
}
.area-button{
  height:100px;
}
@media (max-width: 576px) {
  .button-video {
    font-size: 16px;
  }
}

@media (max-height: 720px) {
  .area-button-top{
    height:100px;
  }
  .area-button{
    height:30px;
  }
}

.button-video:hover {
  box-shadow: 0px 0px 10px 10px #b1906183;
  color: #fff;
  text-decoration: none;
  background: #cfa973;
}

.custom-pattern-gallery {
	background:
		  radial-gradient(50% 50% at 100% 0,#F1F5F9 0%  5% ,#f4efe7 6%  15%,#F1F5F9 16% 25%,#f4efe7 26% 35%,#F1F5F9 36% 45%,
		   #f4efe7 46% 55%,#F1F5F9 56% 65%,#f4efe7 66% 75%,#F1F5F9 76% 85%,#f4efe7 86% 95%,
		   #0000 96%),
		  radial-gradient(50% 50% at 0 100%,#F1F5F9 0%  5% ,#f4efe7 6%  15%,#F1F5F9 16% 25%,#f4efe7 26% 35%,#F1F5F9 36% 45%,
		   #f4efe7 46% 55%,#F1F5F9 56% 65%,#f4efe7 66% 75%,#F1F5F9 76% 85%,#f4efe7 86% 95%,
		   #0000 96%),
		  radial-gradient(50% 50%,#F1F5F9 0%  5% ,#f4efe7 6%  15%,#F1F5F9 16% 25%,#f4efe7 26% 35%,#F1F5F9 36% 45%,
		   #f4efe7 46% 55%,#F1F5F9 56% 65%,#f4efe7 66% 75%,#F1F5F9 76% 85%,#f4efe7 86% 95%,
		   #0000 96%),
		  radial-gradient(50% 50%,#F1F5F9 0%  5% ,#f4efe7 6%  15%,#F1F5F9 16% 25%,#f4efe7 26% 35%,#F1F5F9 36% 45%,
		   #f4efe7 46% 55%,#F1F5F9 56% 65%,#f4efe7 66% 75%,#F1F5F9 76% 85%,#f4efe7 86% 95%,
		   #0000 96%) 57px 57px;
	background-size: 114px 114px;
	background-color: #F1F5F9;
}

/* CUSTOM NAVBAR */
.c-navbar{
  background: rgb(177,144,97);
  background: linear-gradient(0deg, rgba(177,144,97,0) 0%, rgba(148,116,69,1) 100%); border: none; height: 100px;
}
.c-navbar-logo{
  position: fixed; top: 0px;
}

.c-navbar-logo img{
  object-fit: contain;
}

.c-footer{
  background: #40321e; border:none; color: #fff;
}
/* ENDD CUSTOM NAVBAR */

/* CUSTOM VIDEO */
.home-background{
  z-index: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -100px;
  height: 100vh
}

.home-background-video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-background-video-overlay{
  top: 0;
  position: absolute;
  background: #0000007d;
  width: 100%;
  height: 100%;
}

.video-logo{
  position: absolute; 
  top: 0px; 
  left: 0; 
  right: 0;
  bottom: 0;
}
.video-logo-img{
  object-fit: contain;
}
/* END CUSTOM VIDEO */

.our-gallery{
  margin-top: -50px;
  background: transparent;
  background: linear-gradient(0deg, #f1f5f9 0%, #f1f5f900 100%);
  height: 50px;
}

.our-gallery-top{
  margin-bottom: -50px;
  background: transparent;
  background: linear-gradient(180deg, #f1f5f9 0%, #f1f5f900 100%);
  height: 50px;
  z-index: 2;
}

.our-gallery-footer{
  margin-top: -50px;
  background: transparent;
  background: linear-gradient(0deg, #f1f5f9 0%, #f1f5f900 100%);
  height: 50px;
}

.gallery-background{
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  margin-top: 0px;
  position: fixed;
  left:0;
  right:0;
  top:0;
  z-index: -1;
}

.gallery-background-verlay{
  background: #000000a1;
  width: 100%;
  height: 100%;
}

.blur-background{
  backdrop-filter: blur(20px) !important;
  background: #ffffff42 !important;
  border: none;
}

.c-page-body{
  margin-top: 400px; margin-bottom: 80px
}

@media (max-width: 576px) {
  .c-page-body{
    margin-top: 50px; margin-bottom: 80px
  }
}

.list-group-item.active{
  border-left-color: #40321e;
}