@import url("https://fonts.googleapis.com/css2?family=Alike&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

body {
    overflow-x: hidden;
}

.fa {
    color: #fff;
}

.hero {
    background-image: url(../images/hero2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
}

.hero-text {
    display: flex;
    flex-direction: column;
    height: 600px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.hero-text h1 {
    font-size: 48px;
    padding-bottom: 30px;
    font-family: "Alike", serif;
}

.forms-wrapper {
    background-color: #2e3f61;
    padding: 0.6rem;
    display: flex;
    width: 90%;
    justify-content: center;
    margin: auto;
    z-index: 2;
    margin-top: -40px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
        rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border-radius: 10px;
}

.forms-book {
    color: #fff;
    padding: 1rem 0;
    margin: 0 1rem;
}

.forms-book input {
    width: 140px;
    height: 40px;
    padding: 0rem 1rem;
}

.forms-book select {
    width: 140px;
    height: 40px;
}

.forms-book button {
    width: 140px;
    height: 40px;
    color: white;
    border: none;
    background-color: #da8661;
    cursor: pointer;
}

.book-form {
    width: 100%;
    height: 100%;
}

.motto {
    padding: 0 10%;
    text-align: center;
    margin-block: 50px;
}

.motto h1 {
    font-size: 48px;
    color: #2e3f61;
    padding-bottom: 20px;
    font-family: "Alike", serif;
}

.motto p {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 500;
    color: #717171;
    line-height: 2.25;
}

.home-intro {
    margin-top: 50px;
    padding: 0 10%;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

.home-intro-text {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.home-intro-text p {
    font-size: 18px;
    line-height: 1.88;
    font-weight: 500;
    font-style: italic;
    color: #717171;
    padding-top: 50px;
    width: 100%;
    margin: 0 auto;
    padding-right: 20%;
}

.home-about {
    margin-block: 50px;
    display: grid;
    grid-template-columns: 70% 30%;
    height: 500px;
}

.home-about img {
    width: 100%;
}

.home-about-text {
    background-color: #2e3f61;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 5%;
    color: #fff;
}

.home-about-text h1 {
    font-size: 48px;
    font-family: "Alike", serif;
}

.line {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    width: 80%;
    text-align: center;
}

.home-about-text p {
    margin-top: 20px;
    font-weight: 500;
}

/* .home-about-image{
    border: 2px solid;
} */
.home-about-image img {
    height: 100%;
}

.home-icon {
    padding: 0 10%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
}

.icon-one {
    text-align: center;
}

.icon-one img {
    width: 70px;
    text-align: center;
}

.icon-one h1 {
    font-family: "Alike", serif;
    color: #2e3f61;
    padding-block: 20px;
    line-height: 1.2;
    font-weight: 500;
    font-size: 30px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

.gallery {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.gallery a {
    /* height: 100%; */
    width: 100%;
    margin: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter {
    margin-block: 50px;
    padding: 0 10%;
    display: grid;
    grid-template-columns: 50% 50%;
}

.newsletter-text h1 {
    color: #2e3f61;
    font-family: "Alike", serif;
    font-size: 48px;
    padding-bottom: 10px;
}

.newsletter-text p {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
    color: #717171;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.newsletter-form input {
    width: 100%;
    height: 52px;
    border: solid 1px #dadfe5;
    border-bottom: solid 2px #da8661;
    padding-left: 25px;
}

.newsletter-form button {
    top: 0;
    right: 0;
    width: 151px;
    height: 52px;
    background: #637496;
    border: none;
    outline: none;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

.newsletter-form button a {
    color: #fff;
}

.location {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0 10%;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-info h1 {
    color: #2e3f61;
    font-size: 48px;
    font-family: "Alike", serif;
    padding-bottom: 10px;
}

.contact-info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 2.25;
    padding-bottom: 20px;
    color: #717171;
    width: 80%;
}

.contact-info form {
    display: flex;
    flex-direction: column;
}

.contact-info input {
    width: 80%;
    height: 50px;
    margin-top: 20px;
}

textarea {
    width: 80%;
    height: 150px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    resize: none;
    margin-top: 20px;
}

.contact-btn {
    width: 25%;
    height: 50px;
    background-color: #2e3f61;
    border: none;
    color: #fff;
    font-weight: 500;
}

footer {
    background-color: #637496;
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
    margin-top: 50px;
}

footer h1 {
    font-family: "Alike", serif;
    color: #dfff;
    text-transform: uppercase;
    padding-bottom: 20px;
}

footer li a {
    color: #fff;
    line-height: 1.75;
    /* text-transform: uppercase; */
    letter-spacing: 1.3px;
    font-weight: 500;
    text-align: center;
}

.footer-link {
    display: block;
}

.footer-image p {
    width: 280px;
    color: #fff;
    padding-top: 20px;
    font-weight: 500;
}

nav .icon {
    display: none;
}

.se {
    display: grid;
    width: 90%;
    margin: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

.ic {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100px;
    height: 100px;
    text-align: center;
}

.ic img {
    margin-bottom: 0.3rem;
}

.bdr {
    padding: 0.3rem;
    width: 113px;
    margin-bottom: 1rem;
}

.a-btn {
    margin-top: 3rem;
    padding: 0.8rem 2rem;
    background-color: #da8661;
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 3rem;
}

.a-btn:hover {
    background-color: transparent;
    border: 2px solid #da8661;
    color: #da8661;
    transition: 0.5s;
}

@media screen and (max-width: 991px) {
    nav {
        float: none;
        display: block;
        text-align: center;
        display: none;
    }

    .nav-links a {
        display: block;
    }

    .nav-btn button {
        display: block;
        margin: 0 auto;
        margin-block: 20px;
    }

    nav .icon {
        display: block;
    }

    .forms-wrapper {
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-top: -80px;
    }

    .forms-book {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .forms-book input {
        display: block;
        width: 100%;
        margin: 0 auto;
        /* border-radius: 30px; */
        border: none;
        height: 50px;
    }

    .forms-book select {
        display: block;
        width: 100%;
        margin: 0 auto;
        /* border-radius: 30px; */
        border: none;
        height: 50px;
    }

    .forms-book button {
        display: block;
        width: 100%;
        margin: 0 auto;
        /* border-radius: 30px; */
        border: none;
        height: 50px;
    }

    .motto {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-top: 50px;
    }

    .home-intro {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-top: 50px;
    }

    .home-into-image {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .home-into-image img {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .home-intro-text {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .home-intro-text img {
        display: block;
        /* width: 100%; */
        margin: 0 auto;
        margin-top: 20px;
    }
    .home-intro-text p {
        display: block;
        width: 100%;
        display: flex;
        text-align: center;
        padding-right: 10px;
    }

    .home-about {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-top: 50px;
    }

    .home-about-text h1 {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .home-about-text p {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .home-icon {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-top: 50px;
    }

    .icon-one {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .home-about-image {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .home-about-image img {
        display: none;
    }

    .gallery-header {
        margin-top: 50px;
    }

    .gallery {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .gallery a {
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-block: 40px;
    }

    .gallery a img {
        width: 100%;
        height: 100%;
    }

    .newsletter {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-block: 50px;
    }

    .newsletter-text {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .newsletter-text h1 {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .newsletter-text p {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .location {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .map {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .map iframe {
        display: block;
        width: 80%;
        height: 300px;
        margin: 0 auto;
    }

    .contact-info {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .contact-info h1 {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-top: 20px;
    }

    .contact-info p {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .contact-info form {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .contact-info button {
        margin-top: 20px;
        margin-bottom: 50px;
        width: 80%;
    }

    footer {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .footer-image {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .footer-image img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .footer-image p {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .footer-link {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .footer-link h1 {
        display: block;
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .footer-link li {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .footer-book {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .footer-book h1 {
        display: block;
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .footer-book li {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .standard-hero {
        text-align: center;
    }

    .help-heading img {
        display: none;
    }
}

.book-bg {
    background-image: url(../images/room-cover.jpg);
}

.about-bg {
    background-image: url(../images/about-cover.jpg);
}

.contact-bg {
    background-image: url(../images/contact-cover.jpg);
}

.rooms {
    background-image: url(../images/rooms.jpg);
}

.bg {
    background-image: url(../images/bg.jpg);
}

.rooms-bg {
    background-image: url(../images/eecutive-03.jpg) !important;
}

.serve {
    background-image: url("../images/bar.png") !important;
}

.ht {
    position: absolute;
    width: 60vw;
    color: white;
    text-shadow: 2px 2px #0000004d;
}

.ht h1 {
    font-size: 3rem;
}

.booking-card {
    width: 100%;
    margin-top: 2rem;
    padding: 5rem;
}

.booking-card button {
    border: none;
}

.booking-btn {
    display: grid;
}

.gridd {
    display: flex;
    justify-content: space-between;
    justify-content: space-evenly;
}

.detail {
    margin-right: 5rem;
}

.details-card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

.dw {
    width: 50vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.dw p {
    font-size: 1rem;
    font-weight: 400;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-btn {
    display: grid;
    margin: auto;
}

.dww {
    width: 50vw;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.top-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5rem;
    min-height: 73vh;
    width: 100%;
    background: rgba(131, 131, 131, 0.253);
}

.fold {
    position: absolute;
    top: -53px;
    rotate: 90deg;
}

.top-box .logo {
    display: flex;
    margin: auto;
    margin-top: 6rem;
}

.top-box-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 22vh;
}

.top-box-text h3 {
    font-size: 2rem;
}

.top-box-text p {
    font-size: 1.5rem;
}

.top-box .desc {
    width: 70vw;
    font-size: 1.5rem;
    text-align: center;
}

.intro-box {
    display: flex;
    align-items: center;
}

.se-box {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
}

.se-se {
    display: grid;
    justify-content: space-between;
}

.se-se .bdr {
    display: grid;
    margin: auto;
    margin-bottom: 1rem;
}

.fac-container {
    width: 100%;
}

.fac-grid {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 3rem;
}

.fac-grid .fac-img img {
    height: 200px;
    border-radius: 20px;
}

.fac-desc {
    width: 30%;
}

.fac-desc h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.hr {
    height: 1px;
    width: 60vw;
    margin: auto;
    background-color: rgb(199, 199, 199);
    margin-bottom: 3rem;
}

.room-detail-img img {
    display: grid;
    margin: auto;
    height: 70vh;
    border-radius: 20px;
}

.d-page {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
}

.best-offer {
    display: grid;
    margin: auto;
    width: 150px;
    height: 150px;
    background-color: #ef9139;
    margin-block: 50px;
    border-radius: 50%;
    margin-top: 20vh;
}

.best-offer p {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.5rem;
}

.price {
    font-weight: 600;
    font-size: 1.3rem;
    color: #f84600;
}

.pr {
    display: flex;
    align-items: center;
}

.service-container {
    display: grid;
    margin-top: 5rem;
}

.servicee h3 {
    display: grid;
    margin: auto;
    width: 80vw;
    text-align: left;
    font-size: 1.3rem;
}

.service-content {
    width: 80vw;
    display: grid;
    margin: auto;
    grid-template-columns: 2fr 1fr;
    text-align: left;
    align-items: center;
    margin-bottom: 5rem;
}

.service-content img {
    border-radius: 20px;
}

@media only screen and (max-width: 780px) {
    .booking {
        display: grid;
        margin: auto;
        overflow-x: hidden;
    }

    .booking-card {
        width: 100vw;
        margin: auto;
    }

    .gridd {
        display: grid;
        grid-template-columns: 1fr;
        margin: auto;
    }

    .detail {
        align-items: center;
        width: 100%;
    }

    .details-card {
        width: 85vw;
        margin: auto;
    }

    .dw {
        width: 100%;
        margin: auto;
    }

    .dww {
        text-align: justify;
        width: 100%;
    }

    .intro-box {
        display: grid;
        grid-template-columns: 1fr;
    }

    .d-page {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 3rem;
    }

    .d-page img {
        width: 80vw;
        height: 30vh;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .best-offer {
        margin-top: 1rem;
    }

    .standard-hero h1 {
        font-size: 50px;
    }

    .top-box {
        background: rgba(131, 131, 131, 0.253);
    }

    .top-box .gal {
        top: 62vh;
    }

    .intro-box {
        display: grid;
        margin: auto;
    }

    .intro_box_left {
        display: grid !important;
        margin: auto;
    }

    .se {
        grid-template-columns: 1fr 1fr;
    }

    .mid_card {
        margin-bottom: 1rem;
    }

    .about-us {
        display: grid;
    }

    .fac-container {
        display: grid;
        margin: auto;
    }

    .fac-grid {
        display: grid;
    }

    .fac-desc {
        width: 80%;
        margin: auto;
        text-align: justify;
    }

    .fac-grid .fac-img img {
        display: grid;
        margin: auto;
        margin-top: 1rem;
    }

    .pool {
        display: flex;
        flex-direction: column-reverse;
    }

    .service-content p {
        margin-bottom: 0.5rem;
    }

    .service-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .servicee h3 {
        margin-bottom: 0rem;
        text-align: center;
    }
}
/* 
@media screen and (max-width: 320px), screen and (max-height: 640px) {
    .top-box .gal {
        top: 52vh;
    }
} */
