:root {
  --rotation: 0deg;
  --translationY: 0vh;
  --cardNumber: 9;
  --cardNumberdeg: 40deg;
}

@font-face {
  font-family: "Apfel Grotezk Placeholder";
  src: url("/static/fonts/ApfelGrotezk-Brukt.woff") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #000;
  overflow-x: hidden;
  /* font-family: "Playfair Display", serif; */
}

.split-text video {
  width: 112px;
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.about-us h2,
.btn-custom {
  color: #1d1e21 !important;
}

.navbar {
  margin-top: 2px !important;
  padding-left: 25px;
  padding-right: 25px;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand > h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.navbar-collapse {
  display: flex !important;
  align-items: end;
  justify-content: end;
}

.btn-custom {
  background-color: #151515;
  color: #fff !important;
  line-height: 1.17648;
  border-style: solid;
  border-width: 2px;
  border-color: #966d2f;
  min-width: 28px;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s;
  margin: 0;
}

.white-btn {
  border-radius: 5px;
  background-color: #ffff;
  color: #151515;
  padding: 3px 14px;
  font-size: 10px;
  line-height: 30px;
}

.alert {
  width: 100%;
  max-width: 100%;
  padding: 24px;
  background: white;
  color: rgb(14, 30, 37);
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 16%);
  display: none;
}

.alert.alert-success {
  display: block;
}

.socials a {
  transition: 0.3s ease-in-out;
  padding: 10px;
  border-radius: 100%;
}

.socials a:hover {
  background: #8080805e;
}

.banner-subtitle {
  font-size: 1.25vmax;
  line-height: 1.8em;
  font-weight: 400;
  z-index: 3;
  max-width: 515px;
  color: #fff;
}

.rainbow-text {
  color: transparent;
  background: linear-gradient(
    74deg,
    var(--bard-color-brand-text-gradient-stop-1) 0,
    var(--bard-color-brand-text-gradient-stop-2) 9%,
    var(--bard-color-brand-text-gradient-stop-3) 20%,
    var(--bard-color-brand-text-gradient-stop-3) 24%,
    var(--bard-color-brand-text-gradient-stop-2) 35%,
    var(--bard-color-brand-text-gradient-stop-1) 44%,
    var(--bard-color-brand-text-gradient-stop-2) 50%,
    var(--bard-color-brand-text-gradient-stop-3) 56%,
    #1b1c1d 75%,
    #1b1c1d 100%
  );
  --bard-color-brand-text-gradient-stop-1: #4285f4;
  --bard-color-brand-text-gradient-stop-2: #9b72cb;
  --bard-color-brand-text-gradient-stop-3: #d96570;
  --bard-color-brand-text-gradient-v2-stop-1: #3983ff;
  --bard-color-brand-text-gradient-v2-stop-2: #3e6af0;
  --bard-color-brand-text-gradient-v2-stop-3: #579fff;
  --bard-color-input-area-buttons-hover-background: #e8eaed;
  --bard-color-sidenav-mobile-controls: #e3e3e3;
  --bard-color-sidenav-scrim: rgba(19, 19, 20, 0.4);
  --bard-color-get-app-banner-background: #004a77;
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 3;
}

.grid-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem;
}

.image-item {
  width: 150px;
  height: 200px;
  flex-shrink: 0;
  background-color: #333;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: rotateZ(-5deg) rotateY(10deg);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.image-item:nth-child(even) {
  transform: rotateZ(5deg) rotateY(-10deg);
}

.featured-item {
  width: 250px;
  height: 350px;
  transform: rotateZ(0deg) rotateY(0deg) scale(1.1);
  z-index: 10;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2),
    0 10px 10px -5px rgba(0, 0, 0, 0.1);
}

.image-item img {
  border-radius: 0.75rem;
}

.image-item:hover {
  transform: scale(1.05) rotateZ(0deg) rotateY(0deg);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2),
    0 10px 10px -5px rgba(0, 0, 0, 0.1);
  z-index: 20;
}

