﻿

.main-menu__logo {
    position: relative;
    display: block;
    padding: 15px 0;
    padding-right: 50px;
    z-index: 1;
}
.main-menu__top-time {
    margin-left: 40px;
}
.main-slider .swiper-slide {
    min-height: 800px;
}

.main-slider__bg-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none !important;
    background: none !important;
    z-index: 1;
}
.section-title__title {
    color: var(--hotelux-black);
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 5px 0 0;
}
.our-rooms__extra-service span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px 0;
    width: 100px;
    height: 30px;
    background-color: var(--hotelux-white);
}
.font-14{
        font-size: 14px !important;
}

.font-20 {
    font-size: 20px !important;
}

.contact-one__img {
    position: absolute;
    bottom: unset !important;
    right: 0;
}

@media (max-width: 768px) {
    .main-slider .swiper-slide {
    min-height: 195px;
}
  .main-slider__bg {
    height: auto; 
  }

  .main-slider__bg img {
    object-fit: contain; 
    height: 100%;
    width: 100%;
  }
}

section {
  scroll-margin-top: 100px;
}



