/*OBECNE*/
/* comic-neue-300 - latin */
@font-face {
    font-family: 'Comic Neue';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/comic-neue-v8-latin-300.woff2') format('woff2');
}

/* comic-neue-regular - latin */
@font-face {
    font-family: 'Comic Neue';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/comic-neue-v8-latin-regular.woff2') format('woff2');
}

/* comic-neue-700 - latin */
@font-face {
    font-family: 'Comic Neue';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/comic-neue-v8-latin-700.woff2') format('woff2');
}

/* dotgothic16-regular - latin_latin-ext */
@font-face {
    
    font-family: 'DotGothic16';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dotgothic16-v17-latin_latin-ext-regular.woff2') format('woff2');
}

body {

    color: rgb(174, 205, 255);
    background: url(img/defblo.gif) repeat;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DotGothic16';
    color: #181425;
}

.container {
    margin: auto;
}

a {
    color: rgb(58, 162, 214);
    text-decoration: none;
    font-family: 'Comic Neue';
}

a,
.nadpis,
img,
.btn {

    transition: 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'DotGothic16';
    font-weight: bold;
    color: rgb(194, 67, 101);
    border-bottom: solid 1px rgba(172, 207, 255, 0.477);
    width: 50%;
    padding: 30px 0;
    margin: 0 auto 30px;
    text-shadow: 2px 2px rgb(19, 121, 204);
}

/*HEADER*/

header {
    background: url(../img/landscape\ -\ ss\ -\ flat.png) center center no-repeat;
    background-size: cover;
}

.headerzacatek .container {
    display: flex;
    justify-content: space-between;
    padding: 50px 75px 150px;
    color: rgb(58, 162, 214);
}

.headerzacatek ul {
    display: flex;
    list-style: none;
    gap: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 25px;
}

.headerzacatek ul a {
    color: rgb(194, 67, 101);
}

.headerzacatek ul a:hover {
    color: rgb(233, 137, 163);
    text-decoration: underline;
}

.nadpis {
    font-size: 50px;
    font-family: 'DotGothic16';
    font-weight: bold;
}

.nadpis:hover {
    animation-name: spincolor;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    color: #fff;
}

@keyframes spincolor {
    0% {
        color: #d75050;
    }

    25% {
        color: #ff84c1;
    }

    50% {
        color: #b75eff68;
    }

    75% {
        color: #ff849b;
    }

    100% {
        color: #ffffff;
    }
}

.headerzacatek i p {
    padding-top: 25px;
    font-weight: 700;
    font-family: 'Comic Neue';
    color: rgb(58, 162, 214);
}

/*SECTION*/

.obsahbox {
    background: linear-gradient(rgb(64, 68, 102), rgb(13, 15, 27));
    width: 50%;
    margin: auto;
    position: relative;
    bottom: 45px;
    border-radius: 25px;
    border: 3px solid rgba(227, 229, 255, 0.886);
    box-shadow: 0 0 30px 3px #8b32ffa7, 0 0 15px 3px #ffffff8e;
    margin-bottom: 80px;
    animation: glow 3s ease-in-out alternate infinite;
}

.obsahbox .container {
    padding: 45px 80px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}


.obsahbox h1 {
    font-size: 35px;
}

.obsahbox p {
    background: linear-gradient(rgb(172, 207, 255), rgb(196, 207, 255));
    font-size: 15px;
    border: 3px solid rgba(0, 2, 18, 0.886);
    border-radius: 50px;
    padding: 25px;
    color: #181425;
    font-family: 'DotGothic16';
}
.obsahbox img {
    cursor: pointer;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 30px 3px #32b7ffa7, 0 0 15px 3px #ffffff8e;
    }
    30% {
        box-shadow: 0 0 35px 5px #32b7ff80, 0 0 25px 5px #ffffff5f;
    }

    50% {
        box-shadow: 0 0 25px 3px #32b7ffa7, 0 0 10px 3px #ffffff8e;
    }

    80% {
        box-shadow: 0 0 15px 3px #32b7ffa7, 0 0 5px 3px #ffffff8e;
    }

    100% {
        box-shadow: 0 0 30px 3px #32b7ffa7, 0 0 15px 3px #ffffff8e;
    }
}


.btnflex {
    display: flex;
    justify-content: space-around;
}

