/*--------------------------------------------------------------
# Real estate
--------------------------------------------------------------*/

.real-estate {
  
}


.real-estate .develop-main-title {
  align-items: flex-start;
  text-align: left;
}

.real-estate .main-title {
  text-align: left;
}

.real-estate .real-estate-uppercase-title {
  margin: 0 0 20px;
  font-size: clamp(16px, 5.5vh, 20px);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (min-width: 1600px) {
  .real-estate.develop-colums-holder-start .real-estate .real-estate-uppercase-title {
    font-size: 24px;
  }
}

.real-estate .main-page-bottom-block {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .real-estate .main-page-bottom-block {
    margin-top: 20px;
  }
}

.real-estate .main-page-bottom-block > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 1024px) {
  .real-estate .main-page-bottom-block > div {
    flex-direction: row;
  }

  .real-estate .main-page-bottom-block > div > .wp-block-group {
    max-width: 704px;
  }
}

.real-estate .main-page-bottom-block p {
  font-size: 16px;
  margin: 0 0 20px;
}

@media screen and (min-width: 1024px) {
  .real-estate .main-page-bottom-block p {
    font-size: 20px;
  }
}

.real-estate .main-page-bottom-block p.real-estate-main-button {
  margin: 0;
}

.real-estate .main-page-bottom-block h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (min-width: 1600px) {
  .real-estate .main-page-bottom-block h3 {
    font-size: clamp(20px, 5.5vh, 36px);
  }
}

.real-estate .main-page-bottom-block h3 strong {
  color: var(--lightYellow);
}

body:not(.dark-theme) .real-estate .main-page-bottom-block h3 strong {
  color: var(--yellow);
}

.real-estate .real-estate-main-buttons > div {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

@media screen and (min-width: 560px) {
  .real-estate .real-estate-main-buttons > div {
    flex-direction: row;
  }
}

.real-estate .real-estate-main-button a {
  display: block;
  min-width: 240px;
  max-width: 100%;
  margin: 0;
  padding: 12px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid var(--yellow);
  color: var(--yellow);
  transition: all .3s;
  text-align: center;
}

@media screen and (min-width: 560px) {
  .real-estate .real-estate-main-button a {
    display: inline-block;
  }
}

.real-estate .real-estate-main-button-bg a {
  background: var(--yellow);
  border: 1px solid var(--yellow);
  color: var(--white);
}

.real-estate .real-estate-main-button-bg a:hover,
.real-estate .real-estate-main-button-bg a:focus {
  background: var(--white);
  border: 1px solid var(--yellow);
  color: var(--yellow);
}

.real-estate .main-page-bottom-block .wp-block-image {
  padding: 20px;
  background: #232323;
  border: 1px solid var(--yellow);
  width: 100%;
  margin: 0;
}

body:not(.dark-theme) .real-estate .main-page-bottom-block .wp-block-image {
  background: transparent;
}

.real-estate .main-page-bottom-block .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.real-estate .real-estate-subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 40px;
}

@media screen and (min-width: 1024px) {
  .real-estate .real-estate-subtitle {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .real-estate .real-estate-subtitle {
    margin: -20px 0 40px;
  }
}

.real-estate .real-estate-subtitle-uppercase {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;

}

.real-estate .real-estate-essential-features > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .real-estate .real-estate-essential-features > div {
    flex-direction: row;
    gap: 40px;
  }
}

.real-estate .real-estate-essential-features-item {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .real-estate .real-estate-essential-features-item {
    width: calc((100%/2) - 20px);
  }
}

@media screen and (min-width: 1600px) {
  .real-estate .real-estate-essential-features-item {
    width: calc((100%/3) - 30px);
  }
}

.real-estate .real-estate-essential-features-item h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 1800px) {
  .real-estate .real-estate-essential-features-item h3 {
    font-size: 24px;
  }
}

.real-estate .real-estate-essential-features-img {
  position: relative;
  background: #232323;
  border: 1px solid transparent;
  z-index: 1;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0% 100%);
}

.real-estate .real-estate-essential-features-img:after {
  content: "";
  position: absolute;
  top: 29px;
  right: -2px;
  width: 50%;
  height: 2px;
  background: transparent;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  transform: rotate(45deg);
  transform-origin: top right;
}

