* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

ul,
ol {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
}

img {
    width: 100%;
}

body {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.4px;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
}

.primary-btn1 {
    padding: 10px 20px;
    display: inline-block;
    background-color: #f4a01c;
    color: #fff;
    transition: 0.5s cubic-bezier(0.33, 0.03, 0, 0.95);
}

.primary-btn1:hover {
    color: #fff;
    background-color: #000;
}

.py-60 {
    padding: 60px 0;
}

.py-80 {
    padding: 60px 0;
}

.home-dark-h2 {
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 1.5em;
}

.main-color {
    color: #b78f3a;
}

.main-color1 {
    color: #24416b;
}

.main-bg {
    background-color: #f4a01c;
}

.main-bg1 {
    background-color: #24416b;
}

.default-btn {
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1;
    text-transform: capitalize;
    background-color: #C48E0D;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    border-radius: 50px;
    font-family: muli, sans-serif;
    text-align: center;
}

.default-btn:hover {
    color: #fff;
    background-color: #24416b;
}

.icon-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #f5e8d1;
    color: #C48E0D;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* menu */

.logo img {
    width: 70px;
}

.navbar {
    position: fixed;
    z-index: 11;
    width: 100%;
    background-color: rgb(255 255 255 / 95%);
    box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 42%);
}

.navbar .navbar-nav li.nav-item a {
    padding: 5px 18px;
    color: #24416b;
}

.navbar .navbar-nav li.nav-item a:hover {
    color: #f4a01c;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #f4a01c;
}


/*section*/

.section-title {
    margin-bottom: 40px;
}

.section-title h1,
.section-title h2,
.section-title h3 {
    font-size: 40px;
    position: relative;
    display: block;
    color: #24416b;
    font-weight: bold;
    margin: 0 0 10px;
}

