<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "olivier"; /*memberikan nama bebas untuk font*/
  src: url("../assets/fonts/olivier.ttf"); /*memanggil file font eksternalnya di folder nexa*/
}

:root {
  --dark-grey: #333333;
}

body,
html {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.row {
  padding: 0;
  margin: 0;
}

/* BANNER */
#banner {
  position: relative;
  height: 90vh;
  background-image: linear-gradient(to top, white, white),
    url("../assets/gluta-juicy/gluta-juicy-header.png");
  background-position: left 25% top 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
}

.text-hania {
  font-family: "olivier";
  font-size: 5vw;
  text-shadow: 3px 3px #da4a8a;
}

.text-gluta {
  font-family: "olivier";
  font-size: 10vw;
  text-shadow: 5px 5px #da4a8a;
}

.text-drink {
  font-family: "olivier";
  font-size: 5vw;
  text-shadow: 3px 3px #da4a8a;
}

.text-description {
  font-size: 1.5vw;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100vw;
  margin: 0;
  padding: 16px 0;
  max-width: 100%;
}

.navbar-brand {
  margin-left: 12px;
}

.navbar-brand-centered {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 16px;
}

.banner-caption {
  position: absolute;
  color: white;
  bottom: 15vh;
  left: 50%;
  top: 20vh;
  right: 0;
  width: fit-content;
  transform: translateX(0);
  text-align: center;
  padding-right: 20px;
}

/* AFTER BANNER */
#after-banner {
  margin: 100px auto;
  text-align: center;
}

.after-banner-body {
  color: var(--dark-grey);
  font-size: 16px;
  margin-top: 50px;
}

#after-banner img {
  max-width: 100%;
}

/* INGRIDIENTS */
#ingridients {
  text-align: center;
  margin-bottom: 5%;
}

/* TESTIMONY */
#testimony {
  margin: 0 auto 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #da4a8a;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 60px);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 60px);
}

.testimony-card {
  background-color: white;
  padding: 50px 40px;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  width: auto;
  border-radius: 8px;
  box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1),
    0.1em 0.1em 0.5em rgba(0, 0, 0, 0.1);
}

.testimony-name {
  font-size: 17px;
  font-weight: 700;
  color: #a0ae00;
  margin-bottom: 20px;
}

.testimony-title {
  font-size: 17px;
  font-weight: 700;
  color: #af7b00;
  margin-bottom: 20px;
}

.testimony-details {
  font-size: 16px;
}

.glide__slide {
  height: auto !important;
}

.glide__arrow {
  background-color: white !important;
  color: #af7b00 !important;
  border-radius: 50% !important;
  font-size: 15px;
}

.glide__arrow--left {
  left: -50px !important;
}

.glide__arrow--right {
  right: -50px !important;
  margin-right: 0 !important;
}

/* FOOTER */
footer {
  position: relative;
  margin-top: -5px;
  margin-bottom: -60px;
  overflow-y: hidden;
  background-color: #da4a8a;
}

.footer-bg {
  width: 100vw;
  max-width: 100%;
}

.footer-body {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-20%);
  transform: translateX(-50%);
  text-align: center;
}

.footer-caption {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
}

.footer-cta {
  background-color: #da4a8a;
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 0.7em 2em;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: white;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

.footer-cta:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: white;
  z-index: -1;
}

.footer-cta:hover,
.footer-cta:focus {
  color: #da4a8a;
}

.footer-cta:hover:before,
.footer-cta:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.footer-bottom {
  padding-top: 36px;
  color: white;
  font-size: 13px;
  line-height: auto;
  vertical-align: center;
  text-align: center;
}

.footer-socmed-link {
  margin-bottom: 18px;
}

.footer-socmed-link ul li {
  list-style: none;
  margin-right: 25px;
}

.footer-socmed-link ul li:last-child {
  margin-right: 0;
}

.footer-socmed-link ul {
  display: inline-flex;
  margin: 0;
  padding: 0;
}

.footer-socmed-link ul li a img {
  height: 23px;
}

/* RESPONSIVE */
@media (max-width: 520px) {
  /* BANNER */
  #banner {
    background-position: left 20% top 0;
  }

  .banner-caption {
    transform: translateX(-15%);
    transform: translateY(-20%);
  }

  .text-hania {
    font-family: "olivier";
    font-size: 3vw;
    text-shadow: 2px 2px #da4a8a;
  }

  .text-gluta {
    font-family: "olivier";
    font-size: 7vw;
    text-shadow: 3px 3px #da4a8a;
  }

  .text-drink {
    font-family: "olivier";
    font-size: 3vw;
    text-shadow: 2px 2px #da4a8a;
  }

  .text-description {
    font-size: 1.5vw;
  }

  /* FOOTER */
  .footer-body {
    margin-top: -60px;
  }

  .footer-bottom {
    margin-top: 50px;
  }

  .footer-caption {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: -10px;
    padding: 5px;
  }

  .footer-cta {
    font-size: 12px;
  }

  .footer-socmed-link ul li a img {
    height: 18px;
  }
}

@media (min-width: 520px) {
  .banner-caption {
    transform: translateX(-15%);
    transform: translateY(-18%);
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #banner {
    height: 120vh;
    background-image: linear-gradient(to bottom left, white, white),
      url("../assets/gluta-juicy/gluta-juicy-header.png");
    background-position: left 20% top 0;
  }

  .banner-caption {
    transform: translateY(-5%);
  }

  .navbar {
    padding: 24px 48px;
  }

  .title-caption {
    font-size: 80px;
  }

  .after-banner-body {
    font-size: 20px;
  }

  #ingridients {
    position: relative;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #banner {
    background-position: right 60% top 0;
  }

  .banner-caption {
    transform: translateY(0);
  }
}
</pre></body></html>