@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.py-7 {
  padding: 7rem 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);

}

.lead {
  opacity: 0.8;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

.py-7 {
  padding: 7rem 0;
}

.flex_space {
  display: flex;
  justify-content: space-between;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
}

:root {
  --heading-font: "Cinzel", sans-serif;
  --primary-color: #021832;
  --secondary-color: #a3a190;

  --primary-font: 'Poppins', sans-serif;
  --secondary-font: 'Oswald', sans-serif;
  --text-white: #fff;
  --text-black: #151515;
  --shadow-1: 0px 0px 25px 0px hsla(0, 0%, 0%, 0.25);
  --radius-24: 24px;
  --radius-circle: 50%;
  --transition-1: 250ms ease;
  --transition-2: 500ms ease;
  --transition-3: 1000ms ease;

}

body {
  font-family: var(--primary-font);
  background-color: var(--bg-white);
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: .375rem;
}

::-webkit-scrollbar-track {
  background: var(--secondary-color);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

section {
  padding: 2.111rem 0;
}

.btn {
  position: relative;
  color: black;
  font-size: var(--fontSize-label-2);
  text-transform: uppercase;
  letter-spacing: var(--letterSpacing-5);
  max-width: max-content;
  border: 2px solid #907B34;
  padding: 12px 35px;
  overflow: hidden;
  z-index: 1;
  background: rgba(255,255,255, 0.6);

  transition: 0.5s;
}


.btn:hover {
  border: 2px solid #907B34;
  background: #907B34;
  color: white;
}

h1 {
  font-size: 3.75rem;
  line-height: 4.25rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}

h3 {

  line-height: 2.875rem;
  font-weight: 700;
  font-size: 2.25rem;
  color: var(--primary-text);
  font-family: var(--secondary-font);
}

h3 span {
  color: var(--secondary-text);
}

h5 {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--primary-text);
  margin-bottom: .9375rem;
  font-weight: 500;
  font-family: var(--secondary-font);

}

h6 {
  font-size: .875rem;
  color: var(--primary-text);
  margin-bottom: .9375rem;
  text-transform: uppercase;
  font-weight: 300;
  font-family: var(--secondary-font);
}

p {
  font-size: 1rem;
  color: var(--text-black);
  line-height: 1.625rem;
}

.section-title:after {
  content: "";
  background-image: url('../images/title-icon.webp');
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-top: -0.9375rem;
  height: .9375rem;
}

.header_wrapper .navbar {

  background-color: whitesmoke;
 
  box-shadow: 0 .5rem .375rem -0.375rem rgb(0 0 0 / 40%);
  -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
  transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
}

.header_wrapper .navbar-toggler {
  border: 0;
  color: #907B34;
  line-height: 2;
}

.header_wrapper .navbar-toggler:focus {
  box-shadow: none;
}

.header_wrapper .nav-item {
  margin: 0 .925rem;

}

.header_wrapper .nav-item .nav-link {
  font-size: 1.1rem;
  font-weight: 600;
  color: #907B34;
  display: inline-block;

}

.header_wrapper .nav-item .nav-link.active,
.header_wrapper .nav-item .nav-link:hover {
  color: #907B34;
}

.navbar.header-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: white;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.hover-underline {
  position: relative;
  max-width: max-content;

}

.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-block: 1px solid var(--white);
  transform: scaleX(0.2);
  opacity: 0;
  transition: var(--transition-2);
}

.hover-underline:is(:hover, :focus-visible)::after {
  transform: scaleX(1);
  opacity: 1;
}

.section-subtitle {
  position: relative;
  color: var(--gold-crayola);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--letterSpacing-2);
  margin-block-end: 12px;
}
 
.banner_wrapper {
  height: 75vh;
}

.banner_wrapper .swiper {
  width: 100%;
  height: 100%;
}

.banner_wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner_wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  z-index: 0;
}

.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: .9375rem;
  height: .9375rem;
  background-color: white;
  border: .0625rem solid var(--bg-white);
}

