body {
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
}

.nav-item {
  font-size: 1.2rem;
}

.card {
  margin: 5%;
}

.card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}

.card-footer {
  display: flex;
  justify-content: center;
}

img {
  border-radius: 15%;
  width: 25rem;
}

.container-fluid.social {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  height: auto;
  background-color: #f8f9fa;
}

.col-md-6.social-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  filter: drop-shadow(3px 3px rgba(0, 0, 0, 0.3));
}

.col-md-6.social-accounts {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: end;
  filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.3));
}

.fa-brands:hover {
  color: #474747;
}

.fa-brands {
  margin: 1rem;
}

.button-up:hover {
  background-color: #555; /* Hover olduğunda renk değişimi */
}

.button-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 25%;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease-in-out;
  padding: 1%;
}

div > label {
  font-size: large;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.container.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  height: auto;
}

form > div {
  max-width: 200px;
}

.textbox > textarea {
  height: 150px;
  resize: none;
}

@media (max-width: 768px) {
  /* XS - Small screens */
  .col-md-6.social-img,
  .col-md-6.social-accounts {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
  }
}
