@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
@font-face {
  font-family: 'Trajan Pro Bold';
  src: url("./fonts/1392b0e09b283a428f49882471060eb3.ttf");
  
}

/*Conteudo Slider CONTAINER*/
.content-product {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: auto;
  height: 90vh;
    background:url(../img/hero-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 99;
}

/*Style info slider*/
.product-slider-info {
  width: 50%;
  height: 85%;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .product-slider-info {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .product-slider-info {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    position: relative;
    top: 0;
    margin-top: 170px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .product-slider {
    border-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  .product-slider {
    width: 85%;
    margin-top: 130px;
  }
}
.content-slider-geek-store {
  height: 100%;
}

.product-slider-item {
  position: relative;
  height: 100%;
  width: 100%;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > * {
  opacity: 1;
  transform: none;
  
 font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(1) {
  transition-delay: 0s;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(2) {
  transition-delay: 0.2s;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(3) {
  transition-delay: 0.4s;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(4) {
  transition-delay: 0.6s;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(5) {
  transition-delay: 0.8s;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(6) {
  transition-delay: 1s;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(7) {
  transition-delay: 1.2s;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(8) {
  transition-delay: 1.4s;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(9) {
  transition-delay: 1.6s;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(10) {
  transition-delay: 1.8s;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(11) {
  transition-delay: 2s;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(12) {
  transition-delay: 2.2s;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(13) {
  transition-delay: 2.4s;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(14) {
  transition-delay: 2.6s;
}

.product-slider-item.swiper-slide-active .product-slider-item-content > *:nth-child(15) {
  transition-delay: 2.8s;
}

.product-slider-item-card {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.5s;
  position: relative;
  border-radius: 30px;
}

@media screen and (max-width: 992px) {
  .product-slider-item-content {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .product-slider-item-content {
    border-radius: 20px;
  }
}
.product-slider-item-content {
  color: #fff;
  padding-top: 1px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.product-slider-title {
  width: 95%;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 900;
    margin-left: -10%;
    font-size: 85px;
    line-height: 1.2em;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
   font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: initial;
    color: #e71c23;
}

.product-slider-price {
  display: block;
  font-size: 42px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
  font-weight: 600;
}

.product-slider-price sup {
  top: -20px;
  font-size: 65%;
}

.product-slider-description {
  display: block;
  line-height: 1.6;
  font-size: 15px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
  font-weight: 500;
}

.product-img-img {
  max-width: 600px;
}

/*Button cart and list*/
.product-slider__cart {
  box-shadow: 0 7px 59px 0 rgba(204, 51, 66, 0.6);
  background-image: linear-gradient(-45deg, #fff 0%, #fff 100%);
  border: none;
  color: #db0004;
  padding: 10px 30px;
  border-radius: 50px;
  min-height: 50px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 40px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .product-slider__cart {
    margin-right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .product-slider__cart {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.product-slider__fav {
  color: #fff;
  background: none;
  border: none;
  position: relative;
  padding-left: 25px;
  outline: none;
  cursor: pointer;
}

.product-slider__fav:focus {
  outline: none;
}

.product-slider__fav .heart {
  display: block;
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%) scale(0.7);
  top: 50%;
  pointer-events: none;
  width: 100px;
  height: 100px;
  background: url("https://res.cloudinary.com/muhammederdem/image/upload/v1536405215/starwars/heart.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
}

.product-slider__fav .heart.is-active {
  transition-duration: 1s;
  background-position: -2800px 0;
}

.product-slider__bottom {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
}

/*Imagens slides*/
.img-product {
  position: absolute;
  z-index: 2;
  width: 500px;
  left: 25%;
  transform: translateX(-45%);
  max-height: 500px;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .img-product {
    width: 430px;
    left: 20%;
  }
}
@media screen and (max-width: 992px) {
  .img-product {
    width: 430px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .img-product {
    width: 100%;
    max-width: 400px;
    top: 30px;
    height: 390px;
  }
}
@media screen and (max-width: 576px) {
  .img-product {
    max-width: 200px;
    height: 200px;
}
#testimonial-area {
    padding-top: 150px;
    background: url(../img/cruve-3.png);
    background-repeat: no-repeat;
    margin-top: 0;
    height: 125vh;
}
}
.product-img-item {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  user-select: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-130px);
  opacity: 0;
  transition: all 0.3s;
}

.product-img-item.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition-delay: 0.3s;
}

.product-img-item img {
  object-fit: contain;
  object-position: center right;
}

/*end style*/
/*Buttons next e prev*/
.next, .prev {
  z-index: 22;
  display: inline-flex;
  border: none;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  position: absolute;
  bottom: 0%;
  outline: none;
  cursor: pointer;
}

.next.disabled, .prev.disabled {
  cursor: not-allowed;
}

.next:focus, .prev:focus {
  outline: none;
}

@media screen and (max-width: 992px) {
  .next, .prev {
    top: 170px;
  }
}
.prev {
  left: 10%;
  transform: translate(-100%, -50%);
}

@media screen and (max-width: 992px) {
  .prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 576px) {
  .prev {
    transform: translate(20%, -50%);
  }
}
.next {
  left: 8%;
  transform: translate(50%, -50%);
}

@media screen and (max-width: 576px) {
  .next {
    transform: translate(-20%, -50%);
  }
}
@media screen and (max-width: 1200px) {
  .content-product {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .content-product {
    max-width: 100%
    margin-top: 100px;
    height: auto;
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .content-product {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .content-product {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}