:root {
    --body-bg: #0e0d0c;
    --theme-color:#323200;
    --body-color: #323200;
    --title-color: #323200;
    --secondary-color: #fde5d8;
    --border-color: #e7e5e5;
    --title-font:
    "Josefin Sans", sans-serif;
    --body-font:
    "Josefin Sans", sans-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;
}
.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;
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--body-font) !important;
    font-weight: 400;
}
a:hover{
    color:#fff;
}
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: var(--theme-color);
    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: 40px;
    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: #020202;
    margin: 0px 20px;
}
.header-icon {
    margin-right: 20px;
}
.header-icon img{
    max-width: 28px;
    height: 28px;
}
.header-links ul{
    display: flex;
    float: right;
}
.header-links-1 ul{
    display: flex;
    padding: 12px;
    justify-content: center;
}

.primary-button {
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 14px 20px 10px 30px;
    font-size: 16px;
    background: transparent;
    border: 1px solid #fff;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
}
.secondery-button{
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 14px 20px 10px 30px;
    font-size: 16px;
    background: var(--body-color);
    border: none;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    border: 1px solid #000;
}
.primary-button:hover{
    background-color: #fff;
    color: #323200 !important;
    border: 1px solid #323200;
}
.secondery-button:hover{
    background-color: #fff;
    color: #323200 !important;
    border: 1px solid #323200;
}

.logo{
    max-width: 180px;
    height: auto;
}

