@import url("https://fonts.googleapis.com/css2?family=Redressed&family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  color: #1d1d1d !important;
  font-family: "Work Sans", sans-serif !important; }
  body p {
    color: #747474 !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px; }
  body ::selection {
    background-color: #C00607;
    color: white; }

body.open-opacity {
  position: fixed;
  width: 100%; }
  body.open-opacity::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.6;
    z-index: 99999; }

a {
  text-decoration: none !important;
  color: inherit !important; }

figure {
  margin: 0 !important;
  overflow: hidden; }
  figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }

ul,
ol {
  padding-left: 0 !important;
  margin: 0 !important;
  list-style: none; }

.section-gutter {
  margin-top: 70px; }

.section-heading {
  width: 80%;
  margin: 0px auto 40px auto !important; }
  .section-heading .section-title {
    text-align: center;
    margin-bottom: 20px !important; }
  .section-heading .description {
    text-align: center; }
  @media (max-width: 991px) {
    .section-heading {
      width: 90%; } }
  @media (max-width: 767px) {
    .section-heading {
      width: 98%; } }

.description {
  color: #747474;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
  text-align: justify;
  font-size: 18px;
  line-height: 30px; }
  .description .img-wrapper img {
    width: 100%;
    object-fit: cover; }
  .description h1,
  .description h2,
  .description h3,
  .description h4,
  .description h5,
  .description h6 {
    font-weight: 700;
    font-size: 1.5rem !important;
    color: #C00607;
    margin: 1.25rem 0 !important; }
  .description h2 {
    margin-block: 30px !important; }
  .description h3,
  .description h4,
  .description h5,
  .description h6 {
    margin: 20px !important; }
  .description a {
    color: #190B0A !important; }
    .description a:hover {
      color: grey !important; }
  .description .primary-btn {
    margin-block: 16px 24px; }
    .description .primary-btn a {
      color: #ffffff !important; }
      .description .primary-btn a:hover {
        color: #ffffff !important; }
  .description .table-wrapper {
    overflow-x: auto; }
  .description table {
    min-width: 600px;
    padding: 8px 12px;
    margin-top: 30px; }
    .description table thead {
      color: #190B0A;
      font-weight: 500; }
      .description table thead tr {
        vertical-align: middle; }
    .description table tbody tr {
      vertical-align: middle; }
      .description table tbody tr:hover {
        background-color: #e9e9e9; }
  .description ul {
    padding-left: 2rem !important; }
    .description ul li {
      margin-bottom: 0.1rem;
      list-style-type: disc;
      list-style-position: initial;
      color: #747474 !important;
      font-size: 1rem;
      font-weight: 400;
      line-height: 26px;
      font-family: "Work Sans", sans-serif !important; }
  .description ol {
    padding-left: 2.4rem !important; }
    .description ol li {
      font-family: "Work Sans", sans-serif !important;
      margin-bottom: 0.1rem;
      list-style-type: decimal;
      list-style-position: initial;
      color: #747474 !important;
      font-size: 1rem;
      font-weight: 400;
      line-height: 26px; }
  .description blockquote {
    background-color: #FAF0DC;
    padding: 2.125rem;
    border-left: 6px solid #C00607;
    font-size: 1.125rem;
    margin: 1rem 0; }
  .description .accordion .accordion-item {
    border: 1px solid #e7e7e7; }
    .description .accordion .accordion-item h2 {
      margin: 0 !important; }
      .description .accordion .accordion-item h2 .accordion-button {
        color: #7b7b7b !important; }
        .description .accordion .accordion-item h2 .accordion-button:not(.collapsed) {
          background-color: #C00607 !important;
          color: #ffffff !important; }
  .description > * {
    margin-bottom: 0.5rem !important; }

.primary-btn {
  background-color: #C00607;
  color: #ffffff !important;
  font-size: 1.125rem;
  padding: 10px 25px;
  display: block;
  width: fit-content;
  border: 0;
  border-radius: 30px;
  margin-top: 30px; }
  .primary-btn:hover {
    background-color: #7b0000; }

.secondary-btn {
  color: #C00607 !important;
  background-color: #ffffff !important;
  font-size: 1.125rem;
  padding: 10px 25px;
  display: block;
  width: fit-content;
  border: 1px solid #C00607;
  border-radius: 30px;
  margin-top: 30px; }
  .secondary-btn:hover {
    background-color: #7b0000 !important;
    color: #ffffff !important; }

.section-head-wrapper .section-title {
  max-width: 991px;
  font-size: 2.875rem;
  text-align: center !important;
  margin: 0 auto !important;
  margin-bottom: 2.5rem !important; }
.section-head-wrapper .description {
  text-align: center !important;
  margin: 0 auto !important;
  max-width: 891px; }

.section-title {
  font-family: 'Redressed', cursive !important;
  color: #2d2b2b;
  font-size: 3.5rem; }
  .section-title span {
    color: #C00607; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important; }

.contact-information ul li {
  padding-bottom: 1rem; }
  .contact-information ul li:last-child {
    padding-bottom: 0; }
  .contact-information ul li .wrapper {
    display: flex;
    gap: 10px; }
    .contact-information ul li .wrapper .icon-box {
      background: #bb2337;
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
      padding: 15px;
      color: white;
      height: 36px;
      width: 36px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .contact-information ul li .wrapper .details .tittle {
      color: #747474;
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 500; }
    .contact-information ul li .wrapper .details span {
      color: #747474;
      font-weight: 400; }
      .contact-information ul li .wrapper .details span a {
        word-break: break-all; }
        .contact-information ul li .wrapper .details span a:hover {
          color: #C00607 !important; }

.socials-media {
  display: flex;
  gap: 1.125rem; }
  .socials-media .icon-wrapper {
    background-color: #bb2337;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; }
    .socials-media .icon-wrapper:hover {
      background-color: #8f0215; }
    .socials-media .icon-wrapper a,
    .socials-media .icon-wrapper i {
      width: max-content;
      font-size: 1rem;
      color: #ffffff !important;
      padding: 25%; }

.form-element input,
.form-element select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 7px 10px; }
  .form-element input:focus-visible,
  .form-element select:focus-visible {
    outline: 1px solid #C00607 !important; }
.form-element input[type="checkbox"] {
  width: 1em !important;
  height: 1em;
  border: 1px solid #C00607;
  color: white;
  display: inline-block !important; }
.form-element textarea {
  border-radius: 10px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #c1c1c1;
  padding: 10px; }
  .form-element textarea:focus-visible {
    outline: 1px solid #C00607 !important; }
.form-element input::placeholder,
.form-element textarea::placeholder {
  color: #747474;
  font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 178.571% */ }
.form-element label {
  color: #4d4d55;
  font-family: Work Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: capitalize;
  margin-bottom: 5px; }
  .form-element label a {
    color: #C00607 !important;
    font-weight: 500; }
    .form-element label a:hover {
      text-decoration: underline !important; }
.form-element .error-message {
  color: red;
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
  /* 162.5% */
  margin-top: 3px; }

.ui-datepicker {
  z-index: 32432 !important; }
  .ui-datepicker .ui-datepicker-header {
    background: #C00607 !important; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      color: white !important; }

.ui-widget-header .ui-icon {
  background-image: url("../../../images/general/ui-icons_444444_256x240.png") !important; }

.ui-timepicker-list li {
  display: block; }

.breadcrumb-all {
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: #ffffff !important; }
  .breadcrumb-all::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .breadcrumb-all .breadcrumb-content {
    position: relative;
    z-index: 1;
    padding: 250px 0px 150px 0px; }
    .breadcrumb-all .breadcrumb-content .page-tittle,
    .breadcrumb-all .breadcrumb-content h1 {
      font-size: 56px !important;
      font-weight: 500;
      text-align: center;
      font-family: 'Redressed', cursive !important; }

@media (max-width: 992px) {
  header .nav .nav-links {
    display: none !important; }

  .sidenav .side-nav-body .contact-btn {
    margin: 0;
    background-color: #f3931e00;
    color: #747474 !important;
    letter-spacing: 0.18px;
    padding: 0; }
    .sidenav .side-nav-body .contact-btn:hover {
      color: #c00607 !important; }

  .hero-banner #scrolldown {
    display: none; }
  .hero-banner .banner img {
    max-height: 500px; }
  .hero-banner .banner figcaption {
    top: 55% !important; }
    .hero-banner .banner figcaption .title {
      font-size: 36px !important; }

  .section-title,
  .accommodation h2,
  .accommodation h3,
  .breadcrumb-all .breadcrumb-content h1,
  .breadcrumb-all .breadcrumb-content .page-tittle,
  .breadcrumb-all .breadcrumb-content h1 {
    font-size: 36px !important; }

  .accommodation .room-card .room-detail-wrapper {
    margin-left: 0 !important;
    padding: 1rem 1.5rem !important; }
    .accommodation .room-card .room-detail-wrapper .btn-wrapper {
      flex-direction: column; }
      .accommodation .room-card .room-detail-wrapper .btn-wrapper .primary-btn {
        margin-top: 8px !important; }
  .accommodation .room-card .slide img {
    height: 400px !important;
    object-fit: contain; }

  footer .top-footer .footer-title {
    margin-bottom: 1rem !important; } }
@media (max-width: 768px) {
  .about-us .about-us-wrapper {
    padding-inline: 9% 9% !important; } }
@media (max-width: 575px) {
  .accommodation .room-card .slide img {
    object-fit: cover; }
  .accommodation .room-card .room-detail-wrapper .features {
    column-count: 1 !important; } }
header {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding-top: 22px; }
  header figure {
    width: 144px;
    aspect-ratio: 1/1; }
  header .nav {
    justify-content: space-between !important;
    align-items: center;
    gap: 50px; }
    header .nav .nav-links {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 50px;
      color: #eee;
      font-size: 1.125rem;
      margin-left: auto !important; }
      header .nav .nav-links .contact-btn {
        margin: 0;
        background-color: #f3941e; }

.sidenav.open {
  right: 0;
  opacity: 1; }

.sidenav {
  position: fixed;
  top: 0;
  right: -100%;
  transition: all 0.3s ease-in-out;
  z-index: 9999999999;
  background: white;
  height: 100vh;
  width: 100%;
  max-width: 450px;
  opacity: 0; }
  .sidenav .side-nav-close-btn {
    padding: 30px 0px;
    width: fit-content;
    margin-left: auto;
    margin-right: 30px; }
    .sidenav .side-nav-close-btn a {
      display: inline-block;
      padding: 5px 10px 2px 10px;
      background-color: #bb2337;
      color: white !important;
      font-size: 20px;
      line-height: 24px;
      cursor: pointer; }
      .sidenav .side-nav-close-btn a:hover {
        background-color: #C00607 !important; }
  .sidenav .side-nav-body {
    padding: 0px 30px 30px;
    height: calc(100vh - 153px);
    overflow-y: auto; }
    .sidenav .side-nav-body::-webkit-scrollbar {
      border-radius: 10px;
      width: 5px; }
    .sidenav .side-nav-body::-webkit-scrollbar-track {
      background-color: #ffffff;
      border-radius: 10px; }
    .sidenav .side-nav-body::-webkit-scrollbar-thumb {
      background-color: #C00607;
      border-radius: 10px; }
    .sidenav .side-nav-body .navigation-links ul li {
      display: block;
      padding-bottom: 10px; }
      .sidenav .side-nav-body .navigation-links ul li:last-child {
        padding-bottom: 0; }
      .sidenav .side-nav-body .navigation-links ul li a:not(.contact-btn) {
        color: #747474 !important;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.18px; }
        .sidenav .side-nav-body .navigation-links ul li a:not(.contact-btn):hover {
          color: #C00607 !important; }
    .sidenav .side-nav-body .side-nav-heading {
      color: #3a3636;
      text-align: justify;
      font-family: 'Redressed', cursive !important;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: 0.96px;
      display: block;
      margin-bottom: 20px; }
  .sidenav .side-nav-footer {
    background-color: #bb2337;
    color: white;
    padding: 15px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .sidenav .side-nav-footer .wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      row-gap: 4px;
      column-gap: 20px; }
      .sidenav .side-nav-footer .wrapper span {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        white-space: nowrap; }

footer {
  background: #FAF0DC; }
  footer .top-footer {
    padding-block: 60px 40px; }
    footer .top-footer .footer-title {
      color: #3a3636;
      text-align: justify;
      font-family: 'Redressed', cursive !important;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      line-height: 27px;
      margin-bottom: 2.5rem; }
    footer .top-footer .associated {
      display: flex;
      gap: 10px;
      flex-wrap: wrap; }
    footer .top-footer .links li {
      margin-bottom: 6px; }
      footer .top-footer .links li a {
        color: #747474 !important;
        font-size: 1rem;
        line-height: 26px; }
        footer .top-footer .links li a:hover {
          color: #C00607 !important; }
  footer .bottom-footer {
    border-top: 1px solid #d9d9d9;
    color: #747474; }
    footer .bottom-footer .bottom-footer-wrapper {
      padding-block: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      footer .bottom-footer .bottom-footer-wrapper p {
        font-size: 14px !important; }
      footer .bottom-footer .bottom-footer-wrapper a:hover {
        color: #949494 !important; }
      footer .bottom-footer .bottom-footer-wrapper .copy-right a {
        font-family: 'Redressed', cursive !important; }
      footer .bottom-footer .bottom-footer-wrapper .policicies a {
        border-right: 1px solid #747474;
        padding-right: 10px;
        margin-right: 10px; }
        footer .bottom-footer .bottom-footer-wrapper .policicies a:last-child {
          padding-right: 0px;
          margin-left: 10px;
          border-right: 0; }
  footer .icon-whatsapp {
    position: fixed;
    z-index: 1099;
    bottom: 5%;
    right: 3%; }
    footer .icon-whatsapp span {
      color: #ffffff;
      border-radius: 25.5px 25.5px;
      font-family: 'Redressed', cursive !important;
      font-size: 17px;
      font-style: normal;
      font-weight: 600;
      line-height: 22px;
      user-select: none;
      white-space: nowrap;
      padding: 10px 16px;
      box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
      background: #41c051;
      letter-spacing: 1px; }
      footer .icon-whatsapp span i {
        font-size: 24px;
        padding-right: 5px; }
      footer .icon-whatsapp span:hover {
        background: #017511; }
  footer .theme-sequence {
    display: grid;
    grid-template-columns: repeat(33, 1fr);
    height: 108px; }
    @media (max-width: 767px) {
      footer .theme-sequence {
        height: 80px; } }
    @media (max-width: 480px) {
      footer .theme-sequence {
        height: 50px; } }
    footer .theme-sequence div {
      height: 100%;
      background: #fff; }
      footer .theme-sequence div:nth-last-child {
        background-color: #C00607; }
      footer .theme-sequence div:nth-child(2), footer .theme-sequence div:nth-child(6), footer .theme-sequence div:nth-child(10), footer .theme-sequence div:nth-child(15), footer .theme-sequence div:nth-child(19), footer .theme-sequence div:nth-child(24), footer .theme-sequence div:nth-child(28), footer .theme-sequence div:nth-child(32) {
        background-color: #C00607 !important; }
      footer .theme-sequence div:nth-child(3), footer .theme-sequence div:nth-child(5), footer .theme-sequence div:nth-child(7), footer .theme-sequence div:nth-child(9), footer .theme-sequence div:nth-child(12), footer .theme-sequence div:nth-child(14), footer .theme-sequence div:nth-child(17), footer .theme-sequence div:nth-child(20), footer .theme-sequence div:nth-child(22), footer .theme-sequence div:nth-child(25), footer .theme-sequence div:nth-child(27), footer .theme-sequence div:nth-child(29), footer .theme-sequence div:nth-child(31) {
        background: #3a3636 !important; }

.hero-banner {
  position: relative;
  height: 100vh; }
  .hero-banner .slide figure {
    position: relative;
    height: 100vh; }
    .hero-banner .slide figure::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1;
      pointer-events: none; }
    .hero-banner .slide figure img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .hero-banner .slide figure figcaption {
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      top: 45%;
      width: 100%; }
      @media (max-width: 992px) {
        .hero-banner .slide figure figcaption {
          top: 55%; } }
      .hero-banner .slide figure figcaption .title {
        text-transform: capitalize;
        color: #ffffff;
        font-size: 56px;
        font-family: 'Redressed', cursive !important; }
        @media (max-width: 992px) {
          .hero-banner .slide figure figcaption .title {
            font-size: 36px; } }
        @media (max-width: 767px) {
          .hero-banner .slide figure figcaption .title {
            font-size: 30px; } }
  .hero-banner #scrolldown {
    z-index: 2;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #ffffff !important;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer; }
    .hero-banner #scrolldown::after {
      padding-right: 0.8rem;
      font-family: "Font Awesome 5 Free";
      content: "\f103";
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      position: absolute;
      top: 120%;
      left: 40%; }
  .hero-banner .room-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 75%;
    z-index: 2;
    white-space: nowrap;
    width: 80% !important; }
    @media (max-width: 992px) {
      .hero-banner .room-check {
        display: none; } }
    .hero-banner .room-check form .room-check-box {
      background-color: transparent !important; }
      .hero-banner .room-check form .room-check-box button {
        width: 100%;
        background-color: #C00607;
        color: #ffffff;
        font-weight: 500;
        padding-block: 16px; }
        .hero-banner .room-check form .room-check-box button:hover {
          background-color: #940000; }
        .hero-banner .room-check form .room-check-box button:focus {
          box-shadow: 0 0 0 transparent; }
    .hero-banner .room-check form .room-box-wrapper {
      display: flex; }
    .hero-banner .room-check form .box select,
    .hero-banner .room-check form .box input {
      border-right: 1px solid #d9d9d9;
      background: rgba(217, 217, 217, 0.33);
      color: white;
      border-radius: 0 !important;
      padding: 20px 20px !important; }
      .hero-banner .room-check form .box select::placeholder,
      .hero-banner .room-check form .box input::placeholder {
        color: white;
        /* 178.571% */ }
    .hero-banner .room-check form .box select option {
      color: #000;
      padding: 10px !important; }
    .hero-banner .room-check form .box:first-child input {
      border-radius: 40px 0px 0px 40px !important; }
      @media (max-width: 992px) {
        .hero-banner .room-check form .box:first-child input {
          border-radius: 0px !important; } }
    .hero-banner .room-check form .box button {
      background-color: #C00607;
      color: white;
      border: 0;
      height: 100%;
      width: 100%;
      text-align: center;
      border-radius: 0px 40px 40px 0px;
      border: 1px solid #C00607;
      padding-inline: 30px; }
      .hero-banner .room-check form .box button:hover {
        background-color: #bb2337; }
  .hero-banner .Checkroom-button {
    position: fixed;
    left: 0px;
    width: 3ch;
    top: 50%;
    background-color: #C00607;
    color: white !important;
    font-weight: 600;
    padding: 8px 20px 8px 10px;
    z-index: 999;
    word-break: break-all;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    gap: 10px;
    flex-direction: column;
    display: none;
    cursor: pointer;
    border: none; }
    @media (max-width: 992px) {
      .hero-banner .Checkroom-button {
        display: flex; } }

#checkRooms .modal-content .modal-header {
  font-weight: 700;
  font-size: 18px;
  border-bottom: none !important; }
  #checkRooms .modal-content .modal-header .btn-close {
    background: #C00607;
    color: white;
    opacity: 1;
    border-radius: 5px;
    height: 20px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none !important; }
#checkRooms .modal-content .modal-body .room-check-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%; }
  #checkRooms .modal-content .modal-body .room-check-box .box select,
  #checkRooms .modal-content .modal-body .room-check-box .box input {
    padding: 10px !important; }
  #checkRooms .modal-content .modal-body .room-check-box .box select option {
    color: #000;
    padding: 10px !important; }
  #checkRooms .modal-content .modal-body .room-check-box .box button {
    background-color: #C00607;
    color: white;
    border: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    border: 1px solid #C00607;
    padding-inline: 30px;
    border-radius: 3px; }
    #checkRooms .modal-content .modal-body .room-check-box .box button:hover {
      background-color: #bb2337; }

.about-us {
  overflow: hidden; }
  .about-us figure {
    height: 100%; }
  .about-us .primary-btn {
    margin-bottom: 20px; }
  .about-us .about-us-wrapper {
    padding-inline: 9% 1%; }
    .about-us .about-us-wrapper .description {
      margin-top: 1rem;
      display: -webkit-box;
      -webkit-line-clamp: 9;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.accommodation .accommodation-title-wrapper {
  background: #3a3636;
  padding-block: 4rem;
  color: #ffffff; }
  .accommodation .accommodation-title-wrapper h2,
  .accommodation .accommodation-title-wrapper h3 {
    font-size: 46px;
    font-weight: 400;
    font-family: 'Redressed', cursive !important; }
  .accommodation .accommodation-title-wrapper .description {
    color: #ffffff !important; }
    .accommodation .accommodation-title-wrapper .description p {
      color: #cfcece !important; }
  .accommodation .accommodation-title-wrapper .primary-btn {
    background-color: #ffffff;
    color: #000 !important; }
.accommodation .accommodation-room-wrapper .slide-content figure {
  height: 450px;
  position: relative; }
  @media (max-width: 992px) {
    .accommodation .accommodation-room-wrapper .slide-content figure {
      height: 400px; } }
  @media (max-width: 768px) {
    .accommodation .accommodation-room-wrapper .slide-content figure {
      height: 350px; } }
  .accommodation .accommodation-room-wrapper .slide-content figure:hover figcaption {
    transform: translate(-50%, -10px) scale(1.1); }
  .accommodation .accommodation-room-wrapper .slide-content figure::after {
    position: absolute;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.03%, rgba(0, 0, 0, 0.5) 73.12%); }
  .accommodation .accommodation-room-wrapper .slide-content figure figcaption {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #ffffff;
    z-index: 10;
    font-size: 1.125rem;
    font-weight: 500;
    transition: 300ms;
    text-align: center; }

.services {
  text-align: center; }
  .services .service-card {
    border: 0; }
    .services .service-card figure {
      background-color: #C00607;
      border-radius: 50%;
      width: 126px;
      height: 126px;
      padding: 40px;
      margin: 0 auto !important;
      display: flex;
      justify-content: center;
      align-items: center; }
      .services .service-card figure img {
        width: max-content !important;
        height: auto !important; }
    .services .service-card .title {
      margin-block: 1rem 0.5rem;
      color: #2d2b2b;
      font-weight: 500;
      text-align: center;
      font-size: 1.25rem; }
    .services .service-card .description p {
      text-align: center !important; }
  .services .primary-btn {
    margin: 0 auto !important;
    margin-top: 2.5rem !important; }

.contact-professional .contact-person-details {
  width: 70%;
  margin: 0px auto !important;
  display: grid;
  grid-template-columns: 2fr 3fr; }
  @media (max-width: 991px) {
    .contact-professional .contact-person-details {
      width: 80%; } }
  @media (max-width: 767px) {
    .contact-professional .contact-person-details {
      width: 90%;
      grid-template-columns: 1fr; } }
  .contact-professional .contact-person-details .cover-photo figure {
    height: 100%;
    width: 100%; }
  .contact-professional .contact-person-details .detail-wrapper {
    height: 100%;
    padding: 2.5rem 2.5rem 2.25rem 3.5rem;
    background: #f5f3ef;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18); }
    .contact-professional .contact-person-details .detail-wrapper .title-wrapper .name {
      color: #3a3636;
      font-size: 1.5rem;
      font-weight: 500; }
    .contact-professional .contact-person-details .detail-wrapper .title-wrapper .designation {
      color: #747474;
      font-size: 1.125rem; }
    .contact-professional .contact-person-details .detail-wrapper .contact-information {
      margin-top: 20px; }
      .contact-professional .contact-person-details .detail-wrapper .contact-information p {
        color: #bb2337;
        text-align: justify;
        font-size: 1.5rem;
        font-family: 'Redressed', cursive !important;
        margin-bottom: 20px !important; }

.testimonial {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-block: 115px;
  position: relative;
  isolation: isolate;
  background-attachment: fixed !important; }
  .testimonial .description p {
    color: #e0e0e0 !important; }
  .testimonial::after {
    position: absolute;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0.11%, rgba(0, 0, 0, 0.38) 41.72%, rgba(0, 0, 0, 0.26) 99.88%);
    z-index: -1; }
  .testimonial .section-title,
  .testimonial .description {
    color: #ffffff;
    position: relative; }
  .testimonial .testimonial-card-wrapper {
    padding: 46px 78px 70px;
    background-size: cover;
    border: 30px solid transparent;
    padding: 0px;
    position: relative; }
    .testimonial .testimonial-card-wrapper::after {
      position: absolute;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #ffffff; }
    .testimonial .testimonial-card-wrapper .tesitmonial-card {
      background-color: #ffffff;
      border: 0;
      border-radius: 0;
      align-items: center;
      padding-block: 30px; }
      .testimonial .testimonial-card-wrapper .tesitmonial-card figure {
        width: 70px;
        aspect-ratio: 1/1; }
      .testimonial .testimonial-card-wrapper .tesitmonial-card .review-description {
        text-align: center;
        margin-block: 1rem 2.5rem !important; }
        .testimonial .testimonial-card-wrapper .tesitmonial-card .review-description p {
          color: #747474 !important; }
  .testimonial .reviewer-wrapper {
    display: flex;
    align-items: center;
    gap: 22px; }
    .testimonial .reviewer-wrapper figure {
      flex-shrink: 0;
      border-radius: 50%; }
    .testimonial .reviewer-wrapper .name {
      font-weight: 500;
      font-family: 'Redressed', cursive !important;
      color: #000;
      font-size: 1.5rem !important;
      margin-block: 4px; }
    .testimonial .reviewer-wrapper .country {
      color: #747474; }
    .testimonial .reviewer-wrapper .stars {
      margin-top: 8px; }
      .testimonial .reviewer-wrapper .stars .fa-solid {
        color: #FA6F0B; }
      .testimonial .reviewer-wrapper .stars .fa-regular {
        color: #A3A3A3; }

@media (max-width: 767px) {
  .initial-popup {
    padding-right: 5px !important; } }
.initial-popup .modal-dialog {
  justify-content: center !important; }
  .initial-popup .modal-dialog .modal-content {
    width: max-content !important;
    min-height: 100%;
    background-color: transparent !important; }
    .initial-popup .modal-dialog .modal-content .modal-header {
      font-weight: 700;
      font-size: 18px;
      border-bottom: none !important; }
      .initial-popup .modal-dialog .modal-content .modal-header .btn-close {
        background: #C00607;
        color: white;
        opacity: 1;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-image: none !important; }
    .initial-popup .modal-dialog .modal-content .modal-body {
      width: fit-content !important;
      padding: 0 !important; }

.accommodation .room-card {
  border: 0;
  background-color: transparent; }
  .accommodation .room-card figure {
    background-color: #e2e2e2; }
    .accommodation .room-card figure img {
      max-height: 500px;
      object-fit: cover; }
  .accommodation .room-card .room-detail-wrapper {
    z-index: 10;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 4rem 2.25rem 4rem 4.5rem;
    margin-left: -90px; }
    .accommodation .room-card .room-detail-wrapper .room-title {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap; }
      .accommodation .room-card .room-detail-wrapper .room-title .name {
        color: #3a3636;
        font-size: 1.5rem;
        font-weight: 500; }
      .accommodation .room-card .room-detail-wrapper .room-title span {
        color: #747474;
        font-size: 1.125rem;
        font-family: 'Redressed', cursive !important; }
      .accommodation .room-card .room-detail-wrapper .room-title p {
        color: #C00607;
        font-size: 1.5rem;
        font-family: 'Redressed', cursive !important; }
    .accommodation .room-card .room-detail-wrapper .features {
      column-count: 2;
      margin-top: 28px !important; }
      .accommodation .room-card .room-detail-wrapper .features li {
        margin-bottom: 8px;
        display: flex; }
        .accommodation .room-card .room-detail-wrapper .features li::before {
          padding-right: 0.5rem;
          font-family: "Font Awesome 5 Free";
          content: "\f30b";
          font-size: 16px;
          font-weight: 700;
          color: #fa6f0b; }
    .accommodation .room-card .room-detail-wrapper .btn-wrapper {
      display: flex;
      column-gap: 20px;
      row-gap: 0px;
      flex-wrap: wrap; }
      .accommodation .room-card .room-detail-wrapper .btn-wrapper .primary-btn,
      .accommodation .room-card .room-detail-wrapper .btn-wrapper .secondary-btn {
        padding: 8px 32px; }

.accommodation-detail .room-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  border-bottom: 1px solid #d9d9d9; }
  .accommodation-detail .room-title .name {
    color: #3a3636;
    font-size: 2.875rem;
    font-weight: 500;
    font-family: 'Redressed', cursive !important;
    flex-wrap: wrap; }
  .accommodation-detail .room-title div {
    display: flex;
    align-items: center;
    gap: 14px; }
    .accommodation-detail .room-title div span {
      color: #747474;
      font-size: 1.125rem;
      font-family: 'Redressed', cursive !important; }
    .accommodation-detail .room-title div p {
      color: #C00607;
      font-size: 1.5rem;
      font-family: 'Redressed', cursive !important; }
.accommodation-detail .owl-accommodation figure {
  margin-top: 2.5rem !important; }
  .accommodation-detail .owl-accommodation figure img {
    aspect-ratio: 16/9; }
.accommodation-detail .room-content {
  margin-top: 20px; }
  .accommodation-detail .room-content > * {
    margin-bottom: 1rem !important; }
  .accommodation-detail .room-content ul {
    padding-left: 1rem !important; }
    .accommodation-detail .room-content ul li {
      list-style-type: disc;
      margin-bottom: 0.6rem; }
.accommodation-detail .room-features {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 40px; }
  .accommodation-detail .room-features .title {
    color: #3a3636;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem; }
  .accommodation-detail .room-features ul li {
    color: #747474;
    margin-bottom: 0.7rem; }
    .accommodation-detail .room-features ul li::before {
      padding-right: 0.5rem;
      font-family: "Font Awesome 5 Free";
      content: "\f30b";
      font-size: 16px;
      font-weight: 700;
      color: #fa6f0b; }

.query-container {
  margin-top: 2.5rem;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 40px; }
  .query-container .title {
    color: #2d2b2b;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 32px; }
  .query-container .sub-title {
    color: #C00607;
    font-family: 'Redressed', cursive !important;
    font-size: 1.5rem;
    margin-bottom: 1rem; }

.menu-container .nav-tabs {
  gap: 20px;
  border-bottom: 0 !important;
  justify-content: center; }
  .menu-container .nav-tabs .nav-link {
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: auto;
    border: 1px solid #C00607 !important;
    border-radius: 20px;
    background: transparent;
    color: #C00607;
    padding: 2px 15px !important; }
    .menu-container .nav-tabs .nav-link:hover {
      background-color: #C00607 !important;
      border: 1px solid #C00607 !important;
      color: white !important; }
  .menu-container .nav-tabs .active {
    background-color: #C00607 !important;
    border: 1px solid #C00607 !important;
    color: white !important; }
.menu-container .tab-content {
  margin-top: 60px; }
  .menu-container .tab-content .menu-item-wrapper {
    display: grid;
    column-gap: 50px;
    row-gap: 20px;
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 767px) {
      .menu-container .tab-content .menu-item-wrapper {
        grid-template-columns: 1fr;
        gap: 10px; } }
    .menu-container .tab-content .menu-item-wrapper .menu-items .name-price {
      display: flex;
      justify-content: space-between;
      position: relative;
      gap: 10px; }
      .menu-container .tab-content .menu-item-wrapper .menu-items .name-price::before {
        content: "";
        position: absolute;
        top: 11px;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 1px;
        width: 100%;
        border-bottom: 2px dotted #C00607;
        z-index: -1; }
      .menu-container .tab-content .menu-item-wrapper .menu-items .name-price .name,
      .menu-container .tab-content .menu-item-wrapper .menu-items .name-price .price {
        color: #C00607;
        font-family: Redressed;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        padding-right: 20px;
        line-height: 26px;
        background-color: #fff; }
        @media (max-width: 767px) {
          .menu-container .tab-content .menu-item-wrapper .menu-items .name-price .name,
          .menu-container .tab-content .menu-item-wrapper .menu-items .name-price .price {
            font-size: 18px;
            line-height: 20px; } }
        @media (max-width: 575px) {
          .menu-container .tab-content .menu-item-wrapper .menu-items .name-price .name,
          .menu-container .tab-content .menu-item-wrapper .menu-items .name-price .price {
            font-size: 16px;
            padding-right: 10px;
            line-height: 18px; } }
      .menu-container .tab-content .menu-item-wrapper .menu-items .name-price .price {
        text-align: end;
        padding-left: 20px;
        padding-right: 0px;
        white-space: nowrap; }
        @media (max-width: 575px) {
          .menu-container .tab-content .menu-item-wrapper .menu-items .name-price .price {
            padding-left: 10px; } }
    .menu-container .tab-content .menu-item-wrapper .menu-items p {
      color: #747474;
      font-family: Work Sans;
      font-size: 14px !important;
      font-style: italic;
      font-weight: 400;
      line-height: 26px !important;
      /* 185.714% */ }
      @media (max-width: 767px) {
        .menu-container .tab-content .menu-item-wrapper .menu-items p {
          font-size: 12px !important;
          line-height: 16px !important; } }

.gallery-card {
  position: relative; }
  .gallery-card figure {
    height: 250px;
    border-radius: 5px;
    position: relative;
    overflow: hidden; }
    .gallery-card figure::after {
      content: "";
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      border-radius: 5px;
      border-radius: 5px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.83%, rgba(0, 0, 0, 0.5) 74.1%);
      z-index: 1; }
  .gallery-card figcaption {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    z-index: 3; }
    .gallery-card figcaption .tittle {
      color: #fff;
      text-align: center;
      font-family: Work Sans;
      font-size: 18px;
      font-weight: 500;
      line-height: normal;
      transition: all 300ms; }
  .gallery-card:hover figcaption .tittle {
    translate: 0 -20px;
    scale: 1;
    text-shadow: 0px 6px 2px #000000;
    transition: all 300ms; }

.Single-gallery-page figure {
  height: 250px;
  border-radius: 5px; }

.team-member-card {
  position: relative; }
  .team-member-card figure {
    width: 80%;
    aspect-ratio: 1;
    margin: 0px auto !important;
    border-radius: 5px; }
  .team-member-card::after {
    content: "";
    background-color: #C00607;
    border-radius: 5px;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1; }
  .team-member-card .team-details {
    padding: 10px; }
    .team-member-card .team-details .name {
      color: #fff;
      text-align: center;
      font-family: Work Sans;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      /* 150% */ }
    .team-member-card .team-details .post {
      color: #d9d9d9;
      text-align: center;
      font-family: Work Sans;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      /* 150% */ }
    .team-member-card .team-details .contact-details {
      color: white;
      display: none;
      margin-top: 10px; }
      .team-member-card .team-details .contact-details ul li {
        padding-bottom: 10px; }
        .team-member-card .team-details .contact-details ul li:last-child {
          padding-bottom: 0; }
        .team-member-card .team-details .contact-details ul li .wrapper .tittle {
          color: white;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          text-align: center; }
        .team-member-card .team-details .contact-details ul li .wrapper span {
          color: white;
          font-weight: 400;
          font-size: 14px;
          display: block;
          text-align: center; }
  .team-member-card:hover figure {
    display: none; }
  .team-member-card:hover::after {
    height: 100%; }
  .team-member-card:hover .team-details .contact-details {
    display: block; }

.booking-form-wrapper {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 40px; }
  @media (max-width: 767px) {
    .booking-form-wrapper {
      padding: 20px; } }
  .booking-form-wrapper .heading {
    margin-bottom: 20px; }
    .booking-form-wrapper .heading .tittle {
      color: #3a3636;
      font-family: Work Sans;
      font-size: 24px !important;
      font-weight: 500;
      line-height: normal; }
    .booking-form-wrapper .heading p {
      color: #4d4d55;
      font-family: Work Sans;
      font-size: 14px;
      font-style: italic;
      font-weight: 400;
      line-height: 25px;
      /* 156.25% */ }

.booking .query-container {
  margin-top: 0px;
  position: sticky;
  top: 50px; }

.contact-us-page .send-message-form {
  border-radius: 10px;
  background: #f0f0f0;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 30px; }
  .contact-us-page .send-message-form .form-heading {
    color: #3a3636;
    font-family: Work Sans;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px; }
    .contact-us-page .send-message-form .form-heading span {
      color: #C00607; }
.contact-us-page .social-media-wrapper .follow-us-heading {
  color: #3a3636;
  font-family: 'Redressed', cursive !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
  /* 112.5% */
  margin-bottom: 15px; }

.google-location {
  margin-bottom: -71px; }
  .google-location iframe {
    width: 100%;
    height: 450px;
    margin-bottom: -4px; }

.video-card figure {
  height: 250px;
  width: 100%;
  border-radius: 5px; }
.video-card .video-tittle {
  font-family: Work Sans;
  font-size: 20px !important;
  font-weight: 500;
  line-height: normal;
  margin: 7px 0px 5px 0px !important; }
.video-card .date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #747474; }

.video-section .main-video-card figure {
  height: 60vh; }
.video-section .video-tittle {
  font-family: Work Sans;
  font-size: 18px !important;
  font-weight: 500;
  line-height: normal;
  margin: 7px 0px 5px 0px !important; }
  .video-section .video-tittle:hover {
    color: #C00607 !important; }
.video-section .video-grid-tittle {
  text-align: center; }
.video-section .date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #747474; }

.aside-video-link {
  position: sticky;
  top: 50px; }
  .aside-video-link li {
    padding-bottom: 15px; }
    .aside-video-link li:last-child {
      padding-bottom: 0; }
    .aside-video-link li .video-aside-card {
      display: grid;
      grid-template-columns: 1fr 3fr;
      gap: 10px; }
      .aside-video-link li .video-aside-card figure {
        border-radius: 3px; }
      .aside-video-link li .video-aside-card .details .video-tittle {
        font-family: Work Sans;
        font-size: 18px !important;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 5px !important; }
      .aside-video-link li .video-aside-card .details .date-time {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 12px;
        color: #747474; }

/*# sourceMappingURL=style.css.map */