@media (min-width: 768px) {
  .grid-container {
    flex-wrap: nowrap;
    overflow-x: hidden;
  }

  .image-item {
    width: 200px;
    height: 250px;
  }

  .featured-item {
    width: 300px;
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .image-item {
    width: 220px;
    height: 280px;
  }

  .featured-item {
    width: 350px;
    height: 450px;
  }
}

.about-us {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  z-index: 9999;
  position: relative;
  background: #fff;
  margin-top: 2rem;
  visibility: hidden;
}

.about-us div {
  margin: auto;
}

.about-us .header {
  font-size: 27px;
  z-index: 3;
  position: relative;
}

.about-desc {
  font-size: 20px;
  color: #1d1e21 !important;
  margin-bottom: 0px;
}

.about-us h2 {
  font-size: 22px;
}

.features > div {
  background-color: #1d1e21;
}

.skillset > a {
  border-color: #1d1e21;
}

.ftco-intro {
  padding-top: 2rem;
}

.banner-video-wrapper {
  height: 1000px;
  top: -70%;
}

.ftco-navbar-light {
  z-index: 1001 !important;
}

.navbar-nav > .nav-item > .nav-link {
  padding-bottom: 1rem !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #fff !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.nav-link {
  padding: 0.5rem;
  transition: color 0.3s, transform 0.3s;
  border-bottom: 2px solid transparent;
}

.nav-item:hover .nav-link {
  color: rgb(176, 176, 176) !important;
}

.ftco-intro.banner {
  height: 180vw;
  z-index: 999;
}


.banner-content {
  position: relative;
  /* height: 40rem; */
  width: 100%;
}

.banner-slogan-2 h4,
.banner-slogan h4 {
  font-weight: 900;
  padding: 0 25px;
  word-spacing: -3px;
  font-family: "Anton SC", sans-serif;
}

.banner-slogan h4 {
  line-height: 3vw;
  font-size: 2.5vw;
}

.banner-slogan-2 h4 {
  line-height: 1.6vw;
  font-size: 1.3vw;
}

.tattoos-grid-layout {
  grid-auto-columns: 1fr;
  display: grid;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-flow: row;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3rem;
}

.grid-item {
  height: 482px;
  max-height: 482px;
  width: auto;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid-item:hover {
  -moz-transform: rotate3d(0,1,0,180deg);
    -webkit-transform: rotate3d(0,1,0,180deg);
    -ms-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg);
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.grid-overlay {
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 0%) 0%,
    rgb(0 0 0 / 50%) 50%,
    #000 100%
  );
}

.grid-item-info {
  padding: 10px 15px;
}

.grid-item h6 {
  font-family: "Cabin Sketch", sans-serif;
  color: #151515;
  margin: 0;
}

.grid-item span {
  font-family: "Cabin Sketch", sans-serif;
  color: #fff;
}

.semibold {
  text-align: left;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #333332;
  margin-bottom: auto;
  font-family: Inter, sans-serif;
  line-height: 30px;
}

.content-description {
  border-radius: 12px;
}

.content-description h4 {
  color: #151515;
  margin: 24px 24px 8px;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Cabin Sketch", sans-serif;
}

.content-description > div {
  color: #626262;
  margin: auto 24px 24px;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
  max-width: 450px;
  text-align: center;
  font-family: "Cabin Sketch", sans-serif;
}

.tattoos {
  /* height: 80rem; */
  padding: 8rem 0;
  background-color: #000;
  padding-bottom: 7rem;
}

#skullViewer {
  width: 100%;
  height: 220vw;
}

.items-wrapper {
  background-color: #000;
}

.video-wrapper {
  display: flex;
}

/* .video-wrapper .image-container {
    position: absolute;
    bottom: 3rem;
    right: -6rem;
} */

.video-wrapper .image-container > div > a {
  border-radius: 23px;
  padding-right: 14px;
}

.video-wrapper .image-container > div > div > img {
  border-radius: 20px;
}

.video-subtitle {
  font-family: "Cabin Sketch", sans-serif;
  color: #151515;
  margin: 0;
}

.item-1,
.item-2 {
  margin-top: 10px;
  width: 150px;
  background: rgb(255 255 255 / 1);
  padding: 6px;
  transform: translateY(-33%) rotate(-4deg);
}

.item-3 {
  background-color: #151515;
  transform: translateY(-33%) rotate(-4deg);
}

.blog-entry .text {
  padding: 55px 30px 20px 30px;
}

.item-feature > span {
  font-size: 15px;
}

.consultation-container {
  padding: 4em 0 !important;
  background-color: #000;
}

