body {
  background-color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #73726c;
}

.btn,
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus", sans-serif;
  line-height: 1em;
  margin: 0;
}
h1 {
  font-size: 5em;
}
h1.title,
h2 {
  font-size: 2em;
  line-height: 1.2;
}
h3 {
  font-size: 1.5em;
  margin-bottom: 0.7em;
}
h4 {
  font-size: 1.25em;
  margin-bottom: 0.75em;
}
p {
  margin-bottom: 1em;
  line-height: 1.5em;
}

.btn {
  border: none !important;
  border-radius: 0;
  padding: 20px 30px;
  font-family: "Jost", sans-serif;
  border-radius: 10px;
}
.btn-default {
  background: #671907;
  box-shadow: none !important;
  color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  box-shadow: none !important;
  background: #000;
  color: #fff;
  outline: none !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #bfa145;
  border-color: #bfa145;
}
.pagination > li > a,
.pagination > li > span {
  color: #bfa145;
}
.spacer {
  padding: 6em 0;
}

/*nav*/
.navbar {
  margin: 0;
}
.navbar-nav {
  margin: 0 -15px;
}
.navbar-nav > li > a {
  font-size: 1em;
  line-height: 4.26em;
  padding: 10px 0 10px 30px;
}
.navbar-default {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: transparent;
  border: none;
  color: #fff;
}
.navbar-brand {
  height: 83px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  display: inline-block;
  position: relative;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover::before {
  width: calc(100% - 30px);
  /* transform: translateY(-50%); */
}

.navbar-default .navbar-nav > li > a::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(10px);
  width: 0;
  background: #fff;
  height: 1px;
  transition: all 0.3s ease-in-out;
}

/*nav*/

