.test {
    color: red;
}

body {
  background-color: #36363f;
}

a:link {
  color: #ffffff;
  text-decoration: none;
}

a:visited {
  color: #ffffff;
}

a:hover {
  color: #f7f7f8;
}

a:focus {
  outline: 2px solid #cecfcf;
  outline-offset: 2px;
}

a:active {
  color: #d0e49b;
}

body {
  color: #ffffff;
  background-image: url('../noFilter.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.glass-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);/
}

.content {
  position: relative;
  z-index: 2;
  max-width: auto;
  margin: 0 auto;
  padding: 40px 20px;
}

@font-face {
  font-family: 'MuliMain';
  src: url('../fonts/Muli-Bold.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'MuliDesc';
  src: url('../fonts/Muli-Regular.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FingerPaint';
  src: url('../fonts/FingerPaint-Regular.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

.maintext {
  font-family: 'FingerPaint', sans-serif;
  font-size: 50px;
  text-align: center;
  color: #ffffff;
}

.desctext {
  font-family: 'FingerPaint', sans-serif;
  font-size: 20px;
  color: #b3b3b3;
  text-align: center;
}

.container {
  margin: 100px;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #747474;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.containerdesc {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
}

.navsection {
  display: flow-root;
  gap: 20px;
  margin: 20px;
  margin: 100px;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #747474;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.navbutton {
  text-align: center;
  margin: 20px;
  width: auto;
  height: auto;
  margin: 0 auto;
  border-radius: 30px;
  padding: 20px;
  color: #ffffff;
  font-family: 'FingerPaint', sans-serif;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  user-select: none;
}

.btn-bounce:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(79, 70, 229, 0.4);
  background-color: #00123a;
}

.btn-bounce {
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease;
}

.btn-bounce:active {
  transform: translateY(-1px) scale(0.97);
  box-shadow: 0 4px 10px rgba(79, 70, 229, 0.3);
}

.navsectionin {
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
}

.idstyle {
  font-family: 'FingerPaint', sans-serif;
  font-size: 24px;
  color: #ffffff;
}

.idstyle a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.idstyle a:hover {
  color: #6366f1;
}

.idstyle a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #6366f1;
  transition: width 0.3s ease;
}

.idstyle a:hover::after {
  width: 100%;
}

.border {
  width: 2px;
  height: 50px;
  background-color: #ffffff;
  margin: 10px auto;
}

.logosection {
  display: flex;
  margin: 20px;
}

.aside {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: auto;
}

.app-container {
  display: flex;
  min-height: 100vh;
  gap: 20px;
}

.sidebar-left {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.copy-btn, .save-btn, .remove-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #747474;
  color: #ffffff;
  border-radius: 8px;
  padding: 4px 10px;
  font-family: 'FingerPaint', sans-serif;
  font-size: 14px;
  cursor: pointer;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.copy-btn:hover, .save-btn:hover, .remove-btn:hover {
  background-color: #00123a;
  transform: translateY(-2px);
}

.sidebar-left-in {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto ;
  height: auto;
  margin: 20px;
  font-family: 'FingerPaint', sans-serif;
  font-size: 50px;
  text-align: center;
  color: #ffffff;
}

.filter-select {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #747474;
  color: #ffffff;
  border-radius: 8px;
  padding: 8px 15px;
  font-family: 'FingerPaint', sans-serif;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}

.filter-select option {
  background-color: #36363f;
  color: #ffffff;
}

.copy-btn, .save-btn, .remove-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #747474;
  color: #ffffff;
  border-radius: 8px;
  padding: 4px 10px;
  font-family: 'FingerPaint', sans-serif;
  font-size: 14px;
  cursor: pointer;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.copy-btn:hover, .save-btn:hover, .remove-btn:hover {
  background-color: #00123a;
  transform: translateY(-2px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vfx-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.vfx-card {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #747474;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  width: 240px;
  backdrop-filter: blur(5px);
  box-sizing: border-box;
  animation: fadeInUp 0.5s ease-out forwards;
}

.vfx-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  margin-bottom: 10px;
  animation: fadeInUp 0.5s ease-out forwards;
}


.card {
  animation: fadeInUp 0.5s ease-out forwards;
}