.banner_wrapper .swiper .slide-caption {
  height: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_wrapper .swiper .slide-caption p {
  max-width: 37.5rem;
  margin: 0 auto;
  color: var(--text-white);
} 



.counter {
  background-color: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('../images/Onufri (128).jpg') center/cover no-repeat fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.125rem;
  position: relative;
}

#decoration-accomodation .row .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#decoration-accomodation .row .content h2 {
  font-size: 3em;
  font-weight: 800;

}



.counter::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;

  background-color: var(--bg-black);
  opacity: 0.5;
  z-index: 1;
}

.counter h1,
.counter p {
  position: relative;
  z-index: 3;
  color: var(--text-white)
}

.blog-content {

  box-shadow: 0 .125rem .25rem rgb(34 30 31 / 40%);
}

.footer_wrapper {
  background: #2D2D38;
  color: #b6b7b9;
  padding: 5% 0 5% 0;
}

.footer_wrapper h5 {
  color: #907B34;
  margin-bottom: 1.25rem;
}

.footer_wrapper ul li {
  margin-bottom: .5rem;
  list-style: none;
}

.footer_wrapper .contact-info li a {
  color: white;
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
  color: white;
  font-size: 14px;
  padding-left: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_wrapper .link-widget li a::before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}

.footer_wrapper .link-widget li a:hover {
  margin-left: .625rem;
  color: #907B34;
}

.footer_wrapper .social-network a {
  width: 2.1875rem;
  height: 2.1875rem;
  margin: .5rem;
  line-height: 2rem;
  font-size: .875rem;
  display: inline-block;
  border: .125rem solid #907B34;
  color: var(--text-gray);
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer_wrapper .social-network a:hover {
  background-color: white;
  border-color: var(--secondary-color);
  color: var(--text-white);
  box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
  transform: translateY(-0.1875rem);
}

.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
  background-color: white;
  text-align: center;
}


.footer_wrapper .copyright-section a {
  color: var(--secondary-text);
}

@media (max-width: 1199px) {

  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    font-size: .875rem;
  }

  .main-btn {
    font-size: .875rem;
  }

  .booking-area {
    padding: 3rem .625rem;
  }

  .booking-area .main-btn {
    padding-left: .3125rem !important;
    padding-right: .3125rem !important;
  }

}

@media (max-width:991px) {


  .header-scrolled {
    height: auto;
  }

  .header_wrapper .menu-navbar-nav {
    text-align: center;
    background-color: var(--bg-dark-blue);
    padding-bottom: .9375rem;
  }

  .header_wrapper .nav-item .nav-link {
    margin-top: .9375rem;
  }

  .banner_wrapper {
    height: 25.625rem;
  }

  .service-menu-area {
    padding: 1.5rem 0.5rem;
  }

  .service-menu-area ul li {
    margin-left: unset !important;
  }


}

@media (max-width: 767px) {
  .grid-list {
    grid-template-columns: 1fr 1fr;
  }

  :is(.service, .event) .container {
    max-width: 820px;
  }

  :is(.service, .event) .grid-list li:last-child {
    grid-column: 1 / 3;
    width: calc(50% - 20px);
    margin-inline: auto;
  }



  h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  p {
    font-size: .8125rem;
    line-height: 1.5rem;

    text-align: center;
  }

  .text-start {
    text-align: left;
  }

  .blog-content {
    margin: 0;
  }

  .footer_wrapper>div {
    padding: 0 1.875rem;
  }

  .imageroom {
    display: none;
  }

  .we-help-section {
    padding: 1rem 0;
    text-align: center;
  }

  .why-choose-section {
  
    text-align: center;
  }

  .btn {
    position: relative;

    font-size: .8125rem;

    text-transform: uppercase;
    letter-spacing: var(--letterSpacing-5);
    max-width: max-content;
    border: 2px solid #907B34;
    padding: 12px 35px;
    overflow: hidden;
    z-index: 1;
  }
}

.hero-wrap1 {
  width: 100%;
  height: 45vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.p-5 {
  padding: 7rem !important;
}

.carousel-icon i {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.3);
}

.carousel-item i {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.3);
}

.t-card {
  padding: 1.8125rem 1.125rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 1.25rem;
  color: #fff;
  height: auto;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 1.5625rem solid transparent;
  border-right: 1.5625rem solid transparent;
  border-top: 1.25rem solid rgba(0, 0, 0, 0.5);
}