.header-links{
    align-self: center;
    text-align: center;
}
.header-links-1{
    text-align: center;
    align-self: center;
}
.header-links ul li a i{
    padding-right: 15px;
}
.header-layout{
    background-color: #fcad05;
}
.header-links ul li a:hover {
    color: #fff ;
    
}
.header_nav{
    border-top: 1px solid #ffffff73;
    border-bottom: 1px solid #ffffff73;
    display: grid;
    justify-content: center;
}
.tabs-icon li a{
    color: #000;
    margin: 0px 20px;
    font-size: 17px;
    font-weight: 400;
}
.tabs-icon li a:hover{
    background-color: #fff;
    color: #323200;
    transition: 800ms;
    border-radius: 5px;
}
.main-header-bg{
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    height: 820px;
}
.main-header{
    position: relative;
}
.header-box{ 
    position: absolute;
    top: 30%;
    left: 4%;
    content: '';
    width: 100%;
}
.header-box h3{
    font-size: 52PX;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
.header-box h6{
    font-size: 28PX;
    font-weight: 500;
    text-transform: capitalize;
    margin: 40px 0px;
    color: #fff;
}
.svg-image{
    position: absolute;
    bottom: 15px;
    width: 100%;
    content: '';
}
.about-us-page{
    padding: 0px 0px 60px;
    text-align: center;
}
.about-us-page h6{
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.about-us-page h4{
    font-size: 64px;
    color: #000;
    font-weight: 400;
    margin-top:20px;
    margin-bottom:100px;
}
.about-left-side{
    padding: 30px;
    align-self: center;
   
}
.about-left-side h3{
    font-size: 42px;
    font-weight: 500;
    color: #122223;
}
.about-left-side p{
   font-size: 17px;
   color: #000;
}
.about-right-side{
    border-left: 1px solid #000;
}
.about-right-side img{
    border-radius: 20px;
}
.amenities-us-page{
    padding: 100px 0px;
    background-color: var(--theme-color);
    text-align: center;
}
.amenities-us-page h6{
    font-size: 19px;
    color: #fff;
    font-weight: 400;
}
.amenities-us-page h4{
    font-size: 64px;
    color: #fff;
    font-weight: 400;
    margin-top:20px;
    margin-bottom:100px;
}
.amenities-box{
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.facility-box{
    border-left: 1px solid #fff; 
    min-width: 200px;
}
.facility-box-1{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;  
}
.amenities-box i{
    font-size: 34px;
    margin-bottom: 20px;
}
.amenities-box h5{
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    padding: 0px 16px;
}
.rooms-page{
    padding: 100px 0px;
    background-color: #fff;
    text-align: center;
}
.rooms-page img{
    border-radius: 18px;
}
.rooms-page h3{
    font-size: 64px;
    color: #122223;
    font-weight: 400;
    margin-top:20px;
    margin-bottom:50px;
}
.rooms-page h4{
    font-size: 36px;
    color: #000;
    font-weight: 400;
    margin-top: 30px;
}
.rooms-page h6{
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.room-side-right{
    border-left: 1px solid #000;
}
.button-box{
    margin-top: 50px;
}
.testimonials{
    text-align: center;
}
.testimonials-page{
    padding: 100px 0px;
    background-color: #ffffff;
}
.google-icon{
    max-width: 130px;
    height: auto;
}
.review{
    text-align: center;
    display: inline-block;
    margin: 20px 0px;
}
.testimonials-page h3{
    font-size: 42px;
    color: #122223;
}
.testimonial-carousel h4{
    font-size: 26px;
    color: #000;
}
.testimonial-carousel p{
    font-size: 17px;
    color: #000;    
}
.footer-page{
    position: relative;
    background-color: #000000;
}
.widget-area{
    padding: 100px 0px 30px 0px;
}
.footer-menu h4{
    color: #fff;
    margin-bottom: 25px;
}
.footer-menu p{
    color: #fff;
    font-size: 18px;
}
.footer-menu p:hover{
    color: var(--theme-color);
}
.footer-menu ul li{
    color: #fff;
    padding: 5px 0px;
}
.footer-menu ul li a{
    color: #fff;
    font-size: 18px;
}
.footer-menu ul li a:hover{
    color: var(--theme-color);
}
.copyright-wrap{
    padding-top: 15px;
    color: #fff;
    font-size: 13px;
    background-color: #070d0e;
}
.copyright-wrap a{
    color: #fff;
}
.copyright-text{
    margin-bottom: 0px;
}
.address-line{
    margin-left: 35px;
}
.gallery-page{
    padding: 60px 0px;
    background-color: var(--theme-color);
}
.gallery-page h3{
    font-size: 64px;
    color: #fff;
    margin-bottom: 30px;
}
.gallery-page img{
    border-radius: 10px;
}
.footer-svg-image{
    position: absolute;
    top: -10px;
    left: 0;
    content: '';
    width: 100%;
    transform: rotate(180deg);
}
.aboutus_wrapper{
    padding: 60px 0px;
}
.about-image-section{
    text-align: center;
}
.about-image-section img{
    border-radius: 10px;
}
.breadcumb-wrapper-bg{
    padding: 120px 0px;
    background-color: #000000de;
}
.breadcumb-content h3{
    color: #fff;
    font-size: 40px;
}
.breadcumb-content{
    text-align: center;
}
.contact_us_page{
    padding: 80px 0px;
    background: #f9f9f9;
}
.form-input {
    width: 100%;
    padding: 7px;
    margin-bottom: 25px;
    color: #000000;
    outline: none;
    box-shadow: 1px 1px 7px 0px #ccc;
    border-radius: 6px;
    border: none;
    /* border-bottom: 2px solid #ffb306; */
    background: #f3f2f0;
}
::placeholder{
    color: #000000;
    font-size: 16px;
}
.contact-title {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0px;
}
.form-page {
    background-image: url(../images/banner-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    box-shadow: 1px 1px 6px 2px #ccc;
    border-radius: 10px;
}
.form-page-1 {
    /* background-image: url(../images/book-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    box-shadow: 1px 1px 6px 2px #ccc;
    border-radius: 10px;
    background: #ffffff;
}
.contact-us-list-links ul li a{
     color: #000;
}
.contact-us-list-links ul li{
    align-items: center;
    margin: 27px 0px;
    background-color: #f6f6f6;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    padding: 10px 0px;
}
.contact-us-list-links h4{
    text-align: center;
    font-size: 32px;
    color: #ffb306;
}
.contact-us-list{
    box-shadow: 1px 1px 6px 2px #ccc;
    padding: 20px;
    border-radius: 10px;
}
.rooms-wrapper{
    padding: 60px 0px;
}
.rooms-wrapper h3{
    font-size: 42px;
    color: #000;
    margin-bottom: 30px;
} 
.rooms-wrapper h4 {
    font-size: 32px;
    color: #000;
    border-bottom: 1px solid;
    margin: 30px;
    padding-bottom: 10px;
}
.rooms-side-right img{
    border-radius: 10px;
    
}
.rooms-side-left img{
    border-radius: 10px;
}
.rooms-box ul li a{
    color: #000;
    font-size: 18px;
}
.rooms-box ul li{
    margin: 20px 0px;
    border-bottom: 1px solid #ccc;
}
.rooms-list{
    margin-right: 150px;
}
.room_booking{
    padding: 60px 0px;
}
.rooms-list button{ 
    font-size: 18px;
    color: var(--theme-color);
    border-bottom: 1px solid #000 !important;
    margin-bottom: 40px;
}
.rooms-list button.active{ 
    background-color: var(--theme-color) !important;
}
.description h3{
    border-bottom: 1px solid #000;
    color: var(--theme-color);
    font-size: 42px;
}
.availabilty h3{
    border-bottom: 1px solid #000;
    color: var(--theme-color);
    font-size: 42px;
}
.facilities h3{
    border-bottom: 1px solid #000;
    color: var(--theme-color);
    font-size: 42px;
}
.rew h3{
    border-bottom: 1px solid #000;
    color: var(--theme-color);
    font-size: 42px;
}
.facilities ul li{
    padding: 10px 0px;
    list-style-type: circle !important;
}
.reviews {
    margin: 35px 0px;
}
strong{
    color: #ffb306;
    font-size: 20px;
}
.reviews ul li img {
    max-width: 100px;
    height: auto;
    padding: 10px;
    margin-top: -5px;
}
.form-page-1 label{
    color: #000;
    padding-bottom: 4px;
}
.form-page-1 h5 {
    color: #fff;
    font-size: 20px;
    margin: 0px 0px 25px 15px;
    background-color: #323200;
    padding: 8px;
    width: 98%;
    border-radius: 5px;
}
.form-page-1 select {
    outline: none;
    padding: 5px;
    width: 100%;
    color: #000;
}
.ftb-widget .ftb-bookingWidget__inner {
    background-color: #f9f9f9 !important;
    position: absolute;
    left: 25%;
    width: 50%;
    content: '';
    padding: 12px 0px !important;
    border-radius: 8px;
    bottom: 100px;
}
.ftb-widget .ftb-bookingWidget__dateSearch__title {
    font-size: 16px !important;
    line-height: 30px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
}
input.ftb-bookingWidget__dateSearchButton.ftb-bookingWidget__dateSearchButton--datePickered {
    background: #f9fafb;
    border-radius: 6px !important;
    box-shadow: 5px 5px 8px 0px #ccc !important;
}
.ftb-widget .ftb-bookingWidget__dateSearch{
    display: block !important;
    text-align: center;
}
.ftb-widget .input-daterange input {
    text-align: center !important;
}
