/*=============== Root Style =============== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  /* Root Font Size */
  --font : 1rem;
  --fontTitleHome : 2rem;
  --fontFooter : .9rem;

  /* Root color */
  --primary : #2A2A2A !important;
  --secondary : #4FB30C !important;
  --secondaryOpct : #4fb30c81 !important;
  --soft : #656565 !important;
  --transparent : #e6e6e6 !important;
  --blue : #5185FF !important;
  --red : #FF5151 !important;

  /* Root Border Radius */
  --radius : .6em;

  /* Root Box-Shadow */
  --shadow : 0 10px 6px -6px rgba(0, 0, 0, 0.041);
  --shadowCard : 0 50px 45px -45px var(--secondaryOpct);
  --shadowCard2 : 0 50px 45px -45px var(--transparent);
}

html {  
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: .5em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
  border-radius: var(--radius);
}

/* Set Main Size Home */
main {
  width: 100%;
  height: 100%;
  margin: auto;
  padding-bottom: 6em;
}

/* Section Home */
section {
  max-width: 1366px;
  padding: 0 6em;
  margin: auto !important;
  padding-bottom: 4em !important;
  /* border: 1px solid black !important; */
  height: auto;
}

.set-min-height {
  min-height: 35em !important;
}

.set-min-1366 {
  min-height: 1366px;
}

/* Section Home */
main {
  width: 100%;
  height: 100%;
  margin: auto;
  padding-bottom: 6em;
}

section#aboutUs {
  padding: 0 6em 0 0;
}

section#products {
  padding: 0 0 0 6em;
}

/* Set Minimal Height For Section */
.set-min-height {
  min-height: 35em !important;
}

/* Set Footer Size Home */
footer#footerHome,
footer#footerGlobal {
  width: 100%;
  background-color: var(--secondary);
}

footer#footerHome .container-footer {
  max-width: 1366px;
  padding: 2.5em 6em;
  margin: auto;
}

footer#footerGlobal .container-footer-global {
  max-width: 1366px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5em;
  padding: 2em 6em;
}

/* Set Class For Javascript etc. */
.hide-element {
  display: none;
}

.rem-r-s {
  margin-right: 1.2rem; 
}

/* Reusable Styles */
.btn-home {
  background-color: var(--secondary);
  text-decoration: none;
  padding: .5em 2.2em;
  color: white;
  border-radius: 0 0 40px 0;
}

/* Daun Style */
.hero .daun,
.products .daun,
.about-service .daun {
  width: 100%;
  max-width: 7.5em;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero .daun {
  bottom: 60px;
}

.about-us .daun {
  width: 100%;
  max-width: 7.5em;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.about-hero .daun {
  width: 100%;
  max-width: 7.5em;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 50px;
}

.about-certificate .daun {
  width: 100%;
  max-width: 7.5em;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* Carousel */
.mySlides {
  display:none;
}

/* Head Title Catalog */
.catalog-products .catalog-products-title,
.catalog-detail-products .catalog-products-title,
.page-contact .catalog-products-title {
  color: var(--secondary);
  padding: 2em 7.8em;
  display: flex;
  align-items: center;
}

.catalog-products .catalog-products-title .wrap-title,
.catalog-detail-products .catalog-products-title .wrap-title,
.page-contact .catalog-products-title .wrap-title {
  display: flex;
  align-items: center;
}

.catalog-products .catalog-products-title .wrap-title img,
.catalog-detail-products .catalog-products-title .wrap-title img,
.page-contact .catalog-products-title .wrap-title img {
  width: 1em;
  margin-right: .5em;
}

/* Head Title Event & News */
.event-news .event-news-title {
  padding: 2em 7.8em;
}

.event-news .event-news-title .wrap-title {
  border-bottom: 1px solid var(--secondary);
}

.event-news .event-news-title .title {
  max-width: 10em;
  color: white;
  padding: .2em 1em;
  background-color: var(--secondary);
  text-align: center;
  border-radius: 0 50px 0 0;
}

/* Button Load More */
.wrap-loadmore {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}

.wrap-loadmore .btn-load {
  text-decoration: none;
  background-color: #f7f7f7;
  padding: .3em 3em;
  border-radius: 6px;
  color: var(--soft);
  cursor: pointer;

}

/* Class For Load More */
section.catalog-products .box-hidden,
section.event-news .box-hidden {
  display: none;
}

/*=============== Navbar Style ===============*/
header#navbar {
    background-color: #fff;
    top: 0;
    z-index: 999;
    padding: 1em 6em;
    width: 100%;
}

.sticky {
    position: fixed;
    padding-top: 15px;
}

header#navbar p,
header#navbar a {
    font-size: var(--font) !important;
}

.navbar {
    max-width: 1174px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: auto;
}

.navbar .nav-brand {
    width: 15em;
    z-index: 10;
}

.nav-item {
    position: absolute;
    right: 0;
    top: 10px;
}

.nav-item .wrap-item {
    display: flex;
}

.active {
    color: var(--secondary) !important;
}

.nav-item .item {
    margin-left: 1.8rem;
    text-decoration: none;
    color: var(--soft);
    position: relative;
}

.nav-item .item p::after {
    content: " ";
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--secondary);
    opacity: 0;
}

