@import url("style.css");

body {
  overflow: hidden;
  margin: 0;
}

.ame_wrap {
  position: relative;
  width: 100%;
  text-align: center;
}

.ame_wrap .ame_img_wrap {
  width: 6vw;
  height: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d3a54b;
  border-radius: 50%;
  margin: 0px auto;
}

.ame_wrap .ame_img_wrap img {
  width: 50% !important;
}

.ame_wrap .ame_txt {
  content: "";
}

.ame_wrap .ame_txt .ame {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0.7vw;
  font-size: 1.375vw;
  font-family: Futura;
}

.ame {
  text-align: center;
}

.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  border-bottom: 0 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #50847a !important;
  border-top: 0;
  border-left: 0;
  font-family: Futura;
  font-size: 1.563vw;
  border-right: 0;
  background-color: #efebe4 !important;
}

.nav-link {
  color: #000 !important;
}

.navbar-toggler {
  /* background-color: black !important; */
}

.nav-tabs .nav-link {
  border-bottom: none !important;
  font-family: Futura;
  font-size: 1.3vw;
}

.nav-tabs .nav-link .active {
  border-bottom: 2px solid #4a3c39 !important;
}

.nav-tabs .nav-link {
  border: none !important;
}

.ameni-carousel2 .owl-nav {
  display: flex;
  justify-content: end;
}

.gallery {
  background: #efebe4;
}

.location {
  background: #efebe4;
}

.gallery-content h3 {
  color: #e3af5a;
  font-family: Futura;
  font-size: 15px;
}

.bg-color {
  background: #efebe4;
}

#About {
  background: linear-gradient(180deg,
      rgba(12, 53, 54, 0) 0%,
      rgba(12, 53, 54, 0.6) 100%),
    linear-gradient(159deg, #174c4d 0%, #3e3e3e 100.4%);
}

.about-us p {
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  display: block;
  margin: 0px auto;
  width: 59vw;
  font-family: Futura;
  font-size: 1.771vw;
}

.about-head {
  color: #d2a449 !important;
  font-family: Futura;
  font-size: 44px;
}

.icon-content {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.left-img {
  margin-bottom: 20px;
}

.footer-linkks {
  color: #fff;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.m-10 {
  margin-bottom: 10%;
}

.dflec {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dflecc {
  display: flex;
  justify-content: end;
}

.footer-form input {
  width: 100%;
  padding: 13px 18px;
  border-radius: 32px;
  background: none;
  color: #fff;
  border: 1px solid;
  text-align: left;
  font-family: Futura;
}

::-moz-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.dflex {
  display: flex;
  justify-content: end;
  gap: 19px;
}

.folow {
  margin-top: 30px;
}

.footer-linkks li {
  margin: 10px auto;
  font-family: Futura;
}

.left-img img {
  width: 144px;
  margin: 10px auto;
}

.icon-content p {
  margin: 0%;
  font-size: 1.238vw;
  font-family: Futura;
}

.right-content h3 {
  font-family: Futura;
}

.input-container {
  position: relative;
  width: 300px;
  /* Set the width of the container */
  margin: 20px;
}

/* Style for the input box */
.input-box {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Style for the submit button */
.submit-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.submit-button img {
  width: 50px;
}

.amee-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.amee-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -2%;
  top: 22%;
}

.amee-carousel .owl-nav .owl-next {
  position: absolute;
  right: -2%;
  top: 22%;
}

.amee-carousel .owl-nav .owl-prev img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(1817%) hue-rotate(133deg) brightness(93%) contrast(95%);
}

.amee-carousel .owl-nav .owl-next img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(1817%) hue-rotate(133deg) brightness(93%) contrast(95%);
}

.amee-carousel.owl-theme .owl-nav [class*="owl-"] {
  color: #0d393a !important;
  font-size: 14px !important;
  margin: 4px !important;
  border: 1px solid #0d393a !important;
  padding: 10px !important;
  background: #efebe4 !important;
  display: inline-block !important;
  cursor: pointer !important;
  border-radius: 50% !important;
}

.specs-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
}

.specs-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -5%;
  top: 32%;
}

.specs-carousel .owl-nav .owl-next {
  position: absolute;
  right: -5%;
  top: 32%;
}

@keyframes line {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.flex-d {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -9%;
  z-index: 1;
}

.dflex-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ame-sec-head {
  color: #fff;
  text-align: center;
  font-family: Futura;
  font-size: 18px !important;
}

.banner-btn {
  border-radius: 5px;
  background: #efebe4;
}

.text-endf {
  text-align: end;
}

.banner-btn {
  border-radius: 5px;
  background: #efebe4;
  position: absolute;
  right: 2%;
  bottom: 3%;
  padding: 4px 14px;
  font-size: 14px;
  color: #000;
  border: none;
  font-family: Futura;
}

.ameni-carousel2.owl-theme .owl-nav [class*="owl-"] {
  color: #0d393a !important;
  font-size: 14px !important;
  margin: 4px !important;
  border: 1px solid #0d393a !important;
  padding: 10px !important;
  background: #efebe4 !important;
  display: inline-block !important;
  cursor: pointer !important;
  border-radius: 50% !important;
}

.ameni-carousel2 .owl-nav .owl-prev img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(1817%) hue-rotate(133deg) brightness(93%) contrast(95%);
}

