html,
body {
  height: 100%;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
#header-navbar {
  font-family: "Glegoo", serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  color: white;
}
img {
  object-fit: cover !important;
  object-position: center !important;
  image-rendering: no;
}
@media (max-width: 1550px) and (min-width: 990px) {
  .title-section {
    background-size: contain !important;
  }

  .title-card {
    padding: 4rem !important;
    width: 40rem;
    margin-left: 8rem;
  }

  .features-section {
    flex-direction: column;
  }

  #grid-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}

@media (max-width: 990px) and (min-width: 800px) {
  .title-section {
    background-size: contain !important;
  }

  .title-card {
    padding: 3rem !important;
    width: 30rem;
    margin-left: 8rem;
  }

  .features-section {
    flex-direction: column;
  }

  #grid-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(12, 1fr);
  }
}

@media (max-width: 800px) and (min-width: 500px) {
  .title-card {
    padding: 2rem !important;
    width: 20rem;
    margin-left: 8rem;
    backdrop-filter: none !important;
    background: rgb(0 0 0 / 60%) !important;
  }

  .features-section {
    flex-direction: column;
  }

  #features-container {
    width: 30rem;
  }

  #features-img {
    width: 30rem !important;
  }

  #grid-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(12, 1fr);
  }
}

@media (max-width: 500px) {
  .title-card {
    padding: 1rem !important;
    width: 19rem;
    margin-left: 8rem;
  }

  .features-section {
    flex-direction: column;
  }

  #features-img {
    width: 20rem !important;
    height: 13rem !important;
  }

  #features-container {
    width: 20rem;
  }

  #grid-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }

  #grid-content img {
    width: 15rem;
    height: 10rem;
  }

  #footer-id {
    padding: 3rem !important;
    backdrop-filter: blur(0px) saturate(141%);
    -webkit-backdrop-filter: blur(0px) saturate(141%);
    background-color: rgba(78, 71, 71, 0.51);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
  }

  #footer-ul {
    padding: 0;
  }
}

.title-section {
  position: relative;
  height: 35rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.title-card {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: start;
  align-items: start;
  right: 30%;
  bottom: 10%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: white;
  padding: 5rem;
  z-index: 0;
}

.title-card p {
  max-width: 35rem;
}

.features-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem 0;
  gap: 5rem;
}

.phone-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5rem 0;
}

#features-container {
  max-width: 50rem;
}

.features-section img {
  width: 30rem;
  height: 26rem;
}

.title,
.footer-end {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #000000c0;
  height: 10rem;
  box-sizing: border-box;
  color: white;
}

.hizmetler-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  place-items: center;
}

.hizmetler-grid-container img {
  width: 30rem;
  height: 20rem;
  object-fit: cover;
  object-position: center;
}

input::placeholder,
textarea::placeholder {
  color: rgba(133, 133, 133, 0.582);
}

button {
  border: none;
  border-radius: 5px;
  background-color: #0d6efd;
  color: white;
  height: 2rem;
}

.footer {
  background-image: url("/images/bozyazi-yol-yardim-iletisim.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  margin-top: 10em;
  margin-bottom: 0;
}

#footer-id {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 7em;
}

li {
  list-style: none;
}

#social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#social-media > a {
  background: rgb(197, 128, 0);
  border-radius: 50%;
  padding: 0.5rem;
  text-decoration: none;
  color: #fff;
}

.whatsapp {
  position: fixed;
  width: 2rem;
  left: 2rem;
  bottom: 2rem;
}

.cellphone {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}

.cellphone,
.whatsapp {
  background-color: #ffffff;
  border-radius: 50%;
  width: 5.5rem;
  height: 5.5rem;
}
#back-home {
  color: #3b82f6;
  text-decoration: underline;
}
.navbar-nav .nav-link.active {
  color: white !important;
}
