@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.2/font/bootstrap-icons.css");
@font-face {
  font-family: 'DIN';
  src: url('subset-DIN-Medium.woff2') format('woff2'),
      url('subset-DIN-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url('subset-DINBold.woff2') format('woff2'),
      url('subset-DINBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.navbar .nav-link{
  font-size: 1rem;
  font-weight: 200;
}

@font-face {
  font-family: 'DIN';
  src: url('subset-DIN-Black.woff2') format('woff2'),
      url('subset-DIN-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  --bs-border-width: 0;
}

html {
  font-size: 67.5%;
  font-size: 1rem;
  width: 100%;
}

.resim {
  height: 700px;
  background-image: url(pictures/arka2.jpg);
  background-attachment: fixed;
  background: cover;
}

.resim_2 {
  height: 300px;
  width: 100%;
  background-image: url(pictures/arka2.jpg);
  background-attachment: fixed;
  background: cover;
}
.baslik{
  font-family: 'DIN'; font-weight: 900; font-style: normal;
}

.altbas{
  font-family: 'DIN'; font-weight: bold; font-style: normal;
}

.metin{
  font-family: 'DIN'; font-weight: 500; font-style: normal;
}

.takim {
  margin: auto;
}

@media screen and (max-width: 900px) {
  #b3 ul li div {
    width: 250px;
  }

  ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

.sonr {
  min-height: 400px;
  background-image: url(pictures/arka2.jpg);
  background-attachment: fixed;
  background: cover;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: rgb(52 7 92);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(254 35 254);
}

/* Animation properties */
.byline span {
  animation: spin-letters 5s linear infinite;
}

.byline {
  animation: move-byline 5s linear infinite;
}

/* Keyframes */
@keyframes star {
  0% {
    opacity: 0;
    transform: scale(1.5) translateY(-0.75em);
  }

  20% {
    opacity: 1;
  }

  89% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: translateZ(-1000em);
  }
}

@keyframes wars {
  0% {
    opacity: 0;
    transform: scale(1.5) translateY(0.5em);
  }

  20% {
    opacity: 1;
  }

  90% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: translateZ(-1000em);
  }
}

@keyframes spin-letters {

  0%,
  10% {
    opacity: 0;
    transform: rotateY(90deg);
  }

  30% {
    opacity: 1;
  }

  70%,
  86% {
    transform: rotateY(0);
    opacity: 1;
  }

  95%,
  100% {
    opacity: 0;
  }
}

@keyframes move-byline {
  0% {
    transform: translateZ(5em);
  }

  100% {
    transform: translateZ(0);
  }
}

/* Make the 3D work on the container */
.starwars-demo {
  perspective: 800px;
  transform-style: preserve3d;
}

.starwars-demo {
  height: 17em;
  left: 50%;
  position: absolute;
  top: 53%;
  transform: translate(-50%, -50%);
  width: 34em;
}

.byline span {
  display: inline-block;
}

.star,
.wars,
.byline {
  position: absolute;
}

.byline {
  color: #fff;
  font-family: "ITC Serif Gothic", Lato;
  font-size: 3em;
  left: -2em;
  letter-spacing: 0.4em;
  right: -2em;
  text-align: center;
  text-transform: uppercase;
  top: 29%;
}

@media only screen and (max-width: 600px) {
  .starwars-demo {
    font-size: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .starwars-demo {
    font-size: 7px;
  }
}

.list-group li {
  border: none;
}

.yazi {
  color: black;
  font-family: 'Concert One', cursive;
  padding: 10% 0 5% 0;
}

span {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

a {
  text-decoration: none;
}

#kim h1 {
  text-align: center;
  font-size: 40px;
}

#kim ul {
  padding: 50px 0;
}

#kim ul li {
  position: relative;
  list-style-type: none;
  width: 6px;
  background-color: white;
  margin: 0 auto;
  padding-top: 50px;
}

#kim ul li::after {
  background: white;
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}


#kim ul li div {
  position: relative;
  width: 400px;
  padding: 15px;
  border-radius: 5px;
  bottom: 0;
}

#kim ul li:nth-child(odd) div {
  left: 45px;
}

#kim ul li:nth-child(even) div {
  left: -445px;
}

#kim time {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

#kim ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

#kim ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

#kim ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

#kim ul li.show div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 900px) {
  #kim ul li div {
    width: 250px;
  }

  #kim ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
.arka{
  min-width: 100%;
  min-height: 100%;
  position:fixed;
  right: 0;
  bottom: 0;
}