.consultation-container .consultation-form {
  margin: auto;
  border-radius: 4rem;
}

.consultation-section-title > h1 {
  font-size: 53px;
  font-weight: 500;
  line-height: 58px;
}

.consultation-form h6 {
  color: rgb(180, 180, 180);
  max-width: 43%;
}

.consultation-form > div:nth-child(1) {
  width: 50%;
}

.consultation-form-fields {
  max-width: 800px;
}

.consultation-form > div:nth-child(2) > h1 {
  font-weight: 800;
  font-size: 26px;
  max-width: 55%;
}

.consultation-form > div:nth-child(2) > span {
  max-width: 90%;
  font-size: 17px;
  line-height: 25px;
}

.form-control {
  height: 39px !important;
  background-color: #000 !important;
  border: 1px solid #8a8888;
  color: #fff !important;
}

.form-control::placeholder {
  color: #fff !important;
}

#nextMonth,
#prevMonth {
  height: 38px;
  width: 38px;
}

#nextMonth > svg,
#prevMonth > svg {
  fill: #606060;
}

.week-day {
  height: 50px;
}

[data-date] {
  height: 50px;
  border: 0.5px solid #4580f71a;
  /* background-color: #000 !important; */
}

[date-date].disabled {
}

.weekdays {
  background-color: #151515;
}

#days-container,
.weekdays {
  border: 0.5px solid #4580f71a;
}

[data-date].bg-primary {
  background-color: #15151524;
  color: #151515;
}

.current-month {
  background-color: #151515;
}

#currentMonth {
  font-size: 17px;
}

.submit-form {
  background-color: #fff;
  color: #151515;
  padding: 0.5rem;
  /* border-radius: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 800;
}

.submit-form:hover {
  background-color: #2e2e2e;
  color: #fff;
}

.submit-form:focus {
  background-color: #151515;
  color: #fff;
}

.devices {
  overflow: hidden;
}

.navbar-brand .icon-logo {
  width: 106px !important;
  height: auto;
}

.tattoo-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 18px 0;
}

.tattoo-marquee__text {
  display: inline-block;
  padding-right: 60px;
  color: #e2e2e2;
  /* font-family: 'Cinzel', 'Times New Roman', serif; */
  font-weight: 900;
  letter-spacing: 1.5px;
  font-size: 26rem;
  text-transform: uppercase;
  position: relative;
  animation: tattoo-scroll 125s linear infinite;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 0.15;
}

.tattoo-marquee__text--clone {
  position: absolute;
  top: 18px;
  left: 200%;
  animation-delay: 12.5s;
}

@keyframes tattoo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .tattoo-marquee {
    padding: 12px 0;
  }
  .tattoo-marquee__text {
    font-size: 1rem;
    animation-duration: 20s;
  }
  .tattoo-marquee__text--clone {
    top: 12px;
  }
}

.ftco-intro h1,
.ftco-intro .h1 {
  font-size: 12.78vw !important;
  font-weight: 800;
  /* color: rgb(226, 225, 223); */
}

h1.split-text > div {
  line-height: 8rem !important;
}

.heading-section h2,
.heading-section .h2 {
  font-size: 45px;
  font-family: "Cabin Sketch", sans-serif;
  max-width: 426px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

.photos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  width: 100%;
  margin: 0 auto;
}

.items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(800px, 1fr));
  width: 100%;
  margin: 0 auto;
}

.img-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  aspect-ratio: 1 / 1;
  height: 450px;
  width: 100%;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center top;
  transition: 1s;
}

.img-box:hover .img-box img {
  transform: scale(1.1);
}

.content-box {
  background: #f7f7f7;
}

.content-box p {
  font-family: "Cabin Sketch", sans-serif;
}

.service-item {
  font-family: "Cabin Sketch", sans-serif;
}

.service-item span {
  font-size: 22px;
  /* color: #151515; */
}

.items-grid h4 {
  font-family: "Cabin Sketch", sans-serif;
  /* color: #151515; */
  font-size: 35px;
  margin: 0;
}

.items-grid span {
  font-family: "Cabin Sketch", sans-serif;
  color: #151515;
  font-size: 22px;
}

.items-grid > div > div {
  padding: 0 9rem;
}

