@font-face {
    font-family: Jost;
    src: url('/templates/nin-geo-muz/fonts/Jost-vf.woff2');
}

@font-face {
    font-family: Jost;
    src: url('/templates/nin-geo-muz/fonts/Jost-Italic-vf.woff2');
    font-style: italic;
}

:root {
  font-family: Jost, "Open Sans", Arial, serif;
  letter-spacing: 0.05rem;
}

.body > .container {
  position: relative;
  /*overflow: hidden;*/ /*hide unwanted content*/
}

.body {
  position: relative;
  z-index: 0;
}

ul.dj-megamenu {
  height: initial;
}

ul.dj-megamenu > li > a.dj-up_a {
  height: 40px !important;
  padding: 0 15px;
}

.dj-megamenu-whitemenu li a.dj-up_a span {
  height: 40px !important;
  line-height: 36px !important;
}

.dj-megamenu-whitemenu {
  border-bottom: none;
}

.row-fluid > * {
  position: relative;
  z-index: 2;
}

.stripe.slider1 {
  position: relative;
  z-index: 0;
  overflow-y: initial;
}

.menu-panels {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  justify-content: space-between;
  background-image: url('/images/muzeum/konkurs_2026/salt.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-panels > div {
  width: 30%;
  min-height: 7rem;
  background-color: rgba(0, 226, 237, .1);
  position: relative;
  padding: 15px;
}

.menu-panels > div.panel-no-show {
  display: none !important;
}

.menu-panels > div:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '»';
  padding: 1px 10px 2px 100px;
  background: #236271;
  display: inline-block;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
}

.menu-panels a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}

.logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-around;
  max-width: 100%;
}

.logos > p img {
  min-width: 20vw;
  max-width: 90vw;
  max-height: 130px;
  object-fit: contain;
}

.logos > p span,
.logos > p a {
  display: block;
}

/*
original source: https://codesandbox.io/p/sandbox/css-shooting-stars-animation-w96ut
*/
@keyframes animate {
    0% {
        /*transform: rotate(315deg) translateX(0);*/
        transform: rotate(-120deg) translateX(-20px);
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        /*transform: rotate(315deg) translateX(-1500px);*/
        transform: rotate(-120deg) translateX(-600px);
        opacity: 0;
    }
    
}

@keyframes animate_s {
    0% {
        /*transform: rotate(315deg) translateX(0);*/
        transform: rotate(-120deg) translateX(-20px);
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        /*transform: rotate(315deg) translateX(-1500px);*/
        transform: rotate(-120deg) translateX(-450px);
        opacity: 0;
    }
    
}

#teo {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 90vw;
    min-height: 100vh;
}

#teo span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 105, 105, 0.1), 0 0 0 8px rgba(255, 105, 105, 0.1), 0 0 20px rgba(255, 105, 105, 1)  ;
    animation:  animate 10s linear infinite;
  	z-index: 1;
}

#teo span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 1px;
    background: linear-gradient(90deg, #ffefb3, transparent);
}

#teo span:nth-child(1){
    top: 0;
    left: 0;
    right:initial;
    animation-delay:0 ;
    animation-duration: 1s;
}

#teo span:nth-child(2){
    top: 0;
    left: 80px;
    right:initial;
    animation-delay:0.2s;
    animation-duration: 3s;
}

#teo span:nth-child(3){
    top: 80px;
    left: 0px;
    right:initial;
    animation-delay:0.4s ;
    animation-duration: 2s;
}

#teo span:nth-child(4){
    top: 0;
    left: 180px;
    right:initial;
    animation-delay:0.6s;
    animation-duration: 1.5s;
}

#teo span:nth-child(5){
    top: 0;
    left: 400px;
    right:initial;
    animation-delay:0.8s;
    animation-duration: 2.5s;
}

#teo span:nth-child(6){
    top: 0;
    left: 600px;
    right:initial;
    animation-delay:1s ;
    animation-duration: 3s;
}
#teo span:nth-child(7){
    top: 300px;
    left: 0px;
    right:initial;
    animation:  animate_s 7s linear infinite;
    animation-delay:1s ;
    animation-duration: 3.75s;
}

#teo span:nth-child(8){
    top: 0px;
    left: 700px;
    right:initial;
    animation:  animate_s 5s linear infinite;
    animation-delay:1.4s ;
    animation-duration: 3.25s;
}

#teo span:nth-child(9){
    top: 0px;
    left: 1000px;
    right:initial;
    animation-delay:0.75s ;
    animation-duration: 4.25s;
}

#teo span:nth-child(10){
    top: 0px;
    left: 1000px;
    right:initial;
    animation-delay:2.75s ;
    animation-duration: 4.25s;
}

img.dj-image {
    mix-blend-mode: multiply;
}