body{
  background-color: #000000;
  color: #fff;
}

.background-header .navbar .navbar-brand img{
  height: 80px;
}

.gold-text {
  background: linear-gradient(90deg, #B9973E 0%, #EDCC6F 39%, #FAF290 50%, #EDCC6F 61%, #B9973E 100%);
  /* background-size: 200% 100%; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
  margin: auto;
  font-weight: 800;
}
.card-img-cont{
    background-color: #000000;
    border: 4px solid #393939;
    transition: all 0.3s;
    z-index: 1;
  }
  
  .card-btn-book{
    /* left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    padding: 0;
    padding: 0;
    overflow: hidden;
    border: none; */
  }
  
  .hidden-content{
    overflow: hidden;
    position: absolute;
    bottom: -100%;
    padding-right: 1rem;
    /* -webkit-transform: translateX(-50%); */
    -moz-transform: translateX(-50%);
    -moz-transform: translateY(-50%);
    /* transform: translateX(-50%); */
    height: 0;
  }
  
  .card-border-custom{
    border: 2px solid #393939 !important;
    height: 500px;
    /* background-image: url('../img/card-bg.png'); */
    /* background-size: cover; */
    /* filter: grayscale(1); */
    transition: all 0.3s;
  }
  
  .card-border-custom::before{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    filter: grayscale(100%);
    background-image: url('../images/shutterstock_24726458491.jpg');
    background-position: right;
    z-index: 0;
    transition: all 0.3s;
    /* opacity: 0.3; */
  }
  
  .card:hover.card-border-custom::before{
    filter: grayscale(0);
    transition: all 0.3s;
  }
  
  .card:hover.card-border-custom{
    border: 2px solid rgba(254, 230, 94, 0.7) !important;
    transition: all 0.3s;
  }
  .card:hover .card-img-cont{
    border: 4px solid rgba(254, 230, 94, 0.7) !important;
    transition: all 0.3s;
  }
  
  .card:hover .hidden-content{
    /* height:min-content;   */
    transition: all 0.3s;
    bottom: 0;
    height: unset;
  }
  
  .card:hover .card-img-cont{
    margin-top: -70px !important;
    transition: all 0.3s;
  }
  .card:hover .hidden-content{
    /* height: 178px; */
    transition: all 0.3s;
  }
  
  .card:hover .card-see-more{
    display: none;
  }

  .highlights-services .card-text{
    color: #fff;
  }
  

  
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}
.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #956d30;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}
.contact .info .open-hours, .contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .php-email-form {
  width: 100%;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #ffffff;
  border-color: #625b4b;
  color: rgb(0, 0, 0);
}
.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}
.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
  color: #a49b89;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #cda45e;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: rgb(254 230 94);
  border: 0;
  padding: 10px 35px;
  color: #000000;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #d3af71;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
