.about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-us .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 50px;
}

.about-us .wrapper .text {
  line-height: 1.6;
  flex: 1;
}

.about-us .wrapper .text .paragraph {
  color: #424242;
  font-weight: 300;
  font-style: normal;
  text-align: justify;
  padding: 10px 0;
}

.about-us-slide {
  flex: 1;
}

.trust .trust-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0px 0px 20px 0;
}

.trust .trust-images .trust-image {
  height: 100px;
  width: 180px;
  border-radius: 10px;
  background-color: #ccc;
  
}

.trust .trust-images .trust-image img {
  height: 100px;
  width: 180px;
  border-radius: 10px;
  border: 1px solid #ccc;
  
}

section.portfolio {
  max-width: 100%;
  background-color: #25498b;
  position: relative;
  padding-bottom: 50px;
}

.portfolio-wrapper {
  max-width: 1400px;
  width: 100%;
  background-color: #25498b;
  margin: 0 auto;
}

section.highlighted {
  max-width: 100%;

  padding-bottom: 20px;
}

.slider-container-highlighted {
  width: 100%;
  position: relative;
}

.slider-container-highlighted .slider-box-highlighted{
  padding: 10px;
}
.slider-container-highlighted a:hover {
  color: white !important;
}
.slider-container-highlighted a {
  position: relative;
}
.slider-container-highlighted a .text-area {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  max-width: 200px;

  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.slider-container-highlighted .text-area .title {
  font-size: 26px;
  font-weight: 700;
  color: white;
  line-height: 1.1;
}
.slider-container-highlighted .text-area .subtitle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  max-width: 110px;
  width: 100%;
}
.slider-container-highlighted .text-area .subtitle {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: white;
}
.slider-container-highlighted .text-area .subtitle.star {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: white;
  margin-right: 3px;
}
.slider-container-highlighted .text-area .button {
  font-size: 12px;
  font-weight: 700;
  color: white;
  border-radius: 30px;
  border: 1px solid white;
  padding: 0px 5px;
}

/* .slider-container-highlighted::after {
  content: "";
  height: 100%;
  width: 50px;
  background-color: #f6f6f6;
  filter: opacity(90%);
  z-index: 400;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-container-highlighted::before {
  content: "";
  height: 100%;
  width: 50px;
  background-color: #f6f6f6;
  filter: opacity(90%);
  z-index: 400;
  position: absolute;
  top: 0;
  right: 0;
} */
.slider-container-highlighted div a {
  /* max-width: 350px;
  display: flex;
  width: 100%; */
}
.slider-container-highlighted div img {
  margin: 0 auto;
  max-width: 100%;
}
.highlighted .slick-dots {
  position: absolute;
  left: 0px;
  right: 0px;
  padding: 0px;
  bottom: -40px;
}
.highlighted .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #25498b;
  border: 2px solid #25498b;
  text-indent: -9999px;
}

.highlighted .slick-dots li.slick-active button {
  border: 2px solid #25498b;
  background-color: #be091e;
}

.slide-arrow.next-arrow.highlighted {
  background-color: rgba(246,246,246, 0.5);
  border: none;
  position: absolute;
  top: 0px;
  z-index: 500;
  right: 10px;
  text-indent: initial;
  height: 100%;
  width: 50px;
}

.slide-arrow.prev-arrow.highlighted {
  background-color: rgba(246,246,246, 0.5);
  border: none;
  position: absolute;
  top: calc(50%);
  transform: translateY(-50%);
  z-index: 500;
  left: 10px;
  text-indent: initial;
  height: 100%;
  width: 50px;
}
.slide-arrow.next-arrow.highlighted img,
.slide-arrow.prev-arrow.highlighted img {
  filter: opacity(50%);
  width: 20px;
  height: 20px;
}

.slider-container-portfolio {
}

