@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: "Funnel Display", sans-serif;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  object-fit: cover;
}
:root {
  --primary-color: #00254a;
  --secondary-color: #e0935b;
  --info-color: #f1edea;
  --bg-dark: #000000;
  --bg-light: #ffffff;
}
.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;
}

/* ###############################  Navbar Section Start  #################################  */
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}

.slider1 {
	height: 80px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: auto;
  z-index: 1000;
	
	.slide-track {
		animation: scroll 40s linear infinite;
		display: flex;
		width: calc(250px * 14);
	}
	.slide {
		height: 80px;
		width: 250px;
	}
	.slide img{
		height: 100%;
    width: 100%;
	}
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 40px;
  background: white;
  box-shadow: 0px 0px 10px #00000031;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}

.navbar .navbar-brand img {
  height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  padding-right: 30px;
  color: var(--bg-dark);
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #e0935b;
}

.splide {
  position: relative;
  height: 100%; /* Ensures full height */
  overflow: hidden;
}

.splide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-dark);
  opacity: 0.8;
  z-index: 1;
}

.splide__slide img {
  height: 90vh;
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
}
.slider {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--bg-light);
  text-align: center;
  width: 100%;
  max-width: 100%;
  text-align: justify;
}
.splide .slider_form {
  background-color: #00000077;
  width: 88%;
  margin-left: auto;
  padding: 15px;
}
.splide .slider_form form {
  padding: 40px;
  background-color: #00000077;
  border: 2px solid var(--bg-light);
}
.splide .slider_form .heading {
  text-align: center;
}
.splide .slider_form .heading .subtitle {
  font-size: 15px;
  color: var(--secondary-color);
}
.splide .slider_form .heading .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.splide .slider_form .btn {
  width: 100%;
  height: 50px;
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.splide .slider_form .btn:hover {
  background-color: transparent;
  border: 2px solid var(--secondary-color);
}
.splide .slider_form input::placeholder {
  color: var(--bg-light);
}
.splide .slider_form input {
  height: 50px;
  background-color: transparent;
  border: 2px solid var(--bg-light);
}

.splide .slider_form i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.slider .project_details {
  margin: 60px 0px;
}
.slider .project_details .name {
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
}
.slider .project_details .location i {
  color: var(--secondary-color);
}
.slider .project_details .location {
  font-size: 30px;
}
.slider .project_details .price span {
  font-size: 36px;
  font-weight: 800;
}
.slider .project_details .price {
  font-size: 30px;
  margin-bottom: 20px;
}

/* Highlights Section Start */

.highlights {
  padding: 100px 0px;
  /* background-color: var(--info-color); */
}
.highlights .header_section {
  text-align: center;
}
.highlights .header_section .title {
  font-size: 16px;
  /* background-color: #0000002c; */
  /* box-shadow: 0px 0px 10px #e0925b4b; */
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  width: fit-content;
  padding: 5px 15px;
  border-radius: 15px;
  margin: 0px auto;
  font-weight: 600;
}
.highlights .header_section .subtitle {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 40px;
}
.highlights .card {
  box-shadow: 0px 0px 10px #00000028;
  border-radius: 10px;
  border: none;
  margin-bottom: 26px;
}
.highlights .card .card-title {
  text-align: center;
  font-size: 22px;
}

/* Highlights Section End */

/* Overview Section Start */

.overview {
  padding: 120px 0px;
}
.overview .overview_img img {
  height: 550px;

  width: 100%;
}
.overview_img {
  position: relative;
  display: inline-block;
}

.overview_img img {
  display: block;
  width: 100%;
  height: auto;
}

.overview_img::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 150px;
  height: 200px;
  border-top: 15px solid var(--secondary-color);
  border-left: 15px solid var(--secondary-color);
}

.overview .overview_content {
  padding: 30px;
}
.overview .overview_content .title {
  font-size: 18px;
  color: var(--secondary-color);
}
.overview .overview_content .subtitle {
  font-size: 38px;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 32px;
}
.overview .overview_content .content {
  margin-bottom: 20px;
}
.overview .overview_content .points {
  margin-bottom: 20px;
  background-color: var(--info-color);
  border-left: 5px solid var(--secondary-color);
}
.overview .overview_content .points .card .card-title {
  margin-bottom: 0px;
  padding: 5px;
  font-size: 18px;
  font-weight: 400;
}
.overview .overview_content .points .card img {
  height: 20px;
}
.overview .overview_content .points .card {
  border: none;
  background-color: transparent;
  border-radius: 0px;
  padding-left: 10px;
}

