
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700i");
@import url("https://fonts.googleapis.com/css?family=Goudy Bookletter 1911");
@import url("https://fonts.googleapis.com/css?family=Manrope");
@import url('https://fonts.googleapis.com/css?family=Inter' rel='stylesheet');
@import url('https://fonts.googleapis.com/css?family=Lexend' rel='stylesheet');

/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
html {
  scroll-behavior: smooth;
}
body {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.667; }
.row{
  justify-content: center;
}
.row{
  justify-content: center;
}
.row-full{
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
 }

/* =================================== */
/*  Typography 
/* =================================== */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Goudy Bookletter 1911' 'Manrope' 'Inter' 'Lexend';
  color: #ffffff;
  }

h1,
.h1 {
  letter-spacing: 14px;
  font-size: 32px;
  font-weight: 100;
  }

h2,
.h2 {
  letter-spacing: 4px;
  font-size: 32px;
  font-weight: 700;
  }
  
.logo_center{
  margin-top: 60px;
  text-align: center;
}
.logo_center img{
  width: 250px;
}
.gold{
  color: #cca772;
}
.center {
  margin: auto;
  width: 60%;
  border: 3px solid #73AD21;
  padding: 10px;
}
h3{
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 100;
}
.nav{margin: auto;}
.text-center{
  margin-top: 30px;
}
a {
  display: inline-block; }

button {
  cursor: pointer; }

.button {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  transition: all .3s ease;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff; }
  .button--active {
    padding: 10px 32px !important;
    background: #ffffff;
    }
  .button:focus {
    outline: 0;
    box-shadow: none; }

.owl-carousel .owl-dots button:focus {
  box-shadow: none !important;
  outline: 0; }

.section-margin {
  background: #322B23;
  text-align: center;
  margin: 0px 0;
  }
  

.section-padding {
  padding: 60px 0; }
  @media (min-width: 1000px) {
    .section-padding {
      padding: 130px 0; } }

.bg-porcelain {
  padding: 60px;
  background: #322b23;
  }

.nice-select {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border-color: #ECECEC;
  color: #999999;
  padding-top: 4px; }
  .nice-select::after {
    right: 16px; }
  .nice-select .list {
    min-width: 200px; }

.pb-20px {
  padding-bottom: 20px; }

.pb-80px {
  padding-bottom: 40px; }
  @media (min-width: 1000px) {
    .pb-80px {
      padding-bottom: 80px; } }

.mb-30px {
  margin-bottom: 30px; }

.py-80px {
  padding-top: 80px;
  padding-bottom: 80px; }

.header_area h1{
  font-family: 'Goudy Bookletter 1911';
}