/*SLIDER*/
.banner {
  position: relative;
  color: #fff;
  min-height: 80vh;
}
.banner.no-subtitle {
  min-height: 30vh;
}
.banner .banner-container {
  /* position: relative; */
  height: 100%;
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.banner p {
  font: 500 12px "Jost", sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.banner h1 {
  font-size: 3em;
  margin: 0.25em 20px 0.5em 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}
.banner img.img-responsive {
  width: 100%;
  position: fixed;
  height: 100%;
  object-fit: cover;
}
/* .banner .welcome-message{position: absolute;left: 0;right:0;bottom:0;top:0;text-align: center;} */
.banner .welcome-message .wrap-info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.banner .welcome-message .wrap-info .information {
  vertical-align: middle;
  max-width: 1200px;
}
.banner .arrow-nav {
  position: absolute;
  bottom: -3.5em;
  background-color: #bfa145;
  height: 7em;
  width: 7em;
  display: inline-block;
  z-index: 100;
  left: 50%;
  margin-left: -52px;
  color: #fff;
  border-radius: 50%;
}
.banner .arrow-nav i {
  font-size: 5em;
  line-height: 105px;
}
.banner .arrow-nav:hover {
  background: #756534;
}

/*reserve-info*/
.reserve-info {
  background-color: #671907;
  color: white;
}

.services {
  background-color: #671907;
  color: white;
}
.services .caption {
  background-color: #b9b2a0;
  color: #46433b;
  padding: 1.5em;
}
.services .caption a {
  color: #fff;
  font-size: 1.25em;
}
.services .caption a:hover {
  color: #fff;
}
.carousel-control {
  width: 10%;
  background: none !important;
}
.carousel-control i.fa {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.carousel img {
  width: 100%;
}

/*footer*/
/* footer{background-color:#585650;color: #AEAEAC;} */
footer.spacer {
  padding: 3em 0;
}
footer h4 {
  color: #dcdcdc;
}
footer a,
footer p {
  line-height: 1.5em;
  font-size: 0.85em;
  color: #aeaeac;
}
footer a:hover {
  color: #fff;
}
footer .subscribe .form-control {
  height: 30px;
  padding: 4px 12px;
  border: none;
}
footer .subscribe .input-group-btn:last-child > .btn {
  margin: 0;
}
footer .subscribe .input-group {
  margin-bottom: 1em;
}
footer .subscribe .social a {
  font-size: 1.5em;
  margin-right: 0.25em;
}
.copyright {
  background-color: #252423;
  padding: 0.6em 0;
  font-size: 0.85em;
  color: #7f7f7f;
}
.copyright a {
  color: #aeaeac;
}
/*footer*/

.toTop {
  position: fixed;
  right: 1em;
  bottom: 1em;
  background: rgba(0, 0, 0, 0.5);
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  font-size: 2em;
}
.toTop:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

/*unform*/
.radio-inline {
  padding-top: 4px;
  padding-left: 0;
}
.form-horizontal .radio {
  padding-top: 3px;
}
.radio-inline input[type="radio"] {
  margin-left: 0;
}
div.radio {
  margin-right: 10px;
}
div.radio span {
  background: url(../images/radio.png) 0 20px !important;
}

div.radio span,
div.radio input {
  width: 20px;
  height: 20px;
}
div.radio span.checked {
  background-position: 0 0 !important;
}

.form-control {
  border: 1px solid #999;
  border-radius: 0;
  box-shadow: none !important;
}
.form-control:focus {
  border: 1px solid #bbb;
}
div.selector {
  border: none;
  border: 1px solid #999;
  height: 33px !important;
  padding: 3px 10px !important;
  border-radius: 0;
  font-size: 14px;
  background: #fff !important;
  width: 100% !important;
}
div.selector:hover {
  border-color: #bbb;
}
div.selector span {
  height: 36px;
  padding: 0;
  background: url(../images/drop.png) right 9px no-repeat !important;
  color: #8d8d8d;
  width: 100% !important;
  margin-right: 20px;
}
div.selector:hover span {
  background-position: right 9px !important;
  color: #282828;
}
div.selector select {
  height: 36px !important;
  top: -2px;
  cursor: pointer;
  background-color: #fff;
}
div.selector option {
  padding: 10px;
}
.checkbox label {
  padding-left: 0;
}
.checkbox input[type="checkbox"] {
  margin-left: -10px;
}
/*unform*/

/*rooms and tariff*/
.rooms {
  margin-bottom: 2em;
}
.rooms .info {
  padding: 1.5em;
  background-color: #e8e7e0;
}

.room-features .amenitites li {
  margin-bottom: 1em;
}
.room-features .size-price {
  background-color: #c7c5bb;
  padding: 2em 0;
  text-align: center;
  color: #fff;
  height: 10.97em;
  line-height: 3em;
}
.room-features .size-price span {
  display: block;
  font-size: 2em;
}

.gallery .gallery-image {
  margin-bottom: 2em;
  display: inline-block;
}
.gallery .gallery-image img {
  width: 100%;
}

body::-webkit-scrollbar {
  width: 6px;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ccc;
  /*        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
        -webkit-border-radius: 10px;
        border-radius: 10px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
  /*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
  background: #bfa145;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #ddd;
}

/*responsive starts here*/
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-top: 23px;
  }
  .navbar-default .navbar-toggle {
    background-color: #671907;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #5f5021;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-nav > li > a {
    line-height: 1em;
  }

  h1 {
    font-size: 2em;
  }
  .banner p {
    font: 300 1em/1em "Jost", sans-serif;
  }
  .banner .arrow-nav {
    margin-left: -22px;
    height: 3em;
    width: 3em;
    bottom: -1.5em;
  }
  .banner .arrow-nav i {
    font-size: 2em;
    line-height: 45px;
  }

  .spacer {
    padding: 4em 0;
  }

  .reserve-info h3 {
    margin-top: 2em;
  }

  .services div.col-sm-4 {
    margin-bottom: 2em;
  }

  footer.spacer {
    padding: 1em 0 3em 0;
  }
  footer h4 {
    margin-top: 2em;
  }

  .room-features .size-price {
    margin-bottom: 2em;
  }
}

.navbar-brand img {
  max-height: 50px;
}

.info-section__title {
  text-align: center;
  margin-bottom: 40px;
}

.ellipses {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7; /* number of lines to show */
  line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

@media (max-width: 700px) {
  #bottom-container .d-flex {
    display: block;
  }

  .banner {
    /* min-height: 50vh; */
    height: 100%;
    /* padding: 20px; */
  }

  .banner-container .welcome-message {
    padding: 6em 20px 20px;
  }

  .banner img {
    height: 50vh;
    object-fit: cover;
  }

  .navbar-default {
    background-color: #000;
  }

  h1.title,
  h2 {
    font-size: 1.5em;
  }
}

.services .caption {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  align-content: end;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.services .relative:hover .caption {
  opacity: 1;
}

/* .c-hotels {
    padding: 60px 0;
} */

.c-hotels .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.c-hotels h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

.c-hotels h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.c-hotels p {
  line-height: 1.6;
  margin: 0 0 20px;
  /* color: #333; */
}

.c-hotels a {
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.25s ease;
  margin-top: 10px;
}

.c-hotels a:hover {
  background: #000;
  color: #fff;
}

.c-hotels .container::before {
  content: none;
}

.c-hotels .image-grid img {
  width: 100%;
  box-shadow: 1px 1px 20px 8px rgb(0 0 0 / 43%);
  /* margin-top: 40px; */
}

/* Desktop layout */
@media (min-width: 992px) {
  .c-hotels .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
  }

  .c-hotels .image-grid {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 20px;
    height: 100%;
  }

  .c-hotels .image-grid img {
    width: 633px;
    object-fit: cover;
    object-position: top;
  }

  .c-hotels .image-grid img:nth-child(2) {
    margin-top: auto;
  }

  .swiper {
    max-height: 70vh;
  }
}

.cta {
  position: relative;
}

.cta .bg-img img {
  width: 100%;
  height: 100%;
}

.cta .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta .container {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 4em 20px;
}

.cta h2 {
  line-height: 1.2;
  padding: 20px 0;
}

footer .container-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
  gap: 10px;
}

ul.footer-menu li {
  list-style: none;
  color: black;
  gap: 10px;
}

ul.footer-menu {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: 20px;
}

footer div#copuright-text {
  font-size: 11px;
}

