@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: "Nunito Sans", sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  object-fit: cover;
}

:root {
  --bg-color: #ffffff;
  --bg-color1: #16a34a;
  --bg-color2: #f6f3ff;
  --bg-color3: #e0e0e049;
  --bg-color4: #0b2c3d;
  --bg-dark: #000000;
  --text-color: #ffffff;
  --text-color1: #16a34a;
  --text-color2: #646569;
  --dark-text-color: #000000;
}

.pt1 {
  padding: 60px 0px;
}

.pt2 {
  padding: 120px 0px;
}

.pt3 {
  padding: 120px 0px 200px 0px;
}

.pt4 {
  padding: 100px 0px;
}

.pl1 {
  padding: 0px 60px;
}

.pl2 {
  padding: 0px 120px;
}

.pl3 {
  padding: 0px 160px;
}

/* Btn start */
.header_btn1 {
  background-color: #b28e3b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
      border: 2px solid #fff;
}

.header_btn1:hover {
  color: #b28e3b;
  transition: all 0.5s ease-in-out;
  background: transparent;
  border: 2px solid #b28e3b;
}


.play_btn i {
  margin-left: 30px;
  font-size: 22px;
  height: 50px;
  width: 50px;
  background-color: var(--bg-color, #fff);
  backdrop-filter: blur(5px);
  color: var(--text-color1, #000);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  animation: glowShadow 2s linear infinite;
}

.play_btn i:hover {
  background-color: var(--bg-color1, #eee);
  color: var(--text-color);
}

/* Btn End */

.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: var(--bg-color);
  padding: 15px 0px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding-right: 30px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #b28e3b;
  transition: all 0.3s ease-in-out;
}

/* Slider Start  */
.bg-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Optional dark overlay */
.bg-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Lighter than 0.703 */
  z-index: 1;
}


/* Place content above the overlay */
.bg-content {
  position: relative;
  z-index: 2;
}

/* Bg Content Start */
.bg-content {
  position: absolute;
  top: 15%;
  z-index: 2;
  width: 100%;
}

.bg-content .reg_form {
  border-radius: 20px;
  padding: 20px;
  backdrop-filter: blur(15px);
  background-color: #ffffff1c;
}

.bg-content .reg_form form {
  border-radius: 10px;
  padding: 40px 35px;
  background-color: var(--bg-color);
}

.bg-content .reg_form form h1 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.bg-content .reg_form form input {
  height: 50px;
  border-radius: 10px;
}

.bg-content .bg_details .d1 i {
  color: #b28e3b;
}

.bg-content .bg_details .d1 {
  font-size: 24px;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: -15px;
}

.bg-content .bg_details .d2 {
  font-size: 60px;
  font-weight: bold;
  color: var(--text-color);
  letter-spacing: 2px;
}

.bg-content .bg_details .d3 {
  color: var(--text-color);
  font-size: 18px;
}

.bg-content .bg_details .d4 p {
  background-color: #fff;
  padding: 4px 10px;
  width: 100%;
  margin-bottom: 0px;
}

.bg-content .bg_details .d4 {
  /* padding: 15px; */
  width: 55%;
  font-size: 24px;
  font-weight: 600;
  background-color: #ffffff2d;
  color: #b28e3b !important;
  backdrop-filter: blur(10px);
}

.bg-content .bg_details .d5 {
  color: var(--text-color, #000);
  margin: 0px 0px;
  font-size: 30px;
}

.bg-content .bg_details .d5 span {
  font-size: 36px;
  font-weight: 800;
  /* display: inline-block; */
  /* animation: zoomText 1.5s ease-in-out infinite; */
}

.bg-content .bg_details .card {
  width: 55%;
  border-radius: 0px;
  margin: 10px;
  border: none;
  background-color: transparent;
  /* backdrop-filter: blur(8px); */
}

.bg-content .bg_details .card .card-title {
  background-color: var(--bg-color);
  color: #b28e3b;
  padding: 10px 15px;
  font-weight: bold;
}

.bg-content .bg_details .card ul {
  margin-bottom: 0px;
}

.bg-content .bg_details .card li {
  color: var(--text-color);
  font-size: 18px;
}

.bg-content .bg_details .card li i {
  color: #b28e3b;
}

.arrow_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Bg Content End */

/* highlights Start */
.highlights{
  background-color: var(--bg-color3);
}
.highlights .h_title {
  margin-bottom: 30px;
}

.highlights .h_title .left {
  text-align: center;
  margin-bottom: 15px;
  margin: 0px auto;
  width: 60%;
}
.highlights .h_title .left p {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 20px;
  color: #b28e3b;
}
.highlights .h_title .left p img {
  height: 26px;
}
.highlights .h_title .left h2 {
  font-size: 34px;
  font-weight: 700;
}

.highlights .h_title .right p {
  font-size: 18px;
  color: var(--text-color2);
}

.highlights .row {
  display: flex;
  align-items: center;
}

.highlights .col-lg-6 {
  display: flex;
  align-items: center;
}

.highlights .left,
.highlights .right {
  width: 100%;
}

.highlights .card {
  border: none;
  box-shadow: 0 3px 10px 0 rgba(57, 106, 191, 0.16);
  border-radius: 0px;
  padding: 20px 10px;
  margin-bottom: 26px;
  transition: 0.3s;
}
.highlights .card:hover {
  transform: translateY(-6px);
  transition: 0.3s;
}
.highlights .card .card-title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

/* highlights End */

/* Overview Section Start  */

.overview .overview_content .title {
  font-size: 18px;
  font-weight: 700;
  color: #b28e3b;
  margin-bottom: 0px;
}
.overview .overview_content {
  padding: 30px;
}
.overview .overview_content .points{
    display:flex;
    justify-content: space-between;
}
.overview .overview_content .subtitle {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.overview .overview_content .details {
  color: var(--text-color2);
  font-size: 18px;
  margin-bottom: 12px;
  text-align: justify;
}

.overview .overview_content .title .check {
  height: 26px;
}

.overview .overview_content p {
  font-size: 16px;
  text-align: justify;
  color: var(--text-color2);
}

.overview .overview_content span {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.overview .overview_content span .check {
  height: 20px;
}

.overview .overview_content .header_btn1 {
  margin-top: 30px;
}
.overview .img1 {
  height: 330px;
  width: 100%;
  margin-bottom: 18px;
  border-radius: 3px;
}
.overview .img2 {
  height: 220px;
  width: 100%;
  margin-bottom: 18px;
  border-radius: 3px;
}

.overview .img-wrapper {
  height: 550px;
  overflow: hidden;
  border-radius: 10px;
}

.overview .img-wrapper1 {
  height: 267px;
  margin-bottom: 17px;
  overflow: hidden;
  border-radius: 10px;
}

.overview .inner-img {
  transition: 0.5s;
}

.overview .inner-img:hover {
  transform: scale(1.1);
  border-radius: 10px;
}

.overview .img-wrapper {
  display: inline-block;
  box-sizing: border-box;
}

/* Overview Section End  */

/* Contactus Area Start */

.contactus .container {
  background-color: transparent;
  border: 1px solid #64656944;
  padding: 10px;
  border-radius: 0px;
  margin-top: -80px;
}
.contactus .container .content {
  background-color: var(--bg-color4);
  border-radius: 0px;
  padding: 50px 40px;
}
.contactus .container .content .slot p {
  font-size: 16px;
  color: var(--text-color);
}
.contactus .container .content .slot h4 {
  font-size: 30px;
  font-weight: 800;
  color: var(--text-color);
}
.contactus .container .row {
  display: flex;
  align-items: center;
}


/* Contactus Area End */

/* Pricelist Start */

.amenities .amenities_title {
  margin-bottom: 30px;
  text-align: center;
  width: 60%;
  margin: 0px auto;
  margin-bottom: 20px;
}
.amenities .amenities_title .title {
  font-size: 18px;
  font-weight: 700;
  color: #b28e3b;
  margin-bottom: -5px;
}
.amenities .amenities_title .title img {
  height: 26px;
}
.amenities .amenities_title .subtitle {
  font-size: 34px;
  font-weight: 700;
}
.amenities .amenities_title .content {
  font-size: 18px;
  color: var(--text-color2);
}

.amenities .amenities_title .row {
  display: flex;
  align-items: center;
}

.amenities .amenities_content .card {
  margin-bottom: 32px;
  /* height: 220px; */
  border-radius: 12px;
  border: none;
  box-shadow: 0 3px 10px 0 rgba(57, 106, 191, 0.16);
  transition: 0.3s;
  padding: 10px;
  width: 98%;
}

.amenities .amenities_content .card .icon {
  display: flex;
  justify-content: flex-end;
}

.amenities .amenities_content .card .icon .am_img {
  height: 60px;
  margin-bottom: 20px;
  background-color: var(--bg-color);
  border-radius: 5px;
  padding: 6px;
  box-sizing: border-box;
  box-shadow: 0 3px 10px 0 rgba(57, 106, 191, 0.16);
}

.amenities .amenities_content .card:hover {
  background-color:  #b28e3b;
  transition: 0.3s;
  transform: translateY(-15px);
}

.amenities .amenities_content .card:hover .title,
.amenities .amenities_content .card:hover .card-title,
.amenities .amenities_content .card:hover .card-text {
  color: var(--text-color);
}

.amenities .amenities_content .card .title {
  color: var(--bg-color1);;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.amenities .amenities_content .card .card-title {
  font-weight: 700;
}

.amenities .amenities_content .card .card-text {
  color: var(--text-color2);
}

/* Amenities End */

/* video section Start */

.video {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
  z-index: 1;
}

.video video.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: fill;
  z-index: 0;
}

/* Optional overlay */
.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-dark); /* e.g., rgba(0,0,0,0.6); */
  opacity: 0.3;
  z-index: 1;
}

.video .play {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.video .play .circle {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 6px;
}
.video .play a {
  background-color: var(--bg-color);
  font-size: 16px;
  color: #b28e3b;
  font-weight: 700;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  transition: all 0.3s ease;
  animation: glowShadow 2s linear infinite;
}


/* video section End */

/* Gallery Section Start */
.gallery {
  background-color: var(--bg-color3);
}

.gallery .gallery_title {
  text-align: center;
}

.gallery .gallery_title .title img {
  height: 26px;
}

.gallery .gallery_title .title {
  font-size: 18px;
  font-weight: 700;
  color:  #b28e3b;
  margin-bottom: -30px;
}

.gallery .gallery_title .subtitle {
  width: 60%;
  margin: 30px auto;
  font-size: 34px;
  font-weight: 700;
}

.gallery .gallery_img .card {
  border: none;
  background-color: transparent;
}
.gallery .gallery_img .img1 {
  height: 450px;
  margin-bottom: 26px;
  border-radius: 10px;
  width: 100%;
}
.gallery .gallery_img .img3 {
  height: 325px;
  margin-bottom: 26px;
  border-radius: 10px;
  width: 100%;
}
.gallery .gallery_img .img2 {
  height: 200px;
  margin-bottom: 26px;
  border-radius: 10px;
  width: 100%;
}

/* Gallery Section End */

/* Floorplan Section Start */
.floorplan {
  background-color: var(--bg-color3);
}

.floorplan .floorplan_title {
  text-align: center;
}

.floorplan .floorplan_title .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: -34px;
  color: #b28e3b;
}

.floorplan .floorplan_title .title img {
  height: 26px;
}

.floorplan .floorplan_title .subtitle {
  font-size: 34px;
  font-weight: 700;
  width: 60%;
  margin: 30px auto;
}

.floorplan .floorplan_content .card {
  background: transparent;
}

.floorplan .floorplan_content .card1 {
  border: none;
}

.floorplan .floorplan_content .card1 img {
  height: 100%;
  border-radius: 10px;
}

.floorplan .floorplan_content .card1:hover .card-body {
  transform: translateY(-10px);
  transform: scale(1.03);
  transition: 0.4s;
}

.floorplan .floorplan_content .card1 .card-body {
  transition: 0.4s;
  width: 93%;
  background-color: var(--bg-color);
  margin: 0px auto;
  box-shadow: 0 3px 10px 0 rgba(57, 106, 191, 0.16);
  margin-top: -80px;
  border-radius: 5px;
  padding: 31px;
}

.floorplan .floorplan_content .card1 .card-title {
  font-weight: 800;
}

.floorplan .apartment_section .card .plan1 {
  width: 100%;
}

.floorplan .floorplan_content .card1 .mp {
  height: 30px;
  border-radius: 0px;
}

.floorplan .floorplan_content .card1 a {
  font-size: 18px;
  font-weight: 700;
  color: var(--bg-dark);
}

.floorplan .floorplan_content .card1 .arrow2 {
  height: 26px;
}

.floorplan .floorplan_content .card1 a:hover {
  color: #b28e3b;
  transform: translateY(-10px);
  border-bottom: 1px solid #b28e3b;
  padding-bottom: 5px;
  transition: 0.3s;
}

.floorplan .floorplan_content .card .card-title {
  font-weight: 700;
  transition: 0.3s;
}

.floorplan .floorplan_content .card:hover .card-title {
  color: #b28e3b;
  transition: 0.3s;
}

.floorplan .floorplan_content .card .plan {
  height: 30px;
}

.floorplan .floorplan_content .card .details i {
  font-size: 14px;
  color: #b28e3b;
}

.floorplan .floorplan_content .card .details {
  display: flex;
  justify-content: space-between;
  margin-bottom: -13px;
  font-size: 17px;
}

hr {
  color: #b28e3b;
  margin-top: 5px;
  margin-bottom: 5px;
}

.floorplan .apartment_section .card {
  border: none;
}

.floorplan .apartment_section .card img {
  height: 195px;
  border-radius: 5px;
}

.floorplan .apartment_section .card .card-body {
  padding: 25px;
  background-color: var(--bg-color);
  box-shadow: 0 3px 10px 0 rgba(57, 106, 191, 0.16);
  border-radius: 5px;
  margin-left: -60px;
  margin-top: 20px;
  transition: 0.4s;
}

.floorplan .apartment_section .card .card-body:hover {
  transform: translateY(-10px);
  transform: scale(1.05);
  transition: 0.4s;
}

.floorplan .floorplan_content .card a {
  color: var(--text-color2);
}

/* Floorplan Section End */

/* Location Section Start */
.location .location_title .title img {
  height: 26px;
}

.location .location_title .title {
  font-size: 18px;
  font-weight: 700;
  color: #b28e3b;
}

.location .location_title .subtitle {
  font-size: 34px;
  font-weight: 700;
}

.location .location_img {
  height: 450px;
  border: 5px solid #b28e3b;
  width: 100%;
  filter: blur(6px);
}

.location .location_content {
  margin: 20px 0px 30px 0px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color2);
}

.location .location_content ul li {
  margin-bottom: 3px;
}

.location .location_content ul li i {
  color: #b28e3b;
}

.image-hover-effect {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: inline-block;
  overflow: hidden;
}

.image-hover-effect img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.image-hover-effect:hover img {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Location Section End */

/* contact_us Area start */
.contact_us {
  padding-bottom: 100px;
}

.contact_us .container {
  background-color: var(--bg-color3);
  width: 50%;
  margin: 0px auto;
  padding: 80px;
  border-radius: 30px;
}

.contact_us h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--bg-dark);
}

