.section {
  margin-bottom: 24px;
}
.section .section-title {
  color: #292220;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  word-break: break-word;
}
.section.section-border {
  padding-top: 24px;
  border-top: 1px solid #E6E6E6;
}
.section.section-border .list-articles-border {
  margin-bottom: -21px;
  margin-left: -16px;
  margin-right: -16px;
}
.section.section-border .article > * {
  padding-left: 16px;
  padding-right: 16px;
}
.section.section-border .article .article-thumb {
  padding-right: 16px;
  border-right: 1px solid #E6E6E6;
}
@media (max-width: 768px) {
  .section.section-border .article > div {
    padding-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 992px) {
  .section .section-title {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .section {
    margin-bottom: 40px;
  }
  .section.section-border {
    padding-top: 50px;
  }
}

.article-title {
  color: #292220;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
}
.article-title:hover {
  color: #6c757d;
}
@media (min-width: 1200px) {
  .article-title {
    font-size: 20px;
  }
}

.list-articles-border .article:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
.list-articles-border .article-title {
  font-size: 17px;
  line-height: 1.32;
  font-family: "IBM Plex Serif", serif;
}
.list-articles-border .article-thumb .ratio {
  width: 106px;
  min-width: 106px;
  max-width: 106px;
}
@media (min-width: 768px) {
  .list-articles-border .article-thumb .ratio {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .list-articles-border .article.article-row {
    padding: 0 16px 24px !important;
  }
  .list-articles-border .article.article-row .article-thumb {
    padding-right: 0;
    border: none;
  }
}

@media (min-width: 1200px) {
  #slider-tabs .container-slider {
    position: relative;
  }
  #slider-tabs .overflow-hidden {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -4px;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-link {
  display: block;
  padding: 0 12px;
  height: 42px;
  color: #292220;
  font-size: 13px;
  font-weight: 500;
  line-height: 42px;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link.active {
  margin-top: -3px;
  margin-bottom: -3px;
  height: 48px;
  background: #564B48;
  color: #fff;
  line-height: 48px;
}
@media (min-width: 992px) {
  .nav-link {
    padding: 0 20px;
  }
}

.container-slider.custom-content {
  width: calc(100% - 360px);
  max-width: calc(100% - 360px);
}
.container-slider .top-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 568px) {
  .container-slider .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .container-slider .row > * {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 324px;
  }
}
@media (max-width: 1200px) {
  .container-slider {
    position: relative;
    padding-bottom: 40px;
  }
  .container-slider .slider-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .container-slider .slider-arrow.slider-prev {
    left: calc(50% - 60px);
  }
  .container-slider .slider-arrow.slider-next {
    left: calc(50% + 28px);
  }
}

.slider-arrow {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #292220;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.slider-arrow svg {
  display: block;
  margin: auto;
  width: 14px;
  height: 14px;
  fill: #292220;
}
.slider-arrow:hover {
  background: #292220;
}
.slider-arrow:hover svg {
  fill: #fff;
}
.slider-arrow.slider-next svg {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.list-cols div[class^=col-] {
  margin-bottom: 0 !important;
}
.list-cols .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  border: 1px solid #e1e1e1;
}
.list-cols .card .label {
  position: absolute;
  bottom: 13px;
  left: 13px;
  padding: 0 8px;
  height: 21px;
  background: rgba(41, 34, 32, 0.5);
  color: #fff;
  font: 600 12px/22px "Oswald", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bg-dark .list-cols .card {
  border: none;
  background: rgba(255, 255, 255, 0.1);
}
.bg-dark .list-cols .card .title {
  color: #fff;
}
.bg-dark .list-cols .card.card-promoted {
  margin: -8px;
  height: calc(100% - 20px + 16px);
  border: 8px solid rgb(87, 82, 80);
  background: rgb(87, 82, 80);
}
.list-cols .card.card-promoted {
  margin: -8px;
  height: calc(100% - 20px + 16px);
  border: 8px solid rgb(233, 232, 232);
  background: rgba(41, 34, 32, 0.1);
}
.list-cols .card.card-promoted .props hr {
  border-color: #D5D5D5;
}
.list-cols .ratio {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.carousel-s {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  width: 100%;
  max-width: 740px;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.carousel-s.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.carousel-s.dragging .carousel-track {
  -webkit-transition: none;
  transition: none;
}
.carousel-s .carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  /* translateX e setat din JS */
  -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.carousel-s .carousel-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
}
.carousel-s .carousel-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}
.carousel-s .carousel-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 24px;
  height: 24px;
  border-radius: 62px;
  border: none;
  background: rgba(41, 34, 32, 0.5);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, opacity 0.2s, transform 0.2s;
  transition: background 0.2s, opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  opacity: 0.9;
}
.carousel-s .carousel-btn:hover {
  background: rgba(41, 34, 32, 0.8);
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.08);
          transform: translateY(-50%) scale(1.08);
}
.carousel-s .carousel-btn:active {
  -webkit-transform: translateY(-50%) scale(0.96);
          transform: translateY(-50%) scale(0.96);
}
.carousel-s .carousel-btn svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.carousel-s .carousel-btn.prev {
  left: 12px;
}
.carousel-s .carousel-btn.next {
  right: 12px;
}
.carousel-s .carousel-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
.carousel-s .carousel-dots {
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  z-index: 10;
}
.carousel-s .carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: background 0.25s, -webkit-transform 0.25s;
  transition: background 0.25s, -webkit-transform 0.25s;
  transition: background 0.25s, transform 0.25s;
  transition: background 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.carousel-s .carousel-dot.active {
  background: #fff;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 16px;
  font-weight: 300;
}
.props a {
  color: #fc6a13;
}
.props .title {
  display: inline-block;
  color: #292220;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.44;
}
.props .title:hover {
  opacity: 0.7;
}
.props .zone {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.6;
}
.props .characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
.props .characteristics li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px 6px 0;
  height: 25px;
  font-size: 14px;
}
.props .characteristics li:not(.main) {
  padding: 0 10px;
  background: #F4F4F4;
}
.props .characteristics .icon {
  width: 18px;
  height: 18px;
}
.props .type {
  font-size: 12px;
  text-transform: uppercase;
}
.props .price {
  font-weight: 400;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
}
.props .firm {
  font-size: 13px;
}
.props hr {
  display: block;
  margin: 16px 0;
  width: 100%;
  border-color: #E6E6E6;
  border-top: none;
}
.bg-dark .props hr {
  border-color: rgba(255, 255, 255, 0.1);
}

