/*  HEADER */

.collapse ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  transition: color 0.5s;
  color: #FAF1E4;
  font-family: 'Poppins', sans-serif;


}

.collapse ul li .underline {
  height: 3px;
  background-color: transparent;
  width: 0%;
  transition: width 0.2s, background-color 0.5s;
  margin: 0 auto;
}

.collapse ul li.active-link a {

  color: #b78a2d;
}

.collapse ul li.active-link .underline {
  width: 100%;
  background-color: #b78a2d;
}

.collapse ul li:hover .underline {
  background-color: #b78a2d;
  width: 100%;

}

.collapse ul li:hover a {

  color: #b78a2d;
}


.collapse ul li:active a {
  transition: none;
}

.collapse ul li:active .underline {
  transition: none;
  background-color: #b78a2d;

}





::selection {
  background-color: tan;
  color: black;
}


.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;
}

.navbar {
  background-color: #1a1a1a;
}



.btn {
  -moz-user-select: none;
  background-image: none;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  margin-top: 2px;

}

.btn {
  border: 1px solid #b78a2d;
  background-color: #b78a2d;
  color: #FAF1E4 !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  font-family: 'Roboto', sans-serif;

}

.btn:hover {
  background-color: #b78a2d;

  border: 1px solid #b78a2d;
  color: #FAF1E4 !important;
  transition: 0.3s;
}





@media screen and (width: 1024px) {
  .navbar-nav {
    font-size: 16px;
  }
}






/*FOOTER*/


.footer-links #footer,
.footer-links a:focus,
.footer-links a:hover {
  color: #b78a2d;
  text-decoration: none;
  border-bottom: 2px solid #b78a2d;

}





.col-xs-6 a {
  text-decoration: none;
}

.copyright-text img {
  width: 20%;
}

@media screen and (max-width: 1300px) {
  .copyright-text img {
    width: 40%;
  }
}

#iframe {
  height: 62%;
  width: 100%;

}






#logo {
  text-align: right;
}

.footer {
  padding: 7em 0 0 0;
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.7);
}

.footer .logo a {
  justify-content: center !important;
  position: relative;
  text-decoration: none;
}

.footer .footer-widget h2,
.footer .footer-widget .h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Nunito", Arial, sans-serif;
}

.footer .footer-widget ul li {
  margin-bottom: 10px;
}

.footer .footer-widget ul li a {
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-widget ul li a span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-widget ul li a:hover {
  color: #b78a2d;
}

.footer .footer-widget ul li a:hover span {
  color: #b78a2d;
}

.footer .footer-widget .btn-primary {
  background: #fff !important;
  border: 2px solid #fff !important;
}

.footer .footer-widget .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff !important;
}

.footer .block-23 ul {
  padding: 0;
}

.footer .block-23 ul li {
  font-size: 15px;
}

.footer .block-23 ul li,
.footer .block-23 ul li>a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 15px;
}

.footer .block-23 ul li span {
  color: rgba(255, 255, 255, 0.7);
  color: #b78a2d;
}

.footer .block-23 ul li .icon,
.footer .block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.8) !important;
}

.footer .block-23 ul li .icon {
  width: 40px;
  font-size: 15px;
  padding-top: 2px;
  color: #b78a2d !important;
}

.footer .bg-darken {
  background: #151515 !important;
}

.footer-social li {
  list-style: none;
  margin: 0 5px 0 0;
  display: inline-block;
}

.footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  color: #b78a2d;
  border-radius: 2px;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
}

.footer-social li a span {
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b78a2d !important;
}

.footer-social li a:hover {
  color: #b78a2d;
}

/*BACKGROUND*/

#index-head {
  background: url(images/Photo-53.jpg) rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  height: 700px;
  color: white;
}




#title {
  font-family: 'Barlow', sans-serif;
  letter-spacing: 10px;
  color: #DFD7BF;
  margin-bottom: 0;
}


#caption {
  letter-spacing: 3px;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #FAF1E4;

}



#info {

  letter-spacing: 3px;

  line-height: 1;
}


/*ABOUT*/
.about {
  padding-top: 120px;

  background-color: #162626;
}

.section-padding h6 {
  color: #aa8453;
  font-size: 20px;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  color: #aa8453;
  position: relative;
  letter-spacing: 3px;
  margin-bottom: 0px;
}

.section-subtitle span {
  color: #aa8453;
}

.section-title {
  font-size: 45px;
  font-family: 'Libre Caslon Display', serif;
  font-weight: 500;
  color: #b78a2d;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.2em;
}

.section-title span {
  color: #aa8453;
}

