body {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  background-position: center;
  height:100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height:100%;
  color: #7D411C;
  max-width: 100%;
  overflow-x: hidden;
  word-wrap: break-word;
  white-space: normal;
  background-color:#F9F9F9;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("/assets/img/about/bgabout.png") top center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

#hero .layer{
  width: 100%;
  height: 100vh;
  background-color: black;
  background-size: cover;
  position: relative;
  opacity: 0.5;
}

#hero:before {
  content: "";
  /* background: rgba(0, 0, 0, 0.7); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
  color: #FFE588;
}

#hero p{
  color :white;
}

.letters{
  color:white;
  font-size: 20px;
  font-weight: 500;
  margin-top: -15px;
  width: 60%;
}

#product{
  margin-top: -10%;
  position: relative;
}

#product .imgtengah1{
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  pointer-events: none;
}

#product .imgtengah2{
  display: none
}

#product .wrapperproduct{
  position: absolute;
  top: 15%;
  left: 18%;
  width: 70%;
}

#product .wrapperproduct .text{
  width: 30%;
  float: left;
  display: inline;
  color: white;
}

.image{
  width: 65%;
  float: right;
}

.image .imgproduct{
  width: 25%;
  margin: 5px 10px;
}

.imgproduct2{
  max-width: 15vw;
  border-radius: 5px;
  height: auto;
}

#product .text h5 {
  color: #FFF;
  font-weight: 700;
}

#product p{
  color: #FFF;
  font-weight: 400;
  font-size: 0.8rem;
}

#product .text li{
  margin-top: 10px;
  font-weight: 400;
  font-size: 0.8rem;
}

@media (min-width: 1920px) {
  #hero {
    background-attachment: fixed;
  }
  #product .text h5 {
    color: #FFF;
    font-weight: 700;
    font-size: 1.8rem;
  }

  #product p{
    color: #FFF;
    font-weight: 400;
    font-size: 1.1rem;
  }

  #product .text li{
    margin-top: 10px;
    font-weight: 400;
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: -3%
  }

  .letters{
    color:white;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 0;
    width: 100%;
  }

  #product .wrapperproduct{
    position: absolute;
    top: 4%;
    left: 14%;
    width: 70%;
  }

  #product .text h5 {
    color: #FFF;
    font-weight: 700;
  }

  #product .text li{
    margin-top: 10px;
    font-weight: 400;
    font-size: 0.7rem;
  }

  #product .imgtengah1{
    display: none
  }

  #product .imgtengah2{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
    width: 85%;
  }

  #product .wrapperproduct .text{
    width: 100%;
    float: left;
    display: inline;
  }
  .image{
    width: 100%;
    float: right;
  }
  .image .imgproduct{
    width: 55%;
    margin: 15px 0px;
    margin-left: 23%;
  }
  .imgproduct2{
    max-width: 50vw;
    border-radius: 5px;
    height: auto;
  }
  #product h5 {
    color: #FFF;
    font-weight: 700;
    font-size: 17pt;
    text-align: center;
  }

  #product p {
    color: #FFF;
    font-weight: 500;
    font-size: 8pt;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Vision Mission
--------------------------------------------------------------*/

.vision .judulvision {
  color: #FFE082;
  font-weight: 700;
}

.vision{
  margin-top: 10vh;
}

.content-title {
  font-size: 35px;
  line-height: 50px;
  font-weight: 800;
  color: #7C421C;
}
 
.section-title {
  margin-bottom: 70px;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  .content-title {
    font-size: 15px;
    line-height: 30px;
    font-weight: 800;
    color: #7C421C;
  }
  .section-title .title {
    font-size: 50px;
    line-height: 50px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.isiabout {
  background: url("/assets/img/icon/hive.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
  padding-top:5%;
}

.isiabout .box-heading h3 {
  font-size: 28px;
  font-weight: 700;
  color: #FFAA01;
  margin-bottom: 15px;
  margin-left: 10px;
}

.isiabout .box-heading p {
  color: #7C421C;
  margin-left: 10px;
  margin-bottom: 20px;
}

.isiabout .box-heading .button_bawah a{
  font-style: normal;
}

.isiabout .box-heading .button_bawah a:hover{
  font-style: normal;
  font-weight: 700;
  font-size: 12pt;
  color: #7C421C;
}

.isiabout .icon-box {
  margin-top: 40px;
}

.isiabout .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #d6e8bf;
  border-radius: 50px;
  transition: 0.5s;
}

.isiabout .icon-box .icon i {
  color: #8fc04e;
  font-size: 32px;
}

.isiabout .icon-box:hover .icon {
  background: #8fc04e;
  border-color: #8fc04e;
}

.isiabout .icon-box:hover .icon i {
  color: #fff;
}

.isiabout .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.isiabout .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.isiabout .icon-box .title a:hover {
  color: #8fc04e;
}

.isiabout .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.isiabout .video-box {
  background: url("/assets/img/book/mockup3.jpg") center center no-repeat;
  background-size: cover;
  min-height: 350px;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .isiabout {
    background: url("/assets/img/icon");
  }
    .isiabout h3 {
    color: #FFF;
    font-weight: 700;
    font-size: 14pt;
  }
  .isiabout p {
    font-weight: 500;
    font-size: 10pt;
  }
  .box-heading{
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: -10%;
    margin-top: 10%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #FFAA01; /* For browsers that do not support gradients */
  background-image: linear-gradient(90deg,#FFAA01, #FFE588);
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}

#footer .footer-top h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #7C421C;
}

#footer .footer-top p {
  font-size: 18px;
  /* font-style: italic; */
  margin: 30px 0 0 0;
  padding: 0;
  color: #7C421C;
  font-weight: 400;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #8fc04e;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #75a239;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 15px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
  transition: 0.3s;
}


.copyright {
  color:#7D411C;
}
.footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 25px;
}