body {
    margin: 0 !important;
    background-image: url("../assets/img/menu/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden !important;
    height: 100vh;
}

.title {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 380px;
    z-index: 2;
}

.buttons {
    position: fixed;
    text-align: center;
    bottom: 4%;
    width: 100%;
    z-index: 2;
}

#starting-screen-fullscren-btn {
     z-index: 100;
     height: 100vh;
     width: 100%;
     position: fixed;
     background: black;
 }

.starting-screen-text {
    color: white;
    font-size: 21px;
    text-align: center;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 68vh;
}

#fullscreen-btn-3 {
    z-index: 3;
}

.starting-screen-fullscreen-btn {
    position: absolute;
    width: 50px;
    left: 10px;
    top: 14px;
    cursor: pointer;
}

.starting-screen {
    z-index: 100;
    height: 100vh;
    width: 100%;
    position: fixed;
    background: black;
}

.splash-screen-logo{
    margin-top: 200px;
    width: 140px;
    border-radius: 8px;
    padding: 10px;
    opacity: 0;
}

.splash-screen-text{
    color: white;
    opacity: 0;
    font-size: 23px;
}

.splash-screen{
    position: fixed;
    text-align: center;
    background: black;
    font-family: cursive;
    height: 100vh;
    width: 100%;
    z-index: 10;
}

.splash-screen-inner-text{
    display: inline;
    font-weight: bold;
    font-size: 28px;
    font-family: cursive;
}

.glightbox_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.outer_circle {
    stroke-width: 3;
    stroke-dasharray: 410;
    stroke-dashoffset: 0;
    stroke-linecap: square;
    transition: all .4s ease-out;
}

.glightbox_video:hover .outer_circle {
    stroke-dashoffset:410;
    transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out;
    cursor: pointer;
}

.glightbox_video:hover
.inner-circle {
    fill: #2177b8;
    transition:fill .4s .3s ease-out;
    cursor: pointer;
}

.glightbox_video:hover
.play{
    fill: white;
    transition:fill .4s .3s ease-out;
    cursor: pointer;
}


.glow-on-hover {
    width: 210px;
    height: 55px;
    outline: none;
    color: #aaedfa;
    background: #111;
    border: 1px solid black;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    font-size: 21px;
    margin-left: 15px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #061a3a;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.hide {
    display: none !important;
}

.invisible {
    display: none;
}

#play-btns-holder {
    position: relative;
    background: rgba(0,0,0,0.6);
    width: fit-content;
    margin-left: auto;
    top: 40vh;
    margin-right: auto;
    padding: 35px;
    border-radius: 8px;
    filter: drop-shadow(2px 4px 6px black);
    z-index: 4;
}

#myVideo {
    filter: brightness(0.75);
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

* {box-sizing:border-box}

.slideshow-container {
    max-width: 410px;
    position: relative;
    margin: auto;
    z-index: 2;
    margin-top: 60px;
}

@media only screen and (min-width: 2200px) {
    .slideshow-container {
        max-width: 620px;
        position: relative;
        margin: auto;
        z-index: 2;
        margin-top: 155px;
    }
}

#links {
    background: rgba(0,0,0, .8);
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 85px;
    height: 525px;
    border-radius: 8px;
    z-index: 3;
    position: relative;
    padding: 24px;
    overflow: auto;
}

#links::-webkit-scrollbar {
    width: 8px;
}

#links::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 8px;
}

#links::-webkit-scrollbar-thumb {
    background: #7f7fea;
    border-radius: 8px;
}

#links::-webkit-scrollbar-thumb:hover {
    background: #d07fea;
}

@media only screen and (min-width: 2200px) {
    #links {
        width: 530px;
        margin-top: 160px;
        height: 700px;
    }
}

.mt-32 {
    margin-top: 35px;
}

.link-title {
    color: lavenderblush;
    font-size: 22px;
}

.link-link {
    display: block;
    color: #7f7fea;
    font-size: 19px;
    position: relative;
    top: 6px;
    text-decoration: none;
    width: fit-content;
}

.link-link:hover {
    color: #d07fea;
}

.mySlides {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 26px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.mr-0 {
    margin-left: 0 !important;
}

.next {
    right: -60px;
    border-radius: 4px;
}

.prev {
    left: -60px;
    border-radius: 4px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.7);
}

.numbertext {
    color: black;
    font-size: 19px;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    font-weight: bold;
}

.fade {
    animation-name: fade;
    animation-duration: .5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}