.nav-item a {
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Montserrat", sans-serif;
  color: #5fad56;
}

.nav-tel a {
  font-family: "Montserrat", sans-serif;
  color: #5fad56;
}

.nav-tel a:hover {
  color: black;
}

.active {
  color: black;
}

.navbar-toggler-icon {
  height: 22px !important;
  width: 22px !important;
}

#header-img {
  background-color: #b7e4c7;
  border-radius: 50%;
}

header {
  background-color: #d8f3dc;
}

.sentence {
  display: none;
  text-shadow: 3px 4px 7px rgba(81, 67, 21, 0.8);
  font-family: "Montserrat", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-size: xx-large;
}

.sentence.active {
  display: inline;
  animation: fadeIn 3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sectionspan a {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: large;
  text-decoration-line: none;
}

.sectionspan a:hover {
  color: grey;
}

section {
  background-color: #e9ecef;
}

@media screen and (max-width: 576px) {
  #header-img {
    height: 150px;
  }

  .sentence {
    font-size: x-large;
  }

  .sectionimg {
    height: 300px !important;
  }
}

@media screen and (max-width: 340px) {
  #logoimg {
    width: 200px !important;
  }
}

.show {
  display: block;
}

.hide {
  display: none;
}

#hakkimda-text {
  display: flex;
  align-items: center;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  flex: 1;
}

#whatsapp-logo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: green;
  /* WhatsApp rengi */
  border-radius: 50%;
  padding: 10px;
  animation: pulse 1s infinite;
  /* Yanıp sönen animasyon */
  cursor: pointer;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

#whatsapp .wtsapp:focus {
  border: none;
  outline: none;
}

#whatsapp .wtsapp {
  position: fixed;
  transition: all 0.5s ease;
  background: #25d366;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  /* margin: 0; */
  border-radius: 50px;
  border-right: none;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  bottom: 30px;
  right: 20px;
  border: 0;
  z-index: 99;
  width: 50px;
  height: 50px;
  line-height: 48px;
}

#whatsapp .wtsapp:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.slide {
  display: none;
}

#slide1 {
  display: block;
}

.custom-card{
  cursor: pointer;
  max-height: 350px;
}