@media only screen and (max-width: 1440px) {
  .home-about .home-about-content h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1320px) {
  .home-testimonials .custom-container {
    flex-direction: column;
  }
  .home-testimonials .custom-container h2 {
    margin: 3rem 0 0;
  }
  .about-goal .custom-container .about-goal-content {
    min-height: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  .project-specs .project-specs-card {
    width: 50%;
  }
  .project-specs .project-specs-card:nth-child(2n+1) {
    padding: 0 3rem 0 0;
    border-right: 1px solid #383737;
  }
  .project-specs .project-specs-card:nth-child(2n+2) {
    padding: 0 0 0 3rem;
    border-right: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .footer-menu .custom-container > div {
    width: 50%;
  }
  .footer-menu .custom-container > div:nth-child(2) {
    border-right: 0;
  }
  .footer-menu .custom-container > div:nth-child(3) {
    border-right: 1px solid #383737;
  }
  .footer-menu .custom-container > div:nth-child(4) {
    order: 5;
  }
  .footer-menu .custom-container > div:nth-child(5) {
    border-bottom: 1px solid #383737;
  }
  .home-about .custom-container {
    flex-direction: column;
    align-items: center;
  }
  .home-about .home-about-content {
    width: 100%;
  }
  .home-about .home-about-image {
    width: 100%;
  }
  .home-about .home-about-video {
    width: 100%;
  }
  .project-list .project-list-card {
    flex-direction: column;
    gap: 2rem;
  }
  .project-list .project-list-lft {
    width: unset;
    max-width: 400px;
  }
  .project-list .project-list-lft .project-title-img {
    width: 100%;
  }
  .project-list .project-list-lft div {
    left: 0;
    padding: 1.5rem;
  }
  .project-list .project-list-ryt {
    width: 400px;
  }
  .project-list .project-list-ryt table {
    width: 100%;
  }
  .projects-list .projects-list-content .projects-list-card {
    width: calc(50% - 3rem);
  }
  .project-amenities .project-amenities-list div {
    width: calc(25% - 1.125rem);
  }
}
@media only screen and (max-width: 960px) {
  .footer-form .custom-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-form .custom-container .footer-form-content {
    max-width: 495px;
    width: unset;
  }
  .footer-form .custom-container .footer-form-enquiry {
    width: 495px;
  }
  .home-project-list {
    flex-direction: column;
    gap: 3rem;
  }
  .home-project-list .home-project-card {
    width: 100%;
  }
  .about-brahmha {
    padding: 6rem 0 10rem;
  }
  .about-brahmha .custom-container {
    gap: 6rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .about-brahmha .custom-container .about-brahmha-content {
    width: 100%;
  }
  .about-brahmha .custom-container .about-brahmha-img {
    width: 80%;
  }
  .project-brief .project-brief-container {
    flex-direction: column;
  }
  .project-brief .project-brief-lft {
    width: 100%;
  }
  .project-brief .project-brief-ryt {
    width: 100%;
  }
}
@media only screen and (max-width: 840px) {
  h2 {
    font-size: 1.5rem;
  }
  .footer-form {
    padding: 4rem 0;
  }
  .footer-form .custom-container .footer-form-content h2 {
    font-size: 2.5rem;
  }
  .footer-form .custom-container .footer-form-content h2 span {
    font-size: 3.6rem;
  }
  .footer-menu {
    padding: 4rem 0 0;
  }
  .home-about {
    padding: 4rem 0;
  }
  .home-about .custom-container {
    gap: 3rem;
  }
  .home-about .home-about-content h2, .home-about .home-about-content h1 {
    margin-bottom: 3rem;
  }
  .home-about .home-about-content h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .home-about .home-about-content h2 span {
    font-size: 2.7rem;
  }
  .home-about .home-about-content a {
    margin-top: 2rem;
  }
  .home-about .home-about-image h4 {
    font-size: 1.2rem;
  }
  .home-about .home-about-image h4 span {
    font-size: 1.3rem;
  }
  .home-ongoing {
    padding: 4rem 0;
  }
  .home-ongoing h2, .home-ongoing h1 {
    margin-bottom: 3rem;
  }
  .home-project-list .home-project-card a {
    width: 100%;
  }
  .home-testimonials {
    padding: 4rem 0;
  }
  .home-testimonials .custom-container {
    width: 100%;
  }
  .home-testimonials .custom-container h2 {
    margin-top: 2rem;
  }
  .home-testimonials .custom-container .home-testimonials-content {
    margin: 2rem auto 0;
    width: 85%;
  }
  .home-testimonials .custom-container .home-testimonials-content > img {
    display: none;
  }
  .home-testimonials .custom-container .home-testimonials-content .testiSwiper {
    margin-top: 0;
  }
  .about-brahmha {
    padding: 4rem 0;
  }
  .about-brahmha .custom-container {
    gap: 3rem;
  }
  .about-brahmha .custom-container .about-brahmha-img {
    width: 100%;
  }
  .about-brahmha .custom-container .about-brahmha-img:hover img:nth-child(2) {
    left: 0;
  }
  .about-brahmha .custom-container .about-brahmha-img:hover img:nth-child(3) {
    top: 0;
  }
  .about-brahmha .custom-container .about-brahmha-img img:nth-child(2) {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .about-brahmha .custom-container .about-brahmha-img img:nth-child(3) {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .about-principles {
    padding: 4rem 0;
  }
  .about-principles .about-principles-card div {
    width: calc(50% - 1.5rem);
  }
  .about-principles .about-principles-card div img {
    max-width: 90px;
  }
  .about-goal {
    padding: 4rem 0;
  }
  .about-goal .custom-container {
    flex-direction: column;
  }
  .about-goal .custom-container .about-goal-img {
    width: 100%;
  }
  .about-goal .custom-container .about-goal-content {
    width: 100%;
    padding: 2rem 0;
  }
  .about-goal .custom-container .about-goal-content::after {
    display: none;
  }
  .about-goal .custom-container .about-goal-content .about-goal-button {
    justify-content: center;
  }
  .projects-list {
    padding: 4rem 0;
  }
  .project-brief {
    padding: 4rem 0;
  }
  .project-amenities {
    padding: 4rem 0;
  }
  .project-amenities .project-amenities-list div {
    width: calc(33.33% - 1rem);
  }
  .project-specs {
    padding: 4rem 0;
  }
  .project-route {
    padding: 4rem 0;
  }
  .project-route img {
    width: 100%;
  }
  .project-brochure {
    padding: 4rem 0;
  }
  .gallery-list {
    padding: 4rem 0;
  }
  .gallery-list .gallery-list-img {
    gap: 4px;
  }
  .gallery-list .gallery-list-img img:nth-child(3n+1) {
    width: 100%;
  }
  .gallery-list .gallery-list-img img:nth-child(3n+2) {
    width: calc(50% - 2px);
  }
  .gallery-list .gallery-list-img img:nth-child(3n+3) {
    width: calc(50% - 2px);
  }
  .downloads-list {
    padding: 4rem 0;
  }
  .downloads-list h2, .downloads-list h1 {
    margin-bottom: 4rem;
  }
  .downloads-list .tab-pane > img {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .contact-details {
    padding: 4rem 0 0;
  }
  .contact-details .contact-links {
    gap: 2rem;
  }
}
@media only screen and (max-width: 720px) {
  .footer-menu .custom-container > div {
    width: 100%;
    padding: 1rem 0;
    justify-content: flex-start;
  }
  .footer-menu .custom-container > div:nth-child(1) {
    border-right: 0;
  }
  .footer-menu .custom-container > div:nth-child(3) {
    border-right: 0;
  }
  .footer-menu .custom-container > div:nth-child(4) {
    border-right: 0;
  }
  .footer-menu .custom-container > div:nth-child(5) {
    border-right: 0;
  }
  .projects-list .projects-list-content {
    gap: 3rem;
  }
  .projects-list .projects-list-content .projects-list-card {
    width: unset;
    max-width: 400px;
  }
  .project-specs .project-specs-card {
    width: 100%;
  }
  .project-specs .project-specs-card:nth-child(1n+1) {
    padding: 0;
    border-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .footer-form .custom-container .footer-form-enquiry {
    width: 100%;
  }
  .fixed-contact a {
    padding: 0.7rem;
  }
  .fixed-contact a img {
    width: 25px;
  }
  .fixed-contact a .bx {
    font-size: 1.7rem;
  }
  .home-banner-content {
    top: unset;
    bottom: 10%;
    left: 0%;
    transform: translate(0%, 0%);
  }
  .home-banner-content h2 {
    font-size: 1.8rem;
  }
  .home-banner-content div {
    display: none;
  }
  .home-banner-content a {
    display: none;
  }
  .home-about .home-about-image {
    gap: 0;
  }
  .home-about .home-about-image img:nth-child(1) {
    width: 50%;
  }
  .home-about .home-about-image img:nth-child(2) {
    width: 50%;
  }
  .home-about .home-about-image h4 {
    display: none;
  }
  .project-amenities .project-amenities-list div {
    width: calc(50% - 0.75rem);
  }
  .project-amenities .project-amenities-list div img {
    max-width: 80px;
  }
  
  .mobile-banner{
    display: block;
}

.common-banner {
  display: none;
}
}
@media only screen and (max-width: 480px) {
  .project-list .project-list-ryt {
    width: 100%;
  }
}