/* font */
@font-face {
    font-family: 'Montage';
    src: url('assets/montage/Montage.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}




@font-face {
    font-family: 'Montage';
    src: url('assets/montage/Montage.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montage';
    src: url('assets/montage/Montage.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montage';
    src: url('assets/montage/Montage.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montage';
    src: url('assets/montage/Montage.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montage';
    src: url('assets/montage/Montage.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* font */
.image-container {
    overflow: hidden;
    position: relative;
}

.image-container img {
    object-fit: cover;
    clip-path: inset(0 100% 0 0);
    /* Animation will be triggered by JS */
}

.image-container img.reveal {
    animation: revealLeftToRight 1.5s ease-out forwards;
}

@keyframes revealLeftToRight {
    from {
        clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0 0% 0 0);
    }
}

.container-fluid {
    max-width: 2250px;
}

.container {
    max-width: 2250px;
}


/* blink css  */

.navbar-login-button {
    background-color: #007bff;
    color: white;
    border: 1 px solid #000 !important;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 1rem;
}

.navbar-hero-section {
    height: 100vh;
    /* min-height: 500px; */
}

.navbar-gutter {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}


/* Responsive logo sizing */
@media (max-width: 991.98px) {
    .navbar-brand img {
        max-width: 90px !important;
    }

    .navbar-nav {
        gap: 0.5rem !important;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        max-width: 70px !important;
    }

    .navbar-nav .nav-link {
        font-size: 1rem;
        padding: 0.5rem 0.75rem;
    }

    .navbar .btn {
        font-size: 0.95rem;
        padding: 0.25rem 0.75rem;
    }
}


.navbar-nav .nav-link {
    position: relative;
    transition: color 0.2s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-nav .nav-link.active::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 60%;
    border-bottom: 2.5px solid #fff;
    border-radius: 2px;
    margin-top: 4px;
}


.hero-section {
    background-image: url('images/hero-banner.png');
    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}


.left-slider-button {
    margin-left: -6.063rem !important;
    background-color: #E35607 !important;
    border-radius: 100% !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.right-slider-button:hover,
.left-slider-button:hover {
    background-color: #E35607;
    opacity: 80%;
}


.right-slider-button {
    margin-right: -6.063rem !important;
    background-color: #E35607 !important;
    border-radius: 100% !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.book-now-button {
    background: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
}

.book-now-button:hover {
    background: #183054 !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.login-button:hover {
    color: red !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

.login-button {
    border: 0.5px solid #fff !important;
    border-radius: 0px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    backdrop-filter: blur(1px) !important;
    -webkit-backdrop-filter: blur(1px) !important;
    font-size: 1rem !important;
}

.padding-bottom {
    padding-bottom: 7rem;
}

.padding-top {
    padding-top: 7rem;
}

.margin-top {
    margin-top: 7rem;
}


.main-heading {
    font-family: 'Montage';
    font-size: 4.688rem;
    color: #183054;
    font-weight: 100 !important;

}

.we-offer-middle {
    font-family: 'Montage';
    font-size: 1.65rem;
    color: #183054;
    font-weight: 400 !important;
}

.footer-subscribe {
    font-family: 'Montage';
    font-size: 1.463rem;
    color: #fff;
    font-weight: 400 !important;
}

.footer-list {
    font-family: "Albert Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: 400 !important;
    color: #FFFFFF;
}

.red-start-text {
    font-family: "Albert Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500 !important;
    color: #FFFFFF;
}


.footer-menu-head {
    font-family: 'Montage';
    font-size: 1.15rem;
    color: #fff;
    font-weight: 400 !important;
}

.footer-subscribe-sub {
    font-family: "Albert Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 400 !important;
    color: #fff;
}

.footer-inputs {
    font-family: "Albert Sans", sans-serif;
    font-size: 0.65rem;
    font-weight: 100 !important;
    color: #fff;
}

.sub-heading {
    font-family: "Albert Sans", sans-serif;
    font-size: 1.094rem;
    font-weight: 400 !important;
    color: #183054;
}

.nubian-pairagraph {
    font-family: "Albert Sans", sans-serif;
    font-size: 1.563rem;
    font-weight: 400 !important;
    color: #081B38;
}

.we-offer-middle-pairagrap {
    font-family: "Albert Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400 !important;
    color: gray;
}

.slider-right-mian-heading {
    font-family: 'Montage';
    font-size: 2.4rem;
    color: #183054;
    font-weight: 400 !important;
}

.rating-text {
    font-family: "Albert Sans", sans-serif;
    font-size: 1.213rem;
    font-weight: 400 !important;
    color: #081B38;
}

.slider-right-mian-pairagraph {
    font-family: "Albert Sans", sans-serif;
    font-size: 1.263rem;
    font-weight: 400 !important;
    color: #081B38;
}

.numbers {
    font-family: "Albert Sans", sans-serif;
}


.scroll-round {
    font-family: 'Montage';
    font-size: 1.463rem !important;
    color: #183054 !important;
    font-weight: 400 !important;
}

.dropdown-text {
    font-family: "Albert Sans", sans-serif;
    font-size: 1.15rem;
    color: #183054;
    font-weight: 400 !important;
}

.filters-heaidng {
    font-family: 'Montage';
    font-size: 1.875;
    color: #183054;
    font-weight: 400 !important;
}


.scroll-button {
    width: 100px;
    height: 50px;
    background: #D3D3D3;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    overflow: hidden;
}

.round-point {
    bottom: 8%;
    z-index: 2;
}

.staright-line {
    bottom: 9%;
    z-index: 2;
}

.staright-line-inner-div {
    height: 60px;
    width: 2px;
    background-color: #fff;
}

.slider-cown {
    /* --bs-gutter-x: 9.063rem !important; */
    padding-left: 9.063rem !important;
    padding-right: 9.063rem !important;
}


@media (max-width: 480px) {


    .navbar-hero-section {
        height: 80vh;
        /* min-height: 500px; */
    }

    .main-heading {
        font-family: 'Montage';
        font-size: 2.288rem !important;
        color: #183054;
        font-weight: 100 !important;

    }

    .sub-heading {
        font-family: "Albert Sans", sans-serif;
        font-size: 0.9rem;
        font-weight: 400 !important;
        color: #183054;
    }

    .nubian-pairagraph {
        font-family: "Albert Sans", sans-serif;
        font-size: 1rem;
        font-weight: 400 !important;
        color: #081B38;
    }


    .padding-bottom {
        padding-bottom: 3rem;
    }

    .padding-top {
        padding-top: 3rem;
    }

    .margin-top {
        margin-top: 3rem;
    }


    .left-slider-button {
        margin-left: -4.063rem !important;
        background-color: #E35607 !important;
        border-radius: 100% !important;
        padding: 9px !important;
    }

    .right-slider-button {
        margin-right: -4.063rem !important;
        background-color: #E35607 !important;
        border-radius: 100% !important;
        padding: 9px !important;
    }


    .slider-right-mian-heading {
        font-family: 'Montage';
        font-size: 2rem;
        color: #183054;
        font-weight: 400 !important;
    }

    .slider-right-mian-pairagraph {
        font-family: "Albert Sans", sans-serif;
        font-size: 1rem;
        font-weight: 400 !important;
        color: #081B38;
    }


}

/* taruna css */
/* body {
    font-family: 'Georgia', serif;
    background-color: #fefefc;
    overflow-x: hidden;
} */

.section-title {
    text-align: center;
    font-size: 4.688rem;
    margin-bottom: 2.5rem;
    color: #183054;
    font-weight: 400;
}


.crown-jewel {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

#hotelName {
    font-size: 2.563rem;
    font-weight: 400;
    color: #183054;
    margin-bottom: 1rem;
}


#hotelDescription {
    font-size: 1.563rem;
    color: #081B38;
    margin-top: 1rem;
}


.main-container {
    position: relative;
    display: flex;
    gap: 2rem;
    align-items: start;
    justify-content: center;
}

.book-now-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #183054;
    padding: 0.3rem 1rem;
    border: none;
    border-radius: 0.25rem;
    font-size: 1.25rem;
    cursor: pointer;
    border: 1px solid #183054;
}

.book-now-btn img {
    height: 18px;
    width: 14px;
    object-fit: contain;
}

.left-image {
    width: "45.999rem";
    height: "58.125rem";
    object-fit: cover;
}

.info-section {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.info-section h4 {
    font-size: 1.6rem;
    font-weight: 600;
}

.rating {
    font-size: 1.313rem;
    color: #f39c12;
    font-weight: bold;
}

.small-thumbs {
    display: flex;
    margin-top: 1.5rem;
    position: relative;
    gap: 1rem;
}

.small-thumbs img {
    display: block;
    width: 19.75rem !important;
    height: 26.323rem !important;
    object-fit: cover;
}


/* Only first thumbnail overlaps the main image */
.small-thumbs img:first-child {
    position: relative;
    margin-left: -12rem;
    z-index: 2;
}


.pagination-bar {
    height: 4px;
    background-color: #f48023;
    width: 100%;
    margin-top: 1rem;
    position: relative;
}

.pagination-text {
    text-align: right;

    color: #e85a27;
    margin-top: 4px;
    font-size: 0.9rem;
}

.location {

    color: red;
    margin-left: 20px;
    font-size: 1.313rem;
}

@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
        align-items: center;
    }

    .left-image,
    .info-section {
        width: 100%;
    }

    .arrow-left,
    .arrow-right {
        top: 95%;
    }
}


/* HOTEL SECTION */

.hotel-section {
    background-color: #f1eee1;
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}

.vertical-divider {
    height: 24px;
    width: 1px;
    background-color: #ddd;
    margin: 0 6px;
}

.filters-bar .btn {
    border: none;
    color: #1f2a3d;
    font-size: 1.25rem;

    background-color: white;
    width: 10rem;
    /* 🔧 Increase this value as needed */
    text-align: left;
    padding-left: 10px;
}


.filters-bar .btn:hover {
    background-color: #f0f0f0;
}

.filters-bar {
    border: 1px solid #eee;
}


.hotel-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.hotel-row {
    display: flex;
    width: 100%;
    gap: 1rem;
    height: 400px;
    overflow: hidden;
}

.hotel-card {
    flex: 1;
    transition: flex 2s ease;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    cursor: pointer;
    /* Prevent content from stretching */
    align-items: stretch;
    justify-content: flex-start;
}

.hotel-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Remove transform transition to prevent zoom */
}


/* On hover, grow that card and shrink others */
.hotel-card:hover {
    flex: 6;
    /* grows more than others */
}

/* Shrink non-hovered cards when any card is hovered */
.hotel-row:hover .hotel-card:not(:hover) {
    flex: 0.3;
    /* slightly shrink non-hovered cards */
}


.hotel-name {
    font-family: "Albert Sans", sans-serif;
    position: absolute;
    bottom: 25px;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 3px 8px;
    text-align: center;
    font-size: 1.165rem;
    color: #1a2d5a;
    z-index: 3;
    margin-left: 1rem;
    opacity: 80%;
}

.book-btn {
    font-family: "Albert Sans", sans-serif;
    position: absolute;
    display: inline-flex;
    bottom: 25px;
    padding: 2px 10px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-size: 1.165rem;
    display: none;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s ease;

}

.book-btn:hover {
    background-color: #183054;
    color: #fff;
    border-color: #183054;
}

.book-btn img {
    height: 20px;
    width: 14px;
    object-fit: contain;
}

.hotel-detail {
    font-family: "Albert Sans", sans-serif;
    position: absolute;
    display: inline-flex;
    bottom: 25px;
    right: 30px;
    padding: 6px 14px;
    color: white;
    font-size: 1.165rem;

    z-index: 3;
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

/* Show on hover of hotel-card */
.hotel-card:hover .hotel-detail {
    opacity: 1;
    pointer-events: auto;
}

.hotel-card:hover .book-btn {
    display: inline-block;
}


.hotel-card:hover {
    flex-grow: 1.3;
    z-index: 5;
}

.hotel-card:hover img {
    transform: scale(1.05);
    filter: brightness(90%);
}

.view-btn {
    font-family: "Albert Sans", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #183054;
    padding: 3px 14px;
    border: none;
    border-radius: 0.25rem;
    font-size: 1rem;
    cursor: pointer;
    border: 1px solid #183054;
    background-color: #fff;
}

@media (max-width: 992px) {
    .hotel-card {
        width: calc(50% - 1rem);
    }
}

@media (max-width: 768px) {
    .hotel-card {
        width: 100%;
    }
}


/* luxury section */
/* luxury section */


.luxury-section {
    display: flex;
    align-items: center;
    padding: 2rem 4rem;
    justify-content: center;
    background: url('images/Vector.png');
    background-repeat: repeat;
    gap: 2rem;
}

.luxury-image {
    flex: 1;
}

.luxury-image img {
    width: 50.75rem;
    height: 30.438rem;
    display: block;
}


.luxury-content {
    flex: 1;
    padding: 1.5rem 2rem;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 0.5rem;
}


.luxury-content img.logo {
    width: 8rem;
    margin: 0.5rem 0;
}

.luxury-content p {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.5;
    max-width: 90%;
}

.logo-line {
    height: 1px;
    width: 70%;
    background-color: black;
    margin: 0.5rem auto;
}

.luxury-divider {
    width: 70%;
    margin: 0.5rem auto;
    border: none;
    border-top: 1px solid #ddd;
}

.luxury-content button {
    padding: 8px 25px;
    border: 1px solid #472c10;
    background: white;
    color: #472c10;

    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0.5rem 0;
}

.luxury-content button:hover {
    background-color: #472c10;
    color: white;
}

.luxury-divider {
    width: 100%;
    height: 1px;
    color: black;
    margin: 2rem 0;
}

@media screen and (max-width: 768px) {
    .luxury-section {
        flex-direction: column;
        text-align: center;
    }

    .luxury-content {
        border-left: none;
        padding: 2rem 1rem;
    }
}


/* Footer */
/* Footer */

footer {
    background-color: #121212;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem 4rem;
}


.footer-column {
    flex: 1;
    min-width: 200px;
    margin-right: 2rem;
}

.footer-column h4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;

    color: #fff;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 0.2rem;
    font-size: 1.091rem;
    color: #ccc;
}

.footer-column ul li:hover {
    text-decoration: underline;
    cursor: pointer;
}

.newsletter-box input[type="email"] {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 1rem;
    background: #2a2a2a;
    border: none;
    color: white;
    border: 1px solid #626262;
    border-radius: 10px;
}

.newsletter-checks {
    display: flex;
    gap: 1rem;
    font-size: 0.75rem;
    color: #ccc;
}

.newsletter-checks label {
    display: flex;
    align-items: center;
}

.newsletter-checks input {
    margin-right: 5px;
}

.footer-links {
    text-align: left;
    font-size: 1.125rem;
    color: #aaa;
}

.footer-links a {
    color: #aaa;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    background-color: #f26522;
    color: white;
    padding: 1rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}

.footer-bottom .social-icons i {
    margin-left: 15px;
    font-size: 1.1rem;
    color: white;
    cursor: pointer;
}

.footer-bottom .social-icons i:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .footer-bottom>div {
        flex: 100% !important;
        text-align: center !important;
    }
}


/* Slider */
.slide-button-1 {
    left: 20%;
}

.slide-button-2 {
    left: 19%;
}

.slide-button-3 {
    left: 18%;
}

.slide-button-4 {
    left: 19%;
}

.slide-button-5 {
    left: 18%;
}

.slide-button-6 {
    left: 21%;
}

.slide-button-7 {
    left: 20%;
}

.slide-button-8 {
    left: 16%;
}

.slide-button-9 {
    left: 23%;
}

/* Slider */


@media (max-width: 1024px) {

    /* Slider */
    .slide-button-1 {
        left: 28%;
    }

    .slide-button-2 {
        left: 27%;
    }

    .slide-button-3 {
        left: 26%;
    }

    .slide-button-4 {
        left: 27%;
    }

    .slide-button-5 {
        left: 26%;
    }

    .slide-button-6 {
        left: 29%;
    }

    .slide-button-7 {
        left: 28%;
    }

    .slide-button-8 {
        left: 24%;
    }

    .slide-button-9 {
        left: 31%;
    }

    .weather-city {
        font-size: 8px;
    }

    .weather-temp {
        font-size: 8px;
    }


    /* Slider */

    /* .navbar-gutter {
            padding-right: 1rem !important;
            padding-left: 1rem !important;
        } */

    .navbar-expand-lg .navbar-nav {
        font-size: 10px;
    }

}


@media screen and (min-device-width: 1024px) and (max-device-width: 1490px) {
    .navbar-expand-lg .navbar-nav {
        font-size: 10px;
    }

    .weather-city {
        font-size: 10px;
    }

    .weather-temp {
        font-size: 10px;
    }

    .hotel-section {
        background-color: #f1eee1;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    /* Slider */
    .slide-button-1 {
        left: 22%;
    }

    .slide-button-2 {
        left: 21%;
    }

    .slide-button-3 {
        left: 20%;
    }

    .slide-button-4 {
        left: 21%;
    }

    .slide-button-5 {
        left: 20%;
    }

    .slide-button-6 {
        left: 23%;
    }

    .slide-button-7 {
        left: 23%;
    }

    .slide-button-8 {
        left: 18%;
    }

    .slide-button-9 {
        left: 25%;
    }

    /* Slider */

    .nubian-pairagraph {
        font-family: "Albert Sans", sans-serif;
        font-size: 1rem;
        font-weight: 400 !important;
        color: #081B38;
    }

    .navbar-gutter {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }


}


/* large screen css */
@media screen and (min-device-width: 1700px) and (max-device-width: 2250px) {

    .scroll-button {
        width: 140px;
        height: 69px;
        background: #D3D3D3;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        position: relative;
        overflow: hidden;
    }

    .round-point {
        bottom: 10%;
        z-index: 2;
    }


    .staright-line {
        bottom: 11%;
        z-index: 2;
    }

    .staright-line-inner-div {
        height: 80px;
        width: 2px;
        background-color: #fff;
    }


    .slider-cown {
        /* --bs-gutter-x: 9.063rem !important; */
        padding-left: 5.063rem !important;
        padding-right: 5.063rem !important;
    }


    .slider-cown-img {
        width: 150px !important;
    }


    .hotel-row {
        display: flex;
        width: 100%;
        gap: 1rem;
        height: 480px;
        overflow: hidden;
    }


    .hotel-name {
        font-family: "Albert Sans", sans-serif;
        position: absolute;
        bottom: 25px;
        left: 0;
        background: rgba(255, 255, 255, 0.95);
        padding: 6px 16px;
        text-align: center;
        font-size: 1.365rem;
        color: #1a2d5a;
        z-index: 3;
        margin-left: 1rem;
        opacity: 80%;
    }


    .book-btn {
        font-family: "Albert Sans", sans-serif;
        position: absolute;
        display: inline-flex;
        bottom: 25px;
        padding: 4px 20px;
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
        font-size: 1.365rem;
        display: none;
        z-index: 1;
        cursor: pointer;
        transition: 0.3s ease;

    }

    .hotel-section {
        background-color: #f1eee1;
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }

    .book-now-button {
        background: transparent !important;
        border: 1px solid #000 !important;
        border-radius: 0px !important;
        font-size: 1.465rem !important;
        font-family: "Albert Sans", sans-serif;

    }

    .slider-cown {
        /* --bs-gutter-x: 9.063rem !important; */
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }

    .dropdown-button {
        font-size: 1.4rem !important;
    }

    .dropdown-item {
        font-size: 1.4rem !important;
    }

    .padding-bottom {
        padding-bottom: 9rem;
    }

    .padding-top {
        padding-top: 9rem;
    }

    .margin-top {
        margin-top: 9rem;
    }

}


@media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .navbar-gutter {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    /* Slider */

    .slide-button-1 {
        left: 35%;
    }

    .slide-button-2 {
        left: 34%;
    }

    .slide-button-3 {
        left: 34%;
    }

    .slide-button-4 {
        left: 33%;
    }

    .slide-button-5 {
        left: 32%;
    }

    .slide-button-6 {
        left: 35%;
    }

    .slide-button-7 {
        left: 35%;
    }

    .slide-button-8 {
        left: 32%;
    }

    .slide-button-9 {
        left: 37%;
    }

    /* Slider */

    .hotel-section {
        background-color: #f1eee1;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .padding-bottom {
        padding-bottom: 5rem;
    }

    .padding-top {
        padding-top: 5rem;
    }

    .margin-top {
        margin-top: 5rem;
    }

}

@media screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
    /* Slider */

    .slide-button-1 {
        left: 27%;
    }

    .slide-button-2 {
        left: 26%;
    }

    .slide-button-3 {
        left: 26%;
    }

    .slide-button-4 {
        left: 25%;
    }

    .slide-button-5 {
        left: 24%;
    }

    .slide-button-6 {
        left: 27%;
    }

    .slide-button-7 {
        left: 27%;
    }

    .slide-button-8 {
        left: 24%;
    }

    .slide-button-9 {
        left: 29%;
    }

    /* Slider */

}

@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
    .navbar-expand-lg .navbar-nav {
        font-size: 15px;
    }

    .weather-city {
        font-size: 13px;
    }

    .weather-temp {
        font-size: 13px;
    }

}