:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 960px;
  max-width: 960px;
  height: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.phone-call-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
}

.nav-link {
  color: #fff;
  border: 0 solid #000;
  margin-left: 0;
  margin-right: 24px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  color: #ddd07f;
}

.nav-link.w--current {
  border: 0 solid #000;
  border-bottom: 2px solid #fff;
  border-radius: 3px;
  margin-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

.container-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.container-2.navbar {
  background-color: #0a0f16;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-2.sticky-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  position: static;
  top: 0;
  overflow: visible;
}

.navbar {
  z-index: 99;
  background-color: #090f16;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.phone-call-parent {
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.hamburger-lottie {
  display: none;
}

.phone-number {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.image-3 {
  width: 200px;
  max-width: 200px;
  height: auto;
}

.menu-link {
  align-items: center;
  padding: 0;
  display: flex;
}

.contact-elements {
  align-items: center;
  margin-left: 70px;
  margin-right: 0;
  display: flex;
}

.btn {
  color: #0a0f16;
  background-image: linear-gradient(106deg, #af9338, #e9e98f 27%, #af8a33 57%, #b9953d 68%, #e0c167);
  border-radius: 33px;
  margin-left: 0;
  margin-right: 16px;
  padding: 13px 26px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.btn.contact-me-btn {
  margin-top: 35px;
  padding: 15px 40px;
  font-size: 18px;
}

.btn.form-email-btn {
  margin-right: 0;
  padding: 8px 20px;
}

.btn.hero-btn {
  z-index: 99;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn.nav-btn {
  margin-right: 0;
}

.btn.subnit-btn {
  margin-top: 25px;
  padding: 16px 50px;
  font-size: 14px;
}

.hero-title-color {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  color: #e6e48a;
  display: inline;
}

.image-4 {
  width: 220px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: relative;
  top: -165px;
}

.hero-bg {
  object-fit: cover;
  background-color: #0a0f16;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.hero-buttons {
  z-index: 99;
  cursor: auto;
  margin-top: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-left-text {
  color: #78869b;
  width: 93%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.image {
  margin-right: 5px;
  padding-right: 0;
}

.hero-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  margin: 0 auto;
  padding-top: 0;
  font-weight: 700;
  transition: opacity 5ms cubic-bezier(.215, .61, .355, 1);
  display: grid;
}

.hero-title {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 86px;
  line-height: 77px;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero-title.animate__fadeinup {
  font-size: 76px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.hero-left-wrapper {
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-2 {
  z-index: 99;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 33px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 170px;
  max-height: 46px;
  margin-right: 0;
  padding: 12px 24px;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero-right-wrapper {
  z-index: 6;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.my-company-logos {
  flex-direction: column;
  justify-content: space-around;
  align-items: baseline;
  display: flex;
}

.logo-wrapper-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-around;
  place-items: center;
  width: 960px;
  min-width: 100%;
  max-width: 960px;
  max-height: 60vh;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  left: 0;
}

.company-logo-7 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.company-logo-7.exp {
  width: 100%;
}

.company-logo-1 {
  width: 114px;
  height: 30px;
  margin-left: 20px;
  padding-left: 0;
}

.company-all-logos {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 22px;
  display: flex;
  overflow: hidden;
}

.company-logo-2 {
  width: 90px;
  height: 34px;
}

.company-logo-4 {
  width: 100px;
  height: 25px;
}

.company-logo-title {
  text-align: center;
  padding-top: 0;
  position: relative;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.logo-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(112deg, #af9338, #e9e98f 32%, #af8a33 63%, #bc9941 73%, #e0c167);
  flex-flow: column;
  grid-template-rows: minmax(auto, .25fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center stretch;
  width: 100%;
  height: 200px;
  display: grid;
  position: static;
}

.company-logo-5 {
  width: 72px;
  height: 19px;
}

.company-logo-3 {
  width: 126px;
  height: 26px;
}

.company-logo-6 {
  width: 124px;
  height: 21px;
}

.my-experties-title-text {
  z-index: 8;
  opacity: .05;
  color: #161b22;
  text-align: center;
  mix-blend-mode: screen;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 145px;
  font-weight: 400;
  line-height: 120px;
  position: static;
  inset: 0% 0% auto;
}

.my-experties-title-text.split-text {
  mix-blend-mode: screen;
}

.my-experties {
  z-index: 0;
  -webkit-text-stroke-color: #0a0f16;
  background-color: #0a0f16;
  padding-top: 91px;
  padding-bottom: 72px;
  position: relative;
}

.experties-card {
  background-color: #161b22;
  border-radius: 26px;
  margin-bottom: 0;
  padding-top: 34px;
  padding-bottom: 26px;
  font-family: Manrope, sans-serif;
  transition: background-color 5ms;
}

.experties-card:hover {
  background-image: none;
  text-decoration: none;
}

.experties-card-logo {
  z-index: 6;
  text-align: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.experties-card-logo.hide-logo {
  z-index: 5;
  display: block;
  position: absolute;
  inset: 0%;
}

.experties-card-text {
  color: #fff;
  text-align: center;
  width: 86%;
  margin: 15px auto 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.heading-3 {
  z-index: 7;
  color: #e6e48a;
  text-align: center;
  width: 75%;
  margin-top: -18px;
  margin-left: auto;
  margin-right: auto;
  font-family: Bebasneue, sans-serif;
  font-size: 56px;
  line-height: 64px;
  position: relative;
}

.experties-cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 960px;
  margin-top: 53px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.experties-card-title {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 36px;
  line-height: 37px;
}

.image-5 {
  width: 100%;
}

.about-right-title {
  color: #fff;
  margin-top: -50px;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 56px;
  line-height: 60px;
}

.counter-wrapper {
  background-color: #111a26;
  border-radius: 40px;
  order: 0;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 170px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.counter-wrapper.about-counter-wrapper {
  margin-top: 0;
}

.counter-wrapper.homepage-counter {
  display: none;
}

.about-counter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  margin-top: 80px;
  display: none;
}

.about-right-btn {
  color: #0a0f16;
  text-align: center;
  background-color: #fff;
  border-radius: 27px;
  width: 42%;
  margin-top: 61px;
  padding: 13px 26px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.about-us {
  background-color: #0a0f16;
  padding-top: 45px;
  padding-bottom: 72px;
}

.counter {
  text-align: center;
  border-right: 1px solid #2a374a;
  flex: 1;
  padding-left: 0;
}

.counter.counter-last-child {
  border-right-width: 0;
}

.counter.about-counter {
  height: 130px;
  margin-top: 0;
}

.counter.about-counter.about-counter-last-child {
  border-right-style: none;
}

.about-right-col {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.experience-counter-text {
  color: #78869b;
  margin-top: 9px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.about-left-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.about-right-text {
  color: #d6d6d6;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.counter-number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #af9338, #e9e98f 34%, #af8a33 68%, #e0c167);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 0;
  width: 100%;
  height: 76px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 70px;
  line-height: 90px;
}

.counter-number.unit-counter-number {
  background-image: linear-gradient(0deg, #af9338, #e9e98f 34%, #af8a33 68%, #e0c167);
  height: 70px;
  margin-top: 14px;
  font-size: 56px;
  display: none;
}

.about-us-title-text {
  opacity: .25;
  color: #161b22;
  text-align: right;
  -webkit-text-stroke-color: #fff;
  mix-blend-mode: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 145px;
  font-weight: 400;
  line-height: 120px;
}

.about-us-warpper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 960px;
  min-width: 0;
  max-width: 960px;
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.paragraph-7 {
  color: #d6d6d6;
  text-align: center;
  width: 60%;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.unit-sold-contents {
  width: 100%;
  height: auto;
  margin-top: 72px;
}

.market-stats-title {
  color: #fff;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 56px;
  line-height: 56px;
}

.unit-sold-counter {
  text-align: center;
  border-right: 1px solid #2a374a;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
}

.unit-sold-counter.unit-sold-last-child {
  border-right-width: 0;
}

.unit-sold-title {
  color: #78869b;
  margin-bottom: 0;
}

.unit-counter-wrapper {
  justify-content: center;
  margin-top: 35px;
  display: flex;
}

.market-stats-section {
  background-color: #111a26;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.unit-sold-icon {
  width: auto;
  height: 70px;
}

.unit-sold-text {
  color: #fff;
  text-align: center;
  width: 85%;
  margin: 15px auto 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  display: block;
}

.testimonial-card {
  grid-row-gap: 20px;
  background-color: #292d32;
  border-radius: 27px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  margin-left: 0;
  margin-right: 20px;
  padding: 25px;
  display: flex;
  position: static;
  left: auto;
  overflow: visible;
}

.testimonial-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: grab;
  flex: none;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 55px;
  padding-bottom: 0;
  display: none;
  position: static;
  overflow: hidden;
}

.testimonial-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.member-bio {
  margin-left: 20px;
}

.member-info {
  align-items: center;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.testimonial-title {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 56px;
  line-height: 60px;
}

.people-ratings {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  width: 44%;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
  display: block;
}

.people-reviews-text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.member-img {
  width: 89px;
  height: 89px;
  overflow: hidden;
}

.paragraph-4 {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 0;
}

.testimonial-section {
  background-color: #111a26;
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}

.testimonial-section.about-testimonial-section {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}

.testimonial-member-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.image-6 {
  width: auto;
  height: 16px;
}

.ratings {
  align-items: center;
  width: 100%;
  display: flex;
}

.google-icon-wrapper {
  margin-right: 20px;
}

.heading-6 {
  color: #000;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 56px;
  line-height: 56px;
  display: block;
}

.image-7 {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.our-projects-section {
  background-image: url('../images/our-projects-bg.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 80px;
  overflow: hidden;
}

.paragraph-8 {
  color: #e6e48a;
  align-self: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.project-card-title {
  z-index: 4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 36px;
  line-height: 36px;
  display: block;
  position: relative;
  top: 0;
}

.projects-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: none;
}

.location-wrapper {
  z-index: 6;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  margin-top: 12px;
  display: flex;
  position: absolute;
  top: 175px;
}

.project-card {
  background-image: url('../images/our-projects-img-1.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  max-height: 500px;
  padding: 38px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-card.project-card-2 {
  background-image: url('../images/our-projects-img-2.png');
}

.project-card.project-card-4 {
  background-image: url('../images/our-projects-img-4.png');
}

.project-card.project-card-3 {
  background-image: url('../images/our-projects-img-3.png');
}

.our-area-section {
  background-color: #111a26;
  width: 100%;
  height: auto;
  padding-bottom: 84px;
  overflow: hidden;
}

.our-area-section.about-area-section {
  background-color: #0a0f16;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
}

.image-8 {
  flex: none;
  width: 50px;
  height: 50px;
  display: block;
}

.our-area-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.our-area-card-wrapper.area-card-3 {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.contact-me-section {
  background-image: url('../images/contact-me-bg.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 435px;
  margin-top: 120px;
  display: flex;
}

.contact-me-section.about-contact-me-section {
  margin-top: 0;
}

.area-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/area-img-3.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.area-card.area-card-4 {
  background-image: url('../images/area-img-4.png');
  flex: 1;
  height: 394px;
  padding-left: 30px;
  padding-right: 30px;
}

.area-card.area-card-2 {
  background-image: url('../images/area-img-2.png');
}

.heading-8 {
  color: #fff;
  margin-top: 19px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.our-area-title {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 56px;
  line-height: 55px;
}

.contact-me-title {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 56px;
  line-height: 60px;
}

.footer-center-heading-1 {
  color: #fff;
  margin-top: 65px;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
}

.social-icon-wrapper {
  margin-top: 28px;
}

.paragraph-9 {
  color: #fff;
  margin-top: 65px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.paragraph-9.contact-footer-text {
  width: 97%;
}

.text-field-2 {
  pointer-events: auto;
  color: #fff;
  -webkit-text-stroke-color: red;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fff0;
  background-clip: border-box;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.footer-right-text {
  color: #fff;
  margin-top: 19px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.footer-subheading-wrapper {
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.email-label-submit-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form {
  margin-top: 25px;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 6px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.footer-copy-right {
  border-top: 1px solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 14px;
  display: flex;
}

.footer-center-col-2 {
  margin-left: auto;
  margin-right: auto;
}

.footer-right-col {
  position: relative;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.heading-9 {
  color: #fff;
  margin-top: 65px;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
}

.footer-section {
  aspect-ratio: auto;
  color: #fff;
  background-color: #111a26;
  border: 0 #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 40px;
  overflow: hidden;
}

.footer-section.about-footer-section {
  background-color: #0a0f16;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}

.footer-section.contact-footer {
  padding-top: 50px;
}

.footer-logo {
  width: 95%;
  height: auto;
}

.footer-logo.contact-footer-logo {
  width: 85%;
  max-width: 85%;
}

.field-label {
  color: #463c57;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
  display: block;
}

.footer-center-col-1 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.fax-sub-heading {
  color: #fff;
  margin-bottom: 25px;
}

.address-sub-heading {
  color: #fff;
  margin-bottom: 0;
}

.footer-cols-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 20px;
  display: grid;
}

.terms---condition {
  border: 0 solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.submit-button {
  text-align: right;
  background-color: #3898ec00;
  flex: none;
  order: 0;
  margin-left: auto;
  padding: 0;
  font-size: 24px;
  display: block;
}

.phone-sub-heading {
  color: #fff;
  margin-bottom: 25px;
  font-family: Manrope, sans-serif;
}

.terms-condition-text {
  border-right: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.footer-copyright-text {
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
}

.paragraph-10 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.counter-number-block {
  display: flex;
}

.counter-plus-icon {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(31deg, #af9338, #e9e98f 40%, #af8a33 72%, #e0c167);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 45px;
  position: relative;
  left: -66px;
  overflow: hidden;
}

.counter-plus-icon.about-counter-plus-icon {
  width: 100%;
  left: 1px;
}

.heading-11 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(6deg, #af9338, #e9e98f 33%, #af8a33 70%, #e0c167);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 50px;
  position: relative;
  left: -73px;
}

.progress-bar-contents {
  width: 100%;
  margin-top: 100px;
}

.progress-title-text {
  margin-bottom: 0;
}

.progres-bar-2 {
  background-color: #161616;
  border-radius: 90px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 14px;
  margin-right: 8px;
  padding: 4px;
  display: flex;
  position: relative;
}

.progres-bar-2.card-bar {
  color: #fbf9fc;
  background-color: #3b4d65;
  border-radius: 10px;
  width: 100%;
  height: 16px;
  margin-right: 0;
  padding: 8px 0;
  overflow: hidden;
}

.card {
  background-color: #111a26;
  border-radius: 0;
  width: auto;
  min-width: 400px;
  max-width: 500px;
  height: 70vh;
  max-height: 480px;
  margin-bottom: 0;
  padding: 0;
  position: static;
  transform: rotate(0);
}

.card.progress-bar-cards {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50vh;
}

.card.progress-bar-cards.city {
  display: none;
}

.skill-header {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.skill {
  margin-bottom: 30px;
}

.button-l-2 {
  color: #fbf9fc;
  text-align: center;
  background-color: #282729;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 50%;
  height: auto;
  margin-top: 1rem;
  margin-right: 0;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  font-weight: 400;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto auto 0;
}

.image-9 {
  width: 16px;
}

.hole {
  background-color: #080808;
  border-radius: 100px;
  width: 48px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
}

.card-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.card__header {
  margin-bottom: 20px;
  padding: 0;
}

.heading-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.progress-bar__content-4 {
  object-fit: fill;
  background-color: #8f00ff;
  border-radius: 1000px;
  width: 18%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.progress-bar__content-4._1 {
  z-index: 1;
  background-color: #e6e48a;
  border-radius: 10px;
  width: 60%;
  padding-top: 9px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.progress-bar__content-4._1.progress-right-content-1 {
  width: 40%;
}

.progress-bar__content-4._4rogress-right-content-1 {
  background-color: #e6e48a;
  border-radius: 10px;
  flex: 0 auto;
  width: 75%;
  margin-right: 0;
  padding-top: 9px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.progress-bar__content-4.progress-right-content-3 {
  background-color: #e6e48a;
  border-radius: 10px;
  width: 60%;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.progress-bar__content-4._2 {
  background-color: #e6e48a;
  border-radius: 10px;
  width: 70%;
  padding-top: 9px;
  padding-bottom: 10px;
  position: relative;
}

.progress-bar__content-4._2.progress-right-content-2 {
  width: 80%;
  position: relative;
}

.progress-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 400px;
  max-width: 470px;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.progress-wrapper.progress-right-col {
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  display: block;
}

.progress-wrapper.progress-left-col {
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
}

.card__skills-container {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: block;
}

.text-block-5 {
  margin-right: 8px;
  line-height: 1;
}

.heading-13 {
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1;
}

.div-block-4 {
  background-color: #fbf9fc;
  width: 100%;
  height: 1px;
  display: none;
}

.hole-container {
  width: 100%;
  margin-bottom: 32px;
}

.progress-bar-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.prgress-inner-text-1 {
  color: #000;
  margin-bottom: 0;
  font-size: 13px;
  position: absolute;
  inset: 0% 0% 0% 25%;
}

.prgress-inner-text-1.inner-text-3 {
  left: 34%;
}

.prgress-inner-text-1.inner-text-2 {
  left: 24%;
}

.prgress-inner-text-1.inner-text-4 {
  left: 44%;
}

.testimonial-header {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.slider-arrows {
  justify-content: space-between;
  width: 13%;
  display: flex;
  position: relative;
  left: -24px;
}

.image-10 {
  width: 30px;
  height: auto;
  margin-left: 0;
}

.image-11 {
  width: 30px;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill {
  padding-right: 14em;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.splide__track {
  width: 100%;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.area-horizontal-section {
  max-width: 1440px;
  height: auto;
  position: relative;
  overflow: visible;
}

.area-container.sticky-container {
  width: 960px;
  max-width: 960px;
}

.slide-2 {
  background-image: url('../images/area-img-2.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.slide-2.area-card-3 {
  width: 100%;
  height: 300px;
}

.slide-2.newyork {
  background-image: url('../images/area-img-2.png');
  height: 300px;
}

.slide-2.paris {
  background-image: url('../images/area-img-3.png');
  height: 300px;
}

.slide-2.canada {
  background-image: url('../images/area-img-4.png');
  height: 300px;
}

.area-card-list {
  width: 100%;
  display: flex;
}

.area-card-item {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 300px;
  margin-right: 0;
  padding-right: 20px;
  display: flex;
}

.card-item-1 {
  background-image: url('../images/area-img-1.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.sticky {
  width: 100%;
  position: sticky;
  top: 1px;
  overflow: hidden;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.swiper {
  width: 100%;
}

.swiper.first-swiper {
  height: auto;
  margin-top: 60px;
}

.area-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: grab;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: none;
}

.area-wrapper.first-swiper-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: 336px;
  display: flex;
  overflow: visible;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: #ff7a0000;
  background-image: linear-gradient(44deg, #af9338, #e9e98f 38%, #af8a33 74%, #e0c167);
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval.next-arrow {
  inset: 0% 0% 0% auto;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.carousel-arrows {
  z-index: 4;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.experties-logo {
  position: relative;
  overflow: hidden;
}

.experties-icon-block {
  opacity: 1;
  position: relative;
}

.image-12 {
  text-align: center;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 0%;
}

.circle-hover {
  z-index: 0;
  background-color: #fff;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: -6vw 0 0% 29.5rem;
}

.preloader-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.preloader-bar-1 {
  background-color: #e9e98f;
  border-radius: 1000px;
  justify-content: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.c-preloader-bar {
  background-color: #222;
  border-radius: 1000px;
  justify-content: center;
  width: 15em;
  height: .25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-bar-2 {
  background-color: #af8a33;
  width: 50%;
  height: 100%;
}

._w-preloader-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-preloader-curtain {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.c-preloader-content {
  z-index: 5;
  position: absolute;
}

.c-preloader-title {
  margin-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  overflow: hidden;
}

._w-preloader {
  background-color: #13131300;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.preloader-curtain {
  background-color: #131313;
  width: 50%;
  height: 100%;
  position: relative;
}

.preloader-curtain.right._2 {
  background-color: #13131380;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.preloader-curtain.left._2 {
  background-color: #13131380;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.c-preloader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader-logo {
  text-align: center;
  width: 75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-icon-wrapper {
  background-color: #2a2c34;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
}

.feature-item-info {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.feature-descriptor {
  font-weight: 500;
}

.circle-hover-2 {
  background-color: #2a2c34;
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.circle-hover-2.white {
  z-index: 5;
  background-color: #bb8321;
  width: 15vw;
  height: 15vw;
  top: -15.1vw;
  right: -9vw;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.feature-item {
  background-color: #1e2029;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 350px;
  margin-bottom: -48px;
  padding: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip {
  overflow: hidden;
}

.feature-title-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

.hero-bg-img {
  z-index: 5;
  width: 100%;
  height: 715px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.hero-bg-img.animate__fadeinup {
  overflow: visible;
}

.paragraph-11 {
  color: #78869b;
}

.splide__slide-2 {
  flex: none;
  align-self: stretch;
  width: 33.333%;
}

.splide__arrows-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4em;
  display: flex;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 1em auto;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #fff;
  border-radius: 6px;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  line-height: 0;
  transition: all .3s;
  display: block;
}

.splide__pagination__page.is-active {
  opacity: 1;
  display: block;
}

.splide__list-2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 2px solid #fff;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.hidden {
  display: none;
}

.swiper-slide {
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #1a1a1a80;
  border: 1px solid #ffffff26;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.swiper-wrapper {
  cursor: grab;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-nav {
  cursor: pointer;
  background-color: #1a1a1a80;
  border: 1px solid #ffffff26;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.swiper-nav:hover {
  background-color: #36363670;
  border-color: #ffffff70;
}

.swiper-nav.next {
  transform: rotate(180deg);
}

.swiper-embed {
  display: none;
}

.swiper-slider {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  display: none;
  position: relative;
  overflow: visible;
}

.swiper-nav-wrapper {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.paragraph-small {
  letter-spacing: .25px;
  font-size: 14px;
  line-height: 2;
}

.paragraph-small.is-bold {
  letter-spacing: .2px;
  font-weight: 700;
}

.swiper-wrapper-2, .wrapper, .swiper-wrapper-3 {
  display: flex;
}

.swiper-2 {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  position: relative;
  overflow: visible;
}

.slide-1 {
  background-image: url('../images/area-img-1.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.slide-3 {
  background-image: url('../images/area-img-3.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.slide-4 {
  background-image: url('../images/area-img-4.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.lottie-animation {
  display: none;
}

.discover-realtor-section {
  background-color: #0a0f16;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  padding-top: 15px;
  padding-bottom: 70px;
  overflow: hidden;
}

.realtor-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.realtor-right-col {
  width: 100%;
  height: auto;
  margin-top: 75px;
  position: relative;
  left: 95px;
}

.discover-realtor-title {
  color: #fff;
  margin-top: 75px;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 76px;
  line-height: 70px;
}

.text-span, .text-span-2 {
  color: #e1dc82;
}

.contact-hero-text {
  color: #78869b;
  width: 65%;
  margin: 0 auto;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  position: relative;
  left: 45px;
}

.about-banner-section {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.our-experience-section {
  background-color: #0a0f16;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 70px;
  overflow: hidden;
}

.about-banner-bg {
  background-image: url('../images/about-banner.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.our-experience-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-experience-left-col {
  width: 100%;
}

.our-experience-right-col {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.our-experience-text-2 {
  color: #d6d6d6;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
}

.our-experience-img {
  width: 100%;
  height: 460px;
}

.our-experience-title {
  color: #fff;
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 56px;
  line-height: 60px;
}

.our-experience-text-1 {
  color: #d6d6d6;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.our-experience-counter-section {
  background-color: #0a0f16;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.our-experience-counter-section.counter-about {
  display: none;
}

.our-value-section {
  background-color: #0a0f16;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 80px;
  overflow: hidden;
}

.our-value-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.value-card {
  background-color: #131b26;
  border-radius: 40px;
  padding: 36px 18px 36px 27px;
}

.value-card.value-card-2 {
  margin-top: 25px;
}

.our-value-icon {
  z-index: 6;
  opacity: 1;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: visible;
}

.value-card-title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  line-height: 28px;
}

.value-card-text {
  color: #fff;
  width: 95%;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

.image-16 {
  width: 100%;
  height: 100%;
}

.experience-wrapper {
  display: flex;
}

.value-card-icon {
  position: relative;
  overflow: hidden;
}

.value-icon-block {
  opacity: 1;
  position: relative;
  overflow: visible;
}

.value-icon.value-hide-icon {
  z-index: 5;
  border: 1px solid #000;
  position: absolute;
  inset: 0%;
}

.value-black-icon {
  z-index: 5;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0%;
}

.value-card-2 {
  background-color: #131b26;
  border-radius: 40px;
  margin-top: 25px;
  padding: 36px 27px;
}

.value-card-3 {
  background-color: #131b26;
  border-radius: 40px;
  padding: 27px 24px 27px 27px;
}

.value-card-4 {
  background-color: #131b26;
  border-radius: 40px;
  margin-top: 25px;
  padding: 35px 21px 35px 27px;
}

.our-value-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 56px;
  line-height: 60px;
}

.our-ceo-section {
  background-color: #05080c;
  width: 100%;
  height: 70%;
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
}

.our-ceo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ceo-left-col {
  width: 100%;
}

.ceo-right-col {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ceo-img {
  width: 100%;
}

.ceo-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.heading-14 {
  color: #e1dc82;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 46px;
  line-height: 50px;
}

.paragraph-13 {
  color: #d6d6d6;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-14 {
  color: #d6d6d6;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.our-team-section {
  background-color: #05080c;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}

.team-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.heading-15 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 22px;
}

.paragraph-15 {
  color: #d6d6d6;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.image-17 {
  border-radius: 32px;
  width: 100%;
}

.our-team-title {
  color: #fff;
  font-family: Bebasneue, sans-serif;
  font-size: 56px;
  line-height: 60px;
}

.contact-hero-section {
  background-color: #0a0f16;
  margin-top: 70px;
  padding-top: 80px;
  padding-bottom: 60px;
}

.contact-hero-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.contact-hero-title {
  color: #fff;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 66px;
  line-height: 70px;
}

.contact-banner-section {
  width: 100%;
  height: 600px;
}

.contact-banner {
  background-image: url('../images/contact-banner.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.contact-form-section {
  background-color: #0a0f16;
  padding-bottom: 20px;
}

.contact-form-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #121a26;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 65px 60px 75px;
  display: grid;
  position: relative;
  top: -90px;
}

.contact-right-col {
  border: 0 solid #000;
  flex-flow: column;
  padding-top: 85px;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 400;
  display: block;
}

.contact-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 46px;
  line-height: 50px;
}

.text---phone-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  margin-bottom: 25px;
  display: grid;
}

.input-field {
  color: #303c4f;
  -webkit-text-stroke-color: #161f2d;
  background-color: #161f2d;
  border: 1px solid #333e4f;
  width: 100%;
  height: 62px;
  margin-bottom: 0;
  padding: 13px 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  overflow: hidden;
}

.input-field:focus {
  color: #fff;
}

.contact-text-area {
  background-color: #161f2d;
  border: 1px solid #333e4f;
  width: 100%;
  height: 180px;
  max-height: none;
  margin-bottom: 0;
  padding: 20px 20px 100px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
}

.text-area-block {
  width: 100%;
  height: 180px;
}

.submit-button-2 {
  margin-top: 25px;
}

.form-block {
  margin-top: 20px;
  margin-bottom: 0;
}

.direct-contact-title {
  color: #fff;
  font-family: Bebasneue, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.phone-block {
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.fax-block, .gmail-block {
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.direct-contact-icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.direct-contact-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.heading-16 {
  color: #fff;
  text-align: center;
  width: 65%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-family: Bebasneue, sans-serif;
  font-size: 46px;
  line-height: 50px;
}

.map-section {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.visit-info {
  color: #fff;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  width: 30%;
  height: 180px;
  padding: 40px 30px;
  display: block;
  position: absolute;
  inset: auto 0% 18% 6%;
}

.visit-info-wrapper {
  background-color: #fff;
  width: 50%;
}

.visit-location-wrapper {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.visit-time-wrapper {
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  display: flex;
  position: relative;
  top: 0;
}

.time-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.time-text-1 {
  color: #000;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: relative;
  top: -20px;
}

.time-text-2 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.location-text {
  color: #000;
  width: 100%;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-span-3 {
  margin-top: 5px;
}

.map-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.about-hero-text {
  color: #78869b;
  width: 65%;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.main-hero_heading {
  letter-spacing: -.03em;
  width: 100%;
  max-width: 10.2em;
  font-size: 5.8em;
  line-height: 1;
}

.text-span-4, .text-span-5 {
  perspective-origin: 0 0;
  transform-origin: 0 0;
}

.hero-left-title {
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 66px;
  line-height: 60px;
  display: none;
}

.text-span-6 {
  color: #e6e48a;
  line-height: 78px;
}

.hero-line-1 {
  padding-bottom: 0;
}

.hreo-heading, .hero-heading {
  font-family: Bebasneue, sans-serif;
  font-size: 66px;
  line-height: 70px;
}

.hero-heading.hero-title-color {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 66px;
  line-height: 70px;
  display: block;
}

.iframe-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.html-embed-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 25px;
}

.review-wrapper {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.html-embed-3 {
  margin-left: -40px;
  position: absolute;
  inset: auto 0% 9% auto;
}

.button {
  z-index: 99;
  border: 1px solid var(--white);
  background-color: #3898ec00;
  border-radius: 33px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.market-state-price {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#af9338, #e9e98f 31%, #af8a33 67%, #e0c167);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 42px;
  line-height: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-span-7 {
  color: #ceac53;
}

.market-states-title {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.heading-17 {
  color: #fff;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.heading-18 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.time-plan-block {
  justify-content: space-around;
  display: flex;
}

.heading-19, .heading-20 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-16 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#af9338, #e9e98f 35%, #af8a33 71%, #e0c167);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.year-value {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#af9338, #e9e98f 36%, #af8a33 67%, #e0c167);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.year-value-block {
  justify-content: center;
  display: flex;
}

.up-arrow-img {
  width: 28px;
  max-width: 28px;
  height: 28px;
  display: block;
}

.down-arrow-img {
  width: 28px;
  max-width: 28px;
  height: 28px;
}

.town-house-block {
  justify-content: space-between;
  display: flex;
}

.town-year-block, .town-dom-block {
  width: 50%;
}

.town-year-value-block {
  justify-content: center;
  display: flex;
}

.heading-21 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.town-year-value {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#af9338, #e9e98f 35%, #af8a33 69%, #e0c167);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 10px;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  line-height: 35px;
}

.town-up-arrow-img, .town-down-arrow-img {
  width: 28px;
  max-width: 28px;
  height: 28px;
}

.heading-22 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.paragraph-18 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#af9338, #e9e98f 35%, #af8a33 69%, #e0c167);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.apartment-block {
  justify-content: space-between;
  display: flex;
}

.apartment-year-block, .apartment-dom-block {
  width: 50%;
}

.apartment-year-value-block {
  justify-content: center;
  display: flex;
}

.heading-23 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.apartment-year-value {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#af9338, #e9e98f 36%, #af8a33 71%, #e0c167);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 10px;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.apartment-up-arrow-img, .apartment-down-arrow-img {
  width: 28px;
  height: 28px;
}

.heading-24 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.paragraph-19 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#af9338, #e9e98f 35%, #af8a33 71%, #e0c167);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.progress-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.code-embed {
  flex-flow: column;
  width: 90%;
  margin: auto;
  display: block;
}

@media screen and (min-width: 1280px) {
  .container {
    height: 80%;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 25px;
  }

  .container-2.navbar.container {
    min-height: 95px;
  }

  .phone-call-parent {
    margin-right: 21px;
  }

  .menu-link {
    padding-right: 0;
  }

  .contact-elements {
    margin-left: 60px;
  }

  .btn {
    margin-right: 16px;
  }

  .image-4 {
    margin-bottom: 0;
    margin-right: 38px;
    position: relative;
    top: -230px;
  }

  .hero-bg {
    height: 100%;
  }

  .hero-left-text {
    width: 93%;
    margin-top: 15px;
    font-size: 16px;
  }

  .image {
    width: 18px;
    height: 18px;
  }

  .hero-title {
    margin: 0;
    font-size: 96px;
    line-height: 90px;
  }

  .hero-title.animate__fadeinup {
    font-size: 86px;
    line-height: 80px;
  }

  .hero-left-wrapper {
    border-bottom-width: 0;
    top: 0;
  }

  .my-experties-title-text.split-text.about-us-title-text {
    opacity: .05;
  }

  .heading-3 {
    line-height: 55px;
  }

  .about-us-title-text.split-text {
    opacity: .05;
    color: #0d151d;
  }

  .unit-sold-title {
    color: #78869b;
  }

  .testimonial-card {
    width: 100%;
    margin-right: 30px;
    position: static;
    overflow: hidden;
  }

  .testimonial-card.about-testimonial-card {
    margin-right: 25px;
  }

  .testimonial-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .paragraph-4.about-testimonial-bio {
    font-size: 14px;
  }

  .testimonial-section.about-testimonial-section {
    width: 100%;
    height: 100%;
    padding-top: 80px;
  }

  .testimonial-member-name.about-testimonial-member-name {
    font-size: 18px;
  }

  .image-7 {
    width: 40px;
    height: 40px;
  }

  .our-projects-section {
    padding-bottom: 80px;
  }

  .paragraph-8 {
    text-align: center;
    margin-top: 15px;
    font-size: 22px;
    line-height: 27px;
  }

  .project-card-title {
    z-index: 4;
    top: 0;
  }

  .location-wrapper {
    flex-flow: column;
    width: 84%;
    position: absolute;
    top: 180px;
  }

  .project-card.project-card-2 {
    align-items: flex-start;
  }

  .our-area-section.about-area-section {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .contact-me-section {
    border-radius: 30px;
    height: 450px;
  }

  .contact-me-section.about-contact-me-section {
    height: 500px;
    margin-top: 0;
  }

  .footer-section.about-footer-section {
    width: 100%;
    height: 100%;
    padding-top: 40px;
  }

  .footer-section.contact-footer {
    padding-top: 55px;
  }

  .progres-bar-2.card-bar {
    border-radius: 10px;
  }

  .card.progress-bar-cards {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .progress-bar__content-4._1 {
    border-radius: 10px;
  }

  .progress-bar-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .slide-2 {
    height: 300px;
  }

  .circle-hover-2.white {
    width: 15vw;
    transition: opacity .2s;
    top: -15.2vw;
  }

  .hero-bg-img {
    height: 720px;
    display: block;
  }

  .paragraph-11 {
    color: #78869b;
  }

  .swiper-wrapper {
    height: 100%;
  }

  .slide-1, .slide-3, .slide-4 {
    height: 300px;
  }

  .lottie-animation {
    display: none;
  }

  .discover-realtor-section {
    width: 100%;
    height: 100%;
    margin-top: 100px;
    padding-bottom: 80px;
  }

  .realtor-right-col {
    margin-top: 100px;
  }

  .discover-realtor-title {
    margin-top: 100px;
    line-height: 80px;
  }

  .contact-hero-text {
    width: 60%;
    margin-top: 0;
  }

  .our-experience-section {
    height: 100%;
    padding-bottom: 90px;
  }

  .our-experience-counter-section {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-value-section {
    height: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .value-card.value-card-2 {
    padding-bottom: 55px;
  }

  .value-card.value-card-3 {
    padding-right: 27px;
  }

  .value-card-title {
    font-size: 30px;
  }

  .value-card-text {
    width: 100%;
    font-size: 15px;
  }

  .our-ceo-section {
    height: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .our-team-section {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .heading-15 {
    font-size: 24px;
  }

  .paragraph-15 {
    margin-top: 10px;
  }

  .contact-hero-section {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .contact-hero-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-hero-title {
    width: 85%;
    font-size: 66px;
    line-height: 70px;
  }

  .contact-form-section {
    padding-bottom: 35px;
  }

  .contact-title {
    font-size: 56px;
  }

  .direct-contact-title {
    font-size: 36px;
  }

  .direct-contact-text {
    font-size: 16px;
  }

  .map-section {
    width: 100%;
    height: 500px;
  }

  .visit-info {
    width: 27%;
    bottom: 22%;
    left: 12%;
  }

  .time-text-1, .location-text {
    font-size: 16px;
  }

  .hero-left-title {
    font-size: 76px;
    line-height: 70px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    width: 1240px;
    max-width: 1240px;
    height: 70%;
  }

  .phone-call-icon {
    width: 24px;
    height: 24px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 40px;
  }

  .container-2 {
    width: 1160px;
    max-width: 1160px;
  }

  .container-2.navbar {
    width: 1160px;
    max-width: 1240px;
    position: static;
    inset: 0% 0% auto;
  }

  .container-2.navbar.container {
    width: 1160px;
    max-width: 1160px;
  }

  .navbar {
    inset: 0% 0% auto;
  }

  .image-3 {
    width: 230px;
    max-width: 230px;
    height: auto;
  }

  .menu-link {
    padding-right: 0;
  }

  .contact-elements {
    margin-left: 110px;
  }

  .btn {
    margin-right: 16px;
    padding: 15px 30px;
    font-size: 16px;
  }

  .btn.form-email-btn {
    z-index: 99;
    position: relative;
  }

  .image-4 {
    width: 250px;
    margin-bottom: 0;
    margin-right: 84px;
    position: relative;
    top: -275px;
  }

  .hero-bg {
    width: 100%;
    height: 90vh;
    margin-top: 0;
    position: relative;
  }

  .hero-left-text {
    width: 86%;
    font-size: 18px;
    line-height: 22px;
  }

  .image {
    width: 18px;
    height: 18px;
  }

  .hero-title {
    margin-left: 0;
    margin-right: 0;
    font-size: 110px;
    line-height: 100px;
  }

  .hero-title.animate__fadeinup {
    font-size: 96px;
    line-height: 96px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .hero-left-wrapper {
    border-bottom-width: 0;
    top: -30px;
  }

  .div-block-2 {
    max-width: 168px;
    max-height: 50px;
    padding: 15px 30px;
  }

  .company-logo-7 {
    width: 170px;
    height: auto;
  }

  .company-logo-1 {
    width: 150px;
    height: 35px;
  }

  .company-logo-2 {
    width: 115px;
    height: 40px;
  }

  .company-logo-4 {
    width: 125px;
    height: 30px;
  }

  .logo-bg {
    height: 220px;
  }

  .company-logo-5 {
    width: 105px;
    height: 26px;
  }

  .company-logo-3 {
    width: 160px;
    height: 30px;
  }

  .company-logo-6 {
    width: 140px;
    height: 26px;
  }

  .my-experties-title-text {
    font-size: 177px;
    line-height: 155px;
  }

  .my-experties-title-text.split-text {
    font-size: 170px;
  }

  .experties-card {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .experties-card-logo {
    width: 135px;
    height: 135px;
  }

  .experties-card-text {
    width: 87%;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-3 {
    width: 72%;
    margin-top: -30px;
    font-size: 66px;
    line-height: 66px;
  }

  .experties-cards-wrapper {
    width: 100%;
  }

  .experties-card-title {
    font-size: 46px;
  }

  .image-5 {
    width: 100%;
    height: 505px;
  }

  .about-right-title {
    width: 100%;
    font-size: 66px;
    line-height: 70px;
  }

  .about-right-btn {
    font-size: 16px;
  }

  .experience-counter-text {
    font-size: 18px;
  }

  .about-right-text {
    font-size: 16px;
  }

  .counter-number {
    font-size: 80px;
  }

  .counter-number.unit-counter-number, .counter-number.about-counter-number {
    font-size: 66px;
  }

  .about-us-title-text {
    font-size: 177px;
    line-height: 133px;
  }

  .about-us-warpper {
    width: 100%;
    max-width: 100%;
  }

  .paragraph-7 {
    width: 50%;
  }

  .unit-sold-counter {
    text-align: center;
    width: 100%;
  }

  .unit-sold-counter.unit-sold-last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .unit-sold-title {
    color: #78869b;
    font-size: 16px;
  }

  .unit-counter-wrapper {
    justify-content: space-between;
  }

  .unit-sold-icon {
    width: 75px;
    height: 75px;
  }

  .unit-sold-text {
    width: 90%;
    font-size: 18px;
  }

  .testimonial-card.about-testimonial-card {
    margin-right: 25px;
  }

  .testimonial-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 70px;
  }

  .testimonial-title {
    font-size: 66px;
  }

  .testimonial-title.about-testimonial-title {
    font-size: 56px;
  }

  .paragraph-5 {
    width: 44%;
    font-size: 16px;
  }

  .paragraph-5.about-testimonial-ratings-text {
    font-size: 18px;
  }

  .people-reviews-text {
    font-size: 16px;
    line-height: 24px;
  }

  .people-reviews-text.about-people-reviews-text {
    width: 100%;
    font-size: 18px;
  }

  .member-img {
    width: 90px;
    height: 90px;
  }

  .paragraph-4 {
    color: #747474;
  }

  .paragraph-4.about-testimonial-bio {
    font-size: 16px;
  }

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial-section.about-testimonial-section {
    width: 100%;
    height: 100%;
    padding-top: 90px;
  }

  .testimonial-member-name {
    font-size: 18px;
  }

  .testimonial-member-name.about-testimonial-member-name {
    font-size: 22px;
  }

  .image-6.about-testimonial-star-icon {
    height: 18px;
  }

  .heading-6 {
    font-size: 66px;
    line-height: 66px;
  }

  .image-7 {
    width: 40px;
    height: 40px;
  }

  .our-projects-section {
    padding-bottom: 90px;
  }

  .paragraph-8 {
    width: 75%;
    margin-top: 15px;
    font-size: 22px;
    line-height: 32px;
  }

  .project-card-title {
    z-index: 4;
    text-align: left;
    justify-content: flex-start;
    font-size: 46px;
    display: flex;
    top: 0;
  }

  .location-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    top: 170px;
  }

  .project-card, .project-card.project-card-2 {
    align-items: flex-start;
  }

  .our-area-section.about-area-section {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .contact-me-section {
    border-radius: 30px;
    height: 500px;
  }

  .contact-me-section.about-contact-me-section {
    height: 500px;
    margin-top: 0;
  }

  .contact-me-title.about-contact-me-title {
    width: 60%;
    font-size: 56px;
    line-height: 60px;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .paragraph-9.about-footer-text {
    width: 90%;
    line-height: 24px;
  }

  .paragraph-9.contact-footer-text {
    width: 88%;
  }

  .footer-right-text {
    font-size: 16px;
  }

  .footer-right-text.about-right-col-text {
    width: 90%;
    line-height: 24px;
  }

  .footer-right-text.contact-right-col-text {
    width: 85%;
  }

  .footer-section.about-footer-section {
    padding-top: 60px;
  }

  .footer-section.contact-footer {
    padding-top: 50px;
  }

  .footer-logo {
    width: 90%;
  }

  .footer-logo.about-footer-logo, .footer-logo.contact-footer-logo {
    width: 80%;
  }

  .field-label {
    font-size: 16px;
  }

  .fax-sub-heading, .address-sub-heading {
    font-family: Manrope, sans-serif;
    font-size: 16px;
  }

  .footer-cols-wrapper {
    padding-bottom: 50px;
  }

  .phone-sub-heading {
    font-size: 16px;
  }

  .paragraph-10 {
    margin-top: 15px;
  }

  .counter-plus-icon {
    font-size: 55px;
    left: -81px;
  }

  .counter-plus-icon.about-counter-plus-icon {
    font-size: 46px;
  }

  .progres-bar-2.card-bar {
    border-radius: 10px;
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .card.progress-bar-cards {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .card-text, .heading-12 {
    font-size: 16px;
  }

  .progress-bar__content-4._1 {
    border-radius: 20px;
    padding-top: 10px;
  }

  .progress-bar__content-4._1.progress-right-content-1, .progress-bar__content-4._4rogress-right-content-1 {
    border-radius: 20px;
    padding-top: 11px;
  }

  .progress-bar__content-4.progress-right-content-3 {
    border-radius: 20px;
  }

  .progress-bar__content-4._2 {
    border-radius: 20px;
    padding-top: 11px;
  }

  .progress-wrapper.progress-right-col, .progress-wrapper.progress-left-col {
    min-width: 100%;
    max-width: 100%;
  }

  .card__skills-container {
    width: 100%;
    max-width: 100%;
  }

  .progress-bar-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .prgress-inner-text-1 {
    border-radius: 10px;
    font-size: 14px;
    top: 0%;
  }

  .area-horizontal-section {
    position: relative;
  }

  .slide-2 {
    height: 350px;
  }

  .slide-2.area-card-3 {
    width: 100%;
  }

  .horizontal-trigger {
    position: absolute;
  }

  .area-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    display: flex;
  }

  .carousel-arrow-icon {
    height: 1.5em;
  }

  .circle-hover-2.white {
    width: 15vw;
    height: 15vw;
    top: -15.6vw;
  }

  .hero-bg-img {
    height: 755px;
    display: block;
    inset: auto 0% 0%;
  }

  .paragraph-11 {
    color: #78869b;
    font-size: 18px;
  }

  .image-13.about-testimonial-google-icon {
    width: 100%;
  }

  .swiper-slide, .slide-1, .slide-3, .slide-4 {
    height: 350px;
  }

  .discover-realtor-section {
    width: 100%;
    height: 100%;
    margin-top: 95px;
    padding-top: 25px;
    padding-bottom: 90px;
  }

  .realtor-wrapper {
    height: 91%;
  }

  .realtor-right-col {
    font-size: 18px;
  }

  .discover-realtor-title {
    margin-top: 100px;
    font-size: 96px;
    line-height: 100px;
  }

  .contact-hero-text {
    width: 65%;
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    left: 50px;
  }

  .our-experience-section {
    height: 100%;
    padding-top: 90px;
    padding-bottom: 110px;
  }

  .our-experience-text-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .our-experience-img {
    height: 530px;
  }

  .our-experience-title {
    font-size: 56px;
    line-height: 60px;
  }

  .our-experience-text-1 {
    font-size: 16px;
    line-height: 26px;
  }

  .our-experience-counter-section {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-value-section {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .our-value-wrapper {
    margin-top: 50px;
  }

  .value-card-text {
    width: 81%;
    font-size: 16px;
  }

  .our-value-title {
    font-size: 56px;
  }

  .our-ceo-section {
    height: 100%;
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .ceo-right-col {
    width: 100%;
    height: 90%;
  }

  .ceo-img {
    height: 90%;
  }

  .ceo-title {
    font-size: 32px;
  }

  .heading-14 {
    margin-top: 20px;
    font-size: 56px;
  }

  .paragraph-13 {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-14 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .our-team-section {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .team-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-15 {
    font-size: 26px;
  }

  .paragraph-15 {
    margin-top: 10px;
    font-size: 18px;
  }

  .our-team-title {
    font-size: 56px;
  }

  .contact-hero-section {
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .contact-hero-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-hero-title {
    width: 85%;
    font-size: 86px;
    line-height: 90px;
  }

  .contact-form-section {
    padding-bottom: 45px;
  }

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

  .input-field {
    height: 66px;
    font-size: 18px;
  }

  .contact-text-area {
    font-size: 18px;
  }

  .heading-16 {
    width: 60%;
  }

  .map-section {
    width: 100%;
    height: 600px;
  }

  .visit-info {
    width: 24%;
    bottom: 26%;
    left: 6%;
  }

  .time-text-1, .location-text, .text-span-3 {
    font-size: 16px;
  }

  .map-wrapper {
    width: 100%;
  }

  .about-hero-text {
    line-height: 24px;
  }

  .hero-left-title {
    line-height: 70px;
  }

  .hreo-heading, .hero-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 76px;
    line-height: 75px;
  }

  .hero-heading.hero-title-color {
    font-size: 76px;
    line-height: 75px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    width: 1440px;
    max-width: 1440px;
    height: 84%;
  }

  .phone-call-icon {
    width: 24px;
    height: 24px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 48px;
    font-size: 18px;
  }

  .nav-link.w--current {
    border-bottom: 5px solid #fff;
    margin-top: 8px;
    padding-bottom: 8px;
  }

  .container-2 {
    width: 1640px;
    max-width: 1640px;
    margin-top: 55px;
  }

  .container-2.navbar {
    width: 1640px;
    max-width: 1640px;
  }

  .container-2.navbar.container {
    width: 1640px;
    min-width: 1640px;
  }

  .navbar {
    min-height: 120px;
  }

  .phone-call-parent {
    margin-right: 24px;
  }

  .phone-number {
    font-size: 18px;
    line-height: 16px;
  }

  .image-3 {
    width: 310px;
    height: auto;
  }

  .menu-link {
    padding-right: 0;
  }

  .contact-elements {
    margin-left: 240px;
  }

  .btn {
    margin-right: 16px;
    padding: 20px 40px;
    font-size: 18px;
  }

  .btn.contact-me-btn {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 22px;
  }

  .btn.form-email-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn.hero-btn {
    padding: 24px 48px;
    font-size: 22px;
  }

  .btn.subnit-btn {
    font-size: 20px;
  }

  .image-4 {
    width: 330px;
    height: 190px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 63px;
    position: relative;
    top: -375px;
  }

  .hero-bg {
    height: 100vh;
    margin-top: 0;
    position: relative;
  }

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

  .hero-left-text {
    width: 75%;
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .image {
    width: 24px;
    max-width: 100%;
    height: 24px;
  }

  .hero-title {
    margin: 0;
    font-size: 130px;
    line-height: 116px;
  }

  .hero-title.animate__fadeinup {
    font-size: 116px;
    line-height: 120px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .div-block-2 {
    max-width: 245px;
    max-height: 68px;
    padding: 24px 48px;
  }

  .hero-right-wrapper {
    border-radius: 13px;
    height: 100vh;
  }

  .my-company-logos {
    overflow: hidden;
  }

  .company-logo-7 {
    width: 239px;
    height: auto;
    margin-top: -14px;
  }

  .company-logo-1 {
    width: 172px;
    height: 40px;
    margin-left: 0;
  }

  .company-logo-2 {
    width: 130px;
    height: 50px;
  }

  .company-logo-4 {
    width: 150px;
    height: 38px;
  }

  .company-logo-title {
    font-size: 22px;
  }

  .logo-bg {
    height: 260px;
    display: block;
  }

  .company-logo-5 {
    width: 109px;
    height: 29px;
  }

  .company-logo-3 {
    width: 190px;
    height: 40px;
  }

  .company-logo-6 {
    width: 186px;
    height: 32px;
  }

  .my-experties-title-text {
    width: 100%;
    font-size: 218px;
    line-height: 220px;
  }

  .my-experties-title-text.split-text {
    font-size: 205px;
  }

  .my-experties {
    padding-bottom: 70px;
    overflow: hidden;
  }

  .experties-card {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .experties-card-logo, .experties-card-logo.hide-logo {
    width: 146px;
    height: 146px;
  }

  .experties-card-text {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-3 {
    width: 80%;
    margin-top: -46px;
    font-size: 90px;
    line-height: 96px;
    top: -25px;
  }

  .experties-cards-wrapper {
    width: 100%;
  }

  .experties-card-title {
    margin-top: 40px;
    font-size: 56px;
    line-height: 56px;
  }

  .image-5 {
    height: 662px;
    display: block;
  }

  .about-right-title {
    margin-top: -50px;
    font-size: 90px;
    line-height: 96px;
  }

  .counter-wrapper {
    width: 100%;
    height: 241px;
  }

  .about-counter {
    height: 241px;
    margin-top: 120px;
  }

  .about-right-btn {
    width: 45%;
    padding: 20px 40px;
    font-size: 22px;
  }

  .about-us {
    padding-bottom: 140px;
    overflow: hidden;
  }

  .about-right-col {
    justify-content: center;
    align-items: flex-start;
  }

  .experience-counter-text {
    margin-top: 22px;
    font-size: 22px;
  }

  .about-right-text {
    margin-top: 16px;
    font-size: 22px;
    line-height: 37px;
  }

  .counter-number {
    font-size: 90px;
  }

  .counter-number.unit-counter-number {
    margin-top: 36px;
    font-size: 64px;
    line-height: 64px;
  }

  .counter-number.about-counter-number {
    font-size: 90px;
  }

  .about-us-title-text {
    font-size: 218px;
    line-height: 220px;
  }

  .about-us-warpper {
    flex: 0 auto;
    grid-template-columns: 1.75fr 1.75fr;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin-top: -53px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-7 {
    width: 50%;
    font-size: 22px;
    line-height: 37px;
  }

  .market-stats-title {
    font-size: 90px;
    line-height: 96px;
  }

  .unit-sold-counter {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .unit-sold-title {
    color: #78869b;
    margin-bottom: 32px;
    font-size: 22px;
    line-height: 37px;
  }

  .unit-counter-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .market-stats-section {
    padding-bottom: 80px;
  }

  .unit-sold-icon {
    width: 72px;
    height: 72px;
  }

  .unit-sold-text {
    width: 85%;
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .testimonial-wrapper {
    margin-top: 70px;
  }

  .testimonial-inner {
    justify-content: space-between;
  }

  .testimonial-title {
    font-size: 90px;
    line-height: 96px;
  }

  .testimonial-title.about-testimonial-title {
    font-size: 90px;
  }

  .paragraph-5 {
    width: 37%;
    font-size: 19px;
  }

  .people-reviews-text {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-4 {
    color: #747474;
    font-family: Manrope, sans-serif;
    font-size: 18px;
  }

  .testimonial-section {
    padding-bottom: 110px;
  }

  .testimonial-section.about-testimonial-section {
    padding-top: 110px;
  }

  .testimonial-member-name {
    font-family: Manrope, sans-serif;
    font-size: 26px;
    line-height: 31px;
  }

  .image-6 {
    text-align: right;
    height: 22px;
    display: block;
    position: relative;
    right: 0;
  }

  .ratings {
    justify-content: flex-start;
  }

  .heading-6 {
    font-size: 90px;
    line-height: 96px;
  }

  .image-7 {
    width: 55px;
    height: 55px;
    display: block;
    position: static;
  }

  .our-projects-section {
    padding-bottom: 120px;
  }

  .paragraph-8 {
    width: 80%;
    margin-top: 15px;
    padding-top: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 46px;
    display: flex;
    position: static;
  }

  .project-card-title {
    font-size: 48px;
    top: -14px;
  }

  .projects-card-wrapper {
    margin-top: 80px;
  }

  .location-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 195px;
  }

  .project-card {
    max-height: 610px;
  }

  .project-card.project-card-2 {
    height: 600px;
    max-height: 610px;
  }

  .our-area-section {
    display: block;
  }

  .our-area-section.about-area-section {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .image-8 {
    width: 70px;
    height: 70px;
  }

  .contact-me-section {
    border-radius: 30px;
    height: 665px;
    margin-top: 200px;
  }

  .contact-me-section.about-contact-me-section {
    height: 665px;
    margin-top: 0;
  }

  .area-card {
    height: 500px;
  }

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

  .our-area-title, .contact-me-title {
    font-size: 90px;
    line-height: 96px;
  }

  .contact-me-title.about-contact-me-title {
    width: 70%;
    font-size: 90px;
    line-height: 96px;
  }

  .paragraph-9 {
    width: 75%;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
  }

  .paragraph-9.about-footer-text {
    line-height: 30px;
  }

  .footer-right-text {
    width: 75%;
    font-size: 16px;
  }

  .footer-right-text.about-right-col-text {
    width: 80%;
    line-height: 30px;
  }

  .footer-right-text.contact-right-col-text {
    width: 80%;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

  .footer-section.about-footer-section {
    padding-top: 45px;
  }

  .footer-section.contact-footer {
    padding-top: 100px;
  }

  .footer-logo.about-footer-logo {
    width: 95%;
  }

  .field-label, .fax-sub-heading {
    font-size: 16px;
  }

  .address-sub-heading {
    width: 80%;
    font-size: 16px;
  }

  .address-sub-heading.about-address-sub-heading {
    line-height: 30px;
  }

  .footer-cols-wrapper {
    padding-bottom: 80px;
  }

  .phone-sub-heading {
    font-size: 16px;
  }

  .paragraph-10 {
    margin-top: 10px;
    font-size: 22px;
  }

  .counter-plus-icon {
    font-size: 65px;
    left: -105px;
  }

  .counter-plus-icon.about-counter-plus-icon {
    font-size: 66px;
  }

  .progres-bar-2.card-bar {
    border-radius: 20px;
    height: 32px;
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 20px;
  }

  .card.progress-bar-cards {
    width: 100%;
    min-width: 100%;
    height: auto;
  }

  .card-text, .heading-12 {
    font-size: 18px;
  }

  .progress-bar__content-4._1 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .progress-bar__content-4._1.progress-right-content-1 {
    padding-top: 15px;
    padding-bottom: 16px;
  }

  .progress-bar__content-4._4rogress-right-content-1, .progress-bar__content-4.progress-right-content-3 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .progress-bar__content-4._2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .progress-wrapper.progress-right-col, .progress-wrapper.progress-left-col {
    min-width: 100%;
    max-width: 100%;
  }

  .progress-bar-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .prgress-inner-text-1 {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    top: 25%;
    overflow: visible;
  }

  .slider-arrows {
    width: 16%;
  }

  .slide-2 {
    height: 500px;
  }

  .slide-2.area-card-3 {
    width: 100%;
    height: 100%;
  }

  .slide-2.newyork, .slide-2.paris, .slide-2.canada {
    height: 100%;
  }

  .area-wrapper {
    width: 100%;
    display: flex;
  }

  .carousel-arrow-icon {
    height: 2em;
  }

  .hero-bg-img {
    height: 1065px;
    display: block;
    inset: auto 0% 0%;
  }

  .paragraph-11 {
    color: #78869b;
    margin-bottom: 32px;
    font-family: Manrope, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
  }

  .image-13 {
    width: 100%;
    height: auto;
  }

  .image-14 {
    width: auto;
    height: auto;
  }

  .image-15 {
    width: 100%;
    height: 58%;
  }

  .swiper-slide {
    height: 500px;
    max-height: 455px;
  }

  .slide-1, .slide-3, .slide-4 {
    height: 500px;
  }

  .discover-realtor-section {
    width: 100%;
    height: 100%;
    margin-top: 115px;
    padding-top: 0;
    padding-bottom: 115px;
  }

  .realtor-right-col {
    margin-top: 161px;
    left: 145px;
  }

  .discover-realtor-title {
    margin-top: 161px;
    font-size: 116px;
    line-height: 120px;
  }

  .contact-hero-text {
    width: 75%;
    margin-top: 0;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    left: 45px;
  }

  .our-experience-section {
    height: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .our-experience-text-2 {
    font-size: 22px;
    line-height: 37px;
  }

  .our-experience-img {
    height: 735px;
  }

  .our-experience-title {
    width: 80%;
    font-size: 90px;
    line-height: 96px;
  }

  .our-experience-text-1 {
    font-size: 22px;
    line-height: 37px;
  }

  .our-experience-counter-section {
    height: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .our-value-section {
    height: 100%;
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .value-card {
    padding-bottom: 47px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .value-card.value-card-2, .value-card.value-card-4 {
    padding-bottom: 47px;
  }

  .value-card.value-card-3 {
    padding-top: 36px;
    padding-bottom: 47px;
  }

  .our-value-icon {
    width: 64px;
    height: 64px;
  }

  .value-card-title {
    font-size: 36px;
  }

  .value-card-text {
    width: 95%;
    font-size: 20px;
    line-height: 28px;
  }

  .image-16 {
    height: 100%;
  }

  .value-black-icon {
    width: 64px;
    height: 64px;
  }

  .our-value-title {
    font-size: 90px;
    line-height: 96px;
  }

  .our-ceo-section {
    height: 100%;
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .ceo-right-col, .ceo-img {
    height: 100%;
  }

  .ceo-title {
    font-size: 50px;
  }

  .heading-14 {
    margin-top: 15px;
    font-size: 90px;
    line-height: 96px;
  }

  .paragraph-13 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 37px;
  }

  .paragraph-14 {
    margin-top: 30px;
    font-size: 22px;
    line-height: 37px;
  }

  .our-team-section {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 110px;
  }

  .team-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-15 {
    font-size: 34px;
    line-height: 40px;
  }

  .paragraph-15 {
    margin-top: 10px;
    font-size: 20px;
  }

  .our-team-title {
    font-size: 90px;
    line-height: 96px;
  }

  .contact-hero-section {
    margin-top: 115px;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .contact-hero-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-hero-title {
    width: 100%;
    font-size: 116px;
    line-height: 120px;
  }

  .contact-banner-section {
    overflow: hidden;
  }

  .contact-form-section {
    padding-bottom: 45px;
  }

  .input-field {
    height: 70px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }

  .contact-text-area {
    font-size: 20px;
  }

  .direct-contact-title {
    font-size: 56px;
    line-height: 60px;
  }

  .direct-contact-icon {
    width: 34px;
    height: 34px;
  }

  .direct-contact-text {
    font-size: 20px;
  }

  .heading-16 {
    width: 69%;
    font-size: 76px;
    line-height: 80px;
  }

  .map-section {
    width: 100%;
  }

  .visit-info {
    width: 20%;
    left: 12%;
  }

  .time-text-1 {
    font-size: 18px;
  }

  .location-text {
    font-size: 18px;
    line-height: 26px;
  }

  .text-span-3 {
    font-size: 18px;
  }

  .map-wrapper {
    width: 100%;
    height: 600px;
  }

  .about-hero-text {
    width: 70%;
    font-size: 22px;
    line-height: 28px;
  }

  .hero-left-title {
    font-size: 116px;
    line-height: 110px;
  }

  .hero-heading-line-mask {
    overflow: hidden;
  }

  .hero-line-3 {
    transform: translate(0, -2px);
  }

  .hreo-heading {
    font-size: 116px;
    line-height: 110px;
  }

  .hero-heading {
    font-size: 116px;
    line-height: 100px;
  }

  .hero-heading.hero-title-color {
    font-size: 116px;
    line-height: 110px;
  }

  .button {
    width: 229px;
    font-size: 22px;
    line-height: 24px;
  }

  .market-state-price {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 685px;
    max-width: 685px;
    height: 80%;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-link {
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo {
    z-index: 5;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: static;
    inset: 6% 0% auto;
  }

  .container-2 {
    align-items: center;
    width: 1400%;
    max-width: 685px;
    margin-top: 0;
    display: block;
  }

  .container-2.navbar {
    z-index: 2;
    background-color: #070f16;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 685px;
    position: absolute;
    bottom: 0;
  }

  .navbar {
    z-index: 999;
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .phone-call-parent {
    align-items: center;
    display: flex;
  }

  .hamburger-lottie {
    z-index: 5;
    cursor: pointer;
    width: 42px;
    height: 42px;
    display: flex;
    position: absolute;
    inset: 29% 0% 0% auto;
    overflow: visible;
  }

  .image-3 {
    text-align: left;
    width: 180px;
    max-width: 180px;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    display: block;
    position: static;
    left: -234px;
  }

  .menu-link {
    z-index: 2;
    background-color: #c09346;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    margin: -100%;
    padding: 0;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .contact-elements {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 59px;
    padding-left: 20px;
    padding-right: 62px;
    display: flex;
  }

  .btn {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 10px 22px;
    display: flex;
  }

  .btn.contact-me-btn {
    padding: 13px 35px;
    font-size: 14px;
  }

  .btn.subnit-btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .image-4 {
    width: 150px;
    margin-bottom: 0;
    margin-right: 26px;
    position: relative;
    top: 195px;
    right: -44px;
  }

  .hero-bg {
    height: 85vh;
    display: flex;
  }

  .hero-buttons {
    border-radius: 0;
  }

  .hero-left-text {
    width: 70%;
    font-size: 14px;
  }

  .image {
    width: 16px;
    height: 16px;
  }

  .hero-col-grid {
    grid-template-columns: 2fr 1fr;
    align-items: center;
    height: 73vh;
  }

  .hero-title {
    margin: 0;
    font-size: 66px;
    line-height: 60px;
  }

  .hero-title.animate__fadeinup {
    font-size: 66px;
  }

  .hero-left-wrapper {
    z-index: 9;
    border-bottom-width: 0;
    margin-top: 163px;
    display: block;
    position: relative;
    top: -21px;
  }

  .div-block-2 {
    padding: 10px 18px;
  }

  .hero-right-wrapper {
    display: block;
  }

  .logo-wrapper-grid {
    justify-content: space-around;
    align-items: center;
    min-width: 175%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 0;
    overflow: hidden;
  }

  .company-logo-7 {
    width: 100px;
  }

  .company-all-logos {
    justify-content: center;
    height: 55px;
    margin-top: 6px;
  }

  .company-logo-title {
    text-align: center;
    display: block;
    overflow: hidden;
  }

  .paragraph-2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    display: block;
    position: relative;
    bottom: -5px;
    left: 0;
  }

  .logo-bg {
    align-items: center;
    height: 160px;
    display: block;
  }

  .my-experties-title-text {
    font-size: 96px;
    line-height: 100px;
  }

  .my-experties {
    padding-top: 80px;
    padding-bottom: 35px;
  }

  .experties-card {
    width: 80%;
    margin: 0 auto 20px;
  }

  .experties-card-text {
    width: 69%;
    font-size: 12px;
  }

  .heading-3 {
    width: 70%;
    margin-top: -33px;
    font-size: 36px;
    line-height: 40px;
  }

  .experties-cards-wrapper {
    grid-column-gap: 25px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .experties-card-title {
    font-size: 32px;
  }

  .image-5 {
    width: 100%;
    height: auto;
  }

  .about-right-title {
    font-size: 46px;
    line-height: 50px;
  }

  .about-right-btn {
    width: 60%;
    margin-top: 30px;
    font-size: 12px;
  }

  .about-right-col {
    width: 100%;
    position: relative;
    top: 21px;
  }

  .about-right-text {
    font-size: 12px;
    line-height: 20px;
  }

  .counter-number {
    font-size: 56px;
  }

  .counter-number.unit-counter-number {
    font-size: 46px;
  }

  .about-us-title-text {
    font-size: 96px;
    line-height: 100px;
  }

  .about-us-warpper {
    width: 100%;
    max-width: 100%;
    margin-top: -23px;
  }

  .paragraph-7 {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .market-stats-title {
    text-align: center;
    font-size: 46px;
  }

  .unit-sold-counter {
    border-right-width: 0;
    margin-bottom: 40px;
  }

  .unit-counter-wrapper {
    flex-flow: column;
  }

  .unit-sold-icon {
    height: 80px;
  }

  .unit-sold-text {
    font-size: 12px;
  }

  .testimonial-card {
    width: 50vw;
    margin-right: 25px;
  }

  .testimonial-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .testimonial-title {
    font-size: 46px;
  }

  .paragraph-5 {
    width: 44%;
  }

  .people-reviews-text {
    width: 100%;
    font-size: 13px;
  }

  .heading-6 {
    text-align: center;
    font-size: 46px;
  }

  .image-7 {
    width: 30px;
    height: 30px;
  }

  .paragraph-8 {
    font-size: 16px;
    line-height: 24px;
  }

  .project-card-title {
    z-index: 4;
    font-size: 32px;
    top: 6px;
    left: -10px;
  }

  .location-wrapper {
    width: 77%;
    margin-top: 30px;
    font-size: 14px;
    top: 95px;
  }

  .project-card {
    height: 500px;
    max-height: 350px;
  }

  .our-area-section {
    padding-bottom: 60px;
  }

  .our-area-section.about-area-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .image-8 {
    width: 30px;
    height: 30px;
  }

  .contact-me-section {
    height: 500px;
  }

  .contact-me-section.about-contact-me-section {
    margin-top: 0;
  }

  .heading-8 {
    font-size: 14px;
  }

  .our-area-title {
    text-align: center;
    font-size: 46px;
  }

  .contact-me-title {
    font-size: 46px;
    line-height: 50px;
  }

  .paragraph-9 {
    width: 89%;
  }

  .text-field-2 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-right-text {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-label-submit-block {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-right-col {
    text-align: center;
    width: 227%;
    height: auto;
  }

  .footer-section.about-footer-section {
    padding-top: 40px;
  }

  .footer-logo {
    width: 80%;
  }

  .footer-logo.contact-footer-logo {
    width: 70%;
  }

  .footer-cols-wrapper {
    grid-template-columns: 2.25fr 1fr 1.5fr;
    grid-template-areas: ". . ."
                         "Area Area Area";
    padding-bottom: 48px;
  }

  .paragraph-10 {
    text-align: center;
    margin-top: -1px;
    margin-bottom: 0;
    font-size: 14px;
    display: block;
    position: relative;
    top: -4px;
    bottom: 0;
    left: 0;
  }

  .counter-plus-icon {
    left: -39px;
  }

  .progress-bar-contents {
    width: 100%;
  }

  .card.progress-bar-cards {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .button-l-2 {
    flex: 0 auto;
    margin-bottom: 0;
  }

  .progress-bar__content-4 {
    width: 14%;
  }

  .progress-wrapper.progress-right-col {
    min-width: 100%;
    max-width: 100%;
  }

  .progress-wrapper.progress-left-col {
    width: 99%;
    min-width: 100%;
    max-width: 100%;
  }

  .card__skills-container {
    width: 100%;
  }

  .progress-bar-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 100%;
  }

  .slider-arrows {
    width: 19%;
  }

  .area-block {
    width: 100px;
  }

  .splide.slider1.pill {
    padding-right: 6vw;
  }

  .splide__slide {
    width: 50%;
  }

  .slide-2 {
    height: 245px;
  }

  .carousel-arrow-icon {
    height: 1em;
  }

  .circle-hover-2.white {
    height: 15vw;
  }

  .feature-item {
    margin-bottom: 0;
  }

  .hero-bg-img {
    height: 590px;
    margin-top: 0;
    padding-top: 0;
    inset: auto 0% 0%;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: absolute;
  }

  .splide__pagination__page {
    border-radius: 4px;
    width: 8px;
    height: 8px;
  }

  .swiper-slide {
    height: 245px;
    padding: 0;
  }

  .swiper-nav-wrapper {
    grid-column-gap: 20px;
    justify-content: center;
    margin-top: 30px;
    position: static;
  }

  .slide-1, .slide-3, .slide-4 {
    height: 245px;
  }

  .lottie-animation {
    z-index: 1000;
    justify-content: flex-end;
    width: 42px;
    display: flex;
    position: relative;
  }

  .discover-realtor-section {
    height: 100%;
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .realtor-right-col {
    margin-top: 70px;
  }

  .discover-realtor-title {
    margin-top: 70px;
    font-size: 56px;
    line-height: 60px;
  }

  .contact-hero-text {
    width: 85%;
    margin-top: 0;
    font-size: 14px;
    left: 3px;
  }

  .our-experience-right-col {
    position: relative;
    top: 14px;
  }

  .our-experience-text-2 {
    font-size: 12px;
  }

  .our-experience-img {
    height: 109%;
  }

  .our-experience-title {
    width: 92%;
    font-size: 46px;
    line-height: 50px;
  }

  .our-experience-text-1 {
    font-size: 12px;
  }

  .our-value-section {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .our-value-wrapper {
    flex-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: flex;
  }

  .our-value-wrapper.our-value-tablet {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .value-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .value-card.value-card-4, .value-card.value-card-3 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .value-card-title {
    font-size: 30px;
  }

  .value-card-text {
    width: 91%;
    font-size: 12px;
    font-style: normal;
  }

  .image-16 {
    width: 500px;
    height: 300px;
  }

  .our-value-title {
    font-size: 46px;
  }

  .our-ceo-section {
    height: 100%;
    padding-bottom: 110px;
  }

  .ceo-right-col {
    width: 100%;
    height: 115%;
  }

  .ceo-img {
    height: 115%;
  }

  .ceo-title {
    font-size: 24px;
  }

  .paragraph-13 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-14 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .our-team-section {
    height: 100%;
    padding-top: 30px;
  }

  .team-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .paragraph-15 {
    font-size: 14px;
  }

  .our-team-title {
    font-size: 46px;
  }

  .contact-hero-section {
    margin-top: 40px;
  }

  .contact-hero-title {
    width: 100%;
    font-size: 46px;
    line-height: 60px;
  }

  .contact-title {
    font-size: 36px;
  }

  .input-field {
    height: 58px;
  }

  .direct-contact-title {
    font-size: 26px;
  }

  .heading-16 {
    width: 70%;
    font-size: 36px;
    line-height: 40px;
  }

  .map-section {
    height: 400px;
  }

  .visit-info {
    width: 37%;
    height: 150px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .time-icon {
    width: 25px;
    height: 25px;
  }

  .time-text-1, .location-text {
    font-size: 12px;
  }

  .about-hero-text {
    width: 95%;
    position: relative;
    left: -82px;
  }

  .main-hero_heading {
    font-size: 5em;
  }

  .hero-left-title {
    font-size: 66px;
    line-height: 60px;
  }

  .hreo-heading, .hero-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 56px;
    line-height: 60px;
  }

  .hero-heading.hero-title-color {
    font-size: 56px;
    line-height: 60px;
  }

  .html-embed-3 {
    position: static;
  }

  .market-state-price {
    font-size: 42px;
  }

  .market-states-title {
    font-size: 22px;
  }

  .time-plan-block, .town-house-block {
    margin-top: 10px;
  }

  .code-embed {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-25 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center {
    padding: 60px 15px;
  }

  .container {
    width: 500px;
    max-width: 500px;
    height: 70%;
  }

  .nav-link {
    margin-right: 0;
  }

  .logo {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
    position: static;
    left: -22%;
  }

  .container-2 {
    width: 500px;
    overflow: hidden;
  }

  .container-2.navbar {
    width: 500px;
  }

  .container-2.navbar.container {
    max-width: 500px;
  }

  .navbar {
    z-index: 999;
  }

  .hamburger-lottie {
    width: 40px;
    height: 40px;
    top: 30%;
    right: 0%;
  }

  .image-3 {
    width: 190px;
    max-width: 190px;
    height: auto;
    display: block;
  }

  .menu-link {
    z-index: 10;
    margin-left: -100%;
  }

  .contact-elements {
    margin-left: 55px;
  }

  .btn {
    margin-top: 0;
    margin-right: 16px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11px;
  }

  .btn.form-email-btn {
    font-size: 12px;
  }

  .btn.hero-btn {
    padding: 12px 30px;
    font-size: 14px;
  }

  .image-4 {
    width: 138px;
    margin-right: 0;
    top: 200px;
    left: 300px;
    right: 0;
  }

  .hero-bg {
    height: 120vh;
  }

  .hero-left-text {
    width: 65%;
    font-size: 14px;
  }

  .image {
    width: 16px;
    height: 16px;
  }

  .hero-col-grid {
    grid-column-gap: 43px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 685px;
    max-width: 685px;
    height: auto;
  }

  .hero-title {
    font-size: 56px;
    line-height: 50px;
  }

  .hero-title.animate__fadeinup {
    line-height: 60px;
  }

  .heading-2 {
    max-width: 100px;
    font-size: 14px;
  }

  .hero-left-wrapper {
    z-index: 99;
    width: 95%;
    max-width: 685px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
  }

  .div-block-2 {
    max-width: 160px;
    max-height: 44px;
    padding: 12px 30px;
  }

  .my-company-logos {
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    display: flex;
  }

  .company-logo-7 {
    width: 100px;
    height: auto;
  }

  .company-logo-1 {
    padding-left: 10px;
  }

  .my-experties-title-text {
    font-size: 76px;
    line-height: 80px;
  }

  .my-experties-title-text.split-text {
    font-size: 72px;
  }

  .my-experties {
    padding-top: 60px;
  }

  .experties-card {
    padding-bottom: 35px;
  }

  .experties-card-logo {
    width: 100px;
    height: 100px;
  }

  .experties-card-text {
    width: 77%;
  }

  .heading-3 {
    width: 80%;
    margin-top: -28px;
    font-size: 32px;
  }

  .image-5 {
    width: 100%;
    height: 90%;
    margin-top: 8px;
  }

  .about-right-title {
    width: 67%;
    margin-top: 0;
    font-size: 46px;
    line-height: 50px;
  }

  .counter-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .counter-wrapper.experience-counter-wrapper {
    display: block;
  }

  .counter-wrapper.about-counter-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 300px;
    padding: 20px;
    display: grid;
  }

  .about-counter {
    margin-top: 90px;
  }

  .about-right-btn {
    width: 45%;
    margin-left: 0;
    margin-right: auto;
    padding: 10px 16px;
    font-size: 14px;
    overflow: visible;
  }

  .counter.about-counter {
    flex-flow: column;
    height: auto;
  }

  .counter.about-counter.mobile-responsive {
    border-right-width: 0;
  }

  .about-right-col {
    text-align: left;
    top: 0;
  }

  .experience-counter-text {
    font-size: 14px;
  }

  .about-right-text {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .counter-number {
    font-size: 46px;
  }

  .counter-number.unit-counter-number {
    font-size: 36px;
    display: none;
  }

  .counter-number.about-counter-number {
    height: 69px;
    font-size: 56px;
  }

  .about-us-title-text {
    font-size: 76px;
    line-height: 80px;
  }

  .about-us-warpper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .paragraph-7 {
    width: 82%;
    line-height: 20px;
  }

  .unit-sold-counter {
    width: 62%;
  }

  .unit-counter-wrapper {
    align-items: center;
  }

  .unit-sold-icon {
    height: 65px;
  }

  .unit-sold-text {
    font-size: 12px;
  }

  .testimonial-card {
    width: 50vw;
    margin-right: 20px;
  }

  .testimonial-title {
    font-size: 36px;
  }

  .paragraph-5 {
    width: 50%;
    font-size: 12px;
  }

  .people-reviews-text {
    font-size: 12px;
  }

  .member-img {
    width: 60px;
    height: 60px;
  }

  .paragraph-4 {
    margin-top: 0;
    font-family: Manrope, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .testimonial-member-name {
    font-family: Manrope, sans-serif;
    font-size: 12px;
  }

  .image-6 {
    width: 63px;
    height: auto;
  }

  .google-icon-wrapper {
    margin-right: 0;
  }

  .heading-6 {
    text-align: center;
    font-size: 36px;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .project-card-title {
    z-index: 4;
    font-size: 26px;
    top: 15px;
    left: -11px;
  }

  .location-wrapper {
    width: 68%;
    top: 59px;
  }

  .project-card, .project-card.project-card-2 {
    height: 300px;
    max-height: 300px;
  }

  .project-card.project-card-4, .project-card.project-card-3 {
    height: 300px;
  }

  .contact-me-title {
    width: 90%;
    font-size: 36px;
    line-height: 40px;
  }

  .footer-center-heading-1 {
    font-size: 28px;
  }

  .paragraph-9 {
    width: 95%;
    font-size: 12px;
  }

  .footer-right-text, .heading-10 {
    font-size: 12px;
  }

  .heading-9 {
    font-size: 28px;
  }

  .footer-logo {
    width: 95%;
  }

  .footer-logo.contact-footer-logo {
    width: 85%;
  }

  .field-label, .fax-sub-heading, .address-sub-heading, .phone-sub-heading, .terms-condition-text, .footer-copyright-text {
    font-size: 12px;
  }

  .counter-plus-icon {
    width: auto;
    font-size: 36px;
    left: -18px;
    overflow: visible;
  }

  .card {
    min-width: 350px;
    max-width: none;
    height: 64vh;
    padding: 24px 33px 24px 32px;
  }

  .card.progress-bar-cards {
    padding: 0;
  }

  .button-l-2 {
    order: 1;
    margin-bottom: 0;
  }

  .card-text, .heading-12 {
    font-size: 12px;
  }

  .progress-bar__content-4.progress-right-content-3 {
    width: 70%;
  }

  .progress-wrapper.progress-left-col {
    width: 100%;
  }

  .card__skills-container {
    max-width: 100%;
  }

  .heading-13 {
    margin-bottom: 20px;
  }

  .progress-bar-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .prgress-inner-text-1 {
    font-size: 12px;
  }

  .prgress-inner-text-1.inner-text-3 {
    top: -13%;
    left: 35%;
  }

  .prgress-inner-text-1.inner-text-2 {
    top: -12%;
  }

  .prgress-inner-text-1.inner-text-4 {
    top: -9%;
    left: 43%;
  }

  .slider-arrows {
    width: 22%;
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .splide__slide {
    width: 100%;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .carousel-arrow-icon {
    height: 1em;
  }

  .circle-hover-2.white {
    height: 15vw;
  }

  .hero-bg-img {
    flex: 0 auto;
    width: 200%;
    max-width: 200%;
    height: auto;
    max-height: 450px;
    inset: 421px 0% 0% auto;
  }

  .image-13, .image-14, .image-15 {
    width: 70px;
  }

  .splide__slide-2 {
    width: 90%;
  }

  .splide__pagination__page {
    width: 8px;
    height: 8px;
    margin-left: 8px;
  }

  .swiper-nav-wrapper {
    margin-top: 25px;
  }

  .paragraph-small {
    font-size: 12px;
  }

  .lottie-animation {
    z-index: 1000;
  }

  .discover-realtor-section {
    height: 100%;
    margin-top: 95px;
    padding-top: 0;
    padding-bottom: 65px;
  }

  .discover-realtor-title {
    margin-top: 70px;
    font-size: 42px;
    line-height: 50px;
  }

  .contact-hero-text {
    text-align: left;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    display: block;
    position: relative;
    left: 0;
  }

  .about-banner-section {
    height: 50vh;
  }

  .our-experience-section, .about-banner-bg {
    height: 100%;
  }

  .our-experience-wrapper {
    grid-template-columns: 1fr;
  }

  .our-experience-right-col {
    margin-top: 13px;
  }

  .our-experience-text-2 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .our-experience-img {
    height: 100%;
  }

  .our-experience-title {
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .our-experience-text-1 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .our-experience-counter-section, .our-value-section {
    height: 100%;
  }

  .our-value-wrapper {
    flex-flow: column;
  }

  .value-left-col {
    flex: none;
    width: 100%;
    display: flex;
  }

  .value-right-col {
    display: flex;
  }

  .value-card {
    width: 56%;
    margin-left: 0;
    margin-right: 20px;
    padding: 25px;
  }

  .value-card.value-card-2 {
    width: 55%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .value-card.value-card-4 {
    margin-top: 0;
    margin-right: 0;
  }

  .our-value-icon {
    width: 50px;
    height: 50px;
  }

  .value-card-text {
    width: 100%;
    font-size: 14px;
  }

  .image-16 {
    width: 500px;
    height: 525px;
  }

  .value-black-icon {
    width: 50px;
    height: 50px;
  }

  .our-ceo-section {
    height: 100%;
    padding-bottom: 80px;
  }

  .our-ceo-wrapper {
    grid-template-columns: 1fr;
  }

  .ceo-right-col {
    text-align: center;
  }

  .ceo-img {
    height: 100%;
  }

  .ceo-title, .heading-14 {
    width: 100%;
  }

  .paragraph-13 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-14 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .our-team-section {
    height: 70vh;
    padding-top: 10px;
  }

  .team-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-flow: row;
    grid-template: "Area Area"
                   ". ."
                   / 1fr;
    grid-auto-columns: 29fr;
    grid-auto-flow: column;
    place-content: space-around space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .team-member-card {
    flex-flow: column;
    justify-content: flex-start;
    width: 26vw;
    display: flex;
  }

  .heading-15 {
    margin-top: 15px;
    font-size: 18px;
  }

  .image-17 {
    flex: 0 auto;
    align-self: auto;
  }

  .contact-hero-section {
    margin-top: 40px;
  }

  .contact-hero-right-col {
    width: 100%;
  }

  .contact-hero-title {
    font-size: 36px;
    line-height: 40px;
  }

  .contact-banner-section {
    height: 450px;
  }

  .contact-banner {
    height: 100%;
  }

  .contact-form-section {
    padding-bottom: 20px;
  }

  .contact-form-wrapper {
    grid-template-columns: 2fr;
    padding-bottom: 65px;
    padding-left: 40px;
    padding-right: 40px;
    top: -75px;
  }

  .contact-right-col {
    padding-top: 20px;
  }

  .heading-16 {
    width: 85%;
    margin-top: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .map-section {
    height: 350px;
  }

  .visit-info {
    width: 42%;
    height: 172px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .about-hero-text {
    width: 100%;
    font-size: 12px;
    left: -94px;
  }

  .html-embed {
    width: 100%;
  }

  .main-hero_heading {
    font-size: 3.5em;
  }

  .hero-left-title {
    line-height: 70px;
  }

  .hreo-heading, .hero-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 56px;
    line-height: 60px;
  }

  .hero-heading.hero-title-color {
    font-size: 56px;
    line-height: 60px;
  }

  .html-embed-3 {
    margin-left: -40px;
  }

  .market-state-price {
    display: block;
  }

  .code-embed {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-25 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 271px;
    max-width: 271px;
    height: auto;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .nav-link {
    margin-right: 0;
  }

  .logo {
    text-align: center;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 130px;
    display: flex;
    position: absolute;
    inset: 36% 0% auto;
  }

  .container-2 {
    width: 275px;
    max-width: 275px;
    margin-top: 20px;
  }

  .container-2.navbar {
    justify-content: space-between;
    align-items: center;
    width: 271px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .container-2.navbar.container {
    max-width: 271px;
  }

  .navbar {
    z-index: 999;
    justify-content: center;
    align-items: stretch;
  }

  .hamburger-lottie {
    width: 40px;
    height: 40px;
    margin-left: 0%;
    right: 0%;
  }

  .image-3 {
    width: 150px;
    max-width: 150px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    position: static;
    left: auto;
  }

  .menu-link {
    margin-left: -100%;
  }

  .contact-elements {
    margin-left: 57px;
  }

  .btn {
    margin-top: 0;
    margin-right: 16px;
  }

  .btn.contact-me-btn {
    padding: 10px 30px;
    font-size: 12px;
  }

  .btn.hero-btn {
    padding: 10px 25px;
    font-size: 12px;
  }

  .btn.subnit-btn {
    padding: 12px 40px;
  }

  .image-4 {
    width: 125px;
    max-width: 125%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .hero-bg {
    height: 91vh;
    padding-bottom: 0;
  }

  .hero-buttons {
    margin-top: 0;
  }

  .hero-left-text {
    width: 40%;
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: -20px;
  }

  .image {
    width: 14px;
    height: 14px;
  }

  .hero-col-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1.6fr;
    height: 80vh;
    max-height: 80vh;
    margin-top: 0;
    display: block;
  }

  .hero-title {
    font-size: 46px;
    line-height: 46px;
  }

  .hero-title.animate__fadeinup {
    font-size: 56px;
    line-height: 55px;
  }

  .heading-2 {
    font-size: 12px;
  }

  .hero-left-wrapper {
    width: 100%;
    margin-top: 95px;
    top: 0;
  }

  .div-block-2 {
    max-width: 138px;
    padding: 10px 25px;
  }

  .hero-right-wrapper {
    z-index: 9;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 200px;
    padding-top: 0;
    display: flex;
    position: relative;
    top: 103px;
    left: 130px;
    overflow: hidden;
  }

  .company-logo-6 {
    overflow: hidden;
  }

  .my-experties-title-text {
    font-size: 42px;
    line-height: 45px;
  }

  .my-experties-title-text.split-text {
    font-size: 40px;
  }

  .experties-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .experties-card-logo {
    width: 90px;
    height: 90px;
  }

  .experties-card-text {
    width: 84%;
    line-height: 18px;
  }

  .heading-3 {
    width: 100%;
    margin-top: -12px;
    font-size: 26px;
    line-height: 30px;
  }

  .experties-card-title {
    font-size: 33px;
  }

  .image-5 {
    height: 100%;
    margin-top: 8px;
  }

  .about-right-title {
    width: 100%;
    font-size: 36px;
    line-height: 40px;
  }

  .counter-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 320px;
    padding-bottom: 23px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .counter-wrapper.experience-counter-wrapper {
    grid-auto-flow: column;
  }

  .counter-wrapper.about-counter-wrapper {
    padding-top: 0;
  }

  .about-counter {
    height: 320px;
    margin-top: 115px;
  }

  .about-right-btn {
    width: 68%;
  }

  .about-us {
    padding-top: 0;
    overflow: hidden;
  }

  .counter {
    border-right-width: 0;
  }

  .counter.about-counter {
    border-right-width: 1px;
    width: 108%;
    padding-right: 0;
  }

  .counter.about-counter.mobile-responsive {
    width: 100%;
  }

  .experience-counter-text {
    margin-top: 10px;
    font-size: 12px;
  }

  .about-right-text {
    width: 100%;
  }

  .counter-number.about-counter-number {
    font-size: 42px;
  }

  .about-us-title-text {
    font-size: 46px;
    line-height: 58px;
  }

  .paragraph-7 {
    width: 100%;
  }

  .market-stats-title {
    font-size: 36px;
  }

  .unit-sold-counter {
    border-right-width: 0;
    width: 100%;
    padding-bottom: 30px;
  }

  .unit-counter-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .testimonial-card {
    margin-right: 0;
  }

  .testimonial-wrapper {
    display: none;
  }

  .testimonial-title {
    color: #fff;
    font-size: 31px;
  }

  .testimonial-title.about-testimonial-title {
    font-size: 30px;
    line-height: 40px;
  }

  .testimonial-section {
    background-color: #111a26;
  }

  .heading-6 {
    margin-top: 0;
  }

  .our-projects-section {
    padding-top: 60px;
  }

  .projects-card-wrapper {
    grid-template-columns: 1fr;
    display: none;
  }

  .location-wrapper {
    width: 80%;
    margin-top: 0;
    top: 76px;
    left: 27px;
  }

  .project-card, .project-card.project-card-2 {
    height: 245px;
    max-height: 245px;
  }

  .project-card.project-card-4, .project-card.project-card-3 {
    height: 245px;
  }

  .contact-me-section {
    height: 390px;
  }

  .our-area-title {
    font-size: 36px;
  }

  .contact-me-title {
    width: 80%;
    font-size: 26px;
    line-height: 37px;
  }

  .contact-me-title.about-contact-me-title {
    width: 85%;
    font-size: 32px;
  }

  .paragraph-9 {
    width: 100%;
    margin-top: 40px;
  }

  .text-field-2 {
    width: 100%;
  }

  .footer-right-text {
    width: 79%;
  }

  .email-label-submit-block {
    width: 100%;
  }

  .footer-copy-right {
    display: block;
    position: relative;
    top: -242px;
  }

  .footer-center-col-2 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: -299px;
  }

  .footer-right-col {
    width: 100%;
    padding-bottom: 0;
    position: relative;
    top: -286px;
  }

  .footer-right-col.about-footer-right-col {
    height: 66%;
  }

  .footer-section {
    width: 100%;
    height: 155vh;
  }

  .footer-section.about-footer-section {
    height: 940px;
    padding-bottom: 0;
  }

  .footer-logo {
    width: 75%;
  }

  .footer-logo.contact-footer-logo {
    width: 75%;
    max-width: 75%;
  }

  .footer-center-col-1 {
    margin-left: 0;
  }

  .footer-cols-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 2.25fr 1fr;
    grid-template-areas: "Area-2 Area-2 Area-2"
                         "Area Area Area";
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .footer-cols-wrapper.about-footer-cols-wrapper {
    height: 82%;
  }

  .terms---condition {
    margin-top: 8px;
  }

  .footer-copyright-text {
    text-align: center;
  }

  .paragraph-10 {
    font-size: 12px;
  }

  .counter-plus-icon {
    left: -15px;
  }

  .counter-plus-icon.about-counter-plus-icon {
    font-size: 32px;
  }

  .progres-bar-2 {
    width: 100%;
    margin-right: 8px;
  }

  .card {
    width: 90vw;
    min-width: 0;
    max-width: none;
    height: 55vh;
    padding: 16px 24px;
  }

  .skill-header {
    margin-bottom: 0;
  }

  .button-l-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 200px;
  }

  .card-text {
    font-size: 12px;
  }

  .card__header {
    margin-bottom: 16px;
  }

  .heading-12 {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .progress-bar__content-4 {
    width: 14%;
  }

  .progress-wrapper {
    width: auto;
    min-width: auto;
  }

  .heading-13 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1;
  }

  .hole-container {
    margin-bottom: 24px;
  }

  .progress-bar-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-header {
    flex-flow: column;
    display: none;
  }

  .slider-arrows {
    justify-content: flex-start;
    width: 100%;
    padding-top: 20px;
    display: flex;
  }

  .carousel-arrow-icon {
    margin-left: 30px;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .circle-hover-2.white {
    width: 25vw;
    height: 25vw;
    top: -26.8vw;
  }

  .feature-item {
    min-height: 120px;
    padding: 24px;
  }

  .feature-title-wrapper {
    margin-bottom: 48px;
  }

  .hero-bg-img {
    width: 210%;
    max-width: 210%;
    height: auto;
    max-height: 690px;
    top: 340px;
  }

  .splide__pagination {
    padding-top: 2em;
    padding-bottom: 1em;
    position: relative;
  }

  .splide__pagination__page {
    margin-left: 0;
    margin-right: 8px;
  }

  .swiper-slide {
    background-color: #1a1a1a;
    margin-right: 10px;
    padding: 0;
  }

  .slide-1 {
    height: 245px;
  }

  .lottie-animation {
    z-index: 1000;
    flex-flow: row;
    justify-content: center;
    width: 36px;
    right: -234px;
  }

  .discover-realtor-section {
    height: 100%;
  }

  .realtor-wrapper {
    height: 70%;
    display: block;
  }

  .realtor-right-col {
    margin-top: 25px;
  }

  .discover-realtor-title {
    margin-top: 65px;
    line-height: 44px;
  }

  .contact-hero-text {
    width: 100%;
    margin-top: -10px;
    left: 0;
  }

  .about-banner-section {
    height: 100vh;
  }

  .our-experience-section {
    height: 100%;
  }

  .about-banner-bg {
    object-fit: cover;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    height: 100vh;
  }

  .our-experience-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .our-experience-text-2 {
    width: 100%;
    font-size: 14px;
  }

  .our-experience-img {
    height: auto;
  }

  .our-experience-title {
    width: 100%;
    padding-top: 35px;
    font-size: 32px;
    line-height: 36px;
  }

  .our-experience-text-1 {
    width: 100%;
    font-size: 14px;
  }

  .our-experience-counter-section {
    height: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .our-value-section {
    height: 100%;
    padding-top: 70px;
  }

  .our-value-wrapper {
    display: block;
  }

  .value-left-col, .value-right-col {
    flex-flow: column;
  }

  .value-card {
    width: 100%;
    padding: 36px;
  }

  .value-card.value-card-2 {
    width: 100%;
    margin-top: 30px;
  }

  .value-card.value-card-4 {
    margin-top: 30px;
    padding: 29px;
  }

  .value-card.value-card-3 {
    margin-top: 30px;
  }

  .our-value-icon {
    width: 40px;
    height: 40px;
  }

  .value-card-title {
    font-size: 26px;
  }

  .value-card-text {
    font-size: 14px;
  }

  .image-16 {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .value-black-icon {
    width: 40px;
    height: 40px;
  }

  .our-value-title {
    font-size: 32px;
    line-height: 40px;
  }

  .our-ceo-section {
    height: 100%;
    padding-top: 65px;
    padding-bottom: 90px;
  }

  .ceo-right-col {
    height: 100%;
    padding-top: 20px;
  }

  .ceo-title {
    font-size: 22px;
  }

  .heading-14 {
    font-size: 32px;
  }

  .paragraph-13, .paragraph-14 {
    width: 100%;
  }

  .our-team-section {
    height: 100%;
  }

  .team-wrapper {
    flex-flow: column;
  }

  .team-member-card {
    width: 100%;
    margin-bottom: 25px;
  }

  .heading-15 {
    font-size: 22px;
  }

  .our-team-title {
    text-align: center;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .contact-hero-section {
    margin-top: 40px;
  }

  .contact-hero-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .contact-hero-title {
    line-height: 46px;
  }

  .contact-banner-section {
    height: 435px;
  }

  .contact-banner {
    height: 100%;
  }

  .contact-form-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-right-col {
    padding-top: 10px;
  }

  .contact-title {
    line-height: 40px;
  }

  .text---phone-block {
    grid-template-columns: 1fr;
  }

  .heading-16 {
    width: 100%;
    font-size: 26px;
    line-height: 30px;
  }

  .map-section {
    height: 400px;
  }

  .visit-info {
    width: 72%;
  }

  .main-hero_heading {
    font-size: 2.4em;
  }

  .hero-left-title {
    font-size: 66px;
    line-height: 60px;
  }

  .hero-heading-line-mask {
    width: 100%;
  }

  .hero-line-3 {
    line-height: 20px;
  }

  .hreo-heading {
    font-size: 42px;
    line-height: 36px;
  }

  .hero-heading {
    margin-top: 18px;
    font-size: 42px;
    line-height: 36px;
    position: relative;
    top: -21px;
  }

  .hero-heading.hero-title-color {
    margin-top: 10px;
    font-size: 42px;
    line-height: 36px;
    position: relative;
    top: -6px;
  }

  .button {
    width: 140px;
  }
}

#w-node-_422b60b8-add1-5781-cc86-80195662829b-31b8da7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a9e5389-023a-1baa-904a-0e2c551bf20e-31b8da7b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9a9e5389-023a-1baa-904a-0e2c551bf20e-31b8da7b:hover, #w-node-_9a9e5389-023a-1baa-904a-0e2c551bf215-31b8da7b:hover {
  align-self: auto;
}

#w-node-_9a9e5389-023a-1baa-904a-0e2c551bf21c-31b8da7b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9a9e5389-023a-1baa-904a-0e2c551bf21c-31b8da7b:hover {
  align-self: auto;
}

#w-node-_9b9ce8c3-25bf-5e00-1c8e-6cd480208bda-31b8da7b, #w-node-_384ec71a-cb87-b76c-bee6-ca3d9143581b-31b8da7e {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_9a9e5389-023a-1baa-904a-0e2c551bf20e-31b8da7b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_33883006-aecb-a194-fda2-cbb7e0865d23-31b8da7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}