@media only screen and (max-width: 1400px) {
  h1 {
    font-size: 38px;
  }
  h3 {
    font-size: 34px;
  }
  .container {
    max-width: calc(100% - 60px);
  }
  header .top-header .tagline {
    display: none;
  }
  header .bottom-header .logo img {
    width: 194px;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 700px) {
  header .bottom-header .logo img {
    width: 130px;
  }
}
@media only screen and (max-width: 1400px) {
  header .bottom-header .primary-menu ul {
    gap: 0px;
  }
  header .bottom-header .primary-menu li a {
    padding: 8px 5px;
  }
  .hero-section .hero-video video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-section .hero-content .main-content {
    width: 75%;
  }
  .about-section .about-main .sold-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: 10px;
  }
  .buying-process .process-items {
    gap: 30px;
  }
  .buying-process .process-items p {
    font-size: 14px;
  }
  .amenities .box {
    width: 43%;
  }
  .faq-section h4 {
    font-size: 20px;
  }
  .faq-section .faq-feature {
    bottom: 160px;
    padding: 15px;
  }
  .faq-section .faq-feature ul {
    gap: 10px;
  }
  .faq-section .main-faq-section {
    gap: 40px;
  }
  .faq-section .faq-ques .faq-item {
    padding: 10px;
  }
}
@media only screen and (max-width: 1230px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 34px;
  }
  header .top-header .item {
    flex: auto;
  }
  header .bottom-header .primary-menu {
    display: block;
    flex-direction: column;
    padding: 150px 20px;
    position: fixed;
    background: #f4ebd8;
    width: 100%;
    max-width: 300px;
    right: -100%;
    top: 0;
    transition: all 0.4s ease-in;
    z-index: 1;
    height: 100vh;
    transition: 0.5s;
  }
  header .bottom-header .primary-menu ul {
    flex-direction: column;
    gap: 5px;
  }
  header .bottom-header .primary-menu nav {
    text-align: center;
  }
  header .bottom-header .primary-menu nav a {
    display: block;
    padding: 10px 0;
    font-size: 18px;
  }
  header .bottom-header .primary-menu nav ul a {
    color: #000;
  }
  header .bottom-header .primary-menu.active-menu {
    right: 0%;
    z-index: 8;
    text-align: center;
  }
  header .toggle {
    display: flex;
  }
  .hero-section {
    height: 800px;
  }
  .hero-section .hero-content .main-content {
    gap: 10px;
  }
  .hero-section .hero-content .banner-title {
    font-size: 38px;
    gap: 10px;
  }
  .about-section .about-main {
    display: flex;
    gap: 40px;
  }
  .about-section .about-main .about-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-us-section .about-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    max-width: calc(100% - 15px);
  }
  .primary-btn a {
    gap: 20px;
  }
  .primary-btn a .icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
  .secondary-btn a {
    gap: 20px;
  }
  .secondary-btn a .icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
  header .top-header .item {
    flex: auto;
  }
  .hero-section {
    height: 720px;
  }
  .hero-section .hero-video {
    height: 800px;
  }
  .hero-section .hero-content {
    padding: 230px 0px 0px;
  }
  .hero-section .hero-content p {
    display: none;
  }
  .hero-section .hero-content .features {
    margin-top: 10px;
  }
  .hero-section .hero-content .main-content {
    width: 85%;
  }
  .about-section .about-main .sold-grid {
    grid-template-columns: repeat(auto-fill, minmax(183px, 1fr));
    grid-gap: 10px;
  }
  .about-section .about-main .about-img {
    display: none;
  }
  .about-section .about-main .about-content {
    width: 100%;
  }
  .buying-process .process-heading {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .buying-process .process-items {
    flex-wrap: wrap;
  }
  .buying-process .items {
    width: 45%;
    flex: auto;
  }
  .amenities .box {
    width: 49%;
  }
  .services .service-card h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  .faq-section .main-faq-section .faq-img {
    display: none;
  }
  .faq-section .main-faq-section .faq-contentn {
    width: 100%;
  }
  .contact-us-section .main-contact-us {
    flex-direction: column;
  }
  .contact-us-section .contact-form {
    width: 100%;
  }
  .contact-us-section .contact-content {
    width: 100%;
  }
  .about-us-section .about-content {
    width: 100%;
    gap: 10px;
  }
  .about-us-section .about-main {
    gap: 50px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  header .top-header .top-social {
    display: none;
  }
  header .top-header .user-details {
    justify-content: start;
    font-size: 14px;
  }
  .hero-section {
    height: 600px;
  }
  .hero-section .hero-video {
    height: 700px;
  }
  .hero-section .hero-content {
    padding: 222px 0px 60px;
  }
  .hero-section .hero-content .banner-title {
    font-size: 26px;
  }
  .hero-section .hero-content .banner-title img {
    width: 125px;
  }
  .hero-section .hero-content .main-content {
    padding: 15px;
    width: 100%;
  }
  .hero-section .hero-content .features ul {
    gap: 10px;
  }
  .hero-section .hero-content .features ul li {
    width: 47%;
    gap: 10px;
    font-size: 14px;
  }
  footer h4 {
    font-size: 20px;
  }
  footer .top-footer .about-box {
    width: 100%;
  }
  form {
    padding: 15px;
  }
  form .group-box {
    flex-direction: column;
    gap: 10px;
  }
  form .group-box .box {
    width: 100%;
  }
  form .radio-grup {
    gap: 0px;
    flex-direction: column;
  }
  .contact-us-section .main-contact-us {
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .tagline {
    font-size: 16px;
  }
  .hero-section {
    height: 700px;
  }
  .hero-section .hero-video video {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-section .hero-content {
    padding: 218px 0px 113px;
  }
  .hero-section .hero-content .banner-title {
    flex-wrap: wrap;
    line-height: 32px;
  }
  .hero-section .hero-content .hero-btn {
    justify-content: start;
  }
  .hero-section .hero-content .main-content {
    width: 100%;
    gap: 10px;
  }
  .user-details ul li:nth-child(1) {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .primary-btn a {
    font-size: 16px;
  }
  .primary-btn a .icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .secondary-btn a {
    font-size: 16px;
  }
  .secondary-btn a .icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  h1 {
    font-size: 26px;
  }
  h3 {
    font-size: 26px;
  }
  h2 {
    font-size: 26px;
  }
  .section-padding {
    padding: 40px 0px;
  }
  header .bottom-header {
    padding: 15px 0;
  }
  .hero-section .hero-content {
    padding: 215px 0px 120px;
  }
  .hero-section .hero-content .banner-title {
    font-size: 26px;
  }
  .hero-section .hero-content .main-content {
    width: 100%;
  }
  .buying-process .process-heading {
    width: 100%;
  }
  .buying-process .items .number {
    position: absolute;
    font-size: 140px;
    font-weight: 600;
    top: 51px;
    right: 5px;
    line-height: 0;
    z-index: -1;
    /* color: #d9dee0; */
  }
  .amenities .amenities-heading {
    flex-direction: column;
  }
  .amenities .box {
    width: 100%;
  }
  .services .service-card {
    flex: 1 1 50%;
  }
  .faq-section h4 {
    font-size: 16px;
  }
  .faq-section .faq-ques .faq-item p {
    font-size: 14px;
  }
  .faq-section .main-faq-section {
    flex-direction: column;
  }
  .faq-section .main-faq-section .faq-contentn {
    gap: 10px;
  }
  .faq-section .main-faq-section .faq-img {
    display: block;
    width: 100%;
  }
  .faq-section .faq-feature {
    bottom: 0;
  }
  .faq-section .faq-feature ul li {
    padding: 5px 10px;
    font-size: 14px;
    gap: 10px;
  }
  .inner-banner {
    padding: 200px 0px 60px;
  }
  .about-us-section .about-main {
    gap: 15px;
  }
  .about-us-section .about-img {
    width: 100%;
    display: none;
  }
}
@media only screen and (max-width: 430px) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 24px;
  }
  header .top-header .user-details ul {
    gap: 0;
    align-items: self-start;
    flex-direction: column-reverse;
  }
  .hero-section .hero-content .banner-title {
    font-size: 22px;
  }
  .hero-section .hero-content .banner-title img {
    width: 100px;
  }
  .hero-section .hero-content .hero-btn {
    flex-direction: column;
    gap: 15px;
  }
  .about-section .about-main .sold-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .about-section .about-main .about-content {
    gap: 10px;
    padding: 0;
  }
  .buying-process .items {
    width: 100%;
  }
  .buying-process .items .number {
    top: 80px;
    right: 55px;
  }
  .buying-process .process-items {
    margin-top: 40px;
    gap: 14px;
  }
  .contact-us-section .contact-content .item a {
    align-items: start;
    flex-direction: column;
    gap: 0px;
  }
  .contact-us-section .contact-content .item a .content {
    font-size: 16px;
  }
  .contact-us-section .contact-content .item a .icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}/*# sourceMappingURL=responsive.css.map */