.btn-primary {
  background-color: #8900f9;
  color: #ffffff;
  border-color: #8900f9;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #8900f9;
  color: #ffaa00;
  border-color: #8900f9;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}

.custom-navbar {
  background-color: #8900f9;
  color: #ffffff;
}
.custom-navbar .navbar-brand {
  color: #ffffff;
  font-weight: bold;
}
.custom-navbar .navbar-brand:hover {
  color: #ffaa00;
}
.custom-navbar .nav-link {
  color: #ffffff;
}
.custom-navbar .nav-link:hover {
  color: #ffaa00;
  font-weight: bold;
}
.custom-navbar .navbar-toggler {
  border-color: #ffaa00;
}

.custom-breadcrumb {
  background-color: #8900f9;
  position: relative;
  padding: 15px 100px;
  z-index: 10;
}
.custom-breadcrumb .breadcrumb {
  margin-bottom: 0;
}
.custom-breadcrumb .breadcrumb-item a {
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: none;
}
.custom-breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.custom-breadcrumb .breadcrumb-item.active {
  color: #ffaa00 !important;
  font-weight: bold !important;
}

body {
  background-color: #000000;
  color: #ffffff;
  height: 100%;
}

.lines {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.lines {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  animation: drop 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
  margin-left: -25%;
}
.lines .line:nth-child(1)::after {
  animation-delay: 2s;
}
.lines .line:nth-child(3) {
  margin-left: 25%;
}
.lines .line:nth-child(3)::after {
  animation-delay: 2.5s;
}
@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
.navbar .container-fluid {
  padding: 0px 100px;
}
@media (max-width: 768px) {
  .navbar .container-fluid {
    padding: 0px 20px;
  }
}

.sidebar-right {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 60px;
  z-index: 1030;
  background-color: #8900f9;
}
.sidebar-right .sidebar-logo {
  width: 40px;
  height: 40px;
  margin: 10px auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%) invert(69%) sepia(98%) saturate(1325%) hue-rotate(1deg) brightness(104%) contrast(104%);
}

footer {
  background-color: #8900f9;
  color: #ffffff;
  min-height: 60px;
  width: 100%;
}
@media (max-width: 767.98px) {
  footer {
    min-height: auto;
    padding-bottom: 1.5rem;
  }
  footer #social-footer-mobile {
    display: flex !important;
    justify-content: center;
    margin: 0.5rem auto;
    gap: 12px;
  }
  footer #social-footer-mobile a img {
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
       object-fit: contain;
    filter: brightness(0) saturate(100%) invert(69%) sepia(98%) saturate(1325%) hue-rotate(1deg) brightness(104%) contrast(104%);
  }
}
@media (max-width: 767.98px) and (min-width: 575px) {
  footer #social-footer-mobile {
    flex-wrap: nowrap;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) and (max-width: 574.98px) {
  footer #social-footer-mobile {
    flex-wrap: wrap;
    max-width: 96px;
  }
}
@media (max-width: 767.98px) {
  footer .site-logo {
    position: static !important;
    text-align: center;
    margin-top: 1rem;
    padding: 0 !important;
  }
}

.intro-text {
  font-weight: bold;
  font-size: 50px;
  color: #ffffff;
  position: relative;
  z-index: 1000;
}

.highlight,
.line-name {
  font-size: 31px;
}

.name-vertical {
  position: relative;
  z-index: 10;
}

.name-vertical .line-name {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #ffffff;
  transition: color 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  cursor: none;
}

.name-vertical .line-name:hover {
  color: #ffaa00;
  font-weight: bold;
  gap: 0;
}

.name-vertical .line-name:hover .highlight {
  color: #ffaa00;
}

.highlight {
  color: #8900f9;
  transition: color 0.3s ease;
  font-weight: bold;
}

.content-wrapper {
  padding: 0px 100px;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .content-wrapper {
    padding: 100px 20px 0px 20px;
  }
}

#bio .titolo-sezione,
#skills .titolo-sezione {
  align-items: center;
  padding-bottom: 25px;
}
#bio .titolo-sezione h1,
#skills .titolo-sezione h1 {
  font-size: 20px;
  line-height: 1;
  margin-right: 15px;
  color: #ffaa00;
  font-weight: bold;
}
#bio .titolo-sezione .linea-bianca,
#skills .titolo-sezione .linea-bianca {
  width: 195px;
  height: 2px;
  background-color: #ffffff;
  transform: translateY(-1px);
}
#bio .about,
#skills .about {
  display: flex;
  font-size: 20px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}

.fade-in:nth-child(1) {
  animation-delay: 0.4s;
}

.fade-in:nth-child(2) {
  animation-delay: 0.8s;
}

.fade-in:nth-child(3) {
  animation-delay: 1.2s;
}

.fade-in:nth-child(4) {
  animation-delay: 1.6s;
}

.fade-in:nth-child(5) {
  animation-delay: 2s;
}

.fade-in:nth-child(6) {
  animation-delay: 2.4s;
}

.logo-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.logo-wrapper img {
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.logo-wrapper .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #ffaa00;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 6px;
  font-size: 0.85rem;
  text-align: center;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.logo-wrapper:hover img {
  transform: scale(1.05);
}
.logo-wrapper:hover .description {
  opacity: 1;
  transform: translateY(0);
}

.skills-row {
  row-gap: 100px;
}

.btn {
  z-index: 1;
}

#progetti .titolo-sezione {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#progetti .titolo-sezione h1 {
  font-size: 20px;
  margin-right: 15px;
  color: #ffaa00;
  font-weight: bold;
}
#progetti .titolo-sezione .linea-bianca {
  width: 190px;
  height: 2px;
  background-color: #ffffff;
  transform: translateY(-1px);
}
#progetti .carousel-wrapper {
  display: flex;
  justify-content: center;
}
#progetti .carousel {
  width: 80%;
  max-width: 900px;
}
@media (max-width: 768px) {
  #progetti .carousel {
    width: 90%;
  }
}
#progetti .carousel .carousel-inner img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}

h2,
h3 {
  color: #ffaa00;
}

.contact-page .content-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.contact-page .site-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page footer {
  flex-shrink: 0;
}

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  height: 100%;
}/*# sourceMappingURL=style.css.map */