@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Archivo", sans-serif;
  margin: 0;
  padding: 0;
}

.custom-link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 5px;
}

.center-div {
  display: flex;
  align-items: center;
  width: calc(100% - 10px);
  margin: 0 auto;
  padding: 9px 25px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
}

.image-cropped {
  object-fit: cover;
  height: 70px;
  width: 70px;
  margin-right: 15px;
}

.center-div:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.4s;
}

.content {
  margin-top: 100px;
  margin-bottom: 100px;
  z-index: 0;
  padding: 0 5px;
  box-sizing: border-box;
}

.detay {
  flex: 1;
}

.detay p {
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.detay h5 {
  padding-top: 10px;
  margin-bottom: 3px;
  margin-top: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  height: 50px;
  transition: all 0.4s;
  z-index: 100;
}

.logo {
  width: 250px;
  height: 30px;
  transition: all 0.4s;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
}

.sayi {
  color: #fff;
  position: absolute;
  left: 12px;
  top: 15px;
  transition: all 0.4s;
  width: 25px;
  height: 25px;
  fill: rgb(0, 0, 0);
}

.rak {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 3px;
  right: 9px;
}

#video-container {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

#video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.651);
}

@media (max-width: 767px) {
  .center-div {
    width: calc(100% - 10px);
    min-width: unset;
    padding: 9px 15px;
    margin: 0 auto;
  }

  .custom-link {
    width: 100%;
    min-width: unset;
    padding: 0 5px;
    box-sizing: border-box;
  }

  .content {
    width: 100%;
    padding: 0;
  }

  .image-cropped {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 359px) {
  .center-div {
    padding: 9px 10px;
  }

  .image-cropped {
    width: 50px;
    height: 50px;
  }

  .custom-link {
    padding: 0 2px;
  }
}
