
@import url('https://fonts.googleapis.com/css2?family=Cormorant&display=swap');
::selection {
  color: #fff;
  background-color:  #931B1E;
}

::-webkit-scrollbar {
  width: 15px;
}  

::-webkit-scrollbar-track {
  background-color: #35302D;
}
 
::-webkit-scrollbar-thumb {
  background: #701213; 
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial, serif;
}
a {
  color: inherit;
  text-decoration: none;
}
h1, h2, h3 {
  font-family: 'Libre Bodoni', serif;
}
section {
  padding: 1.9rem 0;
}
.grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
 
}
@media (max-width:991px) {

  section {
    padding: 1.875rem 0;
  }}
.style-head {
  font-family: 'Cormorant';
}

.yellow-head {
  color: #931B1E;
}
.img-fluid {
  box-shadow: 1px 1px 2px #931B1E;
}

header .navbar {
  background-color: rgba(255, 255, 255, .9);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .navbar .navbar-nav li .nav-link {

  display: block;
  width: fit-content;
  font-size: 1rem;
  color: #808080;
  font-weight: 700;
  border: none;
  
}

header .navbar .navbar-nav li .nav-link:hover {
  color: #a87f61;
}

header .navbar ul li .nav-link.active {
  color: #a87f61;
}

header .navbar .link-btn {
  margin-left: auto;
  margin-right: auto;
}

.container .link-btn,
.link-btn {
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    cursor: pointer;
    letter-spacing: 2px;
    position:relative;
    overflow:hidden;
    background-color: #931B1E;
    color: #fff;
    
}


.link-btn::before {

  content: "";
  position: absolute;
  height: 150px;
  width: 50px;
  background : #fff;
  right: -40px;
  top: -40px;
  transform: rotate(37deg);
  transition: all .3s;
  opacity: 0.3;
}
.link-btn:hover:before{
  right: 105%;
}
.link-btn:hover {
  background-color: #570809;
  color: #fff;
}

.main-bg {
  background: url(img/banner.jpg) rgba(0, 0, 0, .4);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  height: 80vh;
  transition: background-image 1s ease-in-out;
}

.main-bg h1 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.73);
  letter-spacing: 10px;
  font-weight: 600;
  font-family: 'Bodoni Moda', serif;
}

.main-bg h2 {
  font-weight: 200;
  letter-spacing: 5px;
  font-size: 1.3rem;
}

.about-container img {
  height: 30vh;
  padding: .6rem;
  border: 3px double #AB854F;

}

.about-container div > p{
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.about-container div i {
  color: #F0AD4E;
}

.about-container div section, .about-border {
  padding-left: 3rem;
  border-left: 1px solid #AB854F;
  
}

.about-container-second section img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 20vh;
}

.about-container-second > img {
  height: 40vh;
  padding: .5rem;
}

.about-container-second section p {
  letter-spacing: 1px;
  line-height: 30px;
}

.about-container-second div div:first-child{
  width: 100%;
  border-top: 1px solid #5A5D57;
  border-bottom: 1px solid #5A5D57;
  padding: 3rem 0;
}

.about-container-second div div:first-child section {
  width: 100%;
}

.about-container-second i {
  width: 20px;
}

.about-container-second div a {
  text-decoration: none;
  color: #a87f61;
  border-bottom: 1px solid transparent;
  transition: .1s;
}

.about-container-second div a:hover {
  border-color: #a87f61;
}

.bg-div {
 
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  
}

.highlight-div img {
  border: 3px double #AB854F;
}

.home1 {
  padding: 0;
}

.home1 .slide {
  min-height: 35vh;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}

.swiper-button-next,
.swiper-button-prev {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background: transparent;
  color: white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: transparent;
  color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}


.border-p {
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #AB854F;
  margin-bottom: 2rem;
}

.contact-card a {
  text-decoration: none;
  color: inherit;
  margin-bottom: .5rem;
  border-bottom: 1px solid transparent;
  transition: .1s;
}

.contact-card a:hover {
  border-color: #fff;
}

