:root {
    --theme-color:#1c2d37;
    --title-color: #f54233;
    --font-color: #f54233;
    --title-font: "Merienda", cursive;;
    --body-font: "Merienda", cursive;
    --main-container: 1270px;
    --container-gutters: 30px;
}
body {
   padding: 0;
    margin: auto;
    /* background-color: #efe6c9; */
}

a {
    color: #fff;
    text-decoration: none;
}

ol, ul {
    margin: 0px;
    padding-left: 0px;
}
a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}
img {
    max-width: 100%;
    height: auto;
}
li{
    list-style: none;
    font-family: var(--body-font);
}
p {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 500;
}
.h1,h1 {
    font-size: 42px;
    font-family: var(--body-font);
}

.h2,h2 {
    font-size: 38px;
    font-family: var(--body-font);
}

.h3,h3 {
    font-size: 36px;
    font-family: var(--body-font);
}

.h4,h4 {
    font-size: 28px;
    font-family: var(--body-font);
}

.h5,h5 {
    font-size: 24px;
    font-family: var(--body-font);
}

.h6,h6 {
    font-size: 20px;
    font-family: var(--body-font);
}

.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: 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: 30px;
    opacity: 1;
    visibility: visible;
    right: 30px;
}

/* scroll-icon-end */
.header_bttn{
    display: block;
   }
.header_bttn_float{
    display: none;
}
.header-links ul{
    display: flex;
    align-items: center;
    justify-content: start;
}
.header-links-1 ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-links-1 ul li{
    font-size: 16px;
    color: #fff;
}
.header-links{
    padding: 7px;
}
.header-links-1{
    padding: 7px;
}
.header-links ul li a{
   font-size: 16px;
   padding: 0px 20px;
   color: #fff;
}
.header-links ul li a:hover{
    color: var(--font-color);
    transition: all .3s ease-in-out;
}
.header-links-1 ul li a:hover{
    color: var(--font-color);
    transition: all .3s ease-in-out;
}

.header-links-1 ul li a{
    font-size: 18px;
    padding: 5px 18px;
    color: #fff;
    text-transform: uppercase;
 }
.header-links ul li a i{
    padding-right: 4px;
    color: var(--title-color);
}
.header-links-1 ul li a i{
    padding-right: 4px;
    color: var(--title-color);
}
.header li a:hover{
    color: var(--font-color);
    transition: all .3s ease-in-out;
}
.primary-btn {
    background-color: #dd5015;
    color: #fff;
    font-style: italic;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 12px 40px;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    transition: all .3s linear;
    box-shadow: 0px 0px 10px 1px #464646;
}
.primary-btn:hover{
    background-color: #fa871f;
    color: #fff;
    transition: all .3s ease-in-out;
}

