@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-link,
.btn {
  font-family: "Barlow", sans-serif;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

h4 {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
}

@keyframes smoothLoad {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.smooth-loading {
  animation: smoothLoad 1s ease-in-out forwards;
}

.container-fluid {
  padding: 0;
}
.container-fluid .container {
  width: 1280px;
}
@media (max-width: 576px) {
  .container-fluid .container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #ad3a3a;
}
#header .primary {
  background-color: #fec538;
  color: #ad3a3a;
  font-weight: 500;
}
#header .primary:hover {
  background-color: #ffffff;
}
#header header .mb-2 {
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  #header header {
    justify-content: space-between !important;
  }
}
@media (max-width: 1024px) {
  #header {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.nav .nav-item {
  padding-left: 22px;
  padding-right: 22px;
}
.nav .nav-item .nav-link {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  padding: 30px 0;
  text-decoration: none;
}
.nav .nav-item .nav-link:hover {
  color: #fec538;
}
.nav .nav-item .nav-link.active {
  border-bottom: 4px solid #fec538;
  color: #fec538;
}
@media (max-width: 576px) {
  .nav .nav-item .nav-link.active {
    border-bottom: 2px solid #fec538;
  }
}
@media (max-width: 576px) {
  .nav .nav-item .nav-link {
    padding: 8px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav .nav-item .nav-link {
    padding: 18px 0;
  }
}
@media (max-width: 1024px) {
  .nav .nav-item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .nav {
    display: block;
    width: 100%;
  }
}

.hero-banner,
.carousel {
  background-color: #ad3a3a;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.welcome-section {
  margin-top: 3em;
  margin-bottom: 3em;
}
.welcome-section .smr {
  background-color: #efefef;
}
.welcome-section .smr img {
  height: 100%;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .welcome-section .smr {
    height: auto;
  }
}
.welcome-section .welcome-msg a {
  color: #ad3a3a;
}
.welcome-section .welcome-msg a:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .welcome-section .welcome-msg a {
    padding-bottom: 1.5em;
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .welcome-section .welcome-msg h1 {
    margin-top: 1em;
  }
}
.welcome-section .facilities {
  list-style: none;
  margin: 0;
  padding: 0;
}
.welcome-section .facilities li {
  padding-bottom: 6px;
}
.welcome-section .facilities li span {
  margin-right: 6px;
}
.welcome-section .links {
  text-align: center;
  margin-top: 2em;
}
.welcome-section .links a {
  padding: 6px 15px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 4px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .welcome-section .links a {
    padding: 6px 10px;
  }
}
.welcome-section .links .locateus,
.welcome-section .links .yt-video {
  background-color: #ad3a3a;
  color: #ffffff;
}
.welcome-section .links .locateus:hover,
.welcome-section .links .yt-video:hover {
  background-color: #d54646;
}
@media (max-width: 576px) {
  .welcome-section .links {
    margin-top: 0;
    margin-bottom: 2em;
  }
}
@media (max-width: 576px) {
  .welcome-section {
    margin-top: 3em;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .welcome-section h1 {
    margin-top: 1em;
  }
}

.smr,
.smr img,
.rooms-section .rooms img {
  width: 100%;
}

.btn {
  border-radius: 4px;
}

.primary {
  background-color: #ad3a3a;
  color: #ffffff;
  padding: 6px 24px;
  font-size: 14px;
  text-transform: uppercase;
}
.primary:hover {
  background-color: #fec538;
}

.rooms-section {
  margin-bottom: 3em;
}
.rooms-section .rooms {
  background-color: #efefef;
  margin-bottom: 24px;
}
.rooms-section .rooms a:hover {
  opacity: 0.8;
}
.rooms-section .rooms img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .rooms-section .rooms {
    height: auto;
  }
}
@media (max-width: 576px) {
  .rooms-section h1 {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .rooms-section {
    margin-top: 1em;
    margin-bottom: 0;
  }
}
.rooms-section .our-rroms {
  text-align: center;
}
@media (max-width: 576px) {
  .rooms-section .our-rroms {
    text-align: left;
  }
}

.price-details {
  margin-top: 2em;
  text-align: center;
}
.price-details .beds {
  background-color: #efefef;
  padding: 24px 0;
  border-radius: 4px;
  transition: 0.3s;
}
.price-details .beds h2 {
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}
.price-details .beds img {
  width: 42px;
}
.price-details .beds span {
  font-size: 22px;
  font-weight: 500;
  color: #ad3a3a;
}
.price-details .beds:hover {
  background-color: #ad3a3a;
  color: #ffffff;
}
.price-details .beds:hover span {
  color: #fec538;
}
.price-details .beds.booknow:hover {
  background-color: #ad3a3a;
}
.price-details .beds.booknow:hover a {
  background-color: #fec538;
  color: #000000;
}
@media (max-width: 576px) {
  .price-details .beds.booknow p {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .price-details .beds {
    margin-bottom: 24px;
    padding: 12px 0;
  }
}
@media (max-width: 576px) {
  .price-details {
    margin-top: 0;
  }
}

.footer {
  border-top: 1px solid #cbcbcb;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
}
.footer h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #ad3a3a;
  font-weight: 700;
}
@media (max-width: 576px) {
  .footer h2 {
    padding-top: 1em;
  }
}
.footer address,
.footer p {
  margin-top: 1em;
  margin-bottom: 0;
}
.footer a {
  color: #000000;
}
.footer .social a {
  padding: 0 6px;
}
.footer .social a img {
  width: 24px;
}
@media (max-width: 576px) {
  .footer {
    padding-top: 1em;
    padding-bottom: 2em;
    text-align: center;
  }
}

.designby {
  background-color: #000000;
  padding: 2em 0;
  text-align: center;
}
.designby p {
  margin-bottom: 0;
  color: #d7d7d7;
}
.designby a {
  color: #d7d7d7;
}
.designby a:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .designby {
    text-align: center;
  }
}

.social {
  padding: 2em 0 0 0;
}

.inner-hero {
  background-color: #a33030;
  color: #ffffff;
  padding: 4em 0;
  text-align: center;
}
.inner-hero h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 576px) {
  .inner-hero {
    padding: 2em 0;
  }
}

