@media (min-width: 1200px) and (max-width: 1600px) {
  .navbar {
    padding: 15px;
  }
  .navbar .navbar-brand img {
    height: 45px;
  }
  .navbar .navbar-nav .nav-link {
    padding: 5px 8px;
  }
  button {
    padding: 0.4rem 1rem;
    font-size: 16px;
  }
  :root {
    --closed: 10vw;
    --open: 60vw;
  }
  .project-card {
    height: 40rem;
  }
  .project-card__desc i {
    font-size: 26px;
  }
  .project-card__desc span {
    font-size: 1.2rem;
    margin-bottom: 0px;
  }
  .project-card[active] .project-card__title {
    font-size: 3.1rem;
  }
  .project-card__thumb {
    width: 250px;
    height: 300px;
  }
  .project-card__desc1 {
    font-size: 1.4rem;
  }
  .details .title {
    padding: 5px 10px;
  }
  .details .subtitle {
    font-size: 30px;
  }
  .details .content p,
  .details .content ul li {
    font-size: 14px;
  }
  .aboutus.pt2 {
    padding: 80px 0px;
  }
  .aboutus .about-img .about-img1 {
    height: 250px;
  }
  .aboutus .about-img .about-img2 {
    height: 350px;
  }
  .project_list.pt2 {
    padding: 80px 0px;
  }
  .details .content b {
    font-size: 15px;
  }
  .project_slider .content .text1 {
    padding: 10px;
    font-size: 15px;
  }
  .project_slider .content .price {
    font-size: 16px;
  }
  .project_slider .content .price span {
    font-size: 20px;
  }
  .header_btn1 button {
    font-size: 16px;
    padding: 0.3rem 1rem;
  }
  #module .swiper .swiper-slide {
    gap: 1.1rem;
  }
  .highlights.pt2 {
    padding: 80px 0px;
  }
  .highlights .card img {
    height: 400px;
  }
  .highlights .card .card-body h3 {
    font-size: 26px;
  }
  .highlights .card-slider ul li {
    font-size: 15px;
  }
  .amenities .details .content {
    width: 75%;
  }
  .amenities .card .card-body .card-title {
    font-size: 17px;
  }
  .contactus .col-lg-6:first-child {
    width: 70%;
  }
  .contactus .col-lg-6:last-child {
    width: 30%;
  }
  .gallery.pt2 {
    padding: 80px 0px;
  }
  .floorplan.pt2 {
    padding: 80px 0px;
  }
  .floorplan .details,
  .gallery .details {
    width: 70%;
  }
  .floorplan .card {
    width: 98%;
  }
  .header_btn1 button .svg-wrapper {
    height: 30px;
    width: 30px;
  }
  .header_btn1 button {
    padding: 0.5rem 1em;
  }
  .floorplan .fp_img {
    height: 300px;
  }
  .highlights .details .subtitle,
  .highlights .details .content {
    width: 70%;
  }
  footer .footer-content {
    font-size: 14px;
  }
  .contact .col-lg-5 {
    width: 50%;
  }
  .contact .card {
    padding: 50px 40px;
  }
  .phone i {
    height: 50px !important;
    width: 50px !important;
    font-size: 20px !important;
    line-height: 50px !important;
  }
  .whatsapp i {
    height: 50px !important;
    width: 50px !important;
    font-size: 26px !important;
    line-height: 50px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar {
    padding: 15px;
  }
  .navbar .navbar-brand img {
    height: 40px;
  }
  .navbar .navbar-nav .nav-link {
    padding: 4px;
    font-size: 15px;
  }
  .navbar button {
    padding: 0.6rem 1rem;
    font-size: 14px;
  }
  .navbar button .svg-wrapper {
    background-color: transparent;
    width: 10px;
    height: 10px;
    display: none;
  }
  :root {
    --closed: 10vw;
    --open: 60vw;
  }
  .project-card[active] .project-card__content {
    flex-direction: column;
  }
  .project-card {
    height: 30rem;
  }
  .project-card__desc i {
    font-size: 24px;
  }
  .project-card__desc span {
    font-size: 1.1rem;
    margin-bottom: 0px;
  }
  .project-card[active] .project-card__title {
    font-size: 2.8rem;
  }
  .project-card__thumb {
    width: 450px;
    height: 200px;
    display: none !important;
  }
  .project-card__desc1 {
    font-size: 1.2rem;
    padding: 5px 30px 5px 20px;
  }
  .project-card__btn {
    padding: 8px 15px;
    margin-top: 15px;
  }
  .details .title {
    padding: 5px 10px;
    font-size: 14px;
  }
  .details .subtitle {
    font-size: 26px;
  }
  .details .content p,
  .details .content ul li {
    font-size: 14px;
  }
  .aboutus.pt2 {
    padding: 80px 0px;
  }
  .aboutus .about-img .about-img1 {
    height: 200px;
  }
  .aboutus .about-img .about-img2 {
    height: 350px;
  }
  .aboutus button {
    padding: 0.5em 1em;
    font-size: 14px;
  }
  .aboutus .details {
    padding: 0px;
  }
  .details .content img {
    height: 15px;
  }
  .project_list.pt2 {
    padding: 80px 0px;
  }
  .details .content b {
    font-size: 14px;
  }
  .project_slider .content .text1 {
    padding: 4px 10px;
    font-size: 14px;
  }
  .project_slider .content .price {
    font-size: 16px;
  }
  .project_slider .content .price span {
    font-size: 20px;
  }
  .header_btn1 button {
    font-size: 16px;
    padding: 0.3rem 1rem;
  }
  #module .swiper .swiper-slide {
    gap: 1.1rem;
  }
  .highlights.pt2 {
    padding: 80px 0px;
  }
  .highlights .card img {
    height: 400px;
  }
  .highlights .card .card-body h3 {
    font-size: 26px;
  }
  .highlights .card-slider ul li {
    font-size: 15px;
  }
  .amenities .card {
    height: 160px;
    width: 98%;
  }
  .amenities .details .content {
    width: 85%;
  }
  .amenities .card .card-body .card-title {
    font-size: 15px;
  }
  .contactus .details .content {
    font-size: 14px;
  }
  .contactus .col-lg-6:first-child {
    width: 70%;
  }
  .contactus .col-lg-6:last-child {
    width: 30%;
  }
  .gallery.pt2 {
    padding: 80px 0px;
  }
  .floorplan.pt2 {
    padding: 80px 0px;
  }
  .floorplan .details,
  .gallery .details {
    width: 80%;
  }
  .gallery .g1 {
    height: 400px;
  }
  .gallery .g2 {
    height: 275px;
  }
  .gallery .g3 {
    height: 216px;
  }
  .gallery .g4 {
    height: 300px;
  }
  .floorplan .card {
    width: 98%;
  }
  .floorplan .card .card-title {
    font-size: 20px;
  }
  .header_btn1 button .svg-wrapper {
    height: 30px;
    width: 30px;
  }
  .header_btn1 button {
    padding: 0.5rem 1em;
  }
  .floorplan .fp_img {
    height: 250px;
  }
  .highlights .details .subtitle,
  .highlights .details .content {
    width: 84%;
  }
  footer .footer-content {
    font-size: 12px;
  }
  .contact .col-lg-5 {
    width: 50%;
  }
  .contact .card {
    padding: 30px 40px;
  }
  .contact .card form input {
    height: 50px;
  }
  .phone i {
    height: 50px !important;
    width: 50px !important;
    font-size: 20px !important;
    line-height: 50px !important;
  }
  .whatsapp i {
    height: 50px !important;
    width: 50px !important;
    font-size: 26px !important;
    line-height: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 15px;
  }
  .navbar .navbar-brand img {
    height: 40px;
  }
  .navbar .navbar-nav .nav-link {
    padding: 6px;
    font-size: 16px;
  }
  .navbar button {
    padding: 0.6rem 1rem;
    font-size: 14px;
  }
  .navbar button .svg-wrapper {
    background-color: transparent;
    width: 10px;
    height: 10px;
    display: none;
  }
  :root {
    --closed: 10vw;
    --open: 55vw;
  }
  .project-card[active] .project-card__content {
    flex-direction: column;
  }
  .project-card {
    height: 26rem;
  }
  .project-card__title {
    font-size: 1.2em;
  }
  .project-card__desc i {
    font-size: 24px;
  }
  .project-card__desc span {
    font-size: 1.1rem;
    margin-bottom: 0px;
  }
  .project-card[active] .project-card__title {
    font-size: 2.8rem;
  }
  .project-card__thumb {
    width: 450px;
    height: 200px;
    display: none !important;
  }
  .project-card__desc1 {
    font-size: 1.2rem;
    padding: 5px 30px 5px 20px;
  }
  .project-card__btn {
    padding: 8px 15px;
    margin-top: 15px;
  }
  .details .title {
    padding: 5px 10px;
    font-size: 14px;
  }
  .details .subtitle {
    font-size: 30px;
  }
  .details .content p,
  .details .content ul li {
    font-size: 14px;
  }
  .aboutus.pt2 {
    padding: 80px 0px;
  }
  .aboutus .about-img .about-img1 {
    height: 250px;
  }
  .aboutus .about-img .about-img2 {
    height: 300px;
  }
  .aboutus button {
    padding: 0.5em 1em;
    font-size: 14px;
  }
  .aboutus .details {
    padding: 0px;
  }
  .details .content img {
    height: 15px;
  }
  .project_list.pt2 {
    padding: 80px 0px;
  }
  .details .content b {
    font-size: 16px;
  }
  .project_list .details .content,
  .project_list .details .subtitle {
    width: 100%;
  }
  .project_slider .content .text1 {
    padding: 4px 10px;
    font-size: 15px;
  }
  .project_slider .content .price {
    font-size: 16px;
  }
  .project_slider .content .price span {
    font-size: 20px;
  }
  .header_btn1 button {
    font-size: 16px;
    padding: 0.3rem 1rem;
    margin-bottom: 20px;
  }
  #module .swiper .swiper-slide {
    gap: 1.1rem;
  }
  .highlights.pt2 {
    padding: 80px 0px;
  }
  .highlights .card {
    border-radius: 20px;
  }
  .highlights .card img {
    height: 450px;
    filter: blur(5px);
    border-radius: 20px;
  }
  .highlights .card .card-body h3 {
    font-size: 26px;
  }
  .highlights .card-slider ul li {
    font-size: 15px;
  }
  .amenities .card {
    height: 160px;
    width: 98%;
  }
  .amenities .details .content {
    width: 85%;
  }
  .amenities .card .card-body .card-title {
    font-size: 15px;
  }
  .contactus .details .content {
    font-size: 14px;
  }
  .contactus .col-lg-6:first-child {
    width: 65%;
  }
  .contactus .col-lg-6:last-child {
    width: 35%;
  }
  .header_btn2 button {
    padding: 0.5em 1.4em;
  }
  .header_btn2 button span {
    font-size: 14px;
  }
  .gallery.pt2 {
    padding: 80px 0px;
  }
  .floorplan.pt2 {
    padding: 80px 0px;
  }
  .floorplan .details,
  .gallery .details {
    width: 100%;
  }
  .gallery .g1 {
    height: 300px;
  }
  .gallery .g2 {
    height: 200px;
  }
  .gallery .g3 {
    height: 180px;
  }
  .gallery .g3:last-child {
    display: none;
  }
  .gallery .g4 {
    height: 386px;
  }
  .floorplan .card {
    width: 100%;
    margin-bottom: 30px;
  }
  .floorplan .card .card-title {
    font-size: 20px;
  }
  .header_btn1 button .svg-wrapper {
    height: 30px;
    width: 30px;
  }
  .header_btn1 button {
    padding: 0.5rem 1em;
  }
  .floorplan .fp_img {
    height: 250px;
  }
  .highlights .details .subtitle,
  .highlights .details .content {
    width: 90%;
  }
  footer .footer-content {
    font-size: 12px;
  }
  .contact .col-lg-5 {
    width: 80%;
  }
  .contact .card {
    padding: 40px;
  }
  .contact.pt2 {
    padding: 60px 0px;
  }
  .contact .card form input {
    height: 50px;
  }
  .phone i {
    height: 50px !important;
    width: 50px !important;
    font-size: 20px !important;
    line-height: 50px !important;
  }
  .whatsapp i {
    height: 50px !important;
    width: 50px !important;
    font-size: 26px !important;
    line-height: 50px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* Slider Responsive Start */
  :root {
    --closed: 100%;
    --open: 100%;
    --gap: 0.8rem;
  }

  .head {
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .track {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    gap: 0.8rem;
    padding-bottom: 20px;
  }

  .project-card {
    height: auto;
    min-height: 100px;
    flex: 0 0 auto;
    width: 100%;
    scroll-snap-align: start;
  }

  .project-card[active] {
    min-height: 350px;
    transform: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }

  .project-card__content {
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem;
    align-items: center;
    gap: 1rem;
  }

  .project-card__title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1.4rem;
    margin-right: auto;
    text-align: center;
  }
  .project-card__thumb,
  .project-card__desc,
  .project-card__btn {
    display: none;
  }

  .project-card[active] .project-card__content {
    align-items: flex-start;
    padding: 1.5rem;
  }

  .project-card[active] .project-card__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: start;
    margin-top: 1rem;
  }

  .project-card[active] .project-card__thumb {
    width: 250px;
    height: 280px;
    border-radius: 0.35rem;
    margin-bottom: 1rem;
    margin: 10px;
    display: none;
  }

  .project-card[active] .project-card__desc {
    font-size: 0.95rem;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-top: 40px;
  }
  .project-card__desc i {
    font-size: 30px;
    margin-right: 15px;
  }

  .project-card[active] .project-card__btn {
    align-self: center;
    width: auto;
    text-align: center;
    padding: 0.7rem;
  }
  .project-card__desc1 {
    font-size: 20px;
  }

  .dots {
    display: none;
  }

  .controls {
    width: 100%;
    justify-content: space-between;
    padding: 0 15px 20px;
  }

  .nav-btn {
    position: static;
    transform: none;
  }
  /* Slider Responsive End */
  .navbar {
    padding: 15px;
  }
  .navbar .navbar-brand img {
    height: 40px;
  }
  .navbar .navbar-nav .nav-link {
    padding: 6px;
    font-size: 16px;
  }
  .navbar button {
    padding: 0.6rem 1rem;
    font-size: 14px;
  }
  .navbar button .svg-wrapper {
    background-color: transparent;
    width: 10px;
    height: 10px;
    display: none;
  }
  .details .title {
    padding: 5px 10px;
    font-size: 14px;
  }
  .details .subtitle {
    font-size: 24px;
  }
  .details .content p,
  .details .content ul li {
    font-size: 14px;
  }
  /* .aboutus .container{
    max-width: 600px;
  } */
  .aboutus.pt2 {
    padding: 60px 0px;
  }
  .aboutus .about-img .about-img1 {
    height: 200px;
    margin-bottom: 20px;
  }
  .aboutus .about-img .about-img2 {
    height: 250px;
    margin-bottom: 20px;
  }
  .about-img .row .col-6{
    padding: 10px;
  }
  .aboutus button {
    padding: 0.5em 1em;
    font-size: 14px;
  }
  .aboutus .details {
    padding: 0px;
  }
  .details .content img {
    height: 15px;
  }
  .project_list.pt2 {
    padding: 80px 0px;
  }
  .details .content b {
    font-size: 14px;
  }
  .project_list .details .content,
  .project_list .details .subtitle {
    width: 100%;
  }
  .project_slider .content .text1 {
    padding: 4px 10px;
    font-size: 15px;
  }
  .project_slider .content .price {
    font-size: 16px;
  }
  .project_slider .content .price span {
    font-size: 20px;
  }
  .header_btn1 button {
    font-size: 16px;
    padding: 0.3rem 1rem;
    margin-bottom: 20px;
  }
  #module .swiper .swiper-slide {
    gap: 1.1rem;
    /* padding: 10px 80px; */
  }
  #module .swiper .swiper-slide .img img.viynl{
    height: 300px;
    margin-left: 80px;
  }
  #module .swiper .swiper-slide .img img.cover{
    height: 300px;
    margin-left: 60px;
  }
  .highlights.pt2 {
    padding: 80px 0px;
  }
  .highlights .card {
    border-radius: 20px;
  }
  #location .highlights .card img {
    filter: blur(5px);
  }
  .highlights .card img {
    height: 350px;
    border-radius: 20px;
  }
  .highlights .card .card-body{
    padding: 20px 10px;
  }
  .highlights .card .card-body h3 {
    font-size: 26px;
  }
  .highlights .card-slider ul li {
    font-size: 15px;
  }
  .amenities .card {
    height: 160px;
    width: 98%;
  }
  .amenities .details .content {
    width: 100%;
    font-size: 14px;
  }
  .amenities .card .card-body .card-title {
    font-size: 15px;
  }
  .contactus.pt1{
    padding: 40px 0px;
  }
  .contactus .details .content {
    font-size: 14px;
  }
  .contactus .col-lg-6:first-child {
    width: 100%;
  }
  .contactus .col-lg-6:last-child {
    width: 100%;
    justify-content: start !important;
    margin-top: 15px !important;
  }
  .header_btn2 button {
    padding: 0.5em 1.4em;
  }
  .header_btn2 button span {
    font-size: 14px;
  }
  .gallery.pt2 {
    padding: 80px 0px;
  }
  .floorplan.pt2 {
    padding: 80px 0px;
  }
  .gallery .details .content{
    font-size: 14px;
  }
  .floorplan .details,
  .gallery .details {
    width: 100%;
  }
  .gallery .g1 {
    height: 300px;
  }
  .gallery .g2 {
    height: 300px;
  }
  .gallery .g3 {
    height: 300px;
  }
  .gallery .g3:last-child {
    display: none;
  }
  .gallery .g4 {
    height: 300px;
  }
  .floorplan .card {
    width: 90%;
    margin-bottom: 30px;
  }
  .floorplan .details .content,
  #location .details .content{
    font-size: 14px;
  }
  .floorplan .card .card-title {
    font-size: 20px;
  }
  .header_btn1 button .svg-wrapper {
    height: 30px;
    width: 30px;
  }
  .header_btn1 button {
    padding: 0.5rem 1em;
  }
  .floorplan .fp_img {
    height: 300px;
  }
  .highlights .details .subtitle,
  .highlights .details .content {
    width: 100%;
  }
  footer .footer-content {
    font-size: 12px;
  }
  .contact .col-lg-5 {
    width: 100%;
  }
  .contact .card {
    padding: 40px;
  }
  .contact.pt2 {
    padding: 60px 0px;
  }
  .contact .card form input {
    height: 50px;
  }
  .phone i {
    height: 50px !important;
    width: 50px !important;
    font-size: 20px !important;
    line-height: 50px !important;
  }
  .whatsapp i {
    height: 50px !important;
    width: 50px !important;
    font-size: 26px !important;
    line-height: 50px !important;
  }
}
@media (max-width: 480px) {
    :root {
    --closed: 100%;
    --open: 100%;
    --gap: 0.8rem;
  }

  .head {
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .track {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    gap: 0.8rem;
    padding-bottom: 20px;
  }

  .project-card {
    height: auto;
    min-height: 100px;
    flex: 0 0 auto;
    width: 100%;
    scroll-snap-align: start;
  }

  .project-card[active] {
    min-height: 350px;
    transform: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }

  .project-card__content {
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem;
    align-items: center;
    gap: 1rem;
  }

  .project-card__title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1.4rem;
    margin-right: auto;
    text-align: center;
  }
  .project-card__thumb,
  .project-card__desc,
  .project-card__btn {
    display: none;
  }

  .project-card[active] .project-card__content {
    align-items: flex-start;
    padding: 1.5rem;
  }

  .project-card[active] .project-card__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: start;
    margin-top: 1rem;
  }

  .project-card[active] .project-card__thumb {
    width: 250px;
    height: 280px;
    border-radius: 0.35rem;
    margin-bottom: 1rem;
    margin: 10px;
    display: none;
  }

  .project-card[active] .project-card__desc {
    font-size: 0.95rem;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-top: 40px;
  }
  .project-card__desc i {
    font-size: 30px;
    margin-right: 15px;
  }

  .project-card[active] .project-card__btn {
    align-self: center;
    width: auto;
    text-align: center;
    padding: 0.7rem;
  }
  .project-card__desc1 {
    font-size: 18px;
  }

  .dots {
    display: none;
  }

  .controls {
    width: 100%;
    justify-content: space-between;
    padding: 0 15px 20px;
  }

  .nav-btn {
    position: static;
    transform: none;
  }
  /* Slider Responsive End */
  .navbar {
    padding: 15px;
  }
  .navbar .navbar-brand img {
    height: 40px;
  }
  .navbar .navbar-nav .nav-link {
    padding: 6px;
    font-size: 16px;
  }
  .navbar button {
    padding: 0.6rem 1rem;
    font-size: 14px;
  }
  .navbar button .svg-wrapper {
    background-color: transparent;
    width: 10px;
    height: 10px;
    display: none;
  }
  .details .title {
    padding: 5px 10px;
    font-size: 14px;
  }
  .details .subtitle {
    font-size: 20px;
  }
  .details .content p,
  .details .content ul li {
    font-size: 14px;
  }
  /* .aboutus .container{
    max-width: 600px;
  } */
  .aboutus.pt2 {
    padding: 60px 0px;
  }
  .aboutus .about-img .about-img1 {
    height: 200px;
    margin-bottom: 20px;
  }
  .aboutus .about-img .about-img2 {
    height: 250px;
    margin-bottom: 20px;
  }
  .about-img .row .col-6{
    padding: 10px;
  }
  .aboutus button {
    padding: 0.5em 1em;
    font-size: 14px;
  }
  .aboutus .details {
    padding: 0px;
  }
  .details .content img {
    height: 15px;
  }
  .project_list.pt2 {
    padding: 80px 0px;
  }
  .details .content b {
    font-size: 14px;
  }
  .project_list .details .content,
  .project_list .details .subtitle {
    width: 100%;
  }
  .project_slider .content .text1 {
    padding: 4px 10px;
    font-size: 15px;
  }
  .project_slider .content .price {
    font-size: 16px;
  }
  .project_slider .content .price span {
    font-size: 20px;
  }
  .header_btn1 button {
    font-size: 16px;
    padding: 0.3rem 1rem;
    margin-bottom: 20px;
  }
  #module .swiper .swiper-slide {
    gap: 1.1rem;
  }
  #module .swiper .swiper-slide .img img.viynl{
    height: 250px;
    margin-left: 40px;
  }
  #module .swiper .swiper-slide .img img.cover{
    height: 250px;
    margin-left: 50px;
  }
  #module{
    padding: 0px;
  }
  #module .swiper{
    padding-bottom: 20px;
  }
  .highlights.pt2 {
    padding: 80px 0px;
  }
  .highlights .card {
    border-radius: 20px;
  }
  #location .highlights .card img {
    filter: blur(5px);
  }
  .highlights .card img {
    height: 300px;
    border-radius: 20px;
  }
  .highlights .card .card-body{
    padding: 20px 10px;
  }
  .highlights .card .card-body ul{
    padding: 0px;
    margin: 0px;
  }
  .highlights .card .card-body h3 {
    font-size: 26px;
  }
  .highlights .card-slider ul li {
    font-size: 15px;
  }
  .amenities .card {
    height: 160px;
    width: 98%;
  }
  .amenities .details .content {
    width: 100%;
    font-size: 14px;
  }
  .amenities .card .card-body .card-title {
    font-size: 15px;
  }
  .contactus.pt1{
    padding: 40px 0px;
  }
  .contactus .details .content {
    font-size: 14px;
  }
  .contactus .col-lg-6:first-child {
    width: 100%;
  }
  .contactus .col-lg-6:last-child {
    width: 100%;
    justify-content: start !important;
    margin-top: 15px !important;
  }
  .header_btn2 button {
    padding: 0.5em 1.4em;
  }
  .header_btn2 button span {
    font-size: 14px;
  }
  .gallery.pt2 {
    padding: 80px 0px;
  }
  .floorplan.pt2 {
    padding: 80px 0px;
  }
  .gallery .details .content{
    font-size: 14px;
  }
  .floorplan .details,
  .gallery .details {
    width: 100%;
  }
  .gallery .g1 {
    height: 300px;
  }
  .gallery .g2 {
    height: 300px;
  }
  .gallery .g3 {
    height: 300px;
  }
  .gallery .g3:last-child {
    display: none;
  }
  .gallery .g4 {
    height: 300px;
  }
  .floorplan .card {
    width: 100%;
    margin-bottom: 30px;
  }
  .floorplan .details .content,
  #location .details .content{
    font-size: 14px;
  }
  .floorplan .card .card-title {
    font-size: 20px;
  }
  .header_btn1 button .svg-wrapper {
    height: 30px;
    width: 30px;
  }
  .header_btn1 button {
    padding: 0.5rem 1em;
  }
  .floorplan .fp_img {
    height: 250px;
  }
  .highlights .details .subtitle,
  .highlights .details .content {
    width: 100%;
  }
  footer .footer-content {
    font-size: 12px;
  }
  .contact .col-lg-5 {
    width: 100%;
  }
  .contact .card {
    padding: 40px;
  }
  .contact.pt2 {
    padding: 60px 0px;
  }
  .contact .card form input {
    height: 50px;
  }
  .amenities.pt2{
      padding: 60px 0px;
  }
  /*.phone i {*/
  /*  height: 50px !important;*/
  /*  width: 50px !important;*/
  /*  font-size: 20px !important;*/
  /*  line-height: 50px !important;*/
  /*}*/
  /*.whatsapp i {*/
  /*  height: 50px !important;*/
  /*  width: 50px !important;*/
  /*  font-size: 26px !important;*/
  /*  line-height: 50px !important;*/
  /*}*/
  .contact .content{
      font-size:14px;
  }
}