.content-box.black,
.tattoo-studio {
    margin-top: 2rem;
  background-color: #000;
}

.floating-images {
  overflow: hidden;
  height: 1500px;
}

@keyframes border-load {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  51% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.animate-border-load {
  animation: border-load 3s ease-in-out infinite;
}

.img-wrapper {
  width: 350px;
  border-radius: 35px;
  padding: 60px;
  position: relative;
  border: 1px solid #fff;
  --tw-shadow: 0 0 50px -10px #fff;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  animation: float 3s ease-in-out infinite;
  will-change: transform, box-shadow;
}

@keyframes float {
  0%,
  100% {
    box-shadow: 0 0 50px -10px rgba(255, 255, 255, 0.8);
  }
  25% {
    box-shadow: 0 0 55px -9px rgba(255, 255, 255, 0.85);
  }
  50% {
    box-shadow: 0 0 65px -7px rgba(255, 255, 255, 0.9);
  }
  75% {
    box-shadow: 0 0 55px -9px rgba(255, 255, 255, 0.85);
  }
}

.tag {
  border: 1px solid rgb(148, 148, 148);
  font-family: "Cabin Sketch", sans-serif;
  padding: 10px 15px;
}

@keyframes bounce1 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes bounce2 {
  0%,
  100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}

.ftco-footer {
  opacity: 1;
}

.footer-logo {
  width: 106px !important;
  height: auto;
}

.services-list {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 0px;
  display: grid;
  width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.img-wrapper {
  z-index: 9999;
  background-color: #000;
}

.floating-image {
  position: absolute;
  z-index: 10;
  opacity: 0.7;
  transform: translate(var(--start-x, 0), var(--start-y, 0)) scale(0.85);
  transition: transform 1.8s cubic-bezier(0.2, 0.8, 0.4, 1),
    opacity 0.6s ease-out;
}

.floating-image.in-view {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  z-index: 20;
}

.loading-wrapper {
  font-family: "Cabin Sketch", sans-serif;
  font-size: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #000;
  box-shadow: 0 0 300px 10px rgba(0, 0, 0, 0.4) inset;
  padding: 0;
  margin: 0;
  z-index: 999999;
}

.loading {
  color: transparent;
  letter-spacing: 1.5vw;
  display: flex;
  perspective: 600px;
  animation: grow 1s ease forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
    color: transparent;
  }
  10% {
    color: white;
  }
  50% {
    transform: scale(1.1);
    color: white;
  }
  100% {
    transform: scale(0.9);
    color: white;
  }
}
@keyframes shrink {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes grow {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.1);
  }
}

.social-proof,
.social-proof h2 {
  font-family: "Cabin Sketch", sans-serif;
}

.social-proof h2 {
  font-size: 13px !important;
  margin-bottom: 10px !important;
  margin-top: 20px !important;
}

.video-wrapper {
  height: 800px;
}

.event-date {
  color: #fff;
}

.book-event {
  font-weight: 800;
  color: #fa862e;
}

.book-event.marmaris-event {
  font-weight: 800;
  color: #3e846c;
}

.book-event.china-event {
  color: #f8d225;
  font-weight: 800;
}

.book-event.madrid-event {
  color: #ee4a2b;
  font-weight: 800;
}

.book-event > .date-bg,
.event-date > .date-bg {
  height: 100%;
  width: 100%;
  z-index: -1;
  padding: 30px;
  rotate: 358deg;
}

.book-event > span:nth-of-type(2),
.event-date > span:nth-of-type(2) {
  rotate: 358deg;
}

.event-date > .date-bg.london {
  background-color: #fa862e;
}
.event-date > .date-bg.china {
  background-color: #f8d225;
}

.event-date > .date-bg.marmaris {
  background-color: #3e846c;
}
.event-date > .date-bg.madrid {
  background-color: #ee4a2b;
}

.book-event > .date-bg.marmaris,
.book-event > .date-bg.china,
.book-event > .date-bg.london,
.book-event > .date-bg.madrid {
  background-color: #fff;
}

.transparent-btn {
  padding: 8px 30px;
  background: none !important;
  border: 2px solid #fff;
}

.event-info,
.event-bg,
.event-footer {
  display: none;
}

.event-info.active,
.event-footer.active {
  display: flex !important;
}

.event-info {
  z-index: 1;
}

