* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Trajan_Pro_Bold";
  src: url("../fonts/Trajan_Pro_Bold.ttf") format("truetype");
}

@font-face {
  font-family: "varsity_regular";
  src: url("../fonts/varsity_regular.ttf") format("truetype");
}
:root,
html {
  font-family: Roboto, "Times New Roman", Times, serif;
  scroll-padding-top: 70px;
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
:root {
  --colorPrimary: #064240;
  --colorSecondary: #f7be35;
  --colorBlack: #000000;
  --colorWhite: #ffffff;
  --colorBackgroundBlack: #000000bd;
  --colorHalfBlack: #333333;
  --colorBackgroundBlack: #343a40bd;
  --colorBackgroundOverlay: #00000070;
  --colorWhiteOverlay: #d4d2d4;
  --colorBorderWhite: #dbe4e9;

  /*  */
  --colorLight: #f8f9fa;
  --colorDark: #212529;
  --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --shadow-md: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --border-radius: 1rem;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Navbar Starts */
header {
  height: 80px;
}

/* Navbar */
.navbar-nav {
  justify-content: flex-end;
  width: 100%;
}

.navbar-nav .nav-link {
  color: var(--colorSecondary);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  background-color: var(--colorPrimary);
  height: 100%;
  color: var(--colorWhite);
}

.nav-link:hover {
  background-color: var(--colorPrimary);
  color: var(--colorWhite);
}

.nav-icon {
  margin-right: 5px;
}
@media only screen and (min-width: 1000px) {
  .navbar-nav .nav-link {
    font-size: 1.01vw !important;
    letter-spacing: 0.02vw;
  }
}
@media screen and (max-width: 600px) {
  .navbar-brand img {
    height: 45px;
  }
}

@media screen and (min-width: 1000px) {
  .mobileview {
    display: none;
  }
}

.head_call_btn {
  color: var(--colorSecondary);
}
.navbar-toggler-icon {
  background-image: url("../img/extras/menu.svg") !important;
}
/* Navbar Ends */

main {
  margin-top: 70px;
}

/* Slider */
.carousel {
  overflow: hidden !important;
  max-height: calc(100vh - 60px);
}

.carousel-indicators .active {
  background-color: var(--colorSecondary) !important;
}

@media screen and (max-width: 600px) {
  .carousel-item .banner1 {
    content: url("../img/banners/mobile_banner_02.jpg");
  }
  .carousel-item .banner2 {
    content: url("../img/banners/mobile_banner_01.jpg");
  }
}

.carousel-control-prev,
.carousel-control-next {
  background-color: var(--colorPrimary);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  margin: 20px;
  /* display: none; */
}

/* gallery */

#gallery_section .row {
  --bs-gutter-y: 1.5rem;
}

.gall {
  border: 2px solid var(--colorPrimary);
  /* border-radius: 20px; */
  padding: 7px;
  background-color: #f1f1f1;
  box-shadow: rgba(14, 30, 37, 0.5) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.5) 0px 2px 16px 0px;
  /* box-shadow: rgba(100, 100, 111, 0.726) 0px 7px 29px 0px; */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
  border-style: dashed;
}

.gall img {
  border-radius: 20px;
  aspect-ratio: 4/3;
}

/* Configuration */

.nav-link.ami-tab {
  background-color: transparent;
  color: var(--colorPrimary);
  border: 2px solid var(--colorPrimary);
  border-radius: 10;
  margin: 5px;
  cursor: pointer;
}
.nav-link.ami-tab.active {
  color: var(--colorWhite);
  background-color: var(--colorPrimary);
}
.location_features_section .nav-item {
  border: none;
}
@media screen and (max-width: 600px) {
  .location_features_section .nav-item {
    font-size: 14px;
  }
}

