@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.current {
    color: #ff4a09 !important;
}

/* Top Nav Section */
.top-nav {
    background-color: #ff4a09;
    padding: 8px 0;
    color: #fff;
}
.top-nav p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}

/* Navigation Section */
nav {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
    z-index: 999;
    position: sticky;
    top: 0;
    right: 0;
    bottom: 0;
}
.logo {
    font-family: "Pacifico", cursive;
    color: #ff4a09;
    font-size: 23px;
}
.logo:hover {
    color: #ff4a09;
    text-decoration: none;
}
.main-menu {
    padding: 0;
}
.main-menu li {
    list-style: none;
    float: left;
    padding: 6px 7px;
}
.main-menu li a {
    font-size: 18px;
    color: #000;
}
.main-menu li a:hover {
    color: #ff4a09;
    text-decoration: none;
}
.fa-bars {
    color: #ff4a09;
    position: absolute;
    font-size: 28px;
    top: 10px;
    right: 16px;
    display: none;
}

/* Banner Section */
.banner {
    padding: 120px 0;
    background-image: url('../images/How-To-Improve-Hotel-Guest-Exp.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    color: #fff;
}
.banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: -1;
}

/* Here ection */
.here {
    padding: 30px 0;
}
.here .row {
    padding-top: 30px;
}
.here i {
    color: #ff4a09;
}
.here h3 {
    color: #ff4a09;
}

/* Cheap Hotel Section */
.cheap-hotel {
    padding: 40px 0;
}
.cheap-hotel h3 {
    color: #ff4a09;
}
.hot-content {
    padding: 15px;
}
.main-hot {
    padding: 15px;
}
.custom-hot {
    padding: 15px;
    border: 1px solid #ff4a09;
    border-radius: 20px;
}
.hot-content h4 {
    color: #ff4a09;
}
.hot-content ul {
    padding: 0;
}
.cust-btn {
    color: #ff4a09;
    font-size: 18px;
    border: 2px solid #ff4a09;
    padding: 10px;
    border-radius: 25px;
    transition: 0.2s;
}
.cust-btn:hover {
    background-color: #ff4a09;
    color: #fff;
    text-decoration: none;
}
.custom-hot img {
    width: 100%;
    height: 190px;
}

/* About Us Section */
.about-us {
    padding: 40px 0;
}
.about-us h4 {
    color: #ff4a09;
}

/* Footer Section */
footer {
    padding: 40px 0;
    background-color: #f5f5f5;
}
footer a {
    display: block;
    color: #000;
    transition: 0.2s;
}
footer a:hover {
    color: #ff4a09;
    text-decoration: none;
}
footer h4 {
    color: #ff4a09;
}

/* Lower Footer Section */
.lower-footer {
    padding: 5px 0;
    text-align: center;
    background-color: #ff4a09;
    color: #fff;
}
.lower-footer p {
    margin-bottom: 0;
}

@media (max-width:768px) {
    .top-nav,
    .top-nav .col-md-6 {
        text-align: center !important;
    }
    .here {
        text-align: center;
    }
    .main-menu {
        display: none;
    }
    .main-menu li {
        float: none;
        text-align: center;
    }
    .fa-bars {
        display: block;
    }
}

/* About Us Page */
/* About Banner Section */
.about-banner {
    padding: 160px 0;
    background-image: url('../images/about-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.about-banner:before {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
}

/* About Content Section */
.about-content {
    padding: 60px 0;
}
.about-content .row {
    padding: 20px 0;
}
.about-content img {
    border-radius: 25px;
}
.about-content h4 {
    color: #ff4a09;
}

/* Contact Us Page */
/* Contact Content Section */
.contact-content {
    padding:60px 0;
}
.contact-content h2 {
    padding-bottom: 25px;
}
.contact-content h5 {
    color: #ff4a09;
}