body{    overflow-x: hidden;}
.scroll-space {
    height: 500vh;
}

.scene {
    position: fixed;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}
.mobile-menu{display: none}
.scroll-indicator {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    pointer-events: none;
    opacity: 0;
}

.scroll-indicator img {
    width: 30px;
    height: auto;
    animation: floatScroll 2s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgba(137, 205, 0, 0.4));
}

.hero-fixed-layer {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    pointer-events: none;
    text-align: center;
    width: 100%;
}

.badge {
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(-20px);
    background: linear-gradient(54deg, #5cd6b3 3.08%, #04b8c4 3.09%, #4bfa8a 98.66%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    color: #ffffff;
    letter-spacing: -0.03em;
    opacity: 0;
    transform: translateY(30px);
}

.main-title span {
    display: block;
    margin-top: 5px;
    background: linear-gradient(54deg, #5cd6b3 3.08%, #04b8c4 3.09%, #4bfa8a 98.66%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-wrapper {
    position: absolute;
    inset: 0;
}

.bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, transparent 5%, black 40%);
    mask-image: linear-gradient(to bottom, transparent 5%, black 40%);
}
.bg-mobile-image{display: none}
.bg-video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 110%;
    object-fit: cover;
    opacity: 0.6;
    transform-origin: center bottom;
}

.svg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
}

svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.rocket-path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 15;
    stroke-linecap: round;
    filter: blur(10px);
    opacity: 0.3;
}

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 12px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    transform: translateY(20px);
    backdrop-filter: blur(8px);
    z-index: 12;
    pointer-events: none;
}

