.logo-img {
  padding: 10px 0; }

.navbar.nav-scroll {
  height: auto; }

[data-overlay-dark]:before {
  opacity: 0.3; }

.footer-top .footer-column.footer-about img {
  width: 200px; }
.footer-top .footer-column.footer-about .footer-about-text {
  margin-bottom: 20px; }
.footer-top .footer-column.footer-about .payment-method {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px; }
  .footer-top .footer-column.footer-about .payment-method .icon img {
    width: 75px;
    border-radius: 6px;
    background-color: #fff; }

.facilties .single-facility h5 {
  text-transform: capitalize; }
.facilties .single-facility .main-icon {
  width: 45px;
  margin-bottom: 20px; }

.section-subtitle span {
  color: #666; }

.rooms-page {
  padding: 50px 0; }

.lists {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  border-bottom: 1px dashed #888;
  margin-bottom: 30px; }
  .lists .page-list {
    width: calc(50% - 30px / 2); }

.gallery-room .images-room {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .gallery-room .images-room .img {
    margin: 0 -6px;
    margin-bottom: 12px;
    width: calc(100% + 12px); }
    .gallery-room .images-room .img a {
      display: block;
      position: relative; }
      .gallery-room .images-room .img a::after {
        content: '+';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: #fff;
        transition: all ease-in-out 0.25s;
        opacity: 0; }
      .gallery-room .images-room .img a:hover::after {
        opacity: 1; }

.sticky-social {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 40px;
  height: auto;
  z-index: 999; }
  .sticky-social ul {
    display: grid;
    row-gap: 10px;
    margin-bottom: 0; }
    .sticky-social ul li a {
      height: 40px;
      width: 40px;
      border-radius: 50%;
      background-color: var(--color);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 22px;
      border: 2px solid var(--color);
      transition: left 0.25s ease-in-out var(--delayBack), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
      position: relative;
      left: calc( -3 * 40px );
      text-decoration: none; }
      .sticky-social ul li a:hover {
        color: var(--color);
        background-color: #fff; }
      .sticky-social ul li a.active {
        left: 0;
        transition: left 0.25s ease-in-out var(--delay), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s; }

.section-subtitle span {
  color: #fff; }

.section-padding {
  padding: 60px 0; }

.rooms1 .item .img-zoom {
  display: block;
  position: relative; }
  .rooms1 .item .img-zoom::after {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    transition: all ease-in-out 0.25s;
    opacity: 0; }
  .rooms1 .item .img-zoom:hover::after {
    opacity: 1; }
.rooms1 .item .con .permalink a:hover {
  color: #fff; }
  .rooms1 .item .con .permalink a:hover i {
    color: #fff; }
.rooms1 .item .con h5 a {
  text-transform: capitalize;
  font-size: 23px; }

.navbar .dropdown-menu .dropdown-item {
  text-transform: capitalize; }

.section-title button {
  font-weight: 400;
  color: #222;
  font-size: 30px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  line-height: 1.25em;
  outline: 0; }
  .section-title button:focus, .section-title button:hover {
    color: #222;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: 0; }
  .section-title button:active:focus {
    box-shadow: none; }

.modal .modal-dialog {
  max-width: 100%; }
  .modal .modal-dialog .modal-title {
    font-size: 30px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #222;
    position: relative;
    line-height: 1.25em; }
  .modal .modal-dialog .btn-close:focus {
    box-shadow: none; }
  .modal .modal-dialog .modal-body .row {
    row-gap: 30px; }
  .modal .modal-dialog .modal-footer .btn:hover {
    border: 1px solid #565e64; }
  .modal .modal-dialog .modal-footer .btn:focus {
    box-shadow: none; }

a.btn-form1-submit:hover {
  color: #fff; }

.mfp-iframe-scaler iframe {
  background-color: #fff; }

.mfp-iframe-holder .mfp-content {
  max-width: 90%; }

@media screen and (max-width: 991px) {
  .nav-scroll .logo-wrapper {
    padding: 10px 0 10px 15px;
    background-color: transparent; } }
@media screen and (max-width: 575px) {
  .section-title {
    font-size: 30px; }
    .section-title button {
      font-size: 24px; }

  .lists {
    display: grid;
    gap: 10px;
    padding-bottom: 30px; }
    .lists .page-list {
      width: 100%;
      margin-bottom: 0px !important; }

  .gallery-room .images-room .col-md-6 {
    flex: 0 0 auto;
    width: 50%; } }

/*# sourceMappingURL=style-new.css.map */
