
@import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400..700;1,400..700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Bangers&family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Hubballi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
@import url('https://fonts.googleapis.com');
@import url('https://fonts.gstatic.com');
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Gayathri:wght@100&family=Mali:wght@500&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Gruppo&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@1,700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Sniglet&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');




  
.cyan {
   
  border: 0;
  height: 3px;
  background: linear-gradient(90deg, #ceff00, #ee0979, #43dee7);
  background-size: 200%;
  animation: gradientShift 3s ease infinite;
  border-radius: 15px;
  box-shadow: 0px 0px 8px rgba(255, 105, 280, 0.8);
  margin: 20px 0;
}

@keyframes gradientShift {
  0% {
      background-position: 0%;
  }
  100% {
      background-position: 100%;
  }
}




  body {
 background-image: radial-gradient(circle, rgb(12 2 31) 30%, rgb(0 0 0) 49%);
    color: white;
      
  }

  .von {
      display: flex;
      justify-content: space-around;
      align-items: center;
  }

  body * {
      box-sizing: border-box;
  }

  body img {
      max-width: 100%;
  }

  .moto {
  box-shadow: 3px 20px 0px 9px #124e63;
  border-radius: 22px 10px 500px;
  padding: 0px;
  
  max-width: 70%;
  border: 10px solid #072d5429;
  }

  header {


      height: fit-content;
  font-size: 50px;
  border-bottom: 1.5px solid #000000;
  font-family: montserrat;
  display: flex;
  border-radius: 0 0 8px;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  cursor:pointer;

  }


  header > img {
      max-width:190px;
  }

  @media (min-width: 900px) {
      header {
          margin: 0% 10%;
      }
  }

  @media (max-width: 400px) {
      header {
          font-size: 40px;
      }

      .von {
          margin: 10px 30px;
      }
  }

  .slingshot {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 150px;
      margin-top: -70px;
      flex-direction: column;
  }

  .slingshot p {
      font-family: kalam;
      font-size: 25px;
      margin: 0;
  }

  .spanshake {
      animation: fa-shake 4s ease infinite;
  }

  .kasedope {
        background-image: linear-gradient(45deg, rgb(18 3 28 / 23%) 30%, rgb(0 0 0 / 15%) 49%);
        padding: 10px 3px;
        border-radius: 15px;
        position: fixed;
        right: 10px;
        bottom: 5px;
        font-family: 'Montserrat';
        width: 50px;
        height: 50vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 55;
        justify-content: space-around;
}



@media (min-width:600px){
    .kasedope {
    background-image: linear-gradient(45deg, rgb(18 3 28) 30%, rgb(0 0 0) 49%);
    padding: 10px 3px;
    border-radius: 15px;
    border: 2px solid #f8e497;
    position: fixed;
    right: 10px;
    top: 5px;
    font-family: 'Montserrat';
    width: 50px;
    height: 100vh;
    display: flex
;
    flex-direction: column;
    align-items: center;
    z-index: 55;
    justify-content: space-around;
}
}
@keyframes shadowPulse {
  0%, 100% {
      box-shadow: inset 1px -1px 0px 6px black;
  }
  50% {
      box-shadow: inset 1px -1px 0px 40px black;
  }
}

  .kasedope img{
      max-width:30px;
  }


  .kasedope > a:hover{
opacity: .5;
  }



  
  .vonschorner {

      background: radial-gradient(circle, rgb(41 11 11) 30%, rgb(31 14 38) 49%);
  border-radius: 0px 5px;
  box-shadow: inset -2px 0px 20px 0px #170101;
  min-height: fit-content;
  font-family: 'Montserrat';
  width: 100%;
  position: relative;
  padding: 10px;
  gap: 5px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  align-items: center;
  justify-content: space-between;
  z-index: 0;

}

.vonbee{
  
  
  background: #000000;
  color: #ffffff;
  font-family: Hubballi;
  font-weight: 500;
  font-size: 18px;
  padding: 5%;
  margin: 0 5%;
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
  border-bottom: 15px solid #ffffff6e;
  filter: drop-shadow(12px 14px .6px white);
}


.vonbee2{
  display: flex;
  flex-direction: row;
  background: #ffffff;
  color: #000000;
  font-family: poppins;
  width:auto;
  font-weight: 500;
  font-size: 18px;
  padding: 5%;
  margin: 0 5%;
  text-align: center;
  line-height: 15px;
  border-radius: 2px;
  border-bottom: 15px solid #f791916e;
  filter: drop-shadow(12px .4px .6px skyblue);
  flex-direction: column;
}


 a.mp3 {
  
  text-decoration: none;
  font-style: italic;
}





/* Basic text styling */
.a-u {
  display: inline-block;
  position: relative;
  color: white; /* Text color */
  font-weight: bold; /* Amazon-style bold text */
  text-decoration: none;
}

/* Underline styling */
.a-u::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: white; /* Amazon orange color */
  border-radius: 50px; /* Rounded edges for smoother effect */
  transform: scaleX(0); /* Start hidden */
  transform-origin: left;
  transition: transform 0.3s ease; /* Smooth expansion on hover */
  
  transform: scaleX(1); /* Expand underline */
  animation: wave-animation 3.5s ease-in-out infinite alternate; /* Add wave animation */
}

