@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.woff2') format('woff2'),
        url('../fonts/Montserrat-VariableFont_wght.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OleoScript';
    src: url('../fonts/OleoScript-Regular.woff2') format('woff2'),
        url('../fonts/OleoScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.body {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

/*header section start from here*/
.container {
    max-width: 1240px;
}

header {
    background-color: #D07F28;
    padding: 10px 0;

}

header h2 {
    font: 500 18px "Montserrat";
    color: #fff;
    margin: 0;
}

header a {
    text-decoration: none;
    color: #fff;
    font: 18px "Montserrat";
    margin-left: 40px;
}

header i {
    margin-right: 10px;
}

.header-txt {
    text-align: right;
}

nav {
    background-color: #f8eee3;
}

.navbar {
    padding: 6px 0;
}

.navbar-nav a {
    font: 17px "Montserrat";
    color: #000;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 33px;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #D07F28;
}

.navbar-expand-lg .navbar-nav .nav-link.active:after {
    content: " ";
    position: absolute;
    width: 75%;
    top: 40px;
    left: 27px;
    background-color: #D07F28;
    height: 2px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover:after {
    content: " ";
    position: absolute;
    width: 75%;
    top: 40px;
    left: 27px;
    background-color: #D07F28;
    height: 2px;
}

.nav-link:hover {
    color: #D07F28;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #D07F28;
    border: 1px solid #D07F28;
    border-radius: 30px;
    height: 15px;
    width: 15px;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(0) grayscale(100);
}

.banner {
    position: relative;
}

.banner-text {
    position: absolute;
    top: 23%;
    left: 6%;
}

.banner-text h3 {
    font-family: 'OleoScript', cursive;
    /* cursive as fallback */
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    color: #fff;
}

.banner-text h1 {
    font: bold 60px "Montserrat";
    color: #fff;
    margin-top: 20px;
}

.banner-text span {
    color: #D07F28;
}

.banner-text a {
    text-decoration: none;
    display: inline-block;
    background-color: #D07F28;
    color: #fff;
    font: 18px "Montserrat";
    padding: 17px 55px;
    border-radius: 6px;
    margin-top: 50px;
}

/*header section end here*/
/*main section start from here*/
.about {
    margin: 70px 0;
}
.about-us img{
    width:100%;
}
.hotel {
    margin-right: 50px;
}

.hotel-amar h2 {
    font: bold 26px "Montserrat";
    color: #D07F28;
    text-align: center;
    position: relative;
    margin-top: 60px;
}

.hotel-amar h2::before,
.hotel-amar h2::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 57%;
    width: 85px;
    height: 2px;
    background-color: #D07F28;
}

.hotel-amar h2::before {
    left: 36%;
    transform: translateY(50%);
}

.hotel-amar p {
    text-align: center;
    font: 18px "Montserrat";
    letter-spacing: 3px;
    color: #686B6D;
}

.about img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about h2 {
    font: bold 32px "Montserrat";
    margin-bottom: 30px;
}

.about p {
    font: 16px "Montserrat";
    line-height: 30px;
}

.about a {
    text-decoration: none;
    display: inline-block;
    background-color: #D07F28;
    color: #fff;
    font: 18px "Montserrat";
    padding: 16px 76px;
    border-radius: 6px;
    margin-top: 25px;
}

.about a:hover {
    background: #000;
    transition: 1s;
    color: #fff;
}

.room-section {
    background-color: #F8F4F4;
    padding: 60px 0;
    margin: 0 0 60px 0;
}

.room-section h2 {
    color: #D07F28;
    font: bold 32px "Montserrat";
    text-align: center;
    position: relative;
}

.room-section h2::before,
.room-section h2::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 62%;
    width: 60px;
    height: 2px;
    background-color: #D07F28;
}

.room-section h2::before {
    left: 34%;
    transform: translateY(50%);
}

.room-section h2::after {
    right: 0;
    transform: translateY(-50%);
}

.room-section p {
    color: #5D5A5A;
    font: 15px "Montserrat";
    text-align: center;
    letter-spacing: 6px;
    margin-bottom: 33px;
}

.deluxe-room {
    background-color: #fff;
    padding: 20px;
}

.deluxe-room h3 {
    font: bold 20px "Montserrat";
}

.deluxe-room p {
    font: 16px "Montserrat";
    text-align: left;
    line-height: 24px;
    letter-spacing: 1px;
}

.room-section a {
    border-radius: 8px;
    text-decoration: none;
    font: 18px "Montserrat";
    color: #D07F28;
    /* background-color: #720004; */
    text-align: center;
    padding: 15px 0px;
    display: block;
    /* width: 185px; */
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #D07F28;
}

.room-section a:hover {
    background: #D07F28;
    transition: 1s;
    color: #fff;
}

.gallery-section h2 {
    color: #D07F28;
    font: bold 32px "Montserrat";
    text-align: center;
    position: relative;
}

.gallery-section h2::before,
.gallery-section h2::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 55%;
    width: 60px;
    height: 2px;
    background-color: #D07F28;
}