.slider-container-portfolio::before {
  content: "";
  height: 100%;
  width: 100px;

  z-index: 400;
  position: absolute;
  top: 0;
  right: 0;
}
.slider-container-portfolio::after {
  content: "";
  height: 100%;
  width: 100px;

  z-index: 400;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-container-portfolio .circle-img-container {
  position: relative;
  z-index: 10;
  transition: 0.4s;
}

.slider-container-portfolio .circle-img-container .circle {
  top: 0;
  position: absolute;
  width: 93%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
}

.slider-container-portfolio .circle-img-container .circle-content {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;
  top: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;

  z-index: 110;
}

.slider-container-portfolio .circle-img-container .circle-span {
  color: white;
  font-size: 32px;
  max-width: 100%;
  text-align: center;
  font-weight: 700;
}

.slider-container-portfolio .slider-link{
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.slider-container-portfolio .circle-img-container .circle-button {
  color: white;
  font-weight: 700;
  font-size: 14px;
  border-radius: 20px;
  padding: 5px 10px;
  border: 1px solid white;

  transition: all 0.2s;
  z-index: 120;
}

.slider-container-portfolio .circle-img {
  margin: 0 auto;
  max-width: 400px;
  filter: brightness(50%);
  z-index: 2;
  border-radius: 10px;
}

.link-wrapper {
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  width: 84%;
  height: 100%;
  transition: all 0.3s;

  border: 1px solid transparent;
  border-radius: 500px;
}

.link-wrapper:hover {
  filter: brightness(80%);
  transition: 0.4s;
}

.slider-container-portfolio .slider-link:hover .circle-button {
  background-color: white;
  transition: all 0.3s;
  border: 1px solid white;
  color: black;
}

a.more {
  margin: 0 auto;
  background-color: white;
  padding: 10px 20px;
  width: 150px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  color: rgb(70, 70, 70);
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  transition: 0.4s;
  margin-top: 15px;
}
a.more:hover {
  opacity: 0.8;
  transition: 0.4s;
}
/* SLICK PORTFOLIO*/

.portfolio .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  text-indent: -9999px;
}

.slide-arrow.prev-arrow.portfolio {
  background-color: #25498b83;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
  left: 0px;
  text-indent: initial;
  width: 100px;
  height: 100%;
}

.slide-arrow.next-arrow.portfolio {
  background-color: #25498b83;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 500;
  right: 0px;
  text-indent: initial;
  height: 100%;
  width: 100px;
  transform: translateY(-50%);
}

.portfolio .slick-dots li.slick-active button {
  border: 2px solid #fff;
  background-color: #be091e;
}

.slide-arrow.next-arrow.portfolio img,
.slide-arrow.prev-arrow.portfolio img {
  width: 20px;
  height: 20px;
  filter: invert(1);
  opacity: 0.7;
}

@media (max-width: 1400px) {
  .slider-container-portfolio .circle-img {
    max-width: 250px;
    border-radius: 10px;
  }
  .highlighted {
    max-width: 100%;
  }

  .slider-container-highlighted div img {
    margin: 0 auto;
    max-width: 100%;
  }
  .slider-container-highlighted::before {
    width: 20px;
  }

  .slider-container-highlighted::after {
    width: 20px;
  }

  .slide-arrow.prev-arrow.highlighted {
    left: 10px;
  }

  .slide-arrow.next-arrow.highlighted {
    right: 10px;
  }

  .about-us .wrapper .text .paragraph:last-child {
    text-align: center;
    display: none;
  }

  .trust .trust-images {
    align-items: center;
    justify-content: center;
  }
  .slide-arrow.next-arrow.portfolio {
/*    top: calc(50% - 260px);*/
  }
  .about-us .wrapper {
    width: 100%;
    flex-direction: row;
  }

  .slider-container-highlighted a .text-area {
    left: 0px;
  }

  .trust .trust-images .trust-image{
    width: 170px;
  }

  .trust .trust-images .trust-image img{
    max-width: 100%;
  }

  .slider-container-portfolio .circle-img-container .circle-span{
    font-size: 20px;
    padding: 10px;
  }

  .footer-logo img{
    width: 100%;
  }
}

@media (max-width: 900px) {
  .slider-container-portfolio .circle-img {
    max-width: 200px;
    max-height: 200px;
  }
  .about-us .wrapper {
    gap: 20px;
    flex-direction: column-reverse;
  }

  .slider-container-portfolio .circle-img-container .circle-span {
    font-size: 20px;
  }

  .slider-container-portfolio .circle-img-container .circle-button {
    font-size: 12px;
  }

  .trust .trust-images {
    align-items: center;
    justify-content: center;
  }

  .slick-dots {
    padding: 50px 0px;
  }

  .slider-container-highlighted div img {
    max-width: 200px;
  }

  .slider-container-highlighted::before {
    width: 20px;
  }

  .slider-container-highlighted::after {
    width: 20px;
  }

  .slide-arrow.next-arrow.highlighted {
    right: -10px;
  }

  .slide-arrow.prev-arrow.highlighted {
    left: -10px;
  }
  .slide-arrow.next-arrow.portfolio {
    top: calc(50% - 215px);
  }

  .slider-container-highlighted .text-area .title {
    font-size: 20px;
    font-weight: 700;
    color: white;
    line-height: 1.1;
  }
}

@media screen and (max-width: 768px) {
  .about-us .wrapper .text .paragraph:last-child {
    display: none;
  }

  .about-us .wrapper .text {
    width: 90%;
    font-size: 14px;
  }
}

@media (max-width: 540px) {
  .slider-container-highlighted div img {
    margin: 0 auto;
    max-width: 200px;
  }

  .slider-container-highlighted a .text-area {
    left: 20px;
  }
}

@media (max-width: 470px) {
  .highlighted .slider-container-highlighted .highlighted-img {
    max-width: 100%;
  }

  .about-us .wrapper .text {
    font-size: 14px;
  }

  .about-us .wrapper .text .paragraph:last-child {
    display: none;
  }

  .about-us-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-us-slide .about-us-img {
    width: 60%;
  }

  .slider-container-portfolio .circle-img {
    max-width: 250px;
    max-height: 300px;
  }

  .slider-container-portfolio::before {
    width: 50px;
    background-color: #25498b83;
  }

  .slider-container-portfolio::after {
    width: 50px;
    background-color: #25498b83;
  }

  .slide-arrow.prev-arrow.portfolio {
    top: 50%;
    width: 50px;
  }
  .slide-arrow.next-arrow.portfolio {
    top: 50%;
    width: 50px;
  }

  .slider-container-highlighted div a {
    max-width: 350px;
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
}