@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Schoolbell&display=swap");

html,
body {
  scroll-behavior: smooth;
}

.font-luckiest-guy {
  font-family: "Luckiest Guy", cursive;
}

.font-schoolbell {
  font-family: "Schoolbell", cursive;
}

.work-with-text {
  color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

.text-stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}

.heading-text-stroke {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000000;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

/* accordion css */
.text-custom-shadow {
  text-shadow: 4px 4px 0px #000000, 0px 4px 4px #00000040;
}

.py-faq {
  padding-top: 89px;
  padding-bottom: 105px;
}

.bg-custom-size {
  background-size: cover;
}

.text-border-white {
  -webkit-text-stroke: 12px #ffffff;
  color: #000000 !important;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background: #f83628;
}

/* buy css */
.drop-shadow-black {
  text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000,
    -2px -2px 0 #000, 5px 5px 0px #000, 0px 5px 5px #00000040;
}

.text-border {
  -webkit-text-stroke: 2px black;
}

.text-stroke-white {
  position: relative;
  color: black;
}

.text-stroke-white::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 30px white;
  color: transparent;
  z-index: -1;
}

.custom-dashed-border {
  border-bottom: 1px dashed transparent;
  border-image-source: repeating-linear-gradient(to right,
      #a6a6a6 0px,
      #a6a6a6 20px,
      transparent 10px,
      transparent 30px);
  border-image-slice: 1;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

.rotate-bg {
  clip-path: polygon(0% 0%, 100% 0%, 101% 95%, 3% 100%);
}

/* earn css */
.transparent-text {
  color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  text-shadow: 4px 4px 0px #000000, 0px 4px 4px #00000040;
}

.box-clip {
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
}

.work-with-text {
  color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

.shutter {
  transition: transform 1.5s ease-in-out;
  /* Smooth animation */
  transform: translateY(0);
  /* Default position */
}

.shutter.animate {
  transform: translateY(-100%);
  /* Animate upwards */
}
.text-shadow-yellow {
  text-shadow: 10.7px -10.7px 0px #fbdb81;
}
.text-shadow-sm-yellow {
  text-shadow: 6px -6px 0px #fbdb81;
}

@media (max-width: 576px) {
  .work-with-text {
    -webkit-text-stroke-width: 1.5px;
  }

  .transparent-text {
    -webkit-text-stroke-width: 1px;
    text-shadow: 2px 2px 0px #000000;
  }

  .text-custom-shadow {
    text-shadow: 2px 2px 0px #000000, 0px 2px 2px #00000040;
  }

  .text-border {
    -webkit-text-stroke: 1px black;
  }
}