.event-footer {
  z-index: 2;
}

.event-bg.active {
  display: block !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

[data-next-event] {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: white;
  transition: width 50ms linear;
  z-index: 1;
}

[data-next-event] > * {
  position: relative;
  z-index: 2;
}

.event-bg img {
  position: absolute;
  bottom: 0;
}

.event-footer .absolute {
  font-size: 1.5vw;
}

/* canvas {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
} */

@layer normalize, base, demo, stick, effect, srollbar, debug;

@layer debug {
  [data-debug="true"] li {
    outline: 0.05em dashed currentColor;
  }
  [data-debug="true"] :is(h2, li:last-of-type) {
    outline: 0.05em dashed canvasText;
  }
}

@layer scrollbar {
  @property --hue {
    initial-value: 0;
    syntax: "<number>";
    inherits: false;
  }
  @property --chroma {
    initial-value: 0;
    syntax: "<number>";
    inherits: true;
  }

  [data-sync-scrollbar="true"] {
    scrollbar-color: oklch(var(--lightness) var(--chroma) var(--hue)) #0000;
  }
  @supports (animation-timeline: scroll()) and (animation-range: 0% 100%) {
    [data-sync-scrollbar="true"][data-animate="true"] {
      timeline-scope: --list;
      scrollbar-color: oklch(var(--lightness) var(--chroma, 0) var(--hue)) #0000;
      -webkit-animation-name: change, chroma-on, chroma-off;
      animation-name: change, chroma-on, chroma-off;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      animation-range: entry 50% exit 50%, entry 40% entry 50%,
        exit 30% exit 40%;
      animation-timeline: --list;
      ul {
        view-timeline: --list;
      }
    }
  }

  @-webkit-keyframes change {
    to {
      --hue: var(--end);
    }
  }

  @keyframes change {
    to {
      --hue: var(--end);
    }
  }
  @-webkit-keyframes chroma-on {
    to {
      --chroma: 0.3;
    }
  }
  @keyframes chroma-on {
    to {
      --chroma: 0.3;
    }
  }
  @-webkit-keyframes chroma-off {
    to {
      --chroma: 0;
    }
  }
  @keyframes chroma-off {
    to {
      --chroma: 0;
    }
  }
}

@layer effect {
  :root {
    --start: 0;
    --end: 360;
    --lightness: 65%;
    --base-chroma: 0.3;
  }
  [data-theme="dark"] {
    --lightness: 75%;
  }
  [data-theme="light"] {
    --lightness: 65%;
  }
  @media (prefers-color-scheme: dark) {
    :root { --lightness: 75%; }
  }
  ul {
    --step: calc((var(--end) - var(--start)) / (var(--count) - 1));
  }
  :root {
    --gradient-stop-1: #4285f4;
    --gradient-stop-2: #9b72cb;
    --gradient-stop-3: #d96570;
    --gradient-v2-stop-1: #3983ff;
    --gradient-v2-stop-2: #3e6af0;
    --gradient-v2-stop-3: #579fff;
  }

  .scroll-texts ul {
    z-index: 3;
  }
  .scroll-texts li {
    opacity: 0.2;
    transition: opacity 0.3s ease;
  }

  .scroll-texts li:nth-child(1) {
    color: #4285f4;
  }
  .scroll-texts li:nth-child(2) {
    color: #9b72cb;
  }
  .scroll-texts li:nth-child(3) {
    color: #d96570;
  }
  .scroll-texts li:nth-child(4) {
    color: #3983ff;
  }

  .scroll-texts li:last-child {
    color: transparent;
    opacity: 0.2;
    background: linear-gradient(
      74deg,
      var(--gradient-stop-1) 0,
      var(--gradient-stop-2) 9%,
      var(--gradient-stop-3) 20%,
      var(--gradient-stop-3) 24%,
      var(--gradient-stop-2) 35%,
      var(--gradient-stop-1) 44%,
      var(--gradient-stop-2) 50%,
      var(--gradient-stop-3) 56%,
      var(--gradient-v2-stop-1) 75%,
      var(--gradient-v2-stop-2) 100%
    );
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-flow 8s linear infinite;
  }

  @supports (animation-timeline: scroll()) and (animation-range: 0% 100%) {
    .scroll-texts li {
      view-timeline-name: --text-reveal;
      view-timeline-axis: block;
      animation: fade-text both linear;
      animation-timeline: --text-reveal;
      animation-range: cover 40% cover 60%;
    }
  }

  .scroll-texts li:last-child {
    opacity: 0.2;
  }

  .scroll-texts li.active {
    opacity: 1;
  }

  .scroll-texts li.in-view {
    opacity: 1;
  }

  @keyframes gradient-flow {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 300% 50%;
    }
  }

  @keyframes fade-text {
    0%,
    100% {
      opacity: 0.2;
    }
    50% {
      opacity: 1;
    }
  }

  .scroll-texts li {
    transition: opacity 0.3s ease-out;
    z-index: 3;
  }

  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 200% 50%;
    }
  }

  @supports (animation-timeline: scroll()) and (animation-range: 0% 100%) {
    [data-animate="true"] {
      .scroll-texts li {
        opacity: 0.2;
        -webkit-animation-name: brighten;
        animation-name: brighten;

        &:first-of-type {
          --start-opacity: 1;
        }
        &:last-of-type {
          --brightness: 1;
          --end-opacity: 1;
        }
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        animation-range: cover calc(50% - 1lh) calc(50% + 1lh);
        animation-timeline: view();
      }
    }

    @-webkit-keyframes brighten {
      0% {
        opacity: var(--start-opacity, 0.2);
      }
      50% {
        opacity: 1;
        filter: brightness(var(--brightness, 1.2));
      }
      100% {
        opacity: var(--end-opacity, 0.2);
      }
    }

    @keyframes brighten {
      0% {
        opacity: var(--start-opacity, 0.2);
      }
      50% {
        opacity: 1;
        filter: brightness(var(--brightness, 1.2));
      }
      100% {
        opacity: var(--end-opacity, 0.2);
      }
    }
  }
}

