/* SECTION 4 */
.section4 {
  height: 100%;
  background-image: url(../imgs/background_img1.jpg);
  background-repeat: repeat-y;
  background-attachment: fixed;
  position: relative;
  padding: 0 5% 7%;
  overflow: hidden;
}

.section4:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 270px;
  bottom: 0;
  left: 0;
  background-image: url(../imgs/background_img3.jpg);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.ben_product .ben_product-detl {
  display: grid;
  grid-template-columns: 55% 45%;
  margin: 0 0 12%;
}

.ben_product-detl .item1 h2 {
  font-weight: 600;
  color: rgb(238, 136, 203, 1);
  text-transform: inherit;
  margin-bottom: -35px;
  line-height: inherit;
  padding: 0px;
  background-image: url(../imgs/background_img2.jpg);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.ben_product-detl .item4 hr {
  width: 80%;
  border: 1px solid;
  text-align: left;
  margin-left: 4%;
}

.ben_product-detl .item4 p {
  width: 80%;
  text-align: left;
  padding: 35px 0 0;
  margin-left: 4%;
  line-height: 28px;
}

.ben_product-bottom {
  width: 100%;
  bottom: 0;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.ben_product .items {
  position: relative;
}

.ben_product .item1:before {
  width: 350px;
  height: 30px;
  bottom: 0;
  left: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 60px 40px -7px;
  transform: rotate(3deg);
}

.ben_product .item2:before {
  width: 314px;
  height: 30px;
  bottom: 0;
  left: 40px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 60px 40px -7px;
  transform: rotate(0deg);
}

.ben_product .item3:before {
  width: 350px;
  height: 30px;
  bottom: 0;
  right: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 60px 40px -7px;
  transform: rotate(3deg);
}

.ben_product .item4:before {
  width: 300px;
  height: 30px;
  bottom: 0;
  right: 23px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 60px 40px -7px;
  transform: rotate(3deg);
}

.ben_product .items img {
  position: relative;
  transition: 0.3s;
  width: 120%;
}

.ben_product .item1 img {
  z-index: 2;
  transform: rotate(-2deg) translate(-16px, -15px);
}

.ben_product .item2 img {
  z-index: 2;
  transform: rotate(2deg) translate(-9px, -2px);
}

.ben_product .item3 img {
  z-index: 3;
  transform: rotate(-3deg) translate(-34px, 0px);
}

.ben_product .item4 img {
  z-index: 4;
  transform: rotate(2deg) translate(-25px, 0px);
}

.ben_product .items:hover img {
  top: -5px;
  cursor: pointer;
}

/* CLick me button */
/* .ben_product .items .btnClickme {
  width: 90px !important;
  height: 90px;
  background-image: url(../imgs/clickme_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: none;
  position: relative;
  top: -30px; left: 50%; 
  transform: translate(-50%);
}
.ben_product .items:hover .btnClickme {display: block; position: absolute; z-index: 1000;} */

/*  */


/* Custom Animate.css */

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
    transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
    transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}


.ben_product .items::before,
.ben_product .item2::before,
.ben_product .item3::before,
.ben_product .item4::before {
  content: "";
  position: absolute;
  z-index: 2;
}

/* Product slide mobile */
.slick-slide{
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  padding: 40px 0;
}
.slick-slide img {max-width: 100%;
transition: all 0.4s ease-in-out;}
.slick-center {
  transform: scale(1.1);
}

/* Screen Responsive */
@media screen and (max-width: 1200px) {}

@media screen and (max-width: 960px) {
  .ben_product .ben_product-detl {
    display: block;
  }

  .ben_product-detl .item4 hr {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .ben_product-bottom.pc {display: none;}
  .section4 {padding: 0;}
  .section4 .ben_product-detl {
    padding: 8% 5% 13%;
    margin: 0;
    height: auto;
  }
}

/* iphone, mobile portrait */
@media screen and (max-width: 460px) {

  /* our product */
  .ben_product-detl .item1 h2 {
    border-bottom: 1px solid #fff;
    padding: 20px 0 30px;
    margin-bottom: 0;
    text-align: left;
  }

  .ben_product-detl .item4 hr {
    display: none;
  }

  .ben_product-detl .item4 p {
    width: 100%;
    margin-left: 0;
    padding: 30px 0;
  }

  .ben_product .item1 img,
  .ben_product .item2 img,
  .ben_product .item3 img,
  .ben_product .item4 img {
    transform: none;
  }

  .ben_product .items img {
    width: 100%;
  }
}