@font-face {
    font-family: myfont;
    src: url(Cinzel-Regular.otf);
}

.nav-item {
    font-size: 18px;
    font-family: poppins, sans-serif;
}


.icon i {
    font-size: 30px;
    color: rgb(46, 46, 46);
}


.mainhotels {
    background-image: url(Images/scenic\ hills.jpg);
    background-repeat: no-repeat;
    width: 100%;
    padding: 120px 0px;
    background-position: center;
    background-size: cover;
}

.mainhotels h1 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
    color: #ff7424;
    font-size: 70px;
}


.mainhotels h6 {
    color: #ffffff;
    font-family: poppins, sans-serif;
}

.hoteltext h6 {
    color: #ff7424;
    font-family: poppins, sans-serif;
}

.hoteltext h2 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
}

.hoteltext p {
    max-width: 550px;
    font-family: poppins, sans-serif;
}

.Button a {
    color: aliceblue;
    background-color: #ff7424;
    text-decoration: none;
    padding: 15px 50px;
    border-radius: 6px;
}

.Button a:hover {
    color: #ff7424;
    background-color: aliceblue;
    border: 1px solid #ff7424;
    transition: all 0.3s;
}

.rooms {
    background-color: #fffdf5;
}

.rooms h5 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
    color: #ff7424;
}

.rooms h1 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
}

.cardsbody {
    background-color: #ffffff;
}

.cardsbody h2 {
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    font-family: myfont;
}

.cardsbody h6 {
    color: #ff7424;
    font-family: myfont;
}

.cardsbody p {
    font-family: poppins, sans-serif;
}

.maincards {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.Cardsbutton span {
    font-family: poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.Cardsbutton a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    padding-left: 5px;
    color: #ff7424;
    font-family: poppins, sans-serif;
}

.Cardsbutton a:hover {
    text-decoration: underline;
    transition: all 0.5s;
}

.secondcolm {
    display: none;
}

.servicetext h6 {
    color: #ff7424;
    font-family: myfont;
}

.services h5 {
    font-family: poppins, sans-serif;
}

.servicetext h1 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
}

.mainservice {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.services i {
    font-size: 70px;
}

.services {
    background-color: #fffdf5;
    width: 250px;
    height: auto;
    padding: 40px;
    border-radius: 10px;
    box-shadow: rgba(184, 184, 184, 0.2) 0px 7px 5px 0px;
}


.iframe {
    background-color: #fffdf5;
}


.contactcontent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.contacttext h6 {
    font-family: myfont;
    color: #ff7424;
}

.contacttext h1 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
}

.contacttext span {
    font-family: poppins, sans-serif;
}

.format {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

label {
    font-family: poppins, sans-serif;
    font-size: 16px;
    color: #000000;
}

.format input {
    width: 250px;
    height: 40px;
    padding: 5px;
    border: none;
    border-bottom: 2px solid #696969;

}


.format textarea {
    width: 500px;
    height: 40px;
    padding: 5px;
    border: none;
    border-bottom: 2px solid #696969;
}

.FormButton {
    color: aliceblue;
    background-color: #ff7424;
    text-decoration: none;
    padding: 15px 50px;
    border-radius: 6px;
    border: 0px;
}

.FormButton:hover {
    color: #ff7424;
    background-color: aliceblue;
    border: 1px solid #ff7424;
    transition: all 0.3s;
}

.hotelcontact h1 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
}

.hotelcontact p {
    color: #ff7424;
}

.hotelcontactdetails i {
    color: #ff7424;
    font-size: 25px;
}


.footerbg {
    background-image: url(Images/footer\ bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.footer-content h4 {
    color: #fafafa;
    font-family: myfont;
    font-weight: 500;
    font-style: normal;
}

.footer-links {
    padding-top: 15px;
}

.footer-links a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    font-family: poppins, sans-serif;
    cursor: pointer;
}

.hotel-links {
    padding-top: 15px;
}

.hotel-links a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    font-family: poppins, sans-serif;
    cursor: pointer;
}

.footercontent {
    display: block;
    margin: 0% auto;
}

.footercontent i {
    border: 1px solid #fafafa;
    border-radius: 50%;
}

.line {
    height: 1px;
    width: 100%;
    background-color: #ffffff;
}








@media only screen and (max-width: 767px) {
    .maincards {
        flex-wrap: wrap;
    }

    .mainservice {
        flex-wrap: wrap;
    }

    .footercontent {
        display: block;
    }

    .copyright {
        text-align: center;
    }

    .footericon {
        text-align: center;
    }

    .secondcolm {
        display: block;
    }

    .firstcolm {
        display: none;
    }

}

@media only screen and (max-width: 567px) {
    .logo img {
        display: block;
        margin: 0% auto;
    }

    .format textarea {
        width: 250px;
    }

    .navigation ul {
        display: block;
        text-align: center;
        padding: 0;
    }

    .navigation {
        display: block;
        margin: 0% auto;
    }
    .format {
        flex-wrap: wrap;
        gap: 0px;
    }
    .format textarea {
        width: 250px;
    }
      .services {
        background-color: #fffdf5;
        width: 180px;
        height: auto;
        padding: 15px;
        margin: 5px 0px;
        border-radius: 10px;
    }
    .footer-logo img {
        display: block;
        margin: 0% auto;
    }

    .footer-logo {
        text-align: center;
    }

}

@media only screen and (max-width: 525px) {

    .format {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contactcontent {
        display: block;
    }
}