@keyframes float {
	0% {
		transform: translate(50%,0px);
	}
	50% {
		transform: translate(50%,-10px);
	}
	100% {
		transform: translate(50%,0px);
	}
}


.home{
  overflow-x: hidden;
}
.bg-black{
  /* background-image: url(/assets/images/castroplus-bg.svg); */
  background-repeat: no-repeat;
  background-position: -25rem bottom;
  background-origin: border-box;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}
.bg-black .parallax{
  position: absolute;
  bottom: 0;
}
/* Fold Section */
.fold_container{
  padding: 9.375rem 0 17rem;
  position: relative;
}
.fold_text{
  text-align: center;
  margin: 0 auto;
}
.fold_text p{
  font-size: 1.375rem;
  line-height: 2.25rem;
  margin: 1.25rem 0;
  opacity: 0.8;
}
.fold_img {
  max-width: 31.25rem;
  position: absolute;
  left: 68%;
  bottom: -1.5rem;
  transform: translateX(-50%);
  z-index: -1;
}



/* Introduction Section */
.introduction{
  margin-bottom: 2.5rem;
}
.introduction_text{
  max-width: 36.13rem;
}
.introduction_text p{
  font-size: 1.125rem;
  line-height: 1.7;
  opacity: 0.8;
  margin-bottom: 1.875rem;
}
.introduction_img {
  max-width: 100%;
  transform: translateX(-15%);
  min-width: 25rem;
  transition: all 0.5s;
}

