body {
    margin: 0;
    font-family: 'Inter', sans-serif;
}
footer
{
    background: linear-gradient(90deg, #17385E 0%, #39A7DF 100%);
}

.offer-card-img .overlay
{
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 100%;
    background-color: rgba(163, 25, 91, 0.6);
    transform: translateX(-50%);
}

.offer-card-img .offer-text
{
    z-index: 2;
}

.offer-card-img img
{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
header .top-header
{
    background: #17385E !important;
}
.hero-section
{
    background-image: transparent !important;
}

.fleet-card img
{
    max-height: 160px;
    width: auto;
    margin-bottom: 15px;
}

header #navbar .navbar-nav li a.active
{
    color: #fff;
    border-radius: 23.5px;
    background: #17385E;
    padding: 9px 40px;
}
.hero-section .hero-title
{
    width: 100%;
    font-size: 45px;
}
.hero-section .hero-subtext
{
    width: 100%;
}

.navbar-brand
{
    z-index: 11;
}

.lang-switch ,.lang-slider
{
    background: #17385E !important;
}
.tap-to-table-section {
    background-color: #fff;
    position: relative;
}

.tap-to-table-section .shape-img
{
    position: absolute;
    left: -14rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0.4;
}
.hero-book
{
    color: #FFF;
    text-align: center;
    font-family: "Inknut Antiqua";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px; /* 116.667% */
}
.lead
{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.13px; /* 112.52% */
    letter-spacing: 6.25px;
}
.custom-grid
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 180px;
    gap: 16px;
}

.grid-item
{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.grid-item img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.grid-item span
{
    position: absolute;
    bottom: 8px;
    left: 12px;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

/* Specific grid modifiers */
.grid-item.wide
{
    grid-column: span 2;
}

.grid-item.tall {
    grid-row: span 2;
}

.btn-custom
{
    border-radius: 38px;
    border: 2px solid #17385E;
    background: linear-gradient(90deg, #17385E 0%, #39A7DF 100%) !important;
}
.top-cities
{
    color: #2393CC !important;
    font-family: "Playfair Display";
    font-size: 38.76px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}
.underline
{
    margin: 0;
    border-radius: 193.8px;
    background: #2393CC;
    opacity: 1;
}
.text-discover
{
    color: #323232;
    text-align: justify;
    font-family: Inter;
    font-size: 21.42px;
    font-style: normal;
    font-weight: 400;
    line-height: 37.74px; /* 176.19% */
}
.stay-better
{
    color:  #2393CC !important;
    font-family: "Playfair Display";
    font-size: 38.76px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.stay-floating-card {
    top: 58.5%;
    transform: translateY(-50%);
    right: -30%;
    width: 280px;
    z-index: 2;
    border-radius: 19.2px;
}

.stay-icon
{
    width: 35px;
}

.stay-divider
{
    width: 76.551px;
    height: 3.876px;
    opacity: 1;
    border-radius: 193.8px;
    background: #2393CC !important;
}

.stay-card
{
    width: 280px;
    border-radius: 19.2px;
}

.stay-cards-wrapper
{
    padding-left: 11rem;
}
.cards
{
    margin-left: 1rem;
}
.hotel-img
{
    height: 300px;
    object-fit: cover;
    border-radius: 1rem;
}
.top-rated
{
    color: #2393CC !important;
    font-family: "Playfair Display" !important;
    font-size: 38.76px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.border-primary
{
    border-radius: 193.8px;
    background: #2393CC !important;
}
.card
{
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.05) !important;

}
.btn-rated
{
    width: 98.38px;
    height: 36.25px;
    padding: 9px 14.8px 9.25px 15px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 200px;
    background: transparent;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #39A7DF !important;
    border-radius: 200px;
    background: #FFF !important;
}
.stay-title
{
    color: #2393CC !important;
    font-family: "Playfair Display" !important;
    font-size: 38.76px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.download-app-stay p
{
    color: #323232;
    text-align: justify;
    font-family: Inter !important;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px; /* 176.19% */
}

.stay-divider {
    width: 100px;
    height: 3px;
    opacity: 1;
}
.btn-custom:hover
{
    color: #fff !important;
}
#header
{
    background: rgba(0, 18, 64, 0.13) !important;
}
.section-stay
{
    background-color: #F6F6F6;
}
.section-stay p
{
    font-size: 13px;
}

@media (max-width: 767px)
{
.navbar-toggler
{
    background-color: #fff !important;
}
header #navbar .navbar-nav li a
{
    color: #fff;
}
#header
{
    background: #17385E !important;
}
.search-icon
{
    display: none !important;
}
.navbar-toggler
{
    background: #fff;
}
header #navbar .navbar-nav li
{
    padding-block: 5px;
    padding-right: 20px;
}
.custom-grid
{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

/* Grid items common style */
.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.grid-item span
{
    position: absolute;
    bottom: 8px;
    left: 12px;
    color: white;
    font-weight: bold;
    font-size: 16px;
}
.stay-floating-card
{
    position: static !important;
    transform: none !important;
    right: auto !important;
    margin-top: 1rem;
}

.stay-cards-wrapper
{
    padding-left: 0 !important;
}
.custom-grid {
    grid-template-columns: 1fr; /* One column only */
}

.grid-item.wide,
.grid-item.tall
{
    grid-column: span 1 !important;
    grid-row: span 1 !important;
}
}

.yay-on-the-way
{
    min-height: 100vh;
    background: #F6F6F6;
}
.img-on-the-way
{
    right: 0;
    top: 50%;
    width: 50%;
}
.yay-on-the-way h2
{
    color: #A3195B;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Playfair Display" !important;
}
.yay-on-the-way p
{
    color: #333;
    text-align: justify;
    font-family: Inter !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 30px; /* 150% */
}

.yay-position
{
    position: absolute;
    top: 25%;
}
.underline-way
{
    width: 100px;
    border-top: 3px solid #a30057;
    opacity: 1
}

.stay-section {
    position: relative;
    overflow: hidden;
    height: 650px;
}

.stay-section p {
    color: #323232 !important;
    text-align: justify;
    font-family: Inter, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 37px;
}

.stay-divider {
    width: 100px;
    height: 3px;
    background-color: #0d6efd;
    border: none;
}

.stay-image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}

.stay-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.stay-image-wrapper {
    width: 50%;
}
@media (min-width: 1000px) and (max-width: 1300px) {
    .stay-image-wrapper {
        width: 60%;
    }
}
/* Responsive */
@media (max-width: 1000px) {
    .stay-section {
        height: auto;
        flex-direction: column;
    }

    .stay-image-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 2rem;
    }

    .stay-image-wrapper img {
        height: auto;
    }
}

@media (min-width: 990px) and (max-width: 1300px) {
    .stay-card {
        width: 200px;
        border-radius: 19.2px;
    }
}

@media (max-width: 999px) and (orientation: landscape) {
    header #navbar .navbar-nav li a {
        color: #000 !important;
    }
}

@media (max-width: 990px)
{
    .stay-floating-card {
        position: static !important;
        transform: none !important;
        right: auto !important;
        margin-top: 1rem;
    }

    .stay-cards-wrapper {
        padding-left: 0 !important;
    }

}