:root{
    --theme :#9be068 ;
    --sec-color : #10507c ;
    --black-color:#171717;
    --gray-color: #555;
    --brown-color:#b45200;
    --white-color:#fff;
  }
  
  body,
  html {
      overflow-x: hidden;
      position: relative;
      scroll-behavior: smooth;
      background: #fff;
  }
  
  .contact-us-section-one .row,
  .contact-us-section-two .row,
  .grain-storage-sec-text p,
  figure,
  ol,
  ul {
      margin: 0
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      line-height: normal;
      font-family: "Poppins", sans-serif;
      font-weight: 500 !important;
  }
  
  body,
  p,a {
    font-family: "Poppins", sans-serif;
      color: #121212;
      font-weight: 500 !important;
  }
  
  body,
  html {
      position: relative
  }
  
  .head-top,
  nav.navbar.inner-page {
      padding: 9px 0
  }
  
  .btn.active.focus,
  .btn.active:focus,
  .btn.focus,
  .btn.focus:active,
  .btn:active:focus,
  .btn:focus,
  .nav-menu li a.nav-link,
  a,
  a:active,
  a:focus,
  a:hover,
  button,
  button:active,
  button:focus,
  button:hover {
      text-decoration: none;
      outline: 0
  }
  
  .dropdown-menu.show,
  .dropdown:hover .dropdown-menu {
      visibility: visible;
      transform: translateY(0);
      opacity: 1
  }
  
  
  body {
      font-size: 16px;
      font-weight: 400 ;
      line-height: 26px;
      overflow: hidden;
      background:#fffdf9;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  
  }
  
  ol,
  ul {
      padding: 0;
      list-style: none
  }
  
  .responsive-tabs.nav-tabs.open i.fa.fa-caret-up,
  .responsive-tabs.nav-tabs.open>li,
  .responsive-tabs.nav-tabs>li.active,
  select {
      display: block
  }
  
  .common_h1,
  .common_h2,
  h1,
  h2 {
      margin-bottom: 15px;
  
  }
  
  .slide_content .slide_content_wrapper .slide_content_inner .meta .category,
  section .svg-icon {
      margin-bottom: 10px
  }
  
  a {
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      font-family: "Poppins", sans-serif;
  }
  
  
  iframe {
      border: 0
  }
  
  
  .common_h1,
  h1 {
      font-size: 40px
  }
  
  .common_h2,
  h2 {
      font-size: 42px;
  
  }
  
  .common_h3,
  h3 {
      font-size: 25px;
    
  }
  
  .common_h4,
  h4 {
      font-size: 20px;
    
  }
  
  .common_h5,
  h5 {
      font-size: 18px
  }
  
  .common_h6,
  h6 {
      font-size: 16px
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      line-height: 1.2em;
      color:var(--black-color);
      font-family: "Poppins", sans-serif;
  }
  p {
      font-size: 16px;
      margin-bottom: 15px;
      color: #666666;
      font-weight: 400 !important;
      font-family: "Poppins", sans-serif;
      line-height: 27px;
  }
  button{
     outline: none;
     border: none;
  }
  section {
      padding: 55px 0
  }
  .logo {
    max-width: 60px;
  }
  .menu ul{
    display: flex;
    justify-content: center;
  }
  .menu ul li a{
    padding: 5px 15px;
    color: #fff;
  }
  .bg-background   .logo-content h3 {
    color: var(--black-color);
}
  .bg-background  .menu ul li a{
    padding: 5px 15px;
    color: var(--black-color);
  }
  .menu ul li a:hover{
    color: #e67e22; 
  }
  .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
  }
  header.bg-background {
    background: #fff;
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1); 
  }
  .logo-content {
    width: 20%;
  }
  .logo-content h3{
    color: #fff;
    margin: 0;
  }
  .menu {
    width: 60%;
  }
  .enquity {
    width: 20%;
  }
  .nav-container {
    padding: 15px 0;
  }
  .custom_btn {
    padding: 8px 16px;
    background:#b45200 ;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
  }
  .custom_btn:hover{
    color: #fff;
  }
  /* banner */
  .banner {
    height: 100vh;
    position: relative;
    background: #121212;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .title{
    font-size: 14cqw;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    text-transform: uppercase;
    font-weight: 500 !important;
    z-index: 101;
  }
  .banner-1-content {
    position: absolute;
    top: 50%;  
    left: 50%; 
    transform: translate(-50%, -50%);
    max-width: 600px;
    text-align: center;
    z-index: 100;
  }
  .hero_home_visual.is-1 {
    z-index: 2;
    pointer-events: auto;
    width: 13%;
    inset: 15% 11% auto auto;
}
.hero_home_visual {
  aspect-ratio: 3/2;
  width: 16%;
  position: absolute;
}
.hero_home_visual img{
  width: 100%;
}
.u-cover-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  top: 5%;
  z-index: 99;
}
.hero_home_visual.is-3 {
  aspect-ratio: 4/5;
  pointer-events: auto;
  width: 10%;
  inset: auto 24% 22% auto;
}
.hero_home_visual.is-4 {
  pointer-events: auto;
  width: 12%;
  inset: 39% auto auto 13%;
}
.hero_home_visual.is-2 {
  pointer-events: auto;
  width: 11%;
  inset: auto 3% 42% auto;
}
.hero_home_visual.is-5 {
  aspect-ratio: 4/5;
  pointer-events: auto;
  width: 11%;
  inset: 23% auto auto 8%;
}
.hero_home_visual.is-7 {
  aspect-ratio: 4/5;
  pointer-events: auto;
  width: 15%;
  inset: 63% auto auto 31%;
}
.hero_home_visual.is-6 {
  pointer-events: auto;
  width: 12%;
  inset: 8% auto auto 33%;
}

