@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --grey-1: #fafafa;
  --grey-2: #f5f5f5;
  --grey-3: #f0f0f0;
  --grey-4: #d9d9d9;
  --grey-5: #bfbfbf;
  --grey-6: #8c8c8c;
  --grey-7: #595959;
  --grey-8: #434343;
  --grey-9: #262626;
  --grey-10: #1f1f1f;
  --grey-11: #141414;
  --brand: #0070d5;
  --danger: #d32029;
  --warning: #be4e04;
  --success: #31d158;
  --black: black;
  --black-1: rgba(0, 0, 0, 0.02);
  --black-2: rgba(0, 0, 0, 0.04);
  --black-3: rgba(0, 0, 0, 0.06);
  --black-4: rgba(0, 0, 0, 0.15);
  --black-5: rgba(0, 0, 0, 0.25);
  --black-6: rgba(0, 0, 0, 0.45);
  --black-7: rgba(0, 0, 0, 0.65);
  --black-8: rgba(0, 0, 0, 0.85);
  --white: white;
  --white-1: rgba(255, 255, 255, 0.04);
  --white-2: rgba(255, 255, 255, 0.08);
  --white-3: rgba(255, 255, 255, 0.12);
  --white-4: rgba(255, 255, 255, 0.2);
  --white-5: rgba(255, 255, 255, 0.3);
  --white-6: rgba(255, 255, 255, 0.45);
  --white-7: rgba(255, 255, 255, 0.65);
  --white-8: rgba(255, 255, 255, 1);
  --black-light-bg: var(--black-1);
  --black-bg: var(--black-2);
  --black-divider: var(--black-3);
  --black-border: var(--black-4);
  --black-disabled: var(--black-5);
  --black-tertiary: var(--black-6);
  --black-secondary: var(--black-7);
  --black-primary: var(--black-8);
  --white-light-bg: var(--white-1);
  --white-bg: var(--white-2);
  --white-divider: var(--white-3);
  --white-border: var(--white-4);
  --white-disabled: var(--white-5);
  --white-tertiary: var(--white-6);
  --white-secondary: var(--white-7);
  --white-primary: var(--white-8);
  --light-bg: var(--black-1);
  --bg: var(--black-2);
  --divider: var(--black-3);
  --border: var(--black-4);
  --disabled: var(--black-5);
  --tertiary: var(--black-6);
  --secondary: var(--black-7);
  --primary: var(--black-8);
  --bg-0: white;
  --bg-1: var(--grey-1);
  --bg-2: var(--grey-2);
  --bg-3: var(--grey-4);
  --bg-4: var(--grey-6);
  --bg-5: var(--grey-8);
  --bg-6: var(--grey-10);
  --bg-7: var(--grey-11);
}

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 600;
}

.banner h1,
.banner h2,
.banner h3,
.banner h5,
.banner h6,
.banner p {
  margin: 0;
}

.dark,
.dark p,
.dark td {
  color: #fff;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.button.is-outline,
input[type="button"].is-outline,
input[type="reset"].is-outline,
input[type="submit"].is-outline {
  border: 1px solid;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  margin: 0;
  min-height: 32px;
  line-height: 32px;
  border-radius: 99px;
}

.primary.is-link,
.primary.is-outline,
.primary.is-underline {
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  margin: 0;
  min-height: 32px;
  line-height: 32px;
  transition: unset !important;
  color: var(--fs-color-base) !important;
}

.primary.is-link:hover,
.primary.is-underline:hover {
  text-decoration: underline;
  opacity: 1 !important;
}

.primary.is-outline:hover {
  background-color: transparent !important;
}

.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
  border-radius: 6px;
}

/* home */
.home1 .banner p {
  color: rgba(0, 0, 0, 0.45) !important;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.home1 .banner h2 img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.home1 .banner h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.home1 .banner .button:last-of-type {
  margin-left: 10px;
}

.home1 .banner + .row:not(.row-collapse) {
  margin-top: 20px;
}

.home2 .flickity-viewport {
  overflow: unset;
}

.home2 .flickity-slider > .banner {
  opacity: 1;
  margin: 0 10px;
}

.home2 .banner p {
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding-bottom: 4px;
}

.home2 .banner h3 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding-bottom: 4px;
}

.home3 {
  padding-top: 96px;
}

.home3 .title {
  max-width: 693px;
  text-align: center;
  margin: auto;
  margin-bottom: 48px;
}

.home3 .title h2 {
  font-size: 40px;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}

.home3 .title p {
  margin-top: 24px;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 0;
}

.home3 .banner p {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: 20px;
}

.home3 .banner h3 {
  margin-top: 8px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}

.home3 .banner .button {
  font-size: 16px;
}

.home4 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.home4 .title {
  text-align: center;
  margin: auto;
  margin-bottom: 48px;
}

.home4 .title h2 {
  font-size: 40px;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}

.home4 .title p {
  margin-top: 24px;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 0;
}

.home4 .banner h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  color: rgb(255, 255, 255) !important;
}

