body {
    font-family: 'Barlow Condensed', sans-serif;
    background-color: #f9f9f9; /* Arka plan rengini açık tutuyoruz */
    color: #333; /* Yazı rengini koyu gri yapıyoruz */
    margin: 0;
    padding: 0;
    font-size: 16px;
}

p.text-tyn {
    color: #c4a676;
}

.border-tyn {
    border: 1px solid #c4a676;
}

.font-tyn {
    font-family: 'Great Vibes', cursive;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .7;
    z-index: 2;
}


.mouse-move {
    position: absolute;
    max-width: 55px;
    bottom: 60px;
    left: 48%;
    animation: mouse-move 1.5s linear infinite;
    z-index: 8;
}

@media (max-width: 768px) {
  .slide {
    height: 90vh;
  }
  
  .mouse-move {
    position: absolute;
    max-width: 55px;
    bottom: 60px;
    left: 43%;
    animation: mouse-move 1.5s linear infinite;
    z-index: 8;
}
  
}

header.navbar-sticky.sticky-top.container.z-fixed.px-2.is {
    padding-top: 15px;
}


@keyframes mouse-move {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }

  12.5%,
  37.5% {
    transform: translateY(3px);
  }

  25% {
    transform: translateY(8px);
  }
}

.custom-shape-divider-bottom-1737735346 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 99;
}

.custom-shape-divider-bottom-1737735346 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1737735346 .shape-fill {
    fill: #FFFFFF;
}
