@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding-top: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

body {
    background-color: #171712;
    font-family: "Roboto", sans-serif;
}

/* HEADER */

.header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #171712;
    z-index: 1;
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    height: 65px;
    background-color: #171712;
}

.right-header .logo {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
}

.logo img {
    height: 35px;
    width: 35px;
}

.logo h1 {
    font-size: 30px;
    color: #fff;
    margin-left: 15px;
    margin-top: 8px;
}

.navbar-nav a {
    color: #fff;
}

.navbar-nav a:hover {
    border-bottom: 2px solid #fff;
}

.navbar-nav {
    gap: 15px;
}

.btn-primary {
    border-radius: 10px;
    outline: none;
    border: 1px solid black;
    font-weight: 500;
}

.btn-primary:hover {
    border: 2px solid black;
    color: black;
}

.navbar-nav .nav-link {
    transition: all 0.8s;
}

.navbar-nav .nav-link:hover {
    color: blue !important;
    transform: translateX(1rem);
}

.bt {
    color: #171712;
    background-color: #F2BA0D;
    padding: 15px 30px;
    border-radius: 7px;
    font-weight: 1000;
    font-family: italic;
    transition: all 0.5s;
    border: 3px solid #171712;
}

.bt:hover {
    background-color: black;
    color: #F2BA0D;
    border: 3px solid #F2BA0D;
}

/* HEADER */

/* MAIN */

.section-hello {
    background-image: url('../images/body.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 928px;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 100px 200px 50px;
}

.section-hello-data {
    text-align: center;
    font-weight: 500;
}

.section-hello-data h1 {
    font-size: 48px;
    color: #fff;
}

.section-hello-data p {
    font-size: 16px;
    border-radius: 7px;
    padding: 10px;
    color: white;
}

.section-Exclusive h2 {
    color: white;
    font-size: 22px;
    margin: 25px 200px;
}

.ex-h3 {
    color: white;
    margin-left: 80px;
    font-size: 16px;
}

.ex-p {
    color: #BAB29C;
    font-size: 14px;
    margin-left: 80px;
}

.ex-img {
    border-radius: 10px;
    height: 250px;
    width: 250px;
}

.about {
    margin-top: 40px;
}

.about a {
    font-size: 22px;
    color: #fff;
    margin-left: 200px;
}

.cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 200px;
    gap: 30px;
    background-color: #171712;
}

.card {
    background-color: #171712;
    transition: all .5s;
    border: none;
}

.card:hover {
    transform: scale(1.1);
    box-shadow: 0 0 5px white;
}

.card img {
    border-radius: 10px;
}

.card-title {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.card-text {
    font-size: 14px;
    color: #BAB29C;
}

/* MAIN */

/* FOOTER */

footer {
    border-top: 1px solid white;
    margin: 5rem auto;
    padding: 2rem;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.footer-data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    min-width: 250px;
}

.footer-data a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    margin-bottom: 1rem;
}

.footer-data a img {
    height: 35px;
    width: 35px;
    margin-right: 10px;
}

.footer-data a h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.footer-data p {
    font-size: 16px;
    color: #5A5A3D;
}

.footer-contact {
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    margin-top: 2rem;
    flex: 1;
    min-width: 250px;
}

.social {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.co {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto 0;
    text-align: center;
}

/* =========== SCROLL BAR ===============*/

::-webkit-scrollbar {
    width: 0.6rem;
    border-radius: 0.5rem;
    background-color: hsla(0, 0%, 10%);
}

::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background-color: hsla(0, 0%, 20%);
}

::-webkit-scrollbar-thumb:hover {
    background-color: hsla(0, 0%, 30%);
}


/* page 1 */

main {
    margin-left: 180px;
    margin-top: 65px;
}

.main .articlr-rooms {
    margin-top: 20px;
}

.page-data {
    color: #fff;
    margin-top: 80px;
    margin-left: 10px;
}

.page-data h2 {
    font-size: 32px;
}

