:root {
    --theme-color: #173315;
    --title-color: #1e4f27;
    --hover-color: #fdf36e;
    --body-font: "DM Serif Text", serif;
    --title-font: "Square Peg", serif;
    --heading-font: "Figtree", serif;
    --main-container: 1270px;
    --container-gutters: 30px;
}
body {
   padding: 0;
    margin: auto;
}
a {
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-weight: 600;
}
ol, ul {
    margin: 0;
    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;
    font-size: 17px;
    color: #000000;
    font-family: var(--body-font);
}   
.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: 19px
}

/* header-css */

.header-top {
    background-color: #ffffff;
    padding: 0px 50px;
    border-bottom: 1px solid #1e4f274a;
}
.header-layout{
    /* padding: 6px 0px; */
    position: relative;
    top: 0px;
}

.header_logo{
    width: 190px;
    height: auto;
    display: block;
    position: static;
    top: -20px;
    left: 45%;
    right: 0;
}
.logo{
    width: 152px;
    height: auto;
}

.header-links-1{
    float: right;
    /* padding: 5px 0px; */
}
.header-links {
    padding: 5px 0px;
}
.header-links ul li a{
    color: #000000;
    font-weight: 400;
}
.header-links-1 ul li a{
    color: #000;
    font-weight: 400;
}
.header-links ul li a i{
    color: var(--theme-color);
    font-size: 20px;
}
.header-links ul li a img{
   width: 32px;
   margin-right: 10px;
}
.header-links-1 ul li a img{
    width: 33px;
    margin-right: 10px;
 }
.header-links-1 ul li a i{
    color: var(--theme-color);
    font-size: 20px;
}
.header-links-1 ul{
    display: flex;
    align-items: center;
}
.et-btn {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: var(--title-color);
    color: #fff !important;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 16px 30px;
}