.showcase {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  position: relative;


}

.showcase:before {
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../images/Onufri (78).jpg');
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: -1;
}

.showcase h1 {
  padding: 1rem;
  font-size: 3.5rem;
  color: #f3f3f3;
  font-weight: bold;
}

.showcase1 {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  position: relative;


}

.showcase1:before {
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../images/Onufri (93).jpg');
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: -1;
}

.showcase1 h1 {

  font-size: 3.5rem;
  color: #f3f3f3;
  font-weight: bold;
}

.showcase1 p {
  padding: 1rem;
  font-size: 1.4rem;
  color: #f3f3f3;
  margin-top: 0.5rem;
}

.showcase h1 {
  padding: 1rem;
  font-size: 3.5rem;
  color: #f3f3f3;
  font-weight: bold;
}

.showcase6 {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  position: relative;


}

.showcase6:before {
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../images/Onufri (40)-min.jpg');
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: -1;
}

.showcase6 h1 {

  font-size: 3.5rem;
  color: #f3f3f3;
  font-weight: bold;
}

.showcase6 p {
  padding: 1rem;
  font-size: 1.4rem;
  color: #f3f3f3;
  margin-top: 0.5rem;
}

.showcase9 {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  position: relative;


}

.showcase9:before {
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url('../images/Onufri (45)-min.jpg');
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: -1;
}

.showcase9 h1 {

  font-size: 3.5rem;
  color: #f3f3f3;
  font-weight: bold;
}

.showcase9 p {
  padding: 1rem;
  font-size: 1.4rem;
  color: #f3f3f3;
  margin-top: 0.5rem;
}

.showcase h1 {

  font-size: 3.5rem;
  color: #f3f3f3;
  font-weight: bold;
}

.s-color {
  color: #A47D55;
}

.showcase p {
  padding: 1rem;
  font-size: 1.4rem;
  color: #f3f3f3;
  margin-top: 0.5rem;
}

.showcase h3 {
  padding: 1rem;
  font-size: 3.5rem;
  color: #f3f3f3;
  font-weight: bold;
}


.showcase3 {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  position: relative;


}

.showcase3:before {
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../images/Onufri (35)-min-min.JPG');
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: -1;
}

.showcase3 h1 {
  padding: 1rem;
  font-size: 3.5rem;
  color: #f3f3f3;
  font-weight: bold;
}

.showcase3 p {
  padding: 1rem;
  font-size: 1.4rem;
  color: #f3f3f3;
  margin-top: 0.5rem;
}

.showcase h3 {
  padding: 1rem;
  font-size: 3.5rem;
  color: #f3f3f3;
  font-weight: bold;
}


.showcase5 {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  position: relative;


}

.showcase5:before {
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
url('../images/Onufri (58).jpg');
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: -1;
}

.showcase5 h1 {
  padding: 1rem;
  font-size: 3.5rem;
  color: #f3f3f3;
  font-weight: bold;
}

.showcase5 p {
  padding: 1rem;
  font-size: 1.4rem;
  color: #f3f3f3;
  margin-top: 0.5rem;
}



.baguetteBox-button {
  background-color: transparent !important;
}

.photo-gallery {
  color: #313437;
  background-color: #fff;
}


@media (max-width:767px) {



  .photo-gallery .photos {
    padding-bottom: 20px;
  }

  .photo-gallery .item {
    padding-bottom: 30px;
  }

  .blog-content {
    margin: 0;
  }


}


#gallery {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;

  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media (max-width:1200px) {
  #gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width:800px) {
  #gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width:600px) {
  #gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}


.blog-content {

  box-shadow: 0 .125rem .25rem rgb(34 30 31 / 40%);
}

.gallary img {
  width: 270px;

}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 35%;
  background: white !important;
  transition: 0.5s;
}

.owl-carousel .owl-prev {
  left: 33px;
}

.owl-carousel .owl-next {
  right: 33px;
}

.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
  background: #C1B086 !important;
}

.flex1 {
  display: flex;
  justify-content: space-between;
}

.heading {
  position: relative;
}

.heading::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100px;
  height: 4px;
  background: #C1B086;
}

@media only screen and (max-width:768px) {


  .heading_top .btn {
    display: none;
  }

  .about_area {
    text-align: center;
  }
}

