@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=Manrope:wght@200..800&display=swap');


@font-face {
  font-family: lucky-beauty;
  src: url("../assets/fonts/Lucky-Beauty.ttf");
}


*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --light: #fff;
  --polish-gray: #A4AEB5;
  --dark: #262626;
  --Montserrat: "Montserrat", serif;
  --primary: #D4A851;
  --dark-bg: #111;
  --text-dark: #1A1A1A;
  --dark-blue: #005792;
  --lucky-beauty: "lucky-beauty";
  --gray: #5C6368;
  --manrope: "Manrope", sans-serif;
  --dark-blue: #1D2327;
}

.primary-color {
  color: var(--polish-gray);
}

.title-color {
  color: var(--text-dark);
}

.desc-color {
  color: var(--dark);
}

html {
  font-size: 16px !important;
  overflow-x: hidden;
}

body {
  overflow-x: hidden !important;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  padding-right: 0px !important;
  font-family: var(--Montserrat) !important;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #ffffff00;
}

body::-webkit-scrollbar {
  width: 9px;
  background-color: #ffffff00;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #cfcfcf;
}

body.loading {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.loaded {
  -webkit-animation: fadeIn 3s ease-out forwards;
  animation: fadeIn 3s ease-out forwards;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

.loader-container {
  display: none;
}

.loader-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  background-color: #ffffffe3;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  height: 100vh;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: -o-radial-gradient(farthest-side, #2a75ff 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, #4184ff);
  background: radial-gradient(farthest-side, #2a75ff 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, #4184ff);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  -webkit-animation: l13 1s infinite linear;
  animation: l13 1s infinite linear;
}

@-webkit-keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* form loader css */

.form-loader {
  display: none;
}

.form-loader-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  background-color: #0b5e6b;
  margin: auto;
  padding: 0.45rem 0.75rem 0.3rem 0.75rem;
  border-radius: 4px;
}

.form-loader-wrapper.transparent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  background-color: transparent;
  margin: auto;
  padding: 0.45rem 0.75rem 0.3rem 0.75rem;
  border-radius: 0px;
}

.form-loader-wrapper .loader-txt {
  color: var(--light);
  font-size: 0.95rem;
  font-weight: 400;
}

.f-loader {
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 0.5s linear infinite;
  animation: rotation 0.5s linear infinite;
}

/* .f-loader.dark {
  width: 30px;
  height: 30px;
  border: 4px solid #f9bc57;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 0.75s linear infinite;
  animation: rotation 0.75s linear infinite;
} */

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* form loader css */

.compensate-for-scrollbar {
  margin-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0rem !important;
}

/* ul {
  padding-left: 0rem !important;
  margin-bottom: 0rem !important;
} */

li {
  list-style: none;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0rem !important;
}


.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.invert {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

header {
  position: fixed;
  z-index: 10;
  top: 0vw;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100vw;
  left: 50%;
  /* background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.822))); */
  background: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.822));
  /* background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.822)); */
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border-bottom: 1px solid rgba(228, 228, 228, 0.50);
}

header.dropped {
  top: 0;
  width: 100vw;
  transition: all 0.4s ease;
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.822));
  backdrop-filter: blur(10px);
  /* adds the blur effect */
  -webkit-backdrop-filter: blur(10px);
  /* Safari support */
}

header.dropped .navbar-container .navlogo .logo {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

nav {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 1rem 6.5rem;
}

nav.dropped {
  background-color: var(--primary);
}

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 1rem;
  align-items: center;
}