@layer stick {
  .scroll-texts:first-of-type {
    --font-level: 6;
    display: flex;
    line-height: 1.25;
    width: 100%;
    padding-left: 5rem;
  }
  .scroll-texts:last-of-type {
    min-height: 100vh;
    display: flex;
    place-items: center;
    width: 100%;
    justify-content: center;

    h2 {
      --font-level: 6;
    }
  }
  .scroll-texts:first-of-type h2 {
    position: sticky;
    top: calc(50% - 0.5lh);
    font-size: inherit;
    margin: 0;
    display: inline-block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-weight: 600;
  }
  .scroll-texts ul {
    font-weight: 600;
    padding-inline: 0;
    margin: 0 !important;
    list-style-type: none;
  }

  [data-snap="true"] {
    -ms-scroll-snap-type: y proximity;
    scroll-snap-type: y proximity;

    li {
      scroll-snap-align: center;
    }
  }

  .scroll-texts h2,
  .scroll-texts li:last-of-type {
    background: linear-gradient(
      canvasText 50%,
      color-mix(in oklch, canvas, canvasText 25%)
    );
    -webkit-background-clip: text;
    background-clip: text;
    /* color: #0000; */
  }
}

@layer demo {
  header {
    min-height: 100vh;
    display: flex;
    place-items: center;
    width: 100%;
    padding-inline: 5rem;
  }

  footer {
    padding-block: 2rem;
    opacity: 0.5;
  }

  .scroll-texts h1 {
    --font-size-min: 24;
    --font-level: 8;
    text-wrap: pretty;
    line-height: 0.8;
    margin: 0;
    background: linear-gradient(
      canvasText 60%,
      color-mix(in oklch, canvas, canvasText)
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: #0000;
  }
}

@layer base {
  :root {
    --font-size-min: 14;
    --font-size-max: 20;
    --font-ratio-min: 1.1;
    --font-ratio-max: 1.33;
    --font-width-min: 375;
    --font-width-max: 1500;
  }

  [data-theme="light"] {
    color-scheme: light only;
  }

  [data-theme="dark"] {
    color-scheme: dark only;
  }

  :where(.fluid) {
    --fluid-min: calc(
      var(--font-size-min) * pow(var(--font-ratio-min), var(--font-level, 0))
    );
    --fluid-max: calc(
      var(--font-size-max) * pow(var(--font-ratio-max), var(--font-level, 0))
    );
    --fluid-preferred: calc(
      (var(--fluid-max) - var(--fluid-min)) /
        (var(--font-width-max) - var(--font-width-min))
    );
    --fluid-type: clamp(
      (var(--fluid-min) / 16) * 1rem,
      ((var(--fluid-min) / 16) * 1rem) -
        (((var(--fluid-preferred) * var(--font-width-min)) / 16) * 1rem) +
        (var(--fluid-preferred) * var(--variable-unit, 100vi)),
      (var(--fluid-max) / 16) * 1rem
    );
    font-size: var(--fluid-type);
  }

  :where(.x-link, .bear-link):is(:hover, :focus-visible) {
    opacity: 1;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

div.tp-dfwv {
  position: fixed;
}

.content.fluid h2 {
  font-size: 102px;
  line-height: normal;
  z-index: 3;
}

.tattoo-gun {
  width: 40%;
}

.video-banner{
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

.video-banner video {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 70%;
  display: flex;
  object-fit: cover;
}

.video-banner h1{
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 15vw;
  text-align: center;
  text-wrap: nowrap;
  inset: 0;
  display: grid;
  place-items: center;
  mix-blend-mode: screen;
  background-color: #000;
  font-weight: 800;
  mix-blend-mode: multiply;
  user-select: none;
}

/* .map-tour {
  height:50rem;
} */

.social-media {
  height: 600px;
}

.social-media a {
  width: 180px;
}

.social-media h2 div span {
  font-weight: 8000;
  letter-spacing: 1px;
  font-family: "Dancing Script", cursive;
}

.social-media > div {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.bio {
  height: 900px;
}

.bio img {
  height: 100%;
}

.features-wrapper {
  width: 100%;
  height: 100%;
}

.features-wrapper > div {
  height: 100%;
}

button.color {
  padding-inline-start: 14px;
  padding-inline-end: 14px;
  height: 60px;
  background-color: #151515;
  border-color: #151515;
}

.features-wrapper button div {
  background-color: #f77314;
}

button.color div::after {
  content: "";
  display: block;
  position: absolute;
  height: inherit;
  width: inherit;
  background-image: conic-gradient(from 90deg,rgba(255,255,255,0.08) 0deg,rgba(255,255,255,0.48) 64.8deg,rgba(255,255,255,0.48) 115.2deg,rgba(255,255,255,0.08) 180deg,rgba(255,255,255,0) 208.8deg,rgba(255,255,255,0) 331.2deg,rgba(255,255,255,0.08) 360deg);
  mask-image: radial-gradient(circle at 50% 50%, transparent calc(23px / 2 - 1.5px), black calc(23px / 2 - 0.5px));
  mask-size: 100% 100%;
  mask-clip: initial;
  border-radius: 100%;
}

.tattoo-image {
  height: 100%;
  width: 377px;
}

.flying-letters {
  height: 27rem;
  width: 100%;
}

.letters-canvas {
  position: absolute;
  /* left: 0; */
  right: 0;
  top: 0;
  bottom: 0;
}

/* .hidden-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: radial-gradient(circle 100px at 50% 50%, #000 0%, #000 100%);
  pointer-events: none;
  transition: background 5s ease-out;
} */

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #22c55e;
  box-shadow: 0 0 0 rgba(34, 197, 94, 0.4);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

.spline-viewer {
  position: relative;
  width: 700px;
  z-index: -1;
  pointer-events: none;
}

.robot-head-canvas .cursor-disabled {
  pointer-events: none;
  z-index: -1;
}

.robot-head-canvas .cursor-active {
  pointer-events:initial;
  z-index: 2;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-expand {
  width: 200vw !important;
  height: 200vw !important;
  border-radius: 0 !important;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.moving-cards {
  display: flex;
  gap: 25px;
  width: max-content;
  animation: scrollLeft 20s linear infinite;
}

.moving-cards-wrapper {
  margin-top: 2rem;
  overflow: hidden;
  width: 100%;
}

.moving-cards > div {
  min-width: 350px;
  width: 350px;
  height: 450px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.moving-cards > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.moving-cards:hover {
  animation-play-state: paused;
}

.mannequin-figure {
  height: 220vw;
}

.convention-award {
  position: absolute;
  bottom: -76rem;
  height: 350px;
}

.convention-award img {
  border-radius: 12px;
}
