:root {
    --primary-color: #630edc;
    --primary-color-ligthen1: #7210ff;
    --primary-color-ligthen2: #a481d5;
    --primary-color-darken1: #4c0aa9;

    --secondary-color: #ffc12e;
    --tetriary-color: #f9234d;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #ffc12e #630edc;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #630edc;
}

*::-webkit-scrollbar-thumb {
    background-color: #ffc12e;
    border-radius: 20px;
    border: 3px outset #ffffff;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 500;
    /* cursor: url('/images/frog-cursor.png'), auto; */
}

body {
    height: 100vh;
    background: rgb(171, 142, 212);
    background: linear-gradient(357deg, rgba(171, 142, 212, 1) 0%, rgba(99, 14, 220, 1) 75%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar {
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    background-color: var(--primary-color);
    position: fixed;
    top: 0;
    width: 100%;

}

/* Links inside the navbar */
.nav-link a {
    font-size: 1.4rem;
    display: block;
    color: white;
    text-align: center;
    padding: 17px 19px;
    text-decoration: none;
    transition: all 0.3s ease
}

/* Change background on mouse-over */
.nav-link a:hover {
    color: var(--secondary-color);
}

.nav-link a:active {
    transform: scale(1.2);
}

.link-icon {
    z-index: 500;

    color: var(--secondary-color);
    font-size: 30px;
    transition: all 0.3s ease
}

.link-icon:hover {
    color: var(--tetriary-color);
}

.page-content-container {

    z-index: 500;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-letters {

    z-index: 500;

    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 75px;
    text-align: center;
    color: white;
    transition: color 0.3s ease;
    animation: glow 8s ease-in-out infinite;
}

.video {

    z-index: 500;

    width: 765px;
    height: 470px;
    cursor: url('/images/frog-cursor.png'), auto;
}

/* Animation keyframes */
@keyframes glow {

    0%,
    100% {
        color: var(--secondary-color);
    }

    50% {
        color: white;
    }
}

/* Main content */
.main {
    margin-top: 30px;
}

.mobile-menu {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;

    -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;

    display: none;
    background-color: #4c0aa9;
}

#mobile-menu-btn {
    display: none;
    font-size: 1.4rem;
    margin-right: 25px;
    padding: 17px 19px;
}

#mobile-menu-logo {
    display: none;
}

#desktop-menu {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.video {

    z-index: 500;

    width: 100%;
    height: 400px;
    border-radius: 15px;
    border-color: #a482d5;
    border-width: 5px;
    border-style: solid;
}

.page-content {

    z-index: 500;

    width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
}

.article-image {
    border-color: #a482d5;
    border-width: 5px;
    border-style: solid;
    border-radius: 15px;
    width: 100%;
}

.kruzic {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
    font-weight: bold;

    background-size: cover !important;
    background-position: center !important;

    border-color: #a482d5;
    border-width: 5px;
    border-style: solid;
}

/* rgb(164, 129, 213) */

.kruzic-podcast {
    background: linear-gradient(0deg, rgba(163, 129, 213, 0.5), rgba(163, 129, 213, 0.5)), url('/images/podcast-main.jpeg');
    background-size: cover;
    background-position: center;
    transition: all .1s;
}

.kruzic-podcast:hover {
    background: url('/images/podcast-main.jpeg');
    background-size: cover;
    background-position: center;
    font-size: 33px;
}

.kruzic-pubkviz {
    background: linear-gradient(0deg, rgba(163, 129, 213, 0.5), rgba(163, 129, 213, 0.5)), url('/images/pubkviz-main.jpeg');
    background-size: cover;
    background-position: center;
    transition: all .1s;
}

.kruzic-pubkviz:hover {
    background: url('/images/pubkviz-main.jpeg');
    background-size: cover;
    background-position: center;
    font-size: 33px;
}

.kruzic-radionice {
    background: linear-gradient(0deg, rgba(163, 129, 213, 0.5), rgba(163, 129, 213, 0.5)), url('/images/radionice-main.jpeg');
    background-size: cover;
    background-position: center;
    transition: all .1s;
}

.kruzic-radionice:hover {
    background: url('/images/radionice-main.jpeg');
    background-size: cover;
    background-position: center;
    font-size: 33px;
}

.logo-image {

    z-index: 500;

    width: 400px;
    margin-bottom: 15px;
}

.flex-center-all-column {

    z-index: 500;

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
}

.kruzic-eventi {
    background: linear-gradient(0deg, rgba(163, 129, 213, 0.5), rgba(163, 129, 213, 0.5)), url('/images/eventi-main.jpeg');
    background-size: cover;
    background-position: center;
    transition: all .1s;
}

.kruzic-eventi:hover {
    background: url('/images/eventi-main.jpeg');
    background-size: cover;
    background-position: center;
    font-size: 33px;
}

.kruzic-druzenja {
    background: linear-gradient(0deg, rgba(163, 129, 213, 0.5), rgba(163, 129, 213, 0.5)), url('/images/druzenja-main.jpeg');
    background-size: cover;
    background-position: center;
    transition: all .1s;
}

.kruzic-druzenja:hover {
    background: url('/images/druzenja-main.jpeg');
    background-size: cover;
    background-position: center;
    font-size: 33px;
}

.two-image-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.two-image-container>* {
    width: 48%;
}

@media (max-width: 500px) {
    .two-image-container {
        flex-direction: column;
        gap: 10px;
    }

    .two-image-container>* {
        width: 100%;
    }
}

.episode-title {

    z-index: 500;

    /* width: 765px; */
    width: 100%;
    margin-top: 0px;
    font-size: 30px;
    text-align: center;
    color: white;

    background-color: rgb(164, 129, 213, 0.7);
    border-radius: 15px;
}

.paragraph {

    z-index: 500;

    padding: 20px;
    background-color: rgb(99, 14, 220, 0.7);
    border-radius: 15px;

    font-weight: bold;
    max-width: 900px;
    text-align: justify;
    color: white;
    font-size: 1.3rem;
}

.mobile-square {
    margin-bottom: 15px;
    padding: 10px;
    background-color: rgb(99, 14, 220, 0.7);
    border-radius: 15px;
}

.circles-mobile {
    display: none;
}

@media (max-width: 800px) {
    .episode-title {
        width: 100%;
        font-size: 25px;
    }
    .mobile-full-width{
        width: 100% !important;
    }
}

@media (max-width: 500px) {

    /* NAVBAR */

    #mobile-menu-logo {
        display: block;
    }

    #mobile-menu-btn {
        display: block;
        margin-right: 0px;
    }

    #desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: none;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    /* TEXTS */

    .hover-letters {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .video {
        width: 100%;
        height: 300px;
    }

    .logo-image {
        width: 70%;
        margin-top: 0px;
    }

    .page-content {
        width: 100%
    }

    .page-content-container {
        padding: 10px;
    }

    .circles-desktop {
        display: none !important;
    }

    .kruzic {
        width: 300px;
        height: 300px;
        border-radius: 300px;
    }

    .circles-mobile {
        display: flex !important
    }
}

/* Animations */

/* ----------------------------------------------
 * Generated by Animista on 2024-8-5 23:45:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}

@keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}