.bg-dark {
  position: relative;
  padding-bottom: 34px;
}
.bg-dark > * {
  position: relative;
  z-index: 1;
}
.bg-dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(336deg, rgba(255, 0, 0, 0) 30%, rgba(0, 0, 0, 0.75) 47%);
}

.feature {
  position: relative;
  z-index: 10;
  padding-top: 40px;
  height: 100vh;
  background: url(../imgs/feature-home.jpg) no-repeat center center/cover;
}
.feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(331deg, rgba(0, 0, 0, 0) 20.58%, rgba(0, 0, 0, 0.55) 54.61%), linear-gradient(180deg, rgba(44, 38, 36, 0) 46.29%, #2C2624 96%);
}
.feature > .container-fluid {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.feature .feature-title {
  margin-bottom: 16px;
  max-width: 700px;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.05;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
.feature .feature-text {
  margin-bottom: 24px;
  max-width: 450px;
}
.feature #scrollTo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.feature #scrollTo svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.feature .site-header {
  margin-top: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .feature::after {
    background-image: linear-gradient(260.84deg, rgba(0, 0, 0, 0) 20.58%, rgba(0, 0, 0, 0.55) 54.61%), linear-gradient(180deg, rgba(44, 38, 36, 0) 46.29%, #2C2624 96%);
  }
}
@media (min-width: 992px) {
  .feature {
    padding-top: 95px;
  }
  .feature .feature-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .feature .site-header {
    padding-bottom: 70px !important;
  }
}

.s-feature .section-title {
  text-transform: none;
}
.s-feature p {
  font-size: 17px;
  line-height: 1.25;
}

.feature-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 50px 0;
  height: 728px;
  background: url(../imgs/bg-feature--1.jpg) no-repeat 40% center/cover;
  color: #fff;
}
.feature-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(272.58deg, rgba(0, 0, 0, 0.75) -0.93%, rgba(0, 0, 0, 0.24) 69.01%);
}
.feature-1 > .container-fluid {
  position: relative;
  z-index: 1;
}
.feature-1 .section-title {
  color: #fff;
}
@media (min-width: 768px) {
  .feature-1 {
    padding: 80px 0;
    background-position: center center;
  }
}

.feature-2 {
  padding: 0;
}
.feature-2 .lead {
  font-size: 22px;
}
.feature-2 img {
  display: block;
  max-width: 100%;
}