.contact-section h3 {
  line-height: 1.3;
}

.contact-section p {
  line-height: 1.7;
}

.jumbotron {
  background: url('img/45d0fab5-1.jpg'), rgba(0, 0, 0, 0.9);
  background-size: cover;
  background-position: center;
  background-blend-mode: lighten;
  background-attachment: fixed;
  min-height: 50vh;
}

.jumbotron h2 {
  color: #020101BA;
  letter-spacing: 10px;
}

.jumbotron1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url('../img/banner2.jpg') center/cover no-repeat fixed;
   
    background-attachment: fixed;
    min-height: 50vh;
  }
.jumbotron1 h2 {
  color: #020101BA;
  letter-spacing: 10px;
}

/*=========== Start facilities_area css =============*/
.facilities_area {
  position: relative;
  z-index: 1;
  background: #04091e;
  overflow: hidden;
  background:  linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),url("../img/fa8aa5ab.jpg") center/cover no-repeat fixed ;
}

.facilities_area .bg-parallax {

  opacity: 0.15;
}

.facilities_item {
  border: 1px solid #777777;
  border-radius: 10px;
  background-color: rgba(249, 249, 255, 0.102);
  padding: 31px 40px 37px;
  color: #fff;
  margin-bottom: 30px;
}


.facilities_item .sec_h4 i {
  color: #cdba76;
  font-size: 24px;
  line-height: 38px;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 20px;
}

.facilities_item p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0px;
}
 

.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;
}

#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;
}  
}
#gallery img,#gallery video {
  width:100%;
  height:auto;
  margin: 4% auto;
  box-shadow:-3px 5px 15px #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.modal-img,.model-vid{
  width:100%;
  height:auto;
}

.blog-content {

  box-shadow: 0 .125rem .25rem rgb(34 30 31 / 40%);
}

.gallary img {
width: 270px;

}

}
.footer_wrapper {
  background-color:#222222 ;

  padding: 5% 0 5% 0;
}

.footer_wrapper h5 {
  color: #ffffff;
  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: #931B1E;
}

.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 #931B1E;
  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: #931B1E;
  border-color: #931B1E;
  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: black;
  padding: 1.10rem 0 .3125rem;
  text-align: center;
}

.footer_wrapper .copyright-section a {
  color: white;
}
.about-images .overflow-hidden {
  position: relative;
  height: 30vh;
}

.about-images .overflow-hidden section {
  width: 100%;
  height: 100%;
  position: relative;
}

.about-images .overflow-hidden section h3 {
  position: relative;
  z-index: 10;
  color: #fff;
  padding: 1rem;
  border-bottom: 1px solid transparent;
  transition: .2s;
}

.about-images .overflow-hidden:nth-child(1) section {
  background: url(img/A4D459DD-D9A6-4E79-ADBC-0F6B4D2C70BE.jpg) rgba(0, 0, 0, .3);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  transition: .2s;
  border-radius: 10px;
}

.about-images .overflow-hidden:nth-child(2) section {
  background: url(img/6E50FC3C-5FF2-419D-BFB6-656AB09912CF.jpg) rgba(0, 0, 0, .3);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  transition: .2s;
  border-radius: 10px;
}

.about-images .overflow-hidden:nth-child(3) section {
  background: url(img/B2A33017-7CD8-43AE-9D1C-4852FF934E6F.jpg) rgba(0, 0, 0, .3);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: .2s ease-in-out;
}

.about-images .overflow-hidden section:hover {
  transform: scale(1.2);
}

.about-images .overflow-hidden section:hover h3 {
  padding-top: 3rem;
  z-index: 200;
  transform: scale(.8);
}

.about-images .overflow-hidden section:hover h3 {
  border-color: #fff;
}

.about-images .overflow-hidden section div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(147, 76, 13, .7);
  z-index: 100;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s, visibility .2s;
}

.about-images .overflow-hidden:hover section div {
  visibility: visible;
  opacity: 1;
}

