body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--bg);
  color: var(--text);
}

code {
  font-family:
    source-code-pro,
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

.arthouse-product-logo {
  border-radius: 12px;
  object-fit: contain;
  background: transparent;
}

.arthouse-product-download {
  white-space: nowrap;
}

.product-main-title {
  margin: 8px 0 10px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.68);
}

.display-6 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.68);
}

.hero-parag,
.ts-vcard p,
.Ss-vcard p,
.Es-vcard p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 500;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.74);
}

.tp-vc-title,
.ss-vc-title,
.Es-vc-title {
  margin-top: 15px;
  margin-bottom: 12px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1.25;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.7);
}

.download-vcard {
  min-height: 350px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 64px 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.1)
    ),
    url("/public/images/products/vcardviewer/download-vcardbg.webp");
  background-size: cover;
  background-position: center;
}

.dc-first-column {
  filter: drop-shadow(2px 2px 2px rgba(28, 28, 28, 0.8));
}

.dc-sec-column {
  margin-top: 70px;
}

.vcard-app-icon {
  object-fit: contain;
  border-radius: 22px;
  background: transparent;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.32));
}

.ts-vcard {
  min-height: 750px;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 70px;
  background-image:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.18),
      rgba(0, 0, 0, 0.08)
    ),
    url("/public/images/products/vcardviewer/tops-vcardbg.webp");
  background-size: cover;
  background-position: center;
}

.ts-vcard-main {
  text-align: center;
}

.ts-vcard-img,
.ss-vcard-img,
.Es-vcard-img {
  display: block;
  width: 60%;
  max-width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(2px 2px 2px rgba(28, 28, 28, 0.85));
}

.Ss-vcard {
  min-height: 500px;
  width: 100%;
  padding: 64px 0;
  background-image:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.18),
      rgba(0, 0, 0, 0.1)
    ),
    url("/public/images/products/vcardviewer/ss-vcardbg.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ss-vcard-main {
  text-align: center;
}

.Es-vcard {
  min-height: 800px;
  width: 100%;
  padding: 64px 0;
  background-image:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.18),
      rgba(0, 0, 0, 0.1)
    ),
    url("/public/images/products/vcardviewer/Es-vcardbg.webp");
  background-size: cover;
  background-position: center;
}

.Es-vcard-main {
  text-align: center;
}

html[data-theme="light"] .download-vcard,
html[data-theme="light"] .ts-vcard,
html[data-theme="light"] .Ss-vcard,
html[data-theme="light"] .Es-vcard {
  background-blend-mode: multiply;
}

@media screen and (max-width: 991px) {
  .arthouse-product-download {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .download-vcard {
    min-height: auto;
    padding: 48px 0;
  }

  .dc-sec-column {
    margin-top: 40px;
  }

  .vcard-app-icon {
    width: 78px;
    height: 78px;
  }

  .ts-vcard,
  .Ss-vcard,
  .Es-vcard {
    min-height: auto;
    padding: 48px 0;
  }

  .Ss-vcard {
    background-attachment: scroll;
  }

  .display-6 {
    font-size: 1.5rem;
  }

  .tp-vc-title,
  .ss-vc-title,
  .Es-vc-title {
    font-size: 1.45rem;
  }

  .hero-parag,
  .ts-vcard p,
  .Ss-vcard p,
  .Es-vcard p {
    font-size: 0.95rem;
  }
}