* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Big Shoulders Stencil", sans-serif;
  text-decoration: none;
}
html {
  background-color: black;
  background-image: url("./images/neon9.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100%;
  background-attachment: fixed;
}
.scrollitemsola img, .scrollitemsaga img {
    height: 100px;
    width: 200px;
    overflow: hidden;
    border-radius: 6px;
}
.header {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0;
  height: 7vh;
}

.headerin {
  width: 80%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7vh;
  margin: 0 auto;
}

.headerin img {
  height: 5vh;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.marka {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 9px 7px 0px rgb(0 0 0 / 10%);
  text-decoration: none;
}
.marka a {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 5px #430186, 0 0 10px #430186, 0 0 20px #a15be8;
  text-decoration: none;
}
.headersol {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  gap: 15px;
  margin-left: 0;
}
.headerbuttons a {
  height: 5vh;
  width: 150px;
  font-size: 20px;
  background-color: #ffffff12;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  border: 3px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-shadow: 0 0 5px #430186, 0 0 10px #430186, 0 0 20px #a15be8;
}
.scrollercontainersola1 {
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 100px;
  margin-top: 5rem;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

.scrollercontainersaga1 {
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 100px;
  margin-top: 5rem;
  overflow: hidden;
  mask-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

@keyframes solaKaydir {
  to {
    left: -200px;
  }
}
@keyframes sagaKaydir {
  to {
    right: -200px;
  }
}
.scrollitemsola {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  
  width: 200px;
  height: 100px;
  background: red;
  border-radius: 6px;
  position: absolute;
  left: max(calc(200px * 8), 100%);
  animation-name: solaKaydir;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.scrollitemsaga {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  
  width: 200px;
  height: 100px;
  background: red;
  border-radius: 6px;
  position: absolute;
  right: max(calc(200px * 8), 100%);
  animation-name: sagaKaydir;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.itemsola1 {
  animation-delay: calc(30s / 8 * (8 - 1) * -1);
}
.itemsola2 {
  animation-delay: calc(30s / 8 * (8 - 2) * -1);
}
.itemsola3 {
  animation-delay: calc(30s / 8 * (8 - 3) * -1);
}
.itemsola4 {
  animation-delay: calc(30s / 8 * (8 - 4) * -1);
}
.itemsola5 {
  animation-delay: calc(30s / 8 * (8 - 5) * -1);
}
.itemsola6 {
  animation-delay: calc(30s / 8 * (8 - 6) * -1);
}
.itemsola7 {
  animation-delay: calc(30s / 8 * (8 - 7) * -1);
}
.itemsola8 {
  animation-delay: calc(30s / 8 * (8 - 8) * -1);
}
.itemsaga1 {
  animation-delay: calc(30s / 8 * (8 - 1) * -1);
}
.itemsaga2 {
  animation-delay: calc(30s / 8 * (8 - 2) * -1);
}
.itemsaga3 {
  animation-delay: calc(30s / 8 * (8 - 3) * -1);
}
.itemsaga4 {
  animation-delay: calc(30s / 8 * (8 - 4) * -1);
}
.itemsaga5 {
  animation-delay: calc(30s / 8 * (8 - 5) * -1);
}
.itemsaga6 {
  animation-delay: calc(30s / 8 * (8 - 6) * -1);
}
.itemsaga7 {
  animation-delay: calc(30s / 8 * (8 - 7) * -1);
}
.itemsaga8 {
  animation-delay: calc(30s / 8 * (8 - 8) * -1);
}
.back-to-portfolio {
  position: fixed;
  top: 20px;
  left: 20px;
  background-color: #1f242d;
  color: #78d9f9;
  padding: 14px 24px;
  border-radius: 12px;
  border: 2px solid #78d9f9;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  z-index: 999;
  box-shadow: 0 0 10px rgba(120, 217, 249, 0.5);
  transition: all 0.3s ease;
}

.back-to-portfolio:hover {
  background-color: #78d9f9;
  color: #1f242d;
  box-shadow: 0 0 14px #78d9f9;
}
