header {
  top: 0;
  z-index: 9999999999;
  position: fixed;
  width: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
header nav {
  padding: 25px 30px !important;
}
header nav section.navbar-section {
  z-index: 999999;
  justify-content: right;
}
header nav section.navbar-section .burger-btn {
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
}
header nav section.navbar-section .burger-btn span {
  width: 30px;
  height: 1px;
  background: #fff;
}
header nav section.navbar-section .burger-btn:hover {
  cursor: pointer;
}
header nav section.navbar-section.list-nav {
  transition: 0.5s;
}
header nav section.navbar-section.list-nav a {
  display: none !important;
  color: rgba(255, 255, 255, 0.5) !important;
  transition: 0.5s;
}
header nav section.navbar-section.list-nav a:hover {
  color: white !important;
  opacity: 1;
  text-shadow: 0 0 10px white;
}
header nav .active-list {
  justify-content: center;
  align-items: center;
  z-index: 999998;
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: black;
}
header nav .active-list div {
  display: flex;
  flex-direction: column;
}
header nav .active-list div h3 {
  margin: 0;
}
header nav .active-list div h3 a {
  transition: 0.5s;
}
header nav .active-list div h3 a:hover {
  text-decoration: none !important;
  text-shadow: 0 0 5px white;
}
header nav.active .active-list {
  display: flex;
}
header nav.active .active-list div a {
  transition: 0.5s;
}
header nav.active .active-list div a:hover {
  text-decoration: none !important;
}
header nav.active .list-nav .burger-btn {
  transform-origin: center center !important;
  transform: rotate(90deg) !important;
}
footer {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
footer nav {
  gap: 1.5rem;
  padding-right: 150px !important;
}
footer nav section {
  flex-direction: column;
  justify-content: left !important;
  float: left !important;
  display: inline;
}
footer nav section:last-child {
  flex: 2;
}
footer nav section ul {
  margin: 0;
  padding: 0;
  gap: 0;
}
footer nav section ul li {
  list-style: none;
}
footer nav section ul li a {
  transition: 0.5s;
}
footer nav section ul li a:hover {
  opacity: 1;
  text-shadow: 0 0 10px white;
}
footer nav section div div.list-footer-link {
  gap: 0.5rem;
}
footer nav section div div.list-footer-link ul {
  margin: 0;
  padding: 0;
  margin-right: 2rem;
}
footer nav section div div.list-footer-link ul li {
  list-style: none;
}
footer nav section div div.list-footer-link ul li a {
  transition: 0.5s;
}
footer nav section div div.list-footer-link ul li a:hover {
  opacity: 1;
  text-shadow: 0 0 10px white;
}

header nav section a, footer nav section a {
  display: inline !important;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#social-banner {
  display: none;
  z-index: 999999;
  position: fixed;
  top: 50%;
  bottom: 50%;
  right: -8.5rem;
  transform: rotate(90deg);
}
#social-banner ul {
  padding: 0;
  display: flex;
}
#social-banner ul li {
  list-style-type: none;
  margin: 0 20px;
}
#social-banner ul li a {
  transition: 0.5s;
}
#social-banner ul li a:hover {
  text-decoration: none !important;
  opacity: 1 !important;
}
#social-banner ul li a {
  color: rgba(255, 255, 255, 0.5) !important;
  transition: 0.5s;
}
#social-banner ul li a:hover {
  color: white !important;
  opacity: 1;
  text-shadow: 0 0 10px white;
}

@media screen and (min-width: 768px) {
  #social-banner {
    display: flex;
  }
}