/* Keyframes for wave animation */
@keyframes wave-animation {
  0% { transform: scaleX(1) translateY(2px); }
  50% { transform: scaleX(1) translateY(-2px); } /* Creates the wave effect */
  100% { transform: scaleY(5) translateY(.95px); }
}














  img.bstar{
      
  border-radius: 5px;
  height: 25px;
  width: 59px;
  margin: 0;
  }

  img.bstar1{
      
      height: 25px;
      width: 59px;
      margin: 0;
      }

      .mod{
          
  border-radius: 20px;
  height: 40px;
      }

  textarea, input, select {
    color: black;
    max-height: fit-content;
    max-width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 1px;
    background: white;
    font-family: montserrat;
    animation: fa-fade .4s ease 1;
    cursor: grab;
    box-shadow: inset rgb(239 227 255) -1px 0px 6px 0px;
    transition: all .2s ease-in-out;
    margin: 5px;
    cursor: pointer;
}


input[type="email"]:hover{
  transition: all 1.3s ease-in-out;
  background: none;
  border: 2.3px solid white;
  font-weight: 900;
  color:#d6cfcf ;
  border-radius: 10px 15px;
}



input[type="submit"] {
  height:40px;
  border-radius:10px;
  border-left: 5px solid grey;
}



input[type="submit"]:hover {
  box-shadow: none;
  letter-spacing: 1.9px;
}


.closekase{
  text-decoration: none;
    color: #070707;
    font-weight: 900;
    font-size: larger;
    width: 50px;
    border-radius: 50%;
    background: white;
    border: 5px solid #e7c4c4;
    padding: 10px;
    border-bottom: none;
    position: fixed;
}

@keyframes fa-shake {
  0% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-10px); }
  20%, 40%, 60%, 80% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}

@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes fa-pulse {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes fa-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes fa-beat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.00125); }
}
@keyframes fa-fade {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
@keyframes fa-flip {
  0% { transform: rotateY(0); }
  100% { transform: rotateY(360deg); }
}
@keyframes fa-swing {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  50% { transform: rotate(-10deg); }
  75% { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}
@keyframes fa-rubber-band {
  0%, 100% { transform: scale(1); }
  30% { transform: scale(1.25, 0.75); }
  40% { transform: scale(0.75, 1.25); }
  50% { transform: scale(1.15, 0.85); }
  65% { transform: scale(0.95, 1.05); }
  75% { transform: scale(1.05, 0.95); }
}
@keyframes fa-flash {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}


table {
 
  width: 100%;
  border-collapse: collapse;
  font-family: 'Montserrat';
  font-size: small;
  color: #333;
}

th, td {
  padding: 6px 7.5px;
  border: 1px solid #ddd;
  text-align: left;
}

th {
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #f1f1f1;
}




  
h1 {
  font-size: 30px;
  font-family: 'Montserrat';
}

.structure {
  display: flex;
  flex-direction: row;
  gap: 10px;

  
overflow: hidden !important;
}

@media (max-width:700px) {
  
.structure {
  display: flex;
  flex-direction: column;
  gap: 10px;
  
}
  
}

img.boinitro {
  
  max-width: 250px;
  max-height: 500px;
  border-radius: 6px 3px 15px;
  margin-right: 20px;
  border-bottom: 10px solid transparent;
  filter: drop-shadow(-2px 10px 6px #00000080);
}

.structure1 {
  flex: 1; /* First article takes 15% of the container */
}

.structure2 {
  flex: 2;
  font-size: large;
  white-space: break-spaces;
  font-family: Cardo;
  line-height: 28px;
  text-align: left;
  overflow: auto;
}


.frame-vid{
  
  overflow: hidden !important;
  margin: 0px 0px 0px 0px;
  border-radius: 30px;
  max-height: fit-content;
  background: black;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
}


.frame-home{
  
  border-radius: 20px;
  overflow: hidden;
  border-left: 25px solid black;
  max-height: fit-content;
  background: #ffffff00;
  width: 90%;
  --fa-beat-scale: 0.9105;
  animation: fa-beat 2.5s ease infinite;
}