.navbar-container .navlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.navbar-container .menu {
  display: block;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.navbar-container .menu:hover {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: var(--primary);
}

.navbar-container .menu:hover .menu-txt {
  background-image: unset;
  color: var(--light) !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}

/* .navbar-container .menu:hover .menu-bar {
  filter: invert(1) !important;
  transition: all 0.5s ease;
} */

.navbar-container .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.25rem;
  background: transparent;
  color: var(--light);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.navbar-container .menu .menu-txt {
  display: block;
  font-family: var(--Nunito-Sans);
  font-weight: 600;
  /* background-image: var(--primary-bg); */
  color: var(--light);
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* background-clip: text; */
  font-size: 0.95rem;
}

.navbar-container .navlogo .logo {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

nav.dropped .navbar-container .navlogo .logo {
  width: 100px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.mob-logo {
  width: 125px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-container .navbar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-container .navbar-links .navbar-link .nav-link {
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 600;
  text-wrap: nowrap;
  text-transform: capitalize;
}

@-webkit-keyframes pulse-effect-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.404);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.404);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-effect-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.26);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

.offcanvas.offcanvas-start {
  background: var(--primary);
}

.offcanvas-body .offcanvas-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.offcanvas-body .offcanvas-navs .offcanvas-nav .offcanvas-link {
  color: var(--light);
  font-size: 1rem;
  font-weight: 500;
  /* opacity: 0.75; */
}

.offcanvas-header .btn-close {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.btn-primary {
  background: var(--primary);
  color: var(--light);
  border: none;
  gap: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-wrap: nowrap;
  border-radius: 0px;
  font-size: 1rem;
  text-transform: capitalize;
}

.btn-primary .download-txt {
  color: var(--light);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-wrap: nowrap;
  font-size: 1rem;
  text-transform: capitalize;
}

.btn-primary.btn-fixed {
  position: fixed;
  padding: 0.45rem 1rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  right: 0%;
  z-index: 999;
  -webkit-transform: translate(71px, -50%) rotate(270deg);
  -ms-transform: translate(71px, -50%) rotate(270deg);
  transform: translate(71px, -50%) rotate(270deg);
}

.btn-primary.btn-fixed .download-txt {
  color: var(--dark);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-wrap: nowrap;
  font-size: 0.75rem;
  text-transform: capitalize;
}

.btn-primary.btn-fixed .download-img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@-webkit-keyframes pulse-effect {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 #f9bc57;
    box-shadow: 0 0 0 0 #f9bc57 4c6dc591;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-effect {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 #f9bc57;
    box-shadow: 0 0 0 0 #f9bc57 4c6dc591;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.pulse-animate {
  -webkit-animation: pulse-effect 2s infinite;
  animation: pulse-effect 2s infinite;
}

.custom-margin {
  margin: auto;
  width: 90%;
}

section {
  overflow: hidden;
}

.section-title {
  font-size: 0.92rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--manrope);
}

.section-subtitle {
  font-size: 2.2vw;
  margin: 1rem auto 1.85rem auto !important;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--lucky-beauty);

}

.section-desc {
  font-size: 0.9rem;
  line-height: 30px;
  text-transform: capitalize;
  font-style: normal;
}

.land-text {
  line-height: 1.8 !important;
}

.enquire-div {
  position: fixed;
  bottom: -50px;
  left: -50px;
  cursor: pointer;
  z-index: 99;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -webkit-animation: pulse-effect 2s infinite;
  animation: pulse-effect 2s infinite;
  transition: all 1.5s ease;
}

.enquire-div.show {
  bottom: 1vw;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  left: 1vw;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* *********banner section starts******** */


section.main-banner {
  position: relative;
  overflow: hidden;
  /* margin: 3.85rem 0 0 0; */
}

.main-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 10s ease-in-out;
}

/* Zoom In-Out Animation */
.main-banner .carousel-item.active img {
  animation: zoomInOut 12s ease-in-out infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

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


.video-text {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  text-align: center;
}

.unveling-title-video {
  font-size: 3.4rem;
  font-family: var(--lucky-beauty);
  font-weight: 400;
  color: var(--light);
  padding: 0.5rem 0rem;
  margin-bottom: 1rem;
}

.video-box {
  margin: 0 auto;
}

.video-descript {
  color: #c4c4c4;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.9;
  font-style: normal;
  text-align: center;
  font-family: var(--Montserrat);
}

/* *********banner section ends******** */
/* ********** */

section.section-about {
  padding: 4rem 0rem;
}

.custom-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* spacing between icon and text */
  background: #fff;
  color: #D4A851;
  border: 1px solid #D4A851;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-wrap: nowrap;
}