.reservation {
  padding: 2em 0;
}
.reservation h3 {
  margin-bottom: 1em;
  font-size: 20px;
}
.reservation .form-label {
  margin-bottom: 2px;
}
.reservation .form-control {
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  font-size: 14px;
  height: 46px;
  transition: 0.3s;
}
.reservation .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ad3a3a;
}

#scrollBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  font-size: 18px;
}

#scrollBtn:hover {
  background-color: #333;
}

.required {
  color: #ad3a3a;
}

.inner-wrapper {
  padding-top: 3em;
  padding-bottom: 3em;
}
.inner-wrapper h1 {
  letter-spacing: 0;
  font-size: 18px;
}
.inner-wrapper h3 {
  font-size: 16px;
}
.inner-wrapper ul {
  padding: 0;
  list-style: none;
  margin-top: 1em;
}
.inner-wrapper ul li {
  padding-bottom: 12px;
}
@media (max-width: 576px) {
  .inner-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 11;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7411764706);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}
.modal-content .mySlides {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.modal-content .mySlides img {
  width: 100%;
  border-radius: 4px;
}
.modal-content .mySlides.active {
  display: block;
  opacity: 1;
}
@media (max-width: 576px) {
  .modal-content {
    width: 90%;
    max-width: 100%;
  }
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
}
.close img {
  padding: 10px;
  border-radius: 100%;
  background-color: #ad3a3a;
}
.close img:hover {
  background-color: #fec538;
}
.close:hover, .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.demo.active {
  border: 2px solid #333; /* Change this as per your styling */
}

#myModal {
  animation: modalOpen 0.5s ease;
}

@keyframes modalOpen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  background-color: #ad3a3a;
}
@media (max-width: 576px) {
  .prev,
  .next {
    padding: 10px;
    top: 60%;
  }
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #fec538;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.gallery-img {
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  padding-bottom: 24px;
}
.gallery-img:hover {
  opacity: 0.7;
}

.gmap iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 576px) {
  .gmap iframe {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gmap iframe {
    height: 300px;
  }
}

@media (max-width: 1024px) {
  .no-mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .no-mobile.ipad {
    display: block;
  }
}

@media (max-width: 1024px) {
  #mobilenav {
    display: none;
  }
}

.togglebtn {
  display: none;
}
@media (max-width: 1024px) {
  .togglebtn {
    display: block;
    background-color: #ad3a3a;
    border: 0;
    padding: 0;
  }
}
.togglebtn img {
  width: 34px;
}

@media (max-width: 576px) {
  .brand-logo img {
    padding-top: 4px;
    width: 250px;
  }
}

.error-page {
  padding: 6em 0;
  text-align: center;
}
.error-page h1 {
  font-size: 50px;
  font-weight: 800;
  color: #ad3a3a;
}

.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
}
.whatsapp img {
  width: 100%;
}
.whatsapp img:hover {
  opacity: 0.7;
}

.toursit-attraction {
  padding-bottom: 4em;
}
.toursit-attraction small {
  display: block;
}
@media (max-width: 576px) {
  .toursit-attraction small {
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .toursit-attraction small {
    margin-bottom: 14px;
  }
}
.toursit-attraction a {
  display: block;
}
.toursit-attraction img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .toursit-attraction h1 {
    text-align: left;
  }
}
.toursit-attraction h3 {
  padding-top: 0.5em;
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .toursit-attraction {
    padding-bottom: 2em;
  }
}

.grecaptcha-badge {
  display: none;
}

.key-hide {
  display: none;
}/*# sourceMappingURL=style.css.map */