/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif !important;
}

::-webkit-scrollbar {
  display: none;
}

.scroll-container {
  height: 100vh;
  overflow-y: scroll;
}

.scroll-container::-webkit-scrollbar {
  width: 3px;
}

.scroll-container::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
  border-right: 10px solid transparent;
}

.scroll-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #104735;
  border-right: 10px solid transparent;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  outline: none;
  cursor: inherit;
}

input,
textarea,
button {
  /* all: unset;
  
  */
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}

.container {
  width: 100%;
  padding: 20px 10px;
}

.animate-fade-in {
  animation: fade-in 1s;
}

/* Image Popup Modal */

.modal-overlay {
  background-color: rgba(255, 255, 255, 0.83);
  position: fixed;
  inset: 0;
  z-index: 999999999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.modal-content {
  width: 400px;
  height: 400px;
  background-color: white;
  /* White background */
  position: relative;
  color: black;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.modal-content img {
  max-width: 100%;
  max-height: 80%;
  object-fit: contain;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  color: black;
  background: none;
  border: none;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate-fade-in {
  animation: fade-in 0.5s ease-in;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: black !important;
  font-size: 16px !important;
}

img {
  max-width: 100%;
}

.custom-green {
  color: #104735;
}

.custom-bg-green {
  background-color: #104735;
}

.custom-sub-heading-color {
  color: #00000080;
}

.custom-sub-heading-bg-color {
  color: #00000080;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.playfair-display-400 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.playfair-display-500 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.playfair-display-600 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.playfair-display-700 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.playfair-display-800 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.playfair-display-900 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.custom-gradient {
  background: linear-gradient(180deg,
      #f4f3ee 0%,
      rgba(244, 243, 238, 0.15) 100%);
}

.swiper_container .swiper-wrapper {
  align-items: center;
}

.swiper_container_master_plan .swiper-slide.swiper-slide-active {
  font-weight: 600;
}

.amenities_box img:hover {
  opacity: 1;
}


/* Scrolling Gallery */

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.fade-enter {
  opacity: 0;
}

.fade-enter-active {
  opacity: 1;
  transition: opacity 700ms ease-in-out;
}

.fade-exit {
  opacity: 1;
}

.fade-exit-active {
  opacity: 0;
  transition: opacity 700ms ease-in-out;
}

/* Menu Close Icon */

#sideMenu .close_btn {
  border: 1px solid white;
  font-size: 14px;
  height: 25px;
  width: 25px;
  font-weight: lighter;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 13px;
}


/* Header Contact Animation */

@keyframes blink {
  0% {
    color: black;
  }

  100% {
    color: #faa61a;
  }
}

/* Apply the blinking effect to the contact number */
.blinking-number {
  animation: blink 1s infinite ease-in-out alternate-reverse;
}

/* Scroll Footer  */