
@font-face {
  font-family: termina;
  src: url(fonts/TerminaTest-Regular.otf);
}

@font-face {
  font-family: terminaextralight;
  src: url(fonts/TerminaTest-ExtraLight.otf);
}


@font-face {
  font-family: terminalight;
  src: url(fonts/TerminaTest-Light.otf);
}


@font-face {
  font-family: demi;
  src: url(fonts/TerminaTest-Demi.otf);
}


@font-face {
  font-family: visoki;
  src: url(fonts/Deutschlander-O5we.ttf);
}






/* normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  background: black;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}



/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* BASE */

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none;
}

::-webkit-selection {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

/* Basic Typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  color: inherit;
  line-height: 1.25;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: normal;
}

h1, .h1 {
  font-size: 3.6em;
}




small, .small {
  font-size: 0.7em;
}

a.link {
  text-decoration: none;
}

a.link:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 15px 0;
}

hr {
  border-bottom: 1px solid #333333;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
  clear: both;
}

ul.list-inline, ol.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list-inline li, ol.list-inline li {
  display: inline-block;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

abbr[title] {
  border-bottom: 1px dotted;
}

abbr, acronym {
  cursor: help;
}

tt, code {
  font-family: terrmina;
  font-size: 0.75em;
}

pre {
  -moz-tab-size: 2;
  tab-size: 2;
  margin-bottom: 12px;
  white-space: nowrap;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Media elements */
img, picture, video, audio, embed, object, input, iframe {
  margin: 0;
}



img {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

img[src*=".svg"] {
  width: 100% \9 ;
}

a:hover img {
  border: none;
  background: none;
}

x::-ms-reveal, img[src*=".svg"] {
  width: 100%;
}

a img {
  border: none;
}



/* Header module */
/* Form Module */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea, select {
  padding: 6px 10px;
  box-shadow: none;
}

textarea, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
  height: auto;
  min-height: 50px;
}

.table {
  width: 100%;
  margin-bottom: 15px;
}

.table th, .table td {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 10px 20px;
  text-align: left;
}

.table th:first-child, .table td:first-child {
  padding-left: 0;
}

.table th:last-child, .table td:last-child {
  padding-right: 0;
}

/* General layout */
section {
  width: 100%;
  display: block;
  position: relative;
}

section:before, section:after {
  content: " ";
  display: table;
}

section:after {
  clear: both;
}

.inner-container {
  height: 100%;
}

.inner-container:before, .inner-container:after {
  content: " ";
  display: table;
}

.inner-container:after {
  clear: both;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.full-width {
  width: 100%;
}

.spacing {
  padding: 15px 0;
}

/* PRINT STYLES */
@media print {
  *, *:before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
html, body {
  margin: 0;
}

.slideshow {
  overflow: hidden;
  position: fixed;
  z-index: 10;

}

.testdiv {
  transform: scale(1.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999;
  display: none;
  opacity: 0;
}

@keyframes testscale {
  0% {
    transform: scale(1.8);
  }
  100% {
    transform: scale(1.8);
  }
}

.out {
  animation: out 1s forwards ;
}

.slideshow.screen-height {
  width: 100vw;
  height: 100vh;
  position: fixed;
  
  
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("img/most.jpg");
  background-position: center center;
  background-size: cover;

}



.nogac {
  animation: fadein 1s;
}

.slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  will-change: transform, opacity, width, right, left;
  
}

.slide.is-active {
  display: block;
}
.slide.is-loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
  will-change: left, right;
  
}

/* ... your other styles ... */

.slide .image-container video {
  position: absolute;
  height: 100vh !important;
  min-width: 100%;
  left: 50%;
  transform: translate(-50%) !important;
  object-fit: cover;
  filter: brightness(0.4);
}

/* ... your other styles ... */


.slide .image-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(54, 47, 22, 0.5);
}
.slide .image-container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 266px;
  content: "";
  transform: scale(-1) rotate(180deg) translateY(-290%);
  background-image: linear-gradient(#0e0e0e 0%, rgba(14, 14, 14, 0.738) 19%, rgba(14, 14, 14, 0.541) 34%, rgba(14, 14, 14, 0.382) 47%, rgba(14, 14, 14, 0.278) 56.5%, rgba(14, 14, 14, 0.194) 65%, rgba(14, 14, 14, 0.126) 73%, rgba(14, 14, 14, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(14, 14, 14, 0.021) 91%, rgba(14, 14, 14, 0.008) 95.2%, rgba(14, 14, 14, 0.002) 98.2%, rgba(14, 14, 14, 0) 100%);

}
.slide .image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  transition: 2s filter linear;
}





/* ... your other styles ... */