.page-data p {
    color: #9EABB8;
    font-size: 14px;
}

.articlr-rooms {
    display: flex;
    flex-direction: row;
}

.article-right img {
    width: 400px;
    height: 256px;
    margin-left: 10px;
    border-radius: 7px;
    transition: all 0.5s;
}

.article-right img:hover {
    transform: scale(0.9);
}

.article-left {
    width: 50%;
    height: 30px;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.article-left-h {
    font-size: 18px;
    color: white;
}

.article-left-p {
    height: 50px;
    width: 80%;
    font-size: 16px;
    color: #9EABB8;
}

.article-data {
    display: block;
    flex-direction: column;
}


.article-price,
span {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: white;
}

/*page 3 (book now) */

.main-book {
    margin-top: 100px;
}

.main-book h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.book-now-p {
    display: flex;
    flex-direction: row;
    color: white;
    font-size: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.book-now-input input {
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 10px 10px;
    background-color: #5A5A3D;
    margin-right: 10px;
    margin-bottom: 10px;
    color: black;
}

.book-now-input select {
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 10px 10px;
    background-color: #5A5A3D;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #BAB29C;
}

.book-now-input textarea {
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 10px 10px;
    background-color: #5A5A3D;
    margin-right: 10px;
    margin-bottom: 10px;
    color: black;
}

.book-now-input input::placeholder {
    color: #BAB29C;
}

.form-sub {
    height: 48px;
    width: 450px;
    color: white;
    font-size: 16px;
    border: none;
    outline: none;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #1466B8;
    border: 1px solid white;
    font-weight: 500;
}

.form-sub:hover {
    border: 2px solid black;
    color: black;
}


/* =================== RESPONSIVE STYLES =================== */

/* Small devices (phones, less than 768px) */
@media (max-width: 768px) {

    .navbar {
        flex-direction: column;
        height: auto;
        padding: 1rem;
        align-items: center;
    }

    .navbar-nav {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .logo img {
        width: 35px;
    }

    .logo h1 {
        font-size: 16px;
    }

    .section-hello {
        width: 90%;
        height: auto;
        flex-direction: column;
        margin: 90px auto 20px;
        padding: 20px;
    }

    .section-hello-data h1 {
        font-size: 28px;
    }

    .section-hello-data p {
        font-size: 14px;
    }

    .section-Exclusive h2,
    .about a {
        margin: 20px 10px;
        font-size: 18px;
    }

    .ex-h3,
    .ex-p {
        margin-left: 10px;
        font-size: 14px;
    }

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

    .cards {
        margin: 10px;
        justify-content: center;
    }

    .card {
        width: 100%;
        max-width: 300px;

    }

    .articlr-rooms {
        margin-bottom: 150px;
    }

    .article-left-h {
        margin-top: 20px;
    }

    /* PAGE 1 (Articles Section) */
    main {
        margin: 20px 10px 0;
    }

    .articlr-rooms {
        flex-direction: column;
        align-items: center;
    }

    .article-left,
    .article-right {
        width: 100%;
        margin-left: 0;
    }

    .article-right img {
        width: 100%;
        height: auto;
    }

    .page-data h2 {
        font-size: 24px;
    }

    .article-left-p {
        font-size: 14px;
        width: 100%;
    }


    /* Medium devices (Tablets: 769px - 1024px) */
    @media (min-width: 769px) and (max-width: 1024px) {

        .navbar {
            padding: 0 80px;
        }

        .section-hello {
            width: 90%;
            margin: 90px auto 20px;
        }

        .cards {
            margin: 20px;
            justify-content: center;
        }

        .card {
            width: 100%;
            max-width: 300px;
        }

        .articlr-rooms {
            flex-direction: column;
        }

        .article-left,
        .article-right {
            width: 100%;
        }

        .article-right img {
            width: 100%;
            height: auto;
        }
    }

    /* Large devices (Desktops) */
    @media (min-width: 1025px) {
        .section-hello {
            margin: 90px auto 30px;
        }

        .cards {
            justify-content: flex-start;
            margin-left: 200px;
        }

        main {
            margin-left: 180px;
            margin-top: 65px;
        }

    }

    /* Responsive for tablets and smaller devices */
    @media (max-width: 768px) {
        footer {
            flex-direction: column;
            align-items: flex-start;
            margin: 2rem 1rem;
        }

        .footer-data a h1 {
            font-size: 22px;
        }

        .footer-contact {
            margin-top: 1.5rem;
            font-size: 16px;
        }
    }

    /*  Extra small devices (phones) */
    @media (max-width: 480px) {
        .footer-data a img {
            height: 30px;
            width: 30px;
        }

        .footer-data a h1 {
            font-size: 20px;
        }

        .footer-contact {
            font-size: 14px;
        }

        .co {
            font-size: 14px;
            flex-direction: column;
        }

    }

    /* Hide menu toggle on desktop */
    .menu-toggle {
        display: none;
        background: none;
        border: none;
        color: white;
        font-size: 30px;
        cursor: pointer;
    }

    /* Mobile Responsive Styling */
    @media (max-width: 768px) {
        .navbar {
            display: flex;
            flex-direction: row;
            height: auto;
            padding: 10px;
        }

        .right-header {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .left-header {
            display: none;
            flex-direction: column;
            width: 100%;
            margin-top: 10px;
        }

        .left-header a {
            margin: 10px 0;
            text-align: left;
            color: #fff;
        }

        .menu-toggle {
            display: block;
        }

        .left-header.show {
            display: flex;
        }

        .navbar-nav {
            gap: 0;
            flex-direction: column;
        }

        .logo h1 {
            font-size: 16px;
        }
    }

    .main-book {
        margin-top: 100px;
    }

    .main-book h2 {
        font-size: 32px;
        color: #fff;
        margin-bottom: 20px;
    }

    .book-now-p {
        display: flex;
        flex-direction: row;
        color: white;
        font-size: 16px;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .book-now-input input,
    .book-now-input select,
    .book-now-input textarea {
        border: none;
        outline: none;
        border-radius: 10px;
        padding: 10px 10px;
        background-color: #5A5A3D;
        margin-right: 10px;
        color: black;
        margin-bottom: 10px;
        flex: 1 1 100%;
        min-width: 0;
    }

    .book-now-input select {
        color: #BAB29C;
    }

    .book-now-input input::placeholder {
        color: #BAB29C;
    }

    .form-sub {
        height: 48px;
        width: 460px;
        color: white;
        font-size: 16px;
        border: none;
        outline: none;
        margin-top: 20px;
        border-radius: 10px;
        background-color: #1466B8;
        border: 1px solid white;
        font-weight: 500;
    }

    .form-sub:hover {
        border: 2px solid black;
        color: black;
    }

    /*  Responsive for screens ≤ 400px */
    @media (max-width: 400px) {
        .main-book {
            margin-top: 50px;
            padding: 0 15px;
        }

        .main-book h2 {
            font-size: 24px;
            text-align: center;
        }

        .book-now-p {
            flex-direction: column;
            font-size: 14px;
        }

        .book-now-input input,
        .book-now-input select,
        .book-now-input textarea {
            width: 100%;
            margin-right: 0;
        }

        .form-sub {
            width: 100%;
            font-size: 14px;
        }
    }

}

@media (max-width: 480px) {
    .main-book {
        margin-top: 60px;
        padding: 0 15px;
    }

    .main-book h2 {
        font-size: 24px;
        text-align: center;
    }

    .book-now-p {
        flex-direction: column;
        align-items: center;
        font-size: 14px;
    }

    .book-now-input input,
    .book-now-input select,
    .book-now-input textarea {
        width: 100%;
        margin-right: 0;
    }

    .form-sub {
        width: 100%;
        font-size: 14px;
    }
}