
@font-face {
    font-family: 'PPRader Thin';
    src: url('/system/res/typo/PPRader-Thin/PPRader-Thin.woff2') format('woff2'),
        url('/system/res/typo/PPRader-Thin/PPRader-Thin.woff') format('woff'),
        url('/system/res/typo/PPRader-Thin/PPRader-Thin.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PPRader Thin V1';
    src: url('/system/res/typo/PPRader-Thin-v1.0/PPRader-Thin.woff2') format('woff2'),
        url('/system/res/typo/PPRader-Thin-v1.0/PPRader-Thin.woff') format('woff'),
        url('/system/res/typo/PPRader-Thin-v1.0/PPRader-Thin.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'PPRader Bold';
    src: url('/system/res/typo/pprader-bold-v1.0/PPRader-Bold.woff2') format('woff2'),
        url('/system/res/typo/pprader-bold-v1.0/PPRader-Bold.woff') format('woff'),
        url('/system/res/typo/pprader-bold-v1.0/PPRader-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*, div, p {
    font-family: 'Roboto', sans-serif;
    font-family: 'PPRader Bold'!important;
    outline: none;
    -webkit-appearance:none;
    box-sizing: border-box;
}

input[type=checkbox] {
    -webkit-appearance:checkbox;
}

select {
    -webkit-appearance:select;
}

a {
    text-decoration: none;
}
.none {
    display: none;
}

body {
      background: black;
}


#background-video {
      height: 100vh;
      width: 100vw;
      object-fit: cover;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
}


.logo {
      font-size: 40px;
      color: white;
      font-weight: bold;
      position: fixed;
      left: 20px;
      top: 20px;
      display: inline-block;
      color: transparent;
      background-image: url(/system/res/img/sandor.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
}
.menu {
      display: inline-block;
      position: fixed;
      top: 20px;
      right: 20px;
}


.menu .item {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      cursor: pointer;
}

.menu .item p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 15px;
      margin-right: 10px;
      transform: translateX(20px);
      opacity: 0;
      transition: 0.15s;
      font-weight: bold;
}

.menu .item:hover p {
      transform: translateX(0px);
      opacity: 1;
}

.menu .item .img {
      width: 50px;
      height: 50px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
}




.slider {
      position: fixed;
      bottom: 20px;
      left: 0;
      right: 0;
      text-align: center;
}



.slider .item {
      height: 50px;
      width: 50px;
      display: inline-block;
      position: relative;
      margin: 10px;
      cursor: pointer;
}

.slider .item .back {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 50px;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 50px 50px;
      transition: 0.1s;
}

.slider .item .top {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 50px 50px;
}

.volume {
      position: fixed;
      left: 20px;
      bottom: 20px;
      width: 40px;
      cursor: pointer;
      transform: rotateZ(-15deg);
      transition: 0.15s;
      z-index: 500;
}

.volume:hover {
      transform: rotateZ(-20deg) scale(1.2);
}


@media screen and (max-width: 550px) {
      .menu {
            top: 80px;
            left: 15%;
            right: 15%;
            display: flex;
            justify-content: space-around;
            align-items: center;
      }
      .menu .item p {
            position: fixed;
            top: 140px;
            text-align: center;
            transform: translateX(0px) scale(0);
            left: 0;
            right: 0;
      }
      .menu .item p:hover {
            transform: translateX(0px) scale(1);
      }
      .logo {
            right: 20px;
            text-align: center;
      }
      .volume {
            top: 20px;
            bottom: inherit;
      }
}

#popup_background {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      backdrop-filter: url(filters.svg#filter) blur(9px) saturate(150%);
      z-index: 1000;

      display: none;

}

#popup {
      width: 95%;
      max-width: 1200px;
      max-height: 80vh;
      position: fixed;
      z-index: 1500;

      display: none;
}
#popup iframe {
      width: 100%;
      aspect-ratio: 16 / 9;
}

#popup .links_part {
      background: black;
      padding: 20px;
      padding-bottom: 0px;
}

#popup .links_part .elements {

}

#popup .links_part .elements img {
      width: 40px;
      margin-left: 20px;
      margin-bottom: 20px;
      transition: 0.1s;
}


#popup .links_part .elements img:hover {
      transform: scale(1.3) rotateZ(7deg);
}


/**/
