#sp-header {
    box-shadow: none !important;
}

.request_quote {
    text-align: right;
}

.top_link_s {
    color: #0d1a33;
    padding: 5px 0px;
    font-family: Jost, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .12em;
    position: relative;
}

.top_link_s::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #0d1a33;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.7s ease;
}

.top_link_s:hover::after {
    transform: scaleX(1);
}



#sp-top1 {
    color: #0d1a33;
    padding: 5px 0px;
    font-family: Jost, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    text-transform: uppercase !important;
    position: relative;
}

.sp-megamenu-parent>li>a::after {
    content: "";
    position: absolute;
    bottom: 32px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #0d1a33;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.7s ease;
}

.sp-megamenu-parent>li>a:hover::after {
    transform: scaleX(1);
}

.sppb-image-carousel-layout3 .sppb-carousel-extended-item:not(.active) {
    transform: scale(1) !important;
}

.link_style_a {
    font-family: Jost, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: .12em;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .35s ease-out, border-color .2s ease-out;
    padding: 19px 52px;
    color: #1A2142;
    border: 1px solid #1A2142;
}

.link_style_a:hover {
    color: #fff;
    background-color: #1A2142;
    border-color: #1A2142;
}

.room-media {
    position: relative;
    overflow: hidden;
}

.room-price {
    position: absolute;
    bottom: 50px;
    right: 0px;
    width: fit-content;
    padding: 10px 30px;
    background-color: #fff;
    color: #000;
    text-align: center;
}

.room-info-list {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    font-family: Jost, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 18px;
    color: #091733;
    flex-wrap: wrap;
}

.room-title a {
    color: #091733;
    font-family: Forum, sans-serif;
    font-size: 27px;
    letter-spacing: -.03em;
    margin-top: 15px;
    display: block;
    margin-bottom: 0px !important;
}

.room-title {
    margin-bottom: 0px !important;
}

.room-description {
    color: #091733;
}

.room-card {
    margin-bottom: 50px;
}

.reserve-button {
    color: #fff;
    padding: 13px 30px;
    border: 1px solid #fff;
    display: block;
    width: fit-content;
    margin-top: 30px;
}

#sp-menu .justify-content-end {
    justify-content: unset !important;

}

.explore_rooms_b {
    color: #fff;
    padding: 15px 30px;
    border: 1px solid #1d285c;
    display: block;
    width: fit-content;
    background-color: #1d285c;
    margin-top: 21px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 5px;
}

.explore_rooms_b:hover {
    color: #fff;
    background-color: #1d285c;
    border: 1px solid #1d285c;
}

#sp-explore-rooms .d-flex {
    justify-content: end !important;
}

.book_now_div {
    text-align: right;
}

.book_now_div .explore_rooms_b {
    display: inline-block;

}

.sp-contact-email {
    text-transform: none !important;
}
.sppb-carousel-extended-nav-control .nav-control.prev-control {
    margin-left: 0 !important;
}
.sppb-carousel-extended-nav-control .nav-control.next-control {
    margin-right: 0 !important;
}
@media only screen and (max-width: 1340px) and (min-width: 1140px)  {
.sppb-carousel-extended-outer-stage {
    width: 5800px !important;
}

}

@media screen and (max-width: 600px) {
    .book_now_div {
        text-align: center;
    }

    #sp-section-1{
        padding: 8px 12px 8px 28px !important;
    }
    #sp-header{
        padding: 0px 20px 0px 14px !important;
    }
        #sp-header {
        height: 60px !important;
    }
        .logo-image {
        height: 45px !important;
    }
}