@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Light.otf");
}

@font-face {
  font-family: 'PoppinsRegular';
  src: url("../fonts/Poppins-Regular.otf");
}

@font-face {
  font-family: 'PoppinsMedium';
  src: url("../fonts/Poppins-Medium.otf");
}

@font-face {
  font-family: 'PoppinsSemiBold';
  src: url("../fonts/Poppins-SemiBold.otf");
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: 'Poppins';
}

.app {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  transition: 0.5s;
}

a:focus, button:focus, input:focus {
  text-decoration: none;
}

pre {
  white-space: pre-line;
}

.close-button {
  display: flex;
  position: absolute;
  color: red;
  z-index: 999;
  top: 10px;
  right: 10px;
  font-size: 1.1rem;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
  font-weight: 800;
}

.btn-main {
  background: #8ebc4c;
  padding: 10px 40px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
  text-align: center;
  font-size: 1.2rem;
  border: none;
  box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.5);
  font-family: 'PoppinsMedium';
}

.btn-main.small {
  padding: 10px 30px;
  font-size: 1rem;
  background: #B0DF5A;
}

.btn-secondary {
  background: #ffffff;
  padding: 8px 30px;
  color: #8EBD4D;
  font-weight: 600;
  border-radius: 30px;
  text-align: center;
  font-size: 1rem;
  border: none;
  box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.5);
  margin-top: 35px;
}

.btn-detail {
  background: #B0DF5A;
  padding: 7px 50px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
  text-align: center;
  font-size: 1rem;
  border: none;
  box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.5);
  font-family: 'PoppinsMedium';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 40px 0;
  transition: 0.3s;
}

