* {
  font-family: 'DM Serif Display', sans-serif;
  font-weight: 400;
  font-style: normal;
}

#owl-banner-home {
  .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    .owl-prev,
    .owl-next {
      span {
        display: none;
      }
      color: #fff;
      padding: 20px 25px;
      cursor: pointer;
      font-size: 40px;
      margin: 0 2%;
      &:hover,
      &:focus,
      &:active {
        color: #f8f5f5;
        background: transparent;
      }
    }
  }
  .filter-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8253676470588236) 0%, rgba(241, 241, 241, 0) 63%);
    z-index: 200;
    pointer-events: none;
  }
  .item {
    img {
      width: 100%;
      height: 800px;
      object-fit: cover;
      object-position: bottom;
      z-index: 1;
      position: relative;
      @media (max-width: 1200px) {
        height: 720px;
      }
    }
    .banner-content {
      position: absolute;
      z-index: 300;
      margin-top: -500px;
      margin-left: 260px;
      width: 550px;
      @media (max-width: 1200px) {
        margin-left: 10%;
        width: 80%;
      }
      h1 {
        font-size: 60px;
        line-height: 65px;
        display: block;
        color: white;
        text-shadow: -3px 2px 2px rgba(42,40,40,0.6);
        @media (max-width: 768px) {
          font-size: 50px;
          line-height: 50px;
        }
      }
      p {
        font-size: 24px;
        line-height: 26px;
        display: block;
        color: white;
      }
      a {
        font-size: 18px;
        line-height: 20px;
        padding: 26px 48px;
        background: #292F36;
        border-radius: 18px;
        color: #fff;
        @media (max-width: 768px) {
          font-size: 16px;
          padding: 16px 28px;
        }
      }
    }
  }
}
.home-content {
  padding: 100px 0;
  @media (max-width: 990px) {
    .read-more {
      margin-top: 50px;
      margin-bottom: 100px;
    }
    img {
      margin: 0 auto;
      width: 100%;
    }
  }
  h2 {
    font-size: 50px;
    line-height: 50px;
    color: #292F36;
    font-style: normal;
  }
  p {
    font-size: 18px;
    line-height: 18px;
    text-align: justify;
  }
}

.testimonials {
  text-align: center;
  padding: 80px 24px 88px 24px;
  height: auto;
  min-height: 700px;
  @media (max-width: 768px) {
    padding: 0;
    min-height: 450px;
  }
  h3 {
    padding: 0 150px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 38px;
    @media (max-width: 990px) {
      padding: 0 0;
      font-size: 30px;
      line-height: 40px;
    }
  }
  #owl-testimonial-home {
    .owl-item {
      .item {
        background: #fff;
        min-height: 360px;
        padding: 33px 37px 0;
        border-radius: 18px;
        min-width: 344px !important;
        margin-right: 20px !important;
        @media (max-width: 450px) {
          min-width: 264px !important;
          padding: 32px 7px 0;
          margin-right: 10px !important;
        }
        @media (max-width: 400px) {
          min-width: 240px !important;
          padding: 22px 7px 0;
        }
        .testimonial-author {
          strong {
            margin: 20px 0 15px;
            font-size: 22px;
            display: block;
          }
          span {
            font-size: 18px;
            font-family: 'Jost', sans-serif;
          }
        }
        p {
          font-family: 'Jost', sans-serif;
          margin-top: 15px;
        }
        img {
          width: 80px;
          height: 80px;
          margin: 0 auto;
          &.img-circle {
            border-radius: 50%;
          }
        }
      }

    }
  }
}
.read-more {
  font-size: 18px;
  line-height: 20px;
  padding: 26px 48px;
  background: #292F36;
  border-radius: 18px;
  color: #fff;
  &:hover {
    color: #fff;
  }
  &.__icon {
    &::after {
      content: "\f061";
      font-family: "FontAwesome";
      font-weight: normal;
      margin-left: 8px;
      color: #CDA274;
    }
  }
  i {
    color: #CDA274;
    margin-left: 10px;
    font-size: 22px;
  }
}

section.home-projects {
  margin-top: 150px;
  @media (max-width: 998px) {
    img {
      width: 100%;
      margin: 0 auto;
    }
    .card-project {
      margin-bottom: 100px;
    }
  }
  h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 90px;
  }
}

.home-news {
  margin: 100px 0;
  @media (max-width: 450px) {
    margin: 50px 0;
  }
  h3 {
    text-align: center;
    font-size: 32px;
  }
}

#owl-partners-home {
  img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  .owl-dots {
    margin-top: 40px;
  }
}