.header_area {
  position: relative;
  width: 100%;
  z-index: 999999;
  background: #000000;
  transition: background 0.4s, all 0.3s linear;
  }
  .header_area .navbar {
    background: #000000;
    padding: 2px 15px 17px 15px;
    border: 0px;
    /* border-radius: 0px; */
    }
  
    .header_area .navbar .nav .nav-item {
      margin-right: 45px; }
      .header_area .navbar .nav .nav-item .nav-link {
        /* font-family: inter; */
        text-transform: uppercase;
        color: #ffffff;
        padding: 22px 4px 4px 0;
        display: inline-block;
        }
        .header_area .navbar .nav .nav-item .nav-link:after {
          display: none; }
      
      .header_area .navbar .nav .nav-item.active .nav-link {
        color: #cca772;
        border-bottom: 3px solid #cca772; }
      .header_area .navbar .nav .nav-item.submenu {
        position: relative; }
        .header_area .navbar .nav .nav-item.submenu ul {
          border: none;
          padding: 0px;
          border-radius: 0px;
          box-shadow: none;
          margin: 0px;
          background: #fff; }
        
          .header_area .navbar .nav .nav-item.submenu ul:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #eeeeee transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 45px;
            z-index: 3;
            opacity: 0;
            transition: all 400ms linear; }
          .header_area .navbar .nav .nav-item.submenu ul .nav-item {
            display: block;
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid #ededed;
            margin-left: 0px;
            transition: all 0.4s linear; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item.active .nav-link {
              color: #cca772; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
              line-height: 45px;
              padding: 0px 30px;
              transition: all 150ms linear;
              display: block;
              margin-right: 0px; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
              border-bottom: none; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
              color: #cca772; }
      
        .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
          margin-top: 0px; }
      .header_area .navbar .nav .nav-item:last-child {
        margin-right: 0px; }
    .header_area .navbar .primary-btn {
      border: 1px solid #ffffff;
      padding: 7px 28px;
      color: #ffffff;
      letter-spacing: 1px;
      font-weight: 500;
      margin-top: 20px; }
      
    .header_area .navbar .search {
      background: transparent;
      border: 0px;
      font-size: 12px;
      line-height: 60px;
      display: inline-block;
      color: #ffffff;
      padding-left: 30px;
      cursor: pointer; }
      
      .header_area .navbar .search i {
        font-weight: 600; }
  .header_area.navbar_fixed .main_menu {
    /* background: #fff; */
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 30px; }
    .header_area.navbar_fixed .main_menu .navbar .primary-btn {
      margin-top: 15px; }

#search_input_box {
  text-align: center;
  padding: 5px 20px;
  position: fixed;
  width: 100%; }
  #search_input_box .form-control {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    padding: 0; }
    #search_input_box .form-control:focus {
      box-shadow: none;
      outline: none; }
  #search_input_box input.placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box input:-moz-placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box input::-moz-placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box .btn {
    width: 0;
    height: 0;
    padding: 0;
    border: 0; }
  #search_input_box .lnr-cross {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 3px; }



  .topnav {
    overflow: hidden;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 3px solid transparent;
  }
  
  .topnav a:hover {
    transition: all 0.6s;
    border-bottom: 3px solid #cca772;
  }
  
  .topnav a.active {
    transition: all 0.6s;
    border-bottom: 3px solid #cca772;
  }