.info-left-side:hover img{
    animation: wobble 0.5s ease-in-out;
}
@keyframes wobble {
    0% {
        Transform: none;
    }
    15% {
        Transform: translate3d(-30%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        Transform: translate3d(25%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        Transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        Transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        Transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        Transform: none;
    }
}

/* banner-section */

.logo {
    width: 300px;
    height: auto;
}
.upper_header_layout{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #010101a3;;
}
/* .banner_image_main {
    position: relative;
    top: -230px;
    width: 100%;
    left: 0;
    right: 0;
} */
/* .banner-bg {
    position: absolute;
    top: 45%;
    left: 15%;
} */
.banner-bg {
    padding: 200px 0px;
}
.banner__main{
    background-image: url(../images/banner-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-heading{
    padding: 50px 0px;
}
.banner-heading h1 {
    font-size: 34px;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-family: var(--body-font);
    margin-bottom: 20px;
}
.banner-heading h3 {
    font-size: 43px;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-family: var(--body-font);
    margin-bottom: 20px;
}
.banner-heading p{
    font-size: 19px;
    color: #fff;
    margin-bottom: 30px;
}
.banner__right__side {
    position: relative;
    right: 0;
    top: 300px;
}
.info-left-side{
    background-image: linear-gradient(0deg, rgb(195 97 41 / 16%) 0%, rgb(0 0 0) 100%);
    padding: 10px 2px;
    text-align: center;
    margin-bottom: 20px;
    align-content: center;
    border: 1px solid #ffffff46;
  }
  .info-left-side h4{
    color: #fff;
    font-size: 19px;
    margin-top: 12px;
  }
  /* .info-left-side:hover h4{
    color: var(--font-color);
    transition: all .3s ease-in-out;
} */
  /* header */
  
  .header {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 3;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: transparent;
  }
  
  .header li a {
    display: block;
    padding: 20px 20px;
    /* border-right: 1px solid #f4f4f4; */
    text-decoration: none;
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
  }
  
  /* menu */
  
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }
  
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 240px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

 /* about-section */

 .about_page{
    position: relative;
    background-image: url(../images/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
 }
 .about-right-side img {
    color: #ffffff00;
    border-bottom-right-radius: 30%;
    padding: 5px;
    background: #dbddde;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    box-shadow: 1px 2px 6px 1px #a4a3a3;
    overflow: hidden;
}

.about-right-side img:hover{
    transform: scale(1.05);
    transition: all .3s ease-in-out;
}
 .about_bg_page{
    background-color: #ffffffd4;
    padding: 120px 0px 120px 0px;
 }
 .about_heading h3{
    font-size: 65px;
    color: #000000;
    font-style: italic;
    text-align: center;
    margin-bottom: 50px;
 }
 .about-left-side p{
    font-size: 18px;
    color: #585656;
 }
 .about-left-side a{
    font-size: 18px;
    color: red;
 }
 .banner-heading-button a{
    color: #fff;
 }
 .about-left-side h2{
    font-size: 32px;
    color: #000;
    font-family: var(--body-font);
 }
 .dash{
    width: 100px;
    height: 3px;
    background-color: #f54233;
 }
 .image_about{
    position: relative;
    bottom: -80px;
    right: 65px;
 }

 /* rooms-section */

 .rooms_page{
    position: relative;
    padding: 120px 0px;
 }
 .rooms_left_side{
    position: sticky;
    top: 15%
 }
 .rooms_left_side h3{
    font-size: 56px;
    color: #000000;
    font-style: italic;
    font-family: var(--body-font);
 }
 .room_box{
    text-align: center;
    overflow: hidden;
    transition: all .3s ease-in-out;
 }
 .img__rooms {
    overflow: hidden;
    border-radius: 20px;
    border: 5px solid #eee;
    img{
        transition: all .3s linear;
    }
}
 .room_box img:hover{
    transform: scale(1.08);
    border-radius: 25px;    
 }
 .room_box h4{
    font-size: 26px;
    color: #000;
    margin: 25px 0px;
 }
 .room_box .service-button{
    margin-bottom: 40px;
 }
 .rooms_left_side ul li{
    padding: 8px 0px;
    list-style-type: disc;
}
.rooms_left_side ul li:hover{
    color: var(--font-color);
    letter-spacing: 0.2px;
    transition: all .3s ease-in-out;
}
.heading_service{
    color: var(--font-color);
    font-size: 26px;
    font-weight: 700;
}
 /* testimonial-section */

 .testimonial_page{
    position: relative;
    top: -140px;
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
 }
 .testimonial_bg{
    padding: 80px 0px 50px 0px;
 }
 .testimonial_content h3{
    font-size: 56px;
    font-style: italic;
    text-align: center;
    margin-bottom: 50px;
 }
 .testimonial_box {
    padding: 20px;
    box-shadow: 5px -5px 7px 1px #ccc;
}
 .testimonial_box img{
   width: 110px !important;
   height: auto; 
   margin: 20px 0px;
 }
 
  /* gallery-section */

.gallery_page{
    position: relative;
    top: -210px;
    background-image: url("../images/banner-1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.gallery_bg_page{
    background-color: #04040491;
    padding: 100px 0px;
}
.gallery-left-side h3{
    font-size: 56px;
    font-style: italic;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.gallery-button{
    text-align: center;
    margin-top: 50px;

}
  /* footer-section */

.footer-page{
    background-image: url(../images/bg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0px;
}
.widget-area{
    padding: 180px 0px 0px 0px;
}
.footer-menu h4{
    color: #fff;
    font-size: 23px;
    font-style: italic;
    margin-bottom: 10px;
}
.footer-menu ul {
    margin-top: 20px;
}
.footer-menu ul li{
    padding: 6px 0px;
}
.footer-menu ul li a{
    color: #fff;
    font-size: 15px;
}
.footer-menu ul li a i{
    color: var(--font-color);
}
.footer-menu ul li a:hover{
    color: var(--font-color);
    letter-spacing: 0.9px;
    transition: all .3s ease-in-out;
}

.adress{
    margin-left: 20px;
}
.copyright-text {
    color: #fff;
    font-size: 13px;
    margin-top: 30px;
}
.copyright-text a{
    color: #fff;
    font-size: 13px;
}
.header-layout{
    z-index: 99;
    background: #010101a3;
}
.tab-links li a{
    color: #ffffff;
    font-size: 18px;
}
.tab-links li a:hover{
    color: var(--title-color)
}
.fax-number{
    font-style: italic;
    font-size: 19px;
    padding: 5px 18px;
    font-weight: 700;
    border-radius: 5px;
    animation: blink 1s infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
        color: #fdbf0f;
    }
    50% {
        opacity: 1;
        color: red;
    }
    100% {
        opacity: 1;
        color: #fdbf0f;
    }
}


/* inner-pages-css */

.breadcrumb-box{
    background-color: #000000be;
}
.breadcrumb-area{
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.breadcrumb_heading{
    text-align: center;
    font-size: 38px;
    color: #ffffff;
    padding: 80px 0px;
}
.page_wrapper{
    padding: 80px 0px;
}
.about-section-right{
    text-align: center; 
}
.about__bttnn{
    margin-top: 40px;
}
.about-section-right img{
    border-radius: 14px;
}
.about-section-left{
    display: flex;
    align-items: center;
}
.about-section-left h1{
    font-size: 32px;
    color: #000;
    font-family: var(--body-font);
}
.about-section-left h2{
    font-size: 20px;
    color: #000;
    font-family: var(--body-font);
    margin: 20px 0px;
}
.gallery__images img{
    border-radius: 14px;
}
.contact_form_box{
    padding: 20px 30px;
    height: 100%;
}
.contact-title{
    font-size: 40px;
    text-align: center;
    color: #000000;
    font-family: var(--body-font);
    margin-bottom: 40px;
}
.form-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    outline: none;
    border: none;
    color: #000;
    background-color: #f5f1f1;
    border-radius: 10px;
}
.contact_us_img{
    height: 100%;
}
.form-input-textrea{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    outline: none;
    border: none;
    color: #000;
    background-color: #f5f1f1;
    border-radius: 6px;
}
.contact_us_information{
    padding: 20px 0px 0px 0px;
}
.contact_us_information div{
    margin: 10px 0px;
    text-align: center;
}
.contact_us_information div:hover{
    background-color: #f7f0f0;
    transition: all .3s ease-in;
}
.contact_us_information div ul li a{
    color: #000;
    font-family: var(--title-font) !important;
}
.contact_us_information div ul li a i{
     border-color: #bd272b;
     padding: 10px 11px;
     border-radius: 50%;
     color: #bd272b;
     box-shadow: 0px 0px 5px 1px #fa030c;
     margin-right: 10px;
}
.contact_us_information div ul li a{
    display: flex;
    align-items: center;
}
.payment-info{
    font-size: 32px;
    font-family: var(--body-font);
    margin: 25px 0px;

}
.booking_form_box label{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.form-input-1 {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 25px;
    outline: none;
    border: none;
    color: #000;
    background-color: #fff;
    border-radius: 7px;
    background-color: #e4e4e4;
}
.rooms__page_img {
    box-shadow: 1px 1px 5px 2px #d7d7d7;
}
.rooms__page_box h4{
   font-size: 24px;
   font-family: var(--body-font);
    margin: 20px;
    color: var(--font-color);
}

.rooms__page_box ul li {
    padding: 5px 15px;
    box-shadow: 1px 1px 8px 1px #e7e7e7;
    margin: 12px 0px;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
    font-family: var(--title-font);
}
.rooms__page_box ul li img{
    margin-right: 15px;
    width: 26px;
}
.rooms__page_box {
    padding: 20px;
}
.rooms__page_box P{
    font-size: 19px;
    margin-bottom: 0px;
}
.rooms__page_box .price{
    font-size: 18px;
}
.room__btnn{
    margin: 25px 15px;   
    display: inline-block;
}
.contact_map{
    margin: 20px 0px 40px 0px;
}
.booking_form_box {
    background: #efbd29;
    padding: 25px;
    border-radius: 16px;
}

/* seo-css */

.gallery_content h1{
    font-size: 26px;
    color: var(--font-color);
}
.gallery_content h2{
    font-size: 22px;
    color: var(--font-color);
}
.rooms__content__seo h1{
    font-size: 26px;
    color: var(--font-color);
}
.rooms__content__seo h2{
    font-size: 22px;
    color: var(--font-color);
}
