.property-portfolio-hero-section {
  background:
    radial-gradient(
      50.42% 49.91% at 50% 49.91%,
      rgba(24, 28, 57, 0.12) 0%,
      rgba(24, 28, 57, 0.4) 100%
    ),
    linear-gradient(
      360deg,
      rgba(24, 28, 57, 0.95) 3.74%,
      rgba(24, 28, 57, 0.3) 100%
    ),
    url(../../assets/img/property-portfolio-hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 0;
}

.property-portfolio-hero-section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.property-portfolio-hero-section-text-wrapper {
  max-width: 515px;
  width: 100%;
}

.property-portfolio-carousel {
  background: #181c39;
  padding: 20px 0;
  border-top: 1px solid #ddcab280;
  overflow: hidden;
}

.property-portfolio-carousel-track {
  display: flex;
  width: max-content;
  animation: property-portfolio-marquee 30s linear infinite;
}

.property-portfolio-carousel-list {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 28px;
  margin: 0;
  padding: 0 14px;
  list-style: none;
}

.property-portfolio-carousel-list li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
  color: #fcfcfc;
  white-space: nowrap;
}

.property-portfolio-carousel-list li::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #e1c9ae;
}

.rental {
  padding: 100px 0;
  background-color: #f6f1eb;
  scroll-margin-top: 24px;
}

#rental,
#capitalization,
#diversification {
  scroll-margin-top: 24px;
}

.rental-label {
  margin-bottom: 8px;
}

.rental-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 80px;
}

.rental-title {
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3%;
  color: #181c39;
}

.rental-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -3%;
  color: #353a5d;
  line-height: calc(28 / 20);
  max-width: 625px;
  width: 100%;
}

.rental-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
}

.rental-item {
  background-color: #fcfcfc;
  border-radius: 16px;
  padding: 72px 32px 32px;
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.rental-item-icon {
  position: absolute;
  top: -40px;
  left: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #ddcab2;
  border-radius: 50%;
  margin-bottom: 24px;
}

.rental-item-icon img {
  display: block;
  width: 40px;
  height: 40px;
}

.rental-item-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3%;
  color: #181c39;
  margin-bottom: 24px;
}

.rental-item-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -3%;
  color: #353a5d;
  line-height: 100%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
}

.rental-item-advantages {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
}

.rental-item-advantages-col {
  flex: 1 1 50%;
}

.rental-item-advantages-col-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #181c39;
  margin-bottom: 10px;
}

.rental-item-advantages-col:nth-child(1)
  .rental-item-advantages-col-list
  li::before {
  background-color: #ddcab2;
}
.rental-item-advantages-col:nth-child(2)
  .rental-item-advantages-col-list
  li::before {
  background-color: #353a5d;
}

.rental-item-advantages-col-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rental-item-advantages-col-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -3%;
  color: #353a5d;
  line-height: 100%;
}

.rental-item-advantages-col-list li::before {
  content: '';
  display: block;
  min-width: 10px;
  min-height: 10px;
  max-width: 10px;
  max-height: 10px;
  transform: rotate(45deg);
  background-color: #181c39;
  margin-top: 4px;
}

.rental-item-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
}

.rental-item-footer-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  max-width: 300px;
  width: 100%;
}

.rental-item-footer-text-value {
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3%;
  color: #181c39;
}

.rental-item-footer-text-label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #353a5d;
  letter-spacing: -3%;
}

.rental-item-footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -3%;
  color: #181c39;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.rental-item-footer-link__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: inherit;
  transition: transform 0.3s ease-in-out;
}

.rental-item-footer-link:hover {
  color: #dba77b;
}

.rental-item-footer-link:hover .rental-item-footer-link__icon {
  transform: translateX(4px);
}

.capitalization {
  background-color: #fcfcfc;
}

.capitalization .rental-item {
  background-color: #f5f5f5;
}

.diversification-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 16px;
  background-color: #fcfcfc;
  overflow: hidden;
}

.diversification-image {
  flex: 1 1 50%;
}
.diversification-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.diversification-text {
  flex: 1 1 50%;
  padding: 48px;
}

.diversification-content .rental-item-advantages {
  margin-bottom: 40px;
}

.diversification-content .rental-item-footer {
  justify-content: flex-end;
}

@keyframes property-portfolio-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .property-portfolio-carousel-track {
    animation: none;
  }
}

@media (max-width: 1024px) {
  .property-portfolio-hero-section {
    padding: 70px 0;
  }
  .property-portfolio-hero-section-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .rental {
    padding: 50px 0;
  }

  .rental-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

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

  .rental-text {
    font-size: 18px;
  }

  .rental-content {
    flex-direction: column;
    row-gap: 48px;
  }

  .rental-item {
    width: 100%;
  }

  .diversification .rental-header {
    margin-bottom: 40px;
  }

  .diversification-content {
    flex-direction: column;
  }

  .diversification-text {
    padding: 24px;
  }

  .diversification-image {
    flex: 1 1 300px;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .property-portfolio-carousel-list {
    gap: 14px;
  }
  .property-portfolio-carousel-list li {
    gap: 14px;
  }

  .rental-item {
    padding: 48px 24px 24px;
  }

  .rental-item-icon {
    width: 60px;
    height: 60px;
    top: -30px;
    left: 20px;
  }

  .rental-item-icon img {
    width: 30px;
    height: 30px;
  }

  .rental-item-advantages {
    flex-direction: column;
  }

  .rental-item-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