.about-images .overflow-hidden section div p {
  margin-top: 20%;
  padding: 1rem;
  transform: scale(.8);
}
@media (max-width: 767px) {
  .footer_wrapper>div {
    padding: 0 1.875rem;
  }
}
#im-img {
  width: 35%;
}

.main-head {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60vh;
}

.main-head h1 {
  margin-top: 10vh;
  letter-spacing: 5px;
}
/*Gallery Styles*/

img.zoom {
  width: 100%;
  height: 40vh;
  display: block;
  margin: 0 auto;
  border-radius:5px;
  object-fit:cover;
  transition: all .3s ease-in-out;
}

.transition {
  -webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
  
.modal-header {   
  border-bottom: none;
}
 
.modal-title {
  color:#000;
}


/*Contact Styles*/

.contact section {
  color: #fff;
  background-color: #35302D;
  padding: 1rem;
}

.contact img{
  height: 40vh;
  max-width: 100%;
}

.contact-icon {
  width: 100%;
  padding: 1rem;
  transition: .2s ease-in-out;
  background-color: #35302D;
  border-radius: 20px;
  color: #fff;
  border: 1px solid #35302D;
  margin-bottom: 1rem;
}

.contact-icon:hover {
  background-color: #fff;
  color: #000;
}

.contact-icon i {
  font-size: 1.2rem;
  color: #AB854F;
  transition: .2s ease-in-out;
}

.contact-icon:hover i {
  color: #000;
}

.contact-icon a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: .1s;
}

.contact-icon a:hover {
  border-color: #000;
}

@media only screen and (min-width: 768px) {

  .about-container img {
      height: 65vh;
      width: 40%;
  }

  .about-container div {
      width: 55%;
  }

  .about-container-second section {
      width: 25%;
  }

  .about-container-second > img {
      width: 40%;
      border: 3px double #AB854F;
  }

  .about-container-second > div {
      width: 20%;
      margin-left: 2rem;
  }

  .highlight-div section{
      width: 40%;
  }

  .highlight-div img {
      width: 50%;
  }

  .about-images .overflow-hidden {
      width: 33%;
  }

  
  .contact-card {
      width: 40%;
      height: 50vh;
      position: absolute;
      top: 0;
      right: 0;
  }

  .contact-section {
      width: 57%;
  }

  /*Restaurant Styles*/

  .restaurant section {
      width: 50%
  }

  .restaurant img {
      height: 40vh;
      width: 40%;
  }

  .gallery-card {
      width: 40%;
      height: 60vh;
      margin: auto 0;
  }

  .gallery-card section {
     width: 50%;
  }

  .lounge > div {
      width: 55%;
      height: 75vh;
  }

  .lounge > div img {
      width: fit-content;
      object-fit: cover;
  }

  .lounge > div img:first-child {
      position: absolute;
      top: 0;
      right: 0;
  }

  .lounge > div img:last-child {
      height: 60vh;
      width: 60%;
      position: absolute;
      bottom: 0;
      left: 5%;
  }


  /*Contact Styles*/

  .contact {
      height: 50vh;
  }

  .contact img {
      height: 50vh;
      width: 50%;
  }

  .contact section {
      width: 50%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .contact-icon {
      width: 30%;
      min-height: 20vh;
  }
}

@media only screen and (min-width: 992px) {
  header .navbar .link-btn {
      margin: 0;
      margin-left: 3rem;
      display: flex;
      justify-content: space-between;
  }

  header .navbar .link-btn {
    margin: 0;
    margin-left: auto;
}

.home-image h2 {
    width: 35%;
}

.home-image div {
    width: 60%;
}
  #im-img {
      width: 22%;
  }
}
/* testimonials */
.testimonials{
  background:  linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),url("../img/fa8aa5ab.jpg") center/cover no-repeat fixed ;
 
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;

}

.testimonials .testimonial-item {
  background-color: transparent;
  box-sizing: content-box;
  min-height: 300px;
  
}

.testimonials .testimonial-item .testimonial-img {
  width: 70px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: white;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #d3af71;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;

  background-color: rgba(0, 0, 0, 0.73);
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cda45e;
}
