/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20-Aug-2025, 4:04:29 pm
    Author     : Ajit Chandra

  font-family: "IBM Plex Serif", serif;
400, 700, italic
  font-family: "Marcellus", serif;
400 normal
*/
.ibm-plex-serif-regular {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-style: normal; }

.ibm-plex-serif-bold {
  font-family: "IBM Plex Serif", serif;
  font-weight: 700;
  font-style: normal; }

.ibm-plex-serif-regular-italic {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-style: italic; }

.ibm-plex-serif-bold-italic {
  font-family: "IBM Plex Serif", serif;
  font-weight: 700;
  font-style: italic; }

.inter-normal {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

:root {
  --body-font: "Inter", sans-serif;
  --heading-font: "IBM Plex Serif", serif; }

*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s; }

*, body, html, p, h1, h2, h3, h4, h5, h6, .navbar, figure, figcaption, a, ol, ul, li, hr, address {
  padding: 0px;
  margin: 0px; }

html {
  scrollbar-width: thin;
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available; }

html::-webkit-scrollbar {
  width: 5px; }

html::-webkit-scrollbar-track {
  background: #ddd; }

html::-webkit-scrollbar-thumb {
  background: #FDD36A; }

ul, li {
  list-style-type: none; }

a, button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none; }

*, body, html, p, h1, h2, h3, h4, h5, h6, .navbar, figure, figcaption, a, ul, li, hr, address {
  padding: 0px;
  margin: 0px; }

ul, li {
  list-style-type: none; }

body {
  background-color: #0e100f;
  font-size: 16px;
  font-family: var(--body-font);
  color: #9f9e95; }

.pt-2rem {
  padding-top: 2rem; }

.pt-4rem {
  padding-top: 4rem; }

.pb-2rem {
  padding-bottom: 2rem; }

.pb-4rem {
  padding-bottom: 4rem; }

.heading-title {
  padding-bottom: 25px; }
  .heading-title .title {
    font-family: var(--heading-font);
    font-size: 30px;
    font-weight: bold;
    color: #EFDCAB;
    text-shadow: -1px -1px 5px #000; }
  .heading-title .descriptions {
    font-family: var(--heading-font);
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #EFDCAB; }

header .navbar {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 99; }
  header .navbar .navbar-toggler {
    border: 1px solid #fff;
    border-radius: 0px; }
    header .navbar .navbar-toggler .navbar-icon {
      color: #fff; }
  header .navbar .navbar-nav {
    padding: 18px 0px; }
    header .navbar .navbar-nav .nav-item .nav-link {
      font-size: 13px;
      font-weight: bold;
      text-align: center;
      color: #CCC29D;
      padding-left: 25px;
      padding-right: 25px;
      text-transform: uppercase; }
      header .navbar .navbar-nav .nav-item .nav-link:hover {
        text-decoration: underline;
        color: #EADCA6; }
      header .navbar .navbar-nav .nav-item .nav-link.active {
        text-decoration: underline;
        color: #EADCA6; }
  header .navbar .btn-book {
    border-radius: 30px;
    background-color: #3E0703;
    color: #fff;
    display: inline-block;
    padding: 7px 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
header .offcanvas {
  background-color: #4b453b; }
  header .offcanvas .offcanvas-header {
    background-color: #000; }
    header .offcanvas .offcanvas-header .btn-close {
      background: none;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 0px;
      opacity: 1;
      height: inherit;
      width: inherit;
      font-size: 1.2rem;
      padding: 3px 10px; }
  header .offcanvas .navbar-nav .nav-item {
    padding: 5px 0px; }
    header .offcanvas .navbar-nav .nav-item + .nav-item {
      border-top: 1px solid #1d1d1d; }
    header .offcanvas .navbar-nav .nav-item .nav-link {
      line-height: 12px;
      color: #CCC29D;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase; }
      header .offcanvas .navbar-nav .nav-item .nav-link:hover {
        text-decoration: underline;
        color: #EADCA6; }
      header .offcanvas .navbar-nav .nav-item .nav-link.active {
        text-decoration: underline;
        color: #EADCA6; }

.page-content h1 {
  font-size: 30px; }
.page-content h2 {
  font-size: 29px; }
.page-content h3 {
  font-size: 28px; }
.page-content h4 {
  font-size: 27px; }
.page-content h5 {
  font-size: 26px; }
.page-content h6 {
  font-size: 25px; }
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-family: var(--heading-font);
  padding-bottom: 15px;
  color: #E2C799;
  text-align: center;
  font-weight: bold; }
.page-content p {
  font-size: 14px;
  padding-bottom: 12px;
  text-align: justify;
  margin-bottom: 1rem; }
  .page-content p a {
    color: #E0D6AD; }
  .page-content p strong {
    color: #75d78e; }
.page-content ul {
  margin-left: 15px;
  margin-bottom: 15px; }
  .page-content ul li {
    list-style-type: square;
    padding: 5px 0px; }
.page-content ol {
  margin-left: 20px;
  margin-bottom: 15px; }
  .page-content ol li {
    list-style-type: upper-alpha;
    padding: 5px 0px; }
@media (min-width: 768px) {
  .page-content h1 {
    font-size: 32px; }
  .page-content h2 {
    font-size: 30px; }
  .page-content h3 {
    font-size: 26px; }
  .page-content h4 {
    font-size: 24px; }
  .page-content h5 {
    font-size: 22px; }
  .page-content h6 {
    font-size: 20px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    text-align: left; }
  .page-content p {
    font-size: 16px;
    padding-bottom: 12px;
    text-align: justify;
    margin-bottom: 1rem; } }

footer {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000;
  color: #fff;
  font-size: 13px; }
  footer .footer-menu ul {
    display: inline-flex; }
    footer .footer-menu ul li a {
      color: #fff;
      text-decoration: none; }
      footer .footer-menu ul li a:hover {
        text-decoration: underline; }
    footer .footer-menu ul li + li {
      margin-left: 5px; }
      footer .footer-menu ul li + li:before {
        content: '|';
        color: #fff;
        padding-right: 5px; }

.callbuttonlinks {
  position: fixed;
  z-index: 999999;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-bottom: 3px; }
  .callbuttonlinks ul {
    display: inline-flex;
    width: 100%; }
    .callbuttonlinks ul li {
      width: 33.33333%;
      padding-left: 5px; }
      .callbuttonlinks ul li span {
        display: inline-block;
        width: 100%;
        padding: 10px 0px;
        text-align: center;
        cursor: pointer;
        border-radius: 5px;
        border: 3px solid #8a8a8a; }
        .callbuttonlinks ul li span:hover {
          border-color: #aeaeae; }
      .callbuttonlinks ul li:last-child {
        padding-right: 5px; }
      .callbuttonlinks ul li .home-link {
        background-color: #0D1164; }
      .callbuttonlinks ul li .call-link {
        background-color: #1C352D; }
      .callbuttonlinks ul li .whatsapp-link {
        background-color: #06923E; }
      .callbuttonlinks ul li .email-link {
        background-color: #212121; }

@media (min-width: 992px) {
  .heading-title .title {
    font-size: 40px; } }

/*# sourceMappingURL=mainstyle.css.map */