body:not(.dark-theme) .real-estate .real-estate-essential-features-img:after {
  border-color: #232323;
}

.real-estate .real-estate-essential-features-img figure {
  margin: 0;
}

.real-estate .real-estate-essential-features-img:hover {
  opacity: 1;
  border-color: var(--lightYellow);
}

.real-estate .real-estate-essential-features-img:hover:after {
  border-color: var(--lightYellow);
}

.real-estate .real-estate-essential-features-img:hover p {
  opacity: 1;
}

body:not(.dark-theme) .real-estate .real-estate-essential-features-img:hover {
  opacity: 1;
  border-color: var(--yellow);
}

body:not(.dark-theme) .real-estate .real-estate-essential-features-img:hover:after {
  border-color: var(--yellow);
}

.real-estate .real-estate-essential-features-img p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  margin: 0;
  opacity: 0;
  transition: all 0.3s;
  background-color: rgba(35, 35, 35, 0.9);
  font-size: 16px;
}

body:not(.dark-theme) .real-estate .real-estate-essential-features-img p {
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 1024px) {
  .real-estate .real-estate-essential-features-img p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1800px) {
  .real-estate .real-estate-essential-features-img p {
    font-size: 16px;
  }
}

.real-estate .real-estate-essential-features-img img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}

@media screen and (min-width: 1600px) {
  .real-estate .real-estate-essential-features-img img {
    width: auto;
    min-height: 176px;
  }
}

@media screen and (min-width: 1800px) {
  .real-estate .real-estate-essential-features-img img {
    width: auto;
    min-height: 247px;
  }
}

.real-estate .develop-colums-rect {
  margin-bottom: 0;
}

.real-estate .real-estate-grid > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.real-estate .real-estate-grid .develop-colums .wp-block-heading {
  font-size: 20px;
}

body:not(.dark-theme) .real-estate .real-estate-grid .develop-colums .wp-block-heading {
  color: var(--yellow);
}

@media screen and (min-width: 1800px) {
  .real-estate .real-estate-grid > div {
    gap: 40px;
  }

  .real-estate .real-estate-grid .develop-colums .wp-block-heading {
    font-size: 24px;
  }
}

.real-estate .real-estate-grid .develop-colums-rect .wp-block-group p {
  font-size: 16px;
}

@media screen and (min-width: 1600px) {
  .real-estate .real-estate-grid .develop-colums-rect .wp-block-group p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1800px) {
  .real-estate .real-estate-grid .develop-colums-rect .wp-block-group p {
    font-size: 16px;
  }
}

#horizontall-wrapper .real-estate .wp-block-columns.develop-colums-with-icons.develop-colums-rect {
  flex-wrap: wrap !important;
}

@media screen and (min-width: 1280px) {
  #horizontall-wrapper .real-estate .wp-block-columns.develop-colums-with-icons.develop-colums-rect {
    flex-wrap: nowrap !important;
  }
}

.real-estate .real-estate-text-button {
  margin: 40px 0 0;
}

