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

@font-face {
  font-family: "Satoshi-Variable";
  src: url("./fonts/Satoshi-Variable.woff2") format("woff2"), url("./fonts/Satoshi-Variable.woff") format("woff"), url("./fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("./fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("./fonts/Satoshi-VariableItalic.woff") format("woff"), url("./fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("./fonts/Satoshi-Light.woff2") format("woff2"), url("./fonts/Satoshi-Light.woff") format("woff"), url("./fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("./fonts/Satoshi-LightItalic.woff2") format("woff2"), url("./fonts/Satoshi-LightItalic.woff") format("woff"), url("./fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("./fonts/Satoshi-Regular.woff2") format("woff2"), url("./fonts/Satoshi-Regular.woff") format("woff"), url("./fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("./fonts/Satoshi-Italic.woff2") format("woff2"), url("./fonts/Satoshi-Italic.woff") format("woff"), url("./fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("./fonts/Satoshi-Medium.woff2") format("woff2"), url("./fonts/Satoshi-Medium.woff") format("woff"), url("./fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("./fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("./fonts/Satoshi-MediumItalic.woff") format("woff"), url("./fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("./fonts/Satoshi-Bold.woff2") format("woff2"), url("./fonts/Satoshi-Bold.woff") format("woff"), url("./fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("./fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("./fonts/Satoshi-BoldItalic.woff") format("woff"), url("./fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("./fonts/Satoshi-Black.woff2") format("woff2"), url("./fonts/Satoshi-Black.woff") format("woff"), url("./fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("./fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("./fonts/Satoshi-BlackItalic.woff") format("woff"), url("./fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
body {
  font-family: "Satoshi-Regular", sans-serif;
}

.ourPropertiesContainer .topContainer {
  background-color: #fff;
  width: 90%;
  margin-inline: auto;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}

.ourPropertiesContainer .topContainer .mainHeading {
  font-size: 1.8rem;
  color: #26387B;
  text-align: center;
  font-family: "Satoshi-Bold", sans-serif;
}

.ourPropertiesContainer .topContainer .mainDescription {
  font-size: 0.85rem;
  font-family: "Satoshi-Medium", sans-serif;
  color: #333;
  margin-top: 1rem;
  text-align: center;
}

.projectsTypeWrapper {
  margin-top: 3rem;
}

.projectsTypeWrapper .mobileContainer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.projectsTypeWrapper .mobileContainer > div {
  padding-bottom: 1.5rem;
  position: relative;
  min-height: 15rem;
}

.projectsTypeWrapper .mobileContainer > div .contentWrapper {
  border-radius: 0.625rem;
  border: 2px solid rgba(38, 56, 123, 0.5);
  background: rgba(255, 255, 255, 0.9);
  width: 85%;
  min-height: 15rem;
  margin-inline: auto;
  margin-top: 1.5rem;
  position: relative;
  z-index: 2;
}

.projectsTypeWrapper .mobileContainer > div .contentWrapper .typeWrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.5rem;
  border: 1.2px solid #26387B;
  color: #26387B;
  height: 2.2rem;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-family: "Satoshi-Bold", sans-serif;
  border-radius: 10rem;
  gap: 0.5rem;
  padding-right: 0.8rem;
  padding-left: 0.2rem;
}

.projectsTypeWrapper .mobileContainer > div .contentWrapper .typeWrapper .iconWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 50%;
  background-color: #26387B;
}

.projectsTypeWrapper .mobileContainer > div .contentWrapper .typeWrapper .iconWrapper .markerIcon path {
  fill: #fff;
}

.projectsTypeWrapper .mobileContainer > div .contentWrapper .mainDescription {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  font-family: "Satoshi-Medium", sans-serif;
  width: 90%;
  color: #333;
  margin-inline: auto;
  padding-bottom: 1.5rem;
  text-align: center;
}

.projectsTypeWrapper .mobileContainer > div .backgroundContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.projectsTypeWrapper .mobileContainer > div .backgroundContainer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.goToMapBtn {
  font-family: "Satoshi-Bold", sans-serif;
  padding: 0 1.5rem;
  margin-top: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.2rem;
  margin-inline: auto;
  border-radius: 10rem;
  background: #007BFF;
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  border: none;
  align-items: center !important;
  justify-content: center;
  gap: 0.5rem;
  position: inherit;
  z-index: 2;
}

a.goToPropertyBtn {
  background-color: #26387B;
  border: 0.8px solid #FAFAFA;
  border-radius: 160px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 12.8px;
  line-height: 22.0444px;
  padding: 0px 16px;
  transition: 0.3s ease-in-out;
  z-index: 2;
  display: flex;
  align-items: center;
}

.comingSoonBtn {
  background-color: #dedede !important;
  color: #464646 !important;
  cursor: not-allowed;
}

.desktopContainer {
  display: none;
}

@media (min-width: 768px) {
  .mobileContainer .mainDescription {
    line-height: 1.5rem;
    margin-top: 2rem !important;
    font-size: 0.9rem !important;
  }
}
@media (min-width: 1024px) {
  .commercialTextWrapper {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .residentialTextWrapper {
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 1rem;
  }
  .agriculturalTextWrapper {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 2.5rem;
  }
  .bottomBtnContainer {
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    z-index: 2;
    display: flex;
    bottom: 2rem;
    left: 1.5rem;
  }
  .bottomBtnContainer .goToPropertyBtn {
    z-index: 2;
    height: 2.2rem;
    padding: 0 1rem;
    color: #fff;
    border: none;
    background-color: #007BFF;
    border: 1px solid #007BFF;
    font-family: "Satoshi-Bold", sans-serif;
    border-radius: 10rem;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .bottomBtnContainer .goToPropertyBtn:hover {
    background-color: #26387B;
    border: 1px solid #fafafa;
    color: #fff;
  }
  .bottomBtnContainer .iconRotate {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    min-width: 2.2rem;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-in-out !important;
    border: 1px solid rgba(0, 123, 255, 0.54);
  }
  .bottomBtnContainer .iconRotate .rotateIcon {
    height: 1rem;
    width: 1rem;
    transition: all 0.3s ease-in-out;
  }
  .bottomBtnContainer:hover .iconRotate {
    background-color: #26387B;
    border: 1px solid #fff;
  }
  .bottomBtnContainer:hover .rotateIcon {
    transform: rotate(-25deg);
    scale: 1.3;
  }
  .bottomBtnContainer:hover .rotateIcon path {
    fill: #fff;
  }
  .desktopContainer {
    display: flex !important;
    gap: 0.1rem;
    max-width: unset;
    width: 100% !important;
    overflow: hidden;
  }
  .desktopContainer > div {
    position: relative;
    min-width: 33% !important;
  }
  .desktopContainer > div .topImageContainer {
    position: relative;
    min-height: 20rem;
    height: 50vh;
    overflow: hidden;
  }
  .desktopContainer > div .topImageContainer::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .desktopContainer > div .topImageContainer .topMarker {
    display: flex;
    position: absolute;
    z-index: 2;
    top: 1rem;
    border-radius: 10rem;
    height: 2rem;
    display: flex;
    align-items: center;
    right: 1.5rem;
    background-color: #fff;
    gap: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.2rem;
  }
  .desktopContainer > div .topImageContainer .topMarker .markerText {
    font-size: 0.75rem;
    font-family: "Satoshi-Bold", sans-serif;
    color: #26387B;
  }
  .desktopContainer > div .topImageContainer .topMarker .iconWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.8rem;
    width: 1.8rem;
    border-radius: 50%;
    background-color: #26387B;
  }
  .desktopContainer > div .topImageContainer .topMarker .iconWrapper .markerIcon path {
    fill: #fff;
  }
  .desktopContainer > div .topImageContainer .backgroundImageWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .desktopContainer > div .topImageContainer .backgroundImageWrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    transition: all 0.3s ease-in-out;
  }
  .desktopContainer > div .topImageContainer:hover img {
    transform: scale(1.1);
  }
  .desktopContainer > div .bottomTextContainer {
    padding: 1rem;
    padding-left: 1.5rem;
    background-color: #E2EBF3;
    min-height: 12rem;
  }
  .desktopContainer > div .bottomTextContainer .descriptionText {
    font-size: 0.8rem;
    font-family: "Satoshi-Medium", sans-serif;
    color: #333;
    line-height: 1.2rem;
  }
  .mobileContainer {
    display: none !important;
  }
  .topContainer {
    max-width: 1300px;
  }
  .topContainer .mainHeading {
    font-size: 2.5rem !important;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
  }
  .topContainer .mainDescription {
    text-align: left !important;
    width: 50%;
    margin-top: unset;
    font-size: 0.9rem !important;
    line-height: 1.5rem;
  }
} /*# sourceMappingURL=ourPropertiesWrapperStyles.css.map */