.floating-card i {
    width: 24px;
    height: 24px;
    background: linear-gradient(54deg, #5cd6b3 3.08%, #04b8c4 3.09%, #4bfa8a 98.66%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-card span {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

#mist-ball {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 140px;
    height: 140px;
    background: #ffffff;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0;
    z-index: 15;
}

.info-card {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 0;
    height: 0;
    opacity: 0;
    top: 5%;
}

.info-card a {
    opacity: 1;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}

.divorta {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    z-index: 200;
    min-height: 90vh;
    padding: 50px 0;
    overflow: hidden;
    border-radius: 60px;
    background-image: url("../img/divorta_bg.jpg");
    background-position: bottom;
    color: #111;
    box-sizing: border-box;
    margin-top: 0;
    bottom: 0;
}

.divorta_alt {
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
    padding-left: 5%;
    margin-top: 10%;
    will-change: transform;
}

.divorta_alt > div {
    flex: 0 0 30vw;
    min-width: 300px;
    box-shadow: 0 14px 18px 0 rgba(16, 56, 138, 0.1), 0 6px 80px 0 rgba(16, 56, 138, 0.1);
    margin-right: 30px;
    height: 350px;
    border: 2px solid #e1e6f2;
    border-radius: 20px;
    background-image: url(../img/bg_pattern.png);
    background-size: 50px auto;
    background-color: #fff;
}

.divorta_alt > div > div {
    height: 350px;
    background-image: linear-gradient(205deg, #2b233800 0%, #ffffff 45%);
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.divorta2 {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99;
    opacity: 0;
    transform: translateY(60px);
}

.divorta-title {
    text-align: center;
    color: #111111;
    font-size: 24px;
    letter-spacing: -3px;
}

.divorta-title > div > h1 > span {
    background: linear-gradient(54deg, #8cdda8 3.09%, #3257d1 3.08%, #8cdca8 98.66%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2em !important;
}

.divorta-title > h2 {
    font-weight: 400
}

.divorta-title > h2 > span {
    color: #bababa;
}

.divortaico {
    width: 150px;
    display: block;
    float: right;
}

.divorta_alt p {
    font-size: 16px;
    font-family: Manrope, sans-serif;
    letter-spacing: -1px;
    display: block;
    font-weight: 500;
    margin: 15% 10%;
}

.divorta_alt span {
    font-size: 24px;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -1px;
    display: block;
    font-weight: 600;
}

.divOrtaTumu {
    text-align: center;
    margin-top: 3%
}

@media (min-width: 1600px) {
:root {
--vw:0.9vw
}
}

/* Section Requires */
.section-requires {
    position: absolute; top:0; left:0; width:100%;
    background-image: url(../img/reqiures-bg.png);
    background-repeat: no-repeat;
    background-position: center 70%;
    background-size: 70%;
    transition-duration: .3s;
    overflow: hidden;
    opacity: 0; /* âœ… flash olmasÄ±n */
}

.require-marker-container {
    border: 1px solid #fff;
border-radius: calc(var(--vw) * 25.4);
width: calc(var(--vw) * 13);
height: calc(var(--vw) * 2.6);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
margin-bottom: calc(var(--vw) * 2.2)
}

.require-marker-text::before {
    content: "";
    display: inline-block;
width: calc(var(--vw) * .3);
height: calc(var(--vw) * .3);
    border-radius: 100%;
    background-color: #fff;
margin-right: calc(var(--vw) * .4)
}

.require-marker-text {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 400;
font-size: calc(var(--vw) * 1.1);
    line-height: 100%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center
}

.require-title {
    font-size: 120px;
    line-height: 100%;
    letter-spacing: -.02em;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 5%;
    z-index: 100;
    opacity: 0;
    transform: translateY(50px);
}

.requires-span {
    font-family: "Libre Baskerville";
    font-style: italic;
    font-weight: 400
}

.circle-container {
    position: relative;
    background-image: url(../img/require-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(var(--vw) * 57.7) calc(var(--vw) * 57.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(var(--vw) * 57.7);
    height: calc(var(--vw) * 54.7);
    margin: 0 auto;
    opacity: 0;
    transform: scale(0.8);
    transition: box-shadow 0.5s ease;
}

.circle-container.active-pulse {
}

.require-circle-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 110%!important;
    letter-spacing: -.02em;
    text-align: center;
    color: #fff;
    width: 60%;
    margin-top: 20%;
    margin-bottom: 5%;
}

.cicrcle-text {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: -.02em;
    text-align: center;
    color: #fff;
    width: 50%;
    margin-bottom: 5%;
}

.under-marker-container {
    position: absolute;
    bottom: -2%;
    border-radius: 40px;
    width: 25%;
    height: 6%;
    border: 1px solid #414141;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: linear-gradient(145deg, rgba(10,17,33,.06) 0, rgba(22,29,50,0) 100%);
    display: flex;
    justify-content: center;
    align-items: center
}

.under-marker-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -.03em;
    background: linear-gradient(90deg, #fff 0, #01f28e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.internal-circle-arrow1, .internal-circle-arrow2, .internal-circle-arrow3 {
    display: none;
}

.google-item, .post-item, .discord-item, .dm-item, .seo-item, .geo-item, .sm-item, .data-item, .cm-item {
    border-radius: 100%;
    border: 1px solid #414141;
    background: linear-gradient(315deg, #111215 0, #272b2e 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.google-item {
    position: absolute;
    top: 0;
    left: 0;
width: calc(var(--vw) * 12.5);
height: calc(var(--vw) * 12.5);
}

.organic-text {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 700;
font-size: calc(var(--vw) * 1.6);
    line-height: 1;
    letter-spacing: -.02em;
    text-align: center;
    color: #031c11
}

.text-item {
    position: absolute;
top: calc(var(--vw) * -.5);
left: calc(var(--vw) * 14);
width: calc(var(--vw) * 13.8);
height: calc(var(--vw) * 13.8);
    border-radius: 100%;
    background: linear-gradient(90deg, #fff 0, #01f28e 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #414141
}

.post-item {
    position: absolute;
top: calc(var(--vw) * 12);
left: calc(var(--vw) * 7);
width: calc(var(--vw) * 12.5);
height: calc(var(--vw) * 12.5);
}

.discord-item {
    position: absolute;
top: calc(var(--vw) * 12);
left: calc(var(--vw) * 22);
width: calc(var(--vw) * 12.5);
height: calc(var(--vw) * 12.5);
}

.first-link-list {
    position: absolute;
left: calc(var(--vw) * -19);
    display: flex;
bottom: calc(var(--vw) * 27);
}

.second-link-list {
    position: absolute;
    left: 38%;
    top: 65%;
    display: flex
}

.paid-container {
    position: absolute;
width: calc(var(--vw) * 13.8);
height: calc(var(--vw) * 13.8);
    border-radius: 100%;
    background: linear-gradient(90deg, #fff 0, #01f28e 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #414141;
top: calc(var(--vw) * 10);
}

.dm-item {
    position: absolute;
top: calc(var(--vw) * -3);
width: calc(var(--vw) * 9.7);
height: calc(var(--vw) * 9.7);
left: calc(var(--vw) * -23);
}

.seo-item {
    position: absolute;
width: calc(var(--vw) * 9.7);
height: calc(var(--vw) * 9.7);
top: calc(var(--vw) * 6);
left: calc(var(--vw) * -18);
}

.geo-item {
    position: absolute;
left: calc(var(--vw) * -10);
top: calc(var(--vw) * 12);
width: calc(var(--vw) * 9.7);
height: calc(var(--vw) * 9.7);
}

.geo-item img {
    width: 30%
}

.sm-item {
    position: absolute;
left: calc(var(--vw) * 14);
top: calc(var(--vw) * 12);
width: calc(var(--vw) * 9.7);
height: calc(var(--vw) * 9.7);
}

.data-item {
    position: absolute;
top: calc(var(--vw) * 6);
left: calc(var(--vw) * 22);
width: calc(var(--vw) * 9.7);
height: calc(var(--vw) * 9.7);
}

.cm-item {
    position: absolute;
top: calc(var(--vw) * -3);
left: calc(var(--vw) * 27);
width: calc(var(--vw) * 9.7);
height: calc(var(--vw) * 9.7);
}

.orbit-item {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orbit-item img {
    width: 50%;
    height: auto;
    display: block;
    object-fit: contain;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.35s ease, transform 0.35s ease, filter 0.35s ease;
    filter: drop-shadow(0 0 18px rgba(92,214,179,0.22));
    pointer-events: none;
}

.orbit-item span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% + 12px));
    width: 72%;
    text-align: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05vw;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.orbit-item:hover img {
  opacity: 0;
    transform: scale(0.82);
    filter: blur(6px);
    animation: none;
}

.orbit-item:hover span {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.orbit-item img {
    animation: orbitBreath 3.2s ease-in-out infinite;
}

@keyframes orbitBreath {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.04);
}
}

h3 {
    color: var(--main-black-100, #1d1d1b);
    font-size: 1.45vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0
}

.result-btn {
    display: flex;
    align-items: center;
    border-radius: 50px;
    width: 30%;
    height: 8%;
    background: #FFF;
    border: none;
    transition: all .5s cubic-bezier(.4, 0, .2, 1) 0s
}

.result-btn-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    line-height: 1;
    letter-spacing: -.01em;
    text-transform: uppercase;
    text-align: center;
    color: #031c11;
    width: 100%;
}

/* Center overlay */
#centerOverlay {
    position: fixed;
    inset: 0;
    z-index: 900;
    display: grid;
    place-items: center;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

#centerOverlay .bg {
    position: absolute;
    inset: 0;
    background: rgba(1,4,9,0.15);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

.centerOverlayVideo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#centerTitle {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: clamp(34px, 4vw, 70px);
    font-weight: 800;
    color: #fff;
    filter: blur(50px);
    transform: translateY(12px) scale(0.96);
    overflow: hidden;
}

#centerTitle span {
    display: block;
    margin-top: 10px;
}

#centerTitle .line1, #centerTitle .line2 {
    display: block;
    will-change: transform, opacity;
}

#centerTitle .line1,
#centerTitle .line2{
  display:block;
  will-change: transform, opacity, filter;
  opacity: 0;
  filter: blur(14px);
  transform: translateY(36px);
}

#centerTitle .line1{
  background: linear-gradient(54deg,#5cd6b3 3.08%,#04b8c4 3.09%,#4bfa8a 98.66%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#centerTitle .line3 {
    font-size: 20px;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -.02em;
    text-align: center;
    color: #fff;
    width: 50%;
    margin-left: calc(50% - 300px);
    max-width: 600px;
}

.pin-buffer {
    height:3000px;
}

/* pinTl end ile aynÄ± ya da biraz fazla */

.divAtmosfer {
    position: relative;
    z-index: 20;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 6%;
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255,255,255,0.88);
    opacity: 0;
    transform: translateY(40px);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.atmosMask {
    overflow: hidden;
    display: block;
}

.divAtmosfer .atmosMask{
  opacity: 0;
  transform: translateY(36px);
  /* filter: blur(14px); */
  will-change: transform, opacity, filter;
}

.atmos-pin-buffer {
    height: 140vh;
}

.divAtmosfer h2 span {
    background: linear-gradient(54deg, #5cd6b3 3.08%, #04b8c4 3.09%, #4bfa8a 98.66%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2em !important;
}

.divAtmosfer p {
    font-family: Manrope, sans-serif;
}

.testimonials-slider{
  position: relative;
  z-index: 30;
  padding: 0 6%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #010409;

  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 14%,
    black 86%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 14%,
    black 86%,
    transparent 100%
  );
}

.testimonials-slider_bg{
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(46,86,255,0.20), transparent 28%),
    radial-gradient(circle at 55% 10%, rgba(92,214,179,0.22), transparent 30%),
    radial-gradient(circle at 75% 55%, rgba(92,214,179,0.14), transparent 34%),
    #010409;
  transform: translateY(60px) scale(1.04);
  opacity: 0;
  filter: blur(20px);
  will-change: transform, opacity, filter;
}

.testimonials-slider::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.03), transparent 60%);
  pointer-events:none;
}

