@font-face {
    font-family: myfont;
    src: url(Cinzel-Regular.otf);
}
.nav-item {
    font-size: 18px;
    font-family: poppins, sans-serif;
}
.icon i {
    font-size: 25px;
    color: rgb(46, 46, 46);
}

.gallerytext h1 {
    font-family: myfont;
    font-weight: 500;
    font-style: normal;
    font-size: 70px;
}

.gallerytext h6 {
    font-family: myfont;
    color: #ff7424;
}



/* footer */

.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) {

    .footercontent {
        display: block;
    }

    .copyright {
        text-align: center;
    }

    .footericon {
        text-align: center;
    }

}

@media only screen and (max-width: 567px) {

    .logo img {
        display: block;
        margin: 0% auto;
    }


    .navigation ul {
        display: block;
        text-align: center;
        padding: 0;
    }
   .format textarea {
        width: 250px;
    }
    .navigation {
        display: block;
        margin: 0% auto;
    }

}
