.footer-section .footer-text .ft-about .logo
{
    max-width: 50%;
}

.hero-text {
    padding-top: 15px;
}

.hero-text h1 {
    font-size: 70px;
}

h2 {
    margin-top: 15px;
}

.tik {
    max-height: 16px;
    margin-bottom: 4px;
}

.tik.footer {
    filter: invert(1);
}

@media screen and (max-width: 600px) {
    .logo-flex h2 {
      display: none;
    }

    .logo-flex img {
        max-width: 35%;
    }

    .hero-text h1 {
        line-height: 40px;
        font-size: 40px;
        line-height: 48px;
    }

    .primary-btn.book {
        color: #007bff;
    }
}

.logo-flex {
    display: flex;
}

.hs-item.set-bg{
    background-position: center;
    filter: brightness(60%);
}

.hp-room-item.set-bg {
    filter: brightness(70%);
}

.ap-service-item.set-bg {
    filter: brightness(80%);
}



.marck-script-regular {
    font-family: "Marck Script", cursive;
    font-weight: 400;
    font-style: normal;
  }

/* .owl-item.active:nth-child(2) .item img {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
 } */