@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased; /* macOS / iOS için */
  -moz-osx-font-smoothing: grayscale; /* Firefox / macOS */
  text-rendering: optimizeLegibility; /* harf kenarlarını yumuşatır */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.menuHidden {
  right: -13.0208333333%;
}

.menuShow {
  right: 8.8541666667%;
}

.clr {
  clear: both;
}

.text {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.visible {
  opacity: 1;
}

.anasayfa {
  position: fixed;
  bottom: 10.4166666667%;
  left: 1.5625%;
  z-index: 1000;
  mix-blend-mode: difference;
  color: #fff;
  transform: rotate(-90deg);
}
.anasayfa:hover {
  color: #fff !important;
}

.slider {
  /* tam ekran sabitleme yok */
  position: relative;
  overflow: visible;
  background-color: #000;
  /* TEK ORANLI KAPSAYICI (16:9) */
  /* Arka plan/SVG aynı kutuda */
  /* METİNLER: aynı kutu, % koordinat + cqw ile font ölçek */
}
.slider .stage {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  position: relative;
}
.slider #fibonacci-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.slider #fibonacci-container svg {
  width: 100%;
  height: 100%;
  display: block;
}
.slider #fibonacci-container svg rect,
.slider #fibonacci-container svg path {
  stroke: #ffbf00;
  fill: none;
}
.slider #fibonacci-container svg rect {
  opacity: 0;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes rectAppear {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.slider #fibonacci-container svg .rect-appear {
  animation: rectAppear 0.35s ease-out forwards;
}
.slider #fibonacci-container svg path {
  opacity: 0;
  stroke-linecap: round;
}
@media (prefers-reduced-motion: reduce) {
  .slider #fibonacci-container svg .rect-appear {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.slider .sections {
  position: absolute;
  inset: 0;
  color: #eee;
}
.slider .sections .name {
  position: absolute;
  top: 0.0925925926%;
  left: 10.4166666667%;
}
.slider .sections .name h1 {
  font-size: 2.7604166667cqw;
  font-weight: 300;
}
.slider .sections .onyWay {
  position: absolute;
  top: 30.5555555556%;
  left: 36.4583333333%;
  font-size: 3.0208333333cqw;
  font-weight: 100;
}
.slider .sections .roles {
  position: absolute;
  top: 39.3518518519%;
  left: 60.6770833333%;
  font-size: 1.9270833333cqw;
  font-weight: 100;
}
.slider .sections .dots {
  position: absolute;
  top: 49.0740740741%;
  left: 72.9166666667%;
  font-size: 5.2083333333cqw;
  font-weight: 100;
}
.slider .buttons {
  position: absolute;
  inset: 0;
}
.slider .buttons .menu {
  position: absolute;
  top: 1.3888888889%;
  right: 10.4166666667%;
  font-size: 1.3020833333cqw;
}
.slider .buttons .menu .menu-btn {
  position: relative;
  width: 40px;
  height: 25px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1002;
  margin-bottom: 10px;
  margin-top: 7px;
}
.slider .buttons .menu .bar {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  transition: 0.3s;
}
.slider .buttons .menu .menu-btn.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(9px, 8px);
}
.slider .buttons .menu .menu-btn.open .bar:nth-child(2) {
  opacity: 0;
}
.slider .buttons .menu .menu-btn.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}
.slider .buttons #navbar {
  position: absolute;
  font-size: 1.0416666667cqw;
  white-space: nowrap;
  background: #fbac15;
  transition: all 0.3s ease-in-out;
  padding: 1.5625cqw 1.3020833333cqw;
  top: 6.9444444444%;
  z-index: 1000;
}
.slider .buttons #navbar ul li {
  margin-bottom: 1.5625cqw;
}
.slider .buttons #navbar ul li a {
  color: #000;
}
.slider .buttons #navbar ul li span {
  width: 0;
  transition: all 0.3s ease-in-out;
  height: 1px;
  display: block;
}
.slider .buttons #navbar ul li:hover span {
  width: 100%;
  display: block;
  background: #333;
  height: 1px;
}
.slider .buttons .whatIdone {
  position: absolute;
  inset: 0;
}
.slider .buttons .whatIdone a {
  border: 1px solid #ffbf00;
  background-clip: padding-box;
  background-color: #000;
  border-radius: 100px;
  position: absolute;
  bottom: 23.1481481481%;
  left: 26.0416666667%;
  font-size: 1.3020833333cqw;
  transition: background-color 0.3s ease;
}
.slider .buttons .whatIdone a span {
  position: relative;
  border-radius: 15px;
  color: #ffbf00;
  padding: 0.78125cqw 1.9270833333cqw 0.78125cqw 3.1770833333cqw;
  top: -12px;
}
.slider .buttons .whatIdone a i {
  color: #ffbf00;
  font-size: 3.125cqw;
  padding-right: 9px;
  padding-top: 2px;
}
.slider .buttons .whatIdone a:hover {
  background-color: #ffbf00;
}
.slider .buttons .whatIdone a:hover span {
  color: #000;
}
.slider .buttons .whatIdone a:hover i {
  color: #000;
}