.section-title.whte {
  color: #fff;
}

.sub-title {
  font-family: 'Outfit', sans-serif;
  color: #b78a2d;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 12px;
  letter-spacing: 3px;
  position: relative;
  padding-left: 15px;
}

.sub-title.whte {
  color: #fff;
}

.sub-title:before {
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #aa8453;
  border-radius: 50%;
}

.sub-title.border-bot-dark:before {
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  top: 45%;
}

.sub-title:before,
.sub-title:after {
  content: "";
  position: absolute;
  display: block;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub-title.border-bot-light {
  position: relative;
  border-bottom: 1px solid #aa8453;
  padding: 8px 0px 15px 15px;
  margin-bottom: 15px;
}

.sub-title.border-bot-light.light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sub-title.border-bot-dark {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 0px 15px 15px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 3px;
  font-size: 12px;
}

.sub-title.border-footer-light {
  position: relative;
  border-bottom: 1px solid #aa8453;
  padding: 8px 0px 15px 15px;
}

.col-md-9 p {
  font-family: 'Outfit', sans-serif;
  color: whitesmoke;

}

/* =======  About style  ======= */
.about-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

.image.about-manager {
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.about-name {
  font-family: 'Libre Caslon Display', serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  color: #1b1b1b;
}

.about-rol {
  color: #3b3b3b;
  line-height: 1.2em;
  font-size: 15px;
  font-weight: 400;
}

/*ChANGING IMAGES*/
.changing-img {
  height: 90vh;
  background-color: #162626;
  padding-top: 100px;

}

.changing-img .changing-img-image {
  background: url('images/Photo-36-1.jpg') rgba(0, 0, 0, .3) no-repeat 0 0 fixed;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  width: 90%;
  margin-bottom: 1rem;
}

.changing-img h2 {
  width: 100%;
  color: #B78A2D;
  font-family: "Aguafina Script", Sans-serif;
  letter-spacing: 2px;
}

.changing-img h1 {
  width: 100%;
  color: #B78A2D;

  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif;

}


.changing-img h2:nth-child(1) {
  margin-top: 1rem;
}

.changing-img h3 {
  font-family: 'Playfair Display', sans-serif;
  color: #ECDAC0;
}

.changing-img-image:nth-child(1) {
  height: 80%;
}



.changing-img-image:nth-child(3) {
  height: 80%;


}


/* ROOMS*/
.rooms1 {
  padding-top: 90px;
  padding-bottom: 20px;

  background-color: #162626;
}

.rooms1-single {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.rooms1-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.rooms1-img img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}

.rooms1-single:hover .rooms1-img img {
  transform: scale(1.05);
}

@media screen and (min-width: 1000px) {
  .rooms1-content {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px;
    margin-top: -60px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
    visibility: visible;
    opacity: 0;
  }
}

@media screen and (max-width: 1000px) {
  .rooms1-content {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 10px;

    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
    visibility: visible;
    opacity: 0;
  }
}


.rooms1-single .rooms1-content.active,
.owl-item.active .rooms1-single .rooms1-content {
  visibility: visible;
  opacity: 1;
}

.rooms1-tagline {
  font-size: 15px;
  color: #3b3b3b;
  margin-bottom: 0;
  transition: all 500ms ease;
  font-family: 'Outfit', sans-serif;
}

.rooms1-title {
  font-family: 'Libre Caslon Display', serif;
  font-size: 27px;
  color: #1b1b1b;
  font-weight: 400;
  line-height: 1.2em;
}

/* book */
.rooms1-content .book {
  text-align: -webkit-center;
  margin-top: 3px;
}

.rooms1-content .book .butn-dark2 {
  margin: 0
}

.rooms1-content .book>div {
  display: table-cell;
  vertical-align: middle;
}

.rooms1-content .book>div:nth-child(2) {
  padding-left: 36px;
  padding-right: 0;
  font-size: 15px;
  line-height: 1.2em;
}

.rooms1-content .book>div>span {
  display: block;
  margin-bottom: 0;
  font-size: 15px;
}

.butn-dark2 {
  position: relative;
  line-height: 1.2em;
  font-weight: 300;
  background: #b78a2d;
  color: #fff;
  padding: 16px 24px;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.butn-dark2:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #1b1b1b;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.butn-dark2 span {
  position: relative;
  z-index: 2;
}

.butn-dark2:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.butn-dark2:hover span {
  color: #fff;
}

span,
#span,
#span:hover {
  display: inline-block;
  text-decoration: none;
}

/*FACILITIES*/


.amenities {
  background-color: #162626;
  padding-top: 120px;
  padding-bottom: 90px;

}

.amenities .item {
  position: relative;
  padding: 45px 30px;
  margin-bottom: 30px;
  background: #fff;
}

.amenities .item:hover .number {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  border-radius: 0 0 0 50px
}

.amenities .item .number {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  text-align: center;
  background-color: #aa8453;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  transition: all .5s;
}

.card-title {
  font-family: "Bellefair", serif;
}

/*GALLERY*/
.gallery {
  background-color: white;
  padding-top: 120px;
  padding-bottom: 120px;

}


.gallery {
  padding-top: 60px;
}

.gallery .titlepage {
  text-align: center;
}

.gallery .gallery_img {
  overflow: hidden;
  margin-bottom: 30px;
}

.gallery .gallery_img figure {
  margin: 0;
}

.gallery .gallery_img figure img {
  width: 100%;
  transition: all .5s;
}

.gallery .gallery_img figure img:hover {
  transform: scale(1.2);
}

/*REVIEWS*/
.reviews {
  background-color: #162626;

  padding-top: 100px;
  padding-bottom: 120px;

}

.testimonial {
  margin: 0 20px 40px;
}

.testimonial .testimonial-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: #fff;
  position: relative;
}