@media screen and (min-width: 1600px) {
  .real-estate .real-estate-text-button {
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 1800px) {
  .real-estate .real-estate-text-button {
    margin: 40px 0 0;
  }
}

.real-estate .real-estate-text-button > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .real-estate .real-estate-text-button > div {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.real-estate .real-estate-text-button h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.real-estate .real-estate-text-button p {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .real-estate .real-estate-text-button h3 {
    font-size: 24px;
  }

  .real-estate.sharetribe .develop-title {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1600px) {
  .real-estate.sharetribe .develop-title {
    font-size: 50px;
  }

  .real-estate.sharetribe .industries {
    height: calc(100vh - 370px);
  }
}

@media screen and (min-width: 1280px) {
  .real-estate.sharetribe .industries-item {
    width: 26%;
  }
  
  .real-estate.sharetribe .industries-item.active {
    width: 40%;
  }
}

.real-estate-partners > div {
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media screen and (min-width: 1360px) {
  .real-estate-partners > div {
    flex-direction: row;
    gap: 60px;
  }

  .real-estate .partners-carousel,
  .real-estate .real-estate-partners-wrapper {
    width: 50%;
  }
}

.real-estate .partners-carousel-items > div > .wp-block-group {
  padding: 1px;
  background: var(--lightYellow);

  clip-path: polygon(
    0 0,
    88.4% 0,
    100% 5.85%,
    100% 100%,
    0 100%
  );
}

body:not(.dark-theme) .real-estate .partners-carousel-items > div > .wp-block-group {
  background: var(--yellow);
}

.real-estate .partners-carousel-items > div > .wp-block-group > div {
  background: #232323;
  height: 100%;
  width: 100%;
  padding: 16px;

  clip-path: polygon(
    0 0,
    88.4% 0,
    100% 5.85%,
    100% 100%,
    0 100%
  );
}

body:not(.dark-theme) .real-estate .partners-carousel-items > div > .wp-block-group > div {
  background-color: var(--white);
}

.real-estate .real-estate-partners-description {
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 20px;
}

@media screen and (min-width: 1800px) {
  .real-estate .real-estate-partners-description {
    font-size: 24px;
    margin: 0 0 40px;
  }
}

.real-estate .real-estate-partners-description strong {
  color: var(--lightYellow);
}

body:not(.dark-theme) .real-estate .real-estate-partners-description strong {
  color: var(--yellow);
}

.real-estate .real-estate-partners-list-title {
  margin: 0 0 20px;
  font-size: clamp(20px, 5.5vh, 30px);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

.real-estate .real-estate-partners-list {
  margin: 20px 0 0;
  list-style: none;
}

.real-estate .real-estate-partners-list li {
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 20px;
  font-size: 16px;
  color: #B0B0B0;
}

.real-estate .real-estate-partners-list li strong {
  text-transform: uppercase;
  color: var(--white);
}

.real-estate .real-estate-partners-list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1800px) {
  .real-estate .real-estate-partners-list li {
    font-size: 20px;
  }
}

body:not(.dark-theme) .real-estate .real-estate-partners-list li,
body:not(.dark-theme) .real-estate .real-estate-partners-list li strong {
  color: #1D173D;
}

.real-estate .real-estate-partners-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  background-color: var(--lightYellow);
}

body:not(.dark-theme) .real-estate .real-estate-partners-list li::before {
  background-color: var(--yellow);
}

.real-estate .real-estate-partners-list li a {
  color: var(--lightYellow);
  border-bottom: 1px solid;
}

body:not(.dark-theme) .real-estate .real-estate-partners-list li a {
  color: var(--yellow);
}

@media (min-width: 1600px) and (max-width: 1800px) {

  .real-estate .hide-on-mid {
    display: none;
  }
}

.real-estate .contact-us-form-info {
  display: flex !important;
}

@media screen and (min-width: 1921px) {


  .real-estate .real-estate-partners-list-title,
  .real-estate .real-estate-text-button h3,
  .real-estate .develop-colums .wp-block-heading,
  #content .real-estate .wpsm_panel-group .wpsm_panel .ac_title_class {
    font-size: 36px;
  }
  
  .real-estate .real-estate-subtitle,
  .real-estate .real-estate-subtitle-uppercase,
  .real-estate .main-page-bottom-block p,
  .real-estate .real-estate-partners-description,
  .real-estate .real-estate-partners-list li,
  .real-estate .partners-carousel-item-heading h3,
  .real-estate .develop-colums p,
  .real-estate .partners-carousel-items > .wp-block-group__inner-container > .wp-block-group p,
  .real-estate.sharetribe .industries-item p {
    font-size: 30px;
  }

  #content .real-estate .wpsm_panel-group .wpsm_panel-body {
    font-size: 30px !important;
  }

  .real-estate .real-estate-grid .develop-colums-rect .wp-block-group p,
  .real-estate .real-estate-essential-features-img p,
  .real-estate .real-estate-main-button a {
    font-size: 24px;
  }

  .real-estate .partners-carousel-item-heading p {
    font-size: 24px !important;
  }

  .real-estate .real-estate-main-button a {
    min-width: 300px;
  }

  .real-estate .main-page-bottom-block > div > .wp-block-group {
    max-width: 50%;
  }

  .real-estate .real-estate-essential-features-img img {
    width: 100%;
    min-height: 30vh;
  }

  .real-estate.sharetribe .industries {
    height: calc(100vh - 460px);
  }
}