* {
  cursor: url('./images/cursor.cur'), auto !important;
}

body {
  font-family: 'Patrick Hand', 'Kalam', cursive;
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1, h2, .navbar a {
  font-family: 'Patrick Hand', cursive;
}

p, button, .main {
  font-family: 'Kalam', cursive;
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uwu-desc {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2)),url('./images/lofi1.jpg');
  width: 350px;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  font-family: 'Kalam', cursive;
  display: flex;
  margin-right: 75px;
  height: 100px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4em;
  text-align: center;

  margin-top: -20px;
  white-space: pre-line;
  opacity: 0.95;
  scroll-behavior: smooth;
}
.uwu-desc::-webkit-scrollbar {
  display: none;
}

.aboutme-box {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2)), url("./images/hellobg.jpeg");
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  font-family: 'Patrick Hand', cursive;
  font-size: 1.1em;
  width: fit-content;
  font-weight: bold;
  margin: 19px auto;
  color: #380d95;
  background-size: cover;
  background-position: center;
  margin-right: 130px;
  height: 20px;
}

.top-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
}

.uwu-logo {
  height: 200px;
  margin-left: 50px;
  transition: transform 1s ease;
}
.navbar-container {
  background-color: #a47cd2;
  border-radius: 10px;
  padding: 10px 0;
  margin-left: 120px;
  width: 500px;
}

.bydylia-balloon {
  width: 130px;
  height: auto;
  margin-top: -110px;
  align-self: flex-start;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease;
}


.bydylia-balloon:hover, .profile-pic:hover {
  transform: scale(1.05);
}
.uwu-logo:hover {
  transform: scale(1.5);
}
.navbar {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  margin: 0;
}

.navbar li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.navbar li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.profile-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
  margin-top: -15px;
}

.profile-left {
  display: flex;
  align-items: center;
  margin-left: 60px;
}

.profile-pic {
  margin-left: 50px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 4px solid #b4ddc6;
  object-fit: cover;
  transition: transform 0.3s ease;
  margin-top: -60px;
}

#nickname {
  font-size: 20px;
  font-weight: bold;
  color: #4e1861;
  background: #ffe3f0;
  padding: 8px 16px;
  border-radius: 10px;
}

.profile-right {
  text-align: left;
  max-width: 60%;
}

.blog-desc {
  font-family: 'Kalam', cursive;
  font-size: 1.1em;
  text-align: center;
  color: #6b4b8b;
  font-style: italic;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 20px 0;
}

.block-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 90%;
}

.block {
  flex: 1;
  min-width: 220px;
  max-width: 380px;
  background: #fbe9f5;
  color: #110670;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.gunluk-block {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.block:hover {
  transform: translateY(-6px);
  background: #cfbfd2;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.block h2 {
  margin-top: 0;
  font-size: 1.5em;
  color: #8b2756;
}

#gunlukKutusu {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  font-family: 'Courier New', Courier, cursive;
}

.gunluk-card {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)), url('./images/paper.jpg');
  border-radius: 12px;
  padding: 12px 16px 24px 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  color: #3f3029;
  font-size: 0.95em;
  font-family: 'Kalam', cursive;
  position: relative;
  text-align: left;
  transition: 0.3s;
  min-height: 50px;
  white-space: pre-wrap;
  max-height: 150px;
}

.gunluk-date {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 0.75em;
  font-style: italic;
  color: #bfaea4;
  background: rgba(255,255,255,0.6);
  padding: 2px 6px;
  border-radius: 8px;
  z-index: 2;
}

#gunlukKutusu::-webkit-scrollbar {
  width: 6px;
}

#gunlukKutusu::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.keyboard {
  display: none;
}
#filmOnerisi {
  font-size: 12px;
}

#visitormesg {
  font-size: 18px;
  padding: 10px 20px;
  margin-bottom: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: whitesmoke;
  font-weight: bolder;
  font-style: inherit;
  text-align: center;
  border-radius: 10px;
}

#biscolata {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)), url('./images/biscobg.webp');
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 20px;
  color: #230c5b;
}

.bubble {
  width: 40px;
}

@keyframes softFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.aboutme-box {
  animation: softFade 2.5s ease-in-out 3;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 768px) {

  body, html {
    overflow-x: hidden;
  }

  #cursorCanvas {
    display: none;
  }

  .navbar, .navbar div, #uwu-desc, #terminalText {
    width: 90% !important;
    font-size: 14px !important;
    padding: 10px !important;
  }

  #gunlukKutusu, #spotifyBox, #filmOnerisi, #cekilisSonucu, .gunluk-card {
    width: 90% !important;
    margin: 10px auto !important;
    padding: 12px !important;
  }

  .navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .navbar div {
    margin: 5px 0;
  }

  .uwu-logo img, .uwu-logo {
    width: 80px !important;
    height: auto !important;
  }

  .profile-photo {
    width: 100px !important;
    height: 100px !important;
    margin-top: 10px !important;
  }

  #terminalText {
    height: auto !important;
    overflow-y: auto !important;
  }

  .gunluk-msg, .gunluk-date, #visitormesg {
    font-size: 13px !important;
  }

  .responsive-container, .responsive-container div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    box-sizing: border-box;
  }

  .responsive-container > div {
    margin-bottom: 10px !important;
  }
}
