@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
*, html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: 0.2s linear ease-in-out;
  scroll-behavior: smooth;
}

body {
  background-image: linear-gradient(360deg, #615fff 0%, #5454d8 100%);
  font-family: "Titillium Web", sans-serif;
  line-height: 1.7;
}

.kaybol {
  opacity: 0;
  transform: scale(0.95); /* Hafifçe küçülerek gitsin */
  visibility: hidden;
  height: 0; /* Yer kaplamasın diye */
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.kadirbyte-center {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 100%;
  max-width: 750px;
  transform: translate(-50%, -46%);
  mix-blend-mode: color-dodge;
  transition: all 500ms ease-in-out;
}
.kadirbyte-center .menu {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kadirbyte-center .menu button {
  cursor: pointer;
  padding: 10px 10px;
  width: 230px;
  background: transparent;
  outline: none;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  color: #F3F4F6;
  font-size: 1.5rem;
}
.kadirbyte-center .menu button:hover {
  background-color: rgba(31, 38, 135, 0.37);
}
.kadirbyte-center .menu i {
  font-style: normal;
}
.kadirbyte-center .kadirbyte-kutu {
  text-align: center;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 40px;
  border-radius: 12px;
}
.kadirbyte-center .kadirbyte-kutu .baslik {
  color: #F3F4F6;
  margin-bottom: 20px;
  font-size: 2.54rem;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
}
.kadirbyte-center .kadirbyte-kutu .paragraf {
  font-size: 1.6rem;
  color: #A9ADB7;
  font-weight: 400;
}
.kadirbyte-center .kadirbyte-kutu .iletisim-secenekleri {
  padding: 10px 0px;
  margin-top: 20px;
}
.kadirbyte-center .kadirbyte-kutu .iletisim-secenekleri ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 20px;
}
.kadirbyte-center .kadirbyte-kutu .iletisim-secenekleri ul li a {
  padding: 10px 10px;
  width: 200px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 1.3rem;
  color: #A9ADB7;
  text-decoration: none;
  transition: 250ms all;
  display: block;
}
.kadirbyte-center .kadirbyte-kutu .iletisim-secenekleri ul li a:hover {
  background-color: rgba(255, 255, 255, 0.18);
  transform: scale(1.05);
}

@media (max-width: 750px) {
  .kadirbyte-center {
    padding: 0px 20px;
  }
  .kadirbyte-center .menu {
    flex-direction: column;
    gap: 10px;
  }
  .kadirbyte-center .menu button {
    width: 70%;
  }
  .kadirbyte-center .iletisim-secenekleri ul {
    flex-direction: column;
    gap: 10px;
  }
}/*# sourceMappingURL=kadirbyte.css.map */