ul.footer-menu li a {
  color: black;
}

.navbar-default .navbar-nav > .open > a {
  background-color: transparent !important;
  color: #edbb4a !important;
}

.card {
  max-width: 1000px;
  margin: 40px auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* IMAGE SECTION */
.card-image {
  position: relative;
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 300px;
  object-position: center;
}

/* BADGE */
.badge {
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: #d6c28a;
  color: #fff;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 16px;
}

/* CONTENT */
.card-content {
  padding: 0px 55px 40px;
  position: relative;
}

/* AVATAR CIRCLE (matches screenshot) */
/* .card-content::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 55px;
    width: 65px;
    height: 65px;
    background: #e8e8e8;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
} */

/* TITLE */
.title {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 600;
  color: #202020;
}

/* EXCERPT */
.excerpt {
  margin: 18px 0 25px;
  line-height: 1.65;
  color: #555;
  font-size: 16px;
}

/* READ MORE LINK */
.read-more {
  color: #bb9550;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

/* FOOTER SECTION */
.card-footer {
  border-top: 1px solid #eee;
  padding: 15px 55px;
  color: #777;
  font-size: 14px;
  display: flex;
  gap: 10px;
}

div#blog-archive_content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3em;
}

div#blog-archive_content:before {
  content: none;
}

div#blog-archive_content aside {
  padding-left: 15px;
}

div#blog-archive_content aside > * {
  margin-top: 40px;
}

div#blog-archive_content aside .category-list {
  list-style: none;
  padding: 0;
  border-top: 5px #bb9550 solid;
  border-radius: 10px;
  padding: 15px 20px;
  display: grid;
  gap: 15px;
  font-size: 17px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  color: black;
}

div#blog-archive_content aside .category-list a {
  color: #000;
}

div#blog-archive_content aside .category-list li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  align-items: center;
}

div#blog-archive_content aside .category-list li .read-more {
  margin-top: 10px;
  color: #bb9550;
  display: block;
}

div#blog-archive_content aside .category-list li img {
  width: 100px;
}

a.btn.btn-outline {
  border: 2px solid;
}

a.btn-outline {
  border: 2px solid #bfa145;
  display: inline-block;
  margin-top: 20px;
  padding: 1em;
  color: #bfa145;
  transition: all 0.4s ease-in;
}

a.btn-outline:hover {
  background: #bfa145;
  color: white;
}

.swiper-slide img {
  width: 100%;
  /* box-shadow: 1px 1px 20px 8px rgb(0 0 0 / 43%); */
  border: 2px solid #000;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

#faqSection .section-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: left;
}

#faqSection h1 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: bold;
}

#faqSection .intro-text {
  font-size: 18px;
  line-height: 1.6;
  max-width: 900px;
  margin-bottom: 50px;
}

#faqSection .card {
  background: linear-gradient(to bottom, #555, #222);
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

#faqSection .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

#faqSection .faq-grid .card {
  margin: 0;
}

#faqSection .card h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

#faqSection .card p {
  font-size: 16px;
  line-height: 1.6;
  color: #ddd;
}

.card-grid {
  background-color: #671907;
  padding: 3em 3em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
}

.sitemap {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sitemap h1 {
  color: #fff;
}

.sitemap ul {
  list-style: none;
  padding: 0;
}

.sitemap-links {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 3em;
  border: 1px solid #ffffff;
  font-size: 2em;
  line-height: 1.2;
  margin-top: 22px;
  box-shadow: 1px 1px 12px 8px #ffffff;
  background: rgb(255 255 255 / 65%);
}

@media (max-width: 700px) {
  .card-grid {
    grid-template-columns: 1fr;
    padding: 1em 20px;
    row-gap: 0;
  }

  .card-content {
    padding: 0px 20px 20px;
  }

  #faqSection .faq-grid {
    grid-template-columns: 1fr;
  }

  .c-hotels .container .image-grid {
    margin-top: 40px;
  }

  .banner h1 {
    font-size: 2em;
  }

  #privacy-policy,
  #terms-and-conditions {
    padding: 3em 20px;
  }
}
