@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;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  background-color: #efefef;
}

section {
  padding: 2.111rem 0;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background: #636363;
}
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 {
  color: #7a5e3f;
  font-family: var(--style-font);
}

h1 {
  font-size: 3.75rem;
  line-height: 4.25rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  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  #EFEFEF;
}

.img-hover:hover {
  transform: scale(.8);
}

header .navbar {
  background: linear-gradient(90deg, #000000 0%, #434343 100%);
}

header .navbar .navbar-nav li .nav-link {
  display: block;
  width: fit-content;
  color: #E0E7E9;
  font-weight: 700;

  border: none;
}

header .navbar .navbar-nav li .nav-link:hover {
  color: #fdecb3;
  opacity: .8;
}

header .navbar ul li .nav-link.active {
  color: #E0E7E9;
}

.container .link-btn,
.link-btn {
  transition: ease-in all 0.5s;
  border-radius: 10px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  border: 1px solid #49535c;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border-color: var(--gold) 1px;
  box-shadow: 0px 5px 16px 0px #7a5e3f;
}


.link-btn:hover {
  background-color: #3c3b3f;
  color: white;
  border-color: #decba4 1px;
  box-shadow: 0px 5px 16px 0px #f8b363;
}

.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 white;
  transform: scaleX(0.2);
  opacity: 0;
  transition: var(--transition-2);

}

.hover-underline:is(:hover, :focus-visible)::after {
  transform: scaleX(1);
  opacity: 1;
}

.container .navbar .link-btn {
  padding: .4rem 1.3rem;
}

.section-subtitle {
  position: relative;
  color: var(--gold-crayola);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--letterSpacing-2);
  margin-block-end: 12px;
}

.banner_wrapper {
  height: 85vh;
}

.banner_wrapper .swiper {
  width: 100%;
  height: 100%;
}

.banner_wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}

.banner_wrapper .swiper-slide::before {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: .9375rem;
  height: .9375rem;
  background-color: #9a8478;
  border: .0625rem solid white;
}

.banner_wrapper .swiper .slide-caption {
  text-align: center !important;
  height: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center !important;
}

.banner_wrapper .swiper .slide-caption p {

  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto;
  color: white;
}

@media (max-width:991px) {

  section {
    padding: 1.875rem 0;
  }

  .banner_wrapper {
    height: 33.625rem;
  }
}

.jumbotron {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('../images/Photo (18).JPG') center/cover no-repeat;

  background-attachment: fixed;
  min-height: 50vh;
}


.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

@media only screen and (min-width: 992px) {

  header .navbar .link-btn {
    margin: 0;
    margin-left: auto;
  }

  .im-img {
    width: 28%;
  }
 

}

.footer_wrapper {
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.8), rgba(46, 46, 46, 0.9)), url('images/347073686_5589175431184223_1851534809185837896_n.jpg') center/cover no-repeat fixed, #2E343D;

  padding: 5% 0 5% 0;
}

.footer_wrapper h5 {
  color: #cda45e;
  ;
  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: hsl(38, 61%, 73%);
}

.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 hsl(38, 61%, 73%);
  color: var(--text-gray);
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer_wrapper .social-network a:hover {
  background-color: white;
  border-color: var(--secondary-color);
  color: var(--text-white);
  box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
  transform: translateY(-0.1875rem);
}

.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
  background-color: black;
  padding: 1.10rem 0 .3125rem;
  text-align: center;
}

.footer_wrapper .copyright-section a {
  color: white;
}

@media (max-width: 767px) {
  .footer_wrapper>div {
    padding: 0 1.875rem;
  }
}


.text-gold {
  color: #867051;
}

@media (max-width:800px) {

  .container .link-btn,
  .link-btn {
    font-weight: 400;
    padding: 0 30px;
    font-size: 15px;
    line-height: 35px;


  }
  .choose_box {
    padding-top: 5px;
  }
  .luxury-button{
display: none;
  }
  .facilities-area .row.add-boder {
    border-top: 1px solid #61616142;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .box-icon {
    text-align: center;
    justify-content: center;

  }

  .box1 {
    display: none;
  }

  .abouttext {
    font-size: 35px;
    line-height: 20px;
    font-weight: bold;
    padding: 0;
  }

  #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;
  }
}

.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;
}

: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;
}


.flipInY {
  animation-name: flipInY;
}

.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}

.choose_box {
  padding-top: 36px;
}

.choose_box .titlepage {
  text-align: left;
  padding-bottom: 35px;
}

.text_norlam {
  font-weight: normal;
}

.choose_box p {
  font-size: 15px;
  line-height: 36px;
  color: #313131;

}

.img_box {
  margin-bottom: 30px;
}

.img_box figure {
  margin: 0;
}

.img_box figure img {
  width: 100%;
}

.titlepage {
  text-align: center;

}

.titlepage h2 {
  font-size: 55px;
  color: #313131;
  line-height: 60px;
  font-weight: bold;
  padding: 0;
}

h3.style-1 {
  font-family: "Roboto";
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  color:#0f172a;
}

.separator {
  background-size: cover;
  color: #0f172a;
  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 #0f172a;
  top: 5px;
  width: 100px;
}

.separator span {
  display: inline-block;
  position: relative;
}

