@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');
:root {
    --style-font: 'Cormorant Garamond', serif;
  }
* {
    margin: 0;
    padding: 0;
    font-family: 'Arial', serif;
  }
  
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 30px;
   }
section {
  padding: 2.111rem 0;
}
::selection {
  color: #cda45e;

}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-thumb {
  background:#AB854F ;
}

a {
  color: inherit;
  text-decoration: none;
}
.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);

}
.flex {
  display: flex;
}
.lead {
  opacity: 0.8;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}
.gold-head {
  
  font-family: 'Bodoni Moda', serif;
}
.heading{
  font-family: 'Bodoni Moda', serif;
}
.black-bg {
  background-color: var(--black);
  color: var(--bs-gray-400);
}
h1 {
  font-size: 3.75rem;
  line-height: 5.25rem;
  font-weight: 700;
  color: white;
text-transform: capitalize;
  font-family: var(--style-font);
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.img-hover {
  transition: .2s ease-in;
}
.img-fluid {
  box-shadow: 8px 8px 4px var(--gold);
}
.img-hover:hover {
  transform: scale(.8);
}
header .navbar {
  background-color:#faf4f4;
}
header .navbar .navbar-nav li .nav-link {
  display: block;
  width: fit-content;
  color: #c7b78a;
  font-weight: 500;
  text-transform: capitalize;
  border: none;
}
header .navbar .navbar-nav li .nav-link:hover {
  color: #b39e64;
  opacity: .8;
}
header .navbar ul li .nav-link.active {
  color: #b39e64;
}
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;

    color: #cdba76;
}
.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  #cdba76;
  transform: scaleX(0.2);
  opacity: 0;
  transition: var(--transition-2);
  
}

.hover-underline:is(:hover, :focus-visible)::after {
  transform: scaleX(1);
  opacity: 1;
}


.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%;
}
.container .navbar .link-btn {
  padding: .4rem 1.3rem;
}
.main-bg {
  background: url('./images/1\ \(15\).jpeg') rgba(0, 0, 0, .3);
  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;
}

.main-bg1 {
  background: url('./images/1 (11).jpeg') rgba(0, 0, 0, .3);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  height: 80vh;
  transition: background-image 1s ease-in-out;
}
.main-bg2 {
  background: url('./images/cocktail-at-the-beach-by-sunset-iryna-vlasenko.jpg') rgba(0, 0, 0, .3);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  height: 80vh;
  transition: background-image 1s ease-in-out;
}
.main-bg3 {
  background: url('./images/1 (9).jpeg') rgba(0, 0, 0, .3);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  height: 80vh;
  transition: background-image 1s ease-in-out;
}
.main-bg4 {
  background: url('./images/1 (14).jpeg') rgba(0, 0, 0, .3);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  height: 75vh;
  transition: background-image 1s ease-in-out;
}
.facilities-row {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.7);
 
    position: relative;
    margin-top: -75px;
    z-index: 1;
}


.jumbotron {
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url('../images/custom_resized_bc675da9-bb08-4c6d-8963-e7ad1bfe085c-1.jpg') center/cover no-repeat fixed;
 
  background-attachment: fixed;
  min-height: 50vh;
}
.jumbotron1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url('../images/banner.jpeg') center/cover no-repeat fixed;
   
    background-attachment: fixed;
    min-height: 50vh;
  }
.jumbotron h2 {
  color: #020101BA;
  letter-spacing: 10px;
}

    
    .jumbotron1 h2 {
      color: #020101BA;
      letter-spacing: 10px;
    }
