@font-face {
	font-family: 'TT Norms Pro';
	src: url('../fonts/TTNormsPro-Rg.woff2') format('woff2'),
	url('../fonts/TTNormsPro-Rg.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.card-img-cont {
  background-color: #fff;
  border: 4px solid #dddddd;
  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;
}

p{
  font-family: 'TT Norms Pro';
}

.card-border-custom {
  width: 300px;
  border: 2px solid #dddddd !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('../../assets/img/13955665_5412197.jpg');
  z-index: 0;
  transition: all 0.3s;
  opacity: 0.3;
}

.card:hover.card-border-custom::before {
  filter: opacity(0.8);
  transition: all 0.3s;
}

.card:hover.card-border-custom {
  border: 2px solid #e6be82 !important;
  transition: all 0.3s;
}

.card:hover .card-img-cont {
  border: 4px solid #e6be82 !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;
}

.btn-booking {
  font-family: 'Cinzel';
  background: rgb(105,88,48);
  color: white;
}

h3 {
  font-family: 'Cinzel Bold';
}

h4 {
  font-family: 'Cinzel Bold';
}

h5 {
  font-family: 'Cinzel Bold';
}
h6 {
  font-family: 'Cinzel Bold';
}

h2 {
  font-family: 'Cinzel Bold';
}

h1 {
  font-family: 'Cinzel Bold';
}

.btn-booking:hover {
  text-shadow: 0px 3px 3px rgba(0,0,0,0.19);
  border: none;
  background: #dab091;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.26);
}

.item > a > img {
  z-index: -1;
  transition: transform 0.3s ease;
}

.item > a > img:hover {
  transform: scale(1.2);
}

a {
  color: #a17c4d;
}

a:hover {
  color: #695830;
}

.navbar-nav > li > a {
  font-family: 'Cinzel Bold';
}