body {
  position: relative;
}
html,
body {
  height: 100%;
  overflow-y: auto;

  /* Firefox desteği */
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

/* WebKit tarayıcılar (Chrome, Edge, Safari) */
html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
html {
  box-sizing: border-box;
}
.btn-1 {
  color: #f5deb3;
  border: solid 1px #f5deb3;
  background-color: #2e7d32;
}
.btn-1:hover {
  color: #212121 !important;
  border-color: #f5deb3;
  background-color: #f5deb3;
}

.fa-instagram {
  background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcaf45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* bazı tarayıcılarda gerekli */
  -webkit-text-fill-color: transparent;
}
.fa-instagram:hover {
  opacity: 0.9;
}
.fa-facebook {
  background: linear-gradient(45deg, #1877f2, #42a5f5, #0f5ab8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* bazı tarayıcılarda gerekli */
  -webkit-text-fill-color: transparent;
}
.fa-facebook:hover {
  opacity: 0.9;
}

.fa-x-twitter:hover {
  opacity: 0.6;
}
.fa-whatsapp {
  background: linear-gradient(45deg, #25d366, #128c7e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* bazı tarayıcılarda gerekli */
  -webkit-text-fill-color: transparent;
}
.fa-whatsapp:hover {
  opacity: 0.9;
}
