body {
  font-family: "Roboto", sans-serif;
  background-image: url("../img/cambaz-bg.png");
  background-size: 50%;
  background-repeat: repeat;
  background-position: left top;
  background-color: #e7e7e7;
}
@media (max-width: 480px) {
  body {
    background-image: url("../img/cambaz-bg.png");
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center;
  }
}
body a {
  text-decoration: none;
  color: #d41b21;
}
/* navbar */
.navbar {
  padding: 2vh 0;
  background-color: rgb(213, 213, 213, 0.9);
  border-bottom: #d41b21 solid 3px;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.4);
}
.navbar a {
  color: #d41b21;
  font-size: 20px;
}
/* header */
@media (max-width: 480px) {
  header {
    height: 70vh !important;
  }
}
header {
  background-image: url("../img/cambaz-anasayfa.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center calc(90% + 1px);
  height: 50vh;
}
.header-text {
  color: #ffff;
}
/* ANASAYFA */
.favori-lezzet h2 {
  font-size: 2rem;
}

/* menu */
.menu {
  margin-top: 40px;
  margin-bottom: 60px;
}
.menu-btn .btn {
  background-color: #d41b21;
  color: #ffff;
}
.item-card {
  width: 350px;
  margin-top: 20px;
  background-color: #ffff;
  border: rgb(0, 0, 0, 0.7) solid 1px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.item-card img {
  object-fit: contain;
}
.card-body {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.card-body .cart-title {
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #d41b21;
}
.card-body p {
  color: #676767;
  margin-top: 10px;
}
.card-body .mt-auto {
  color: #3f3f3f !important;
  margin-top: 15px !important;
}
/* hakkımızda */
.about-card {
  width: 100%;
  background: #ffff;
  padding: 20px;
}
.about-card img {
  width: 300px;
}
@media (max-width: 768px) {
  .about-card {
    flex-direction: column;
  }
}

/* kvkk */
.modal-dialog {
  max-width: 50% !important;
}
@media (max-width: 1000px) {
  .modal-dialog {
    max-width: 100% !important;
  }
}
.modal-title {
  font-size: 2rem;
}
.modal-body p {
  font-size: 1rem;
  line-height: 1.4em;
}
.modal-body h4 {
  font-size: 1.6rem;
}

/* footer */
footer {
  background-color: rgb(213, 213, 213, 0.9);
  border-top: #d41b21 solid 3px;
  box-shadow: 15px 0px 50px rgba(0, 0, 0, 0.5);
  padding-bottom: 4vh;
}
.footer-logo {
  margin-top: 4vh;
  width: 200px;
}
.footer-links {
  margin-top: 4vh;
  width: 250px;
  font-size: 1.2rem;
  text-align: left;
}
.footer-links a:hover {
  color: #183153;
}

.footer-contact {
  margin-top: 4vh;
}
.footer-platform {
  margin-top: 4vh;
  width: 350px;
}
/* sosyal medya buton */
.fab {
  text-align: center;
  color: #ffff;
  width: 30px;
  height: 30px;
  padding-top: 7px;
  border-radius: 50%;
}
.fab:hover {
  opacity: 0.5;
}
.fa-facebook-f {
  background-color: #3b5998;
}
.fa-twitter {
  background-color: #55acee;
}
.fa-instagram {
  background-color: #8a3ab9;
}

.list-group .list-group-item {
  padding-top: 15px;
  padding-bottom: 20px;
}
.card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