/* Overview Section End */

/* Pricelist Section Start */
.pricelist {
  padding: 120px 0px;
  background-color: rgba(128, 128, 128, 0.075);
}
.pricelist .card1 {
  background-color: transparent;
  border: none;
}
.pricelist .card1 .card-subtitle {
  font-size: 18px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.pricelist .card1 .card-title {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 26px;
  text-transform: capitalize;
}
.pricelist .card.card1 .card-text {
  margin: 20px 0px;
  text-align: justify;
}

.pricelist .card {
  padding: 10px;
  width: 90%;
  margin: 0px auto;
  border: none;
  box-shadow: 0px 0px 10px #00000015;
  border-radius: 10px;
}
.pricelist .card .card-title {
  text-align: center;
  font-size: 24px;
  text-transform: capitalize;
}
.pricelist .card .card-text {
  display: flex;
  justify-content: space-between;
}

/* Pricelist Section End */

/* Contact US Area Start */
.contact_us {
  background-image: url("../images/ok.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  padding: 60px 0px;
}
.contact_us::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--bg-dark);
  opacity: 0.8;
  position: absolute;
  z-index: 1;
}
.contact_us .container {
  position: relative;
  z-index: 2;
}
.contact_us .title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: var(--bg-light);
}
.contact_us .subtitle {
  margin: 0px auto;
  font-size: 20px;
  text-align: center;
  color: var(--bg-light);
  width: 70%;
}
/* Contact US Area End */

/* Amenities Section Start */

.amenities {
  padding: 120px 0px;
}

.amenities .header_content {
  text-align: center;
  margin-bottom: 60px;
}
.amenities .header_content .st {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
}
.amenities .header_content .title {
  font-size: 38px;
  font-weight: 700;
}
.amenities .header_content .subtitle {
  font-size: 18px;
  width: 60%;
  margin: 0px auto;
}

.amenities .card {
  border-radius: 15px;
  padding: 5px;
  margin-bottom: 26px;
  border: none;
  box-shadow: 0px 0px 10px #0000001e;
}
.amenities .card p {
  margin-bottom: 0px;
  line-height: 20px;
}
.amenities .card .card-title {
  font-size: 22px;
  text-transform: capitalize;
}
.amenities .card img {
  height: 45px;
  margin-bottom: 21px;
}
.amenities .amenities_img img {
  height: 600px;
  width: 100%;
  border-radius: 20px;
}

/* Amenities Section End */

/* gallery Section Start */
.gallery {
  padding: 120px 0px;
}
.gallery .header_section {
  text-align: center;
}
.gallery .header_section .title {
  font-size: 38px;
  font-weight: 700;
}
.gallery .header_section .subtitle {
  font-size: 18px;
  font-weight: 400;
  width: 60%;
  margin: 0px auto;
  margin-bottom: 30px;
}
.gallery .header_section .st {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
}
.gallery img {
  border-radius: 20px;
}
.gallery .img1 {
  height: 450px;
  width: 100%;
  margin-bottom: 25px;
}
.gallery .img2 {
  height: 200px;
  width: 100%;
  margin-bottom: 25px;
}

/* gallery Section End */

/* Floorplan Section Start  */

.floorplan {
  padding: 120px 0px;
  background-color: var(--info-color);
}
.floorplan .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.floorplan .header_content .title .t1 {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary-color);
}
.floorplan .header_content .title .t2 {
  font-size: 38px;
  font-weight: 700;
}
.floorplan .card {
  border-radius: 0px;
  border: none;
  background-color: transparent;
}
.floorplan .image-wrapper {
  position: relative;
  height: 500px;
  border-radius: 10px;
}

.floorplan .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
  border: none;
  display: block;
  border-radius: 10px;
}

.floorplan .image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #68442b;
  z-index: 1;
  opacity: 0.8;
  border-radius: 10px;
}

.floorplan .card .card-body-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  color: #ffffff;
  width: 100%;
  padding: 25px;
  border-radius: 5px;
}
.floorplan .card .card-body {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  color: #ffffff;
  padding: 10px 35px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0px 10px 0px 0px;
  background-color: var(--secondary-color);
}

.floorplan .card .card-body-overlay .card-title {
  /* width: 355px; */
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}

/* Floorplan Section End  */

/* Location Advantages Start */