.testimonials-slider_inner{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.35fr;
  gap: 80px;
  align-items: center;
}

.testimonials-slider_intro{
  position: relative;
  top: -10%
}

.testimonials-slider_kicker{
  margin: 0 0 18px;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.testimonials-slider_title{
  margin: 0;
  font-size: clamp(42px, 5vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #fff;
}

.testimonials-slider_title em{
  font-style: italic;
  font-weight: 400;
}

.testimonials-slider_title span{
  background: linear-gradient(54deg,#5cd6b3 3.08%,#04b8c4 3.09%,#4bfa8a 98.66%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonials-slider_content{
  min-width: 0;
}

.testimonials-slider_track-wrap{
  overflow: hidden;
  border-radius: 34px;
}

.testimonials-slider_track{
  display: flex;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.testimonials-slider_item{
  min-width: 100%;
  box-sizing: border-box;
  padding: 42px;
  border-radius: 34px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 50px rgba(0,0,0,0.18);
}

.testimonials-slider_item h3{
  margin: 0 0 36px;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.28;
  letter-spacing: -0.03em;
  color: #f4f7fb;
  font-weight: 500;
}

.testimonials-slider_meta{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.testimonials-slider_meta strong{
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.testimonials-slider_meta span{
  font-size: 15px;
  color: rgba(255,255,255,0.62);
}

.testimonials-slider_navigation{
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.testimonials-slider_dots{
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonials-slider_dot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background: rgba(255,255,255,0.22);
  transition: transform 0.3s ease, background 0.3s ease, width 0.3s ease;
}

.testimonials-slider_dot.is-active{
  width: 34px;
  border-radius: 999px;
  background: linear-gradient(54deg,#5cd6b3 3.08%,#04b8c4 3.09%,#4bfa8a 98.66%);
}

.testimonials-slider_buttons{
  display: flex;
  gap: 12px;
}

.testimonials-slider_buttons button{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.testimonials-slider_buttons button:hover{
  transform: translateY(-2px);
  border-color: rgba(92,214,179,0.45);
  background: rgba(255,255,255,0.07);
}

@media (max-width: 991px){
  .testimonials-slider_inner{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .testimonials-slider_intro{
    position: relative;
    top: auto;
  }

  .testimonials-slider_item{
    padding: 28px;
  }

  .testimonials-slider_navigation{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .divorta_alt {
    flex-direction: column !important; /* Yan yana yerine alt alta */
    align-items: center;
    width: 100% !important;
  }
  
  .card-item { /* Kartlarınızın sınıf adı farklıysa değiştirin */
    width: 100% !important;
    max-width: 350px;
  }
  
  .scene {
    position: relative; /* Fixed pozisyon mobilde bazen içeriği gizler */
  }
}