.et-btn:hover {
    color: #252424 !important;
    background-color: var(--hover-color);
}
.tab-links li{
    padding: 0px 20px;
}
.tab-links li a {
    color: #000000;
    font-size: 19px;
    border-bottom: 2px solid #fff58400;
    transition: all .5s linear;
}
.tab-links li a:hover{
    color: var(--title-color); 
    border-bottom: 2px solid #1e4f27;
}
.main__banner{
    background-image: url(../images/banner/main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.main_banner_bg {
    padding: 160px 0px 140px 0px;
    position: relative;
    background-image: url(../images/banner/);
    background-position: bottom;
    background-repeat: no-repeat;
}
.banner-heading h6{
    color: var(--hover-color);
    font-family: var(--title-font);
    font-size: 48px;
    font-style: normal;
    line-height: 45px;
    margin-bottom: 20px;
}
.banner-heading h3{
    color: #fff;
    font-family: var(--heading-font);
    font-size: 72px;
    font-weight: 900;
    font-style: normal;
    line-height: 85px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #fcf5573d;
}
.banner-heading h5{
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    font-family: var(--body-font);
}
.hero-content-right {
    background-color: #1212125c;
    padding: 80px 25px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 8px;
    position: absolute;
    right: 200px;
    bottom: 100px;
    width: 350px;
    transition: all .3s linear;
}
.hero-content-right:hover{
    background-color: #04140281
}
.hero-content-right h6{
    margin-top: 20px;
    color: #fff;
}
.hero-content-right p{
    margin-top: 20px;
    color: #a6a6a6;
    font-weight: 500;
}
/* .about_section{
    padding: 80px 0px;  
} */
.about_content{
    padding: 70px;
}
.about_section_bg{
    background-image: url(../images/background/about-bg1.png);
    background-repeat: no-repeat;
    background-position: right;
}
.about_content h6{
    color: var(--title-color);
    font-size: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: var(--title-font);
    font-weight: 600;
}
.about_content h3{
    color: #000000;
    font-size: 52px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: var(--heading-font);
    font-weight: 900;
    margin-top: 15px;
}
.about_content p {
    color: #393434;
    font-size: 17px;
    font-family: var(--body-font);
    font-weight: 200;
}
.checking{
    display: flex;
    border: 7px solid var(--hover-color);
    padding: 25px;
    border-radius: 10px;
    background: #fbfbed;
    transition: all .3s ease-in;
    justify-content: space-around;
}
.checking:hover{
    background-color: #e6e3b6;
}
.checking p{
    font-size: 20px;
    border-bottom: 2px solid var(--title-color);
    text-align: center;
}
.about-bttn{
    margin-top: 30px;
}
.amenities_box {
    border: 2px solid var(--hover-color);
    margin: 10px 0px;
    text-align: center;
    padding: 38px 0px;
    background-color: var(--theme-color);
    border-radius: 10px;
    transition: all .2s linear;
}
.amenities_box:hover{
    background-color: var(--title-color);
}
.amenities_box img {
    width: 54px;    
    height: 50px;
}
.amenities_box h6{
    font-size: 23px;
    color: #ffffff;
    margin: 12px 0px;
}
.hotel-room-area{
    background-image: url(../images/background/1.jpg);
    background-repeat: repeat;
    /* background-size: cover; */
}
.hotel-room-area-bg{
    padding: 80px 0px;
    background-color: #ffffffe3;
}
.section-capture h6{
    font-size: 22px;
    text-transform: uppercase;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 0px;
}
.section-capture h4{
    font-size: 75px;
    font-family: var(--heading-font);
    font-weight: 900;
    color:#000;
    margin-bottom: 20px;
}
.rooms_section{
    padding: 80px 0px;
}
/* .rooms_section_bg{
    background-image: url(../images/bg-3.png);
    background-repeat: no-repeat;
    background-size: cover;
} */
.rooms__box{
    text-align: center;
    margin-bottom: 30px;
}
.rooms__box h6{
    font-size: 22px;
    text-transform: uppercase;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 0px;
}
.rooms__box h3{
    font-size: 65px;
    font-weight: 900;
    font-family: var(--heading-font);
    margin-bottom: 12px;
}
.rooms__box p{
    margin-bottom: 30px;
    font-family: var(--body-font);
    font-size: 19px;
    color: var(--theme-color);
}
.img_room_box{
    position: relative;
    overflow: hidden;
    
}
.img_room_box img{
    transition: all .4s linear;
}
.img_room_box img:hover{
    transform: scale(1.1);
}
.img_room_box h4 {
    position: absolute;
    bottom: 13px;
    left: 0px;
    font-size: 26px;
    background-color: #fbfbed;
    width: 50%;
    text-align: center;
    color: #000000;
    padding: 25px;
    text-transform: uppercase;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.rooms-bttn{
    text-align: center;
    margin-top: 40px;
}
.direction_page{
    padding: 80px 0px;
    background: #000000ba;
}
.direction_page_bg{
    background-image: url(../images/bg-4.jpg);
    background-repeat: repeat;
}
.direction-heading{
    font-size: 75px;
    font-family: var(--heading-font);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 40px;
}
.direction_content{
    background-image: url(../images/d-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}
.direction_content_1{
    background-image: url(../images/d-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}
.direction_content_2{
    background-image: url(../images/d-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}
.direction_box {
    padding: 20px;
    background: #000000a3;
    min-height: 300px;
    border: 10px solid #ddddddb0;
}
.direction_box h5{
    color: var(--hover-color);
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px;
    font-family: var(--heading-font);
}
.direction_box p{
    font-size: 18px;
    font-family: var(--body-font);
    color: #fff;
}

/* footer css */

.footer_bg{
    background-image: url(../images/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-page{
    padding: 80px 0px 10px 0px;
    background-color: #0e0e0ee0;
}
.widget-area{
    margin-bottom: 40px;
}
.disc{
    background-color: var(--title-color);
    width: 60px;
    height: 3px;
    margin-bottom: 20px;
}
.footer-menu{
    position: relative;
 h4{
    color: #ffffff;
    font-size: 30px;
    font-family: 'Berkshire Swash';
}
li{
    padding: 8px 0px;
    border-bottom: 1px dotted #5a5a5aa6;
}
a{
    color: #ffffff;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 17px;
}
i{
    color: var(--hover-color);
    margin-right: 12px;
    font-size: 12px;
}
img{
    width: 45px;
    height: auto;
}
}
.card_img{
    width: 200px !important;
    height: auto;
}
.footer-menu li:hover{
    background-color: #00000056;
}
.footer-menu li:hover a{
    color:#CCAE68;
}
.footer_adress_icon{
    margin-top: 15px;
}
.copyright-wrap{
    padding: 15px 0px 0px 0px;
}
.copyright-text{
    color: #ffffff;
    font-size: 14px;
}
.copyright-text a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}
.address{
    margin-left: 30px;
}

.footer-logo p{
    font-size: 18px;
    color: #fff;
    margin: 15px 0px;
}
.footer_gallery_images{
    position: absolute;
    background-color: #A01D13;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    top: -185px;
    right: 10px;
    justify-content: center;
}
.footer_gallery_images img{
    width: 135px;
    height: auto;
    margin: 10px;
    border-radius: 4px;
    transition: all .3s linear;
}
.footer_gallery_images img:hover{
    filter: brightness(1.2);
    transform: scale(1.1);
    
}

/* breadcumb-css */

.breadcrumb-area{
    background-image: url(../images/bg-3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb-box{
    padding: 80px 0px;
    background-color: #000000cc;
    text-align: center;
}
.breadcrumb_heading{
    color: #ffffff;
    font-size: 62px;
    font-family: var(--title-font);
}
.breadcrumb{
    justify-content: center;
}
.breadcrumb a{
    color: #CCAE68;
}

/* inner pages css */

.page_wrapper{
    padding: 80px 0px;
}
.about-right-side{
    display: flex;
    align-items: center;
    font-family: var(--body-font);
}
.about-left-side ul{
    margin-top: 20px;
    padding-left: 30px;
}
.about-left-side ul li{
    padding: 5px 0px;
    font-size: 18px;
    list-style-type: circle;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #0e5b2569;
}
.about-center{
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}
.about-center p{
    font-size: 23px;
    color: var(--theme-color);
    font-weight: 500;
    border-bottom: 1px solid #1e4f27;
}
.rooms_heading{
    font-size: 24px;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--body-font);
}
.rooms__page_box h4{
    font-size: 52px;
    color: var(--title-color);
    margin-bottom: 20px;
    font-family: var(--title-font);
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}
.rooms__page_box p{
    margin: 20px 0px;
    font-size: 18px;
}
.rooms__page_box {
    background: #f4f9fd;
    padding: 10px 30px;
}
.room_wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--theme-color);
    margin-bottom: 20px;
}
.location-heading{
    font-size: 22px;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--body-font);
}
.location_box{
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 20px;
    overflow: hidden;
}
.location_box img{
    width: 400px;
    height: 245px;
    overflow: hidden;
    transition: all .3s linear;
}
.location_box img:hover{
    transform: scale(1.08);
}   
.location_box h4{
    font-size: 26px;
    margin: 20px 0px;
    color: var(--theme-color);
}
.et-btn-2{
    color: #1e4f27;
    text-decoration: underline !important;
}
.gallery_box{
    margin-bottom: 20px;
}
.gallery_box img{
    border-radius: 10px;
    border: 1px solid #000;
    transition: all .3s linear;
}
.gallery_box img:hover{
    filter: brightness(1.3);
}
.form-input{
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    outline: none;
    border: none;
    background-color: #f3f3f3;
}

.contact_us_information{
    padding-top: 20px;
}
.contact_us_information ul li a img{
    width: 40px;
    height: auto;
}
.contact_us_information ul li{
    padding: 7px 0px;
    border-bottom: 1px solid #eeeeee;
}
.contact_us_information ul li a{
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 400;
}
.contact_form_box{
    margin-top: 20px;
}
.contact-title{
    font-size: 48px;
    color: var(--title-color);
    font-weight: 600;
    text-align: center;
    font-family: var(--title-font);
    margin-bottom: 20px;
}   
.contact_us_img{
    display: flex;
    align-items: center;
    padding: 0px;
}
.payment-info{
    font-size: 42px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 20px;
}
.booking_form_box{
    padding: 20px;
    border: 1px solid #17331533;
    border-radius: 10px;
    background-color: #ffffff;
}
label {
    margin-bottom: 6px;
    color: #000;
}

  /* Custom styles */
  .blog-title {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .blog-content {
    margin-bottom: 2rem;
    border: 1px solid #eaeaea;
    padding: 1rem;
    border-radius: 0.5rem;
  }
  .blog-image {
    max-width: 100%;
    border-radius: 0.5rem;
    height: 100%;
    object-fit: cover;
  }
  .blog-date {
    color: #6c757d;
    font-size: 20px;
  }
  .sidebar {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    /* margin-top: 2rem; */
  }
  .sidebar h5 {
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .recent-post {
    display: flex;
    margin-bottom: 1rem;
  }
  .recent-post img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 0.5rem;
  }
  .recent-post-content {
    margin-left: 10px;
  }
  .recent-post-content a {
    text-decoration: none;
    font-weight: bold;
    color: #414141;
  }
  .recent-post-content .recent-post-date {
    font-size: 18px;
    color: #6c757d;
  }
  @media (max-width: 767px) {
    .blog-title {
      font-size: 1.2rem;
    }
  }

  .blog-single h4{
    font-size: 22px;
  }
  .blog-single .h4{
    font-size: 22px;
  }
  .blog-single{
    display: flex;
    flex-direction: column;
    gap: 10px;

    .blog-date{
        font-size: 24px;
    }
    ul{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
  }

  .blog-short-content{
    display: flex
    ;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    
  }