/* section one */
.section-1 {
  /* background: url(../img/section-1.jpg) no-repeat center center;
  background-size: cover;
  height: 70vh; */
  position: relative;
}
/* .section-1::before{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
} */
.e-con-full {
  display: inline-block;
  transition: background 0.3s; 
  border-style: solid;
  border-width: 1px;
  border-radius: 999px;
  padding: 5px 15px;
  margin-bottom: 10px;

}
.elementor-icon-list-items {

  padding: 0;
}
.elementor-icon-list-items li{
  display: flex;
  align-items: center;
}
.elementor-icon-list-items li img{
  max-width: 25px;
}
.elementor-icon-list-items li p{
  margin: 0;
  color: var(--black-color);
}
.number {
  display: flex;
  justify-content: space-between;
}
.night-badge{
  padding: 10px 25px;
  background: #f4f4f3;
  border-radius: 20px;
  font-size: 20px;
}
.night {
  font-weight: 400 !important;
  font-size: 12px;
}
.pagage-img img{
  max-width: 100%;
}
.pagage-img {
  margin-top: 10px;
}
.number h3{
  color:#e67e22;
}
.package-icon img {
  max-width: 15px;
}
.icon-content.two img{
  max-width: 17px;
}
.package-icon .icon-content {
  display: flex;
  gap: 10px;
  align-items: center;
}
.package-icon {
  display: flex;
    gap: 20px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    align-items: center;
}
.btn-underline {
  color: #e67e22;
  font-size: 15px;
}
.btn-underline i{
  margin-left:5px ;
}
.btn-underline:hover{
  color: #e67e22;
  text-decoration: none;
  
}
#pin-windmill{
  height: auto !important;
  max-height: auto !important;
}
.pin-spacer{
  height: auto !important;
  max-height: auto !important;
  padding: 0 !important;
}
.sec-two {
  padding-top: 0;
  margin-top: 50px;
}
.banner-1-content h1{
  color: var(--white-color);
}
.banner-1-content p{
  color: var(--white-color);
}
.banner-shape-one {
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-shape-two {
    position: absolute;
    top: 0;
    left: -20%;
    width: 100%;
}
.sub-title.style-three {
    margin-left: 50px;
}
 .sub-title {
    position: relative;
    color: var(--brown-color);
    font-size: 14px;
    font-weight:400;
    line-height: 28px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 7px;
    letter-spacing: 7px;
}
 .sub-title::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -50px;
    width: 37px;
    height: 10px;
    background-image: url(../img/before.png);
}
 .sub-title::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 103%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
      background-image: url(../img/before.png);
}
.sub-title-container {
  position: relative;
}

 .swiper {
      width: 100%;
      height: 100%;
      margin-top: 30px;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper-slide {
      width: 50%;
    }
.swiper-slide.width-25{
   width: 26.5% !important;
}
b{
  font-weight: 600 !important;
  /* color: var(--brown-color); */
}
.about-us {
  padding-bottom: 0;
}
.rooms .sub-title.style-three {
    margin-left: 0px;
}
.room-tab {
  justify-content: center;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 1px solid transparent !important;
    border-width: 1px;
    isolation: isolate;
}
.room-tab .nav-link.active {
    color: var(--brown-color);
    background-color: #fffdf9;
    border: 1px solid transparent !important;
    border-bottom: 1px solid var(--brown-color) !important;
}

.nav-tabs .nav-link {
    color: var(--black-color);
    font-size: 18px ;
}
 .room-card img {
      width: 100%;
      height: 350px;
      object-fit: cover;
    }
    .room-details {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
    height: 100%;
    border: 1px solid #dee2e6;
    }
    .price {
      font-size: 1.5rem;
      font-weight: bold;
      color: var(--black-color);
    }
    .border-top-rooms-card {
      border-top: 1px solid #dee2e6;
      padding: 20px;
    }
    .rooms-card-text {
      padding: 20px;
    }
    .smaill-text {
      font-size: 13px;
    }
    .amenities {
      background: url(../img/bg-img.jpg);
      background-size: cover;
      border-radius: 15px;
    }

     .amenities-box {
      background: #fffdf9;
      border: 2px solid var(--brown-color);
      padding: 30px;
      box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    }
    .amenities-subtitle {
      font-size: 16px;
      color: #666;
      margin-bottom: 25px;
    }
    .list-group-item {
      border: none;
      padding: 8px 0;
      font-size: 16px;
    }
    .amenities-box li{
      background: transparent;
      border-bottom:1px solid #0000001f;
      padding-top: .5rem;
    padding-bottom: .5rem;
    }
    .amenities h2{
      color: var(--white-color);
    }
    .amenities-border {
    border: 3px solid var(--brown-color);
    padding: .2rem;
}
.amenities-table {
    background-color: #fffdf9;
    padding: .3rem;
}
.amenities .sub-title {
    color: var(--white-color);
}
.amenities .sub-title::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -50px;
    width: 37px;
    height: 10px;
    background-image: url(../img/before-white.png);
}
.amenities .sub-title::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 103%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(../img/before-white.png);
}
.best-place-card img{
  width: 100%;
}
.best-place-card {
  position: relative;
  margin-top: 25px;
}
.best-place-card h4{
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: var(--brown-color);
  color: var(--white-color);
  margin: 0;
  width: 100%;
}

.our-customer .swiper-slide {
    background:transparent ;
    border: 1px solid #dee2e6;
    padding: 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--brown-color);
}
.footer {
  background: #121212;
  padding: 40px 0 20px 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  position: relative;
  overflow: hidden;
}
.footer .sub-title {
    color: var(--white-color);
}
.footer .sub-title::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -50px;
    width: 37px;
    height: 10px;
    background-image: url(../img/before-white.png);
}
.footer .sub-title::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 103%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(../img/before-white.png);
}
.footer h2{
  color: var(--white-color);
}
.get-touch-details h5{
  color: var(--white-color);
  margin-bottom: 5px !important;
}
.get-touch-details p{
  color: var(--white-color);
}
.copyrigths-left img{
  max-width: 80px;
}
.copyrigths-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.copyrigths-left p{
  margin: 0;
    font-size: 13px;
}
.copyrigths-right{
  text-align: right;
}
.copyrigths-right p{
  margin: 0;
  font-size: 13px;
}
.copyrights-container {
  padding-top: 10px;
  margin-top: 30px;
  border-top: 1px solid #373737;
}