.custom-view-btn .btn-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.custom-view-btn:hover {
  background: #D4A851;
  color: #fff;
}

.custom-view-btn:hover .btn-icon {
  filter: brightness(0) invert(1);
  /* make icon white on hover if it's dark */
}

.primary-button {
  display: flex;
  justify-content: start;
  margin-top: 1rem;
}

.about-img {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* padding-top: 2rem; */
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s ease;
  display: block;
}

/* SHINE overlay */
.about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transition: opacity 0.3s ease;
  z-index: 2;
  opacity: 0;
}

/* Hover animation */
.about-img:hover::before {
  opacity: 1;
  animation: shine 1.5s forwards;
}

.about-img:hover img {
  transform: scale(1.05);
}

/* SHINE animation */
@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

.highlight-subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  color: var(--dark);
  font-family: var(--lucky-beauty);
}

.highlight-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
  color: var(--dark);
  text-transform: capitalize;
}

.highlight-desc {
  font-size: 0.95rem;
  color: var(--gray);
  line-height: 30px;
  margin-bottom: 0.4rem !important;
}

.highlights-icons {
  display: flex;
  /* justify-content: space-between; */
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem;
}

.high-text {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 7px;
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.highlight-content {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.out-project {
  box-shadow: 2px 2px 11px #999;
}



/* .out-project {
  padding: 1rem 0rem;
} */

/* ******section about us ends**** */


/* ***********contact us section starts***** */
.contact-footer-section {
  background-color: var(--dark-blue);
  color: #fff;
  padding: 4rem 0rem;
}

.footer-logo {
  width: 200px;
  margin-bottom: 4rem;
}

.footer-logo img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.footer-links h5 {
  color: var(--primary);
  margin-bottom: 1.2rem !important;
  font-weight: 600;
  font-size: 2rem;
  font-family: var(--lucky-beauty);
}

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

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: var(--light);
  text-decoration: none;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: var(--primary);
}

.footer-contact p {
  margin: 6px 0;
  color: var(--light);
}

.footer-right h2 {
  font-size: 2.2vw;
  letter-spacing: 1px;
  margin-bottom: 2rem !important;
  color: var(--light);
  font-family: var(--lucky-beauty);
}

.call-link {
  color: var(--light);
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-contact-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.custom-contact-form ::placeholder {
  color: var(--light) !important;
}

.footer-contact {
  margin-top: 1.4rem;
}

.custom-contact-form .form-group input,
.custom-contact-form .form-group select,
.custom-contact-form .form-group textarea {
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid #666;
  background-color: transparent;
  color: #fff;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s;
}

.custom-contact-form .form-group input:focus,
.custom-contact-form .form-group textarea:focus {
  border-bottom-color: #d3a64c;
}

.custom-contact-form .form-group input:focus,
.custom-contact-form .form-group textarea:focus {
  border-bottom-color: #d3a64c;
}

.custom-contact-form textarea {
  resize: none;
  min-height: 80px;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.9rem;
  color: #aaa;
}

.checkbox-group input {
  margin-right: 8px;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 8px 25px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 2px;
  align-self: flex-start;
}

.submit-btn .btn-icon {
  width: 16px;
  height: 16px;
  transition: filter 0.3s ease, transform 0.3s ease;
}

.submit-btn:hover {
  background: var(--primary);
  color: var(--dark-bg);
}

.submit-btn:hover .btn-icon {
  filter: invert(1);
  transform: translateX(4px);
}

.footer-bottom {
  border-top: 1px solid rgba(179, 173, 173, 0.4);
  margin-top: 60px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--light);
}

.footer-bottom-links a {
  color: var(--light);
  text-decoration: none;
  margin-left: 20px;
}

.footer-bottom-links a:hover {
  color: var(--primary);
}

.foot-icon {
  display: flex;
  gap: 0.6rem;
}

.foot-icon img {
  margin-left: -8px;
}

.custom-contact-form .form-control {
  border: unset;
  border-bottom: 1px solid #666;
  background: transparent;
  color: #fff;
  border-radius: 0;
  padding: 10px 15px;
  outline: none;
  transition: border-color 0.3s ease;
}

/* ***********contact us section ends***** */

.modal-content {
  background: var(--dark-bg);
}

.modal-body .form-control.custom-input,
.modal-body .form-select.custom-input {
  background-color: transparent;
  border: 1px solid var(--light);
  border-radius: 0px;
  padding: 0.65rem 1rem;
  color: var(--light);
}

.modal-body .form-select.custom-input option {
  background-color: var(--light);
  color: var(--dark-bg);
}

.custom-contact-form .form-group select option {
  color: var(--dark-bg);
  background: var(--light);
}

.modal-body .form-control.custom-input:focus,
.modal-body .form-select.custom-input:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.modal-body ::-webkit-input-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.modal-body ::-moz-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.modal-body :-ms-input-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.modal-body ::-ms-input-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.modal-body ::placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.form-check-label {
  color: var(--light);
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 400;
}

.mobile-form .invalid-feedback {
  color: var(--light);
}

.invalid-feedback {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #fbd231;
}

.modal-logo {
  width: 100px;
}

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

/* thank you page css */

nav.thank-you {
  background-color: #00000080;
}

section.secton-thankyou {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0rem 1.5rem;
  margin: 8rem auto auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

section.secton-thankyou .thankyou-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0.75rem auto 1.15rem auto !important;
  text-align: center;
  text-wrap: pretty;
}

section.secton-thankyou .thankyou-subtitle {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.75;
  text-align: center;
  text-wrap: pretty;
}

.section-list li {
  list-style: unset;
  text-decoration: none;
}

/* thank you page css */

/* media queries */

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


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

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


  .section-subtitle {
    font-size: 3.2vw;
  }

}