.feature-3 {
  padding: 40px 0;
  height: 678px;
  background: #352E2C url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="534" height="541" fill="none"><path stroke="%23fc6a13" stroke-width="7" d="M-16.227 8.53h29.612v59.223h-29.612zM35.613 82.326v74.263h79.976V82.326L75.601 42.34z"/><path stroke="%23fc6a13" stroke-width="7" d="M64.176 156.589v-34.275h22.85v34.275M58.464 93.752h34.275M115.589 156.589h34.275V99.464h-17.138M144.269-25.28h101.426v67.618H144.269zM132.999 42.338h123.966M169.625-8.375v50.713M194.981-8.375v50.713M220.338-8.375v50.713M-4.432 364.115c10.44-5.645 22.391-8.85 35.092-8.85 12.7 0 24.652 3.205 35.091 8.85M15.62 325.187a15.037 15.037 0 0 0 15.04 15.039 15.037 15.037 0 0 0 15.038-15.039 15.037 15.037 0 0 0-15.039-15.039 15.037 15.037 0 0 0-15.039 15.039Z"/><path stroke="%23fc6a13" stroke-width="7" d="M80.79 380.331H-19.47v-58.402l50.13-45.117 50.13 45.117zM132.826 270.938l-23.705-.001M132.826 244.862h-47.41M132.826 218.786h-47.41M90.156 297.013h61.633V192.71H66.451v80.598zM-3.266 462.56v74.263H76.71V462.56l-39.988-39.988z"/><path stroke="%23fc6a13" stroke-width="7" d="M25.297 536.823v-34.275h22.85v34.275M19.584 473.985h34.275M76.709 536.823h34.275v-57.125H93.847M123.187 358.529h78.887v22.54h-78.887zM111.917 381.069h101.427v67.618H111.917zM100.648 448.687h123.966"/><path stroke="%23fc6a13" stroke-width="7" d="M162.631 358.53v-22.54h16.904M137.274 397.974v50.713M162.631 397.974v50.713M187.987 397.974v50.713M-12.165 229.666a27.786 27.786 0 1 0 55.572.001 27.786 27.786 0 0 0-55.572-.001Z"/><path stroke="%23fc6a13" stroke-width="7" d="m3.622 229.667 8.84 8.84 15.157-18.944M246.822 124.743h14.806M276.435 107.469h-44.418l4.935-9.87V85.26c0-9.54 7.734-17.274 17.274-17.274s17.273 7.734 17.273 17.274v12.338z"/><path stroke="%23fc6a13" stroke-width="7" d="M254.225 139.549v37.015h-69.094V77.857h39.482M229.553 156.822h-19.741M299.576 200.725c10.439-5.645 22.391-8.85 35.091-8.85s24.653 3.205 35.092 8.85M319.628 161.796a15.039 15.039 0 1 0 30.078.001 15.039 15.039 0 0 0-30.078-.001Z"/><path stroke="%23fc6a13" stroke-width="7" d="M384.798 216.941H284.537v-58.402l50.131-45.118 50.13 45.118zM440.563 100.085h-23.705M440.563 74.01h-47.41M440.563 47.935h-47.41M397.894 126.161h61.633V21.859h-85.338v80.597zM207.611 227.413v9.871M207.611 247.154v9.871M207.611 266.896v9.87M232.289 247.154v9.871M232.289 227.413v9.871M232.289 266.896v9.87M254.498 249.622h29.612v59.224h-29.612zM254.497 308.846v-98.707h-69.095v98.707zM219.95 289.104v19.742M311.934 285.18v74.263h79.975V285.18l-39.988-39.988z"/><path stroke="%23fc6a13" stroke-width="7" d="M340.496 359.443v-34.276h22.85v34.276M334.784 296.605h34.275M391.909 359.443h34.275v-57.126h-17.137M431.857 174.621h78.888v22.539h-78.888z"/><path stroke="%23fc6a13" stroke-width="7" d="M420.589 197.16h101.427v67.618H420.589zM409.319 264.778h123.966M471.302 174.621v-22.54h16.904M445.945 214.064v50.714M471.302 214.064v50.714M496.658 214.064v50.714M290.91 57.882a27.79 27.79 0 0 0 27.786 27.786 27.785 27.785 0 1 0-27.786-27.786Z"/><path stroke="%23fc6a13" stroke-width="7" d="m306.697 57.882 8.841 8.841 15.156-18.944"/></svg>') no-repeat 0 0/50% auto;
  color: #fff;
}
.feature-3 .icon {
  width: 116px;
  min-width: 116px;
  height: 116px;
}
.feature-3 .icon svg {
  width: 116px;
  min-width: 116px;
  height: 116px;
}
.feature-3 .section-title {
  color: #fff;
}
.feature-3 .newsletter-form {
  background: #fff;
}
.feature-3 .newsletter-form .form-control {
  padding: 0 16px;
  width: 100%;
  height: 56px;
  border: none;
  font-size: 15px;
  line-height: 56px;
}
.feature-3 .newsletter-form .btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 4px;
  padding: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
@media (min-width: 768px) {
  .feature-3 {
    padding: 80px 0;
    background-size: auto;
  }
}
@media (min-width: 1200px) {
  .feature-3 .section-title,
  .feature-3 .text-section {
    padding-right: 170px;
  }
}