.gallery-section h2::before {
    left: 40%;
    transform: translateY(50%);
}

.gallery-section p {
    color: hsl(0, 3%, 35%);
    font: 16px "Montserrat";
    text-align: center;
    margin-bottom: 33px;
    letter-spacing: 3px;
}
.amar img{
   min-height:100%;
}
.hotel-gallery img {
    margin-top: 10px;
}

figure {
    position: relative;

}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .4s ease;
    background-color: rgb(245 79 157 / 50%);
}

.search {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

figure:hover .overlay {
    opacity: 5;
}

figure img {
    min-height: 219px;
}

.facility {
    margin: 60px 0;
}

.our-facility {
    margin: 20px 0;
}

.facility h2 {
    color: #D07F28;
    font: bold 32px "Montserrat";
    text-align: center;
    position: relative;
}

.facility h2::before,
.facility h2::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 56%;
    width: 60px;
    height: 2px;
    background-color: #D07F28;
}

.facility h2::before {
    left: 39%;
    transform: translateY(50%);
}

.facility p {
    color: hsl(0, 3%, 35%);
    font: 18px "Montserrat";
    text-align: center;
    margin-bottom: 80px;
}

.free-parking {
    text-align: center;
    border: 1px solid#f3eff0;
    ;
    padding: 0 0 30px 0;
}

.room-srvices {
    margin-top: -40px;
}

.free-parking:hover {
    box-shadow: 1px 1px 16px #d5cfd0;
}

.free-parking h4 {
    font: 19px "Montserrat";
    margin-top: 15px;
}

.wifi {
    margin-top: 40px;
    padding: 0 0 39px 0;
}

/*main section end here*/
/*footer section start from  here*/
footer {
    background-color: #5E5854;
    padding-top: 65px;
    margin-top: 60px;
}

footer h2 {
    font: 26px "Montserrat";
    color: #fff;
    margin-bottom: 40px;
    position: relative;
}

footer p {
    color: #fff;
    font: 15px "Montserrat";
    line-height: 26px;
    margin-top: 25px;
}

footer h2:after {
    content: " ";
    position: absolute;
    top: 45px;
    left: 0;
    height: 2px;
    width: 15%;
    background-color: #D07F28;
}

footer li {
    list-style: none;
}

footer a {
    text-decoration: none;
    color: #fff;
    font: 15px "Montserrat";
    margin: 10px 0;
    display: inline-block;
}

footer a img {
    margin-right: 10px;
}

footer a:hover {
    color: #D07F28;
}

.quick-links {
    margin-left: 100px;
}

.quick-links a {
    margin-bottom: 20px;
}

.quick-links i {
    margin-right: 5px;
    color: #D07F28;
}

.quick-links address {
    color: #fff;
    font: 15px "Montserrat";
    line-height: 26px;
}

.quick-links address i {
    float: left;
    padding: 4px 0 30px 0;
    font-size: 20px;
}

.social-links i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

.social-links i:hover {
    color: #D07F28;
}

.social-links address {
    margin: 20px 0;
    font: 16px "Montserrat";
    line-height: 24px;
}

.book-now a {
    background-color: #D07F28;
    padding: 16px 50px;
    border-radius: 10px;
    color: #fff;
}

.book-now a:hover {
    color: #000000;
}

.footer-listing {
    margin-left: 100px;
}

.footer-listing i {
    font-size: 20px;
}

.copyright {
    border-top: 1px solid #838383;
    margin-top: 55px;
}

.copyright p {
    font: 13px "Montserrat";
}

.copy p {
    text-align: right;
}

/*footer section end here*/
/*rooms page start from here*/
.room-sec span {
    color: #000;
}

.room-sec a {
    text-decoration: none;
    background-color: #D07F28;
    font: 16px "Montserrat";
    text-align: center;
    color: #fff;
    padding: 8px 12px;
    margin-right: 40px;
    border-radius: 5px;
}

.room-deluxe {
    margin-left: 50px;
}

.deluxe-room span {
    font: bold 18px "Montserrat";
    margin-left: 90px;
}

.super-room {
    background-color: rgb(239 236 239 / 36%);
    padding: 30px;
    margin-top: 50px;
}

.semi-deluxe-room {
    padding: 150px 0 100px 0;
}

.semi-room-img {
    outline: 2px solid #fdfaeb;
    outline-offset: -10px;
}