@media only screen and (max-width: 1200px) {
  nav {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0.6rem 4rem;
  }


  .unveling-title-video {
    font-size: 2.8rem;
  }

}

@media only screen and (max-width: 1100px) {
  .gallery-content {
    width: 97%;
    margin: auto;
  }
}

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

  nav {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0.75rem 2rem;
  }


  .section-subtitle {
    font-size: 2.25rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .unveling-title-video {
    font-size: 2.3rem;
  }

  .footer-right h2 {
    font-size: 1.7rem;
  }

  .footer-logo {
    width: 134px;
    margin-bottom: 1rem;
    margin: auto;
  }

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

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

  .navbar-container .navlogo .logo {
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    width: 90px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  header.dropped .navbar-container .navlogo .logo {
    width: 90px;
  }

  header.dropped .navbar-container .navlogo .logo {
    width: 90px;
  }

  section.main-banner {
    /* margin: 3.85rem 0 0 0; */
  }

  section.section-properties {
    padding: 3rem 0rem;
  }

  .main-banner,
  .main-banner .carousel-item,
  .main-banner img {
    height: 70vh;
  }

  .main-banner img {
    object-fit: cover;
    object-position: center;
  }

  section.section-about {
    padding: 2rem 0rem;
  }

  .highlight-content {
    display: block;
  }

  .primary-button {
    display: flex;
    justify-content: start;
    padding: 1rem 0rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    margin-top: 43px;
    padding-top: 11px;
  }

  .dflex {
    display: unset;
    text-align: center;
  }

  .foot-icon {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
  }
}

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

@media only screen and (max-width: 576px) {
  .enquire-div {
    display: block;
    bottom: -50px;
    width: 100%;
    left: 0px;
    z-index: 99;
    -webkit-animation: unset;
    animation: unset;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .enquire-div.show {
    bottom: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    left: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }


  nav {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0.75rem 1rem;
  }

  .navbar-container .menu a {
    padding: 0.45rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .section-subtitle {
    font-size: 2rem;
  }

  .unveling-title-video {
    font-size: 2.25rem;
  }

  .footer-right h2 {
    font-size: 1.5rem;
    text-align: center;
  }


  .footer-logo {
    margin: auto;
  }

  .footer-logo img {
    width: 134px;
    margin-bottom: 1rem;
  }
}

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

@media only screen and (max-width: 400px) {
  .section-subtitle {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 350px) {
  .section-subtitle {
    font-size: 1.5rem;
  }
}