.floor-plan {
  height: 450px;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.plan_img {
  border-right: 1px solid #ccc;
}

.floor-plan-details .total {
  margin: 20px;
}

.floor-plan-details .download_btn {
  margin-top: 10px;
  padding: 20px;
  font-size: 1.2em;
}
.plans_title {
  color: var(--colorPrimary);
}

@media screen and (min-width: 1000px) {
  .floor-plan-details {
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .plans_title {
    text-align: center;
  }
}

/* amenities */

.infographic-cards {
  width: 100%;
  position: relative;
  display: flex;
  gap: 2%;
  justify-content: center;
  padding-left: 0;
}

.infographic-cards li {
  list-style: none;
  width: calc(100% / 4);
  height: 210px;
  padding: 25px 30px;
  background: #eee;
  position: relative;
  background-image: linear-gradient(to bottom right, #e9eaecda, #ffffff);
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
  box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border-radius: 20px;
}

.infographic-cards li h5 {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 15px;
}

.infographic-cards li h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.infographic-cards li.color {
  border: 10px solid var(--colorPrimary);
}

.infographic-cards li i {
  font-size: 35px;
  margin-bottom: 15px;
}

.number-box {
  position: absolute;
  bottom: 0;
  padding: 15px;
  border-radius: 60px 60px 0 0;
  width: 100px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset 0.25em 0.25em 0.25em rgba(0, 0, 0, 0.2),
    0em 0.05em rgba(255, 255, 255, 0);
  font-weight: 800;
  color: #fff !important;
}

.number-box img {
  width: 100%;
  height: 100%;
}

.infographic-cards li.color .number-box {
  background: var(--colorSecondary);
}

@media screen and (max-width: 991px) {
  .infographic-cards {
    flex-wrap: wrap !important;
  }

  .infographic-cards li {
    flex: 0 0 auto;
    width: calc(100% / 2.5);
  }
}

@media screen and (max-width: 578px) {
  .infographic-cards li {
    width: calc(100% / 1.2);
  }
}

/* Virtual Tour Section */

.virtual-visit {
  height: 500px;
}

.bg-image {
  background-image: url("../img/gallery/gallery_1.webp");
  height: 100%;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  /*  */
  border-radius: 30px;
}
.bg_img {
  background-image: url("../img/gallery/gallery_2.webp");
}

.tour-img {
  height: fit-content;
  width: 100%;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}
.play-btn {
  font-size: 4vw;
  cursor: pointer;
}
.overlay-info:hover {
  transform: scale(0.9);
  transition: ease-in-out;
  -webkit-transition: ease-in-out;
  -moz-transition: ease-in-out;
  -ms-transition: ease-in-out;
  -o-transition: ease-in-out;
}
/* For Mobile */
@media only screen and (max-width: 990px) {
  .play-btn {
    font-size: 50px;
  }
}

/* About */
#about_section {
  /* background-color: #00354a; */
  background-color: #2a3c02;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 970px; */
  background-attachment: fixed;
  padding: 0 !important;
}

#about_section .sub-heading {
  color: var(--colorPrimary);
  font-size: 1.5em;
}

#about_section .sub-heading {
  letter-spacing: 3.5px;
}

.read_more {
  background-color: transparent;
  font-size: 14px;
  margin: 0;
  border-radius: 0;
  width: fit-content;
  padding-left: 10px;
  color: var(--colorWhite);
}

/* Highlights */
.highlights li {
  font-size: 1.1em;
  text-decoration: none;
  list-style: none;
  line-height: 2em;
  padding: 10px 0;
  text-align: left;
}

.fa-square-check {
  font-size: 2em;
  vertical-align: middle;
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  .overview_video .video-js {
    width: 100%;
    height: 400px;
  }
  .video-js::poster {
    src: url("../img/gallery/gallery05.jpg");
  }
  .vjs-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
  }
}

.overview_img img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;

  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.section_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.heading_design {
  width: 200px;
}

#overview_section {
  background: url("../img/extras/Invicta-background-2-rotated-50.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.offcanvas-body {
  background-color: var(--colorPrimary);
}

/* Media Covergae Section */
.premium-section {
  padding: 4rem 0;
  background: transparent;
}

.media-container {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  transition: var(--transition);
}

.media-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
}

.media-header {
  background: linear-gradient(135deg, var(--colorPrimary), #0a5856);
  color: white;
  padding: 1.5rem 2rem;
  position: relative;
  overflow: hidden;
}

.media-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: var(--colorSecondary);
  border-radius: 50%;
  transform: translate(30px, -30px);
  opacity: 0.1;
}

.media-header h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
}

.media-content {
  padding: 2rem;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--colorLight);
}

.pdf-viewer {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0.5rem;
  box-shadow: var(--shadow-md);
  background: white;
  position: relative;
  overflow: hidden;
}

.pdf-embed {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0.5rem;
}

.pdf-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--colorPrimary);
  text-align: center;
  padding: 2rem;
}

.pdf-fallback a {
  color: var(--colorPrimary);
  text-decoration: none;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border: 2px solid var(--colorPrimary);
  border-radius: 0.5rem;
  margin-top: 1rem;
  transition: var(--transition);
}

.pdf-fallback a:hover {
  background: var(--colorPrimary);
  color: white;
}

.video-player {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  box-shadow: var(--shadow-md);
  object-fit: cover;
  background: var(--colorDark);
}

.video-player:hover {
  transform: scale(1.02);
  transition: var(--transition);
}

.status-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--colorSecondary);
  color: var(--colorDark);
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
  z-index: 2;
  cursor: pointer;
}

.accent-line {
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--colorSecondary),
    var(--colorPrimary)
  );
  border-radius: 2px;
  margin-bottom: 2rem;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .premium-section {
    padding: 2rem 0;
  }

  .media-content {
    height: 300px;
    padding: 1rem;
  }

  .media-header {
    padding: 1rem 1.5rem;
  }

  .media-container {
    margin-bottom: 2rem;
  }
}

.loading-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--colorPrimary);
  opacity: 0.6;
}

.loading-spinner {
  width: 2rem;
  height: 2rem;
  border: 3px solid var(--colorLight);
  border-top: 3px solid var(--colorPrimary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.feature-icon {
  font-size: 1.2rem;
  margin-right: 0.5rem;
  opacity: 0.8;
}

/*  */
.map-viewer {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0.5rem;
  box-shadow: var(--shadow-md);
  background: white;
  position: relative;
  overflow: hidden;
}

.map-embed {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0.5rem;
}

button {
  cursor: pointer;
}

/* Modal Form */
.modal-header {
  background-color: var(--colorPrimary);
  color: white;
}
