@media (max-width: 1280.98px) {
  .font--30 {
    font-size: 30px;
    line-height: 40px;
  }

  .font--32 {
    font-size: 32px;
    line-height: 48px;
  }

  .font--36 {
    font-size: 36px;
    line-height: 34px;
  }

  .font--40 {
    font-size: 40px;
    line-height: 64px;
  }

  .font--48 {
    font-size: 38px;
    line-height: 50px;
  }

  .font--64 {
    font-size: 50px;
    line-height: 60px;
  }

  .font--70 {
    font-size: 56px;
    line-height: 66px;
  }

  main {
    margin-top: 136px;
  }

  .container {
    max-width: 100%;
    padding: 0 50px;
  }

  .navbar,
  .navbar__right,
  .navbar__links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .navbar__links {
    gap: 30px;
  }

  .navbar__right {
    gap: 30px;
  }

  .navbar__right {
    display: none;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .header--show .navbar__right {
    display: flex;
  }

  .logo {
    height: 60px;
  }

  .navbar__toggler {
    display: block;
  }

  .header--show {
    position: fixed;
    background: #fff;
    height: 100vh;
    overflow: auto;
  }

  .hero__home-owners-area {
    bottom: -230px;
  }

  .hero__home-content {
    max-width: 504px;
  }

  .title__intro-heading {
    max-width: 316px;
  }

  .trust__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .talk {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    max-width: 820px;
  }

  .service__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 60px;
    margin-top: 40px;
  }

  .service__item h3 {
    min-height: 64px;
  }

  .service__item p {
    min-height: 96px;
  }

  .property-management__items {
    grid-template-columns: repeat(1, 1fr);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .property-management__item::after {
    top: calc(100% + 32px);
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -moz-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    -o-transform: translate(-50%, 0) rotate(90deg);
  }

  .testimonial .title__intro-heading {
    max-width: 450px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .footer__left {
    width: 100%;
  }

  .footer__nav {
    max-width: 100%;
  }

  .footer__nav-links-area {
    width: 100%;
    max-width: 200px;
  }

  .hero__area.hero__area--other {
    min-height: 511px;
  }

  .about-mission {
    gap: 100px;
  }

  .about-mission .basic__intro-list-area {
    margin-left: 40px;
  }

  .basic__intro .basic__intro-image {
    max-width: 376px;
  }

  .trust-area--marketing .title__intro-heading {
    max-width: 412px;
  }

  .trust-area--marketing .title__intro {
    gap: 50px;
  }

  .legal-compliance__content {
    flex-direction: column;
    gap: 40px;
  }

  .legal-compliance__content .basic__intro-list-area {
    margin-left: auto;
    margin-right: auto;
  }

  .rent-collection .basic__intro-image {
    max-width: 500px;
  }

  .rent-collection__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
  }

  .trust-area--maintenance .title__intro {
    gap: 60px;
  }

  .trust-area--maintenance .title__intro-heading {
    max-width: 424px;
  }

  .resident-portals__items {
    gap: 100px;
    margin-top: 60px;
    justify-content: center;
  }

  .property-owner__btn {
    font-size: 18px;
    line-height: 28px;
  }

  .search__icon {
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .property-owner__search input {
    padding-left: 40px;
    font-size: 20px;
    line-height: 28px;
  }

  .resources-expertise__logo {
    height: 40px;
  }

  .contact {
    flex-direction: column;
  }

  .contact__map {
    max-width: 100%;
  }

  .trust__items--marketing {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .manage-property-area {
    min-height: 940px;
  }

  .footer__form-area {
    max-width: 100%;
  }

  .testimonial__item {
    height: 248px;
  }

  .ready-deal-area {
    aspect-ratio: 2/1.3;
  }

  .hero__area--about {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 17%,
        rgba(255, 255, 255, 0.95) 50%
      ),
      url(../images/about-hero.jpg) no-repeat center center / cover;
  }

  .hero__area--service {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 17%,
        rgba(255, 255, 255, 0.95) 50%
      ),
      url(../images/service-hero.jpg) no-repeat center center / cover;
  }

  .hero__area--rentals {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 17%,
        rgba(255, 255, 255, 0.95) 50%
      ),
      url(../images/rentals-hero.jpg) no-repeat center center / cover;
  }

  .hero__area--faq {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 17%,
        rgba(255, 255, 255, 0.95) 50%
      ),
      url(../images/faq-hero.jpg) no-repeat center center / cover;
  }

  .hero__area--resources {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 17%,
        rgba(255, 255, 255, 0.95) 50%
      ),
      url(../images/resources-hero.jpg) no-repeat center center / cover;
  }

  .hero__area--contact {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 17%,
        rgba(255, 255, 255, 0.95) 50%
      ),
      url(../images/contact-hero.jpg) no-repeat center center / cover;
  }
}

