:root {
    --body-bg: #0e0d0c;
    --theme-color:#d63220;
    --body-color: #eac900;
    --title-color: #b41a00;
    --secondary-color: #fde5d8;
    --border-color: #e7e5e5;
    --title-font:
    "Josefin Sans", sans-serif;
    --body-font:
    "Josefin Sans", sans-serif;
    --para-font:
    "Bitter", serif;
    --icon-font:
    "Font Awesome 5 Pro";
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}
body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    background-color: var(--body-bg);
    line-height: 28px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color:#fff;
    margin: auto;
    color: #fff;
}
.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
    outline: none
}
a {
    color: #fff !important;
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--body-font) !important;
    font-weight: 400;
}
a:hover{
    color:var(--theme-color) !important;
}
dl, ol, ul {
    margin: 0 !important;
    padding-left: 0;
}
a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}
button {
    transition: all ease .4s
}
img {
    max-width: 100%;
    height: auto;
}
li{
    list-style: none;
    font-family: var(--body-font);
}
p {
    margin: 0 0 18px 0;
    line-height: 1.63;
    font-family: var(--body-font);
    font-weight: 400;
}
.h1,h1 {
    font-size: 48px
}

.h2,h2 {
    font-size: 40px
}

.h3,h3 {
    font-size: 36px
}

.h4,h4 {
    font-size: 28px
}

.h5,h5 {
    font-size: 24px
}