.semi-deluxe-room h3 {
    font: bold 36px "Montserrat";
}

.semi-deluxe-room p {
    font: 17px "Montserrat";
    color: #565656;
    line-height: 26px;
    margin: 30px 0;
}

.semi-deluxe-room a {
    padding: 15px 0px;
    margin-top: 24px;
    display: block;
    width: 41%;
}

.semi-deluxe-room a:hover {
    background-color: #000;
    transition: 1s;
}

.living-rooms h2 {
    font: bold 26px "Montserrat";
    color: #D07F28;
    text-align: center;
    position: relative;
    margin-top: 60px;
}

.living-rooms h2::before,
.living-rooms h2::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 60%;
    width: 85px;
    height: 2px;
    background-color: #D07F28;
}

.living-rooms h2::before {
    left: 34%;
    transform: translateY(50%);
}

.living-rooms p {
    text-align: center;
    font: 18px "Montserrat";
    letter-spacing: 3px;
    color: #686B6D;

}

/*rooms page end here*/
/*gallery page start from here*/
.gallery-page h2::before {
    left: 33%;
    transform: translateY(50%);
}

/*gallery page end here*/
/*travel spot start from here*/
.travel {
    position: relative;
    margin-top: 30px;
}

.image-travel {
    position: relative;
    width: 97%;
}

.overlay-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 15px;
    box-sizing: border-box;
    background-color: #000000ba;
}

.overlay-effect p {
    color: #fff;
    text-align: left;
    font: 16px "Montserrat";
    line-height: 24px;
}

.travel-place .overlay-effect {
    position: absolute;
    bottom: 0;
    left: 0;
}

.overlay-effect h3 {
    font: bold 21px "Montserrat";
    color: #fff;
}

.image-travel:hover .overlay-effect {
    opacity: 1;
}

.khajjiar h3 {
    font: bold 21px "Montserrat";
    color: #000;
    margin: 10px 0 0 0;
}

/*travel spot end here*/
/*contact page start from here*/
.contact-sec{
    margin-top: 50px;
}
form {
    border: 1px solid #f3efef;
    padding: 20px 30px;
    margin-bottom: 50px;
}

form label {
    margin-top: 16px;
    font: 600 14px "Montserrat";
    color: #040404;
}

form input {
    width: 100%;
    margin-top: 12px;
    padding: 10px 0;
}

.form-select {
    padding: 8px;
}

.form-control {
    padding: 9px;
}

form select {
    width: 100%;
    margin-top: 13px;
}

form textarea {
    width: 100%;
    margin-top: 10px;
}

form button {
    background-color: #D07F28;
    border: 1px solid #D07F28;
    padding: 15px 50px;
    margin-top: 22px;
    color: #fff;
    font: 16px "Montserrat";
}

/*contact-page end here*/
/*media css start from here*/
@media (max-width:1180px) {
    .container {
        width: 100%;
    }

    .quick-links {
        margin-left: 0px;
    }

    .hotel-amar h2::before,
    .hotel-amar h2::after {
        display: none;
    }

    .room-section h2::before,
    .room-section h2::after {
        display: none;
    }

    .gallery-section h2::before,
    .gallery-section h2::after {
        display: none;
    }

    .facility h2::before,
    .facility h2::after {
        display: none;
    }
    .living-rooms h2::before, .living-rooms h2::after {
        display:none;
    }
    .semi-deluxe-room {
    padding: 80px 0 0px 0;
}
}