#work {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('../images/Onufri (44)-min.jpg') center/cover no-repeat fixed;
  color: white;
}

#work .title h2,
#work h3 {
  color: white;
}

.work-bottom {
  margin-top: 4rem;
  text-align: center;
}

.work-bottom>div .icon img {
  width: 50px;
  margin: 0 auto 1.7rem auto;
}



@media(min-width: 450px) {
  .work-bottom {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 0;
  }
}

@media(min-width: 576px) {

  .work-bottom {
    grid-template-columns: repeat(4, 1fr);
  }


}

@media(min-width: 768px) {

  .about-content,
  .work-top {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6rem;
    row-gap: 0;
  }


}

.heading2 h1 {
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
  color: white;
}

.left,
.right {
  width: 50%;
  margin: 20px;
}

.wrapper {
  color: white;
  background-image: url("../photo/ujif.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper .left,


.wrapper .right img {
  float: right;
}

.wrapper .text {
  margin-top: 30px;
  margin-bottom: 50px;
}

.wrapper i {
  font-size: 40px;
  margin-right: 20px;
}

.wrapper .btn1 {
  margin-left: 20px;
}

.about_area {}

@media (max-width: 767px) {
  .about_area {}
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_area {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about_area {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

.about_area .about_info p {
  font-size: 16px;
  line-height: 28px;
  font-size: 16px;
  line-height: 28px;
  margin-top: 0;

}

@media (max-width: 767px) {
  .about_area .about_info a {
    margin-bottom: 30px;
    text-align: center;
  }
}

.about_area .about_thumb {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_area .about_thumb {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-top: 30px
  }
}

.about_area .about_thumb img {
  width: 100%
}

.about_area .about_thumb .img_2 {
  margin-top: 40px;
  margin-left: 10px
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_area .about_thumb2 {
    margin-bottom: 30px
  }
}

.about_area .about_thumb2 img {
  width: 100%
}

.about_area .about_thumb2 .img_2 {
  margin-top: 40px;
  margin-left: 10px
}


.blog-section .post-entry a {
  text-decoration: none;
}

.blog-section .post-entry .post-thumbnail {
  display: block;
  margin-bottom: 20px;
}

.blog-section .post-entry .post-thumbnail img {
  border-radius: 20px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.blog-section .post-entry .post-content-entry {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-section .post-entry .post-content-entry h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  margin-bottom: 7px;
}

.blog-section .post-entry .post-content-entry .meta {
  font-size: 14px;
}

.blog-section .post-entry .post-content-entry .meta a {
  font-weight: 600;
}

.blog-section .post-entry:hover .post-thumbnail img,
.blog-section .post-entry:focus .post-thumbnail img {
  opacity: .7;
}



.why-choose-section .img-wrap {
  position: relative;
}

.why-choose-section .img-wrap:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}

.why-choose-section .img-wrap img {
  border-radius: 20px;
}

.feature {
  margin-bottom: 30px;
}


.feature h3 {
  text-align: center;
  font-size: 14px;
  color: #2f2f2f;
}

.feature p {
  font-size: 14px;
  line-height: 22px;
  color: #6a6a6a;
}

.single-rooms-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 515px;
  margin-bottom: 100px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-rooms-area .bg-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
  .single-rooms-area .price-from {
    position: absolute;
    z-index: 20;
    top: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 15px;
    background-color: #181818;
    border: 2px solid #907B34;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
    color: #ffffff;
    font-size: 14px; }
  .single-rooms-area .rooms-text {
    position: absolute;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.63);
    padding: 30px 30px 40px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    border: 2px solid #907B34;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-rooms-area .rooms-text .line {
      width: 90px;
      height: 2px;
      background-color: #907B34;
      display: block;
      margin: 0 auto 20px; }
    .single-rooms-area .rooms-text h4 {
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .single-rooms-area .rooms-text h4 {
          font-size: 20px; } }
    .single-rooms-area .rooms-text p {
      color: #ffffff;
      margin-bottom: 0; }
  .single-rooms-area .book-room-btn {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50; }
  .single-rooms-area:hover .rooms-text, .single-rooms-area:focus .rooms-text {
    background-color: #000; }