.header-top {
  padding: 17px 0px 0px 0px;)
  px;
  }
  

  .header-top-info:last-child {
    margin-bottom: 0; }
  .header-top-info__icon {
    margin-right: 12px; }
    .header-top-info__icon i, .header-top-info__icon span {
      font-size: 22px;
      color: #cca772; }
  .header-top-info .media-body p {
    margin-bottom: 0; }
  .header-top-info .media-body a {
    color: #303030;
    font-weight: bold; }
  .header-top-info:not(:last-child) {
    margin-right: 10px; }
   
    .footer-area {
      padding: 80px 0px 40px;
      color: #7b838a;
      background: #000000;
  }
  .bgfooter {
    background: #242424;
}
.pad-foot-top {
  padding-top: 10px;
}
  .footer-area .single-footer-widget ul li {
    margin-bottom: 10px; }
    .footer-area .single-footer-widget ul li a {
      color: #7b838a; }
      .footer-area .single-footer-widget ul li a:hover {
        color: #cca772; }
  .footer-area .single-footer-widget .form-wrap {
    margin-top: 25px; }
  .footer-area .single-footer-widget input {
    height: 48px;
    border: none;
    width: 67% !important;
    font-weight: 400;
    background: #363a4b;
    color: #fff;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
    padding: 10px; }
    .footer-area .single-footer-widget input:focus {
      outline: none;
      box-shadow: none; }
    .footer-area .single-footer-widget input.placeholder {
      padding-left: 10px;
      color: #7b838a; }
    .footer-area .single-footer-widget input:-moz-placeholder {
      padding-left: 10px;
      color: #7b838a; }
    .footer-area .single-footer-widget input::-moz-placeholder {
      padding-left: 10px;
      color: #7b838a; }
    .footer-area .single-footer-widget input::-webkit-input-placeholder {
      padding-left: 10px;
      color: #7b838a; }
  .footer-area .single-footer-widget .click-btn {
    font-family: "Playfair Display", serif;
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 20px;
    border: 0;
    font-size: 13px;
    background: #cca772;
    font-weight: 700;
    position: relative;
    left: 0; }
    .footer-area .single-footer-widget .click-btn:focus {
      outline: none;
      box-shadow: none; }
 
   
  .footer-area .footer-bottom {
    /* margin-top: 70px; */
    }
   
    .footer-area .footer-bottom p {
      color: #fff; }
      .footer-area .footer-bottom p a {
        color: #cca772; }
    .footer-area .footer-bottom .footer-social {
      text-align: left!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
      }
     
      .footer-area .footer-bottom .footer-social a {
        /* background: rgba(255, 255, 255, 0.15); */
        margin-left: 3px;
        width: 32px;
        color: #fff;
        display: inline-grid;
        text-align: center;
        height: 32px;
        align-content: center;
        }
        .footer-area .footer-bottom .footer-social a:hover {
          background: #cca772; }
        .footer-area .footer-bottom .footer-social a i, .footer-area .footer-bottom .footer-social a span {
          font-size: 14px; }

/*=================== section-intro start ====================*/
.section-intro__style {
  margin-bottom: 30px;
  }

/*=================== section-intro end ====================*/
/*====slider section====*/
/* Slideshow container */
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot-area{
  text-align:center;
  margin-top: -31px;
  text-align: center;
}
.active-slider {
  border: 2px solid #ffffff;
  background-color: #B08D54;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/*=================== home banner start ====================*/
.home-banner {
  position: relative; }
  .home-banner h4, .home-banner h1, .home-banner a {
    text-transform: uppercase;
    color: #fff; }
  .home-banner h4 {
    font-size: 18px;
    margin-bottom: 15px; }
  .home-banner h1 {
    font-size: 27px;
    margin-bottom: 35px; }
 
  .home-banner-area {
    height: 500px;
    background: url("../img/home/header-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1; }
  
    .card-img-1 {
      width: auto;
      border-radius: calc(.25rem - 1px);
  }

      .home-banner-area {
        height: 970px; } }
    .home-banner-area .home-banner {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translateX(-50%); }
    .home-banner-area::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(1, 2, 11, 0.7);
      z-index: -1; }
  .home-banner-btn {
    letter-spacing: 3px;
    border: 2px solid #cca772;
    border-radius: 7px;
    font-weight: 100;
    color: #846A3F;
    padding: 10px 56px;
    }
    .home-banner-btn:hover {
      background: #cca772;
      color: #fff; }

/*=================== home banner end ====================*/


/*=================== explore section start ====================*/
.section-black-bgl {
  margin: 0px 0;
  background: #000000;
}
.section-margin-bgl {
  margin: 0px 0;
  background: #322B23;
}
.pb-4, .py-4 {
  padding-top: 4.5rem;
  padding-bottom: 1.5rem !important;
}
.card-explore {
  background-color: #000000;
  border: 0;
  border-radius: 0;
  /* box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2); */
  /* transition: all .4s ease; */
  }
  .card-explore .card-img {
    border-radius: 0; }
  .card-explore__img {
    width: 100%;
    position: relative;
    }
    
    .card-explore__img img {
      padding-bottom: 1px; }
      .card-explore .card-body {
        background: #000000;
        padding: 0;
        text-align: center;
    }
  .card-explore__price {
    padding-top: 20px;
    font-size: 22px;
    }
    .card-explore__price sub {
      font-size: 18px; }
  .card-explore__title {
    font-size: 24px;
    margin: 12px 0 18px 0; }
    .card-explore__title a {
      color: #222222;
      transition: color .2s ease; }
  .card-explore__link {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #303030;
    transition: color .2s ease; }
    .card-explore__link i, .card-explore__link span {
      padding-left: 3px;
      transition: all .35s ease; }
  .card-explore:hover a {
    color: #cca772; }
  .card-explore:hover .card-explore__link i, .card-explore:hover .card-explore__link span {
    padding-left: 10px; }

/*=================== explore section end ====================*/
/*=================== image grid one end ====================*/
.card-explore_0ne__img {
  width: 100%;
  position: relative;
  text-align: center;
}
.line-img {
  width: auto;
  position: relative;
  text-align: center;
  /* padding-top: 20px; */
}
.card-body  p {
  color: #A8A8A8;
  font-family: Manrope;
  padding-top: 20px;
}
.card-body  h3 {
  font-family: Manrope;
}
.card-body h3 {
    font-family: Manrope;
}
/*=================== image grid one end ====================*/
/*=================== image grid two end ====================*/
.bgimg {
  background-image: url('../img/home/Rectangle 7.png');
}
.bgimg h2{
  letter-spacing: 3px;
  font-size: 24px;
  font-weight: 100;
  padding-top: 30px;
  color: #000000;
  text-align: center;
  margin-bottom: 0px;
  }
  .welcome-content {
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    background: #ffffff;
    height: 567px;
}
.welcome-content-home{
  color: #fff;
}
    .h3-style {
      padding-top: 12px;
      font-weight: 700;
      color: #846A3F;
      font-family: Manrope;
      /* padding-left: 20px; */
      text-align: left;
  }
  .bg-none {
    background: #00000000 !important;
}
.card-explore_one .card-body_one {
  background: #000000;
  padding: 0;
  text-align: center;
}
.bgimg2 {
  background-image: url('../img/home/About_banner.png');
  background-repeat: no-repeat;
  background-size: cover;
}
 .Pad{
  font-size: 18px;
  padding: 70px;

}
.welcome-content P{
  margin-bottom: 30px;
  color: #ffffff;
  font-family: Manrope;
  font-size: 21px;
}
.pad-top{
  text-align: left;
  padding-top: 40PX;
  margin-bottom: -0.5rem;

}
/*=================== image grid two end ====================*/
.section-margin-bg{
  background: #313131;
}
/*=================== testimonial section start ====================*/

.owl-container {/* padding: 30px; */width: 100%;color: aquamarine;display: flex;align-items: center;justify-content: center;background: #242424;}
.owl-container h2{
  text-align: center;
  font-size: 24px;
  color: #B08D54;
}

.testimonial {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}
.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
/* swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}
/*=================== testimonial section end ====================*/
/*=================== news section start ====================*/
.card-news {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
  transition: all .4s ease; }
  .card-news__info {
    margin-bottom: 10px; }
    .card-news__info li {
      display: inline-block;
      font-size: 14px;
      color: #999999; }
      .card-news__info li:not(:last-child) {
        margin-right: 13px; }
      .card-news__info li .news-icon {
        font-size: 12px;
        color: #cca772;
        margin-right: 5px; }
      .card-news__info li a {
        color: #999999; }
  .card-news .card-img {
    border-radius: 0;
    padding-bottom: 1px; }
  .card-news__img {
    width: 100%;
    position: relative; }
    .card-news__img::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      clip-path: polygon(0 100%, 100% 100%, 100% 83%);
      background: #fff;
      width: 100%;
      height: 190px; }
  .card-news .card-body {
    padding: 18px 20px 35px 40px; }
  .card-news__price {
    font-size: 40px; }
    .card-news__price sub {
      font-size: 23px; }
  .card-news__title {
    font-size: 24px;
    margin: 12px 0 18px 0;
    font-weight: 700; }
    .card-news__title a {
      color: #222222;
      transition: color .2s ease; }
  .card-news__link {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #303030;
    transition: color .2s ease; }
    .card-news__link i, .card-news__link span {
      padding-left: 3px;
      transition: all .35s ease; }
  .card-news:hover .card-news__title a {
    color: #cca772; }
  .card-news:hover .card-news__link i, .card-news:hover .card-news__link span {
    padding-left: 10px; }

/*=================== news section end ====================*/

/*=================== special section end ====================*/
.card-special {
  background: none;
  text-align: center;
  padding: 45px 35px;
  border: 0;
  border-radius: 0;
  transition: all .4s ease;
  }
  .card-special__icon {
    font-size: 24px;
    /* color: #cca772; */
    margin-right: 13px;
    }
  .card-special__title {
    margin: 0;
    font-weight: 400;
    transition: all .4s ease; }
  .card-special .card-body {
    padding: 0; }
    .card-special .card-body p {
      margin-bottom: 0; }
 
    .card-special:hover .card-special__icon, .card-special:hover .card-special__title {
      /* color: #fff; */
      }

/*=================== special section start ====================*/


/*=================== contact banner start ====================*/
.contact-banner {
  position: relative; }
  .contact-banner h4, .contact-banner h1, .contact-banner a {
    text-transform: uppercase;
    color: #fff; }
  .contact-banner h4 {
    font-size: 18px;
    margin-bottom: 15px; }
  .contact-banner h1 {
    font-size: 37px;
    margin-bottom: 5px; }
  .contact-banner-area {
    height: 380px;
    background: url("../img/home/contact-bg.png") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1; }
    .contact-banner-area .contact-banner {
      position: absolute;
      top: 58%;
      left: 50%;
      width: 100%;
      transform: translateX(-50%); }
    .contact-banner-area::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(1, 2, 11, 0.7);
      z-index: -1; }
  .contact-banner-btn {
    border: 2px solid #cca772;
    padding: 10px 45px; }
    .contact-banner-btn:hover {
      background: #cca772;
      color: #fff; }

.contact-info__icon {
  margin-right: 20px; }
  .contact-info__icon i, .contact-info__icon span {
    color: #cca772;
    font-size: 20px; }

.contact-info .media-body h3 {
  color: #B08D54;
  text-align: left;
  font-size: 16px;
  margin-bottom: 8px;
  }
  .contact-info .media-body h3 a {
    color: #222222; }

.contact-info .media-body p {
  text-align: left;
  color: #ffffff;
  }

/*=================== contact banner end ====================*/
/*=================== breadcrumb start ====================*/
.banner-breadcrumb {
  display: inline-block; }
  .banner-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0; }
    .banner-breadcrumb .breadcrumb-item {
      padding: .1rem; }
      .banner-breadcrumb .breadcrumb-item a {
        text-transform: capitalize; }
      .banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
        padding-right: .1rem; }
      .banner-breadcrumb .breadcrumb-item.active {
        color: #fff; }

/*=================== breadcrumb end ====================*/
/* Header/Logo Title */
.header-banner {
  align-items: center;
  height: 261px;
  background-size: cover;
  padding: 80px;
  text-align: center;
  background-image: url(../img/home/room.png);
  color: white;
  font-size: 30px;
}
.header-banner-banquet {
  align-items: center;
  height: 261px;
  background-size: cover;
  padding: 80px;
  text-align: center;
  background-image: url(../img/home/banquet_banner.png);
  color: white;
  font-size: 30px;
}
.header-banner-services {
  align-items: center;
  height: 261px;
  background-size: cover;
  padding: 80px;
  text-align: center;
  background-image: url(../img/home/services_banner.png);
  color: white;
  font-size: 30px;
}
.header-banner-gallery {
  align-items: center;
  height: 261px;
  background-size: cover;
  padding: 80px;
  text-align: center;
  background-image: url(../img/home/gallery_banner.png);
  color: white;
  font-size: 30px;
}
.header-banner-room {
  align-items: center;
  height: 261px;
  background-size: cover;
  padding: 80px;
  text-align: center;
  background-image: url(../img/home/room.png);
  color: white;
  font-size: 30px;
}
.header-banner-discover {
  align-items: center;
  height: 261px;
  background-size: cover;
  padding: 80px;
  text-align: center;
  background-image: url(../img/home/Room_banner.png);
  color: white;
  font-size: 30px;
}
.header-banner-contact {
  align-items: center;
  height: 261px;
  background-size: cover;
  padding: 80px;
  text-align: center;
  background-image: url(../img/home/contacts_banner.png);
  color: white;
  font-size: 30px;
}
.blog-banner-area {
  height: 380px;
  background: url("../img/gallery/Banner.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .blog-banner-area .blog-banner {
    position: absolute;
    top: 26%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    }
  .blog-banner-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(1, 2, 11, 0.7); */
    z-index: -1;
    }
.blog-banner-btn {
  border: 2px solid #cca772;
  padding: 10px 45px; }
  .blog-banner-btn:hover {
    background: #cca772;
    color: #fff; }
.b20{
  margin-bottom: 10px;
}
.mar-right{
  margin-right: 5px;
}
.mar-left{
    margin-left: 5px;
}
.card-bg{
  background: #322b23 !important;
}
.card {
  background: #000000;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  /* border: 1px solid rgba(0, 0, 0, .125); */
  border-radius: .25rem;
}
.room{
  height: 521px;
  background: #ffffff;
  border-radius: 05px;
  padding: 20px;
}
.room span{
  text-align: center;
  font-size: 24px;
  color: #000000;

}
.room h2{
  padding-top: 20px;
  text-align: left;
  font-size: 18px;
  color: #000000;
  /* margin-bottom: 29px; */
}
.room .welcome-content P {
  font-size: 16px;
  color: #000000;
}
.room .pad-wid{
  padding: 12px 30px 0px 30px;
}
.room .mar{
  margin-bottom: 20px;
}
.room-sevice {
  background: #000000;

  padding: 20px;
}
.room-sevice p{
  text-align: right;
  font-size: 16px;
  background: #000000;
  /* padding: 20px; */
}
.pad20{
  padding:32px;
}
.pad30px{
  padding-top: 20px;
}
.padequal{
  padding: 20px 0px 0px 36px;
}
.room .center{
  margin: 0;
}

.gallery_img{

  width: 311px;
}
.marginbtn{
  margin-bottom: 20px;
}


ody{
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(60deg, #96deda 0%, #50c9c3 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-slider{
  position: relative;
  width: 100%;
  min-height: 228px;
  background-color: #242424;
}

.container-slider .contents-wraper{
  width: 70%;
  padding: 40px;
  min-height: inherit;
  margin: 0px auto;
  text-align: center;
}

.contents-wraper .header h1{
  color: #B08D54;
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  letter-spacing: 8px;
}


.contents-wraper .testRow{
  width: 100%;
  min-height: inherit;
  position: relative;
  overflow: hidden;
}

.testRow .testItem{
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testRow .testItem:not(.active){
  top: 0;
  left: -100%;
}

.testRow .testItem img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 5px;
  outline: 2px solid #006994;
  outline-offset: 2px;
}

.testRow .testItem h3{
  font-size: 16px;
  font-style: italic;
  padding: 7px;
}

.testRow .testItem h4{
  font-style: italic;
}

.testRow .testItem p{
  color: #A8A8A8;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 10px;
}

.contents-wraper .indicators{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  cursor: pointer;
}

.contents-wraper .indicators .dot{
  width: 15px;
  height: 15px;
  margin: 0px 3px;
  border: 3px solid #aaa;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.contents-wraper .indicators .active{
  background-color: #50c9c3;
}
@keyframes next1{
  from{
      left: 0%;
  }
  to{
      left: -100%;
  }
}
@keyframes next2{
  from{
      left: 100%;
  }
  to{
      left: 0%;
  }
}

@keyframes prev1{
  from{
      left: 0%;
  }
  to{
      left: 100%;
  }
}
@keyframes prev2{
  from{
      left: -100%;
  }
  to{
      left: 0%;
  }
}

@media(max-width: 550px){
  .container .contents-wraper{
      width: 90%;
  }
  .contents-wraper .header h1{
      /* font-size: 32px; */
  }
  .testRow .testItem h3{
      font-size: 26px;
  }
  .testRow .testItem p{
      font-size: 16px;
      letter-spacing: initial;
      line-height: initial;
  }

}
.img-wid{
  width: 100%;
}
.bg-card{
  border-radius: 10px;
  background: #000000;
}
.bg-card .welcome-content h2{
  color:#000000;
  font-weight: 100;
  letter-spacing: 4px;
  font-family: auto;
  font-size: 31px;
}
.bg-card .welcome-content h3{
  margin-top: 20px;
  color:#000000;
  font-weight: 100;
  font-size: 16px;
  text-align: left;
}
.bg-card .welcome-content .pad-wid{
  padding: 10px 30px 44px 30px;
}
.pad-icon{
  padding: 10px;
}
.bg-card .welcome-content P {
  margin-bottom: 30px;
  color: #000000;
  font-family: Manrope;
  font-size: 16px;
}
.bg-card .welcome-content .line-img {
  width: 100%;
  position: relative;
  text-align: center;
  /* padding-top: 20px; */
}
.margin-top-header{
  margin-top: 27px;
  font-weight: 600;
}
.footer-area h4{
  font-size: 16px;
    font-weight: 400;
}
.footer-area-black {
  /* padding: 10px 0px 0px; */
  color: #7b838a;
  background: #242424;
}
.font-weight{
  font-weight: 500;
}

.img-160{
  width: 160px!important;
    margin-left: 0px;
}





@media (max-width: 991px) {
  /* Main Menu Area css
	============================================================================================ */
  h1, .h1 {
    font-size: 18px;
}
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-left: 10px;
    margin-bottom: 23px; }
    .navbar-toggler:focus {
      outline: 0;
      box-shadow: none; }
  .header_area {
    position: relative;
    }
  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1; }
  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0; }
  .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px; }
  .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative; }
  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #cca772;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer; }
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px; }
  .nav {
    padding: 0px 0px; }
  .header_area + section,
  .header_area + row,
  .header_area + div {
    margin-top: 117px; }
  .header_top .nav {
    padding: 0px; }
  .header_area .navbar .nav .nav-item .nav-link {
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid #ededed33;
    border-radius: 0px; }
  .header_area .navbar .search {
    margin-left: 0px; }
  .header_area .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll; }
  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0px 15px; }
  .header_area .navbar .nav .nav-item {
    margin-right: 0px; }
  .header_area + section,
  .header_area + row,
  .header_area + div {
    margin-top: 0; }
  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px; }
    .card-img {
      width: 100%;
      border-radius: calc(.25rem - 1px);}
      .Pad {
        font-size: 18px;
        padding: 10px;
    }
    .slide p {
  
      padding: 0 10px;
  }
  .line-img {
    width: auto;
}
.room {
  height: 100%;
}
.section-black-bgl {
  border: 1px solid #000000;
}
.room {
  border: 1px solid #ffffff;;
}
.mar-top{
  margin-bottom: 20px;
}
.padequal {
  padding: 0px;
}
.room-sevice p {
  text-align: center;
}
.img-ico{
margin: 0 auto;
width: 50%;
}
.image_cen{margin: 0 auto;
  width: 100%;}

  .header-banner-gallery {
    
    height: auto; 
}
.map{
  margin: 0;
    width: 100%;
    height: 100%;
}
.container-slider .contents-wraper {
  width: 100%;
  padding: 40px;
  min-height: 
  }
  .contents-wraper .indicators {
 
    bottom: 6px;}

    .margin-top-header {
      margin-top: 46px;
  }
  .welcome-content {
    height: auto;
}
}
  
  /* End Main Menu Area css*/ }
  