.slide .image.is-blur {
  filter: url(#blur);
  filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="5");
}
.slide .image.is-loading {
  display: block;
  width: 100%;
  height: 100%;
  
}
.slide__slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: width, left, right;
}
.slide__slide-content h2 {
  display: inline-block;
  color: #fed208;
  font-family: "visoki", sans-serif;
  letter-spacing: 2px;
  font-size: 15rem;
  line-height: 0.8;
  margin-bottom: 0;
  margin-top: 0;
  overflow: visible;
  position: relative;
  padding: 0 5%;
  mix-blend-mode: lighten;
  text-transform: uppercase;
  margin-left: 3rem;
  will-change: transform, opacity;
  text-decoration: none;
  opacity: 0;
  
}
.slide__slide-content h2 a {
  display: block;
  color: #fed208;
  text-decoration: none;



}

.counter {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: white;
}
.counter__nbr {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 13px;
  font-size: 13px;
  font-weight: 400;
  line-height: 3.2307692308;
  color: white;
}
.counter__nbr.counter__nbr--yellow {
  color: #fed208;
}

.view-events, .skip-intro {
  z-index: 2;
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 19px;
  line-height: 1.3846153846;
  backface-visibility: hidden;
  opacity: 1;
  visibility: visible;
  letter-spacing: 0.2rem;
  will-change: opacity, visibility;
}
.view-events.is-hidden, .skip-intro.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.view-events span, .skip-intro span {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 10px;
}
.view-events span:before, .skip-intro span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(239, 239, 239, 0.2);
  right: 0;
  transform: translateX(-101%);
  top: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform;
}
.view-events__line, .skip-intro__line {
  position: absolute;
  left: 50%;
  content: "";
  top: calc(100% + 10px);
  width: 1px;
  height: 30px;
  will-change: transform;
  overflow: hidden;
}
.view-events__line i, .skip-intro__line i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-101%);
  background-color: #fed208;
}
.view-events:hover span:before, .skip-intro:hover span:before {
  transform: translateX(0);
}