.nav-item .item:hover,
.nav-item .item-products .products:hover {
    color: var(--secondary);
    transition: 0.3s ease;
}

.nav-item .item:hover p::after {
    transition: 0.3s ease;
    opacity: 1;
}

/* Navbar Responsive */
.navbar .nav-burger {
    display: none;
    cursor: pointer;
    z-index: 10;
}

.navbar .nav-burger .burger-1,
.navbar .nav-burger .burger-2 {
    width: 20px;
    height: 2px;
    background-color: var(--primary);
    margin-bottom: 5px;
}

.navbar .nav-burger .burger-3 {
    width: 10px !important;
    height: 2px;
    background-color: var(--primary);
    margin-left: auto;
}

#nav-responsive {
    position: absolute;
    top: -1100px;
    left: 0;
    width: 100%;
    background-color: white;
    height: 100vh;
    z-index: 1;
    opacity: 0;
    padding: 5em 1.2em;
}

.show {
    animation: hallo 0.3s ease forwards;
}

.gone {
    display: none;
}

.rotateOne {
    transform: rotate(-45deg) translateY(5px);
    transition: 0.2s ease;
}

.rotateTwo {
    transform: rotate(45deg) translateY(-5px);
    transition: 0.2s ease;
}

.wrap-nav-resp {
    border-top: 1px solid var(--transparent);
    padding-top: 1.2em;
    width: 100%;
}

.wrap-nav-resp .item {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--transparent);
    padding: 0.8em 0;
}

.wrap-nav-resp .item:hover {
    background-color: var(--transparent);
    transition: 0.3s ease;
}

.wrap-nav-resp .item:hover a {
    color: var(--secondary);
    transition: 0.3s ease;
}

.wrap-nav-resp .item a {
    color: var(--primary);
    text-decoration: none;
}

