.image-head {
  position: relative;
  display: block;
  text-align: center;
  height: 280px;
  width: 100%;
  overflow: hidden;
}

.header-slide .item img {
  height: 250px;
  object-fit: cover;
}

.image-head .box-logo {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  left: 0;
}

.image-head .box-logo .map {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  transform: scale(1.5);
  z-index: 2;
}

.image-head .box-logo .logo {
  width: 100px;
  position: absolute;
  z-index: 3;
  right: 2rem;
  top: 3rem;
}

.image-head .box-logo .text-img {
  text-transform: uppercase;
  color: #71512e;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 600;
  z-index: 3;
  position: absolute;
  top: 4rem;
  left: 2rem;
  background: #dfc29f;
}

.story-head p {
  text-align: center;
  line-height: 22px;
  word-break: break-word;
}

.story-body .box-img-story {
  position: relative;
  margin-bottom:40px;
}

.story-body .box-img-story .img-right {
  width: 500px;
  position: absolute;
  top: -10%;
  right: -50%;
  z-index: 2;
}

.story-body .box-img-story .img-left {
  width: 400px;
  position: absolute;
  bottom: 10px;
  left: -40%;
}

.story-body h1 {
  text-transform: uppercase;
  color: #004722;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}

.story-body p {
  line-height: 22px;
  word-break: break-word;
  margin-bottom: 2rem;
}

.story-body .our-mission {
  text-align: center;
  padding: 0 10%;
}

.story-body .text-shape-image {
  position: relative;
  padding-left: 1rem;
}

.story-body .text-shape-image .img-plantation {
  float: right;
  margin-top: 0;
  width: 150px;
  height: 90%;
  object-fit: contain;
  shape-outside: url("../images/story-pineapple3.png");
  shape-margin: 1rem;
  margin-left: 1rem;
}

.story-body .box-text-center {
  text-align: center;
  padding: 0 1rem;
}

.story-cert .cert-image {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.story-cert .cert-image img {
  display: block;
  margin: 10px;
  width: auto;
  max-height: 50px;
}

.story-cert .view-all-btn {
  background: #004722;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 25px;
  padding: 0 2rem;
}

.story-footer {
  background-image: url("../images/story-footer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  position: relative;
  width: 100%;
}

.story-box-input {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  padding: 0 10%;
}

.story-box-input .footer-title {
  text-align: right;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 2px 2px 10px #000;
  padding-right: 1rem;
}

.story-box-input .footer-title h1 {
  margin-bottom: 0;
}

.story-box-input input,
.story-box-input textarea {
  background: transparent;
  border: unset;
  border-bottom: 3px solid #fff;
  margin-bottom: 5px;
  border-radius: 0;
  color: #fff;
  padding: 0;
  text-shadow: 1px 2px 3px #000;
  letter-spacing: 2px;
}

.story-box-input input:focus,
.story-box-input textarea:focus {
  box-shadow: unset;
  background: transparent;
  color: #fff;
}

.story-box-input input::placeholder,
.story-box-input textarea::placeholder {
  color: rgba(255, 255, 255, 1);
}

.story-box-input textarea {
  resize: none;
  overflow: hidden;
  min-height: 50px;
  max-height: 100px;
}

.story-box-input .btn-send {
  background: #fff;
  border-radius: 25px;
  padding: 0 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  color: #004722;
}

.pineapple-right {
  display: none;
}
.img-center {
  width:100%;
  align-content:center;
}

@media screen and (min-width: 350px) {
	

  .image-head .box-logo .text-img {
    left: 1rem;
    top: 6rem;
    font-size: 25px;
  }
  .image-head .box-logo .logo {
    right: 1rem;
    top: 5rem;
    width: 80px;
  }
  .story-body .box-img-story .img-right {
    width: 450px;
    top: -5%;
  }
  .story-body .box-img-story .img-left {
    width: 350px;
  }

  .story-body .text-shape-image .img-plantation {
    height: 100%;
    shape-margin: 5px;
    margin-left: 5px;
    width: 100px;
    object-fit: contain;
  }
  .story-body .box-text-center {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .story-body .box-img-story .img-center{
		max-width:600px;
	}
  .image-head {
    height: 500px;
  }
  .story-head p,
  .story-body p {
    font-size: 16px;
    line-height: unset;
  }
  .header-slide .item img {
    height: 400px;
  }
  .image-head .box-logo {
    height: 300px;
  }
  .image-head .box-logo .text-img {
    font-size: 50px;
  }
  .image-head .box-logo .logo {
    width: 200px;
    top: 1rem;
  }
  .story-body .box-img-story .img-right {
    right: -5%;
    top: -10%;
  }
  .story-body .box-img-story .img-left {
    left: 0;
  }
  .story-body .text-shape-image .img-plantation {
    width: 125px;
    height: 100%;
    shape-margin: 1rem;
    margin-left: 1rem;
  }
  .story-head,
  .story-cert {
    padding: 0 10%;
  }
  .story-body .text-shape-image {
    padding-left: 10%;
    text-align: center;
  }
  .story-body .box-text-center {
    padding: 0 10% 2rem;
  }
  .story-body p {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
	b {
	font-size:45px;
}
  .image-head {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8rem 0 1rem;
  }
	.image-head video {
		height: 100%;	
	}
  .story-head p,
  .story-body p {
    font-size: 18px;
  }
  .image-head .set-image {
    width: 700px;
    height: auto;
  }
  .story-cert {
    padding: 0 10%;
  }
   /* .story-body .box-img-story {
    height: 500px;
  }*/
  .story-body .box-img-story .img-right {
    right: 5%;
    top: -2rem;
  }
  .story-body .box-img-story .img-left {
    left: 15%;
  }
  .story-cert .cert-image img {
    max-height: 80px;
  }
  .story-box-input {
    padding: 0 20% 5%;
  }
  .story-footer {
    background-size: cover;
    background-position: top;
    height: 800px;
  }
  .story-body .text-shape-image .img-plantation {
    width: 110px;
  }
  .story-box-input input, .story-box-input textarea {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
	b {
	font-size:45px;
}
  .image-head .set-image {
    width: 800px;
  }
  .story-body .box-img-story .img-right {
    right: 20%;
  }
  .story-body .box-img-story .img-left {
    left: 20%;
    width: 450px;
  }
  .story-body .text-shape-image .img-plantation {
    display: none;
  }
  .story-body .text-shape-image {
    padding-right: 10%;
  }
  .story-body {
    position: relative;
  }
  .pineapple-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 160px;
    display: block;
  }
  .story-cert {
    padding: 0 20%;
  }
  .story-cert .cert-image img {
    max-width: 90px;
  }
  .story-footer {
    height: 1000px;
  }
  .story-box-input {
    padding: 0 30% 5%;
  }
}

@media screen and (min-width: 1800px) {
	b {
	font-size:45px;
}
  .story-head,
  .story-body .box-text-center,
  .story-cert,
  .story-body .our-mission {
    padding: 0 20%;
  }
  .story-box-input {
    padding: 0 30% 5%;
  }
  .story-body .text-shape-image {
    padding-left: 20%;
    padding-right: 20%;
  }
  .story-body .box-img-story .img-right {
    right: 20%;
  }
  .story-body .box-img-story .img-left {
    left: 20%;
  }
  .image-head {
    height: 750px;
    width: 60%;
  }
  .header-slide .item img {
    height: 500px;
  }
  .pineapple-right {
    width: 300px;
  }
}
