* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  font-size: 1vw;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

::-webkit-scrollbar {
  background: white;
  outline: 1px solid #181113;
  border-radius: 3px;
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #f2ab40;
  border-radius: 2px;
}

img {
  filter: brightness(0.9) contrast(1.2) sepia(0.5);
}

@media (max-width: 1000px) {
  .softr-back-to-top-button {
    scale: 75%;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1100px) {
  main form .header {
    margin-bottom: 0 !important;
  }
}

body {
  background: #fbf6ed;
  width: 100svw;
  overflow-x: hidden;
}
body.loading {
  overflow-y: hidden;
}
body .header-margin-block {
  width: 100svw;
  height: 125px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-height: 670px) {
  body .header-margin-block {
    height: 95px;
  }
}
@media (max-width: 600px) {
  body .header-margin-block {
    height: 90px;
  }
}
body .loader {
  position: fixed;
  z-index: 999;
  height: 100svh;
  width: 100svw;
  overflow: hidden;
  top: 0;
  left: 0;
  background: #fbf6ed;
  opacity: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
body .loader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  height: 80px;
  width: 80px;
  margin-left: 10px;
  transform: translate(-50%, -50%);
}
body .loader .spinner .ball-1 {
  z-index: -1;
  background-color: #f2ab40;
  animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
}
body .loader .spinner .ball-2 {
  z-index: -2;
  background-color: #f2ab40;
  animation-timing-function: cubic-bezier(0.5, 0.6, 0.9, 0.9);
}
body .loader .spinner .ball-3 {
  z-index: -3;
  background-color: #f2ab40;
  animation-timing-function: cubic-bezier(0.5, 0.9, 0.9, 0.9);
}
body .loader .spinner .ball-4 {
  z-index: -4;
  background-color: #f2ab40;
  animation-timing-function: cubic-bezier(0.5, 1.2, 0.9, 0.9);
}
body .loader .spinner .ball-5 {
  z-index: -5;
  background-color: #f2ab40;
  animation-timing-function: cubic-bezier(0.5, 1.5, 0.9, 0.9);
}
body .loader .spinner .ball-6 {
  z-index: -6;
  background-color: #f2ab40;
  animation-timing-function: cubic-bezier(0.5, 1.8, 0.9, 0.9);
}
body .loader .spinner .ball-7 {
  z-index: -7;
  background-color: #f2ab40;
  animation-timing-function: cubic-bezier(0.5, 2.1, 0.9, 0.9);
}
body .loader .spinner .ball-8 {
  z-index: -8;
  background-color: #f2ab40;
  animation-timing-function: cubic-bezier(0.5, 2.4, 0.9, 0.9);
}
body .loader [class^=ball-] {
  position: absolute;
  display: block;
  left: 30px;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  transition: all 1s;
  animation: circleRotate 3.5s ease infinite;
  transform-origin: 0 250% 0;
}
body .loader.loaded {
  animation: loader-remove 0.5s ease forwards;
}
body header {
  position: fixed;
  z-index: 89;
  top: 0px;
  width: 100svw;
  height: 125px;
  border-bottom: 1px #181113 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: white;
}
@media (max-height: 670px) {
  body header {
    height: 95px;
  }
}
@media (max-width: 600px) {
  body header {
    height: 90px;
  }
}
body header nav {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 5%;
}
@media (max-width: 1600px) {
  body header nav {
    padding: 0px 1%;
  }
  body header nav li {
    font-size: 23px !important;
    margin: 15px !important;
  }
}
@media (max-width: 1600px) and (max-width: 1215px) {
  body header nav li {
    font-size: 22px !important;
    margin: 7px !important;
    letter-spacing: -0.5px;
    transform: translateX(-25px);
  }
}
body header nav .menu {
  z-index: 199;
}
@media (max-width: 1000px) {
  body header nav .menu li:not(li:last-of-type) {
    display: none;
  }
}
body header nav .menu ol {
  list-style-type: none;
  display: flex;
}
body header nav .menu ol li {
  width: 100%;
  cursor: pointer;
  padding: 20px 0px;
  font-size: clamp(25px, 1.15rem, 40px);
  margin: 25px;
  font-family: "poppins";
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-weight: 500;
}
@media (max-height: 610px) {
  body header nav .menu ol li {
    font-size: 20px;
    padding: 10px 0px;
  }
}
body header nav .menu ol li:hover a span:nth-of-type(0) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0s;
}
body header nav .menu ol li:hover a span:nth-of-type(1) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.025s;
}
body header nav .menu ol li:hover a span:nth-of-type(2) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.05s;
}
body header nav .menu ol li:hover a span:nth-of-type(3) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.075s;
}
body header nav .menu ol li:hover a span:nth-of-type(4) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.1s;
}
body header nav .menu ol li:hover a span:nth-of-type(5) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.125s;
}
body header nav .menu ol li:hover a span:nth-of-type(6) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.15s;
}
body header nav .menu ol li:hover a span:nth-of-type(7) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.175s;
}
body header nav .menu ol li:hover a span:nth-of-type(8) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.2s;
}
body header nav .menu ol li:hover a span:nth-of-type(9) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.225s;
}
body header nav .menu ol li:hover a span:nth-of-type(10) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.25s;
}
body header nav .menu ol li:hover a span:nth-of-type(11) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.275s;
}
body header nav .menu ol li:hover a span:nth-of-type(12) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.3s;
}
body header nav .menu ol li:hover a span:nth-of-type(13) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.325s;
}
body header nav .menu ol li:hover a span:nth-of-type(14) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.35s;
}
body header nav .menu ol li:hover a span:nth-of-type(15) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.375s;
}
body header nav .menu ol li:hover a span:nth-of-type(16) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.4s;
}
body header nav .menu ol li:hover a span:nth-of-type(17) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.425s;
}
body header nav .menu ol li:hover a span:nth-of-type(18) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.45s;
}
body header nav .menu ol li:hover a span:nth-of-type(19) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.475s;
}
body header nav .menu ol li a {
  text-decoration: none;
  color: #181113;
  display: flex;
}
body header nav .menu ol li a.selected {
  font-weight: 700;
  border-bottom: #f2ab40 3px solid;
}
body header nav .menu ol li a span {
  display: block;
  transition: 0.1s;
}
body header nav .menu ol li a span.space {
  height: 5px;
  width: 9px;
}
body header nav .logo-container {
  height: 90%;
  display: flex;
  align-items: center;
}
@media (max-width: 1350px) {
  body header nav .logo-container {
    height: 70%;
    transform: translateX(-40px);
  }
}
@media (max-width: 600px) {
  body header nav .logo-container {
    height: 75%;
    transform: translateX(-10px);
  }
}
body header nav img.logo {
  height: 100%;
  transform: translateX(40%);
  z-index: 4;
  filter: none !important;
}
body header nav img.text {
  height: 60%;
  transform: translateY(3px);
  z-index: 2;
  filter: none !important;
}
body header nav:hover span {
  text-decoration: none;
}
body header nav .line {
  height: 100%;
  width: 1px;
  background: #181113;
}
body header nav .burger {
  font-size: 37.5px;
  cursor: pointer;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  transition: 0.2s;
}
body header nav .burger:hover {
  gap: 7px;
}
body header nav .burger span {
  display: block;
  height: 7px;
  width: 7px;
  background: #181113;
  border-radius: 100px;
  transition: 0.1s;
}
body header nav .burger span:nth-of-type(1) {
  transition-delay: 0.05s;
}
body header nav .burger span:nth-of-type(2) {
  transition-delay: 0.1s;
}
body header nav .burger span:nth-of-type(3) {
  transition-delay: 0.15s;
}
body .dropdown-menu-container {
  display: none !important;
  height: 100svh;
  position: fixed;
  overflow: hidden;
  z-index: 99;
  right: 0;
  top: 0;
  width: 100%;
  font-family: "poppins";
  display: flex;
}
body .dropdown-menu-container.opened {
  display: block !important;
}
body .dropdown-menu-container .filter {
  width: 100svw;
  height: 100svh;
  backdrop-filter: brightness(100%) blur(0px);
  display: flex;
  justify-content: end;
  overflow: hidden;
  transition: 0.5s;
}
body .dropdown-menu-container .filter.opened {
  width: 100svw;
  backdrop-filter: brightness(85%) blur(1px);
}
body .dropdown-menu-container .filter .event-listener {
  height: 100svh;
  width: calc(100svw - 500px);
}
body .dropdown-menu-container .menu {
  width: 500px;
  background: #fbf6ed;
  padding: 0px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 2px;
  transition: 0.5s;
  transform: translateX(500px);
}
body .dropdown-menu-container .menu.opened {
  transform: translateX(0px);
}
body .dropdown-menu-container .menu .socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 35px;
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 600px) {
  body .dropdown-menu-container .menu .socials {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-height: 800px) {
  body .dropdown-menu-container .menu .socials {
    flex-direction: row;
    justify-content: center;
  }
}
body .dropdown-menu-container .menu .socials .wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 600px) {
  body .dropdown-menu-container .menu .socials .wrapper {
    width: 50px;
  }
}
@media (max-height: 800px) {
  body .dropdown-menu-container .menu .socials .wrapper {
    width: 50px;
  }
}
body .dropdown-menu-container .menu .socials .wrapper a:hover {
  width: 185px !important;
}
body .dropdown-menu-container .menu .socials .toast {
  display: none;
}
body .dropdown-menu-container .menu .socials .copied {
  display: block !important;
  font-size: 15px;
  margin-left: 12px;
  animation: toast-anim 2s cubic-bezier(1, 0, 0, 1) forwards;
  animation-delay: -0.5s;
}
@media (max-width: 600px) {
  body .dropdown-menu-container .menu .socials .copied {
    position: absolute;
    transform: translateX(-25%) translateY(-50px);
    animation: toast-anim-mobile 2s cubic-bezier(1, 0, 0, 1) forwards;
  }
}
@media (max-height: 800px) {
  body .dropdown-menu-container .menu .socials .copied {
    position: absolute;
    transform: translateX(-25%) translateY(-50px);
    animation: toast-anim-mobile 2s cubic-bezier(1, 0, 0, 1) forwards;
  }
}
body .dropdown-menu-container .menu .socials a {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 7.5px;
  cursor: pointer;
  transition: 0.5s;
  color: #181113;
  text-decoration: none;
  border: #181113 3px solid;
  text-wrap: nowrap;
  gap: 7.5px;
  overflow: hidden;
}
@media (max-width: 600px) {
  body .dropdown-menu-container .menu .socials a {
    width: 50px !important;
  }
}
@media (max-height: 800px) {
  body .dropdown-menu-container .menu .socials a {
    width: 50px !important;
  }
}
@media (max-height: 690px) {
  body .dropdown-menu-container .menu .socials a {
    scale: 75%;
  }
  body .dropdown-menu-container .menu .socials a.email i, body .dropdown-menu-container .menu .socials a.ig i {
    margin-left: -1px;
  }
}
body .dropdown-menu-container .menu .socials a:nth-of-type(1) {
  padding-left: 8px;
}
body .dropdown-menu-container .menu .socials a:nth-of-type(3) {
  padding-left: 10.5px;
  gap: 8.5px;
}
body .dropdown-menu-container .menu .socials a.fb::after {
  content: "Alex Ekuza";
  font-size: 17px;
}
body .dropdown-menu-container .menu .socials a.whatsapp::after {
  content: "07949 940 893";
  font-size: 17px;
}
body .dropdown-menu-container .menu .socials a.email::after {
  content: "alex@ekuzaestates.co.uk";
  font-size: 17px;
}
body .dropdown-menu-container .menu .socials a.ig::after {
  content: "ekuza_estates";
  font-size: 17px;
}
body .dropdown-menu-container .menu .socials a.fb {
  display: none !important;
}
body .dropdown-menu-container .menu .socials a:hover:nth-of-type(1) {
  width: 145px;
}
body .dropdown-menu-container .menu .socials a:hover:nth-of-type(2) {
  width: 275px;
}
body .dropdown-menu-container .menu .socials a:hover:nth-of-type(3) {
  width: 185px;
}
body .dropdown-menu-container .menu .socials a:hover {
  scale: 100%;
}
body .dropdown-menu-container .menu .socials a i {
  font-size: 30px;
}
body .dropdown-menu-container .menu .socials a i.ig {
  margin-left: -1px;
}
@media (min-width: 2000px) {
  body .dropdown-menu-container .menu .socials a i.ig {
    margin: 0 !important;
  }
}
body .dropdown-menu-container .menu .close {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  margin: 35px 0px;
  font-size: clamp(20px, 0.9rem, 100px);
}
body .dropdown-menu-container .menu .close .x:hover p {
  text-decoration: none;
}
body .dropdown-menu-container .menu .close .x {
  transition: 0.25s;
}
body .dropdown-menu-container .menu .close .x:hover {
  rotate: 90deg;
}
body .dropdown-menu-container .menu .close p {
  text-decoration: underline;
  cursor: pointer;
}
body .dropdown-menu-container .menu .close p:hover {
  text-decoration: none;
}
body .dropdown-menu-container .menu .close button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: transparent;
  border: none;
  cursor: pointer;
}
body .dropdown-menu-container .menu .close button span {
  font-size: clamp(37.5px, 1.5rem, 100px);
}
body .dropdown-menu-container .menu ol {
  list-style-type: none;
}
body .dropdown-menu-container .menu ol li {
  width: 100%;
  cursor: pointer;
  border-top: 1px rgba(24, 17, 19, 0.4196078431) solid;
  padding: 20px 0px;
  font-size: clamp(25px, 1.15rem, 100px);
  font-weight: 500;
}
@media (max-height: 690px) {
  body .dropdown-menu-container .menu ol li {
    font-size: 20px;
    padding: 10px 0px;
  }
}
body .dropdown-menu-container .menu ol li:last-of-type {
  border-bottom: 1px rgba(24, 17, 19, 0.4196078431) solid;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(0) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(1) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.025s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(2) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.05s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(3) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.075s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(4) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.1s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(5) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.125s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(6) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.15s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(7) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.175s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(8) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.2s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(9) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.225s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(10) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.25s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(11) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.275s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(12) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.3s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(13) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.325s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(14) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.35s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(15) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.375s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(16) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.4s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(17) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.425s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(18) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.45s;
}
body .dropdown-menu-container .menu ol li:hover a span:nth-of-type(19) {
  animation: nav-txt-anim 0.5s forwards;
  animation-delay: 0.475s;
}
body .dropdown-menu-container .menu ol li a {
  text-decoration: none;
  color: #181113;
  display: flex;
}
body .dropdown-menu-container .menu ol li a.selected {
  font-weight: 700;
}
body .dropdown-menu-container .menu ol li a.selected span:first-of-type {
  border-left: #f2ab40 3px solid;
  padding-left: 10px;
}
@media (max-width: 600px) {
  body .dropdown-menu-container .menu ol li a {
    justify-content: center;
  }
}
body .dropdown-menu-container .menu ol li a span {
  display: block;
  transition: 0.1s;
}
body .dropdown-menu-container .menu ol li a span.space {
  height: 5px;
  width: 9px;
}
body .center-point {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  height: 400px;
  width: 4px;
  border-radius: 100%;
  background: red;
  transform: translate(-50%, -50%);
}
body footer {
  width: 100%;
  height: 300px;
  background: #181113;
  color: #fbf6ed;
  padding: 0px 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 850px) {
  body footer {
    height: 500px;
  }
}
@media (min-width: 1800px) {
  body footer {
    height: 500px;
  }
}
@media (max-width: 1500px) {
  body footer {
    padding: 0px 115px;
  }
}
@media (max-width: 850px) {
  body footer {
    padding: 0px 25px;
  }
}
body footer .container {
  width: 100%;
  height: 92.5%;
  display: flex;
}
@media (max-width: 850px) {
  body footer .container {
    flex-direction: column;
  }
}
body footer .sec-1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 850px) {
  body footer .sec-1 {
    align-items: center;
    margin: 75px 0px 30px 0px;
  }
}
body footer .sec-1 p {
  font-size: 14px;
  margin-top: 20px;
  opacity: 75%;
  width: 200px;
  text-wrap: wrap;
  text-align: center;
}
@media (max-width: 850px) {
  body footer .sec-1 p {
    text-align: center;
    width: 75%;
    margin-bottom: 25px;
    opacity: 100%;
  }
}
body footer .sec-1 img {
  height: 150px;
  border-radius: 3px;
  border: #f2ab40 2px solid;
}
@media (min-width: 1800px) {
  body footer .sec-1 img {
    height: 200px;
  }
}
@media (max-width: 1800px) {
  body footer .sec-1 img {
    margin-left: 27.5px;
  }
}
@media (max-width: 850px) {
  body footer .sec-1 img {
    margin-left: 0;
  }
}
body footer .sec-2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body footer .sec-2 .socials {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 850px) {
  body footer .sec-2 .socials {
    align-items: center;
  }
}
body footer .sec-2 .socials a {
  cursor: pointer;
  color: #fbf6ed;
  text-decoration: none;
  margin: 7.5px 0px;
}
body footer .sec-2 .socials a:hover {
  text-decoration: underline;
}
body footer .sec-2 .socials a i {
  font-size: 20px;
  margin-right: 10px;
}
@media (min-width: 1800px) {
  body footer .sec-2 .socials a i {
    font-size: 24px;
  }
}
body footer .sec-2 .socials .whatsapp::after {
  content: "07949 940 893";
  font-size: 20px;
}
@media (min-width: 1800px) {
  body footer .sec-2 .socials .whatsapp::after {
    font-size: 24px;
  }
}
body footer .sec-2 .socials .email::after {
  content: "alex@ekuzaestates.co.uk";
  font-size: 20px;
}
@media (min-width: 1800px) {
  body footer .sec-2 .socials .email::after {
    font-size: 24px;
  }
}
body footer .sec-2 .socials .ig::after {
  content: "ekuza_estates";
  font-size: 20px;
}
@media (min-width: 1800px) {
  body footer .sec-2 .socials .ig::after {
    font-size: 24px;
  }
}
body footer .sec-2 .socials .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
body footer .sec-2 .socials .wrapper .toast {
  position: absolute;
  font-size: 17px;
  transform: translateX(250%);
  opacity: 0%;
}
@media (max-width: 1500px) {
  body footer .sec-2 .socials .wrapper .toast {
    transform: translateX(225%) !important;
  }
}
body footer .sec-2 .socials .wrapper .toast.copied {
  animation: toast-anim-footer 2s cubic-bezier(1, 0, 0, 1) forwards;
}
body footer .km-container {
  width: 100%;
  height: 7.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: end;
}
body footer .km-container a {
  font-size: 14px;
  color: #fbf6ed;
  text-decoration: none;
  opacity: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 1500px) {
  body footer .km-container a {
    font-size: 13px;
  }
}
@media (max-width: 850px) {
  body footer .km-container a {
    font-size: 12px;
  }
}
body footer .km-container a:hover {
  text-decoration: underline;
}
body footer .km-container a span,
body footer .km-container a i {
  margin: 0px 3.5px;
}
body footer .km-container a .klemensowicz {
  text-decoration: underline;
  margin-bottom: 1px;
}
body footer .km-container a .heart {
  color: red;
  font-size: 12px;
}

