@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');

body {max-width: 100%;overflow-x: hidden}

body{background:#fff;position:relative;padding:0;margin:0;font-size: .95rem;line-height: 1.25rem;color: #222;letter-spacing: .45px;-webkit-font-smoothing:antialiased; overflow-x:hidden; font-family: 'Montserrat', sans-serif;font-weight: 400}a,a:active,a:link,a:hover{text-decoration:none!important;-webkit-transition:all .3s ease;transition:all .3s ease;outline:none!important;}h1,h2,h3,h4,h5,h6,.h6{font-family: "Gilda Display", serif;font-optical-sizing: auto;-webkit-transition: color .5s ease;-moz-transition: color .5s ease;-ms-transition: color .5s ease;-o-transition: color .5s ease;transition: color .5s ease;outline: none;font-weight: 400;color:inherit;line-height: initial;} p{font-weight: normal; text-align: inherit; margin-bottom: 20px;margin-top: 0px;line-height: 1.7} spacer:before{content:"\2044";display:inline;margin:0px 5px}spacer{display:inline;margin:0px 5px} .npm{ padding:0; margin: 0}.white-text{color:#fff!important}.golden-text{color:#e6c870!important}
ul {list-style-type: none;padding-left: 0;margin: 0} button{border:0!important; outline: 0!important}.black-text{color:#010101} .maroon-text{color:#045e7b}.p70{padding:70px 0} .navbar-toggler {color: transparent} .container-fluid1{padding-left:40px; padding-right:40px} .text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.ml-auto, .mx-auto {margin-left: auto!important}

.copyright{background:#fff; border-top:1px solid #b7b8be30;color:#0a4533; padding: 10px 0;font-size: 13px} footer a, .copyright a{color:#0a4533}footer a:hover, .copyright a:hover{color:#222} .sub-block ul {margin:0;margin-top: 0;padding: 0;list-style: none}.sub-block ul li {display: inline-block;position: relative;padding-right: 1.2rem;font-size:13px;line-height: 1.5rem;font-weight: 300;}.sub-block ul li:after{ content: "\25cf";right: .2rem;font-size: .5rem;position: absolute}.sub-block ul li:last-child::after{ display:none}.sub-block ul li a{color:#0a4533;display: inline-block}.sub-block ul li a:hover{color:#222;display: inline-block}

footer .social{border-top:1px solid #262F33;padding:15px 0;margin-top:20px}.socials{display:-webkit-box;display:-ms-flexbox;display:inline-flex;list-style:none;margin:0 8px;padding:0;}.socials li{border:0;margin:0 10px 0 0;outline:0;display:inline-block}.footer-icon,.socials a .fa{text-align:center;background:0 0;margin-right:0;-webkit-transition:.5s;transition:.5s;color:#fff;width:35px;height:35px;font-size:14px;border-radius:50%;padding:10px;background: #aa8453}.footer-icon:hover,.socials a:hover .fa{color:#fff;background:#890c25;border-color:#890c25}footer .icon{display: inline-flex; margin-right: 10px; margin-bottom: 10px}
.ul-top li{display: inline-block; float: inherit}.ul-top li a{font-size: 13px ;color: #fff ;padding: 0 8px; border-right: 1px solid #fff}.ul-top li:last-child a{border-right: 0px}
ul.flinks li{width:100%;position:relative}ul.flinks li a{display:block;color:#fff;line-height:normal;padding:12px 0; font-size: 13px;line-height: .75rem; position:relative;}
ul.flinks li a:after {content: "";height: 1px;background: #fff;position: absolute;top: 100%;left: 0;right: 0;transform-origin: 0 50%;transform: scaleX(0);transition: transform .4s;transition-timing-function: cubic-bezier(.7,0,.3,1)}ul.flinks li a:hover:after {transform: scaleX(1)}


.footer {
  background: #0f0f0f;
  padding: 60px 0;
}

.footer-logo {
  font-size:28px;
  font-weight:700;
  margin-bottom:20px;
}

.footer p {
  color:#fff;
  font-size:15px;
  line-height:1.7;
}

.social-icons a {
  width: 33px;
  height: 33px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#aa8453;
  color:#fff;
  border-radius:50%;
  margin-right:10px;
  text-decoration:none;
}

.view-btn {
  margin-top:25px;
  background:#0e0e0e;
  padding:14px 22px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  border-radius:8px;
}

.view-btn i {
  font-size:22px;
}

.footer h5 {
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
  color: #ffff;
}

.footer h5::after {
  content:'';
  position:absolute;
  width:45px;
  height:3px;
  background:#aa8453;
  bottom:-10px;
  left:0;
}

/* Footer links */
.footer ul {
  list-style:none;
  padding:0;
}

.footer ul li {
  margin-bottom:14px;
}

.footer ul li a {
  color:#fff;
  text-decoration:none;
}

.footer ul li a:hover {
  color:#fff;
}

/* Contact */
.contact i {
  color:#aa8453;
  margin-right:12px;
}

.sub-title {
  font-size: 15px;
  line-height: 1;
  color: #aa8453;
  font-weight: 600;
  text-transform: uppercase;
}





.sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffffff; /* important to avoid transparency */
  }
  .sticky-navbar.scrolled {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
/* 
.navbar-brand,
.navbar-nav .nav-link {
    color:#163269;
    font-weight: 500;
} */

.navbar-nav .nav-item .nav-link {
    font-size: 15px;
    border-bottom: 5px solid transparent;
    color: #fff;
    font-weight: 600;
    padding: 15px 30px;
}

.navbar-toggler {
  border: 2px solid #fff;  /* White border */
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #aa8453;
}

.navbar-nav .nav-item .nav-link.active {
    color:  #fff;
}

.dropdown-item:hover{
    background-color:#e11c49;
    color: #fff;
}

.bg-blue {
    background: #6ea343;
    padding: 10px 0;
    font-size: 13px;
    color: #fff;
}
.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;

}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #0f0f0f;
}
.border-top {
    border-top: 1px solid #1e1e1e !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00007f!important;
}


.bg-royalblack{
    background:#0F0F0F;
}

.top-bar i {
    font-size: 1.2rem;
    color: #f54269;
  }
  
  .navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.75rem 1rem;
  }
  .wave-effect {
    background: linear-gradient(45deg, #667eea, #764ba2);
    position: relative;
}

.wave-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-20deg);
    animation: wave 2s ease-in-out infinite;
}

@keyframes wave {
    0% { left: -100%; }
    100% { left: 100%; }
}

.animated-btn {
    background: linear-gradient(45deg, #2A1E14, #aa8453);
    border: none;
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
}

.animated-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}


.rr-footer-right-shap {
    position: absolute;
    right: 28px;
    top: 57%;
    animation: itupdown 0.8s infinite alternate;
}

@keyframes itupdown {
	0% {
	  -webkit-transform:translateY(0);
	  -moz-transform:translateY(0);
	  -ms-transform:translateY(0);
	  -o-transform:translateY(0);
	  transform:translateY(0)
	}
	100% {
	  -webkit-transform:translateY(-20px);
	  -moz-transform:translateY(-20px);
	  -ms-transform:translateY(-20px);
	  -o-transform:translateY(-20px);
	  transform:translateY(-20px)
	}
  }



  
  .carousel-item {
    background-size: cover;
    background-position: center;
    position: relative;
  }
  

  
  .carousel-caption {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    text-align: left;
    animation: fadeUp 1s ease forwards;
    text-align: center;
  }
  
  .carousel-caption h2 {
    font-size: 70px;
    text-shadow: 1px 2px 5px #000;
  }
  
  .carousel-caption p {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  
  .btn-gold {
    background: #c9a14a;
    color: #000;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
  }
  
  .btn-gold:hover {
    background: #b8923e;
    color: #000;
  }
  
  /* Vertical animation */
  .carousel-vertical .carousel-item-next,
  .carousel-vertical .carousel-item-prev {
    transform: translateY(0);
  }
  
  .carousel-vertical .carousel-item-next.carousel-item-start,
  .carousel-vertical .carousel-item-prev.carousel-item-end {
    transform: translateY(0);
  }
  
  .carousel-vertical .active.carousel-item-start {
    transform: translateY(-100%);
  }
  
  .carousel-vertical .active.carousel-item-end {
    transform: translateY(100%);
  }
  
  /* Caption animation */
  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(-50%);
    }
  }

  .luxivo-search_one .luxivo-search-wrapper {
    position: relative;
    padding: 55px 0 60px;
    z-index: 1;
}

@media (max-width: 1650px) {
    .luxivo-search_one .luxivo-search-wrapper .shape.shape-one {
        left: -75px;
    }
}

.luxivo-search_one .luxivo-search-wrapper .shape {
    position: absolute;
    z-index: -1;
  }
  .luxivo-search_one .luxivo-search-wrapper .shape.shape-one {
    bottom: 0;
    left: -120px;
  }
  @media (max-width: 1650px) {
    .luxivo-search_one .luxivo-search-wrapper .shape.shape-one {
      left: -30px;
    }
  }
  @media screen and (max-width: 1199.98px) {
    .luxivo-search_one .luxivo-search-wrapper .shape.shape-one {
      display: none;
    }
  }
  .luxivo-search_one .luxivo-search-wrapper .shape.shape-two {
    top: 0px;
    right: -120px;
  }
  @media (max-width: 1650px) {
    .luxivo-search_one .luxivo-search-wrapper .shape.shape-two {
      right: -30px;
    }
  }
  @media screen and (max-width: 1199.98px) {
    .luxivo-search_one .luxivo-search-wrapper .shape.shape-two {
      display: none;
    }
  }
  .luxivo-search_one .luxivo-search-wrapper .shape.shape-three {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }


.wel-text{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}


.light-bg{
  background: #f6f1e8;
}
.section-title h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
.service-block14 .inner-box {
  margin-bottom: 80px;
  color: #fff;
}
.service-block14 .inner-box .image-column .inner-column {
  width: 100%;
  height: 100%;
}
.service-block14 .inner-box .image-column .inner-column .image {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.service-block14 .inner-box .image-column .inner-column .image img {
  width: 100%;
  height: 100%;
}
.service-block14 .inner-box .content-column .inner-column {
  background-color: #222222;
  padding: 60px 60px;
  margin: 40px 0 100px;
  margin-left: -100px;
  position: relative;
  z-index: 1;
}

.resort-highlights {
    background: #f6f1e8;
    padding: 70px 0px;
}

.highlight-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px 30px;
  text-align: center;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.icon-box {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  background: rgb(246 241 232);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.icon-box img {
  width: 42px;
  height: 42px;
}

.highlight-card h5 {
  font-weight: 600;
  margin-bottom: 12px;
}

.highlight-card p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
}

.highlight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.1);
}

.highlight-card:hover .icon-box {
  background: #aa8453;
}

.highlight-card:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.pt70{
  padding-top: 70px;
}


#video-section {
  background: url(../images/video-thumbnail-1.jpg) center/cover no-repeat;
  min-height: 500px;
  position: relative;
  background-attachment: fixed;
}
.pt100{
  padding-top: 120px;
}