.btn {
    border-radius: 5px;
    background: rgb(194, 67, 101);
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    font-size: 16px;
    font-family: 'Comic Neue';
    border: 2px solid rgb(240, 139, 166);
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0) scaleX(1.1);
    }
    40% {
      transform: translateY(-10px) scaleY(1.1);
    }
    60% {
      transform: translateY(-5px) scaleY(1);
    }
  }

.btn:hover {
    background: rgb(240, 139, 166);
    border: 2px solid rgb(194, 67, 101);
    animation: bounce 0.5s ease;
}

.gifflex {
    display: flex;
    justify-content: center;
}

.gifflex img {
    cursor: pointer;
    width: 200px;
    height: auto;
}

.gifflex img:hover {
    scale: 1.05;
}

.gifflex .imgtrans {
    position: relative;
    width: 150px;
    height: auto;
    max-width: 100%;
}

.imgtrans .hoverjon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: contain;
    opacity: 0;
}

.imgtrans:hover img.hoverjon {
    opacity: 1;
    transition: none;
}

.imgtrans:hover johnt {
    opacity: 0;
    transition: none;
}

  .dialogue img {
  cursor: default;
  border: 35px ridge rgb(194, 67, 101);
  justify-content: center;
  width: 60%;
  height: auto;
  
  }
  
         /*UPDAAATES*/

 .updates-container {
  position: fixed;
  top: 150px;
  right: 0;
  width: 60px; /* collapsed width */
  max-height: 80vh;
  background: #030a1b;
  border-left: 3px solid rgba(0, 2, 18, 0.886);
  box-shadow: -4px 0 12px rgba(0, 2, 18, 0.886);
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.updates-container:hover {
  width: 320px;
}


.updates-header {
  writing-mode: vertical-rl;
  text-align: center;
  background-color: #c02c5b;
  color: #181425;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Comic Neue', sans-serif;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 100px;
  flex-shrink: 0;
  white-space: nowrap;
}

.updates-header p {
  transform: rotate(180deg);
  margin: 0;
  }
  
.updates-container:hover .updates-header p {
  transform: none;
}

.updates-container:hover .updates-header {
  writing-mode: horizontal-tb;
  transform: none;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
}

.updates-header img {
  max-height: 40px;
  max-width: 40px;
}

.updates-list {
  max-height: 400px;
  overflow-y: auto;
  padding: 20px;
  display: none;
}

.updates-container:hover .updates-list {
  display: block;
  animation: fadeys 0.2s ease-in;
}

@keyframes fadeys {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

.update-item {
  background: linear-gradient(rgb(172, 207, 255), rgb(196, 207, 255));
  font-size: 15px;
  border: 3px solid rgba(0, 2, 18, 0.886);
  border-radius: 50px;
  padding: 25px;
  color: #181425;
  font-family: 'DotGothic16', sans-serif;
  margin-bottom: 15px;
}

.update-item h4 {
  margin: 0;
  font-size: 1.1rem;
  color: #b21956;
  text-shadow: none;
}

 .update-item small {
  color: #181425;
  display: block;
  margin-bottom: 6px;
}

 .update-item p {
  margin: 0;
  color: #181425;
}


.updates-list::-webkit-scrollbar {
  width: 8px;
}

.updates-list::-webkit-scrollbar-thumb {
  background-color: #0078D4;
  border-radius: 4px;
}
  


/*FOOTER*/

.theend {
    background: rgb(64, 68, 102);
    padding: 50px 0;
}

.theend .container {
    display: flex;
    justify-content: space-around;
    margin: 0 150px;
    
}
.theend .cult, .theend .emailcol {
    background: linear-gradient(rgb(172, 207, 255), rgb(196, 207, 255));
    border: 3px solid rgba(0, 2, 18, 0.886);
    border-radius: 50px;
    padding: 25px;
}
.cultpng {
    display: flex;
}
.cultpng img {
    width: 100px;
    height: auto;
    padding-top: 15px;
}

.theend .emailcol {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.theend span {
    font-size: 25px;
    font-weight: bold;
}

.explode {
    background: url(../img/pup.gif);
    padding: 50px;
}
.stealin .stealflex {
    display: flex;

}

.stealin input[type="email"] {
    padding: 10px;
    font-size: 20px;
    border: none;
    border-radius: 25px;
}
.stealin .btn {
    padding: 15px;
    border-radius: 25px;
    margin-left: -40px;
}
.stealin .btn {
    animation: none;
}

.fire-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background: url('img/hellfire.gif') center center / cover no-repeat;
  mix-blend-mode: screen;
  opacity: 0.4;
  z-index: 9999;
  animation: flicker 0.15s infinite;
}