.h6,h6 {
    font-size: 20px
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: #b41a00;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}
.header-links ul li a{
    color: #ffffff !important;
    margin: 0px 20px;
}
.header-icon {
    margin-left: 20px;
}
.header-icon img{
    max-width: 30px;
    height: 30px;
    border-radius: 15px;
}
.tabs li a{
    color: #ebcd03 !important;
    font-size: 17px;
}
.tabs li a:hover{
    color: #fff !important;
}
.header-links ul{
    display: flex;
    float: right;
}
.top-header-icons {
    float: right;
}
.primary-bttn {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 12px 3px 8px 4px;
    border-radius: 35px;
    font-size: 11px;
    background-image: linear-gradient(to right, #d73421 0%, #f5560a 31%, #e5cb0c 100%);
    overflow: hidden;
    transition: all 0.3s ease 0s;
    border: none;
}
.primary-bttn:hover {
    background-image: linear-gradient(to right, #e5cb0c 0%, #f5560a 31%, #d73421 100%);
    transition: 800ms;
    color: #fff !important;
}
.header-links ul li a:hover{
    color: #e5cb0c !important;
}

.Secondry-button{
    color: #f35c42 !important;
    letter-spacing: 2px;
    font-size: 15px;
}
.Secondry-button:hover{
    color: #000 !important;
}
.logo{
    max-width: 210px;
    height: auto;
    margin: 10px;
}
.header-layout {
    background: #1e1a1b;
}
.hero-page{
    /* background-image: url(../images/banner.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-box {
    position: absolute;
    top: 18%;
    left: 7%;
    content: '';
    width: 75%;
    padding: 50px;
}
.hero-box h3 {
    color: #f8f8f7;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 30px 0px;
}
.hero-box p{
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 30px;
}
.bg-shape{
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    content: '';
}
.header.header-layout {
    background: #211917;
}
.header-top {
    padding: 8px;
    background: #da3228bf;
}
.section-title h3{
    color: var(--theme-color);
    font-size: 40px;
    text-transform: uppercase;
}
.section-title h6{
    color: #000;
}
.about_area {
    padding: 80px 0px 60px 0px;
    color: #000 !important;
}
.about_left img{
    border-radius: 20px;
}
.about_left{
    border-right: 1px solid #302d2d;
}
.about-heading{
    text-align: center;
    font-size: 48px;
    margin: 30px 0px;
    color: #000;
}
.gallery-page {
    padding: 80px 0px;
    text-align: center;
    background-image: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.gallery-page h3 {
    font-size: 52px;
    color: #ffffff;
    margin-bottom: 40px;
}
.gallery-page h6 {
    font-size: 18px;
    color: #ffffff;
}
.gallery-button{
    margin-top: 50px;
}
.gallery-page img {
    border-radius: 10px;
}
.rooms-page{
    padding: 80px 0px;
    text-align: center;
    background: #fff6eb;
}
.rooms-page h3{
    font-size: 48px;
    color: #000;
}
.rooms-page h6{
    font-size: 18px;
    color: #000;
}
.room-title {
    position: absolute;
    bottom: -8px;
    left: 0px;
    background-color: #fff;
    color: #000;
    font-size: 26px;
    padding: 13px 60px;
}
.room-box{
    position: relative;
}
.room-box img{
    border-top-left-radius: 30px;
}
.button-box{
    margin-top: 60px;
}

.Testimonials{
    padding: 80px 0px;
    background-image: url(../images/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.Testimonials h3{
    font-size: 48px;
    color: #fff;
}
.Testimonials h4{
    font-size: 32px;
}
.google-icon{
    max-width: 124px;
    height: auto;
}
.review {
    text-align: center;
    display: inline-block;
    padding: 15px;
}
.footer-menu ul li a{
    color:#000 !important ;
}
.footer-menu ul li a:hover{
    color:var(--theme-color) !important ;
}
.widget-area{
    padding-top: 60px;
}
.footer-page {
    background: #fff6eb;
}
.footer-menu h4{
    color: #000;
}
.address-line {
    margin-left: 40px;
}
.room-title:hover{
    background-image: linear-gradient(to right, #d73421 0%, #f5560a 31%, #e5cb0c 100%) !important;
}
.footer-menu h4 {
    color: #d53520;
}
.footer-menu ul li{
    padding: 5px 0px;
}
.footer-menu {
    text-align: center;
}
.facilities-page{
    padding: 80px 0px;
    background-color: #1e1a1b;
}
.facilities-page h3{
    color: #fff;
    font-size: 48px;
    text-align: center;
    margin:0px 0px 60px;
}
.facilities-page h6{
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize !important;
}
.amenities-box h4{
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.amenities-box i{
    color: #fff;
    font-size: 40px;
}
.amenities-box {
    display: block;
    text-align: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 15px 10px;
    
}
.amenities-box:hover{
    background: #ffffff;
}
.amenities-box:hover h4{
    color: #d73424;
}
.amenities-box:hover i{
    color: #d73424;
}
.copyright-text {
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
}
.copyright-text a{
    color: #000 !important;
    font-size: 13px;
}
.about-header-page p{
    font-size: 18px;
    color: #000;
}
.breakfast img{ 
    max-width: 100px;
    height: auto;
}
.breakfast{
    margin-top: 100px;
}
.wrapper{
    padding: 80px 0px;
    
}
.about-header-page {
    align-self: center;
}
.breadcumb-content{
    padding: 60px 0px;
}
.breadcumb-content h3{
    font-size: 34px;
    color: #ffffff;
    text-transform: uppercase;
}
.breadcumb-wrapper-bg{
    background-color: #000000d4;
}
.about-header-image img{
    border-radius: 20px;
}
.gallery-images img{
    border-radius: 20px;
}
.room-pages h5{
    color: #ab2c25;
    font-size: 26px;
}
.room-pages p{
    color: #000;
    font-size: 17px;
    margin: 20px 0px;
}
.room-pages ul li{ 
    color: #000;
    padding: 5px 0px;
    font-size: 17px;
}
.room-pages ul li i{ 
    color: var(--theme-color);
}
.room-pages-img img{ 
    border-radius: 20px;
}
.room-pages ul{
    margin-top: 30px !important;
}
.dash{
    width: 100px;
    height: 3px;
    background-color: #000; 
}
.room_box{
    margin: 50px 0px;
}
.things-bg{
    background-color: #d8d8d8;
}
.things-box{
    padding-top: 20px;
    background-color: #fff;
    padding: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    z-index: 9;
}
.things-to-do-box img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.things-box h4{
    color: var(--theme-color);
    font-size: 26px;
    font-weight: 600;
}
.things-box p{
    color: #000;
    font-size: 16px;
    text-align: justify;
    min-height: 250px;
}
.break-line{
    margin-top: 40px;
}
.form-input{
    padding: 5px 10px;
    width: 100%;
    border: none;
    border-radius: 8px;
    outline: none;
    color: #000;
    border: 1px solid #ab2c25;
    margin-bottom: 5px;
    background: #f0f0f000;
}
::placeholder{
    color: #000;
}
.form-page label{
    color: #000;
    font-size: 17px;
    font-weight: 400;
}
.form-page{
    background-color: #f7f7f7;
    padding: 20px 40px;
    border-radius: 10px;
    border: 1px solid #ab2c25;
}
.contact-us-list h4{
    color: #030303;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.contact-us-list ul li a{
    color: #b41a00 !important;
}
.contact-us-list ul li {
    font-size: 19px;
    padding: 25px 0px;
    margin: 33px 0px;
    box-shadow: 1px 1px 4px 2px #ccc;
    text-align: center;
}

.contact-us-list {
    margin: 0 0 0 30px;
}
select{
    width: 100%;
    padding: 10px;
    outline: none;
}
.contact-title {margin-bottom: 20px;color: #000;}
.form-page h5{
     font-size: 22px;
     padding: 5px 5px;
     margin: 20px 0px;
     background-color: #ab2c25;
     color: #fff;
     text-align: center;
}

.testi{ background:#e7cb00; padding:10px; border-radius:20px; box-shadow: 10px 10px 5px #cecece; margin-bottom:30px; min-height: 160px; }
.testi h4{ font-size: 22px;font-weight: 600; color:#d53520; }
.testi p{ color:#000; }