* {
  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: #175ba7;
  --colorSecondary: #18a54d;
  --colorBlack: #000000;
  --colorWhite: #ffffff;
  --colorOffWhite: #f7f7f7;
  --colorBorderWhite: #dbe4e9;
  --colorBlack: #000000;
  --colorHalfBlack: #333333;
  --colorBackgroundBlack: #343a40bd;
  --colorThemeBlack: #020202;
}

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

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

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

.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;
  }
}

/* Navbar Ends */

main {
  margin-top: 80px;
}

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

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

@media screen and (max-width: 600px) {
  .carousel-item .banner1 {
    content: url("../img/banners/mobile_banner1.jpg");
  }
  .carousel-item .banner2 {
    content: url("../img/banners/mobile_banner2.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; */
}

/* InfoBox */
.info-box {
  padding-bottom: 20px;
  color: var(--colorBlack);
}
.info-status {
  font-size: 1em;
  text-shadow: 0 1px 2px var(--colorHalfBlack);
  background-color: var(--colorPrimary);
  display: block;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  color: var(--colorWhite);
}

.info-title {
  font-size: 1.9em;
  font-weight: 600;
  padding: 1.2vw 0.8vw 0.3vw;
  text-transform: uppercase;
  font-family: "Trajan_Pro_Bold";
}

.info-location {
  font-size: 15px;
  padding: 3px 4px 0 0;
}

/* Color Card */
.card-d {
  width: 95%;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.info-box span.heading2 {
  font-weight: 400;
  width: 9em !important;
  display: inline-block;
}
.info-box span.heading1,
.info-box span.heading2 {
  text-align: left;
  vertical-align: top;
  font-size: 0.9em;
}
.info-box span.heading1 {
  font-weight: 700;
  width: 9em !important;
  display: inline-block;
}

/* Offer Box */
.of-box {
  font-size: 15px;
  width: 95%;
  margin-left: auto !important;
  margin-right: auto !important;
  font-weight: 700;
  text-align: center;

  padding: 8px;
}

.offer-text {
  display: block;
  font-size: 0.9em !important;
  color: var(--colorWhite);
  border: 2px dashed var(--colorWhite);
  padding: 10px 5px;
}

/* Tagline & Price */
.info-tag-line {
  display: block;
  padding: 0.1vw 0.8vw;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 0.9em;
  text-align: center;
  margin-top: 10px;
}
.info-price {
  display: block;
  text-align: center;
  padding: 0.1vw 0.8vw 0.3vw;
  font-size: 1.8em;
  font-weight: 900;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  line-height: 28px;
}
.offer-bg-animation {
  color: var(--colorWhite);
  display: block;
  background: linear-gradient(
    -45deg,
    var(--colorPrimary),
    var(--colorSecondary),
    var(--colorPrimary),
    var(--colorSecondary)
  );
  background-size: 400% 400%;
  -webkit-animation: 3s infinite Gradient;
  -moz-animation: 3s infinite Gradient;
  animation: 3s infinite Gradient;
}

/*  */
/* For Desktop */
/* InfoBox */
@media only screen and (min-width: 990px) {
  .info-box {
    color: var(--colorBlack);
    width: 25vw;
    text-align: center;
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 9;
    margin-top: 7em;
    padding-bottom: 1.5vw;
    display: inline-block;
    background-color: var(--colorWhite);
    border-radius: 15px;
    border: 3px solid var(--colorBorderWhite); /*gradient Border animation */
    /* padding-top: 1.5vw; */
  }

  .info-status {
    border-radius: 15px 15px 0 0;
  }

  .info-box .info-title {
    font-size: 1.5em;
    padding: 5px 3px 5px;
  }
  .info-location {
    font-size: 0.9em;
    padding: 0;
    margin: 0;
  }
}

/* All Buttons */
.pro-button {
  font-size: 1.1em;
  padding: 0.5em 1.5em;
  border-radius: 10px;
}

/* Overview */
.overview_img {
  margin-bottom: 20px; /* Creates overlap effect */
}

.overview_img img {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

/* Highlights */
.highlights {
  text-align: left;
}
.whybuy li:before {
  content: "";
  height: 8px;
  width: 8px;
  background: var(--colorPrimary);
  position: absolute;
  left: 16px;
  top: 20px;
  border-radius: 50%;
  z-index: 2;
}

.whybuy li::after {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  width: 0;
  background: var(--colorPrimary);
  top: 0;
  z-index: 1;
  transition: ease all 0.5s;
}

.whybuy li {
  background: #eaeaea;
  margin-bottom: 15px;
  padding: 15px 10px 15px 30px;
  position: relative;
  list-style: none;
}

.whybuy {
  content: "";
  padding-left: 0;
}

.whybuy li:hover::after {
  width: 100%;
  transition: ease all 0.5s;
}

.whybuy li:hover:before {
  background: var(--colorWhite);
  transition: ease all 0.5s;
}

.whybuy li:hover {
  color: var(--colorWhite);
  transition: ease all 0.5s;
}

.whybuy li span {
  position: relative;
  z-index: 2;
  padding-left: 10px;
}

/* gallery */

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

.gall {
  border: 2px dashed 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; */
}

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

/* Pricing */

/* Global Smooth Transition (except table rows now) */
* {
  transition: 0.25s ease;
}

/* ======== DESKTOP TABLE STYLING ======== */
.table {
  border-collapse: separate !important; /* IMPORTANT */
  border-spacing: 0; /* Removes gaps */
  border: 2px solid #dce3ec; /* Outer Border now visible */
  border-radius: 18px;
  overflow: hidden;
}

.table thead th {
  background: var(--colorPrimary);
  color: #ffffff;
  font-weight: 600;
  padding: 16px;
  text-align: center;
  /* border: none; */
}

.table tbody tr {
  border-bottom: 1px solid #e9ecef;
}

.table tbody tr:last-child td {
  border-bottom: none; /* remove last inner line */
}

.table td {
  padding: 16px 12px;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
}

/* REMOVE HOVER EFFECT */
.table tbody tr:hover {
  background: transparent;
  transform: none;
}

.table td {
  padding: 16px 12px;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
}

/* Desktop Buttons */
.table .btn {
  background: var(--colorSecondary);
  border-color: var(--colorSecondary);
  color: #fff;
  border-radius: 10px; /* Softer rounded buttons */
  padding: 8px 20px;
  font-weight: 500;
  transition: 0.3s ease;
}

.table .btn:hover {
  background: #13833e;
  border-color: #13833e;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(24, 165, 77, 0.35);
}

/* ======== MOBILE CARD VIEW ======== */
.price-card {
  border-radius: 18px; /* More rounded cards */
  border: 1px solid #dfe6ee;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  padding: 22px 18px;
  background: #ffffff;
  text-align: center;
  margin-bottom: 18px;
  transition: 0.3s ease;
}

.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(23, 91, 167, 0.18);
}

/* Card Text */
.price-card h5 {
  font-weight: 600;
  color: var(--colorPrimary);
  margin-bottom: 5px;
}

.price-card p {
  margin: 0;
  color: #555;
  font-size: 15px;
}

.price-card h4 {
  font-weight: 700;
  margin: 12px 0 10px;
  color: var(--colorSecondary);
}

/* Card Buttons */
.price-card .btn {
  width: 100%;
  border-radius: 10px;
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
  color: #fff;
  padding: 10px 0;
  font-weight: 500;
  transition: 0.3s ease;
}

.price-card .btn:hover {
  background: #10477f;
  border-color: #10477f;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(23, 91, 167, 0.3);
}
/* Pricing End */

/* Amenties */
.amenities-section {
  /* background: linear-gradient(135deg, var(--bg-color) 0%, #d4c8b3 100%); */
  padding: 80px 0;
  position: relative;
}

/* .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--colorPrimary);
  margin-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--colorSecondary),
    var(--tertiary-color)
  );
  border-radius: 2px;
}

.section-subtitle {
  font-size: 1.2rem;
  color: var(--tertiary-color);
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
} */

.amenity-card {
  background: var(--colorWhite);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(39, 39, 39, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 30px;
  overflow: hidden;
  border: none;
  position: relative;
}

.amenity-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(39, 39, 39, 0.15);
}

.amenity-image {
  position: relative;
  overflow: hidden;
  height: 220px;
  background: linear-gradient(45deg, var(--bg-color), #d4c8b3);
}

.amenity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.amenity-card:hover .amenity-image img {
  transform: scale(1.1);
}

.amenity-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--colorSecondary);
  box-shadow: 0 4px 15px rgba(39, 39, 39, 0.1);
  transition: all 0.3s ease;
}

.amenity-card:hover .amenity-icon {
  background: var(--colorSecondary);
  color: var(--colorWhite);
  transform: scale(1.1);
}

.amenity-content {
  padding: 25px;
  text-align: center;
}

.amenity-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--colorPrimary);
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.amenity-card:hover .amenity-title {
  color: var(--colorSecondary);
}

.amenity-description {
  font-size: 0.95rem;
  color: var(--tertiary-color);
  line-height: 1.6;
  font-weight: 300;
}

/* Placeholder images with gradient backgrounds */
.placeholder-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.swimming-pool {
  background: linear-gradient(
    135deg,
    var(--colorSecondary),
    var(--tertiary-color)
  );
}
.gymnasium {
  background: linear-gradient(135deg, var(--colorPrimary), var(--theme-black));
}
.jogging-track {
  background: linear-gradient(
    135deg,
    var(--tertiary-color),
    var(--colorPrimary)
  );
}
.reflexology {
  background: linear-gradient(135deg, var(--colorSecondary), #c4a664);
}
.sports-court {
  background: linear-gradient(
    135deg,
    var(--colorPrimary),
    var(--tertiary-color)
  );
}
.indoor-games {
  background: linear-gradient(
    135deg,
    var(--tertiary-color),
    var(--colorSecondary)
  );
}
.amphitheatre {
  background: linear-gradient(135deg, var(--theme-black), var(--colorPrimary));
}
.banquet-hall {
  background: linear-gradient(
    135deg,
    var(--colorSecondary),
    var(--tertiary-color)
  );
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .amenities-section {
    padding: 60px 0;
  }

  /* .section-title h2 {
    font-size: 2rem;
  } */

  .amenity-image {
    height: 200px;
  }

  .amenity-content {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  /* .section-title h2 {
    font-size: 1.8rem;
  } */

  .amenity-image {
    height: 180px;
  }
}

/* Custom loading animation */
.loading-animation {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.loading-animation:nth-child(1) {
  animation-delay: 0.1s;
}
.loading-animation:nth-child(2) {
  animation-delay: 0.2s;
}
.loading-animation:nth-child(3) {
  animation-delay: 0.3s;
}
.loading-animation:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.amenity-description {
  display: none;
}
.amenity-title {
  text-transform: uppercase;
}

/*  */
/* Location Section */

.location-section {
  background-color: var(--light-color);
}
/* .location-section {
  padding: 100px 0;
  background-color: #f9f9f9;
  position: relative;
  background: linear-gradient(to right, #fafafa, #f5f5f5);
} */

.location-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: url("/api/placeholder/800/1600") center/cover no-repeat;
  opacity: 0.05;
  z-index: 0;
}

.location-container {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 500px;
  z-index: 1;
}

.location-map {
  flex: 1;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  background: white;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .location-map {
    height: 400px;
  }
}

.map-container {
  position: relative;
  height: 100%;
  background: linear-gradient(135deg, #f8f8f8, #ffffff);
  border-radius: 20px;
  overflow: hidden;
}

.map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.location-center-point {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: var(--colorPrimary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  box-shadow: 0 0 0 8px rgba(195, 150, 77, 0.3);
  z-index: 10;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(195, 150, 77, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(195, 150, 77, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(195, 150, 77, 0);
  }
}

.location-points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.location-point {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.location-point:hover {
  z-index: 10;
}

.location-point-icon {
  width: 24px;
  height: 24px;
  background-color: var(--colorBlack);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8rem;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.location-point.active .location-point-icon,
.location-point:hover .location-point-icon {
  background-color: var(--colorPrimary);
  transform: scale(1.3);
  box-shadow: 0 5px 15px rgba(195, 150, 77, 0.4);
}

.location-point-label {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--colorBlack);
  color: white;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 0.7rem;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.location-point:hover .location-point-label {
  opacity: 1;
  top: -35px;
}

.radius-circle {
  z-index: 2;
}

.location-details {
  flex: 1;
  padding-left: 60px;
}

.nav-pills {
  display: flex;
  border-bottom: 2px solid rgba(30, 51, 88, 0.1);
  margin-bottom: 35px;
}

.nav-pills {
  padding: 15px 25px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.nav-pills .nav-link {
  color: var(--colorBlack);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-link:hover {
  background-color: transparent;
  color: var(--colorSecondary);
  font-weight: 600;
}

.nav-pills .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--colorPrimary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.connectivity-tab.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.connectivity-content {
  display: none;
}

.connectivity-content.active {
  display: block;
}

.location-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-left: 4px solid transparent;
  position: relative;
  overflow: hidden;
}

.location-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(195, 150, 77, 0.05), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.location-card:hover {
  transform: translateX(15px);
  border-left-color: var(--colorPrimary);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.location-card:hover::before {
  opacity: 1;
}

.location-card.active {
  border-left-color: var(--colorPrimary);
  background: linear-gradient(to right, rgba(195, 150, 77, 0.05), transparent);
}

.location-icon {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--colorBlack);
  font-size: 1.8rem;
  margin-right: 25px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.location-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--colorPrimary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.location-card:hover .location-icon {
  color: var(--colorPrimary);
  background-color: #f0f0f0;
}

.location-card:hover .location-icon::after {
  transform: scaleX(1);
  transform-origin: left;

  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--colorSecondary);
  font-size: 1.5rem;
  margin-right: 20px;
  flex-shrink: 0;
}

.location-info {
  flex-grow: 1;
}

.location-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--colorPrimary);
  margin-bottom: 5px;
  text-align: left !important;
}

.location-name i {
  color: var(--colorSecondary);
}
.location-distance {
  font-size: 0.9rem;
  color: #666;
  display: flex;
  align-items: center;
}

.location-distance i {
  margin-right: 5px;
  color: var(--colorPrimary);
}

.time-badge {
  background-color: var(--colorSecondary);
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--colorWhite);
  margin-left: auto;
  display: flex;
  align-items: center;
}

.time-badge i {
  margin-right: 5px;
  color: var(--colorPrimary);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .location-container {
    flex-direction: column;
  }

  .location-map,
  .location-details {
    width: 100%;
  }

  .location-details {
    padding-left: 0;
    padding-top: 40px;
  }
}

@media (max-width: 576px) {
  .nav-pills {
    padding: 12px 0px;
    font-size: 0.88rem;
  }
}

@media screen and (max-width: 600px) {
  .location-card {
    flex-direction: column;
    align-items: start;
  }
}

/* Virtual Tour Section */

.virtual-visit {
  height: 500px;
}

.bg-image {
  background-image: url("../img/gallery/gallery02.jpg");
  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/gallery01.jpg");
}

.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: var(--colorPrimary);
  background: url("../img/extras/layer01.jpg") repeat #272727;

  background-repeat: 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: 5px 10px;
  color: var(--colorWhite);
}
img.img-fluid.p-2.scale-up-center {
  height: 50px !important;
}

.form-label {
  display: none;
}
.inputStyle {
  font-size: 1em;
  border-top: none;
  border-left: none;
  border-right: none;
}
.submit-btn,
.submit-btn:hover,
.submit-btn:focus-visible,
.submit-btn:active {
  background-color: var(--colorSecondary) !important;
  border: none !important;
}
