@font-face {
  font-family: 'Micro';
  src: url("../fonts/MicrogrammaDBolExt/M025096D.ttf");
}

@font-face {
  font-family: 'FuturaBook';
  src: url("../fonts/Futura PT/FuturaPTBook.otf");
}

@font-face {
  font-family: 'FuturaCondBook';
  src: url("../fonts/Futura PT/FuturaPTCondBook.otf");
}

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

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: 'FuturaBook';
  background: #1b1b1b;
}

.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;
}

img {
  max-width: 100%;
}

p {
  color: #ffffff;
}

.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;
  left: 0;
  background: #000000;
  width: 100%;
  padding: 30px 0;
  height: 125px;
  z-index: 10;
}

header .logo {
  height: 60px;
  margin-right: 50px;
}

header .hashtag {
  height: 60px;
}

header nav {
  font-family: 'Micro';
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

header nav .link {
  cursor: pointer;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.35rem;
  margin-left: 60px;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ac392d 0%, #f9e44d 100%);
  border-image-slice: 1;
  height: 42px;
  letter-spacing: 1px;
}

.mobile-nav, .menu-bar {
  display: none;
}

@media (max-width: 769px) {
  .menu-bar {
    display: block;
    position: fixed;
    top: 18px;
    right: 20px;
  }
  .menu-bar i {
    color: #ffffff;
    font-size: 1.7rem;
  }
  header {
    padding: 10px 0;
    height: auto;
  }
  header.sticky {
    padding: auto !important;
  }
  header .hashtag {
    display: none;
  }
  header nav {
    display: none;
  }
  header .logo {
    margin: 8px auto;
    height: 35px;
    display: flex;
  }
  .mobile-nav {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    padding: 50px;
    height: 100vh;
    position: fixed;
    width: 275px;
    z-index: 100;
    right: -300px;
    top: 0;
    text-align: right;
    transition: 0.3s;
  }
  .mobile-nav.active {
    right: 0;
    transition: 0.3s;
  }
  .mobile-nav .btn-cancel {
    position: absolute;
    z-index: 101;
    top: 18px;
    right: 23px;
  }
  .mobile-nav .btn-cancel i {
    color: #ffffff;
    font-size: 1.8rem;
  }
  .mobile-nav .hashtag {
    margin-top: 40px;
    width: 85%;
  }
  .mobile-nav .lists {
    margin-top: 40px;
    font-family: 'Micro';
  }
  .mobile-nav .lists .link {
    cursor: pointer;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.35rem;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ac392d 0%, #f9e44d 100%);
    border-image-slice: 1;
    height: 42px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    display: inline-block;
  }
}

footer {
  padding: 70px 0;
  background: #000000;
  color: #ffffff;
}

footer .link {
  font-size: 0.85rem;
  margin-bottom: 10px;
  color: #ffffff;
}

footer .link img {
  width: 18px;
  margin-right: 10px;
}

footer .bigtitle {
  font-family: 'Micro';
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ac392d 0%, #f9e44d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 1.35rem;
  text-transform: uppercase;
}

footer .title {
  margin-bottom: 15px;
}

footer .title img {
  width: 85%;
}

footer p {
  color: #ffffff;
  line-height: 30px;
  font-size: 0.85rem;
  margin-top: 0;
}

footer .feed {
  height: 200px;
  width: auto;
}

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

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

.slick-banner .slick-next {
  background: url("../../public/img/new/header/Panah Putih.png") no-repeat center center;
  background-size: contain;
  height: 85px;
  width: 85px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
  right: 2.5%;
  position: absolute;
}

.slick-banner .slick-next:hover, .slick-banner .slick-next:focus {
  background: url("../../public/img/new/header/Panah Putih.png") no-repeat center center;
  background-size: contain;
  height: 85px;
  width: 85px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
  right: 2.5%;
  position: absolute;
  opacity: 0.8;
  transition: 0.5s;
}

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

.slick-banner .slick-prev {
  background: url("../../public/img/new/header/Panah Putih.png") no-repeat center center;
  background-size: contain;
  height: 85px;
  width: 85px;
  top: 55%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 10;
  left: 2.5%;
  position: absolute;
}

.slick-banner .slick-prev:hover, .slick-banner .slick-prev:focus {
  background: url("../../public/img/new/header/Panah Putih.png") no-repeat center center;
  background-size: contain;
  height: 85px;
  width: 85px;
  top: 55%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 10;
  right: 2.5%;
  position: absolute;
  opacity: 0.8;
  transition: 0.5s;
}

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

@media (max-width: 769px) {
  .slick-banner {
    padding-top: 72px !important;
  }
  .slick-banner .slick-prev, .slick-banner .slick-next {
    display: none !important;
  }
}

.slick-banner {
  background-size: cover;
  min-height: 50vh;
  padding-top: 125px;
}

.slick-banner .banner-1 {
  background: url("../img/banner/Tokaido - Web Design-01.jpg") no-repeat center center;
  background-size: cover;
  height: 85vh;
  position: relative;
}

.slick-banner .banner-1 img:nth-child(3) {
  float: right;
}

.slick-banner .banner-2 {
  background: url("../img/banner/Tokaido - Web Design-02.jpg") no-repeat center center;
  background-size: cover;
  height: 85vh;
  position: relative;
}

.slick-banner .cover {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 90vh;
}

.slick-banner .covering {
  margin-top: 22.5%;
}

.about {
  padding: 75px 0;
}

.about .motto {
  font-family: 'Micro';
  text-transform: uppercase;
  display: inline-block;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ac392d 0%, #f9e44d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  line-height: 47px;
}

.about .small-motto {
  color: #ffffff;
  font-weight: 900;
  font-size: 1.1rem;
}

.about p {
  line-height: 33px;
  color: #dddddd;
}

.about img {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ac392d 0%, #f9e44d 100%);
  padding: 4px;
  background-clip: padding-box;
}

.product-detail {
  min-height: 200vh;
  background-size: cover;
  width: 100%;
  position: relative;
  background-color: #000000;
  background-image: url("../img/new/content/Pattern.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.product-detail.primary {
  background-image: url("../img/content/Aksen Ombak-28.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.product-detail.secondary {
  background-image: url("../img/content/Aksen Ombak-29.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.product-detail .product-wrapper {
  border: 3px solid #ffffff;
  padding: 20px;
  margin-bottom: 75px;
  position: relative;
}

.product-detail .product-wrapper .img-product {
  position: relative;
  z-index: 2;
}

.product-detail .product-wrapper .arrow {
  position: absolute;
  z-index: 1;
  width: 325px;
  left: 7.5%;
  top: 25%;
}

.product-detail .product-wrapper-mobile {
  display: none;
  border: 3px solid #ffffff;
  padding: 20px;
  margin-bottom: 35px;
  position: relative;
}

.product-detail .product-wrapper-mobile .img-product {
  position: relative;
  z-index: 2;
}

.product-detail .product-wrapper-mobile .arrow {
  position: absolute;
  z-index: 1;
  width: 175px;
  left: 5%;
  top: 20%;
}

.product-detail .components {
  display: flex;
  justify-content: space-between;
  font-family: 'Micro';
}

.product-detail .components .bg-yellow {
  background: #f9e44d;
  width: 60px;
  height: 55px;
  margin-right: 10px;
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detail .components .bg-content {
  width: calc(100% - 50px);
  border: 1px solid #ffffff;
  border-right: 12px solid #ffffff;
  background: #000000;
  display: flex;
  align-items: center;
  padding: 0 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.75rem;
}

.product-detail .menu-wrapper {
  margin-bottom: 65px;
  font-family: 'Micro';
}

.product-detail .menu-wrapper .title {
  text-align: center;
  padding: 5px 0;
  margin-bottom: 5px;
  width: calc(100% - 20px);
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ac392d 0%, #f9e44d 100%);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 800;
}

.product-detail .menu-wrapper .list {
  background: #000000;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 5px;
  width: calc(100% - 20px);
  cursor: pointer;
  transition: 0.5s;
  font-size: 0.7rem;
}

.product-detail .menu-wrapper .list:hover, .product-detail .menu-wrapper .list.active {
  margin-left: 20px;
  transition: 0.5s;
  color: #f9e44d;
}

#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;
}

.slick-banner-mobile {
  display: none !important;
}

@media (max-width: 769px) {
  .slick-banner {
    display: none !important;
  }
  .slick-banner-mobile {
    display: block !important;
    margin-top: 70px;
  }
  .product-detail .components .bg-content {
    padding: 0 10px;
    font-size: 0.7rem;
  }
  .product-detail .product-wrapper {
    display: none;
  }
  .product-detail .product-wrapper-mobile {
    display: block;
  }
  .product-detail .menu-wrapper .title {
    width: 100%;
  }
  .product-detail .menu-wrapper .list {
    width: 100%;
  }
  .product-detail .menu-wrapper .list:hover, .product-detail .menu-wrapper .list.active {
    margin-left: 0;
    transition: 0.5s;
    color: #f9e44d;
    border-color: #f9e44d;
  }
  .about {
    padding: 50px 0;
  }
  .about .motto {
    font-size: 1.8rem;
    line-height: 40px;
  }
  .about p {
    text-align: center;
    line-height: 28px;
  }
}
/*# sourceMappingURL=main.css.map */