.cont-earlyadopters {
  display: flex;
  min-height: 700px;
  position: relative;
  align-items: center;
  max-width: 100vw;
  overflow-x: hidden;
}


.cont-earlyadopters .swiper-slide {
  width: 640px;
  height: 560px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  background-color: #000;
}

.cont-earlyadopters .swiper-slide-next {
  z-index: 1;
  width: 640px;
  height: 635px;
  position: relative;
  box-shadow: 0 3px 30px rgb(0 0 0 / 10%);
}

.cont-earlyadopters .swiper-wrapper {
  align-items: center!important;
  margin-left: -300px!important;
}

.earlyadopters-controls {
  gap: 1em;
  top: -10%;
  right: 40%;
  display: flex;
  position: absolute;
  flex-direction: row;
  align-content: center;
}

.earlyadopters-controls > span {
  cursor: pointer;
  width: 46px;
  height: 46px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/ac_assets/earlyadopter/arrow.svg");
}

.earlyadopters-btn-next {
  transform: rotate(180deg);
}

.item-earlyadopter {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
}


.item-earlyadopter .infos {
  display: flex;
  padding: 2em;
  flex-direction: row;
  align-items: center;
  z-index: 10;
  justify-content: space-between;
}

.item-earlyadopter__images {
  display: none;
}

.item-earlyadopter .infos * {
  color: #ffffff;
  font-family: "Titillium Web", Sans-serif;
}

.item-earlyadopter .infos > a {
  font-size: 0.938rem;
  font-weight: 400;
  padding: 0.5em 2em;
  text-decoration: none;
  border: solid 1px #ffffff;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 2.7px;
  position: relative;
}


.item-earlyadopter .infos > a::before {
  content: "";
  left:0;
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
  transition: 0.3s ease-out;
  background-color: #ffffff;
}

.item-earlyadopter .infos > a:hover {
  color: var( --e-global-color-primary );
}

.item-earlyadopter .infos > a:hover::before {
  height: 100%;
}

.item-earlyadopter .infos .titles h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 2.125rem;
}

.item-earlyadopter .infos .titles span {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-transform: uppercase;
}

.item-earlyadopter .bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
  box-shadow: inset 0 -100px 50px -20px rgb(0 0 0 / 40%);

}

.item-earlyadopter:hover .bg {
  opacity: 0.5;
  transform: scale(1.1);
}

/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {
  .cont-earlyadopters .swiper-wrapper {
    /*margin-left: 10%!important;*/
  }
  .cont-earlyadopters {
    margin-top: 13%;
    margin-bottom: -10%;
  }

  .earlyadopters-controls {
    top: -15%;
  }

  .earlyadopters-controls {
    left: 0;
    width: 100%;
    right: unset;
    justify-content: center;
  }


  .custom-index-0 .swiper-slide[data-swiper-slide-index="0"] {
    opacity: 1;
  }

  .cont-earlyadopters {
    min-height: 330px;
  }

  .cont-earlyadopters .swiper-slide {
    height: 305px;
    width: 300px;
  }

  .cont-earlyadopters .swiper-slide-next {
    width: 325px;
    height: 320px;
  }


  .item-earlyadopter .infos .titles h3 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }

  .item-earlyadopter .infos .titles span {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

  .cont-earlyadopters {
    margin-bottom: -6%;
  }

  .earlyadopters-controls {
    top: -13%;
  }

  .cont-earlyadopters {
    min-height: 430px;
  }

  .cont-earlyadopters .swiper-slide {
    height: 340px;
    width: 420px;
  }

  .cont-earlyadopters .swiper-slide-next {
    width: 420px;
    height: 415px;
  }

  .item-earlyadopter .infos .titles h3 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }

  .item-earlyadopter .infos .titles span {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }


}

/*mobile and tablet*/
@media (max-width: 1024px) {

  .earlyadopters-controls {
    right: 15%;
  }

  .earlyadopters-controls > span {
    width: 36px;
    height: 36px;
  }

  .item-earlyadopter .infos {
    gap: 1em;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 3em 1em 1em;
    background: linear-gradient(0deg, rgb(2 0 36 / 55%) 0%, rgb(0 0 0 / 50%) 35%, rgb(0 0 0 / 0%) 100%);
  }

}

/*desktop*/
@media (min-width: 1025px) {

  .cont-earlyadopters {
    margin-bottom: -5%;
  }

  .cont-earlyadopters.custom-index-0 .swiper-slide[data-swiper-slide-index="0"] {
    opacity: 0;
  }

}

/*pc portable*/
@media (min-width: 1025px) and (max-width: 1700px) {

  .cont-earlyadopters {
    min-height: 530px;
  }

  .cont-earlyadopters .swiper-slide {
    height: 440px;
    width: 520px;
  }

  .cont-earlyadopters .swiper-slide-next {
    width: 520px;
    height: 515px;
  }

  .item-earlyadopter .infos {
    padding: 3em 1.5em 1.5em;
  }

  .item-earlyadopter .infos a {
    font-size: 0.875rem;
    padding: 0.5em 2em;
  }

  .item-earlyadopter .infos .titles h3 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }

  .item-earlyadopter .infos .titles span {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }

  .earlyadopters-controls > span {
    width: 42px;
    height: 42px;
  }

}

@media (min-width: 1025px) and (max-width: 1350px) {

  .item-earlyadopter .infos {
    gap: 1em;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

}


/*RESPONSIVE*/