/* Animation */
@keyframes hallo {
    from {
        top: -1100px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/*=============== Home Style ===============*/
main#mainHome p,
main#mainHome a {
  font-size: var(--font) !important;
}

section.hero {
  height: auto;
  position: relative;
  margin: 0;
}

.hero .hero-wrapper {
  display: flex;
}

.hero .hero-content {
  flex: 1;
  height: 35em;
  display: flex;
  flex-direction: column;
  padding: 2.5em 0;
}

.hero .hero-content1 {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 2em;
}

.hero .wrap-title {
  width: 100%;
  max-width: 350px; 
  text-overflow: ellipsis; 
}

.hero .hero-content1 .hero-title {
  font-size: 2.7em;
}

.hero .hero-content1 p {
  color: var(--soft);
  margin-top: 1em;
}

.hero .hero-content1 span {
  color: var(--secondary);
}

.hero .hero-cta .dive-deeper {
  color: var(--secondary);
  text-decoration: none;
}

.hero .hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .hero-image .wrap-img {
  width: 100%;
  max-width: 550px;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero .hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* About us styles */
section.about-us {
  position: relative;
}

.about-us .about-wrapper {
  display: flex;
}

.about-us .about-image {
  flex: 1;
  display: flex;
  align-items: flex-end;
  height: 45em;
}

.about-us .about-image img {
  width: 100%;
  max-width: 27em;
  height: auto;
}

.about-us .about-content {
  padding-left: 4em;
}

.about-us .about-content,
.products .products-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us .about-content .about-content-wrapper {
  height: auto;
}

.about-us .about-content .about-content-wrapper .about-title,
.products .products-content .products-content-wrapper .products-title {
  margin-bottom: .5em;
  font-size: var(--fontTitleHome);
}

.about-us .about-content .about-content-wrapper .about-title span,
.products .products-content .products-content-wrapper .products-title span {
  color: var(--secondary);
}

.about-us .about-content .about-content-wrapper p,
.products .products-content .products-content-wrapper p {
  color: var(--soft);
  margin-bottom: 2em;
}

/* Products Style */
section.products {
  position: relative;
  margin: 0;
}

.products .products-wrapper {
  display: flex;
  /* overflow-x: hidden; */
}

.products .products-content .text-elipsis,
.about-us .about-content .text-elipsis,
.hero .about-content .text-elipsis {
  width: 100%;
  max-width: 430px !important;
  text-overflow: ellipsis;
}

.products .products-wrapper .products-content {
  padding-right: 5em;
}

.products .products-wrapper .products-image {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 45em;
  overflow: hidden;
  padding-right: 4.5em;
}

.products .products-wrapper .wrap-kotak {
  transform: rotate(45deg);
}

.products .products-image .wrap-kotak .row-kotak-one {
  display: flex;
}

.products .products-image .row-kotak-one .kotak {
  width: 190px;
  height: 190px;
  background-color: white;
  box-shadow: 15px 15px 35px var(--transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em 1em;
}

.products .products-image .kotak img {
  width: 9em;
  transform: rotate(-45deg);
}

.products .products-image .kotak img.lounch-box {
  width: 14em;
}

.products .products-image .kotak img.ice-cream {
  width: 12em
}
.products .products-image .kotak img.bowl {
  width: 10em;
}
/*=============== About Us Style ===============*/
main.about-us-page p {
  font-size: var(--font);
  font-weight: 500 !important;
}

section.about-hero {
  position: relative;
}

.about-hero .about-hero-wrapper {
  display: flex;
}

.about-hero .about-hero-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-hero .wrapper-logo-about {
  width: 100%;
  min-height: 25em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2em;
}

.wrapper-logo-about-left {
  border-left: 4px solid var(--secondaryOpct);
  padding-left: 2em;
}

.wrapper-about-spacer {
  border-bottom: 3px dashed var(--secondaryOpct);
}

.about-hero .about-hero-logo img {
  width: 100%;
  max-width: 15em;
  height: auto;
}

.about-hero .about-hero-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6em 0 6em 4em;
}

.about-hero .wrapper-about {
  height: auto;
  color: var(--primary);
}

.about-hero .about-hero-content p {
  margin: 1rem 0;
  font-weight: 300;
}

/* About Service Styles */
section.about-service {
  position: relative;
}

.about-service .about-service-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-service .wrap-service-title {
  width: 100%;
  max-width: 500px;
  text-overflow: ellipsis;
  text-align: center;
  color: var(--secondary);
  line-height: 2.5em;
}

.about-service .about-service-title {
  font-size: 1.6em;
}

.about-service .about-service-content {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 6em;
}

.about-service .about-service-content span {
  color: var(--secondary);
  font-size: 1.5em;
  margin-right: .5em;
  width: 1.5em;
  height: 100%;
}

.about-service-content1,
.about-service .about-service-content2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 3em 1.2em;
  min-height: 20em;
}

.about-service .about-service-content1 p,
.about-service .about-service-content2 p  {
  color: var(--primary);
  margin: 1em 0;
  font-weight: 500;
  font-size: 1.4em !important;
}

.about-service .item-service {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 0 1.2em;
  margin-bottom: .5em;
  border-radius: var(--radius);
}

/* About Statement Styles */
.about-statement .about-statement-wrapper {
  padding-top: 6em;
}

.about-statement .about-statement-title {
  text-align: left;
  color: var(--secondary);
}

.about-statement .wrap-statement p {
  margin: 1em 0;
  font-weight: 300;
}

.about-statement .ourstatement {
  margin-bottom: 1.5rem;
  text-align: left;
}

.about-statement .statement-list {
  font-weight: 300;
  margin: 1.5em 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.about-statement .about-statement-wrapper span {
  width: 1.5em;
  margin-right: 1em;
}

.about-statement .about-statement-wrapper .fas.fa-check {
  color: var(--secondary);
  font-size: 1.5em;
  margin-right: 1em;
}

/* About Certificate Styles */
section.about-certificate {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.about-certificate .about-certificate-title {
  text-align: center;
  font-size: 2.5em;
  color: var(--primary);
}

.about-certificate .about-certificate-image-wrapper {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-certificate .wrap-certi {
  margin: 2.5em;
  width: 100%;
  min-height: 153px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 40px 45px -45px var(--secondaryOpct);
  border-radius: var(--radius);
  padding: 1em;
}

.about-certificate .wrap-certi img.side {
  width: 100%;
  max-width: 15em;
  height: auto;
}

.about-certificate .wrap-certi img.center {
  width: 100%;
  max-width: 8em;
  height: auto;
}

/*=============== Catalog Style ===============*/
main.catalog-products p {
  font-size: var(--font);
}

.catalog-products .catalog-products-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 2em;
}

.catalog-products .catalog-card {
  width: 100%;
  max-width: 260px;
  height: 351px;
  border-radius: var(--radius);
  background-color: rgb(240, 240, 240);
  padding: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2em 4em 2em;
}

.container-data-card {
  height: 100%;
  /* border: 1px solid black; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.catalog-products .catalog-card:hover {
  box-shadow: var(--shadowCard);
  transition: .3s ease;
}

.catalog-products .wrap-image {
  border-radius: var(--radius);
  overflow: hidden;
  width: 100%;
  max-height: 12em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.catalog-products .catalog-card img {
  width: 190px;
  object-fit: contain;
  border-radius: 10px;
}

.catalog-products .wrap-product-name {
  display: -webkit-box;
  text-align: left;
  /* padding: .4em 0; */
  width: 100%;
  min-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.625;
  text-overflow: ellipsis;
  color: var(--primary);
  font-weight: 500;
  font-size: 1.1em;
  margin-top: .5em;
}

.catalog-products .btn-detail-product {
  text-decoration: none;
  text-align: center;
  width: 100% !important;
}

.catalog-products .btn-detail-product .p {
  background-color: var(--secondary);
  color: var(--transparent);
  border-radius: 6px;
  padding: .3em 0;
  width: 100% !important;
  margin-top: .5em;
}

/*=============== Detail Product Style ===============*/
main.catalog-detail-products p {
  font-size: var(--font);
}

.catalog-detail-products .catalog-products-title {
  padding: 2em 7em;
}

.catalog-detail-products .product-detail-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.catalog-detail-products .product-detail-card {
  width: 100%;
  max-width: 270px;
  border-radius: var(--radius);
  overflow: hidden;
  margin: 0 2em 4em 2em;
}

.catalog-detail-products .product-detail-card:hover {
  box-shadow: var(--shadowCard);
  transition: .3s ease;
}

.catalog-detail-products .wrap-detail-image {
  padding: 1.5em 1.5em 0 1.5em;
  width: 100%;
  background-color: #F0FFE6;
}

.catalog-detail-products .product-detail-image {
  border-radius: var(--radius) var(--radius) 0 0;
  width: 100%;
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: white;
}

.catalog-detail-products .wrap-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog-detail-products .product-detail-image img {
  width: 200px;
  object-fit: cover;
}

.catalog-detail-products .product-detail-name {
  background-color: #F0FFE6;
  padding: .4em 1em;
}

.catalog-detail-products .product-detail-name span.size {
  font-size: 1.2em;
  font-weight: 500;
  color: #479e0e;
}

.catalog-detail-products .product-detail-name span.set-space {
  margin-right: .3em;
  font-weight: 400;
}

.catalog-detail-products .product-detail-name p {
  text-align: center;
  color: var(--secondary);
  font-weight: 500;
}

.catalog-detail-products .product-detail-content {
  background-color: var(--secondary);
  padding: .6em 1em 1em;
  border-radius: 0 0 var(--radius) var(--radius);
}

.catalog-detail-products .product-detail-content .detail-content {
  border-bottom: 1px solid var(--transparent);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .4em 0;
  margin-bottom: .4em;
}

.catalog-detail-products .product-detail-content .detail-content p {
  color: white;
  font-size: .8em;
}

.catalog-detail-products .detail-content .far.fa-dot-circle {
  margin-right: .2em;
}


/*=============== Event & News Style ===============*/
main.event-news p {
  font-size: var(--font);
}

.event-news-wrapper {
  padding: 0 7.8em;
}

.event-news-wrapper a {
  text-decoration: none;
}

.event-news-card {
  display: flex;
  margin-bottom: 4em !important;
}

.event-news-card:hover {
  transition: .3s ease;
  box-shadow: var(--shadowCard2);
}

.event-news-card .card-image {
  width: 100%;
  max-width: 280px;
  min-height: 157.5px;
  max-height: 157.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: var(--transparent);
}

.event-news-card .card-image img {
  width: 100%;
}
.event-news-card .card-data {
  width: 100%;
  padding-top: .5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-news-card .card-date {
  color: var(--soft);
  padding: 0 2em;
}

.event-news-card .card-title {
  font-weight: 500;
  font-size: 1.1em !important;
  color: var(--primary);
  padding: 0 32px;
  margin: .5em 0;

  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-news-card .card-tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--soft);
  border-top: 1px solid var(--transparent);
  border-bottom: 1px solid var(--transparent);
  padding: .3em 4em;
  font-size: .5em;
}

.event-news-card .card-tag .tag {
  width: 100%;

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-news-card .card-tag .tag p {
  font-size: 14px;
}

.event-news-card .card-tag .type-news {
  color: royalblue;
}

.event-news-card .card-tag .type-event {
  color: var(--secondary);
}
/*=============== Detail Event & News Style ===============*/
.detail-event-news .container-detail-event-news {
  padding: 2em 6em;
  display: flex;
  justify-content: center;
}

.detail-event-news .wrap-main-detail-event-news {
  width: 100%;
  max-width: 100vw;
}

.detail-event-news .detail-event-news-title {
  font-size: 1.3em;
  font-weight: 500;

  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-event-news .date-detail-event-news {
  display: flex;
  font-size: .8em;
  color: var(--soft);
  padding: .3em 0;
  margin: .5em 0 .8em 0;
  border-top: 1px solid var(--transparent);
  border-bottom: 1px solid var(--transparent);
}

.detail-event-news .date-detail-event-news p {
  margin-left: .5em;
}

.detail-event-news .date-detail-event-news .wrap-date,
.detail-event-news .date-detail-event-news .wrap-author {
  display: flex;
  align-items: center;
  padding: .2em 0;
  margin-right: 2em;
}

.detail-info__content {
  white-space: pre-wrap;
}

/* Carousel */
.detail-event-news .carousel-event-news {
  width: 100%;
  margin-bottom: 1em;
  background-color: var(--transparent);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.detail-event-news .carousel-event-news img {
  width: 100%;
}

.detail-event-news .info-detail-event-news .title {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: .5em;
}

.detail-event-news .hashtag-detail-event-news .title {
  font-weight: 500;
  margin: 1.5em 0 .5em 0;
  padding-top: 1em;
  border-top: 1px solid var(--transparent);
}

.detail-event-news .hashtag-detail-event-news .hashtag {
  color: var(--soft);
  margin-bottom: 2em;
}

.detail-event-news .wrap-other-event-news {
  width: 100%;
  max-width: 310px;
  padding-left: 1.2em;
}

.detail-event-news .container-other {
  background-color: rgb(240, 240, 240);
  padding: 1em .5em;
  max-height: 345px;
  overflow: hidden;
  width: 100%;
}

.detail-event-news .other-title {
  font-weight: 500;
  border-bottom: 1px solid var(--secondary);
  margin-bottom: 1em;
}

.detail-event-news .other-title p {
  margin-bottom: .5em;
}

.detail-event-news .wrap-other .other {
  margin-bottom: 1em;
  border-bottom: 1px solid #cfcfcf;
}

.detail-event-news .wrap-other .other a {
  text-decoration: none;
  font-size: .8em;
  color: var(--primary);
  margin-bottom: .2em;

  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-event-news .container-social-media {
  padding: 1em 0;
}

.detail-event-news .container-social-media p {
  font-weight: 500;
}

.detail-event-news .container-social-media .wrap-icon {
  display: flex;
  margin-top: .5em;
}

.detail-event-news .container-social-media .instagram {
  border-right: 1px solid white;
}

.detail-event-news .container-social-media .instagram,
.detail-event-news .container-social-media .facebook {
  width: 100%;
  height: 40px;
  background-color: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-event-news .container-social-media .wrap-icon a {
  text-decoration: none;
  color: white;
  font-size: 1.1em;
}


/*=============== Contact Style ===============*/
.page-contact .contact-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 2em;
}

.page-contact .contact-how-to {
  display: flex;
  justify-content: center;
  width: 100%;
  border-right: 4px solid var(--secondaryOpct);
}

.page-contact .wrap-sideleft{
  width: 100%;
  max-width: 400px;
}

.page-contact .wrap-how-to {
  margin-bottom: 2em;
}

.page-contact .wrap-how-to p {
  font-size: 1.2em;
  font-weight: 500;
  color: var(--primary);
}

.page-contact .icon-how-to {
  margin-top: 1em;
  display: flex;
  width: 100%;
  max-width: 250px;
  justify-content: space-between;
}

.page-contact .icon-how-to a {
  text-decoration: none;
  color: var(--secondary);
  font-size: 1.8em;
}

.page-contact .icon-how-to .wrap-i {
  background-color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px var(--transparent);
}

.page-contact .icon-how-to .wrap-i:hover {
  background-color: var(--secondary);
  color: white;
  transition: .5s ease;
}

.page-contact .wrap-address {
  margin-bottom: 2em;
  color: var(--primary);
}

.page-contact .wrap-address p.title {
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: .5em;
}

.page-contact .wrap-add-contact p {
  margin-bottom: .6em;
  color: var(--primary);
}

.page-contact .wrap-add-contact p i {
  margin-right: 1em;
  font-size: 1.2em;
  color: var(--secondary);
}

.page-contact .wrap-add-contact a {
  text-decoration: none;
  color: var(--primary);
}

.page-contact .contact-qr-code {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
}

.page-contact .wrap-qr {
  background-color: white;
  border-radius: var(--radius);
  padding: 1.5em;
  text-align: center;
  box-shadow: 0 50px 45px -15px var(--transparent);
}

.page-contact .wrap-qr p {
  font-size: 1.2em;
  font-weight: 500;
  color: var(--primary);
}

.page-contact .wrap-qr p.pOr {
  margin-bottom: 1em;
}

.page-contact .contact-qr-code img {
  width: 200px;
}

.page-contact .wrap-qr a {
  text-decoration: none;
}

.page-contact .wrap-qr .click-me {
  background-color: var(--secondary);
  width: 100%;
  padding: .2em 0;
  font-size: .8em;
  border-radius: 5px;
}

.page-contact .wrap-qr .click-me p {
  color: white;
}

/*=============== Footer Home Style =============== */
footer#footerHome p,
footer#footerHome a {
    font-size: var(--fontFooter) !important;
}

.footer-wrapper1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid var(--transparent);
    flex-wrap: wrap;
}

.footer-content1 {
    min-width: 200px;
    flex: 1;
    min-height: 168px;
    color: var(--transparent);
    padding-right: 1em;
}

.footer-content1 img {
    width: 8em;
}

.footer-content1 p {
    margin-top: 0.2em;
}

.footer-content1 .social-media {
    display: flex;
    margin-top: 1em;
    margin-bottom: 1em;
}

.footer-content1 .social-media .sm-link {
    width: 2.5em;
    height: 2.5em;
    font-size: 2em;
    color: #4fb30c;
    border-radius: 50%;
    background-color: white;
    display: flex;
    margin-right: 2em;
    text-decoration: none;
}

.footer-content1 .social-media .sm-link i {
    margin: auto;
}

.footer-content2 {
    min-width: 200px;
    flex: 1;
    min-height: 168px;
}

.footer-content2 .title-products,
.footer-content3 .title-address {
    height: 43px;
    display: flex;
    align-items: flex-end;
    color: white;
    margin-bottom: 0.5em;
}

.footer-content2 .footer-products {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-content2 .footer-product1 {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.footer-content2 .footer-product2 {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.footer-content2 .footer-products a {
    text-decoration: none;
    color: var(--transparent);
    margin-bottom: 0.3em;
}

.footer-content3 {
    min-width: 200px;
    flex: 1;
    min-height: 168px;
}

.footer-content3 .address {
    color: var(--transparent);
}

.footer-content3 .company-telp {
    color: var(--transparent);
    margin-top: 5px;
}

.footer-content3 .company-telp span {
    font-size: 12px;
}

.footer-content3 .fas.fa-phone-alt {
    margin-right: 10px;
    font-size: 15px;
}

.footer-wrapper2 {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 1.2em;
    flex-wrap: wrap;
}

.footer-wrapper2 p {
    font-weight: 300;
    color: var(--transparent);
}

.footer-wrapper2 a {
    text-decoration: none;
    color: var(--transparent);
    font-weight: 400;
}

.footer-wrapper2 .copyR,
.footer-wrapper2 .made,
.footer-wrapper2 .up {
    flex: 1;
    min-width: 200px;
    display: flex;
}

.footer-wrapper2 .made {
    justify-content: center;
}

.footer-wrapper2 .up a {
    margin-left: auto;
}

.footer-wrapper2 .made .wbs:hover {
    color: white;
}

/*=============== Footer Global Style =============== */
footer#footerGlobal p,
footer#footerGlobal a {
  font-size: var(--fontFooter) !important;
}

.footer-global-wrapper2 {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 1.2em;
  flex-wrap: wrap;
}

.footer-global-wrapper2 p {
  font-weight: 300;
  color: var(--transparent);
}

.footer-global-wrapper2 a {
  text-decoration: none;
  color: var(--transparent);
  font-weight: 400;
}

.footer-global-wrapper2 .copyR,
.footer-global-wrapper2 .made,
.footer-global-wrapper2 .up {
  flex: 1;
  min-width: 200px;
  display: flex;
  text-align: center;
}

.footer-global-wrapper2 .made {
  justify-content: center;
}

.footer-global-wrapper2 .up a {
  margin-left: auto;
}

.footer-global-wrapper2 .made .wbs:hover {
  color: white;
}

/*=============== Responsive Style ===============*/
@media only screen and (max-width: 880px) {
  /* Navbar Responsive */
  header#navbar {
    padding: 1em 1.8em;
  }

  .navbar .nav-brand {
    width: 7.5em;
  }

  .navbar .nav-burger {
    display: block;
  }

  .navbar .nav-item {
    display: none;
  }

  #navbar {
    position: fixed;
    background-color: white;
    z-index: 1;
  }
  .sticky {
    box-shadow: var(--shadow);
  }

  /* Main Responsive */
  main {
    padding-top: 4.6em;
  }
  
  section {
    padding: 2em 1.8em !important;
    margin-bottom: 5em !important;
    min-height: 560px !important;
  }

  /* Home Responsive */
  .about-content,
  .products-content {
    padding-top: 6em !important;
    justify-content: left !important;
  }

  .hero .hero-content1 {
    align-items: flex-start;
    padding-top: 2em;
  }

  .about-content {
    padding-left: 0em !important;
  }

  .products .products-wrapper {
    overflow-x: unset;
  }

  .hero-image,
  .about-image,
  .products-image {
    display: none !important;
  }

  .products-wrapper {
    height: 400px;
  }

  .products-wrapper .products-content {
    padding-right: 0em !important;
  }

  /* Daun Responsive */
  .hero .daun,
  .products .daun,
  .about-us .daun,
  .about-hero .daun,
  .about-certificate .daun,
  .about-service .daun {
    display: none !important;
  }

  /* About Us Responsive */
  .about-hero .about-hero-wrapper {
    display: flex !important;
    flex-direction: column !important;
  }

  .about-hero .wrapper-logo-about {
    border-right: none;
    min-height: 14em;
  }

  .wrapper-logo-about-left {
    border-left: none;
    padding: 0;
  }

  .about-hero .about-hero-content {
    padding: 0 0 6em 0;
  }

  .about-service .about-service-content {
    padding: 0;
    flex-direction: column;
  }

  .about-statement .about-statement-wrapper {
    padding-top: 0em;
  }

  .about-service-content1,
  .about-service .about-service-content2 {
    width: 100%;
    padding: 3em 0;
  }

  .about-service .about-service-content2 {
    padding: 0;
    justify-content: start;
  }

  .wrap-certi {
    margin: 2em 0 !important;
  }

  .about-certificate-image-wrapper {
    flex-direction: column;
  }

  /* Catalog Responsive */
  .catalog-products-title {
    padding: 2em 0 !important;
  }

  .catalog-products .catalog-products-wrapper {
    justify-content: center;
    padding: 0;
  }

  .catalog-products .catalog-card {
    margin: 0 1em 4em 1em;
    max-width: 280px;
  }

  .product-detail-wrapper {
    padding: 0 1em;
  }

  .product-detail-card {
    margin: 0 1em 4em 1em;
  }

  /* Contact Responsive */
  .page-contact .contact-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .contact-how-to {
    padding-top: 7em;
  }

  /* Footer Responsive */
  footer#footerHome .container-footer,
  footer#footerGlobal .container-footer-global {
    padding: 2.5em 1.8em;
  }

  .footer-wrapper1,
  .footer-wrapper2,
  .footer-global-wrapper2 {
    justify-content: center;
  }

  .footer-wrapper2 .copyR,
  .footer-wrapper2 .made,
  .footer-wrapper2 .up,
  .footer-global-wrapper2 .copyR,
  .footer-global-wrapper2 .made,
  .footer-global-wrapper2 .up {
    margin-bottom: .8em;
    justify-content: center;
  }

  .footer-wrapper2 .up a,
  .footer-global-wrapper2 .up a {
    margin: auto;
  }

  .footer-content3 .company-telp {
    margin-bottom: 1.5em;
  }

  /* Card news event */
  .detail-event-news .carousel-event-news {
    min-height: 168.97px;
    max-height: 240px;
  }
}

/* Tablet */
@media only screen and (min-width: 880px) {
  /* Navbar Responsive */
  #navbar #nav-responsive {
    display: none;
  }

  .detail-event-news .carousel-event-news {
    min-height: 369px;
    max-height: 369px;
  }
}

@media only screen and (max-width: 1024px) {
  /* Product Detail Responsive */
  .event-news-card {
    flex-direction: row;
  }

  .event-news-card .card-image {
    width: 100%;
    max-width: 240px;
  }

  .event-news .event-news-title {
    padding: 2em 4em;
  }

  .event-news-wrapper {
    padding: 0 4em;
  }
}

@media only screen and (max-width: 1170px) {
  /* Product Detail Responsive */
  .container-detail-event-news {
    flex-direction: column;
  }
  
  /* Detail Event & News Responsive */
  .detail-event-news .wrap-other-event-news {
    width: 100%;
    max-width: 100vh;
    padding-left: 0em;
  }

  .detail-event-news .wrap-other .other a {
    font-size: .9em;
  }

  /* Contact Responsive */
  main.page-contact {
    min-height: 1366px !important;
  }

  .contact-how-to {
    border: none !important;
  }

  /* Footer Responsive */
  .footer-content2 {
    padding-right: 2em;
  }
  
  /* Responsive container other */
  .detail-event-news .container-other {
    padding: 1em .8em !important;
    max-height: 375px !important;
  }
}

@media only screen and (max-width: 1367px) {
  /* Product Detail Responsive */
  main.page-contact {
    min-height: 1024px;
  }
}

/* Smartphone */
@media only screen and (max-width: 600px) {
  /* Product Detail Responsive */
  .product-detail-card {
    margin: 0 0em 4em 0em !important;
    max-width: 280px !important;
  }
  
  /* Event & News Responsive */
  .event-news-card {
    flex-direction: column;
  }

  .event-news-card .card-image {
    width: 100%;
    max-width: unset;
  }

  .event-news .event-news-title {
    padding: 2em 0em;
  }

  .event-news-wrapper {
    padding: 0 1em;
  }

  .detail-event-news .container-detail-event-news {
    padding: 2em 0em;
  }
}