.testimonial .testimonial-content:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  border-top: 15px solid #718076;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.testimonial .testimonial-content:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  border-top: 15px solid #718076;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #b78a2d;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}

.testimonial-content .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #b78a2d;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}

.testimonial .description {
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}

.testimonial .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #b78a2d;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #b78a2d;
}

/*ANIMATIONS*/
:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}


@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.50deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}


[data-animation] {
  opacity: 0;
  animation-timing-function: var(--animation-timing-function);
  animation-fill-mode: both;
  animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}


.animations-disabled {

  &,
  [data-animation] {
    animation: none !important;
    opacity: 1 !important;
  }
}

.slideInUp {
  animation-name: slideInUp;
}

.slideInDown {
  animation-name: slideInDown;
}

.slideInLeft {
  animation-name: slideInleft;
}

.slideInRight {
  animation-name: slideInRight;
}


.fadeIn {
  animation-name: fadeIn;
}


.zoomIn {
  animation-name: zoomIn;
}

.zoomReverseIn {
  animation-name: zoomReverseIn;
}


.flipInY {
  animation-name: flipInY;
}

.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}



/*************************************************************** GALLERY **************************************************/

img.zoom {
  width: 100%;
  height: 40vh;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.transition {

  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}



/*BACKGROUND*/

#gallery-head {
  background: url(images/Photo-33.jpg) rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-blend-mode: multiply;
  height: 700px;
  color: white;
}


/*************************************************************** CONTACT **************************************************/

/*BACKGROUND*/

#contact-head {
  background: url(images/Photo-31.jpg) rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  height: 700px;
  color: white;
}


/*CARDS*/
.contacts {
  padding: 60px 0 30px 0;
  padding-top: 90px;
}


.contacts p {
  color: black;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
}

.contacts .info {
  text-align: center;
  background-color: transparent;
  margin-bottom: 30px;
}



.contacts .info .cont {
  padding: 33px 0;
}

.contacts .info .cont h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #b78a2d;
  margin: auto;
}



/*************************************************************** ABOUT US **************************************************/

/*BACKGROUND*/

#about-head {
  background: url(images/Photo-7.jpg) rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  height: 700px;
  color: white;
}




.facilities {
  background-color: #162626;
  padding-top: 120px;
  padding-bottom: 90px;

}



.ftco-section {
  padding: 8em 0;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 575.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}

.services {
  width: 100%;
  background: tan;
  padding: 30px 20px;
  border-radius: 50% 50% 50% 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1199.98px) {
  .services {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .services {
    border-radius: 2px;
    margin-bottom: 10px;
  }
}

.services .icon {
  margin-bottom: 8px;
}

.services .icon span {
  font-size: 70px;
  line-height: 1.2;
  color: #fff;
}

.services .text {
  width: 100%;
}

.services .text h2,
.text .services .text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  font-family: "Nunito", sans-serif;
}

.services .text p {
  font-weight: 400;
  margin-bottom: 2px;
  font-family: "Nunito", sans-serif;
}

.services:hover {
  background: #b78a2d;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
}

.services:hover .icon span {
  color: #fff;
}

.services:hover .text h2,
.services:hover .text {
  color: #fff;
}




/*************************************************************** ROOMS **************************************************/

/*BACKGROUND*/

#rooms-head {
  background: url(images/Photo-38.jpg) rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  height: 700px;
  color: white;
}