* {
  margin: 0;
  padding: 0;
}
#project {
  padding: 5rem 0;
}
h3 {
  font-family: "Montserrat Bold";
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 1rem;
}
.section-one h2 {
  margin-bottom: 0;
}
.imgBrand {
  width: 100%;
  height: 400px;
  background-image: url("/files/project/brand.png");
  background-size: cover;
  background-position: center;
  margin-top: 2rem;
}
.section-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: inherit;
  width: 95%;
}
.containerSliderOne {
  width: 70%;
}
.infoSliderOne {
  width: 25%;
}
.container-arrows {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
  cursor: pointer;
}
.imgSliderOne {
  width: 100%;
  height: 100%;
}
.imgSliderOne img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.slick-arrow.slick-hidden {
  display: block !important;
}
.section-three {
  width: 100%;
}
.section-three .container-arrows {
  justify-content: center;
}
.section-four {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  margin-top: 9rem;
  position: relative;
}
.section-four div {
  width: 40%;
}
.section-four div p {
  width: 90%;
}
.textTwo {
  text-align: end;
}
.textTwo p {
  margin-left: auto;
}
.textThree {
  text-align: center;
  margin-top: 8rem;
}
.colors-circle {
  width: 600px;
  height: 600px;
  position: absolute;
  z-index: -1;
  bottom: 1rem;
  animation: rotate 20s infinite;
}

/*--------------------- RESPONSIVE ----------------------*/

@media screen and (max-width: 821px) {
  #project {
    overflow: hidden;
  }
  .imgBrand {
    height: 150px;
  }
  .section-two {
    flex-direction: column;
    width: 100%;
  }
  .infoSliderOne {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }
  .infoSliderOne h3 {
    font-size: 40px !important;
    line-height: 40px !important;
    margin-bottom: 0;
  }
  .infoSliderOne p {
    width: 60%;
  }
  .containerSliderOne {
    width: 100%;
  }
  .container-arrows {
    justify-content: center;
  }
  .imgSlider {
    width: 200px;
  }
  .section-four {
    margin-top: 0;
    flex-direction: column;
    text-align: center;
    width: 80%;
  }
  .section-four div p {
    width: 100%;
  }
  .section-four div {
    width: 100%;
    text-align: center !important;
  }
  .section-four div h2, .section-four div span {
    margin-bottom: 1rem;
  }
  .section-four div p {
    margin-bottom: 3rem;
  }
  .textThree{
    margin-top: 0;
  }
}
