@import '../../fonts/fonts.css';
.text-beige {
  color: #d8c3b5;
}
.text-beige-2 {
  color: #bfafa6;
}
.space {
  margin: 0 10px;
}
.font-nexa {
  font-family: 'Montserrat', sans-serif;
}
.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}
.font-openSans {
  font-family: 'Open Sans', sans-serif;
}
.size-big {
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  line-height: clamp(2.7rem, 4vw, 4.5rem);
}
.size-h1 {
  font-size: clamp(1.5rem, 3.5vw, 3.6rem);
  line-height: clamp(1.5rem, 3.5vw, 4rem);
}
.size-h2b {
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: clamp(2.1rem, 3.6vw, 3rem);
}
.size-h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
}
.size-h3 {
  font-size: clamp(1.3rem, 3.5vw, 2.25rem);
  line-height: clamp(1.6rem, 3.6vw, 2.55rem);
}
.size-h4 {
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  line-height: clamp(1.6rem, 3.6vw, 2rem);
}
.button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.button-hollow {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.button-hollow:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
.button-full {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
.button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
#button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#button-hollow {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#button-hollow:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
#button-full {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
#button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
.projects {
  max-width: 1920px;
  margin: auto;
  background-color: #efeeec;
  text-align: center;
  margin-top: -70px;
}
.projects__title {
  padding: 10rem 0 3rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #575a5c;
}
.projects__container {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.projects__container-image {
  width: 25%;
}
.projects__container-main {
  width: 90%;
  margin: auto;
  position: relative;
  text-align: left;
}
.projects__container-link {
  display: block;
  height: 20rem;
}
.projects__container-link::after {
  content: "";
  position: absolute;
  height: 20rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0px 0px 0px 0px #bccacd;
  transition: box-shadow 0.4s ease-out;
}
.projects__container-link:hover::after {
  box-shadow: inset 0px 0px 0px 10px #bccacd;
  transition: box-shadow 0.4s ease-out;
}
.projects__container-link img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
.projects__container-link video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects__container-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .projects__container-box {
    flex-wrap: wrap;
  }
}
.projects__container-picImage {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
@media only screen and (max-width: 1024px) {
  .projects__container-picImage {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.projects__container-picImage img {
  width: auto;
  height: 80vh;
  margin: auto;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .projects__container-picImage img {
    height: 50vh;
  }
}
@media only screen and (max-width: 768px) {
  .projects__container-picImage img {
    height: 30vh;
  }
}
.projects__container-picImage video {
  width: 95%;
  height: 80vh;
  margin: auto;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .projects__container-picImage video {
    height: 50vh;
  }
}
@media only screen and (max-width: 768px) {
  .projects__container-picImage video {
    height: 30vh;
  }
}
.projects__container-picText {
  width: 40%;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .projects__container-picText {
    width: 100%;
  }
}
.projects__container-content {
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .projects__container-content {
    width: 80%;
  }
}
@media only screen and (max-width: 576px) {
  .projects__container-content {
    width: 90%;
  }
}
@media only screen and (max-width: 375px) {
  .projects__container-content {
    width: 100%;
    margin: 0 1rem 0 2rem;
  }
}
.projects__container-name {
  position: absolute;
  left: 0;
  top: 14rem;
  background-color: #d8c3b5;
  color: white;
  padding: 0.5rem 1rem;
  max-width: 80%;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  z-index: 2;
}
.projects__container-name:hover {
  background-color: #fff;
  color: #d8c3b5;
}
.projects__container-desc {
  padding: 1rem;
  height: 15rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 2;
}
@media only screen and (max-width: 576px) {
  .projects__container-desc {
    height: fit-content;
  }
}
.fancybox-container .fancybox-navigation .fancybox-button {
  background-color: #bccacd;
  color: #fff;
}
.fancybox-container .fancybox-navigation .fancybox-button div {
  padding: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button svg {
  border: 2px solid #fff;
}
.fancybox-container .fancybox-content {
  margin: 3rem;
  width: 95%;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .fancybox-container .fancybox-content {
    padding: 35px 20px;
  }
}
.fancybox-container .fancybox-content .projects__container-images {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .fancybox-container .fancybox-content .projects__container-images {
    width: 100%;
  }
}
.fancybox-container .fancybox-content .projects__container-pic {
  height: 700px;
}
@media only screen and (max-width: 1366px) {
  .fancybox-container .fancybox-content .projects__container-pic {
    height: 500px;
  }
}
@media only screen and (max-width: 1023px) {
  .fancybox-container .fancybox-content .projects__container-pic {
    height: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .fancybox-container .fancybox-content .projects__container-pic {
    height: 300px;
  }
}
@media only screen and (max-width: 375px) {
  .fancybox-container .fancybox-content .projects__container-pic {
    height: 200px;
  }
}
.fancybox-container .fancybox-content .projects__container-pic img {
  width: 100%;
  height: 70rem;
  object-fit: contain;
  padding: 1rem 0;
}
.fancybox-container .fancybox-content .projects__container-pic video {
  width: 80%;
  margin: auto;
  padding: 1rem;
  height: 60rem;
  object-fit: contain;
}
.fancybox-container .fancybox-content .projects__container-name {
  position: relative;
  top: 0;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  background-color: transparent;
  color: #363636;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  padding: 5rem 0 0;
  line-height: 1;
}
@media only screen and (max-width: 576px) {
  .fancybox-container .fancybox-content .projects__container-name {
    padding-top: 3rem;
    font-size: 1.5rem;
  }
}
.fancybox-container .fancybox-content .projects__container-description {
  display: block;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  color: #363636;
  text-align: left;
  padding-top: 1rem;
  margin-top: 1rem;
}
.fancybox-container .fancybox-content ul {
  list-style: initial;
  padding-left: 2rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 2;
  color: #575a5c;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .fancybox-container .fancybox-content ul {
    max-width: 80%;
  }
}
@media only screen and (max-width: 576px) {
  .fancybox-container .fancybox-content ul {
    max-width: 90%;
  }
}
.swiper.swiperProjects {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 1366px) {
  .swiper.swiperProjects {
    width: 95%;
  }
}
.swiper-button-prev {
  display: none;
  margin: 20px auto;
  width: 45px;
  height: 50px;
  position: absolute;
  top: 25%;
  left: 2rem;
  z-index: 5;
  background-color: #bccacd;
  border: 3px solid white;
}
.swiper-button-prev::before,
.swiper-button-prev::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  left: 10px;
}
.swiper-button-prev::before {
  top: 15px;
  transform: rotateZ(-45deg);
}
.swiper-button-prev::after {
  bottom: 14px;
  transform: rotateZ(45deg);
}
.swiper-button-next {
  display: none;
  margin: 20px auto;
  width: 45px;
  height: 50px;
  position: absolute;
  top: 25%;
  right: 2rem;
  z-index: 5;
  background-color: #bccacd;
  border: 3px solid #fff;
}
.swiper-button-next::before,
.swiper-button-next::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  left: 10px;
}
.swiper-button-next::before {
  top: 15px;
  transform: rotateZ(45deg);
}
.swiper-button-next::after {
  bottom: 14px;
  transform: rotateZ(-45deg);
}