.location_advantages {
  padding: 120px 0px;
}
.location_advantages .location_map img {
  height: 450px;
  width: 100%;
  border-radius: 15px;
  border: 10px solid var(--bg-light);
  box-shadow: 0px 0px 10px #0000002c;
}
.location_advantages .header_content .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary-color);
}
.location_advantages .header_content .subtitle {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}
.location_advantages .header_content .content ul {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 30px;
}
.location_advantages .header_content .content ul li {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  margin-bottom: 10px;
}
.location_advantages .header_content .content ul li img {
  height: 20px;
}

/* Location Advantages End */

/* Footer Content Start */

.footer_form {
  padding: 120px;
  background-color: var(--info-color);
}
.footer_form .col-lg-5 {
  box-shadow: 0px 0px 10px #0000002c;
  padding: 20px;
  background-color: #fff;
  /* border-radius: 20px; */
}
.footer_form .card {
  border-radius: 0px;
  padding: 40px;
  border: 2px solid var(--secondary-color);
}
.footer_form .header_content {
  text-align: center;
  margin-bottom: 30px;
}
.footer_form .header_content .title {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 600;
}
.footer_form .header_content .subtitle {
  font-size: 38px;
  font-weight: 700;
}
.footer_form input::placeholder {
  font-weight: 600;
}
.footer_form input {
  height: 55px;
  border-radius: 5px;
}
.footer_form .mb-3 i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* Footer Content End */

/* Footer Section Start */

footer {
  padding: 40px 0px;
  background-color: black;
  color: #ffffff5b;
  text-align: center;
}
footer span {
  color: white;
}

/* Footer Section End */

/* Modal Section Start */