.ameni-carousel2 .owl-nav .owl-next img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(1817%) hue-rotate(133deg) brightness(93%) contrast(95%);
}

.conf-carousel.owl-theme .owl-nav [class*="owl-"] {
  color: #0d393a !important;
  font-size: 14px !important;
  margin: 4px !important;
  border: 1px solid #0d393a !important;
  padding: 10px !important;
  background: #efebe4 !important;
  display: inline-block !important;
  cursor: pointer !important;
  border-radius: 50% !important;
}

.conf-carousel .owl-nav .owl-prev img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(1817%) hue-rotate(133deg) brightness(93%) contrast(95%);
}

.conf-carousel .owl-nav .owl-next img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(1817%) hue-rotate(133deg) brightness(93%) contrast(95%);
}

.specs-carousel.owl-theme .owl-nav [class*="owl-"] {
  color: #0d393a !important;
  font-size: 14px !important;
  margin: 4px !important;
  border: 1px solid #ffffff !important;
  padding: 10px !important;
  background: #0b2f2f !important;
  display: inline-block !important;
  cursor: pointer !important;
  border-radius: 50% !important;
}

.navbar-toggler {
  border: none !important;
}

.mobile-banner-enquiry {
  position: fixed;
  bottom: 15%;
  right: 29px;
  background: #0d393a;
  border-radius: 50%;
  padding: 9px;
  border: 2px solid #fff;
  z-index: 99;
}

.navbar-nav .nav-link {
  color: #000;
  font-family: Futura;
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;

}

.nav-tabs .nav-link.active {
  position: relative;
  font-size: 1.3vw;
  color: #b2834f !important;
}

.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background-color: #b2834f;
  transition: width 0.3s ease-in-out;
}

.nav-tabs .nav-link {
  transition: color 0.3s ease-in-out;
  /* Optional: Smooth color transition */
}

.nav-tabs .nav-link:hover {
  color: #007bff;
  /* Set your desired hover color */
}

#initial-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: url("../images/initial-img.png") center/cover no-repeat;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: fadeOut 2s forwards;
  -webkit-animation: fadeOut 2s forwards;
}

#initial-loader img {
  width: 100%;
  max-width: 300px;
  /* Adjust as needed */
}

.centered {
  text-align: center;
  color: #fff;
  /* Adjust text color */
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  /* You can customize the background color */
  z-index: 2;
}

.door {
  overflow: hidden;
  width: 50%;
  height: 100vh;
  position: relative;
  transition: width 2s ease;
  -webkit-transition: width 2s ease;
  -moz-transition: width 2s ease;
  -ms-transition: width 2s ease;
  -o-transition: width 2s ease;
}

.door img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Add this CSS for the fade-out effect */
#initial-loader {
  transition: opacity 1s ease-in-out;
}

#initial-loader.fade-out {
  opacity: 1;
}

#content {
  /* Hide content initially */
  display: none;
  position: relative;
  z-index: 999;
}

.amet1 {
  position: relative;
  overflow: hidden;
  height: 270px;
}

.galle-img {
  height: 270px;
}

.ami-overlay-4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  height: 100%;
  color: #fff;
}

.amet1:hover .ami-overlay-4 {
  opacity: 1;
}

.overlayg-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.d-flex-4 {
  z-index: 1;
  /* Ensure content is above the overlay */
  color: #fff;
  /* Set text color */
  margin-bottom: 10px;
}

.know-m img {
  display: block !important;
  margin: 0px auto;
  width: 40px !important;
}

.know-m a {
  color: #fff;
}

.d-flex-4 h3 {
  font-family: Futura;
  font-size: 18px;
}

.d-flex-4 p {
  font-family: Futura;
  font-size: 16px;
  margin: 0;
}

.sq-fy {
  font-family: Futura;
  font-size: 16px;
  margin-bottom: 20px;
}

.nav-item a {
  margin: 0px 20px;
}

#About p {
  color: rgba(255, 255, 255, 0.2);
  font-size: 23px;
  line-height: 1.5;
  cursor: pointer;
  transition: color 0.5s;
}

.highlight {
  color: #fff;
}

.in-view {
  filter: grayscale(0);
}

@media only screen and (max-width: 1199px) {}

/*# sourceMappingURL=mainstyle.css.map */

.glob-sec {
  width: 100%;
  padding: 100px 0px;
}