@keyframes nav-txt-anim {
  from {
    color: #f2ab40;
  }
  to {
    color: #181113;
  }
}
@keyframes toast-anim {
  0% {
    scale: 0%;
    opacity: 0%;
  }
  50% {
    scale: 110%;
    opacity: 100%;
  }
  100% {
    scale: 0%;
    opacity: 0%;
  }
}
@keyframes toast-anim-footer {
  0% {
    opacity: 0%;
  }
  50% {
    opacity: 90%;
  }
  100% {
    opacity: 0%;
  }
}
@keyframes toast-anim-mobile {
  0% {
    opacity: 0%;
    margin-bottom: -34px;
  }
  50% {
    opacity: 100%;
    margin-bottom: 4px;
  }
  100% {
    opacity: 0%;
    margin-bottom: -34px;
  }
}
@keyframes loader-remove {
  99% {
    opacity: 0%;
  }
  100% {
    display: none;
  }
}
@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  font-size: 1vw;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

::-webkit-scrollbar {
  background: white;
  outline: 1px solid #181113;
  border-radius: 3px;
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #f2ab40;
  border-radius: 2px;
}

img {
  filter: brightness(0.9) contrast(1.2) sepia(0.5);
}

@media (max-width: 1000px) {
  .softr-back-to-top-button {
    scale: 75%;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1100px) {
  main form .header {
    margin-bottom: 0 !important;
  }
}

main {
  width: 100svw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 500px) {
  main {
    height: 1170px;
  }
}
main .container {
  width: 100svw;
  height: 797.5px;
  margin-top: 50px;
  display: flex;
  border: 1px #181113 solid;
}
@media (min-width: 2000px) {
  main .container {
    height: 900px;
  }
}
@media (max-width: 750px) {
  main .container {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
main .container section.img-container {
  width: 55%;
}
@media (max-width: 1675px) {
  main .container section.img-container {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  main .container section.img-container {
    width: 40%;
  }
}
@media (max-width: 750px) {
  main .container section.img-container {
    width: 0%;
  }
}
main .container section.form-container {
  width: 45%;
}
@media (max-width: 1675px) {
  main .container section.form-container {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  main .container section.form-container {
    width: 60%;
  }
}
@media (max-width: 750px) {
  main .container section.form-container {
    width: 90%;
  }
}
@media (max-width: 410px) {
  main .container section.form-container {
    width: 95%;
  }
}
main .container section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
main form {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "poppins";
  background: white;
  border-left: 1px #181113 solid;
}
@media (max-width: 750px) {
  main form {
    border: 1px #181113 solid;
  }
}
main form .header {
  width: 100%;
  height: 50px;
  background: #181113;
  color: #fbf6ed;
  padding: 0px 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 50px;
}
main form .header i {
  font-size: 36px;
}
main form .header i:nth-of-type(2) {
  font-size: 24px;
  margin-left: 20px;
  cursor: pointer;
  transition: 0.2s;
}
main form .header i:nth-of-type(2):hover {
  color: #e8cc9a;
}
main form .header p {
  font-size: 22px;
  margin-left: 15px;
  width: 90%;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
main form .inputs-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 500px) {
  main form .inputs-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
main form .inputs-container .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 500px) {
  main form .inputs-container .content {
    width: calc(100% - 50px);
  }
}
main form label, main form .budget-p {
  font-size: 22px;
  transform: translateY(33px);
  transition: 0.2s;
  font-weight: 700;
}
@media (min-width: 2000px) {
  main form label, main form .budget-p {
    font-size: 28px;
  }
}
main form label.txtarea, main form .txtarea.budget-p {
  transform: translateY(0px) !important;
}
main form label.selected, main form .selected.budget-p {
  transform: translateY(5px) scale(0.8);
}
main form input:not(.datetime-container input) {
  width: 300px;
  height: 40px;
  padding: 10px;
  background: none;
  text-align: center;
  border: none;
  border-bottom: 3px #181113 solid;
  font-size: 18px;
  transition: 0.4s;
  margin: 0px 25px 50px 25px;
}
@media (min-width: 2000px) {
  main form input:not(.datetime-container input) {
    margin-bottom: 85px;
    width: 400px;
  }
}
@media (max-width: 1400px) {
  main form input:not(.datetime-container input) {
    width: 250px;
  }
}
@media (max-width: 1200px) {
  main form input:not(.datetime-container input) {
    width: 200px;
    margin: 0px 17.5px 50px 17.5px;
  }
}
@media (max-width: 800px) {
  main form input:not(.datetime-container input) {
    width: 190px;
    margin: 0px 17.5px 50px 17.5px;
  }
}
@media (max-width: 500px) {
  main form input:not(.datetime-container input) {
    margin-bottom: 35px;
    width: 100%;
  }
}
main form input:not(.datetime-container input):focus {
  outline: none;
  border-bottom: 3px #f2ab40 solid;
  background: rgba(251, 246, 237, 0.4980392157);
}
main form .budget-p {
  transform: none !important;
}
main form .custom-select-wrapper {
  position: relative;
  width: 350px;
  margin: 2px 0px 35px 0px;
  text-align: center;
}
@media (max-width: 500px) {
  main form .custom-select-wrapper {
    width: 275px;
  }
}
main form .custom-select {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}
main form .custom-select-trigger {
  display: block;
  background: none;
  padding: 10px 15px;
  border-bottom: 3px solid #181113;
  width: 100%;
  box-sizing: border-box;
  transition: 0.4s;
}
main form .custom-select-trigger:hover {
  border-bottom: 3px #f2ab40 solid;
  background: rgba(251, 246, 237, 0.4980392157);
}
main form .custom-select.opened .custom-options {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
main form .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  margin-top: 5px;
  max-height: 200px;
  display: none;
  z-index: 5;
}
main form .custom-options .custom-option {
  padding: 10px 15px;
  margin-top: 5px;
  cursor: pointer;
  background: #fffaf2;
  box-sizing: border-box;
  width: 100%;
  border: 1px rgba(242, 171, 64, 0.2666666667) solid;
  transition: 0.2s;
}
main form .custom-options .custom-option:hover {
  background: #ffefd6;
  border-bottom: 1px solid #f2ab40;
}
main form .custom-options .custom-option.selection {
  background: rgba(242, 171, 64, 0.3803921569);
  font-weight: bold;
}
main form textarea {
  width: 90%;
  height: 150px;
  padding: 10px;
  background: none;
  border: none;
  border-bottom: 3px #181113 solid;
  font-size: 18px;
  transition: 0.4s;
  margin: 10px 0px 50px 0px;
  resize: none;
}
main form textarea:focus {
  outline: none;
  border-bottom: 3px #f2ab40 solid;
  background: rgba(251, 246, 237, 0.4980392157);
}
main form .txtarea::after {
  content: "(optional)";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 25px);
  color: rgba(24, 17, 19, 0.5058823529);
  font-size: 10px;
  letter-spacing: 1px;
}
@media (min-width: 2000px) {
  main form .txtarea::after {
    transform: translate(-50%, 32px);
  }
}
main form button {
  align-self: center;
  cursor: pointer;
  transition: 0.2s;
  width: 90%;
  height: 50px;
  margin-bottom: 20px;
  background: #181113;
  border: none;
  border-radius: 7px;
  font-weight: 800;
  color: #fbf6ed;
  font-size: 17px;
  box-shadow: 0px 10px 0px #6b4d18;
}
@media (min-width: 2000px) {
  main form button {
    height: 65px;
    font-size: 18px;
  }
}
main form button:hover {
  transform: translateY(2px);
  box-shadow: 0px 8px 0px #6b4d18;
}
main form button:active {
  transform: translateY(10px);
  box-shadow: 0px 0px 0px #6b4d18;
}
main form .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  width: 90%;
  gap: 25px;
}
@media (max-width: 1100px) {
  main form .wrapper {
    flex-direction: column;
  }
}
main section {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main section h2 {
  position: absolute;
  font-size: 57px;
  font-family: "poppins";
  line-height: 55px;
}
main section h2 .line {
  display: block;
  width: 50px;
  height: 2px;
}

.title-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 125px 0px;
}
@media (max-width: 1950px) {
  .title-container {
    margin: 80px 0px;
  }
}
@media (max-width: 1000px) {
  .title-container {
    margin: 50px 0px;
  }
}
.title-container .line {
  width: 20%;
  height: 2px;
  background: #181113;
  border-radius: 5px;
}
@media (max-width: 1950px) {
  .title-container .line {
    width: 15%;
  }
}
@media (max-width: 1650px) {
  .title-container .line {
    width: 10%;
  }
}
@media (max-width: 1320px) {
  .title-container .line {
    width: 20%;
  }
}
@media (max-width: 1000px) {
  .title-container .line {
    width: 15%;
  }
}
.title-container p {
  font-family: "poppins";
  font-size: 70px;
  letter-spacing: 25px;
  margin: 40px;
}
@media (max-width: 1650px) {
  .title-container p {
    font-size: 60px;
  }
}
@media (max-width: 1320px) {
  .title-container p {
    font-size: 50px;
    letter-spacing: 20px;
    text-align: center;
    width: 470px;
  }
}
@media (max-width: 770px) {
  .title-container p {
    width: 350px;
    font-size: 42px;
    letter-spacing: 12.5px;
  }
}
@media (max-width: 600px) {
  .title-container p {
    width: 200px;
    font-size: 28px;
    letter-spacing: 5px;
    margin: 10px;
  }
}

section.sec-desc {
  width: 100%;
  height: 800px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  display: flex;
}
@media (max-width: 1050px) {
  section.sec-desc {
    height: 1000px;
  }
}
@media (max-width: 1050px) {
  section.sec-desc {
    height: 1100px;
  }
}
@media (max-width: 700px) {
  section.sec-desc {
    height: 800px;
  }
}
@media (max-width: 600px) {
  section.sec-desc {
    height: 800px;
  }
}
@media (max-width: 450px) {
  section.sec-desc {
    height: 900px;
  }
}
@media (max-width: 800px) {
  section.sec-desc {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 900px) {
  section.sec-desc {
    flex-direction: column;
  }
}
section.sec-desc p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
section.sec-desc p:first-of-type::after {
  font-size: 17px;
  content: "profit without ownership";
  color: rgba(0, 106, 0, 0.547);
}
section.sec-desc p:first-of-type span.line {
  display: block;
  width: 20px;
  height: 1px;
  background: #181113;
  margin: 0px 25px;
}
section.sec-desc img {
  width: 35%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 2000px) {
  section.sec-desc img {
    width: 42.5%;
  }
}
@media (max-width: 900px) {
  section.sec-desc img {
    width: 100%;
    height: 40%;
  }
}
@media (max-width: 450px) {
  section.sec-desc img {
    height: 25%;
  }
}
section.sec-desc .text-container {
  width: 65%;
  height: 100%;
  overflow: hidden;
  padding: 0px 75px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 2000px) {
  section.sec-desc .text-container {
    width: 57.5%;
  }
}
@media (max-width: 900px) {
  section.sec-desc .text-container {
    width: 100%;
    height: 60%;
  }
}
@media (max-width: 700px) {
  section.sec-desc .text-container {
    padding: 0px 50px;
  }
}
@media (max-width: 380px) {
  section.sec-desc .text-container {
    padding: 0px 35px;
  }
}
section.sec-desc .text-container h4 {
  font-size: 45px;
}
@media (max-height: 780px) {
  section.sec-desc .text-container h4 {
    font-size: 35px;
  }
}
@media (max-width: 700px) {
  section.sec-desc .text-container h4 {
    font-size: 25px;
  }
}
section.sec-desc .text-container h4,
section.sec-desc .text-container a {
  font-family: "poppins";
  margin: 25px 0 15px 0px;
}
@media (max-width: 700px) {
  section.sec-desc .text-container h4,
  section.sec-desc .text-container a {
    margin: 10px 0 2.5px 0px;
  }
}
section.sec-desc .text-container p {
  font-family: "lato";
  font-size: 25px;
}
@media (max-height: 780px) {
  section.sec-desc .text-container p {
    font-size: 20px;
  }
}
section.sec-desc .text-container p:first-of-type {
  color: rgba(24, 17, 19, 0.7450980392);
}
@media (max-width: 700px) {
  section.sec-desc .text-container p:first-of-type {
    font-size: 14px;
  }
  section.sec-desc .text-container p:first-of-type::after {
    font-size: 12px;
  }
}
section.sec-desc .text-container p.desc {
  word-spacing: 5px;
  letter-spacing: 1px;
}
@media (max-width: 700px) {
  section.sec-desc .text-container p.desc {
    font-size: 17px;
  }
}
@media (max-width: 370px) {
  section.sec-desc .text-container p.desc {
    font-size: 15px;
  }
}
section.sec-desc .text-container a {
  text-transform: uppercase;
  font-size: 19px;
  color: #181113;
  margin-top: 30px;
  background: rgba(242, 171, 64, 0.65);
  padding-left: 20px;
  text-decoration: none;
}
@media (max-width: 700px) {
  section.sec-desc .text-container a {
    font-size: 15px;
    margin-top: 15px;
  }
}
section.sec-desc .text-container a:hover {
  text-decoration: underline;
}
section.sec-desc .text-container a:hover i {
  transform: translateX(200%);
  opacity: 100%;
}
section.sec-desc .text-container a i {
  transition: 0.25s;
  opacity: 0%;
}/*# sourceMappingURL=rent-to-rent.css.map */