@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  color: #555;
  background-color: #fdfdff;
  overflow-x: hidden;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

a {
  color: #6a8dff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
  section h2 {
    font-size: 2rem;
  }
}
header {
  background: rgba(255, 255, 255, 0.5);
  color: #555;
  padding: 1rem 0;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
header .site-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
header .site-title a {
  color: #555;
  transition: color 0.3s;
}
header .site-title a:hover {
  color: #6a8dff;
  text-decoration: none;
}

main {
  padding-top: 70px;
}

section {
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

footer {
  background: #f8f9fa;
  color: #6c757d;
  padding: 2rem 0;
  text-align: center;
  border-top: 1px solid #e9ecef;
}
footer p {
  margin-bottom: 15px;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .site-title {
    font-size: 1.5rem;
  }
}
.code-animation {
  font-family: "Fira Code", "Monaco", "Consolas", monospace;
  font-size: 1.2rem;
  background-color: rgba(40, 42, 54, 0.85);
  border-radius: 8px;
  padding: 20px 30px;
  margin: 0 auto 30px auto;
  color: #e0e0e0;
  text-align: left;
  white-space: pre-wrap;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 700px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 350px;
}
.code-animation .code-prompt {
  color: #b5e7a0;
}
.code-animation .code-command {
  color: #87cefa;
}
.code-animation .code-keyword {
  color: #ffb3ba;
}
.code-animation .code-variable {
  color: #ffdfba;
}
.code-animation .code-function {
  color: #b5e7a0;
}
.code-animation .code-param {
  color: #ffffba;
}
.code-animation .code-output, .code-animation .code-at, .code-animation .code-equal, .code-animation .code-paren,
.code-animation .code-arrow, .code-animation .code-brace, .code-animation .code-semicolon {
  color: #e0e0e0;
}
.code-animation .no-type {
  opacity: 0;
  animation: fadeInAnimation 0.8s ease-in forwards;
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.floating-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.floating-icons .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  filter: blur(3px);
  animation: float 15s infinite ease-in-out alternate;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.floating-icons .html-icon {
  top: 10%;
  left: 15%;
  animation-duration: 12s;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffb3ba' fill='none' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z' /%3e%3cpath d='M15.5 8h-7l.5 4h6l-.5 3.5l-2.5 .75l-2.5 -.75l-.5 -2' /%3e%3c/svg%3e");
}
.floating-icons .css-icon {
  top: 70%;
  right: 20%;
  animation-duration: 18s;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='%2387cefa' fill='none' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z' /%3e%3cpath d='M8.5 8h7l-4.5 4h4l-.5 3.5l-2.5 .75l-2.5 -.75l-.5 -2' /%3e%3c/svg%3e");
}
.floating-icons .js-icon {
  top: 40%;
  left: 80%;
  animation-duration: 14s;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffffba' fill='none' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z' /%3e%3cpath d='M7.5 8h3v8l-2 -1' /%3e%3cpath d='M16.5 8h-2.5a.5 .5 0 0 0 -.5 .5v3a.5 .5 0 0 0 .5 .5h1.5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5h-2.5' /%3e%3c/svg%3e");
}
.floating-icons .nodejs-icon {
  top: 25%;
  left: 60%;
  animation-duration: 14s;
  background-image: url("https://nodejs.org/static/logos/jsIconGreen.svg");
}
.floating-icons .python-icon {
  top: 65%;
  left: 20%;
  animation-duration: 14s;
  background-image: url("https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/media/files/python-logo-only.svg");
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-20px) rotate(5deg) scale(1.05);
  }
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
}
.contact-btn {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.contact-btn::before {
  content: "✉️";
}
.contact-btn:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-8px) scale(1.05);
  border-color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .code-animation {
    font-size: 1.1rem;
    padding: 15px 20px;
  }
  .contact-btn {
    width: 80px;
    height: 80px;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .code-animation {
    font-size: 0.9rem;
    width: 95%;
  }
  .contact-btn {
    width: 70px;
    height: 70px;
    font-size: 2.5rem;
  }
}
.hero-section {
  background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
  color: #fff;
  padding: 100px 0;
}
.hero-section h2 {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-top: 40px;
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}

.contact-section {
  background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%);
  color: #fff;
  padding: 60px 0;
}
.contact-section h2 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 20px;
}
.contact-section .contact-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .hero-section h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .hero-section h2 {
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=main.css.map */