.bannerArka {
  background-image: url(./img/siyah.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.sliderOrta {
  height: 70%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fullview h2 {
  margin: auto;
  width: 50%;
  text-align: center;
}

#navbar {
  position: fixed;
  width: 100%;
  padding: 20px;
}

#navbar ul {
  list-style: none;
  text-align: center;
}

#navbar li,
button {
  display: inline-block;
  padding: 8px 17px;
  background-color: #ffffff;
  box-shadow: 5px 10px #888888;
  border: 1px solid transparent;
  margin-right: 12px;
  margin-bottom: 12px;
}

button {
  cursor: pointer;
  margin-right: 0;
  margin-bottom: 0;
}

select,
input {
  display: inline-block;
  padding: 8px 17px;
  background-color: #ffffff;
  box-shadow: 0px 2px 9px #888;
  border: 1px solid transparent;
}

#navbar li:last-of-type {
  margin-right: 0;
}

#navbar li a {
  text-decoration: none;
  color: #282c34;
}

#navbar li a.active {
  font-weight: 600;
}

#down {
  box-shadow: 0px 2px 9px #888;
}

form {
  display: flex;
  flex-direction: column;
}

form label {
  font-size: 1rem;
  margin-bottom: 5px;
}

/* Override Styles */
#fv-dots ul li a span {
  background-color: #888888;
  border-radius: 0;
  transition: all 0.5s ease;
}

#fv-dots ul a.active span {
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  background-color: #bdbdbd;
}
.cardTitle {
  color: var(--bite, #e4e4e4);
  text-align: right;
  font-family: Urbanist;
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 40px;
  margin-top: 12%;
}
.cards {
  border-radius: 40px;
  background: rgb(0 0 0 / 89%);
  padding: 40px;
}
.cardsDetail {
  color: var(--bite, #e4e4e4);
  text-align: center;

  /* services text */
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 178.571% */
}
.solTitle {
  padding: 40px;
  color: var(--white, #fff);
  font-family: Urbanist;
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