.section-title span {
    text-transform: uppercase;
    color: #c48e0d;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.tea-leaves {
    background-image: url(../img/tea-leaves.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}

.intro-text img {
    width: 250px;
}


/*facilities*/

.facilitie-box {
    margin: 0 0 40px;
}

.facilitie-box i {
    font-size: 32px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    color: #C48E0D;
    border-radius: 50%;
    text-align: center;
}

.facilitie-box h3 {
    color: #24416b;
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 32px;
}


/*Our Rooms*/

.our-rooms {
    background-image: url(../img/penta-bg1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.our-rooms::before {
    content: "";
    z-index: -1;
    background-color: rgb(255 255 255 / 85%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.room-box {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    text-align-last: center;
    padding: 30px;
}

.inner-facilities .room-box {
    text-align: left;
}

.room-img img {
    transition: 0.3s;
}

.room-box:hover img {
    filter: brightness(0.5);
}

.room-descp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -290px;
    padding: 30px 30px 40px;
    background-color: #fff;
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.froom-descp {
    text-align: left;
    margin: 20px 0 0;
}

.froom-descp h3 {
    font-size: 22px;
    color: #b78f3a;
    margin: 0 0 15px;
}

.room-box:hover .room-descp {
    bottom: 0;
}

.room-descp h3 {
    font-size: 20px;
}

.room-descp .price {
    display: block;
    margin: 0 0 20px;
}

ul.rating li {
    display: inline-block;
    color: #f4a708;
}


/*amenities-area*/

.amenities {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 60px;
    background-color: #C48E0D;
}

.amenities-bg {
    background-image: url(../img/amenities-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    width: 800px;
    height: 100%;
    top: 0;
    z-index: -1;
}

.amenities-content {
    background-color: #C48E0D;
    padding: 60px 60px 60px;
    border-radius: 0 0 0 60px;
    box-shadow: -8px 8px 25px -10px rgb(0 0 0 / 18%);
}

.amenities-content .section-title h2,
.amenities-content .section-title span {
    color: #fff;
}

.amenities-content-box {
    text-align: center;
    height: 100%;
    padding: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.amenities-content-box:hover {
    transform: translateY(-5px);
    background-color: inherit;
    color: #fff;
}

.amenities-content-box:hover i {
    color: #fff;
}

.amenities-content-box i {
    font-size: 25px;
    color: #C48E0D;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

.amenities-content-box h3 {
    font-size: 20px;
    margin: 0 0 20px;
}

.amenities-content-box a.icon-btn i {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    color: #C48E0D;
}


/*Testimonials*/

.testimonials {}

.testimonial-box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-image: url(../img/testimonials-bg.png);
    padding: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: left;
    color: #7a7e9a;
}

.testimonial-box:hover {
    transform: translateY(-5px);
}

.testimonial-box h3 {
    color: #24416b;
    margin: 0 0 20px;
}

.testimonial-profile img {
    width: 50px;
}

.testimonial-id {
    border-left: 1px dashed #c3c3c3;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
}

.testimonial-profile h4 {
    font-size: 16px;
}

.testimonial-profile p {
    font-size: 14px;
    margin: 0;
}

.footer-bg {
    background-color: #000000;
    color: #d9d6d6;
}

.footer-bg a {
    color: #d9d6d6;
}

.footer-top li a {
    padding: 5px 10px;
    display: block;
}

.footer-top li a:hover {
    color: #f4a01c;
}

.footer-section h3 {
    font-size: 24px;
    margin: 0 0 30px;
}

.footer-section h4 {
    font-size: 18px;
    margin: 0 0 5px;
    color: #d9d6d6;
}

.footer-section p {
    font-size: 14px;
}

.services-link ul li {
    margin-bottom: 14px;
}

.services-link ul li a {
    font-size: 14px;
    padding-left: 20px;
    color: #d9d6d6;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.services-link ul li a i {
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 0;
    top: 3px;
}

.services-link ul li a:hover i {
    -webkit-animation: fadeInLeft .5s linear;
    animation: fadeInLeft .5s linear;
}

.services-link ul li a:hover {
    color: #C48E0D;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.instagram-img li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 3px 10px;
    width: 80px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.instagram-img li:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}


/*fascinating-rooms-tab*/

.room-view-area .container {
    position: relative;
}

.room-view-area .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 210px;
    background-color: #fff;
    z-index: -1;
}

.room-slider .container::after {
    position: absolute;
    background: rgb(0 0 0 / 55%);
    content: "";
    height: 100%;
    width: 100%;
    top: 210px;
    left: 0;
    z-index: -1;
}

.room-slider {
    background-image: unset;
}

.room-view-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-bottom: 80px;
}

.room-slider .container {
    background-image: url(../img/room-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    min-height: 800;
    overflow: hidden;
}

.room-slider .container .tabs {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 34px;
    line-height: 1;
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 55px;
}

.room-slider .container .tabs:before {
    content: "";
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    width: 98%;
    height: 2px;
    background-color: #eee;
    z-index: -1;
    margin: auto;
}

.room-slider .container .tabs li.current {
    color: #C48E0D;
    border-bottom: 2px solid #C48E0D;
    padding-bottom: 20px;
}

.room-slider .container .tabs li {
    padding: 0;
    margin-right: 30px;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}

.tabs_item {
    position: relative;
}

.tab .tabs_item {
    display: none;
}

.tab_content {
    height: 100%;
    margin: 20% 0 0;
}

.tab .tabs_item:first-child {
    display: block;
}

.room-view-area .rwrap {
    background-color: rgb(255 255 255 / 91%);
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    max-width: 800px;
    padding: 40px;
    margin: auto;
}


/*--------------------------------------------------------------
# Departments --------------------------------------------------------------*/

.departments {
    overflow: hidden;
}

.departments .nav-tabs {
    border: 0;
}

.departments .nav-link {
    border: 0;
    padding: 15px;
    transition: 0.3s;
    color: #2c4964;
    border-radius: 0;
    border-right: 2px solid #ebf1f6;
    font-weight: 600;
    font-size: 18px;
}

.departments .nav-link:hover {
    color: #C48E0D;
}

.departments .nav-link.active {
    color: #C48E0D;
    border-color: #C48E0D;
}

.departments .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #cc8d1a;
}

.departments .details p {
    color: #777777;
}

.departments .details p:last-child {
    margin-bottom: 0;
}

.cat-images li {
    padding: 0;
    overflow: hidden;
    width: 130px;
    text-align: center;
    margin: 0 0 1em;
}

.cat-images li img {
    width: 100px;
    margin: auto;
    border-radius: 100px;
    border: 2px solid #C48E0D;
}

.cat-images li span {
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
}

@media (max-width: 992px) {
    .departments .nav-link {
        border: 0;
        padding: 15px;
    }
    .departments .nav-link.active {
        color: #fff;
        background: #C48E0D;
    }
}


/* testimomial-Start */

.contact-logo {
    width: 200px;
    margin: auto;
}

.contact-logo img {
    width: 50%;
}

.contact-booking a {
    color: #000000;
    font-size: 23px;
}

.contact-booking p {
    margin-bottom: 0px;
}

.contact-mail p {
    font-size: 20px;
}

.inner-contact {
    box-shadow: 0px 2px 15px -5px rgb(0 0 0 / 18%);
    padding: 30px;
    border-radius: 10px;
}

.contact-map iframe {
    border-radius: 10px;
}


/* testimomial-End */


/* facility-start */


/* .facility-content {
    width: 50%;
    text-align: center;
    margin: auto;
}

.facilities-row {
    background-color: #dbe1ec;
    padding: 30px;
}

.froom-box img {
    box-shadow: rgba(37, 37, 37, 0.4) 10px 10px;
}

.froom-box1 {
    box-shadow: rgba(37, 37, 37, 0.4) -10px 10px;
} */


/* facility-End */