@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@media only screen and (max-width: 991px) {
  html:has(.decifun-banner), body:has(.decifun-banner), main:has(.decifun-banner) {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  html:has(.decifun-banner) .decifun-banner, body:has(.decifun-banner) .decifun-banner, main:has(.decifun-banner) .decifun-banner {
    height: 100% !important;
  }
}

.banner.decifun-banner {
  height: 100vh;
  padding-top: var(--headerheight);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1440px) and (max-height: 650px) {
  .banner.decifun-banner {
    display: block;
  }
}
@media only screen and (max-width: 1230px) {
  .banner.decifun-banner {
    display: block;
  }
}
.banner.decifun-banner .dcf-wrap .content-dcf {
  text-align: center;
  margin-bottom: 72px;
  padding: 0 15px;
}
@media only screen and (max-width: 1440px) and (max-height: 650px) {
  .banner.decifun-banner .dcf-wrap .content-dcf {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 1280px) {
  .banner.decifun-banner .dcf-wrap .content-dcf {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.banner.decifun-banner .dcf-wrap .content-dcf h1 {
  font-family: "Comic Neue", serif;
  color: var(--secondary);
  font-size: 110px;
  font-weight: 700;
  --rotate: 5deg;
  --transition: 3s;
}
@media only screen and (max-width: 1440px) and (max-height: 650px) {
  .banner.decifun-banner .dcf-wrap .content-dcf h1 {
    font-size: 85px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner.decifun-banner .dcf-wrap .content-dcf h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.decifun-banner .dcf-wrap .content-dcf h1 {
    font-size: 55px;
  }
}
.banner.decifun-banner .dcf-wrap .content-dcf h1 span {
  display: inline-block;
}
.banner.decifun-banner .dcf-wrap .content-dcf h1 .span-b {
  animation: pendulum var(--transition) infinite linear;
  transform-origin: center center;
  color: var(--primary-a);
}
@keyframes pendulum {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(15deg);
  }
}
.banner.decifun-banner .dcf-wrap .content-dcf h1 .span-a {
  animation: rotateLeft var(--transition) infinite linear;
}
@keyframes rotateLeft {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(calc(var(--rotate) * -1));
  }
}
.banner.decifun-banner .dcf-wrap .content-dcf h1 .span-c {
  animation: rotateRight var(--transition) infinite ease-in-out;
}
@keyframes rotateRight {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(var(--rotate));
  }
}
.banner.decifun-banner .dcf-wrap .content-dcf p {
  font-size: 24px;
  line-height: 1.2;
  color: var(--text);
  margin-top: 12px;
}
@media only screen and (max-width: 1440px) and (max-height: 650px) {
  .banner.decifun-banner .dcf-wrap .content-dcf p {
    font-size: 16px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner.decifun-banner .dcf-wrap .content-dcf p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.decifun-banner .dcf-wrap .content-dcf p {
    font-size: 14px;
  }
}
.banner.decifun-banner .dcf-wrap .gallery-slider-wrap .gallery-slider {
  max-width: calc(100% - 50px);
}
@media only screen and (max-width: 675px) {
  .banner.decifun-banner .dcf-wrap .gallery-slider-wrap .gallery-slider {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .banner.decifun-banner .dcf-wrap .gallery-slider-wrap .gallery-slider .swiper-wrapper {
    transition-timing-function: linear !important;
  }
}
.banner.decifun-banner .dcf-wrap .gallery-slider-wrap .gallery-slider .item {
  transition: none !important;
  line-height: 0;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.banner.decifun-banner .dcf-wrap .gallery-slider-wrap .gallery-slider .item img {
  aspect-ratio: 1.162;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1440px) and (max-height: 650px) {
  .banner.decifun-banner .dcf-wrap .gallery-slider-wrap .gallery-slider .item img {
    aspect-ratio: 1.2;
  }
}
@media only screen and (max-width: 675px) {
  .banner.decifun-banner .dcf-wrap .gallery-slider-wrap .swiper-nav {
    max-width: 86%;
  }
}
.banner.decifun-banner .dcf-wrap .gallery-slider-wrap .swiper-nav .swiper-prev, .banner.decifun-banner .dcf-wrap .gallery-slider-wrap .swiper-nav .swiper-next {
  --size: 50px;
}
@media only screen and (max-width: 675px) {
  .banner.decifun-banner .dcf-wrap .gallery-slider-wrap .swiper-nav .swiper-prev, .banner.decifun-banner .dcf-wrap .gallery-slider-wrap .swiper-nav .swiper-next {
    --size: auto;
    background: none;
    color: var(--white);
    border: none;
  }
}
@media only screen and (max-width: 675px) {
  .banner.decifun-banner .dcf-wrap .gallery-slider-wrap .swiper-nav .swiper-prev svg, .banner.decifun-banner .dcf-wrap .gallery-slider-wrap .swiper-nav .swiper-next svg {
    width: 14px;
    height: auto;
  }
}/*# sourceMappingURL=decifun.css.map */