.content {
  color: #444;
  position: relative;
}
.content .fibonacci {
  position: absolute;
  z-index: -1;
  top: 65%;
  right: 0;
}
.content .fibonacci img {
  color: #ccc;
  width: 26.0416666667cqw;
}
.content .neDusunuyorum {
  margin-top: 7.8125cqw;
}
.content .neDusunuyorum h2 {
  margin-top: 4.6875cqw;
  font-size: 3.125cqw;
  font-weight: 700;
}
.content .neDusunuyorum ul {
  margin-top: 2.6041666667cqw;
  margin-left: 2.6041666667cqw;
}
.content .neDusunuyorum ul li {
  margin-bottom: 2.6041666667cqw;
  font-size: 1.0416666667cqw;
}
.content .neDusunuyorum img {
  width: 100%;
  padding: 0 40px;
}
.content .nelerYaptim {
  background: url(assets/img/eskiIsler.jpg);
}
.content .nelerYaptim h2 {
  margin-top: 4.6875cqw;
  font-size: 3.125cqw;
  font-weight: 700;
}
.content .nelerYaptim p {
  margin-top: 2.6041666667cqw;
  font-size: 0.9375cqw;
  margin-left: 2.6041666667cqw;
}
.content .nelerYaptim ul {
  margin-top: 2.6041666667cqw;
  margin-left: 6.25cqw;
}
.content .nelerYaptim ul li {
  margin-bottom: 1.5625cqw;
  font-size: 1.1979166667cqw;
  position: relative;
}
.content .nelerYaptim ul li::before {
  content: "■";
  position: absolute;
  left: -37px;
  top: -18px;
  font-size: 2.0833333333cqw;
}
.content .nedenVar h2,
.content .nedenFibo h2 {
  margin-top: 4.6875cqw;
  margin-bottom: 1.5625cqw;
  font-size: 3.125cqw;
  font-weight: 700;
}
.content .nedenVar p,
.content .nedenFibo p {
  font-size: 0.9375cqw;
  margin-left: 2.6041666667cqw;
}

footer {
  background: #000;
  color: #eee;
  margin-top: 4.6875cqw;
  height: auto;
}
footer .row div:nth-child(2) {
  text-align: right;
}
footer a {
  color: #eee;
}
footer a:hover {
  color: #ffbf00;
}

@media screen and (max-width: 768px) {
  .anasayfa {
    left: -8px;
  }
  .menuHidden {
    right: -105%;
  }
  .menuShow {
    right: 0;
  }
  .slider {
    height: 100vh;
  }
  .slider #fibonacci-container {
    top: 10.4166666667cqw;
    height: 100vh;
  }
  .slider .sections .name {
    left: 20px;
    top: -6px;
  }
  .slider .sections .name h1 {
    font-size: 31px;
  }
  .slider .sections .onyWay {
    top: 37%;
    left: 72px;
    font-size: 28px;
    color: #fff;
    font-weight: 200;
  }
  .slider .sections .roles {
    top: 62%;
    left: 48%;
    font-size: 20px;
    color: #fff;
    font-weight: 200;
  }
  .slider .sections .dots {
    top: 83%;
    left: 52%;
    font-size: 55px;
    color: #fff;
    font-weight: 200;
  }
  .slider .buttons .menu {
    top: 11px;
    right: 24px;
  }
  .slider .buttons .whatIdone a {
    bottom: -194%;
    left: 60px;
    font-size: 26px;
  }
  .slider .buttons .whatIdone a span {
    padding: 5px 15px 5px 48px;
    top: -10px;
  }
  .slider .buttons .whatIdone a i {
    font-size: 51px;
    padding: 3px 9px;
  }
  .slider .buttons #navbar {
    font-size: 25px;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100vh;
  }
  .slider .buttons #navbar ul {
    margin-top: 100px;
    margin-left: 15px;
  }
  .content .neDusunuyorum h2,
  .content .nelerYaptim h2,
  .content .nedenVar h2,
  .content .nedenFibo h2 {
    font-size: 25px;
  }
  .content .neDusunuyorum ul,
  .content .nelerYaptim ul,
  .content .nedenVar ul,
  .content .nedenFibo ul {
    margin-top: 2.6041666667cqw;
  }
  .content .neDusunuyorum ul li,
  .content .nelerYaptim ul li,
  .content .nedenVar ul li,
  .content .nedenFibo ul li {
    font-size: 18px;
  }
  .content .neDusunuyorum p,
  .content .nelerYaptim p,
  .content .nedenVar p,
  .content .nedenFibo p {
    font-size: 18px;
  }
  .content .neDusunuyorum img {
    width: 100%;
    padding: 40px 30px;
  }
  .content .nelerYaptim ul li {
    list-style: square;
  }
  .content .nelerYaptim ul li::before {
    content: none;
  }
  .content .fibonacci {
    top: 60%;
  }
  .content .fibonacci img {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer .row div:nth-child(2) {
    text-align: center;
  }
  footer .row div:nth-child(2) p {
    margin-top: 15px;
  }
}/*# sourceMappingURL=style.css.map */