.separator span:before {
  right: 100%;
  margin-right: 15px;
}
@media (width > 768px)
{
  .about__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
}
@media (width > 1024px)
{
  .about__grid {
    gap: 2rem;
}
}
@media (width > 480px)
{
  .about__grid {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (width > 480px)
{
  .about__image:nth-child(1), .about__card:nth-child(4) {
    transform: translateY(2rem);
}
}
@media (width > 480px)
{
  .about__image:nth-child(1) {
    grid-area: 1/2/2/3;
}
}

.about__card {
  height: 100%;
  padding: 2rem;
  display: grid;
  place-content: center;
  text-align: center;
}
.about__card span {
  margin-bottom: 1rem;
  font-size: 3rem;
  color: var(--secondary-color);
}
.about__card p {
  color: var(--text-light);
}

.about {
  position: relative;
  isolation: isolate;
}

.about::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 75%;
  width: 100%;
  background-image: url("images/Photo (75).JPG");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.05;
  z-index: -1;
}
.about1 {
  position: relative;
  isolation: isolate;
}
.about1::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 75%;
  width: 100%;
 background-color: #E1E2E3;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.08;
  z-index: -1;
}
.about2 {
  position: relative;
  isolation: isolate;
}
.about2::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 75%;
  width: 100%;
  background-image: url("images/White_Text_On_Photo_Minimal_Simple_Gift_Card__2_-removebg-preview.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.08;
  z-index: -1;
}

.about__container {
  display: grid;
  gap: 4rem 2rem;
}

.about__grid {
  display: grid;
  gap: 1rem;
}

.about__card {
  height: 100%;
  padding: 2rem;
  display: grid;
  place-content: center;
  text-align: center;
}

.about__card span {
  margin-bottom: 1rem;
  font-size: 3rem;
  color: var(--secondary-color);
}

.about__card h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: var(--header-font);
  color: var(--text-dark);
}

.about__card p {
  color: var(--text-light);
}

.about__card:nth-child(4) {
  background-color: #0f1a2c;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.about__card:nth-child(4) :is(h4, p) {
  color: var(--white);
}

.about__image img {
  height: 100%;
  object-fit: cover;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.about__content .section__description {
  margin-bottom: 2rem;
}
.about__image img {
  height: 100%;
  object-fit: cover;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}


.img1,
video {
  width: 100%;
  display: flex;
}
.about__card h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: var(--header-font);
  color: #0f172a;
}
.section__header {
  font-size: 3rem;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  color: #0f172a;
}

.menu {
  background-color: var(--extra-light);
}

.menu__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.menu__items {
  list-style: none;
  margin-block: 4rem;
  display: grid;
  gap: 1rem 4rem;
}

.menu__items li {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: 0.3s;
}

.menu__items li:hover {
  background-color: var(--primary-color);
}

.menu__items img {
  max-width: 100px;
  border-radius: 2px;
}

.menu__items h4 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: var(--header-font);
  color: var(--text-dark);
  transition: 0.3s;
}

.menu__items p {
  max-width: 400px;
  color: var(--text-light);
  transition: 0.3s;
}

.menu__items li:hover :is(h4, p) {
  color: var(--white);
}

.menu__images {
  margin-bottom: 4rem;
  display: grid;
  gap: 1rem;
}

.menu__images img {
  border-radius: 5px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

@media (width > 480px) {

  .menu__images {
    grid-template-columns: repeat(2, 1fr);
  }

}
@media (width > 768px) {

  .menu__header {
    flex-direction: row;
  }

  .menu__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu__images {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (width > 1024px) {
 
  .menu__images {
    gap: 2rem;
  }
}

.facilities-area .section-title {
  margin-bottom: 51px;
}
.section-title.two h4 {
  font-size: 16px;
  color: #c19d68;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 21px;
}
@media (min-width: 992px) and (max-width: 1199px)
{
  .section-title.two h1 {
    font-size: 28px;
    line-height: 28px;
}

}
.section-title.two h1 {
  font-size: 38px;
  line-height: 35px;
  text-transform: uppercase;
  color: #1e1e1e;
}
.facilities-area .luxury-button {
  text-align: right;
  margin-top: 0;
}
.facilities-area .luxury-button a {
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  background: transparent;
}
.luxury-button a {
  display: inline-block;
  background: #c19d68;
  padding: 13px 28px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Cormorant Garamond";
  position: relative;
  z-index: 1;
  border: 1px solid #c19d68;
  transition: 0.5s;
}
.facilities-area .row.add-boder {
  border-top: 1px solid #61616142;
  padding-top: 39px;
  padding-bottom: 38px;
}
@media (min-width: 992px) and (max-width: 1199px)
{
  .facilities-thumb img {
    width: 100%;
}
}
.single-facilities-box {
  position: relative;
  margin-left: 107px;
}
.single-facilities-box.two {
  margin: 0;
  margin-right: 100px;
}
.facilities-number h1 {
  font-size: 40px;
  color: #c19d68;
  font-weight: 500;
}
.facilities-content p:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  left: 0;
  top: -35px;
  background: #61616159;
}
img, svg {
  vertical-align: middle;
}
.facilities-content h1 {
  font-size: 32px;
  line-height: 26px;
  color: #1e1e1e;
  font-weight: 600;
}
.facilities-content h4 {
  font-size: 16px;
  line-height: 26px;
  color: #c19d68;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) and (max-width: 479px)
{
  .facilities-content h1 {
    font-size: 22px;
}
}
@media (min-width: 600px) and (max-width: 767px)
{
  .facilities-thumb img {
    width: 100%;
    margin-bottom: 20px;
}
}
a.facilities-button i {
  display: inline-block;
  color: #616161;
  font-size: 25px;
  transition: 0.5s;
}

.facilities-area .luxury-button:before {
  right: -295px;
  background: #1E1E1E;
}
@media only screen and (min-width: 320px) and (max-width: 479px)
{
  .luxury-button::before {
    margin: 0;
}
}