@media (max-width: 992.98px) {
  main {
    margin-top: 136px;
  }

  .header__top {
    justify-content: center;
  }

  .header__top-item {
    gap: 24px;
  }

  .hero__area--home {
    min-height: 1038px;
  }

  .hero__home-owners-area {
    bottom: -430px;
  }

  .title__intro {
    flex-direction: column;
    gap: 50px;
  }

  .basic__intro {
    flex-direction: column-reverse;
  }

  .basic__intro--reverse {
    flex-direction: column-reverse;
  }

  .basic__intro--right-align .basic__intro-content p {
    margin-left: 0;
  }

  .basic__intro .basic__intro-image {
    max-width: 100%;
    height: auto;
    aspect-ratio: 2 / 1.2;
  }

  .ready-deal-area {
    aspect-ratio: 2/1.7;
  }

  .footer__bottom {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .footer__bottom {
    padding: 16px 24px;
  }

  .about__item {
    flex-direction: column;
  }

  .about__item--reverse img {
    margin-left: auto;
  }

  .about-mission .basic__intro {
    gap: 34px;
  }

  .about-mission {
    gap: 80px;
  }

  .market-analytics .basic__intro-image {
    margin-left: auto;
    margin-right: auto;
  }

  .market-analytics .basic__intro,
  .lease .basic__intro {
    gap: 50px;
  }

  .rent-collection__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .rent-collection-area,
  .trust-area {
    padding: 80px 0;
  }

  .trust-area--maintenance .title__intro-heading {
    max-width: 100%;
  }

  .trust-area--maintenance .title__intro {
    position: relative;
    gap: 60px;
  }

  .trust-area--maintenance .custom__btn {
    margin-top: 26px;
  }

  .resident-portals__items {
    gap: 40px;
    justify-content: space-between;
  }

  .resident-portals__item-heading img {
    height: 40px;
  }

  .resident-portals__item-heading {
    width: 250px;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 22px;
    line-height: 32px;
  }

  .resident-portals__list li {
    font-size: 20px;
    line-height: 32px;
  }

  .resident-portals__list {
    margin-top: 30px;
  }

  .rent-collection .basic__intro-image {
    max-width: 376px;
  }

  .basic__intro-list-area--why-rent {
    flex-direction: column;
    gap: 15px;
    margin-top: 70px;
  }

  .property-owner__btns {
    gap: 30px;
    justify-content: flex-start;
  }

  .property-owner__btn {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 18px;
  }

  .resources-expertise__logos {
    gap: 25px;
  }

  .resources-expertise__logo {
    height: 30px;
  }

  .resources-guide .basic__intro {
    gap: 60px;
  }

  .custom__select-icon {
    width: 20px;
  }

  .contact-area {
    padding: 80px 0;
  }

  .trust__item {
    padding: 0 50px;
  }

  .version--desktop {
    display: none;
  }

  .version--mobile {
    display: flex;
  }

  .header__top-left .offer-code-input-area input {
    border: 1px solid #003e56;
  }

  .header__top-icon-link img {
    display: none;
  }

  .hero__area--home {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.95) 66%
      ),
      url(../images/home-hero.jpg) no-repeat center center / cover;
  }

  .hero__home-content {
    text-align: center;
    margin: 0 auto;
  }

  .hero__home-content h1::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .basic__intro--right-align .basic__intro-content .custom__btn {
    margin-right: 0;
  }

  .footer__form-area {
    max-width: 100%;
  }

  .about-mission .basic__intro-list-area {
    margin-left: 0;
  }

  .market-analytics .basic__intro-image {
    aspect-ratio: auto;
  }

  .trust__items--marketing {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .rent-collection .basic__intro-image {
    max-width: 100%;
  }

  .resources-guide .basic__intro-image {
    max-width: 375px;
    aspect-ratio: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial__item {
    height: 216px;
  }

  .header__nav-area .container {
    padding: 0;
  }

  .navbar__links,
  .header__nav-area .custom__btn,
  .logo {
    margin: 0 50px;
  }

  .navbar__toggler {
    right: 50px;
  }

  .header--show .navbar__right {
    width: 100%;
  }

  .header__top-left {
    padding: 12px;
    background: #003e56;
    width: 100%;
    justify-content: center;
  }

  .font--60 {
    font-size: 40px;
    line-height: 52px;
  }

  .modal__heading p {
    font-size: 20px;
    line-height: 1.6;
  }

  .modal {
    padding: 46px;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
  }

  .modal__close-btn {
    top: 40px;
    right: 40px;
  }
}

@media (max-width: 700.98px) {
  main {
    margin-top: 126px;
  }

  .service-area,
  .trust-area,
  .property-management-area,
  .explore-properties-area,
  .testimonial-area,
  .about-area,
  .grow-investment-area,
  .about-mission-area,
  .lease-area,
  .trust-area.trust-area--marketing,
  .legal-compliance-area,
  .trust-area.trust-area--maintenance,
  .why-rent-area,
  .property-iframe-area,
  .resources-guide-area,
  .resources-expertise-area,
  .contact-area {
    padding: 70px 0;
  }

  .market-analytics-area {
    padding-bottom: 70px;
  }

  .font--24 {
    font-size: 20px;
    line-height: 28px;
  }

  .font--30 {
    font-size: 22px;
    line-height: 32px;
  }

  .font--32 {
    font-size: 24px;
    line-height: 36px;
  }

  .font--36 {
    font-size: 26px;
    line-height: 24px;
  }

  .font--40 {
    font-size: 24px;
    line-height: 36px;
  }

  .font--48 {
    font-size: 26px;
    line-height: 34px;
  }

  .font--64 {
    font-size: 32px;
    line-height: 46px;
  }

  .font--70 {
    font-size: 40px;
    line-height: 50px;
  }

  .custom__btn--px-41 {
    padding: 12px 21px;
  }

  .container {
    padding: 0 20px;
  }

  .header__top-icon-link img {
    width: 16px;
  }

  .header__top {
    gap: 20px;
  }

  .offer-code__btn {
    font-size: 11px;
    padding-top: 1px;
    padding-bottom: 3px;
  }

  .logo {
    height: 50px;
  }

  .navbar__toggler {
    top: 17px;
  }

  .hero__home-content h1 span {
    margin-bottom: 10px;
  }

  .hero__home-content p {
    margin-top: 70px;
  }

  .hero__area--home {
    padding-top: 60px;
    min-height: 1050px;
  }

  .hero__home-owners-area {
    bottom: -500px;
  }

  .hero__home .custom__btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 30px;
  }

  .custom__btn {
    min-width: fit-content;
  }

  .hero__area .custom__btn {
    margin-left: auto;
    margin-right: auto;
    min-width: 270px;
  }

  .trust__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .trust__item {
    padding: 0 24px;
  }

  .talk {
    gap: 20px;
  }

  .round--24 {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }

  .section__heading .short-text {
    font-size: 18px;
    top: -10px;
  }

  .basic__intro-content > p {
    margin-top: 52px;
  }

  .service__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  .service__item h3,
  .service__item p {
    min-height: auto;
  }

  .service__item-icon {
    width: 56px;
    height: 56px;
  }

  .property-management__items {
    margin-top: 40px;
  }

  .property-management .custom__btn {
    margin-top: 40px;
  }

  .explore-properties .basic__intro-image {
    height: 270px;
  }

  .basic__intro-list-area {
    gap: 12px;
  }

  .basic__intro-list li {
    font-size: 14px;
    line-height: 24px;
    align-items: flex-start;
  }

  .basic__intro-list li img {
    width: 24px;
  }

  .basic__intro-list {
    width: 200px;
    gap: 16px;
  }

  .testimonial__items-area {
    margin-top: 100px;
  }

  .testimonial__arrows {
    gap: 20px;
    bottom: calc(100% + 20px);
    right: 20px;
  }

  .testimonial__client {
    align-items: center;
  }

  .ready-deal .custom__btn {
    margin-top: 20px;
  }

  .footer__left {
    flex-direction: column;
    gap: 40px;
  }

  .footer__bottom {
    padding: 16px 0;
    margin-top: 48px;
  }

  .footer__bottom-rights p {
    text-align: center;
  }

  .about__items {
    margin-top: 50px;
    gap: 50px;
  }

  .about__item {
    gap: 24px;
  }

  .about__item-descs {
    margin-top: 20px;
  }

  .grow-investment .grow-investment__descs {
    margin-top: 60px;
  }

  .grow-investment img {
    height: 230px;
    margin-top: 40px;
  }

  .about-mission .basic__intro-list-area {
    margin-left: 0;
    margin-top: 30px;
  }

  .about-mission {
    gap: 60px;
  }

  .market-analytics .basic__intro-image {
    max-width: 100%;
    padding: 0 16px;
  }

  .market-analytics .basic__intro-image::before {
    width: calc(100% - 24px);
    top: -16px;
    right: 0;
  }

  .market-analytics .basic__intro-content .custom__btn {
    margin-top: 40px;
  }

  .market-analytics__list {
    gap: 24px;
    margin-top: 24px;
  }

  .lease__list li {
    gap: 20px;
  }

  .lease__list {
    gap: 8px;
  }

  .trust__items--marketing .trust__item h3 {
    max-width: 100%;
    margin-top: 16px;
  }

  .trust__item img {
    height: 40px;
  }

  .trust__items--marketing {
    margin-top: 50px;
  }

  .manage-property-area {
    padding: 80px 0;
  }

  .manage-property__content {
    padding: 30px 25px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }

  .manage-property .custom__btn {
    margin-top: 50px;
  }

  .legal-compliance__content {
    gap: 30px;
  }

  .legal-compliance .custom__btn {
    margin-top: 50px;
  }

  .rent-collection .basic__intro {
    gap: 40px;
  }

  .rent-collection__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .maintenance-hero {
    margin-top: 40px;
  }

  .resident-portals__items {
    flex-direction: column;
    justify-content: flex-start;
  }

  .resident-portals__item-heading {
    font-size: 16px;
    line-height: 24px;
    width: 180px;
    height: 70px;
  }

  .resident-portals__item-heading img {
    height: 24px;
  }

  .resident-portals__list li {
    font-size: 18px;
    line-height: 28px;
  }

  .rent-collection .basic__intro-image {
    height: 270px;
  }

  .legal-compliance-area {
    overflow: hidden;
  }

  .gavel-bg-icon {
    width: 300px;
    left: 0;
    top: 250px;
  }

  .basic__intro-list-area--why-rent .basic__intro-list li {
    font-size: 18px;
  }

  .schedule h2 {
    line-height: 36px;
  }

  .property-owner__btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .property-owner__btn {
    padding: 10px 16px;
    min-width: fit-content;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .property-owner__search input {
    padding-left: 40px;
    font-size: 18px;
    line-height: 26px;
  }

  .property-owner__search {
    border-bottom: 2px solid #0073bf;
  }

  .accordion__button {
    font-size: 18px;
    line-height: 28px;
  }

  .accordion__icon {
    width: 22px;
    height: 22px;
  }

  .custom__accodion {
    gap: 20px;
  }

  .accordion__item {
    padding-bottom: 20px;
  }

  .accordion__content-info {
    padding-left: 35px;
    padding-top: 20px;
  }

  .faq-area {
    gap: 80px;
    margin-top: 60px;
  }

  .property-owner-area {
    padding-bottom: 70px;
  }

  .trust-area--faq-help {
    padding-top: 70px;
  }

  .section__heading span {
    font-size: 22px;
    line-height: 32px;
  }

  .resources-guide .custom__btn {
    margin-top: 40px;
  }

  .resources-guide .basic__intro {
    gap: 40px;
  }

  .resources-expertise__logos {
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }

  .resources-expertise p {
    margin-top: 40px;
  }

  .resources-expertise .section__heading-area p {
    font-size: 18px;
  }

  .resources-expertise .custom__btn {
    margin-top: 40px;
  }

  .radio-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .input__items {
    margin-top: 28px;
    gap: 20px;
  }

  .input__items-col2 {
    flex-direction: column;
    gap: 20px;
  }

  .contact__form .custom__btn {
    margin-top: 40px;
  }

  .contact {
    gap: 60px;
  }

  .contact__map-main {
    height: 350px;
  }

  .contact__map-main iframe {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }

  .header__top-left {
    align-items: center;
    gap: 12px;
  }

  .offer-code-input-area {
    width: 180px;
  }

  .ready-deal-area {
    aspect-ratio: auto;
    padding: 40px 0;
    height: 450px;
  }

  .testimonial__arrows {
    right: auto;
    left: 0;
  }

  .testimonial__arrow {
    width: 32px;
    height: 32px;
  }

  .about__item img {
    max-width: 250px;
    height: auto;
  }

  .basic__intro-list {
    width: 100%;
  }

  .resident-portals__item-heading {
    width: fit-content;
    height: 60px;
    gap: 12px;
    padding: 10px 20px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }

  .resident-portals__item-heading span {
    width: auto;
  }

  .market-analytics .basic__intro-image {
    padding-left: 0;
  }

  .testimonial__item {
    height: 280px;
  }

  .property-management__item h4 {
    font-size: 50px;
  }

  .input__items-col {
    flex-direction: column;
    gap: 20px;
  }

  .custom__select {
    padding-right: 42px;
  }

  .input__style--small {
    width: 100%;
  }

  .input__style {
    min-height: 45px;
  }

  .navbar__links,
  .header__nav-area .custom__btn,
  .logo {
    margin: 0 20px;
  }

  .navbar__toggler {
    right: 20px;
  }

  .resident-portals__item-heading img {
    width: 28px;
  }

  .hero__area--about {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 10%,
        rgba(255, 255, 255, 0.95) 40%
      ),
      url(../images/about-hero.jpg) no-repeat center center / cover;
  }

  .hero__area--service {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 10%,
        rgba(255, 255, 255, 0.95) 40%
      ),
      url(../images/service-hero.jpg) no-repeat center center / cover;
  }

  .hero__area--rentals {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 10%,
        rgba(255, 255, 255, 0.95) 40%
      ),
      url(../images/rentals-hero.jpg) no-repeat center center / cover;
  }

  .hero__area--faq {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 10%,
        rgba(255, 255, 255, 0.95) 40%
      ),
      url(../images/faq-hero.jpg) no-repeat center center / cover;
  }

  .hero__area--resources {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 10%,
        rgba(255, 255, 255, 0.95) 40%
      ),
      url(../images/resources-hero.jpg) no-repeat center center / cover;
  }

  .hero__area--contact {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 10%,
        rgba(255, 255, 255, 0.95) 40%
      ),
      url(../images/contact-hero.jpg) no-repeat center center / cover;
  }

  .modal-area {
    padding: 40px 20px;
  }

  .modal {
    padding: 20px;
    padding-top: 30px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .modal__heading p {
    font-size: 18px;
    line-height: 1.6;
  }

  .font--20 {
    font-size: 18px;
    line-height: 28px;
  }

  .font--60 {
    font-size: 30px;
    line-height: 40px;
  }

  .other-input__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .radio-other-text {
    min-height: auto;
  }

  .modal__close-btn {
    top: 20px;
    right: 20px;
    width: 20px;
  }

  .modal__heading h2 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