.modal .modal-content {
  border-radius: 0px;
  padding: 0px 25px 25px 25px;
  border: 3px solid var(--secondary-color);
}
.modal .modal-content .btn-close {
  margin-right: -25px;
}
.modal .header_content {
  margin-top: -40px;
}
.modal .modal_img img {
  margin-top: -25px;
  height: 400px;
  width: 100%;
}
.modal .modal_details {
  background-color: var(--bg-light);
  padding: 10px;
}
.modal .header_content .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.modal .header_content .subtitle {
  font-size: 32px;
  font-weight: 800;
}
.modal .header_content .position-relative i {
  position: absolute;
  font-size: 18px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.modal .header_content .content input {
  height: 55px;
  border: 2px solid rgba(128, 128, 128, 0.247);
}

/* Modal Section End */

/* Responsive Section Start */

@media (min-width: 1200px) and (max-width: 1600px) {
  .navbar {
    padding: 20px 10px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 20px;
    font-size: 17px;
  }
  .navbar .navbar-brand img {
    height: 45px;
  }
  .splide {
    height: 100%;
  }
  .splide .slider_form {
    width: 100%;
    margin-top: 100px;
  }
  .slider .project_details {
    margin: 200px 0px 0px 0px;
  }
  .footer_form .header_content {
    margin-bottom: 10px;
  }
  .overview .overview_content .subtitle {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .amenities .card img {
    height: 40px;
    margin-bottom: 15px;
  }
  .amenities .card p {
    font-size: 14px;
  }
  .floorplan .image-wrapper {
    height: 450px;
  }
  .floorplan .card .card-body-overlay {
    padding: 20px;
  }
  .footer_form .col-lg-5 {
    width: 50%;
  }
  .footer_form .card {
    padding: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .highlights {
    padding: 70px 0px;
  }
  .navbar {
    padding: 20px 10px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 10px;
    font-size: 17px;
  }
  .navbar .navbar-brand img {
    height: 45px;
  }
  .splide {
    height: 100%;
  }
  .splide .slider_form {
    width: 100%;
    margin-top: 100px;
  }
  .slider .project_details {
    margin: 200px 0px 0px 0px;
  }
  .footer_form .header_content {
    margin-bottom: 10px;
  }
  .overview .overview_content .subtitle {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .amenities .card img {
    height: 40px;
    margin-bottom: 15px;
  }
  .amenities .card p {
    font-size: 14px;
  }
  .floorplan .image-wrapper {
    height: 400px;
  }
  .footer_form .header_content .title {
    font-size: 16px;
  }
  .floorplan .card .card-body {
    padding: 10px 20px;
    font-size: 18px;
  }
  .floorplan .card .card-body-overlay {
    padding: 20px;
  }
  .footer_form .col-lg-5 {
    width: 60%;
  }
  .footer_form .card {
    padding: 25px;
  }
  .cssbuttons-io-button,
  .overview .overview_content .points .card .card-title {
    font-size: 16px !important;
  }
  .splide .slider_form form {
    padding: 20px;
  }
  .splide .slider_form .heading .title,
  .slider .project_details .location,
  .slider .project_details .price,
  .pricelist .card1 .card-title,
  .amenities .header_content .title {
    font-size: 26px;
  }
  .slider .project_details .name {
    font-size: 45px;
  }
  .highlights .header_section .subtitle {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .highlights .card .card-title,
  .amenities .card .card-title,
  .floorplan .card .card-body-overlay .card-title {
    font-size: 18px;
  }
  .overview .overview_content {
    padding: 10px;
  }
  .overview .overview_content .points .card {
    padding-left: 0px;
  }
  .overview .overview_content .points .card .card-body {
    padding: 10px;
  }
  .pricelist .card .card-title {
    font-size: 20px;
  }
  .amenities .card img {
    height: 36px;
  }
  .location_advantages .header_content .subtitle,
  .footer_form .header_content .subtitle {
    font-size: 30px;
  }
  .location_advantages .header_content .content ul li {
    font-size: 16px;
  }
  footer {
    font-size: 14px;
  }
  .gallery .img2 {
    height: 150px;
  }
  .gallery .img1 {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .splide__slide img {
    height: 100%;
  }
  .navbar {
    padding: 20px 10px;
  }
  .overview {
    padding: 90px 0px;
  }
  .overview .overview_img img {
    height: 450px;
  }
  .pricelist .card1,
  .pricelist .card {
    width: 100%;
    margin-bottom: 30px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 10px;
    font-size: 17px;
  }
  .navbar .navbar-brand img {
    height: 45px;
  }
  .splide {
    height: 100%;
  }
  .splide .slider_form {
    width: 100%;
  }
  .slider {
    height: 100%;
    padding: 60px 0px 0px 0px;
  }
  .footer_form .header_content {
    margin-bottom: 10px;
  }
  .overview .overview_content .subtitle {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .amenities .card img {
    height: 40px;
    margin-bottom: 15px;
  }
  .amenities .card p {
    font-size: 14px;
  }
  .floorplan .image-wrapper {
    height: 400px;
  }
  .footer_form .header_content .title {
    font-size: 16px;
  }
  .floorplan .card .card-body {
    padding: 10px 20px;
    font-size: 18px;
  }
  .floorplan .card .card-body-overlay {
    padding: 20px;
  }
  .footer_form .col-lg-5 {
    width: 80%;
  }
  .footer_form .card {
    padding: 25px;
  }
  .cssbuttons-io-button,
  .overview .overview_content .points .card .card-title {
    font-size: 16px !important;
  }
  .splide .slider_form form {
    padding: 20px;
  }
  .splide .slider_form .heading .title,
  .pricelist .card1 .card-title,
  .amenities .header_content .title,
  .floorplan .header_content .title .t2 {
    font-size: 26px;
  }
  .slider .project_details .location {
    font-size: 22px;
  }
  .slider .project_details .price {
    font-size: 18px;
  }
  .slider .project_details .name {
    font-size: 35px;
  }
  .splide .slider_form .heading .subtitle {
    display: none;
  }
  .splide .slider_form input {
    height: 45px;
  }
  .splide .slider_form {
    margin-top: 55px;
  }
  .highlights .header_section .subtitle {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .gallery .header_section .title {
    font-size: 34px;
  }
  .slider .project_details .price span {
    font-size: 24px;
  }
  .gallery .header_section .subtitle {
    width: 80%;
  }
  .gallery .img1,
  .gallery .img2 {
    height: 300px;
  }
  .highlights .card .card-title,
  .amenities .card .card-title,
  .floorplan .card .card-body-overlay .card-title {
    font-size: 18px;
  }
  .floorplan .card {
    margin-bottom: 30px;
  }
  .overview .overview_content {
    padding: 10px;
  }
  .location_advantages .location_map img {
    margin-top: 30px;
    height: 350px;
  }
  .overview .overview_content .points .card {
    padding-left: 0px;
  }
  .overview .overview_content .points .card .card-body {
    padding: 10px;
  }
  .pricelist .card .card-title {
    font-size: 20px;
  }
  .amenities .card img {
    height: 36px;
  }
  .location_advantages .header_content .subtitle,
  .footer_form .header_content .subtitle,
  .contact_us .title {
    font-size: 30px;
  }
  .location_advantages .header_content .content ul li,
  .contact_us .subtitle {
    font-size: 16px;
  }
  footer {
    font-size: 14px;
  }
  .amenities .amenities_img img {
    height: 400px;
    margin-bottom: 40px;
  }
  .amenities .header_content .subtitle {
    width: 80%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .navbar {
    padding: 20px 10px;
  }
  .overview,
  .pricelist,
  .amenities {
    padding: 90px 0px;
  }
  .overview .overview_img img {
    height: 350px;
  }
  .pricelist .card1,
  .pricelist .card {
    width: 100%;
    margin-bottom: 30px;
  }
  .overview_img::before {
    border: none;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 10px;
    font-size: 17px;
  }
  .navbar .navbar-brand img {
    height: 45px;
  }
  .footer_form .header_content {
    margin-bottom: 10px;
  }
  .overview .overview_content .subtitle {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .overview .overview_content .points .card {
    border: 1px solid #e0925b34;
  }
  .amenities .card img {
    height: 40px;
    margin-bottom: 15px;
  }
  .amenities .card p {
    font-size: 14px;
  }
  .floorplan .image-wrapper {
    height: 350px;
  }
  .footer_form .header_content .title {
    font-size: 16px;
  }
  .floorplan .card .card-body {
    padding: 10px 20px;
    font-size: 18px;
  }
  .floorplan .card .card-body-overlay {
    padding: 20px;
  }
  .footer_form .col-lg-5 {
    width: 100%;
  }
  .footer_form {
    padding: 40px 10px;
  }
  .footer_form .card {
    padding: 25px;
  }
  .cssbuttons-io-button,
  .overview .overview_content .points .card .card-title {
    font-size: 16px !important;
  }
  .splide .slider_form form {
    padding: 20px;
  }
  .splide .slider_form .heading .title,
  .pricelist .card1 .card-title,
  .amenities .header_content .title,
  .floorplan .header_content .title .t2,
  .gallery .header_section .title {
    font-size: 26px;
  }
  .gallery .header_section .subtitle {
    font-size: 15px;
    width: 100%;
  }
  .gallery .img1,
  .gallery .img2 {
    height: 250px;
  }
  .slider .project_details .location {
    font-size: 24px;
  }
  .slider .project_details .price {
    font-size: 22px;
  }
  .slider .project_details .name {
    font-size: 42px;
  }
  .splide .slider_form .heading .subtitle {
    display: none;
  }
  .splide .slider_form input {
    height: 45px;
  }
  .splide .slider_form {
    margin-top: 55px;
    width: 100%;
  }
  .highlights .header_section .subtitle {
    font-size: 26px;
    margin-bottom: 10px;
    /* line-height: 20px; */
  }
  .slider .project_details .price span {
    font-size: 28px;
  }
  .slider .project_details .cssbuttons-io-button {
    margin: 0px auto;
    justify-content: center;
  }
  .slider .project_details .d-flex{
      justify-content: center !important;
  }
  .slider .project_details {
    margin: 80px 0px 0px 0px;
    text-align: center;
  }
  .highlights .card .card-title,
  .amenities .card .card-title {
    font-size: 18px;
  }
  .floorplan .card {
    margin-bottom: 30px;
  }
  .overview .overview_content {
    padding: 10px;
  }
  .location_advantages .location_map img {
    margin-top: 30px;
    height: 350px;
  }
  .amenities .header_content .subtitle {
    font-size: 15px;
    width: 100% !important;
  }
  .overview .overview_content .points .card {
    padding-left: 0px;
  }
  .overview .overview_content .points .card .card-body {
    padding: 10px;
  }
  .pricelist .card .card-title,
  .floorplan .card .card-body-overlay .card-title {
    font-size: 20px;
  }
  .amenities .card img {
    height: 36px;
  }
  .location_advantages .header_content .subtitle,
  .footer_form .header_content .subtitle,
  .contact_us .title {
    font-size: 30px;
  }
  .location_advantages .header_content .content ul li,
  .contact_us .subtitle {
    font-size: 16px;
    width: 100%;
  }
  footer {
    font-size: 14px;
  }
  .amenities .amenities_img img {
    height: 300px;
    margin-bottom: 40px;
  }
  .floorplan .header_content {
    display: block;
  }
  .floorplan .cssbuttons-io-button {
    margin: 0px !important;
  }
  .floorplan .header_content .title .t2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .navbar {
    padding: 20px 10px;
  }
  .overview,
  .pricelist,
  .amenities {
    padding: 90px 0px;
  }
  
  .overview .overview_img img {
    height: 300px;
  }
  .pricelist .card1,
  .pricelist .card {
    width: 100%;
    margin-bottom: 30px;
  }
  .overview_img::before {
    border: none;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 10px;
    font-size: 17px;
  }
  .navbar .navbar-brand img {
    height: 45px;
  }
  .footer_form .header_content {
    margin-bottom: 10px;
  }
  .overview .overview_content .subtitle {
    font-size: 22px;
    font-weight: 600;
  }
  .gallery .header_section .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .overview .overview_content .points .card {
    border: 1px solid #e0925b34;
  }
  .amenities .card img {
    height: 40px;
    margin-bottom: 15px;
  }
  .amenities .card p {
    font-size: 14px;
  }
  .floorplan .image-wrapper {
    height: 350px;
  }
  .footer_form .header_content .title {
    font-size: 14px;
  }
  .floorplan .card .card-body {
    padding: 10px 20px;
    font-size: 18px;
  }
  .floorplan .card .card-body-overlay {
    padding: 20px;
  }
  .footer_form .col-lg-5 {
    width: 100%;
  }
  .footer_form {
    padding: 40px 10px;
  }
  .footer_form .card {
    padding: 25px;
  }
  .cssbuttons-io-button,
  .overview .overview_content .points .card .card-title {
    font-size: 16px !important;
  }
  .splide .slider_form form {
    padding: 20px;
  }
  .splide .slider_form .heading .title,
  .pricelist .card1 .card-title,
  .amenities .header_content .title,
  .floorplan .header_content .title .t2 {
    font-size: 26px;
  }
  .slider .project_details .location,
  .pricelist .card1 .card-title,
  .amenities .header_content .title,
  .floorplan .header_content .title .t2,
  .location_advantages .header_content .subtitle,
  .slider .project_details .price span {
    font-size: 22px;
  }
  .slider .project_details .price,
  .slider .project_details .location,
  .splide .slider_form .heading .title {
    font-size: 24px;
  }
  .slider .project_details .name {
    font-size: 50px;
  }
  .splide .slider_form .heading .subtitle {
    display: none;
  }
  .splide .slider_form input {
    height: 45px;
  }
  .splide .slider_form {
    margin-top: 55px;
    width: 100%;
  }
  .modal .modal_img img{
    display: none;
  }
  .modal .modal-content{
    padding: 10px 20px;
  }
  .highlights .header_section .subtitle {
    font-size: 22px;
    margin-bottom: 10px;
    /* line-height: 20px; */
  }
  .slider .project_details .cssbuttons-io-button {
    margin: 0px auto;
  }
  .slider .project_details {
    margin: 0px 0px 0px 0px;
    text-align: center;
  }
  .highlights .card .card-title,
  .amenities .card .card-title {
    font-size: 18px;
  }
  .floorplan .card {
    margin-bottom: 30px;
  }
  .overview .overview_content {
    padding: 10px;
  }
  .location_advantages .location_map img {
    margin-top: 30px;
    height: 350px;
  }
  .splide .slider_form {
    background-color: #000000b2;
    border: 2px solid var(--bg-light);
  }
  .splide .slider_form form {
    border: none;
    padding: 0px;
    background-color: transparent;
  }
  .amenities .header_content .subtitle {
    font-size: 15px;
    width: 100% !important;
  }
  .overview .overview_content .points .card {
    padding-left: 0px;
  }
  .cssbuttons-io-button{
    font-size: 12px;
  }
  .overview .overview_content .points .card .card-body {
    padding: 10px;
  }
  .pricelist .card .card-title,
  .floorplan .card .card-body-overlay .card-title {
    font-size: 20px;
  }
  .amenities .card img {
    height: 36px;
  }
  .footer_form .header_content .subtitle,
  .contact_us .title {
    font-size: 30px;
  }
  .location_advantages .header_content .content ul li,
  .contact_us .subtitle {
    font-size: 16px;
    width: 100%;
  }
  .gallery .header_section .subtitle {
    width: 100%;
    font-size: 14px;
  }
  .gallery .img1,
  .gallery .img2 {
    height: 250px;
  }
  footer {
    font-size: 14px;
  }
  .amenities .amenities_img img {
    height: 300px;
    margin-bottom: 40px;
  }
  .floorplan .header_content {
    display: block;
  }
  .floorplan .cssbuttons-io-button {
    margin: 0px !important;
  }
  .floorplan .header_content .title .t2 {
    margin-bottom: 10px;
  }
  .footer_form input {
    height: 45px;
  }
  .slide img{
      height: 60px;
  }
  .splide__slide img{
      height: 100vh;
  }
}

/* Responsive Section End */