.review{
  background-color: #00B265;
  background-image: url(/assets/images/quote_bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50%;
  background-origin: border-box;
  color: #fff;
  margin-bottom: 2.5rem;
  padding: 3rem 0;
  position: relative;
}
.review_content{
  overflow: hidden;
}
.review_content .slick-track{
  display: flex;
}
.slick-prev, .slick-next{
  opacity: 1;
  transition: opacity 0.5s;
  font-family: 'Gilroy';
}
.review_content .slick-slide {
  opacity: 0;
  transition: all 1.5s;
}
.review_content .slick-slide.slick-active {
 opacity: 1;
 transition: all 1.5s;
}
.review .review_item{
  width: 21.88rem;
  display: inline-block;
}
.review .review_title{
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.22;
  margin: 1rem 0 0.25rem;
  width: 21.88rem;
}
.review .review_text{
  color: #F8F9FA;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  padding-right: 2rem;
  font-weight: 500;
}
.review .review_author{
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.22;
  opacity: 0.8;
}
.slick-list:focus{
  outline: none;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:focus, .slick-next:focus{
  outline: auto;
}
.slick-next:before {
  content: '→';
}
.slick-prev {
  right: 6rem;
}
.slick-prev:before {
  content: '←';
}
.slick-prev:before, .slick-next:before {
  font-size: 2rem;
  line-height: 1;
  color: white;
  font-family: 'Gilroy';
}
.slick-disabled, .slick-disabled:hover{
  opacity: 0.5;
  transition: opacity 0.5s;
}

/* Description Section */
.description{
  margin: 0 auto;
  max-width:  60.63rem;
}
.description_item{
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.description_text{
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #FFFFFF 300px);
  padding-top: 20rem;
  padding-bottom: 3.75rem;
}
.description_text p{
  font-size: 1.125rem;
  line-height: 1.7;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.description_text ul li{
  font-size: 1.125rem;
  line-height: 1.7;
  opacity: 0.8;
}
.description_img.description_img--transition{
  margin-right: 1.25rem;
}
.description_img{
  height: auto;
  max-width: 23.44rem;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
}

video{
  position: relative;
}
.video .description_img{
  z-index: 1;
}
.video video{
  position: absolute;
  top: 1.125rem;
  left: 1.25rem;
  width: 78.6%;
}




/* Features Section */
.features{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features_plus{
  color:#fff;
  padding: 2.5rem 0;
  background-image: url(/assets/images/quote_bg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.features_plus .features_item p{
  color:#F8F9FA;
}
.features_title.features--plus{
  color: #fff;
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-align: center;
}
.features_subtitle{
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0 auto 7.5rem;
  max-width: 48.13rem;
  opacity: 0.8;
  text-align: center;
}
.features_title span{
  color: #845EF7;
}

.features_item{
  margin-bottom: 2.5rem;
  width: 23.13rem;
  opacity: 0;
}
.features h2{
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
}
.features p{
  color:#868E96;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
}
.features_img{
  transform: scale(0.8);
  transition: all 1s;
}
.img-separated{
  max-width: 100%;
  transform: translateX(20px);
  transition: all 0.5s;
  margin-top: -2rem;
}




/* Keypoints Section */
.keypoints{
  background-image: url(/assets/images/feature_bg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding-bottom: 3.75rem;
  transition: all 0.5s;
}
.keypoints h2{
  text-align: center;
  max-width: 45rem;
  margin: 2.188rem auto 2.813rem;
  padding: 0 1.25rem;
}
.keypoints_items{
  align-items: baseline;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 16.25rem;
}
.keypoints_item{
  margin-bottom: 3.75rem;
  max-width: 16.25rem;
  text-align: center;
  opacity: 0;
}
.keypoints_item p{
  font-size: 1.125rem;
  line-height: 1.7;
  opacity: 0.8;
  font-weight: 500;
}
.keypoints_img{
  margin-bottom: 1.25rem;
}

/* Download Section */
.download{
  background-color: #F8F9FA;
  padding: 3.75rem 0;
}
.download_content{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.download_title{
  margin: 0 auto 1.875rem;
  text-align: center;
  max-width: 21rem;
}
.download_card{
  background-color: #fff;
  border-radius: 0.5rem;
  margin: 0 0.9375rem 1.25rem;
  padding: 0.625rem;
  text-align: center;
  width: 20.63rem;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  height: 29.88rem;
  align-items: center;
}
.download_card:hover{
  box-shadow: 0 10px 10px -10px rgba(15,3,34,0.16);
  transform: translateY(-10px);
}
.download_card > div {
  width: 100%;
}
.download_borde{
  background-color: #00B265;
  border-radius: 0.5rem;
  height: 0.25rem;
}
.download_price{
  color: #00B265;
  text-transform: uppercase;
  margin: 2rem 0 1.25rem;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1.25;
}
.download_name{
  color: #2E2E2E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.875rem;
  margin-top: 0;
  text-align: center;
}
.download_description{
  color: #2E2E2E;
  margin: 1.875rem auto 0;
  width: 15.63rem;
  opacity: 0.8;
  font-size: 1.125rem;
}
.download .app_store{
  margin: auto auto 1.875rem;
}

@media (min-width:768px) {

  .fold_container{
    padding: 13.75rem 0 7.813rem;
  }
  .fold_text{
    margin: 0;
    max-width: 50rem;
    text-align: left;
  }
  .fold_img {
    left: 70%;
    bottom: -4.5rem;
  }
  .fold_text p{
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 1rem 0 2rem;
    padding-right: 8.125rem;
  }
  .introduction{
    margin-bottom:11.88rem;
  }
  .introduction_text p {
    padding-right: 1.75rem;
  }
  .introduction_img{
    top: -5rem;
  }
  .review{
    margin-bottom: 10rem;
  }
  .description_item{
    align-items: center;
    flex-direction: row;
    margin-bottom: 4.625rem;
    overflow: inherit;
  }
  .video video{
    width: 19.44rem;
  }
  .description_item.description_item--right .video video{
    left: inherit;
    right: 0.8125rem;
    margin-right: 3.125rem;
  }
  .description_item.description_item--right {
    flex-direction: row-reverse;
  }
  .description_item.description_item--right .description_img.description_img--transition {
    margin-right: -3.125rem;
    margin-left: 4.375rem;
  }
  .description_text h2{
    margin-bottom: 1.25rem;
  }
  .description_text{
    padding-bottom: 2.813rem;
    max-width:  34.38rem;
    padding-top: 0;
    opacity: 0;
  }
  
  .description_img {
    height: 46.25rem;
    width: auto;
    position: inherit;
    max-width: none;
  }
  .description_img.description_img--transition{
    opacity: 0;
    top:7rem;
  }

  .description_img.description_img--right{
    margin-right: -3.125rem;
    margin-left: 4.375rem;
  }
  .features_title.features--plus{
    font-size: 3.375rem;
    line-height: 3.75rem;
  }
  .features_subtitle{
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .features{
    justify-content: space-around;
    padding-top: 2.5rem;
  }
  .features_item{
    margin-bottom: 5rem;
  }
  .keypoints_items{
    justify-content: space-between;
  }
  .download{
    padding: 10rem 0;
  }
  .download_title{
    max-width: 37.5rem;
    margin-bottom: 3.375rem;
  }
}
@media only screen and (min-width: 1024px) {
  .fold_img{
    bottom: -8.63rem;
    max-width: 50rem;
    left: 36%;
    transform: none;
  }
  .introduction{
    position:relative
  }
  .introduction_text p{
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
  
  .introduction_img {
    position: absolute;
    top: inherit;
    bottom: 6rem;
    right: 49%;
    transform: translateX(50%);
    z-index: -1;
    max-width: 105%;
    /* transform: translateY(0px); */
  	/* animation: float 6s ease-in-out infinite; */
  }
  .introduction {
    padding-top: 30.25rem;
  }
  .description_text h2{
    font-size: 3rem;
  }
  .description_text p{
    font-size: 1.25rem;
    line-height: 2.25rem;
    margin-bottom: 1.875rem;
  }
  .description_text ul li{
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
  .features{
    justify-content: space-between;
  }
  .features_plus{
    padding: 10rem 0 3.125rem;
  }
  .keypoints{
    padding-bottom: 6.25rem;
  }
  .keypoints h2{
    margin: 5.313rem auto 3.375rem;
  }
  .download_title, .download_content{
    max-width: 48rem;
    margin-right: auto;
    margin-left: auto;
  }
  .slick-prev:hover, .slick-next:hover{
    opacity: 0.6;
    transition: opacity 0.5s;
  }
}
@media only screen and (min-width: 1200px) {
  .slick-prev {
    right: inherit;
    left: 1rem;
    top: 50%;
  }
  .slick-next{
    top: 50%;
    right: 1rem;
  }
  .review{
    padding: 3rem;
  }
  .img-separated{
    margin-top: -16rem;
    position: relative;
    z-index: -1;
  }
  /* .fold_img{
    bottom: -8.63rem;
    max-width: 50rem;
  } */
  /* .introduction{
    padding-top: 30.25rem;
  } */
  .introduction_img{
    bottom: 4rem;
  }
}
@media only screen and (min-width: 1300px) {
  .introduction_img{
    bottom: 0rem;
    right: 60%;
    max-width: 125%;
  }
}