.home4 .banner p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  text-align: center;
  color: rgb(255, 255, 255) !important;
}

.home4 .banner .button {
  color: #fff !important;
  margin-top: 16px;
}

.home5 {
  padding: 64px 0px 44px;
  background-color: rgb(247, 249, 250);
}

.home5 .primary.is-link {
  font-size: 16px;
}

/* product */
.title p {
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
  display: inline-block;
  margin-left: 30px;
}

.title h2 {
  font-size: 44px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  display: block;
}

.product1 .banner p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.65) !important;
  line-height: 52px;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.product1 .banner .button:not(.is-outline) {
  border: 1px solid;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  margin: 0;
  min-height: 40px;
  line-height: 40px;
  border-radius: 99px;
  border-color: #fff;
  color: #000 !important;
  padding: 0 20px;
}

.product1 .banner .button.is-outline {
  min-height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.box-ct1 {
  border-radius: 16px;
  overflow: hidden;
}

.box-ct1.box-overlay.dark .box-text {
  padding: 48px;
  text-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.box-ct1 .overlay {
  display: none !important;
}

.box-ct2 {
  border-radius: 16px;
  overflow: hidden;
}

.product3 .t-top h2 {
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -0.03em;
  margin-left: auto;
  margin-right: auto;
}

.product3 .t-top p {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.03em;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.product4 .t-top h3 {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.03em;
  margin-left: auto;
  margin-right: auto;
}

.product4 .t-top p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.03em;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.product5 .t-top h3 {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.03em;
  margin-left: auto;
  margin-right: auto;
}

.product5 .t-top p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.03em;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.product5 .banner {
  border-radius: 16px;
  overflow: hidden;
}

.product6 .container {
  max-width: 820px;
}

.product6 .container h3 {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  width: 796px;
  margin: 0 auto 16px;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 125%;
  letter-spacing: -0.03em;
  color: var(--white-primary);
}

.product6 .container p {
  color: var(--white-secondary);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  width: 796px;
  margin: 0 auto;
  line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 150%;
  letter-spacing: -0.02em;
}

.product6 .banner {
  border-radius: 16px;
  overflow: hidden;
}

.product7 .t-top h2 {
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -0.03em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.product7 .t-top h3 {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.03em;
  margin-left: auto;
  margin-right: auto;
}

.product7 .t-top p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.03em;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.product7 .banner {
  border-radius: 16px;
  overflow: hidden;
}

.product7.sang .t-top h3,
.product7.sang .t-top p {
  color: var(--black-primary) !important;
}

.product7 .t-content h4 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.03em;
  margin-bottom: 0px;
}

.product7 .t-content p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-top: 16px;
}

.product7 .t-content img {
  border-radius: 16px;
}

.product8 .box-ct1 h4 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.03em;
}

.product8 .box-ct1 p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-top: 16px;
}

.product8 .box-ct1 .button {
  display: block;
  width: fit-content;
  margin-top: 24px;
}

.woocommerce-variation-add-to-cart,
form.cart {
  display: none;
}

.product-contact-form-box {
  padding: 16px;
  border-radius: 16px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border: 1px solid;
}

.product-contact-form-box input[type="text"],
.product-contact-form-box input[type="tel"],
.product-contact-form-box textarea {
  padding: 11px 12px 11px 12px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 8px 8px 8px 8px;
  background: #fff;
  height: 40px;
  box-shadow: none !important;
}

.product-contact-form-box textarea {
  min-height: 80px;
}

.product-contact-form-box input[type="submit"] {
  margin: 0;
  height: 40px;
  width: 100%;
  border-radius: 99px;
  font-size: 16px;
}

.wpcf7-spinner {
  display: none !important;
}

#footer {
  font-size: 12px;
  background-color: rgb(39, 39, 39);
  padding-top: 80px;
}

#footer ul {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
}

#footer ul li {
  margin: 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .box-ct1.box-overlay.dark .image-cover,
  .box-ct2 {
    padding-top: 100% !important;
  }

  .box-ct1.box-overlay.dark .box-text p {
    font-size: 14px !important;
  }

  .product3 .t-top h2,
  .product7 .t-top h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.03em;
  }

  .product4 .t-top h3,
  .product5 .t-top h3,
  .product6 .container h3,
  .product7 .t-top h3,
  .product7 .t-content h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: var(--white-primary);
    max-width: 100%;
  }

  .product7 .t-content h4 {
    color: var(--black-primary) !important;
  }

  .product3 .t-top p,
  .product4 .t-top p,
  .product5 .t-top p,
  .product6 .container p,
  .product7 .t-top p {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: -0.02em;
    margin-top: 16px;
    max-width: 100%;
  }

  .is-full-height {
    height: auto;
    min-height: 300px;
  }

  .product8 .box-ct1 h4 {
    font-size: 18px;
  }

  .product p {
    line-height: 1.4;
  }

  .home1 .banner {
    padding-top: 280px !important;
  }

  .home1 .flickity-page-dots {
    display: none !important;
  }

  .home4 .title h2 {
    font-size: 32px;
  }
}
