@font-face {
    font-family: Josefin Sans;
    src: url(../google_Josefin_Sans/JosefinSans-VariableFont_wght.ttf);
}


:root {
    --body-bg: #0e0d0c;
    --theme-color:#ea7744;
    --body-color: #ea7744;
    --title-color: #4b4342;
    --secondary-color: #fde5d8;
    --border-color: #e7e5e5;
    --title-font: Josefin Sans;
    --body-font: Josefin Sans;
    --icon-font: Josefin Sans;
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}
body {
    padding: 0;
    margin: auto;
    font-family: var(--body-font) !important;
}
.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: #090909;
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--body-font) !important;
    font-weight: 400;
}

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: inherit;
}
p {
    margin: 0 0 18px 0;
    line-height: 1.5;
    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: 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;
}

/* css */

.header-top{
    background-color: #000;
    padding: 3px 0px;
}
.header-links ul li{
    margin-right: 20px;
}
.header-links{
    padding:  5px 0px;
}
.header-links ul li a{
   font-size: 16px;
   color: #ffffff;
}

.header-links ul li a i{
    padding-right: 4px;
}
.header-links-1 {
    align-items: center;
    display: flex;
    justify-content: end;
    padding: 0px;
}
.header-links-1 ul li{
    font-size: 13px;
    color: #fff;
}
.header-links-1 ul li a{
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.tab-links li a{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.tab-links li a:hover{
    color: var(--theme-color);
}
.header-layout1{
    width: 100%;
    /* backdrop-filter: blur(7px); */
    /* box-shadow: 0px 3px 20px #b1b1b180; */
    z-index: 99;
}

.banner-heading h3 {
    color: #fff;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 80px;
    width: 60%;
    position: absolute;
    right: 0;
    top: 25%;
}
.banner-heading h6 {
    font-size: 21px;
    color: #000;
    width: 52%;
    position: absolute;
    right: 0;
   top: 5%;
}
.logo{
    padding: 0px;
}
.banner-images{
    position: relative;
}
.banner-images img{
    border-radius: 400px;
}
.small-banner-img {
    position: absolute;
    top: 13%;
    content: '';
    width: 38%;
    left: 40%;
}

.tabs {
    align-items: center;
}
.tabs li a{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 0px 10px;
    font-family: var(--body-font);
}
.tabs li a:hover{
    color: var(--theme-color);
}
.banner-bg{
    background-image: url(../images/banner-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.nav-link:focus, .nav-link:hover {
    color: #cd3233;
}
.text-bg{
    background-color: #cd3233;
    display: inline-flex;
    padding: 0px 8px;
}
.banner-bg-mask{
    padding-top: 170px;
    padding-bottom: 110px;
    background: #4a4a4a78;
}
.banner-hours{
    position: absolute;
    bottom: 0;
    right: 10%;
    content: '';
    z-index: 9;
}
.banner-hours{
    display: flex;
}
.banner-hours ul{
    background-color: #fff;
}
.banner-hours ul li{
    padding: 10px 25px;
    font-size: 17px;
    text-align: center;
}
.banner-hours ul li span{
    font-size: 21px;
    color: #000;
}
.banner-booking{
    background-color: #ea7744;
    padding: 40px 50px;
    color: #000000;
    font-size: 23px;
}
.banner-booking:hover{
    color: #fff;
}
.banner-booking:hover{
    background-color: var(--theme-color);
    transition: 600ms;
}
.main_header{
    position: absolute;
    width: 100%;
}
.banner-tag {
    position: relative;
    left: 10%;
    width: 40%;
    background-image: linear-gradient(359deg, #3c61b1, transparent);
    padding: 30px;
    /* backdrop-filter: blur(8px); */
}
.banner-tag a{
    margin: 20px 0px;
}
.banner-tag p{
    color: #fff;
}
.banner-center-text {
    position: absolute;
    bottom: -80px;
    right: 6%;
    content: '';
}
.facebook{
    width: 12px;
    height: auto;
    margin: 0px 6px;
}
.yelp{
    width: 22px;
    height: auto;
    margin: 0px 6px;
}
.button-bg{
    position: absolute;
    right: 2%;
}
.navbar-nav.nav {
    align-items: center;
}
.header-layout1 ul li{
    padding: 0px 20px;
}

.header-layout1 ul li:nth-last-child(1){
    padding-right: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.header-layout1 ul li a {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background: #f0f4ff4a;
}
/* .header-layout1 ul li a:hover{
    color: #eb9544;
} */
.primary-button {
        position: relative;
        display: inline-block;
        font-weight: 400;
        font-size: 18px;
        border-radius: 5px;
        padding: 5px 15px;
        color: #040404;
        background-color: #f1c423;
    }

.primary-button:hover{
    background-color: var(--theme-color);
    color: #fff;
}
.secondary-button {
    background-color: #ea7744;
    position: relative;
    font-size: 18px;
    padding: 8px 20px 8px 20px;
    color: #fff;
    display: inline-block;
}
.secondary-button:hover{
    background-color: var(--theme-color);
    color: #fff !important;
    transition: 800ms;
}

.secondary-button_2 {
    background-color: #daaa00;
    position: relative;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px 0;
    padding: 15px 30px;
    color: #ffffff;
}
.secondary-button_2:hover{
    background-color: var(--theme-color);
    color: #fff !important;
    transition: 800ms;
}
.banner-center-text h3 {
    font-size: 58px;
    line-height: 92px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-family: var(--icon-font) !important;
}
.arrow-img{
    transform: rotate(45deg);
}

.welcome{
    color: #ffffff;
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 500;
}   
.footer-bg{
    padding: 80px 0px;
    background-color: #000000;
}
.copyright-text {
    color: #ffffff;
    font-size: 12px;
}
.copyright-text a {
    color: #ffffff;
    font-size: 12px;
}
.footer-menu ul li{
    padding: 6px 0px;
    border-bottom: 1px solid #ffffff4d;
}
.footer-menu ul li a{
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    font-family: initial !important;
}
.footer-menu ul li a:hover{
    color: var(--theme-color);
    transition: 400ms;
}
.footer-menu ul li p:hover{
    color: var(--theme-color);
    transition: 600ms;
}
.menu p:hover{
    color: var(--theme-color);
    transition: 600ms;
}
.footer-menu h4{
   color: #ea7744;
   font-family: var(--title-font);
   font-weight: 500;
   font-size: 24px;
   margin-bottom: 10px;
   border-bottom: solid;
   border-width: 30%;
   padding-bottom: 6px;
   border-color: #000;  
}
.copyright-wrap {
    background: #1a1a1a;
    padding-top: 10px;
}

.fa-icon {
    margin-right: 5px;
}
@keyframes slider{
    from{
        transform: translateX(-700px);
    }
    to{
        transform: translateX(0px);
    }
}
.heading{
    animation: slider 2s ease-in-out;
}

@keyframes slider-image{
    from{
        transform: translateX(500px);
    }
    to{
        transform: translateX(0px);
    }
}
.heading-image{
    animation: slider-image 2s ease-in-out;
}

@keyframes slider-2{
    0%{
        transform: translateY(20px);
    }
    25%{
        transform: translateY(10px);
    }
    50%{
        transform: translateY(0px);
    }
   75%{
        transform: translateY(10px);
    }
   100%{
        transform: translateY(20px);
    }
}
.heading-2{
    animation-name: slider-2;
    animation-duration: 3s;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in; 
    } 

@keyframes cake {
    0%   { left:0px; top:0px;}
    50%  { left:40px; top:0px;}
    100% { left:0px; top:0px;}
  }
  .bread{
    position: relative;
    animation-name: cake;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    max-width: 190px;
    height: auto;
  }
  
  .top_main_header1{
    position: fixed;
    top: 0px;
    z-index: 99;
    right: 0;
    left: 0;
  }
  .top_main_header1 .header-top { 
    display: none;
  }
  .logo {
    /* display: none; */
    max-width: 95px !important;
}
.logo-1 img{
    max-width: 210px;
    height: auto;
}
div#navbarSupportedContent {
    justify-content: center;
}
/* ------ breadcrum -------*/

.breadcrum-box {
    background: linear-gradient(45deg, #007778, #ed3a00);
    padding: 200px 0px 30px;
}
.breadcrumb_heading{
    color: #ffffff;
    font-size: 42px;
    font-family: var(--title-font);
}
.bread_first_item {
    color: #fff;
}
.breadcrumb-area{
    background-image: url(../images/inner-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* ------ breadcrum -------*/


.title small {
    text-transform: uppercase;
    color: var(--theme-color);
    letter-spacing: 3px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 15px;
}
.title h3 {
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.logo-1 {
    margin-left: 40px;
}
.fa-icon img{
    max-width: 20px;
    height: auto;
}
.footer-about-text h6 {
    color: #ea7744;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 6px;
    border-bottom: solid;
    border-color:#000;

}
.footer-about-text p{
    font-size: 14px;
    color: #ffffff;
}
.footer-menu p{
    font-size:15px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff5e;
    margin-bottom: 15px;
}
.adress{
    margin-left: 20px;
}
.fa-icon i{
    color: #eb7c44;
}
.footer-menu p:hover{
    color: #eb7c44;
    transition: 400ms;
}
/* Just for styling */

.nav-link {
    --animation-time: 200ms;
    position: relative;
    overflow: hidden;
  }
    
  .nav-link::after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--underline-size, 2px);
    position: absolute;
    background-color: var(--underline-color, currentColor);
    transition:
      transform ease var(--animation-time, 400ms),
      opacity ease 0ms var(--animation-time, 400ms);
    transform: translateX(100%);
    opacity: 0;
  }
  
  /* .tabs:hover .nav-link:hover::after,
  .tabs-wrapper:hover .tabs:hover .nav-link:hover::after {
    transition-delay: 0ms, 0ms;
  } */
  
  .nav-link.is-active::after,
  .nav-link:hover::after {
    transform: translateX(0%);
    opacity: 1;
  }
  
  /* .nav-link {
    --underline-color:#fff; 
    --underline-size: 5px;
    padding: 15px 0px;
    color: #fff;
  } */
   

 /* page-css */
 .amenities-page{
    padding: 100px 0px;
    background: #fffef2;
 }
 .structure {
    background-color: #ffffff8a;
    width: 36%;
    height: 200px;
    position: absolute;
    top: 150px;
    z-index: 9;
    left: 30%;
}
.heading-title{
    font-size: 42px;
    color: #000;
    margin-bottom: 30px;
}
.elementor-widget-progress{text-align:left}
.elementor-progress-wrapper
{
    position:relative;
    background-color:#ffffff;
    color:#fff;
    -webkit-border-radius:2px;
    border-radius:2px;
    margin-bottom: 30px;
}
.elementor-progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;-webkit-border-radius:2px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}
.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;padding-left:15px;font-size: 22px;}
.elementor-progress-percentage{padding-right:15px}
.elementor-progress .elementor-title{display:block}

.elementor-progress-bar1{
    background-color: #ea7744;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.elementor-progress-bar2{
    background-color: rgb(0, 0, 0);
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff ;
}
.elementor-progress-bar3{
    background-color: rgb(2, 2, 2);
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fffafa ;
}
.amenities {
    text-align: center;
    padding: 20px 50px;
    margin: 15px 0px;
    background: #dbce99;
    border-radius: 6px;
    min-height: 188px;
}
.amenities:hover h5{
    color: #eb7c44;
    transition: 600ms;
}
.amenities i{
    font-size: 30px;
    margin: 30px 0px;
}
.amenities h5{
    font-size: 20px;
    color: #000;
    text-align: center;
}
.about-us-bg{
    padding: 80px 0px;
}
.about-image{
    /* clip-path: polygon(0 0, 0 50px, calc(100% / 3 - 10px) 50px, calc(100% / 3 - 10px) 100%, 0 100%, 0 0, calc(100% / 3 + 10px) 0, calc(100% / 3* 2 - 10px) 0, calc(100% / 3* 2 - 10px) calc(100% - 50px), calc(100% / 3 + 10px) calc(100% - 50px), calc(100% / 3 + 10px) 0, calc(100% / 3* 2 + 10px) 0, calc(100% / 3* 2 + 10px) 120px, 100% 120px, 100% 100%, calc(100% / 3* 2 + 10px) 100%, calc(100% / 3* 2 + 10px) 0); */
}
.about-context{
padding: 30px 0px;
}
.about-context h6{
    font-size: 15px;
    color: #eb7c44;
    margin: 10px 0px;
    text-transform: uppercase;
}
.about-context h3{
    font-size: 38px;
    color: #000;
}
.about-context p{
    font-size: 18px;
    color: #474747;
}
.h-text p{
    font-size: 20px;
    color: #474747;
    margin-bottom: 3px;
}
.google-icon{
    width: 140px !important;
    height: auto;
}
.testimonial{
    background-image: url(../images/banner-3.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.testimonial-page{
    padding: 80px 0px;
    background-color: #03060d8c;
}
.review{
   justify-content: center;
   display: flex;
   margin: 15px 0px;
}
.testimonial-page h3{
 font-size: 42px;
 color: #fff;
 margin-bottom: 30px;
 text-transform: uppercase;
}
.testimonial-page h4{
    font-size: 26px;
    color: #fff;
}
.testimonial-page p{
    font-size: 18px;
    color: #fff;
}
.item{
    padding: 20px;
}
.room-heading{
    text-align: center;
    font-size :42px;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
}
.rooms_page{
    background-image: url(../images/banner-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.rooms_page_bg{
    padding: 80px 0PX;
    background-color: #0e0e0ed6;
}
.rooms-item img{
    border-radius: 12px;
}
.rooms-item h4{
    font-size: 26px;
    color: #fff;
    margin: 20px 0px;
}


.about-us{
    .row{
        align-items: center;
    }

    video {
        border: 2px solid;
        display: flex;
        width: 100%;
        border-radius: 10px;
        height: auto;
    }
}
/* =============== about ========== */

#gallery-page {
    .gallery-img {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-gap: 15px;
        align-items: stretch;
        padding: 50px 0px;
    }
}


#contact-page{
.section-contact{
    padding: 50px 0px;
}

.lh-contact {
    height: 100%;
    padding: 24px;
    background-color: #f7f5f1;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
.lh-contact .lh-contact-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 12px;
}
.lh-contact-touch {
    padding: 24px;
    background-color: #f7f5f1;
    border-radius: 15px;
    margin-top: 20px;
}
.lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-inner-form .lh-contact-touch-inner-form-warp:not(:last-child) {
    margin-bottom: 30px;
}
.lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-inner-form .lh-contact-touch-inner-form-warp .lh-form-control {
    border: none;
    outline: none;
    height: 50px;
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
    padding-left: 20px;
    margin: 0;
}
.lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-inner-form .lh-contact-touch-inner-form-warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.lh-contact-touch .lh-contact-touch-inner .lh-contact-touch-inner-form .lh-contact-touch-inner-form-warp textarea {
    height: 150px !important;
    padding: 10px;
}

.lh-contact-detalis-buttons{
    font-size: 20px;
}

.submit-btn{
    border: none;
}
.lh-contact-touch .lh-contact-touch-ifrem {
    height: 100%;
}
iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.svg-img{
    width: 70px;
}


}

#room-page{
    
    .rooms{
        padding: 50px 0px;

        img{
            border-radius: 10px;
        }

     .feature-room{
        display: flex;
flex-wrap: wrap;
gap: 10px;
        li{
            padding: 10px 20px;
            background-color: #006ecd;
            color: #fff;
        }
     } 
     .btn-room{
        margin-top: 30px;
     }  

     .row:nth-child(even){
        background-color: #e9e9e9;
        margin: 40px 0px;
        border-radius: 15px;
        padding: 20px;
     }
    }


}



/* ========= book =========== */

#book-page{
    .book-now{
        padding: 50px 0px;
    }
    .book-form{
        width: 70%;
        margin: 0px auto;
        padding: 20px;
        background: #ededed;
        border-radius: 15px;
        box-shadow: 0px 0px 11px #ccc;
    }

    form{
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        input{
            width: 100%;
            padding: 10px;
            border: 1px solid var(--secondary-color);
            border-radius: 4px;
        }
        .box{
            display: flex;
            gap: 20px;
        }
        textarea{
            width: 100%;
            padding: 10px;
            border: 1px solid var(--secondary-color);
            border-radius: 4px;
        }
        .submit{
            width: 170px;
            background-color: #ea7744;
            font-size: 16px;
            cursor: pointer;
        }
        select{
            width: 100%;
            padding: 10px;
            border: 1px solid var(--secondary-color);
            border-radius: 4px;
        }
        label{
            display: block;
            margin-bottom: 10px;
        }
    }
}

@media only screen and (max-width: 992px){
    .navbar-nav nav{
        ul {
            a{
                color: #000;
            }
        }
    }
}