#video-section h2{
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 600;
}
#video-section p{
  font-weight: 500;
}

.btn-default {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-transform: capitalize;
  background: linear-gradient(90deg, #714532 0%, #714532 50%, #714532 100%);
  background-size: 200% auto;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 17px 30px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.btn-default:hover{
	background-position: right center;
}

@media (max-width: 991.98px) {
  .service-block14 .inner-box .content-column .inner-column {
    margin-left: 0;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .service-block14 .inner-box .content-column .inner-column {
    padding: 30px 20px;
  }
}
.service-block14 .inner-box .content-column .inner-column.style-two {
  margin-right: -100px;
  margin-left: 0;
}
@media (max-width: 991.98px) {
  .service-block14 .inner-box .content-column .inner-column.style-two {
    margin-right: 0;
  }
}
.service-block14 .inner-box .content-column .inner-column .title-box {
  border-bottom: 1px solid rgba(106, 106, 106, 0.5);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.service-block14 .inner-box .content-column .inner-column .title-box .title {
  color: var(--theme-color-light);
  font-size: 28px;
  margin-bottom: 10px;
}
.service-block14 .inner-box .content-column .inner-column .title-box span {
  font-size: 16px;
  color: var(--theme-color1);
}
.service-block14 .inner-box .content-column .content-box .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.service-block14 .inner-box .content-column .content-box .list-info .icon {
  color: var(--theme-color1);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
}
.service-block14 .inner-box .content-column .content-box .list-info .text2 {
    color: #fff;
    margin-left: 10px;
}


    .luxury-section {
      padding: 80px 0;
      position: relative;
      overflow: hidden;
    }

    .luxury-badge {
      font-size: 14px;
      letter-spacing: 3px;
      color: #b5855b;
      font-weight: 500;
      margin-bottom: 15px;
      text-transform: uppercase;
    }


.ml-50{
  margin-left:50px;
}


    .luxury-text {
      color: #6f6f6f;
      font-size: 16px;
      margin-bottom: 30px;
    }

    .luxury-list li {
      list-style: none;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      font-size: 16px;
      color: #1d1d1d;
    }

    .luxury-list i {
      background: #b5855b;
      color: #fff;
      border-radius: 50%;
      padding: 6px;
      font-size: 20px;
      margin-right: 12px;
    }

    .image-stack {
      position: relative;
    }

    .image-stack img {
      border: 8px solid #fff;
      box-shadow: 0 15px 40px rgba(0,0,0,0.15);
      border-radius: 4px;
    }

    .image-main {
      width: 100%;
      transform: rotate(-3deg);
    }

    .image-overlay {
      width: 65%;
      position: absolute;
      bottom: -30px;
      right: -30px;
      transform: rotate(4deg);
    }

 .room-content .list {
      flex-wrap: wrap;
      gap: 15px;
  }
.room-content .list li {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 2;
    gap: 10px;
    color: #fff;
}
.room-content .list li i {
  font-size: 18px;
  line-height: 1;
  color: #aa8453;
}

.pq-breadcrumb{
	background-image: url(../images/common-banner.jpg) !important;
}

.pq-breadcrumb {
    color: #fff;
    padding-top: 10%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}

.pq-breadcrumb:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.7;
}

.pq-breadcrumb-container {
	text-align: left;
	padding-top: 15px;
}

.pq-breadcrumb nav {
	position: relative;
}

.pq-breadcrumb .pq-breadcrumb-title h1 {
    font-size: 70px;
    line-height: 64px;
    margin-bottom: 15px;
    text-align: left;
    color: #fff;
}

.pq-breadcrumb-container .breadcrumb {
	padding: 0;
	margin: 0;
	justify-content: center;
	display: inline-flex;
}

.pq-breadcrumb-container .breadcrumb li {
	list-style-type: none;
	padding-left: 0;
	padding: 10px 8px;
	text-transform: capitalize;
	background: rgba(255, 255, 255, 0.1);
}

.pq-breadcrumb-container .breadcrumb li:first-child {
	padding-left: 20px;
}

.pq-breadcrumb-container .breadcrumb li:last-child {
	padding-right: 20px;
}

.pq-breadcrumb-container .breadcrumb li a i {
	margin-right: 10px;
	color: var(--primary-color);
}

.pq-breadcrumb-container .breadcrumb li.active {
	color: #fff;
	margin-right: 0;
}

.pq-breadcrumb-container .breadcrumb li a {
	color: #fff;
}

.pq-breadcrumb-container .breadcrumb li a:hover {
	color: var(--primary-color);
}

.pq-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "\f125";
	font-size: 14px;
	color: #fff;
	padding-right: 14px;
	float: none;
	opacity: 1;
}

.contact-info-body{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.contact-info-box-1,
.contact-info-box-2{
    position: relative;
    width: 100%;
	border: 1px solid #7145321f;
	border-radius: 26px;
    padding: 30px 40px;
	overflow: hidden;
}

.contact-info-box-1{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
}

.contact-info-item{
    position: relative;
    width: calc(50% - 30px);
}

.contact-info-box-1 .contact-info-item::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(30px, -50%);
    height: 80%;
    width: 1px;
    background-color: #7145321f
}

.contact-info-box-1 .contact-info-item:last-child:before,
.contact-info-box-1 .contact-info-item:nth-child(2n + 2):before{
	display: none;
}

.contact-info-box-2 .contact-info-item{
    display: flex;
	width: 100%;
}

.contact-info-item .icon-box-2{
    position: relative;
    background-color: #804d3c0d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.contact-info-item .icon-box-2::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.contact-info-item:hover .icon-box-2::before{
    transform: scale(1);
}

.contact-info-item .icon-box-2 img{
	width: 100%;
    max-width: 30px;
	transition: all 0.4s ease-in-out;
    z-index: 1;
}

.contact-info-item:hover .icon-box-2 img{
	filter: brightness(0) invert(0);
}

.contact-info-box-2 .icon-box-2{
    margin: 0 20px 0 0;
}

.contact-info-box-2 .contact-item-content{
    width: calc(100% - 80px);
}

.contact-item-content h3{
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contact-item-content p{
    margin: 0;
}

.contact-item-content p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.contact-item-content p a:hover{
	color: var(--accent-color);
}
.contact-us-form{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	border-radius: 26px;
    padding: 40px;
	overflow: hidden;
}

.contact-form-content{
	margin-bottom: 40px;
}

.contact-form-content h3{
	font-size: 35px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.contact-form-content p{
	color: var(--primary-color);
	margin: 0;
}

.contact-us-form .form-control{
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-color);
    padding: 0 0 15px 0;
    background-color: transparent;
	border: none;
    border-bottom: 1px solid #7145321f;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

.contact-us-form .form-control::placeholder{
    color: var(--primary-color);
}
.heading-title h2 {
  font-size: 45px;
}

.luxivo-offer-item.style-one .content {
  position: relative;
  padding: 55px 60px 60px;
  border-radius: 30px;
  background-color: #f6f1e8;
}
.luxivo-offer-item.style-one .content .shape {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.luxivo-offer-item.style-one .thumbnail img {
  border-radius: 30px;
  width: 100%;
}

.modern-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.modern-carousel .owl-nav button {
  pointer-events: auto;
  background: transparent !important;
}

.nav-arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.nav-arrow:hover {
  background: #c59d5f; /* luxury gold */
  color: #000;
  transform: scale(1.15);
}

.modern-carousel .owl-prev {
  margin-left: 25px;
}

.modern-carousel .owl-next {
  margin-right: 25px;
}

.modern-carousel .owl-nav {
  transition: 0.4s ease;
}





.about .animation-float1 {
  animation: float1 4000ms linear 800ms infinite alternate both;
}
@keyframes float1 {
  0% {
      transform: translateY(30px);
  }
  50% {
      transform: translateY(20px);
  }
  100% {
      transform: translateY(10px);
  }
}
.about .animation-float2 {
  animation: float2 4000ms linear 800ms infinite alternate both;
}
@keyframes float2 {
  0% {
      transform: translateY(10px);
  }
  50% {
      transform: translateY(20px);
  }
  100% {
      transform: translateY(30px);
  }
}

.mb-20 {
  margin-bottom: 15px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.button-3 {
  display: inline-block;
  height: auto;
  padding: 12px 27px;
  border: 1px solid #BD945A;
  border-radius: 5px;
  background-color: #BD945A;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}

.about .phone {
  font-size: 21px;
  font-weight: 400;
  color: #141414;
  text-align: left;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 15px;
}

.section-padding {
  padding: 120px 0;
}

.about .phone i {
  height: 55px;
  width: 55px;
  line-height: 55px;
  background: #141414;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}


.about a{
  color:#000;
}

.fecilities-area {
  background: url(../images/facilities-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 118px 0 445px;
}

.single-fecilities-box {
  border: 1px solid rgba(255,255,255,0.15);
  text-align: center;
  padding: 20px 0 20px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}


.single-fecilities-box:before{
  position: absolute;
  content: "";
  width:0;
  height: 100%;
  left: 50%;
  top: 0;
  background:#BD945A;
  transition: 0.5s;
}

.single-fecilities-box:hover:before{
  width: 100%;
  left: 0;
}

.fecilities-icon img{
  transition: 0.5s;
}

.single-fecilities-box:hover .fecilities-icon img{
  filter: brightness(0) invert(1);
}

.fecilities-content h4 {
  font-size: 22px;
  color: #ffff;
  margin: 65px 0 0;
  position: relative;
  font-weight: 500;
}

.fecilities-content h4:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 26px;
  left: 0;
  right: 0;
  top: -41px;
  margin: auto;
  background: rgba(255,255,255,0.5);
}


.service-area {
  padding: 100px 0 120px;
}

.service-area .section-title h1 {
  color: #ffff;
}

.service-area .row.add-margin {
  margin-top: -426px;
}

.single-service-box {
  text-align: center;
  background: #f7f6f2;
  padding: 47px 32px 38px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.single-service-box:hover{
  margin-top: -13px;
}

.single-service-box:before {
  position: absolute;
  content: "";
  width: 86%;
  height: 87%;
  top: -14px;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #686868;
  margin: auto;
  opacity: 0.2;
  z-index: -1;
}

.single-service-thumb {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background-color: #ffffff;
  text-align: center;
  line-height: 86px;
  margin: auto;
}

.service-content h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
  margin: 24px 0 20px;
}

.service-content p {
  margin: 0 0 37px;
}

.service-button a {
  background: #fff;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 29px;
  color: #151515;
  font-family: var(--fonts-body);
  font-weight: 500;
  transition: 0.5s;
}

.service-button a:hover{
  color: var(--primary-color);
}

.service-button i {
  display: inline-block;
  width: 39px;
  height: 39px;
  border-radius: 20px;
  background-color: #f7f6f2;
  text-align: center;
  line-height: 39px;
  font-size: 26px;
  color: var(--primary-color);
  transform: rotate(-45deg);
  transition: 0.5s;
}

.service-button a:hover i{
  background: var(--primary-color);
  color:#fff;
}


.mrgnbtm50{
  margin-bottom: 50px!important;
}



.room-card {
  background: #aa8453;
  border-radius: 20px;
  color: #fff;
}

.room-img img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.room-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

.room-title::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #6a4000;
  display: block;
  margin-top: 6px;
}

.room-desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #fff;
}

.room-features ul {
  list-style: none;
  padding: 0;
}

.room-features li {
  font-size: 14px;
  margin-bottom: 10px;
}

.room-features i {
  margin-right: 8px;
  color: #ffffff;
}

.price {
  font-size: 35px;
  font-weight: 600;
}
.price span {
  font-size: 20px;
  color: #ffffff;
}

.btn-room {
  background: #f4b400;
  color: #000;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.btn-room:hover {
  background: #e0a800;
  color: #000;
}


.room-img {
  overflow: hidden;
  border-radius: 16px;
}


.room-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.room-card:hover .room-img::after {
  opacity: 1;
}

.room-img {
  position: relative;
}

.luxury-gallery {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #000;
}

/* Image */
.luxury-gallery img {
  width: 100%;
  display: block;
  transition: transform 1.4s cubic-bezier(.2,.8,.2,1);
}

/* Overlay */
.luxury-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.55)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  opacity: 0;
  transition: opacity .7s ease;
}

/* Text */
.lux-text {
  color: #d6b56c; /* luxury gold */
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(12px);
  transition: .7s ease;
}

/* Gold lines */
.lux-line {
  width: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #d6b56c,
    transparent
  );
  transition: width .7s ease;
}

/* Hover */
.luxury-gallery:hover img {
  transform: scale(1.14);
}

.luxury-gallery:hover .luxury-overlay {
  opacity: 1;
}

.luxury-gallery:hover .lux-text {
  opacity: 1;
  transform: translateY(0);
}

.luxury-gallery:hover .lux-line {
  width: 45px;
}












    @media (max-width: 768px) {
      .luxury-title {
        font-size: 36px;
      }

      .image-overlay {
        position: absolute;
        bottom: -30px;
        right: -23px;
        margin-top: 20px;
        width: 60%;
        transform: none;
    }
    .image-main {
      width: 100%;
      transform: rotate(0deg);
  }
  .luxury-section {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.pt100 {
  padding-top: 40px;
}

#video-section h2 {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 600;
}
#video-section {
  background: url(../images/video-thumbnail-1.jpg) center/cover no-repeat;
  min-height: 500px;
  position: relative;
  background-attachment: fixed;
  padding-bottom: 40px;
}

.footer {
  background: #0f0f0f;
  padding: 50px 0;
}
.footer p {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}
.social-icons{
  text-align: center;
}






    }





@media (max-width:767px){.text-justify{text-align:left} .text-right, .copyright{text-align:center!important} spacer:before{display: none}spacer{margin:5px 0; display:block} .p-70{padding:70px  25px} .container-fluid1 {padding-left: 30px;padding-right: 30px} 
	.bottom-content {padding: 20px; margin-bottom: 20px} .header-top li a {line-height: 15px;padding: 0 9px}.about-img-box .video-box {display: none}
	.navbar-toggler-icon{display:inline-flex; line-height: 15px;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
		text-transform: uppercase}.p70 {
    padding: 40px 0;
	}.navbar-brand{width: 220px}.dropdown-menu{border:0}
		
	
.navbar-nav .nav-item .nav-link {
    font-size: 15px;
    border-bottom: 5px solid transparent;
    color: #fff;
    font-weight: 600;
    padding: 13px;
}


.carousel-caption {
  right: 15%;
  bottom: 0px;
  left: 15%;
  color: #fff;
  text-align: center;
}

.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}


.carousel-caption h2 {
  font-size: 22px;
  text-shadow: 1px 2px 5px #000;
}

.luxivo-search_one .luxivo-search-wrapper {
  position: relative;
  padding: 0px 0 0px;
  z-index: 1;
  /* display: none; */
}
.luxivo-search_one .luxivo-search-wrapper .shape.shape-three {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
display: none;
}
.wel-text {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.section-title h2 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
}


.pt70 {
  padding-top: 40px;
}
.service-block14 .inner-box {
  margin-bottom: 30px;
  color: #fff;
}
.resort-highlights {
  background: #f6f1e8;
  padding: 40px 0px;
}
.highlight-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px 15px;
  text-align: center;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.ml-50 {
  margin-left: 0px;
}
.sub-title {
  font-size: 13px;
  line-height: 1;
  color: #aa8453;
  font-weight: 600;
  text-transform: uppercase;
}
.pq-breadcrumb .pq-breadcrumb-title h1 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 0px;
  text-align: left;
  color: #fff;
}
.pq-breadcrumb {
  color: #fff;
  padding-top: 20%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  width: 100%;
}
.pq-breadcrumb-container .breadcrumb li {
  list-style-type: none;
  padding-left: 0;
  padding: 5px 5px;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
}
.contact-info-box-1, .contact-info-box-2 {
  padding: 20px;
  gap: 40px;
}
.contact-info-box-1,
.contact-info-box-2{
padding: 20px;
gap: 40px;
}

.contact-info-box-1 .contact-info-item::before{
top: auto;
bottom: 0;
left: 50%;
transform: translate(-50%, 20px);
height: 1px;
width: 100%;
}

.contact-info-box-1 .contact-info-item:nth-child(2n + 2):before{
display: block;
}

.contact-info-box-1 .contact-info-item:last-child:before{
display: none;
}

.contact-info-body .contact-info-box-1 .contact-info-item{
display: flex;
width: 100%;
}

.contact-info-body .contact-info-box-1 .icon-box,
.contact-info-body .contact-info-box-2 .icon-box{
margin: 0 15px 0 0;
}

.contact-info-box-1 .contact-item-content,
.contact-info-box-2 .contact-item-content{
width: calc(100% - 65px);
}

.contact-item-content h3{
font-size: 18px;
}

.contact-us-form{
padding: 20px;
}

.contact-form-content h3 {
  font-size: 25px;
}

.contact-us-form .form-control{
font-size: 16px;
}
.contact-info-box-1 .icon-box-2 {
  margin: 0 20px 0 0;
}

.mrgntop20mob{
  margin-top: 20px;
}
.section-padding {
  padding: 40px 0;
}

.about .phone {
  font-size: 21px;
  font-weight: 400;
  color: #141414;
  text-align: left;
  display: inline-block;
  margin-left: 0px;
  /* margin-bottom: 15px; */
  margin-top: 20px;
}
.mt-45 {
  margin-top: 0px !important;
}
.fecilities-area {
  background: url(../images/facilities-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0 400px;
}
.single-service-box {
  text-align: center;
  background: #f7f6f2;
  padding: 47px 32px 20px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-top: 20px;
}
.mrgnbtm50{
  margin-bottom: 0px!important;
}
.service-area {
  padding: 70px 0 50px;
}

.pq-breadcrumb-container .breadcrumb li:first-child {
  padding-left: 5px;
}
.pq-breadcrumb-container .breadcrumb li:last-child {
  padding-right: 5px;
}
.room-title {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
.luxivo-offer-item.style-one .content {
  position: relative;
  padding: 30px 30px 30px;
  border-radius: 0px;
  background-color: #f6f1e8;
}
.luxivo-offer-item.style-one .thumbnail img {
  border-radius: 0px;
  width: 100%;
}
.nav-arrow {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

}
	
html body {min-width: 100%;min-height: 100%;-webkit-background-size: auto auto;-moz-background-size: auto auto;-o-background-size: auto auto;background-size: auto auto}
}
@media (max-width:640px){
.why-text .content, .why-text .thumb{width:100%}}

@media (max-width: @iphone-screen) {background-attachment:inherit;background-size:cover;-webkit-background-size:cover} 