.contact_us p {
  margin-bottom: 30px;
}

.contact_us form input {
  height: 50px;
  border-radius: 10px;
}

/* contact_us Area end*/

/* Modal Area Start */

.modal .modal-details{
  background-color: #ffffff38;
  backdrop-filter: blur(15px);
  width: 100%;
  padding: 10px;
}
.modal .modal-content {
  padding: 10px;
  border-radius: 0px;
}

.modal .modal-body input {
  height: 50px;
  border-radius: 1px;
}

.modal .modal-header {
  border-bottom: none;
  margin-bottom: -20px;
}

.modal .modal-content .modal-header h1 {
  font-size: 40px;
}

.modal .modal-body .modal_subtitle {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}

.modal .modal-body .modal_title {
  font-size: 40px;
  margin-bottom: -16px;
  text-align: center;
  font-weight: 800;
  color: #b28e3b;
}

.modal .modal_details {
  font-size: 22px;
  text-align: center;
  margin: 10px 0px;
  font-weight: 600;
}

/* Modal Area End */

/* Footer Section Start */

footer {
  background-color: black;
  padding: 40px 0px;
  text-align: center;
}

footer .footer-content {
  color: grey;
  font-size: 16px;
}

footer .footer-content b {
  color: white;
}

@media (max-width: 786px) {
  footer .footer-content {
    font-size: 12px;
  }
}

/* Image Hover Effec */

.partners {
  background-color: #f6f6f6;
  padding: 60px 0px;
  text-align: center;
}

.partners .card .card_img{
  height: 70px;
  width: 70px;
  border-radius: 50px;
  margin: 0px auto;
  background-color: red;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--bg-color1);
}
.partners .card {
  margin-top: 20px;
  border: none;
  height: 100%;
  box-shadow: 0 3px 10px 0 rgba(57, 106, 191, 0.16);
}

.partners .card .card-body p {
  font-size: 14px;
  color: #000;
}

.partners .card .card-body h5 {
  /* margin-bottom: 0px; */
  font-size: 17px;
  color: #16a34a;
}
.partners .card img{
    height: 100px;
}
.partners p img{
  height: 26px;
}
.partners p {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 20px;
  color: #b28e3b;
}

.partners .card .card_img img {
  height: 100%;
  width: 100%;
  border-radius: 100px;
}