.arrows .arrow {
  margin: -33px 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  width: 55px;
  height: 55px;
  opacity: 0;
  border: 1px solid #fed208;
  border-radius: 50%;
  z-index: 999999999999999999;
}
.arrows .arrow:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 67px;
  height: 67px;
  border: 1px dashed white;
  opacity: 0.3;
  content: "";
  border-radius: 50%;
}
.arrows .arrow__line {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-miterlimit: 10;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  will-change: transform, opacity, visibility;
}
.arrows .arrow .svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 13px;
  fill: white;
}
.arrows .arrow .svg:before {
  position: absolute;
  height: 1px;
}
.arrows .arrow .svg svg {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: visible;
  will-change: transform;
}
.arrows .arrow .svg svg .arrow__line {
  opacity: 0;
  visibility: hidden;
}
.arrows .prev {
  left: 30px;
}
.arrows .prev svg {
  transform: translateX(2px);
}
.arrows .prev svg .arrow__line {
  transform: translateX(-50px);
}
.arrows .prev:hover .svg svg {
  transform: translateX(-2px);
}
.arrows .prev:hover .svg svg .arrow__line {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.arrows .next {
  right: 30px;
}
.arrows .next svg {
  transform: translateX(-2px);
}
.arrows .next svg .arrow__line {
  transform: translateX(50px);
}
.arrows .next:hover .svg svg {
  transform: translateX(2px);
}
.arrows .next:hover .svg svg .arrow__line {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.fadedown {
  animation: fadedown 0.7s 0.5s forwards;
}

.dark {
  animation: dar 1s 1s forwards;
}

@keyframes dark {
  from {
    filter: brightness(0.4);
  }
  to {
    filter: brightness(0) contrast(10);
  }
}

@keyframes fadedown {
  from {
    opacity: 1; transform: translateY(0);
  }
  to {
    opacity: 0; transform: translateY(5rem);  }
}


@keyframes nastane {
  from {
    display: none;
  }
  to {
    display: flex;
  }
}
.pages {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.pages ul {
  padding: 0;
  margin: 0;
}
.pages .page {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 10px;
}
.pages .page__link {
  position: relative;
  display: block;
  color: white;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: color;
  transform: translateZ(0);
  text-decoration: none;
  font-family: demi !important;
}
.pages .page__link i {
  position: absolute;
  width: 100%;
  height: 18px;
  background-color: rgba(239, 239, 239, 0.2);
  right: 0;
  transform: translateX(-100%);
  top: 5px;
  will-change: transform;
}
.pages .page + .page {
  margin-left: -2px;
}







@media (max-width: 767px) {
  .slide__slide-content h2 {
    font-size: 36vw;
    margin-left: 0vw;
  }

  .arrows .arrow {
    transform: scale(0.7) translateY(2rem) !important;
  
  }

  .arrows .prev {
    left: 5px;
  }

  .arrows .next {
    right: 5px;
  }

  .pages .page__link {
    font-size: 2.5vw;   
    
  }

  .pages {
    bottom: 10vh;

  }





}









.mask-div {
  width: 100vw;
  height: 95vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 5;
  transform: scale(35) translateX(-0.88rem);
  z-index: 0;
}

.scaleout {
  animation: scaleout 1s ease-out forwards ;
  z-index: 999;
}


@keyframes scaleout {

  0% {
      transform: scale(35) translateX(-0.88rem); ;
  }

  90% {
    background: transparent;
    transform: scale(1) translateX(0.3rem);

  }
  100% {
    background: black;
    transform: scale(1) translateX(0.3rem);

}
}


.mask-div img {
width: 110rem;


}



.content {
text-align: center;
position: relative;
color: white;
position: fixed;
font-family: extralight;
padding-top: 29rem;
font-size: 1.5rem;
animation: inop 1s  forwards;

}
.content span {
width: 4.15rem;
display: inline-block;
font-family: light;
}



.button {
position: fixed;
opacity: 0.7;
border-width: 1px;
border-color: rgb(255, 255, 255);
background: linear-gradient(to bottom, rgba(250, 128, 114, 0) 50%, gold 50%) top;
background-size: 100% 200%;
transition: .2s ease-out;
border-radius: 5rem;
padding: 0.3rem 1.2rem;
color: white;
z-index: 9999999;
bottom: 3rem;
left: 50%;
transform: translateX(-50%);
font-family: reg;
font-size: 0.8rem;
display: flex;
align-items: center;
gap: 0.5rem;
}

.button:hover {
color: black;
border-color: gold;
background-position: bottom;
}

.button:hover img {
filter: brightness(0);
}

.button img {
width: 1rem;
transition: 0.3s;
}


#galatest {
  position: fixed;
  z-index: 0;
  transform: scale(1);
  width: 100vw;
  opacity: 0;
  height: 100vh;
}

.scaleoutgal {
  animation: galatest 1s forwards ;
  opacity: 1 !important;

}

#prvagal {
  opacity: 0;
}

.prvagalan {
  animation: prvagal 0.3s 0.8s forwards;

}
@keyframes prvagal 
 {
  0% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}

@keyframes galatest {
  0% {
    transform: scale(7.1) translateY(0vh);
  }
  100% {
    transform: scale(1) translateY(0vh);
  }
}



@keyframes out {
  0% {  clip-path: inset(0% 0% 0% 0%); opacity: 1;} 

  30% {  clip-path: inset(0% 0% 0% 0%);}

  60% {   opacity: 1;}

  100% {   clip-path: inset(18.5% 19% 22% 19.5%)
    ; opacity: 0;}
    }





  .angaltrans  {
    animation: galtrans 1s ease forwards ;
    opacity: 0;
    display: flex;
    z-index: 0;

  }

  .slideshowtrans  {
    animation: slideshowtrans 1s ease forwards ;
    opacity: 1;
    display: flex;

  }

  @keyframes slideshowtrans {
    0% {
      clip-path: inset(0% 0% 0% 0%);
      opacity: 1;
    }


    70% {
      opacity: 0;
    }

    100% {
      clip-path: inset(18.5% 19% 22% 19.5%);
      opacity: 0;

    }
  }

  @keyframes galtrans {
    0% {
      transform: scale(1.8);
      opacity: 0;
    }


    70% {
      opacity: 0.6;
    }

    100% {
      transform: scale(1);
      opacity: 1;

    }
  }



  .test {
    width: 61.5vw;
    position: fixed;
    background: none;
    top: 50%;
    margin-top: -13px;
    left: 50%;
    height: 59.5vh;
    margin-left: -1.5rem;
    z-index: 0;
    opacity: 1;
    transform: translateX(-47%) translateY(-50%);
    animation: testan 1s forwards;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

  }

  .test:nth-child(2) {
    left: 118.2%;
  
  }

.test img {
  width:  100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  filter: brightness(0.6);

}



.fadein {
  animation: fadein 0.5s 0.5s forwards;
  opacity: 0;
}


@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0rem);
  }
  100% {
    opacity: 0;
    transform: translateY(2rem);

  }
}







.pagination {
  display: flex;
  position: fixed;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 33rem;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 0;
  gap: 1rem;
  height: 3rem;

}
.pagination__button {
  display: flex;
  font-family: terminalight;
  justify-content: center;
  align-items: center;
  position: relative;
  background: none;
  transform: translateX(0vw);
  width: 2rem;
  height: 2rem;
  margin: 0 0.2rem;
  cursor: pointer;
  outline: 0cm;
  border: none;
  color: rgba(255, 255, 255, 0.631);
  font-size: 0.9rem;


}




.pagination__button:before, .pagination__button:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  
  
}

.pagination__button:after {
  width: 1.5rem;
  height: 1.5rem;
  background-color: gold;
  opacity: 0;
  transition: 0.5s opacity;
  border-radius: 100%;
  margin-top: -0.65rem;
  margin-left: 0.3rem;
}





.pagination__item--active .pagination__button:after {
  opacity: 1;
}

.pagination__item--active span{
  color: #000;
  z-index: 999;
  font-family: terminaregular;
}


.th2 {
  font-size: 15.5rem;
  text-transform: uppercase;
  margin-left: 2.8rem;
  margin-top: 1.25rem;
  color: gold;
  font-family: visoki;

}



.th2div {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
  animation: nema 0.5s 4s forwards;
}

@keyframes nema {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
