.banner {
  width: 100% !important;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  position: relative;
}
#section1 {
  background-image: url(../img/branding.png);
}
#section2 {
  background-image: url(../img/advertising.png);
}
#section3 {
  background-image: url(../img/social.png);
}
#section4 {
  background-image: url(../img/ux.png);
}
#section5 {
  background-image: url(../img/print.png);
}
.bannerArka {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.bannerİki {
  background-image: url(../img/uıBanner.avif);
  width: 100% !important;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  position: relative;
}
.bannerUC {
  background: var(--bark, #030623);
  width: 100% !important;
  height: 100vh;
  z-index: -2;
}
/* 991px de round eklenecek */
.logo {
  z-index: 4;
  position: relative;
}

.logoBir {
  padding: 40px;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(3, 6, 35, 0.8) 0%,
    rgba(3, 6, 35, 0.8) 100%
  );
}

.bannerTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 86%;
  width: 100%;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 70px;
  line-height: 50px;
}
.bannerTitleİki {
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 70px;
  margin-bottom: 40px;
}
.bannerİkiBorder {
  font-size: 20px;
  border-radius: 40px;
  color: white;
  border: 1px solid var(--bite, #e4e4e4) !important;
  background: rgba(3, 6, 35, 0.5);
  z-index: 61;
  position: relative;
  padding: 40px;
  gap: 10px;
  line-height: 2rem;
  text-align: center;
}
.bannerTitle span {
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
.service {
  position: absolute;
  bottom: 0;
  color: white;
  font-size: 49px;
  padding: 40px;
  font-weight: 700;
}
.orta {
  height: 72%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.map {
  border-radius: 40px;
  border: 2px solid #ff8fba;
}
.local {
  margin-left: 18px;
  line-height: 25px;
  font-size: 25px;
  color: #5445ff;
  font-weight: 600;
}
.local span {
  margin-left: 1rem;
}
.design {
  display: flex;
  align-items: center;
  justify-content: center;
}
.timelineTitle {
  line-height: 3.5rem;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.timeline-content {
  color: #00ffff;
  font-size: 5%;
  transition: 0.4s ease;
  overflow-wrap: break-word !important;
  border-radius: 6px;
}
.timelineDetail {
  font-size: 20px;
  width: 18rem;
}
.timeline-component {
  margin: 0px 20px 20px 20px;
}
.konum {
  color: var(--bite, #e4e4e4);
  width: 22rem !important;
  /* address */
  font-family: Urbanist;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 41.6px */
}
@media screen and (min-width: 768px) {
  .timeline {
    display: grid;
    grid-template-columns: 0fr 0px 0fr;
  }
  .timeline-middle {
    position: relative;
    background-image: linear-gradient(45deg, #e4e4e4, #e4e4e4, #e4e4e4);
    width: 1px;
    height: 76%;
    top: 24px;
  }
  .main-middle {
    opacity: 0;
  }
  .timeline-circle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #e4e4e4, #e4e4e4, #e4e4e4);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
