@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


html,
body {

  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Cormorant Garamond";
  background: #ffffff;
  color: rgb(0, 0, 0);

}

p {
  font-family: "Montserrat", sans-serif;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px !important;
  color: #555555;
  letter-spacing: 2px;
  line-height: 24px;
}

h5 {
  font-family: "Montserrat", sans-serif;
}

a {
  color: initial !important;
  text-decoration: none;
}

.navbar {
  transition: 0.3s;
}

footer {
  background: #0E1317 !important;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  color:white;
}
.footer a{
 color:white !important; 
}

/* .menu{
  padding-left:90px;
} */
/* a.footer-link{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
} */
/* .footer-link:hover{
  color:  #A9D1DB;
} */
.payment {
  display: flex;
}

.socials {
  display: flex;
  color: white;
}

/* .footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
} */
.footer-title{
  color: white;
}
.footer p{
  font-size:14px;
}
.socials a {
  text-decoration: none !important;
  color: white;
}

.socials a:hover h4 {
  color: #A9D1DB;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* .copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
} */
.room-link {
  color: #000000;
}

.room-link:hover {
  color: #932B41;
}

.navbar .navbar-nav .nav-link {
  color: #000000;
  font-size: 1.1em;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
  border-bottom: 1px solid black;
  font-size: 1.1em;
}

.navbar .navbar-nav .nav-link:hover {
  color: #808080 !important;

  transition: 0.2s ease-in-out;

}

.navbar-logo-centered .navbar-nav .nav-link {
  padding: .5em 1em;
}

.top-bar {
  background: #00191C;
  padding: 10px;
  color: white !important;
}

.carousel1 {
  background: url('../photos/newmg/2B6A0279.jpeg'), rgba(0, 0, 0, 0.386);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}

.carousel2 {
  background: url('../photos/newmg/carousel3.jpg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}

.carousel3 {
  background: url('../photos/newmg/2B6A0267.jpeg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}

.carousel-caption {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 0rem;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;

  justify-items: center !important;
  width: 100%;
  /* Optional: Set this if you want the caption to occupy full width */
  max-width: 90%;
  /* Optional: Adjust based on your design needs */
}

.carousel-caption h3 {
  font-size: 72px;
  font-family: "Cormorant Garamond";

  line-height: 67.68px;
  letter-spacing: normal;
  font-weight: 700;
  font-stretch: 100%;
}

.carousel-caption p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-family: 'Jost', sans-serif;

}

/* From Uiverse.io by SujitAdroja */
.btn {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #00191C;
  background-color: #00191C;
  border-radius: 0px !important;
  padding: 10px 25px;
  font-size: 17px;
  cursor: pointer;
  font-weight: bold;

  position: relative;
  transition: all 1s;
  overflow: hidden;
}

.btn:hover {
  color: white;
}

.btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #00191C;
  z-index: -1;
  transition: all 1s;
}

.btn:hover::before {
  width: 160%;
}

.reservation {
  position: relative;
  margin-top: -100px;
}

.text-box {
  padding: 30px;
  background: #00191C;
  z-index: 100;
  color: #ffffff;
}

.text-box1 {
  padding: 30px;
  background: #ffffff;
  z-index: 100;
  color: #000000;
  border: 1px solid #E4C58F;
}

.text2 {
  margin-left: 50px;
}

.facilities {
  background: #00191C;
  padding-top: 100px;
  padding-bottom: 100px;
}

.facility-box {
  background: white;
  padding: 20px;
  text-align: center;
  border: 1px solid #E4C58F;
}

.row1 {
  position: relative;
  margin-top: -30px;

}


.row2 {
  position: relative;
  margin-top: -50px;

}

.room-card {
  border-radius: 30px;
  position: relative;
}

.room-content {
  padding: 20px;
}

/* From Uiverse.io by cssbuttons-io */
.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.learn-more {
  width: 12rem;
  height: auto;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #00191C;
  border-radius: 1.625rem;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #00191C;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}

.restaurant-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F5F3EC;
}

.img-1 {
  width: 400px;
}

.restaurant-box {
  background: #00191C;
  padding: 40px;
}

.cover-bg {
  background: url('../photos/img5.jpg'), rgba(0, 0, 0, 0.557);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-box {
  background: #00191cd5;
  padding: 30px;
  color: white;
}


/*restaurant.html*/
.section-bg {
  background: url('../photos/img4.jpg'), rgba(0, 0, 0, 0.557);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #00191C;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;

}

.text-box2 {
  width: fit-content;
  text-align: center;
  position: relative;
  background: #e4c58fc4;
  padding: 15px;
}

.restaurant1 {
  background: #0E1317;
  padding-top: 100px;
  padding-bottom: 100px;
}

.img3 {
  position: relative;
  margin-top: -150px;
}

.restaurant-menu {
  background: #00191C;
  position: relative;
  /* margin-top: -100px; */
  z-index: 100;
  padding: 40px;
  border-bottom: 1px solid #E4C58F;
}

.rest-box {
  background: #0E1317;
  width: 70px;
  height: 70px;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
}

.text1 {
  padding-left: 300px;
}

/*rooms.html*/
.section-bg1 {
  background: url('../photos/newmg/room-top.jpeg'), rgba(0, 0, 0, 0.557);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #00191C;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;

}

.room-info {
  position: absolute;
  border-radius: 30px;
  top: 10px;
  left: 10px;
  text-align: center;
  align-items: center;
  background: #00191cc0;
  color: white;
  padding: 5px 20px;
}

/*about.html*/
.section-bg2 {
  background: url('../photos/newmg/abouttop.jpeg'), rgba(0, 0, 0, 0.557);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #00191C;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;

}

.counter-box {
  background: #00191C;
  width: 100%;
  position: relative;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 40px;
}

.outlined-text {
  font-size: 80px;
  /* Adjust font size as needed */
  color: transparent;
  /* Make the text transparent */
  -webkit-text-stroke: 2px rgb(255, 255, 255);
  /* Outline color and thickness */

}



/*contact.html*/
.section-bg3 {
  background: url('../photos/newmg/2B6A0267.jpeg'), rgba(0, 0, 0, 0.557);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #00191C;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;

}



/*gallery.html*/
.section-bg4 {
  background: url('../photos/newmg/2B6A0279.jpeg'), rgba(0, 0, 0, 0.557);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #00191C;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;

}

@media(max-width:1000px) {
  .col1 {
    display: none;
  }

  .row1 {
    margin-top: 0px;
  }

  .facility-box {
    width: 95%;
  }

  .row2 {
    justify-content: center !important;
  }

  .text-box1 {
    padding: 20px;

  }

  .text2 {
    margin-left: 0px;
  }

  .carousel-caption {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding: 0rem;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-items: center !important;
    width: 100%;
    max-width: 90%;
  }

  .carousel-caption h3 {
    font-size: 40px;
    z-index: 100;
    line-height: normal;
    font-stretch: normal;
    margin-bottom: 20px !important;
  }

  .restaurant-box {
    padding: 30px;
  }

  .text1 {
    padding-left: 20px;
  }
}

/*Animations*/
.fadeinleft {
  opacity: 0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}

.fadeinright {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}

.fadeindown {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}

.fadeinup {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}

.fade-in {
  opacity: 0;
  transition: all 1.3s ease-in;
}

.active-left,
.active,
.active-right,
.active-down,
.active-up {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}

.fadein {
  opacity: 0;
}