@font-face {
  font-family: Figtree;
  src: url(./fonts/Figtree-VariableFont_wght.ttf);
}

body {
  font-family:
    Figtree,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

@property --border-angle {
  inherits: false;
  initial-value: 0deg;
  syntax: "<angle>";
}

.line-color.active {
  background: #6f42c1;
  background: linear-gradient(90deg, rgba(111, 66, 193, 1) 0%, rgba(102, 16, 242, 1) 50%, rgba(0, 117, 255, 1) 100%);
}

.accordion-content {
  overflow: hidden;
}

.is-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.parallax-container {
  overflow: hidden;
  position: relative;
}

.zoom-container {
  position: relative;
  overflow: hidden;
}

button {
  cursor: pointer;
}

.description a {
  font-weight: 600;
  text-decoration-line: underline;
}
.description menu,
.description ol,
.description ul {
  list-style: disc !important;
  padding-left: 16px;
}
.description h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  margin-top: 24px;
  margin-bottom: 10px;
}
.description h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  margin-top: 24px;
  margin-bottom: 10px;
}
.description h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 6px;
}

.wrapper {
  height: 100vh;
}

.item {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.marquee-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  position: relative;
}

.marquee-item {
  flex-shrink: 0;
}

.glow {
  height: 20rem;
  width: 60rem;
  filter: blur(312px);
  border-radius: 150px;
  z-index: -1;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
  .glow {
    height: 10rem;
    width: 40rem;
  }
}

.badge {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

@keyframes limitless {
  0% {
    opacity: 0;
    width: 99%;
  }

  25% {
    opacity: 0;
  }

  25% {
    width: 99%;
    opacity: 0;
  }

  100% {
    opacity: 100;
    width: 100%;
  }
}
.animate-limitless {
  animation: limitless 0.02s infinite;
}

@media screen and (max-width: 1024px) {
  .accordion-content {
    display: none !important;
  }
}

img {
  pointer-events: none;
  user-select: none;
}
video {
  pointer-events: none;
  user-select: none;
}

.contact-widget {
  visibility: hidden;
}
.contact-option {
  opacity: 0;
  transform: translateX(50px);
}
.toggle-btn {
  transition: transform 0.4s ease;
}
.gradient-border-mask,
.gradient-border-mask-colorful {
  position: relative;
}

.gradient-border-mask-with-hover:hover::before {
  mask-composite: unset;
}

.gradient-border-mask::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%) border-box;
  mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.gradient-border-mask-colorful::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  background: linear-gradient(-90deg, rgba(50, 20, 90, 1) 0%, rgba(13, 39, 80, 1) 100%) border-box;
  mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.card-gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  animation-duration: 12s !important;
  background:
    linear-gradient(45deg, #172033, #1e293b 50%, #172033) padding-box,
    conic-gradient(from var(--border-angle), rgba(71, 85, 105, 0.2) 80%, #32145a 86%, #a5b4fc 90%, #32145a 94%, rgba(71, 85, 105, 0.2)) border-box;
}

.glow-effect-wrapper {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  transform-style: preserve-3d;
  will-change: transform;
  opacity: 1;
  transition: all 0.1s;
  transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.custom-range {
  background: linear-gradient(to right, #8eb6ff, #a232d6) no-repeat;
  background-size: 0% 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  height: 4px;
  appearance: none;
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  position: relative;
  z-index: 3;
  margin-top: -6px; /* Dikey ortalama için */
}

.custom-range::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
}

.custom-range::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 9999px;
  background: transparent;
}

.custom-range::-moz-range-track {
  height: 4px;
  background: transparent;
}

.video-wrapper.fullscreen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper.fullscreen video {
  width: 100%;
  max-height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.menu-toggle-alt {
  position: relative;
  cursor: pointer;
}

.menu-toggle-alt p {
  position: absolute;
  top: 0;
  transform-origin: top left;
  will-change: transform, opacity;
}

.menu-overlay {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  background-color: #000618;
  z-index: 49;
}

.menu-content {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 10rem;
  transform-origin: left bottom;
  will-change: transform, opacity;
}

.menu-items {
  width: 100%;
  padding: 2.5em;
  display: flex;
  gap: 2.5em;
  align-items: center;
}

.col-lg {
  flex: 2;
}

.col-sm {
  flex: 2;
}
.menu-items .col-lg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-preview-img {
  position: relative;
  width: 45%;
  aspect-ratio: 2/3;
  overflow: hidden;
}

.menu-preview-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform, opacity;
}

.menu-items .col-sm {
  padding: 2.5em 0;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}

.menu-links,
.menu-socials {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.link,
.social,
.other-link {
  padding-bottom: 6px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.link a,
.social a,
.other-link a,
.language-link .language-button {
  display: inline-block;
  will-change: transform;
  transition: color 0.5s;
}

.link a {
  font-size: 3.5rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02rem;
}

.social a {
  color: #969ab0;
  font-size: 1.2rem;
  font-weight: 500;
}
.social a:hover {
  color: #fff;
}

.link a::after,
.social a::after,
.other-link a::after {
  position: absolute;
  content: "";
  top: 102.5%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
}

.link a:hover::after,
.social a:hover::after,
.other-link a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle-alt p#menu-close {
  opacity: 0;
  transform: translateX(-5px) translateY(10px) rotate(5deg);
}

.link a,
.social a,
.other-link a {
  transform: translateY(120%);
  opacity: 0.25;
}

.language-link .language-button {
  transform: translateY(120%);
  opacity: 0;
}

.language-link {
  padding-bottom: 6px;
}

.menu-content {
  transform: translateX(-100px) translateY(-100px) scale(1.5) rotate(-15deg);
  opacity: 0.25;
}

.menu-overlay {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

@media screen and (max-width: 900px) {
  .menu-items .col-lg {
    display: none;
  }

  .link a::after,
  .social a::after {
    display: none;
  }

  .menu-content {
    padding-top: 3rem;
  }

  .link a {
    font-size: 2.5rem;
  }

  .social a {
    font-size: 1rem;
  }
}

.canvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.section-canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-content {
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.text-content {
  opacity: 1;
  mask-image: radial-gradient(at 50% 50vh, rgb(0, 0, 0) 0vh, rgba(0, 0, 0, 0) 10vh);
  -webkit-mask-image: radial-gradient(at 50% 50vh, rgb(0, 0, 0) 0vh, rgba(0, 0, 0, 0) 10vh);
  transition:
    mask-image 0.3s ease-out,
    -webkit-mask-image 0.3s ease-out;
}