@media (max-width:992px) {
    header a {
        margin-left: 20px;
    }

    footer a {
        font: 14px "Montserrat";
    }

    .quick-links address {
        font: 14px "Montserrat";
    }

    .footer-listing {
        margin-left: 70px;
    }

    header h2 {
        font: 500 15px "Montserrat";
    }

    header a {
        font: 15px "Montserrat";
    }

    .header-txt {
        text-align: left;
    }

    .banner-text h1 {
        font: bold 45px "Montserrat";
    }

    .banner-text h3 {
        font-size: 28px;
    }

    footer h2 {
        font: 19px "Montserrat";
    }

    footer p {
        font: 14px "Montserrat";
    }

    .navbar-expand-lg .navbar-nav .nav-link.active:after {
        width: 12%;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover:after {
        width: 12%;
    }
}

@media (max-width: 873px) {
     .semi-deluxe-room {
        padding: 25px 0 0px 0;
    }
    footer a {
        font: 13px "Montserrat";
    }

    .quick-links address {
        font: 13px "Montserrat";
    }

    footer p {
        font: 13px "Montserrat";
        line-height: 25px;
    }
}

@media (max-width:818px) {
    header h2 {
        font: 500 14px "Montserrat";
    }

    header a {
        font: 14px "Montserrat";
    }

    footer a {
        font: 12px "Montserrat";
    }

    .quick-links address {
        font: 12px "Montserrat";
    }

    footer p {
        font: 12px "Montserrat";
        line-height: 25px;
    }

    .deluxe-room h3 {
        font: bold 18px "Montserrat";
    }

    .deluxe-room p {
        font: 15px "Montserrat";
    }

    .room-section a {
        padding: 10px 0px
    }

    .about h2 {
        font: bold 28px "Montserrat";
    }
}

@media (max-width:767px) {
    header h2 {
        font: 500 18px "Montserrat";
        text-align: center;
    }

    .header-txt {
        text-align: center;
        margin-top: 10px;
    }

    header a {
        font: 18px "Montserrat";
        display: block;
    }

    .banner-text {
        top: 12%;
        left: 6%;
    }

    .hotel {
        margin-right: 0;
        text-align: center;
    }

    .about {
        text-align: center;
        margin-top: 30px;
    }

    .gallery-section {
        text-align: center;
    }

    .free-parking {
        margin-top: 64px;
    }

    .social-links {
        margin: 0 auto;
        text-align: center;
    }
    footer p {
        font: 15px "Montserrat";
        line-height: 25px;
    }
    .footer-listing {
        margin: 30px 0 0 0;
        text-align: center;
    }

    footer h2 {
        font: 22px "Montserrat";
        margin-bottom: 10px;
    }

    footer h2:after {
        top: 35px;
        left: 41%;
        width: 20%;
    }

    footer a {
        font: 15px "Montserrat";
    }

    .quick-links {
        margin-left: 0px;
        text-align: center;
        margin-top: 30px;
    }

    .quick-links address {
        font: 15px "Montserrat";
        margin-top: 30px;
    }

    .quick-links a {
        display: block;
    }

    .quick-links address i {
        float: none;
        padding: 0;
    }

    .copyright {
        text-align: center;
    }

    .copy p {
        text-align: center;
        margin-top: 0;
    }
    .book-now a {
    margin: 0 auto;
    width: 300px;
}
    .banner-text h3 {
        font-size: 22px;
    }
        .banner-text h1 {
        font: bold 30px "Montserrat";
    }
    .banner-text a {
    font: 18px "Montserrat";
    padding: 11px 23px;
    margin-top: 17px;
}
.deluxe-room {
    text-align: center;
}
    .room-section p {
        font: 14px "Montserrat";
        text-align: center;
    }
        .semi-deluxe-room {
        padding: 25px 0 0px 0;
        text-align: center;
    }
    .semi-room-img {
    width: 86%;
    outline: 2px solid #fdfaeb;
    outline-offset: -12px;
        margin: 0 auto;
}
.semi-deluxe-room a {
    width:100%; 
    margin: 0 auto;
    margin-bottom: 50px;
}
.semi-deluxe-room h3 {
    font: bold 29px "Montserrat";
}
.travel-spot{
    text-align: center;
}
}
   @media (max-width:575px) {
    header h2 {
        font: 500 16px "Montserrat";
        text-align: center;
    }
        header a {
        font: 15px "Montserrat";
    }
    .banner-text {
        top: 5%;
    }
    .hotel-amar p {
    font: 15px "Montserrat";
}
    .about h2 {
        margin-bottom: 5px;
        font: bold 23px "Montserrat";
    }
    .room-section h2 {
    font: bold 26px "Montserrat";
}
.room-section p {
    font: 11px "Montserrat";
}
.gallery-section p {
    font: 13px "Montserrat";
}
.gallery-section h2 {
    font: bold 28px "Montserrat";
}
.super-room {
    background-color: rgb(239 236 239 / 36%);
    padding: 0px;
    margin-top: 30px;
}
.semi-deluxe-room h3 {
        font: bold 23px "Montserrat";
    }
    .living-rooms h2 {
    font: bold 22px "Montserrat";
    }
    .living-rooms p {
    font: 15px "Montserrat";
    }
    .hotel-amar h2 {
    font: bold 22px "Montserrat";
    margin-top: 36px;
}
    .hotel-amar p {
        font: 14px "Montserrat";
        margin:0;
    }
}
@media (max-width:440px) {
    .banner-text {
       display: none;
    }
}
@media (max-width:366px) {
        .banner-text {
        top: 0%;
    }
    header h2 {
        font: 500 14px "Montserrat";
        /* text-align: center; */
    }
        header a {
        font: 14px "Montserrat";
    }
        .banner-text a {
        font: 16px "Montserrat";
        padding: 6px 14px;
        margin-top: 0px;
    }
}
/*media css end here*/