.im-img {
  width: 35%;
}
.bg-images {
  background: rgba(0, 0, 0, 0.8);
  background-position: center;
  background-size: cover;

  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bg-images section {
  margin-top: 10vh;
}
.bg-images section h1 {
  font-weight: 600;
  font-family: var(--style-font);
  letter-spacing: 3px;
}
.room {
  position: relative;
  display: block; }
  .room .img-wrap {
    position: relative;
    overflow: hidden; }
    .room .img-wrap img {
      border: 3px double #AB854F;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      margin-bottom: 0 !important; }
  .room:hover .img-wrap img, .room:focus .img-wrap img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .roombtn{
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      text-decoration: none;
      color: #222222;
      padding: 0.5rem;
      border-bottom: 1px solid #000;
      transition: .2s ease-in;}

.contact section p {
  color: white;
  text-align: center;
}
.contact section a {
  text-decoration: none;
  color: inherit;
  transition: .1s;
  border-bottom: 1px solid transparent;
}
.contact section a:hover {
  border-color: var(--bs-secondary);
}


@media only screen and (min-width: 992px) {

  header .navbar .link-btn {
    margin: 0;
    margin-left: auto;
  }

  .im-img {
    width: 28%;
  }
}


@media (max-width: 767px) {
  .section1 {
    text-align: center !important;
    align-items: center !important;

  }
}

.text-gold{
  color: #867051;
}

@media (max-width:800px){

  .container .link-btn,
  .link-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid#1E323D;
  padding: 0 25px;
  font-size: 12px;
  line-height: 35px;

}
.enjoy-head{
  display: none;
}
}
/*ANIMATIONS*/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
  }
  @keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
  }
  @keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
  }
  @keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
  }
  @keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }
    100% {
        opacity: 1;
        transform: none; }
  }
  @keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
     opacity: 1;
    }
  } 
  @keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        transform: none;
    }
  }
  @keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }
    100% {
        opacity: 1;
        transform: none;
    }
  }
  @keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
  } 
  [data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
  }
  .animations-disabled {
  
    &,
    [data-animation] {
        animation: none !important;
        opacity: 1 !important;
    }
  }
  .slideInUp {
    animation-name: slideInUp;
  }
  .slideInDown {
    animation-name: slideInDown;
  }
  .slideInLeft {
    animation-name: slideInleft;
  }
  .slideInRight {
    animation-name: slideInRight;
  } 
  .fadeIn {
    animation-name: fadeIn;
  }
  .zoomIn {
    animation-name: zoomIn;
  }
 .zoomReverseIn {
    animation-name: zoomReverseIn;
  }
/*=========== 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("../images/Image (7).jpeg") 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: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}

.separator {
  background-size: cover;
  color: #ffffff;
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator span:after {
  left: 100%;
  margin-left: 15px;
}

.separator span:before,
.separator span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid  white;
  top: 5px;
  width: 100px;
}

.separator span {
  display: inline-block;
  position: relative;
}

.separator span:before {
  right: 100%;
  margin-right: 15px;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.home1 {
  padding: 0;
}

.home1 .slide {
  min-height: 40vh;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.blog-content{
  background-color: rgba(255, 255, 255, 0.7);
}
.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;
}


.footer{
  background-color:#ececec ;

}
.footer ul li {
  margin-bottom: .5rem;
  list-style: none;
}

.footer .social-network a {
  width: 2.1875rem;
  height: 2.1875rem;
  margin: .5rem;
  line-height: 2rem;
  font-size: .875rem;
  display: inline-block;
  border: .125rem solid #b39e64;
  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 .social-network a:hover {
  background-color: white;
  border-color: #cda45e;
  color:white;
  box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
  transform: translateY(-0.1875rem);
}
.copyright{

  font-family: 'Josefin Slab', serif; 
  font-size: 18px;
}
.features{
	background:url('images/im.jpeg') center center no-repeat;
background-size: cover;

	overflow: hidden;	
}
.main_features_content{
	overflow:hidden;
}

.single_features_text{
	background:rgba(255,255,255, 0.8) center center no-repeat;
	padding:30px;
        background-size:cover;
        height: 50vh;
      text-align: center;
      justify-content: center;
}

.gallery-section {
  position: relative;
}

.enjoy-head {
  position: absolute;
  top: 40%;
  left: 30%;
  font-size: 2rem;
  padding: 3rem 7rem;
  background-color: #fff;
  font-weight: 800;
  max-width: 100%;
}
.separator {
  background-size: cover;
  color: var(--black);
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator span:after {
  left: 100%;
  margin-left: 15px;
}

.separator span:before,
.separator span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid  var(--black);
  top: 5px;
  width: 100px;
}

.separator span {
  display: inline-block;
  position: relative;
}

.separator span:before {
  right: 100%;
  margin-right: 15px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.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;
}