header.sticky {
  background: #ffffff;
  transition: 0.5s;
  padding: 15px 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

header.sticky .logo img {
  width: 175px;
  transition: 0.5s;
}

header.sticky .menu a {
  font-size: 1rem;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo img {
  width: 240px;
  transition: 0.3s;
}

header .menu {
  text-align: right;
}

header .menu a {
  margin-left: 45px;
  color: #000000;
  font-weight: 400;
  font-size: 1.15rem;
  transition: 0.3s;
}

header .menu a:hover, header .menu a.active {
  border-bottom: 3px solid #98b95c;
  font-family: 'PoppinsMedium';
}

footer {
  padding: 12px 0;
  color: #8EBD4D;
  font-size: 0.85rem;
}

footer img {
  width: 150px;
}

.slick-slide {
  height: auto !important;
}

.slick-instafeed .slick-next {
  background: url("../img/home/Asset 60.png") no-repeat center center;
  background-size: contain;
  height: 45px;
  width: 45px;
  right: 13px;
  z-index: 5;
}

.slick-instafeed .slick-next:before {
  content: '';
}

.slick-instafeed .slick-prev {
  background: url("../img/home/Asset 59.png") no-repeat center center;
  background-size: contain;
  height: 45px;
  width: 45px;
  left: 14px;
  z-index: 5;
}

.slick-instafeed .slick-prev:before {
  content: '';
}

.slick-banner {
  position: relative;
  z-index: 1;
}

.slick-banner .slick-next {
  background-size: contain;
  height: 30px;
  width: 30px;
  top: 515px;
  z-index: 5;
  left: 18.5%;
  opacity: 0.5;
}

.slick-banner .slick-next:hover {
  opacity: 1;
  transition: 0.5s;
}

.slick-banner .slick-next:before {
  content: '';
}

.slick-banner .slick-prev {
  background-size: contain;
  height: 30px;
  width: 30px;
  top: 500px;
  z-index: 5;
  left: 13.8%;
  transform: rotate(180deg);
  opacity: 0.5;
}

.slick-banner .slick-prev:hover {
  opacity: 1;
  transition: 0.5s;
}

.slick-banner .slick-prev:before {
  content: '';
}

.slick-banner .wrapper {
  min-height: 65vh;
  background-size: cover;
}

.slick-banner .slider-content {
  margin-top: 180px;
}

.banner {
  background: url("../img/bg-banner.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 3;
}

.banner .banner-deco {
  position: absolute;
  right: -150px;
  bottom: -135px;
  width: 800px;
}

.banner .container {
  position: relative;
  height: 100vh;
}

.banner .wrapper {
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 76%);
  height: 30vh;
}

.banner .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.banner .content .title {
  font-size: 4.5rem;
  text-shadow: 5px 5px 12px rgba(0, 0, 0, 0.7);
  color: #badd6d;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'PoppinsMedium';
}

.banner .content .subtitle {
  color: #ffffff;
  font-weight: 500;
  font-size: 2rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  margin-top: -8px;
  margin-bottom: 100px;
}

.about {
  background: url("../img/bg-about.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 150px 0;
  z-index: 2;
}

.about .banner-deco {
  position: absolute;
  left: -160px;
  bottom: -50px;
}

.about .title {
  font-family: 'PoppinsSemiBold';
  color: #ffffff;
  font-size: 2.6rem;
  margin-bottom: 10px;
}

.about .subtitle {
  font-family: 'PoppinsMedium';
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.about .description {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 26px;
  margin-bottom: 55px;
}

.about .description b {
  font-family: 'PoppinsMedium';
}

.about .description ul {
  margin-left: -15px;
}

.about .description ul li {
  margin-bottom: 17px;
}

.product {
  background: #ffffff;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.product .certification img {
  cursor: pointer;
  max-width: 100%;
  object-position: bottom;
}

.product .product-deco-1 {
  position: absolute;
  left: -18%;
  top: 70%;
  transform: translateY(-50%);
  width: 50%;
}

.product .product-deco-2 {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
}

.product .product-cover {
  display: flex;
  justify-content: center;
}

.product .product-wrapper {
  position: relative;
  background: #ffffff;
  height: 375px;
  width: 300px;
  min-width: 300px;
  margin: 0 35px;
  border-radius: 8px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.product .product-wrapper .product-img {
  position: relative;
  top: -11%;
  width: 95%;
}

.product .product-wrapper .product-img.large {
  top: -20%;
  width: 110%;
  margin-bottom: -15%;
}

.product .product-wrapper .product-name {
  color: #34530F;
  font-family: 'PoppinsMedium';
  font-size: 1.1rem;
}

.product .small-title {
  color: #85B047;
  font-family: 'PoppinsSemiBold';
  text-align: center;
  font-size: 1.2rem;
}

.product .big-title {
  color: #B0DF5A;
  text-align: center;
  font-size: 2.5rem;
  font-family: 'PoppinsMedium';
  margin-bottom: 20px;
}

.product .sub-title {
  font-family: 'PoppinsMedium';
  color: #34530F;
  width: 220px;
  border-bottom: 1px solid #B0DF5A;
  margin: auto;
  margin-bottom: 10px;
  font-size: 1.15rem;
  text-align: center;
}

.contact {
  background: #8EBD4D;
  min-height: 550px;
  position: relative;
  padding-top: 100px;
}

.contact hr {
  border: none;
  border-bottom: 1px solid #ffffff;
}

.contact .big-title {
  color: #ffffff;
  font-family: 'PoppinsMedium';
  font-size: 1.7rem;
}

.contact .title {
  color: #ffffff;
  font-size: 2rem;
  font-family: 'PoppinsMedium';
  margin-bottom: 15px;
}

.contact .info {
  display: flex;
  margin-bottom: 12px;
}

.contact .info span {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 23px;
}

.contact .info span b {
  font-family: 'PoppinsMedium';
}

.contact .info i {
  font-size: 1.3rem;
  color: #ffffff;
  margin-right: 8px;
}

.contact iframe {
  width: 50%;
  height: 550px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 769px) {
  header.sticky {
    padding: 7px 0;
  }
  header .container {
    justify-content: center;
  }
  header .menu {
    display: none;
  }
  header .logo img {
    width: 180px;
  }
  .banner .banner-deco {
    width: 500px;
    right: -150px;
    bottom: -100px;
  }
  .banner .content {
    text-align: center;
  }
  .banner .content .title {
    color: #ffffff;
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 30px;
    line-height: 65px;
  }
  .banner .content .subtitle {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 80px;
  }
  .certification img {
    width: 90%;
    margin: auto;
  }
  .about {
    padding-top: 115px;
    padding-bottom: 200px;
  }
  .about .title {
    font-size: 2rem;
  }
  .about .subtitle {
    font-size: 1.2rem;
  }
  .about .description {
    font-size: 0.9rem;
    line-height: 23px;
  }
  .about .banner-deco {
    right: -180px;
    left: auto;
    bottom: -45px;
    width: 375px;
  }
  .btn-detail {
    position: relative;
    left: auto;
    bottom: 0;
    margin-top: 15px;
    transform: translateX(0);
  }
  .product {
    padding-bottom: 5px;
  }
  .product .small-title {
    margin-top: 25px;
  }
  .product .product-deco-2 {
    width: 120%;
    top: 46.5%;
    right: -35%;
  }
  .product .product-deco-1 {
    width: 80%;
    top: 75%;
    transform: rotate(-60deg);
  }
  .product .big-title {
    font-size: 2rem;
  }
  .product .product-cover {
    display: block;
  }
  .product .product-wrapper {
    margin-bottom: 100px;
  }
  .product .product-wrapper.wrapper-right {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 85px;
    height: auto;
  }
  .product .product-wrapper.wrapper-left {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 85px;
    height: auto;
  }
  .product .product-wrapper .product-img {
    width: 85%;
  }
  .product .product-wrapper .product-img.img-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .product .product-wrapper .product-img.img-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -65%;
    width: 90%;
  }
  .product .product-wrapper .product-img.img-left.large {
    width: 100%;
  }
  .contact .col-11 {
    margin: auto !important;
  }
  .contact iframe {
    position: relative;
    width: 100%;
    margin-top: 80px;
    height: 450px;
  }
  .contact .title {
    text-align: center;
  }
  .contact .info i {
    font-size: 1.15rem;
  }
  .contact .info span {
    font-size: 0.85rem;
  }
  .contact .big-title {
    font-size: 1.4rem;
  }
  .btn-secondary {
    margin-top: 20px;
  }
  footer {
    font-size: 0.7rem;
  }
  footer img {
    width: 100px;
  }
}

#modalContact .modal-body {
  padding: 40px;
}

#modalContact .modal-body textarea {
  height: 150px;
  resize: none;
}

#modalContact .modal-title {
  color: #8EBD4D;
  font-size: 1.7rem;
  font-family: 'PoppinsMedium';
  text-align: center;
}

#modalContact label.error {
  color: #bb0000;
  font-size: 12px;
}

#modalContact .success-msg {
  color: #8EBD4D;
  font-size: 17px;
}
/*# sourceMappingURL=main.css.map */