/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v40-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* oswald-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/oswald-v53-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* oswald-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald-v53-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* oswald-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/oswald-v53-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* oswald-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/oswald-v53-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* oswald-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/oswald-v53-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Audrey';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Audrey-Medium.otf") format("otf");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
body {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  color: #292b2c;
  --bs-dropdown-link-color: #292b2c; }

.container {
  max-width: 1200px; }
  @media (max-width: 1199px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.container-fluid {
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 1199px) {
    .container-fluid {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .container-fluid {
      padding-left: 20px;
      padding-right: 20px; } }

@media (max-width: 991px) {
  .navbar-brand {
    order: 1;
    padding: 0; } }
@media (max-width: 575px) {
  .navbar-brand {
    margin-right: 0px; } }
.navbar-brand > img {
  width: 100%;
  max-width: 150px;
  height: auto;
  transition: .3s all; }
  @media (max-width: 1024px) {
    .navbar-brand > img {
      max-width: 120px; } }
  @media (max-width: 575px) {
    .navbar-brand > img {
      max-width: 110px; } }
  @media (max-width: 339px) {
    .navbar-brand > img {
      max-width: 90px; } }

@media (max-width: 991px) {
  .navbar-toggler {
    order: 3;
    padding: 0;
    border: 0;
    height: 33px;
    width: 34px;
    position: relative;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    background: black; } }
.navbar-toggler:after, .navbar-toggler:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  right: 8px;
  transition: .3s all; }
.navbar-toggler:before {
  top: 8px; }
.navbar-toggler:after {
  bottom: 8px; }
@media (max-width: 991px) {
  .navbar-toggler .navbar-toggler-icon {
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    right: 8px;
    top: 15px; } }
.navbar-toggler[aria-expanded="true"]:before {
  top: 16px;
  transform: rotate(45deg); }
.navbar-toggler[aria-expanded="true"]:after {
  bottom: 15px;
  transform: rotate(-45deg); }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  display: none; }

h3 {
  margin-left: -3px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.4;
  font-size: 40px;
  color: #0e1927;
  font-weight: 500;
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    h3 {
      letter-spacing: 2.5px;
      line-height: 1.3;
      font-size: 30px; } }
  @media (max-width: 767px) {
    h3 {
      letter-spacing: 2.2px;
      line-height: 1.2;
      font-size: 27px; } }

h4 {
  color: #0e1927;
  font-size: 16px;
  line-height: 1.72;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600; }
  @media (max-width: 1024px) {
    h4 {
      font-size: 15px;
      line-height: 1.52; } }

h5 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 31px;
  color: #0e1927; }
  h5 a {
    color: inherit;
    text-decoration: none; }

p {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 16px; }
  @media (max-width: 1024px) {
    p {
      font-size: 14px; } }

.top-nav {
  background-color: #0e1927;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: .3s; }
  .top-nav .top-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .top-nav img {
    width: 20px; }
  .top-nav .left-top {
    display: flex;
    align-items: center;
    gap: 16px; }
    @media (max-width: 767px) {
      .top-nav .left-top {
        padding-right: 10px; } }
  .top-nav .right-top {
    display: flex;
    gap: 8px; }
  .top-nav .top-item {
    line-height: 1; }
    .top-nav .top-item.phone {
      display: none; }
      @media (max-width: 767px) {
        .top-nav .top-item.phone {
          font-size: 0;
          gap: 0; } }
  .top-nav .top-item, .top-nav .social-icon-top {
    display: flex;
    align-items: center;
    gap: 4px; }
  .top-nav .social-icon-top {
    color: white;
    text-decoration: none; }
    @media (max-width: 767px) {
      .top-nav .social-icon-top {
        font-size: 0;
        gap: 0; } }
  @media (max-width: 767px) {
    .top-nav .top-item {
      font-size: 0; }
      .top-nav .top-item span {
        font-size: 13px; } }

.dropdown-menu {
  border-radius: 0;
  border-color: #e7e7e7;
  min-width: 320px; }
  @media (max-width: 991px) {
    .dropdown-menu {
      padding-left: 35px;
      padding-right: 35px;
      border: 0;
      min-width: auto; } }
  .dropdown-menu li {
    border-bottom: 1px solid #F1F1F1; }
    .dropdown-menu li:last-child {
      border-bottom: 0; }
  .dropdown-menu .dropdown-item {
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111111;
    white-space: normal; }
    @media (max-width: 991px) {
      .dropdown-menu .dropdown-item {
        padding-left: 0;
        padding-right: 0; } }
    .dropdown-menu .dropdown-item:hover {
      color: #f61616; }
    .dropdown-menu .dropdown-item:active {
      background: none; }

header {
  transition: all .5s; }
  @media (max-width: 991px) {
    header .navbar {
      padding-top: 4px;
      padding-bottom: 4px; } }
  header .navbar-collapse {
    justify-content: center; }
    @media (max-width: 991px) {
      header .navbar-collapse {
        position: absolute;
        z-index: 99;
        background: white;
        width: 100%;
        left: 0;
        top: 105px;
        box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28); } }
    @media (max-width: 575px) {
      header .navbar-collapse {
        top: 97px; } }
    @media (max-width: 339px) {
      header .navbar-collapse {
        top: 81px; } }
    header .navbar-collapse .navbar-nav {
      display: flex;
      gap: 40px; }
      @media (max-width: 991px) {
        header .navbar-collapse .navbar-nav {
          gap: 0; } }
      header .navbar-collapse .navbar-nav .nav-link {
        font-size: 17px;
        font-weight: 600;
        line-height: 114px;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 2.2px;
        color: #111111;
        display: flex;
        align-items: center;
        transition: .3s all; }
        @media (max-width: 1024px) {
          header .navbar-collapse .navbar-nav .nav-link {
            line-height: 74px;
            font-size: 15px; } }
        @media (max-width: 991px) {
          header .navbar-collapse .navbar-nav .nav-link {
            line-height: 45px;
            padding-left: 25px;
            padding-right: 25px; } }
        header .navbar-collapse .navbar-nav .nav-link > img {
          width: 30px;
          height: auto;
          position: relative;
          top: -3px;
          margin-right: 6px; }
        header .navbar-collapse .navbar-nav .nav-link.active, header .navbar-collapse .navbar-nav .nav-link:hover {
          color: #f61616; }
        header .navbar-collapse .navbar-nav .nav-link:before {
          content: "";
          position: absolute;
          background-color: #f61616;
          top: calc(50% - 21px);
          width: 10px;
          height: 10px;
          border-radius: 50%;
          left: 50%;
          transform: translateX(-50%);
          opacity: 0;
          transition: .3s all; }
          @media (max-width: 991px) {
            header .navbar-collapse .navbar-nav .nav-link:before {
              width: 6px;
              height: 6px;
              left: 30px; } }
        header .navbar-collapse .navbar-nav .nav-link:hover:before {
          opacity: 1; }
        header .navbar-collapse .navbar-nav .nav-link.active:hover:before {
          opacity: 0; }
  header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28); }
    header.fixed .top-nav {
      display: none; }
    header.fixed + section {
      margin-top: 146px; }
    header.fixed .navbar {
      background-color: #ffffff; }
    @media (max-width: 575px) {
      header.fixed .navbar-brand {
        margin-right: 0px; } }
    header.fixed .navbar-brand > img {
      max-width: 90px; }
      @media (max-width: 1024px) {
        header.fixed .navbar-brand > img {
          max-width: 100px; } }
      @media (max-width: 339px) {
        header.fixed .navbar-brand > img {
          max-width: 80px; } }
    @media (max-width: 991px) {
      header.fixed .navbar-collapse {
        top: 89px; } }
    @media (max-width: 575px) {
      header.fixed .navbar-collapse {
        top: 89px; } }
    @media (max-width: 339px) {
      header.fixed .navbar-collapse {
        top: 73px; } }
    header.fixed .navbar-collapse .navbar-nav .nav-link {
      line-height: 60px; }
      @media (max-width: 1024px) {
        header.fixed .navbar-collapse .navbar-nav .nav-link {
          line-height: 50px; } }

.book-table {
  min-width: 166px;
  text-align: right; }
  @media (max-width: 991px) {
    .book-table {
      order: 2;
      margin-left: auto;
      margin-right: 25px;
      display: none; } }
  @media (max-width: 575px) {
    .book-table {
      margin-right: 10px; } }
  @media (max-width: 575px) {
    .book-table .btn-theme {
      padding: 0 16px; } }
  @media (max-width: 339px) {
    .book-table .btn-theme {
      padding: 0 10px;
      height: 36px;
      line-height: 34px;
      font-size: 11px; } }

.btn-theme, .book-table-btn {
  color: #f61616;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  border: 1px solid #f61616;
  height: 50px;
  padding: 0 32px;
  font-weight: 600;
  letter-spacing: 1.9px;
  line-height: 46px;
  position: relative;
  margin-bottom: 10px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 1024px) {
    .btn-theme, .book-table-btn {
      height: 45px;
      padding: 0 25px;
      line-height: 41px;
      margin-bottom: 5px; } }
  @media (max-width: 767px) {
    .btn-theme, .book-table-btn {
      height: 40px;
      line-height: 35px;
      margin-bottom: 5px;
      font-size: 13px; } }
  .btn-theme:after, .book-table-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -10px;
    background-color: #f61616;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .btn-theme:after, .book-table-btn:after {
        bottom: -5px; } }
  .btn-theme:hover, .btn-theme.active, .book-table-btn:hover, .book-table-btn.active {
    background-color: #f61616;
    color: white; }
    .btn-theme:hover:after, .btn-theme.active:after, .book-table-btn:hover:after, .book-table-btn.active:after {
      transform: translateY(-10px); }
      @media (max-width: 767px) {
        .btn-theme:hover:after, .btn-theme.active:after, .book-table-btn:hover:after, .book-table-btn.active:after {
          transform: translateY(-5px); } }
  .btn-theme.invert, .book-table-btn.invert {
    color: #ffffff;
    border: 1px solid #ffffff; }
    .btn-theme.invert:hover, .book-table-btn.invert:hover {
      background-color: #ffffff;
      color: #292b2c; }
    .btn-theme.invert:after, .book-table-btn.invert:after {
      background-color: #ffffff; }

.banner .carousel-inner .carousel-item {
  position: relative; }
  .banner .carousel-inner .carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; }
  .banner .carousel-inner .carousel-item > img {
    height: calc(100vh - 180px);
    object-fit: cover;
    min-height: 300px; }
    @media (max-width: 991px) {
      .banner .carousel-inner .carousel-item > img {
        height: calc(100vh - 140px); } }
  .banner .carousel-inner .carousel-item > video {
    height: calc(100vh - 180px);
    min-height: 300px;
    width: 100%;
    display: block;
    object-fit: cover; }
    .banner .carousel-inner .carousel-item > video > img {
      height: calc(100vh - 180px);
      object-fit: cover;
      min-height: 300px; }
      @media (max-width: 991px) {
        .banner .carousel-inner .carousel-item > video > img {
          height: calc(100vh - 140px); } }
  .banner .carousel-inner .carousel-item .banner-caption {
    max-width: 1550px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 100%;
    padding-left: 90px;
    padding-right: 90px; }
    @media (max-width: 1024px) {
      .banner .carousel-inner .carousel-item .banner-caption {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .banner .carousel-inner .carousel-item .banner-caption {
        padding-left: 20px;
        padding-right: 20px; } }
    .banner .carousel-inner .carousel-item .banner-caption h2 {
      font-size: 85px;
      font-weight: 700;
      line-height: 91px;
      letter-spacing: -1px;
      text-transform: capitalize;
      margin-bottom: 30px; }
      @media (max-width: 1024px) {
        .banner .carousel-inner .carousel-item .banner-caption h2 {
          font-size: 55px;
          line-height: 65px;
          letter-spacing: 0px; } }
      @media (max-width: 767px) {
        .banner .carousel-inner .carousel-item .banner-caption h2 {
          font-size: 45px;
          line-height: 60px;
          margin-bottom: 20px; } }
  .banner .carousel-inner .carousel-item .book-table-btn {
    margin-top: 40px; }
    @media (max-width: 1024px) {
      .banner .carousel-inner .carousel-item .book-table-btn {
        margin-top: 30px; } }

@media (max-width: 1024px) {
  .carousel-control-next, .carousel-control-prev {
    width: 90px;
    opacity: 1 !important;
    display: none; } }
@media (max-width: 991px) {
  .carousel-control-next, .carousel-control-prev {
    width: 60px; } }
.carousel-control-next:after, .carousel-control-prev:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow-right-s-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none; }
  @media (max-width: 1024px) {
    .carousel-control-next:after, .carousel-control-prev:after {
      display: block; } }
.carousel-control-next span, .carousel-control-prev span {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: white;
  position: relative;
  transition: .3s; }
  @media (max-width: 1024px) {
    .carousel-control-next span, .carousel-control-prev span {
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 1.4px;
      display: none; } }
  .carousel-control-next span:after, .carousel-control-prev span:after {
    content: "";
    width: calc(100% + 40px);
    position: absolute;
    bottom: -10px;
    height: 1px;
    background: white;
    right: 0;
    transition: .3s all; }
  .carousel-control-next span:hover:after, .carousel-control-prev span:hover:after {
    right: -40px; }

.carousel-control-prev:after {
  transform: scale(-1); }
.carousel-control-prev span:after {
  right: auto;
  left: 0; }
.carousel-control-prev span:hover:after {
  left: -40px; }

.about {
  position: relative;
  padding: 133px 0; }
  @media (max-width: 1024px) {
    .about {
      padding: 90px 0; } }
  @media (max-width: 767px) {
    .about {
      padding: 70px 0; } }
  .about .shape {
    position: absolute;
    top: 0;
    left: 0;
    background: #f9f1e8;
    width: 721px;
    height: 650px;
    z-index: -1; }
    @media (max-width: 1399px) {
      .about .shape {
        width: 510px; } }
    @media (max-width: 1199px) {
      .about .shape {
        width: 40%;
        height: 70%; } }
    @media (max-width: 1024px) {
      .about .shape {
        width: 35%; } }
    @media (max-width: 991px) {
      .about .shape {
        height: 450px;
        width: 95%; } }
    @media (max-width: 767px) {
      .about .shape {
        height: 400px;
        width: 75%; } }
  .about .about-img {
    max-width: 500px;
    height: 633px;
    /*@include max(md) {
        max-width: 100%;
        height: 413px;
    }*/ }
    @media (max-width: 1024px) {
      .about .about-img {
        max-width: 403px;
        height: 513px; } }
    @media (max-width: 991px) {
      .about .about-img {
        width: 100%;
        max-width: 500px;
        height: auto;
        margin: 0 auto; } }
    .about .about-img > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.text-content {
  max-width: 550px; }
  @media (max-width: 991px) {
    .text-content {
      max-width: 100%; } }
  .text-content .subtitle {
    font-size: 15px;
    text-transform: uppercase;
    color: #0e1927;
    letter-spacing: 2.7px;
    position: relative;
    line-height: 1;
    margin-bottom: 18px; }
    @media (max-width: 1024px) {
      .text-content .subtitle {
        margin-bottom: 14px; } }
    .text-content .subtitle span {
      position: relative; }
      .text-content .subtitle span:after {
        content: "";
        position: absolute;
        top: 16px;
        right: -76px;
        width: 63px;
        height: 1px;
        background: #f61616; }
  .text-content p:last-child {
    margin-bottom: 0; }

.about-contact {
  padding-top: 15px; }
  .about-contact .btn-theme {
    font-family: "Open Sans", sans-serif; }

.form-control, .form-select {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid #e6c9a2;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
  padding: 14px;
  font-size: 16px;
  line-height: 21px;
  box-shadow: none;
  letter-spacing: 1px; }
  .form-control:focus, .form-control:active, .form-select:focus, .form-select:active {
    box-shadow: none;
    border-color: #f61616; }
  .form-control::placeholder, .form-select::placeholder {
    color: white; }

.form-select option {
  color: #292b2c; }

.form-item-row {
  display: flex;
  gap: 12px; }
  @media (max-width: 575px) {
    .form-item-row {
      flex-wrap: wrap;
      gap: 0; } }
  .form-item-row .form-item {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px); }
    @media (max-width: 575px) {
      .form-item-row .form-item {
        flex: 0 0 100%;
        max-width: 100%; } }

.form-item {
  margin-bottom: 12px; }

.booktable {
  background-image: url(../images/booking_background.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 135px 0 120px;
  position: relative;
  transform: none !important; }
  @media (max-width: 1024px) {
    .booktable {
      padding: 100px 0 90px; } }
  @media (max-width: 767px) {
    .booktable {
      padding-bottom: 60px; } }
  .booktable:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .booktable > * {
    position: relative;
    z-index: 2; }
  .booktable .text-content {
    margin-top: -30px; }
    .booktable .text-content .subtitle {
      color: #f61616; }
    .booktable .text-content h3 {
      color: white; }
    .booktable .text-content p {
      color: #fff;
      margin: 0; }
  .booktable .btn-theme {
    font-family: "Open Sans", sans-serif;
    background-color: white;
    color: #0e1927;
    border-color: white;
    margin-top: 15px;
    width: 100%;
    text-align: center; }
    .booktable .btn-theme:hover {
      background-color: transparent;
      color: white; }
    .booktable .btn-theme:after {
      background-color: white; }
  .booktable .form-control, .booktable .form-select {
    color: white; }
    @media (max-width: 767px) {
      .booktable .form-control, .booktable .form-select {
        padding: 10px 15px;
        font-size: 16px; } }

.location {
  padding: 135px 0 120px;
  position: relative; }
  @media (max-width: 1024px) {
    .location {
      padding: 100px 0 90px; } }
  @media (max-width: 767px) {
    .location {
      padding: 70px 0 60px; } }
  .location:before {
    background-image: url(../images/bg-2.jpg);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .05;
    background-size: cover;
    background-position: center; }
  .location .text-content {
    margin: 0 auto; }
    .location .text-content > p {
      margin-bottom: 36px;
      letter-spacing: 0.1px; }
  .location .subtitle span {
    position: relative; }
    .location .subtitle span:before {
      content: "";
      position: absolute;
      top: 16px;
      left: -76px;
      width: 63px;
      height: 1px;
      background: #f61616; }
  .location h3 {
    margin-bottom: 10px; }
  .location .col-us p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: .3px;
    margin-bottom: 3px; }
    @media (max-width: 767px) {
      .location .col-us p {
        font-size: 14px; } }
  .location .btn-theme {
    margin-top: 36px; }

.map iframe {
  width: 100%;
  display: block; }
  @media (max-width: 991px) {
    .map iframe {
      height: 300px; } }

.offer {
  background: #f61616;
  padding: 40px 0; }

footer {
  background-color: #000000;
  padding: 80px 0 20px; }
  @media (max-width: 1024px) {
    footer {
      padding: 60px 0 20px; } }
  footer * {
    color: white; }
  footer h3 {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0 0 25px 0; }
    @media (max-width: 1024px) {
      footer h3 {
        font-size: 18px;
        margin: 0 0 20px 0; } }
  footer p {
    margin: 0;
    font-size: 14px;
    opacity: .7; }
    footer p.phone-footer {
      font-size: 35px;
      letter-spacing: 0.2px;
      font-weight: 600;
      color: #f61616;
      padding-top: 10px;
      opacity: 1; }
      @media (max-width: 1024px) {
        footer p.phone-footer {
          font-size: 30px; } }
      footer p.phone-footer a {
        color: inherit;
        text-decoration: none; }
    footer p.hours {
      opacity: 1;
      font-weight: 600;
      color: white; }
      footer p.hours:not(:last-child) {
        padding-bottom: 8px; }
  footer .footer-logo {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }
    footer .footer-logo:after, footer .footer-logo:before {
      content: "";
      background: none;
      width: 40%;
      right: 0;
      top: 56px;
      position: absolute;
      height: 0px;
      opacity: 1;
      border-top: 1px solid rgba(255, 255, 255, 0.129); }
      @media (max-width: 1024px) {
        footer .footer-logo:after, footer .footer-logo:before {
          top: 45px; } }
    footer .footer-logo:before {
      right: auto;
      left: 0; }
  footer .logo-footer {
    width: 150px;
    position: relative;
    z-index: 9; }
    @media (max-width: 1024px) {
      footer .logo-footer {
        width: 120px; } }

.footer-ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-ul li {
    margin-bottom: 12px; }
    .footer-ul li img {
      width: 18px;
      height: 18px;
      object-fit: contain;
      filter: brightness(0) invert(1); }
    .footer-ul li a {
      text-transform: capitalize;
      font-family: "Open Sans", sans-serif;
      text-decoration: none;
      font-weight: 400;
      font-size: 14px;
      display: flex;
      gap: 7px;
      align-items: center; }
      .footer-ul li a img {
        opacity: 1; }
      .footer-ul li a span {
        opacity: .7; }

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.129);
  margin-top: 40px;
  padding-bottom: 10px; }
  @media (max-width: 1024px) {
    .copyright {
      padding-bottom: 0; } }
  .copyright p {
    text-align: center;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding-top: 20px;
    margin: 0;
    opacity: .7; }
    @media (max-width: 1024px) {
      .copyright p {
        padding-top: 16px; } }

.ui-datepicker {
  border-radius: 0;
  border: 0 !important;
  padding: 6px; }
  .ui-datepicker table {
    font-size: 14px;
    font-family: "Oswald", sans-serif; }
  .ui-datepicker .ui-datepicker-title {
    color: #111111;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #e6c9a2;
  background: white;
  color: #292b2c; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border: 1px solid #f61616;
  color: #f61616;
  background-color: #ffffff; }

.ui-state-default.ui-state-hover {
  border: 1px solid #f61616;
  color: #f61616;
  background-color: #ffffff; }

.ui-widget-content {
  color: #292b2c; }

.ui-widget-content .ui-state-default.ui-state-active {
  border: 1px solid #f61616;
  background: #f61616;
  color: #ffffff; }

/*Css Loader*/
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box; }

.lds-spinner {
  color: currentColor;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
  @media (max-width: 991px) {
    .lds-spinner {
      transform: scale(0.8); } }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite; }
    .lds-spinner div:after {
      content: " ";
      display: block;
      position: absolute;
      top: 3.2px;
      left: 36.8px;
      width: 6.4px;
      height: 17.6px;
      border-radius: 20%;
      background: white; }
    .lds-spinner div:nth-child(1) {
      transform: rotate(0deg);
      animation-delay: -1.1s; }
    .lds-spinner div:nth-child(2) {
      transform: rotate(30deg);
      animation-delay: -1s; }
    .lds-spinner div:nth-child(3) {
      transform: rotate(60deg);
      animation-delay: -0.9s; }
    .lds-spinner div:nth-child(4) {
      transform: rotate(90deg);
      animation-delay: -0.8s; }
    .lds-spinner div:nth-child(5) {
      transform: rotate(120deg);
      animation-delay: -0.7s; }
    .lds-spinner div:nth-child(6) {
      transform: rotate(150deg);
      animation-delay: -0.6s; }
    .lds-spinner div:nth-child(7) {
      transform: rotate(180deg);
      animation-delay: -0.5s; }
    .lds-spinner div:nth-child(8) {
      transform: rotate(210deg);
      animation-delay: -0.4s; }
    .lds-spinner div:nth-child(9) {
      transform: rotate(240deg);
      animation-delay: -0.3s; }
    .lds-spinner div:nth-child(10) {
      transform: rotate(270deg);
      animation-delay: -0.2s; }
    .lds-spinner div:nth-child(11) {
      transform: rotate(300deg);
      animation-delay: -0.1s; }
    .lds-spinner div:nth-child(12) {
      transform: rotate(330deg);
      animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.modal-loader {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none; }
  .modal-loader .modal-loader-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column; }
  .modal-loader .loader-text {
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 15px; }

/****** Success Modal ******/
.success-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none;
  z-index: 9999; }
  .success-modal-container .success-modal-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .success-modal-container .success-modal-inner .success-modal-body {
      background: #fff;
      width: 100%;
      max-width: 540px;
      border-radius: 5px;
      padding: 40px 50px; }
      @media (max-width: 767px) {
        .success-modal-container .success-modal-inner .success-modal-body {
          padding: 40px 20px; } }
      @media (max-width: 575px) {
        .success-modal-container .success-modal-inner .success-modal-body {
          width: calc(100% - 30px); } }
    .success-modal-container .success-modal-inner .success-modal-icon {
      display: flex;
      align-items: center;
      justify-content: center; }
    .success-modal-container .success-modal-inner .success-modal-icon {
      padding-bottom: 12px; }
      @media (max-width: 575px) {
        .success-modal-container .success-modal-inner .success-modal-icon {
          padding-bottom: 10px; } }
      .success-modal-container .success-modal-inner .success-modal-icon .modal-icon-header {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: #15c35f; }
    .success-modal-container .success-modal-inner .success-modal-content {
      text-align: center; }
      .success-modal-container .success-modal-inner .success-modal-content h3 {
        font-size: 30px;
        color: #292b2c;
        margin: 0;
        padding-bottom: 5px; }
        @media (max-width: 575px) {
          .success-modal-container .success-modal-inner .success-modal-content h3 {
            padding-bottom: 10px; } }
      .success-modal-container .success-modal-inner .success-modal-content p {
        color: #292b2c;
        font-size: 14px; }
    .success-modal-container .success-modal-inner .success-modal-footer {
      display: flex;
      justify-content: center;
      padding-top: 16px; }
  .success-modal-container.fail-modal-container .success-modal-inner .success-modal-icon .modal-icon-header {
    color: #dc3545; }
  .success-modal-container .close-modal-btn {
    min-width: 100px;
    border: 0;
    background: #000;
    color: white;
    height: 45px;
    text-transform: uppercase;
    line-height: 1; }

/****** Success Modal end ******/
@media (max-width: 575px) {
  .g-recaptcha > div {
    max-width: 100%; } }
@media (max-width: 575px) {
  .g-recaptcha > div iframe {
    max-width: 100%; } }

.our-story-slider .our-story-slider-item {
  margin-top: 20px;
  margin-bottom: 20px; }
.our-story-slider .slick-slide img {
  width: 100%;
  transform: scaleY(0.8);
  transition: .3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.our-story-slider .slick-slide.slick-current img {
  transform: scale(1); }
.our-story-slider .slick-list {
  padding: 0 50px 0 50px !important; }
.our-story-slider ul.slick-dots {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  gap: 5px; }
  .our-story-slider ul.slick-dots li button {
    background: #ffffff;
    border: 0;
    font-size: 0;
    line-height: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: .5;
    transition: .3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
  .our-story-slider ul.slick-dots li.slick-active button {
    opacity: 1; }

.deals {
  background: #f1f1f1;
  padding: 100px 0 110px; }
  .deals .offers {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 20px; }
    @media (max-width: 767px) {
      .deals .offers {
        gap: 18px; } }
  .deals .offer-item {
    display: flex;
    gap: 25px; }
    @media (max-width: 767px) {
      .deals .offer-item {
        gap: 0;
        flex-wrap: wrap; } }
    .deals .offer-item .offer-preview {
      flex: 0 0 285px;
      height: 190px; }
      @media (max-width: 991px) {
        .deals .offer-item .offer-preview {
          flex: 0 0 200px;
          height: auto;
          max-height: 183px; } }
      @media (max-width: 767px) {
        .deals .offer-item .offer-preview {
          flex: 0 0 100%;
          height: auto;
          max-height: 100%; } }
      .deals .offer-item .offer-preview img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .deals .offer-item .offer-content {
      flex-grow: 1;
      background: white;
      padding: 30px; }
      @media (max-width: 575px) {
        .deals .offer-item .offer-content {
          padding: 25px 20px; } }
    .deals .offer-item .offer-heading {
      font-size: 22px;
      font-weight: 500;
      line-height: 1;
      padding-bottom: 10px; }

/*# sourceMappingURL=style.css.map */
