@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

.rajdhani-light {
    font-family: "Rajdhani", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .rajdhani-regular {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .rajdhani-medium {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .rajdhani-semibold {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .rajdhani-bold {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: monger;
    src: url(PlaywriteFRTrad-VariableFont_wght.ttf);
  }

  @font-face {
    font-family: blenderjo;
    src: url(Nippo-Light.otf);
  }

  .marqstila{
    font-family: blenderjo;
    font-style: italic;
    color: #e5ff00;
  }



body {
    color: white;
    background-size: contain;
    font-family: rajdhani ,Arial, Helvetica, sans-serif;
    background-size: 20%;
    font-size: large;
}

.marqueefaszom{
  overflow: hidden;
}

.marqueefaszom-track {
  display: flex;
  padding-left: 0rem;
  gap: 4rem;
  width: max-content;
  animation: marquee var(--speed, 20s) linear infinite
    var(--direction, forwards);
  
}

.marqueefaszom-track2 {
  display: flex;
  padding-left: 0rem;
  gap: 4rem;
  width: max-content;
  animation: marquee var(--speed, 45s) linear infinite
    var(--direction, reverse);
}



.peeshrine {
    margin: auto;
    text-align: center;
    width:50%;
    background-color: rgba(49, 54, 0, 0.521);
    padding: 10px;
    border: 5px;
    border-style: solid;
    border-color: #e5ff00;
    border-radius: 0px;
    backdrop-filter: blur(2px);
}




.fadeout-horizontal {
  mask-image: linear-gradient(
    to right,
    transparent,
    black 5rem,
    black calc(100% - 5rem),
    transparent
  );
}


@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
  
}


.classikus{
  font-family: monger;
}

.nagyonszexi{
  width: 70%;
  box-shadow: #000000fd 0px 0px 10px;
  transition: 0.5s;
}

.nagyonszexi:hover{
  width: 80%;
    box-shadow: #2efc7d 6px 6px 0px;


}


.pee {
    margin: auto;
    text-align: center;
    width:50%;
    background-color: rgba(0, 0, 0, 0.521);
    padding: 10px;
    border: 5px;
    border-style: solid;
    border-radius: 10px;
    backdrop-filter: blur(2px);
}

/* Style the header */
.header {
    padding: 10px 16px;
    background-image: url("https://i.kek.sh/dtndKB1sQVE.gif");
    background-size: 100% 100%;
    color: #fc2e2e;
    border: 5px;
    border-style: solid;
    border-radius: 10px;
    text-shadow: 0px 0px 5px black;
  }
  
  /* Page content */
  .content {
    padding: 16px;
  }
  
  /* The sticky class is added to the header with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
    padding-top: 102px;
  }  

a {
    text-decoration: none;
}

.gomb {
  color: white;
  background: linear-gradient(180deg, rgb(0, 245, 155), rgb(0, 48, 180));
  padding: 15px;
  border: 0px;
  border-radius: 0px;
  text-shadow: 0px 0px 25px rgb(255, 255, 255);
  box-shadow: 0px 0px 15px rgb(0, 255, 204);
  transition: 100ms;
}

.gomb:hover {
  color: white !;
  background: linear-gradient(180deg, rgb(225, 245, 0), rgb(147, 0, 180));
  padding: 15px;
  text-shadow: 2px 2px 0px black;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 55px rgb(162, 0, 255);
}



.ultralink {
    text-decoration: none;
    color: aqua;
    text-shadow: 2px 2px black;
    transition:  500ms;
    letter-spacing: normal;
}
.ultralink:hover {
    color: yellow;
    letter-spacing: 2px;
}

li::after {
  content: 'url(pisi.png)';
  vertical-align: right;
  width: 64px;
  height: 64px; 
  display: inline;
}

.blurit {
    filter: blur(15px);
    transition: 50ms;
}

.blurit:hover{
    filter: blur(0px);
}

img {
    width: 150px;
    height: auto;
}

footer {
    margin: auto;
    text-align: center;
    width:100%;
}


ul {
  list-style-image: url(pisi.png);
  list-style-position: outside;
  width: fit-content;
  margin: auto;
}


.endre {
    height: 100% !important;
    width: 40%;
    animation: geci 5s ease-in-out infinite;
    box-shadow: 0px 0px 10px black;
    background-color: rgba(120, 120, 120, 0.623);
    padding-left: 5px;
    padding-right: 5px;
    transition: 500ms;
}

.endre:hover {
    height: 100% !important;
    width: 40%;
    animation: geci 5s ease-in-out infinite;
    box-shadow: 0px 0px 10px rgb(255, 208, 0);
    background-color: rgba(255, 255, 255, 0.623);
    padding-left: 15px;
    padding-right: 15px;
}

.pocspotato {
  rotate: 0deg;
  transition: 1s;
}

@keyframes fasz {
    0%{
      width: 110%;
      max-height: 100%;
    }
    50%{
      width: 560%;
      max-height: 10%;
    }
    100%{
      width: 110%;
      max-height: 100%;
    }
}



.pocspotato:hover {
  animation: fasz 3s linear infinite;
  animation-iteration-count: 50;
  rotate: 56116516516510561506850656516deg;
}

.centered {
  width: 50%;
  height: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

video {
    width: 50%;
    height: 50%;
}

audio {
  transition: 1s ease-in-out;
  margin: auto;
  width: 80%;
  animation: dick3 2s ease-in-out infinite ;
  rotate: 5deg;
  
}

@keyframes dickdickdick {
  0%{
    rotate: 0deg;
  }
  50%{
    rotate: 182.5deg;
  }
  100% {
    rotate: 360deg;
  }
  
}

@keyframes dick3 {
  0%{
    rotate: 5deg;
  }
  50%{
    rotate: -5deg;
  }
  
}


audio:hover, audio::selection {
  rotate: 2deg;
  animation: dickdickdick 10s linear infinite;
  scale: 250%;
  width: 20%;
}

audio::-webkit-media-controls-panel{
  transition: 5s;
  padding: 1%;
  animation: dick3 5s ease infinite;
  rotate: 0deg;
}


audio::-webkit-media-controls-panel:hover{
  scale: 50%;
  padding: 2%;
  rotate: 5deg;
  animation: marafasztudja 1s ease-in-out infinite;
}

@keyframes marafasztudja {
  0%{
    scale: 100%;
  }
  20%{
    scale: 70%;
  }
  40%{
    scale: 80%;
  }
  60%{
    scale: 5%;
    rotate: 60deg;
  }
  80%{
    scale: 10%;
  }
  100%{
    scale: 50%;
  }
}
