.background {
    position: relative;
    top: 80px;
}

.display-4 {
    font-size: 55px;
}

.nav-tab ul li {
  display: inline-flex!important;
}

.main-image img {
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.654) 0%, #0000002c 100%);
    color: white;
    z-index: 2; /* Make sure text appears above the image */
    display: flex;
    align-items: center; /* Center text vertically */
    justify-content: center; /* Center text horizontally */
    padding: 20px;
}

.overlay-box {
    padding: 20px;
}

.bordered-text {
    display: block!important;
    width: 70%!important;
    background-color: rgba(0, 0, 0, 0.492); /* Semi-transparent black background */
    border: 0px solid white; /* White border */
    border-radius: 0px; /* Rounded corners */
}

.booking {
    width: 100%;
}

.show on scroll {
    opacity: 0;
}

@media (max-width: 827.98px) {
    header .container{
        display: -webkit-inline-box!important;

    }
    
    .pb-100, .py-100 {
        margin-top: 80px !important;
    }

    .mb-100, .my-100 {
        margin-bottom: 40px !important;
    }

    .col-12 {
        height: auto;
    }
}