@import url('https://fonts.googleapis.com/css?family=Changa:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap');

*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

body {
    box-sizing: border-box;
    background-image: url(./assets/stars.png);
    background-color: black;
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

::selection {
    background-color: white;
    color: black;
    text-shadow: none;
    line-height: 1;
}

.content {
    position: relative;
    background-image: url(./assets/star.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    /* background-image: url("https://www.transparenttextures.com/patterns/grid-noise.png"); */
    /* background-image: url("https://www.transparenttextures.com/patterns/flowers.png"); */
    /* background-image: url("https://www.transparenttextures.com/patterns/diagonal-striped-brick.png"); */
}

@media only screen and (max-width: 601px) {
    .content {
        background-size: 60%;
    }
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

/* -------------------------------
---------------------------------- HEADER STYLE */

.header {
    width: 100%;
    height: 12vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: rgba(0, 0, 0, 0.9);
    background-image: url(./assets/fake-brick.png); */
    font-family: 'Changa', sans-serif;
    position: relative;
}

/* .header::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    background-image: url(./assets/stripes.png);
    background-repeat: repeat-x;
    background: linear-gradient(to bottom right, rgba(255, 199, 14, 0.945) 0%, rgba(255, 130, 12, 0.9) 100%);
} */

.header-logo {
    width: 15%;
    text-align: center;
    position: relative;
    z-index: 500;
}

/* .header-logo::before {
    position: absolute;
    content: '';
    width: 230px;
    height: 230px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
} */

.sun-logo {
    height: 11vh;
    transition: all 0.5s;
    filter: drop-shadow(0 0 3px black);
}

.sun-logo:hover {
    transform: scale(1.05);
}

.header-menu {
    box-sizing: border-box;
    overflow: hidden;
    width: 42.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu nav a {
    text-decoration: none;
    font-size: 120%;
    margin: 0 5px;
    color: white;
    transition: all 0.3s;
}

.header-menu nav a strong {
    color: orange;
}

.header-social {
    width: 42.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-icon {
    display: none;
}

@media only screen and (max-width: 1250px) {
    .header {
        min-height: 60px;
    }

    .sun-logo {
        max-height: 60px;
    }

    .header-menu nav a {
        font-size: 100%;
        margin: 0 3px;
    }
}

@media only screen and (max-width: 989px) {
    .menu-icon {
        display: block;
    }

    .header {
        flex-direction: column;
        align-items: flex-end;
    }

    .header-logo {
        position: absolute;
        left: 10px;
    }

    .header-menu, .header-social {
        width: 85%;
        justify-content: flex-end;
    }
}

.sun-icons-div {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}

.icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 20px;
    transition: all 0.3s;
    filter: drop-shadow(0 0 5px black);
}

.icon:hover {
    transform: scale(1.1);
    filter: drop-shadow(0);
}

.icon-fb {
    background-image: url(./assets/SVG/facebook2.svg);
}

.icon-inst {
    background-image: url(./assets/SVG/instagram.svg);
}

.icon-twiiter {
    background-image: url(./assets/SVG/twitter.svg);
}

.icon-mix {
    width: 44px;
    height: 44px;
    background-image: url(./assets/SVG/mixcloud.svg);
}

.icon-yt {
    background-image: url(./assets/SVG/youtube.svg);
}

.icon-sound {
    background-image: url(./assets/SVG/soundcloud2.svg);
}

@media only screen and (max-width: 1250px) {
    .icon {
        margin: 0 12px;
    }
}

@media only screen and (max-width: 680px) {
    .icon {
        width: 20px;
        height: 20px;
        margin: 0 8px;
    }

    .icon-mix {
        width: 26px;
        height: 26px;
    }
}

@media only screen and (max-width: 560px) {
    .header {
        flex-direction: column;
        height: 120px;
        align-items: center;
        justify-content: flex-end;
    }

    .header-logo {
        position: absolute;
        left: 50%;
        top: 5px;
        transform: translateX(-50%);
        width: auto;
    }

    .sun-logo {
        height: 50px;
    }

    .header-menu, .header-social {
        width: 100%;
        justify-content: center;
        height: 32px;
        margin-right: 0px;
    }

    .header-menu nav a {
        margin: 0 2px;
        font-size: 90%;
    }
}

@media only screen and (max-width: 379px) {
    .header-menu nav a {
        margin: 0 1px;
        font-size: 75%;
    }
}

/* --------------------------- BANNER CONTENT  */

.banner-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner {
    margin: 0 auto;
    height: calc((100vh - 12vh) - 120px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 5px ridge orange;
    border-bottom: 5px ridge orange;
    position: relative;
    overflow: hidden;
    background: url(./assets/banner-back.png);
    background-position: center;
    background-size: cover;
    filter: brightness(0.6) blur(1.3px);
}

.banner-info {
    font-family: 'Changa', sans-serif;
    color: white;
    filter: drop-shadow(0 0 3px black);
    text-align: center;
    font-size: 300%;
}

@media only screen and (max-width: 979px) {
    .banner {
        height: calc((100vh - 12vh) - 120px);
    }
}

@media only screen and (max-width: 601px) {
    .banner-info {
        font-size: 150%;
    }
}

/* ------------- BANNER INFO CONTENT */

.banner-info--content1 {
    font-family: 'Changa', sans-serif;
    height: 80%;
    max-width: 800px;
    min-width: 300px;
    width: 100%;
    position: absolute;
    top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .banner-info--content-program {} */

.banner-info--content-program img {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.banner-info--content-program-mobile {
    display: none;
}

@media only screen and (max-width: 560px) {
    .banner-info--content-program {
        display: none;
    }

    .banner-info--content-program-mobile {
        display: block;
    }

    #jssor_1 {
        width: 50%;
        height: 50%;
    }
}


@media only screen and (max-width: 630px) and (max-height: 820px) {
    .banner-info--content-program-mobile {
        display: block;
    }


}

@media only screen and (max-width: 401px) and (max-height: 580px) {}

/* ------------- PLAYERS DIV */

#stickPlayer {
    z-index: 1999 !important;
    transition: all 0.3s;
}

.players-holder {
    margin: 0 auto;
    margin-top: -50px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s;
}

.logo-play-holder {
    position: absolute;
    left: -70px;
    z-index: 500;
}

@media only screen and (max-width: 1440px) {
    .players-holder {
        width: 100%;
    }
}

@media only screen and (max-width: 560px) {
    .players-holder {
        margin-top: -50px;
    }
}

@media only screen and (max-width: 979px) {
    .logo-play-holder {
        left: -20px;
    }
}

.sun-logo-div {
    margin: 0 auto;
    width: 230px;
    height: 230px;
    /* background-color: rgba(255, 165, 0, 0.3); */
    background-image: url(./assets/sun.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: drop-shadow(0 0 2px black);
    animation: spin 60s infinite;
    position: relative;
    z-index: 600;
}

.logo-play-holder::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 80px;
    height: 110px;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    background: linear-gradient(to right, rgba(234, 0, 58, 0.9) 0%, rgba(255, 199, 14, 0.99) 94%, rgba(255, 199, 14, 1) 100%);
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 1));
    transform: translateY(-50%);
}

.logo-play-holder::after {
    content: '';
    position: absolute;
    right: -50px;
    top: 50%;
    width: 80px;
    height: 110px;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    background: linear-gradient(to right, rgba(234, 0, 58, 0.9) 0%, rgba(255, 199, 14, 0.99) 94%, rgba(255, 199, 14, 1) 100%);
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 1));
    transform: translateY(-50%);
}

@media only screen and (max-width: 979px) {
    .players-holder {
        width: 100%;
    }

    .sun-logo-div {
        width: 115px;
        height: 115px;
    }

    .logo-play-holder::before {
        width: 110px;
        height: 110px;
        right: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(50%);
        clip-path: none;
        border-radius: 50%;
        border: 5px solid #1e1e1e;
    }

    .logo-play-holder::after {
        width: 80px;
        height: 80px;
        right: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(50%);
        background: linear-gradient(to right, rgba(234, 0, 58, 0.9) 0%, rgba(255, 199, 14, 0.99) 94%, rgba(255, 199, 14, 1) 100%);
        clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        visibility: hidden;
    }
}

.under-player-section {
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 10px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 601px) {
    .under-player-section {
        margin-top: 30px;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .under-player-section>* {
        margin: 5px;
    }
}

.timetable-btn {
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 10px;
    color: white;
    position: relative;
    font-family: 'Changa', sans-serif;
    transition: all 0.3s;
    font-size: 80%;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    background-color: #ffec64;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
}

.timetable-btn:hover {
    background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    background-color: #ffab23;
}

.timetable-btn::before {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(./assets/SVG/list2.svg);
    background-position: center;
    background-size: cover;
    filter: brightness(0);
}

/* .timetable-btn::after {
    font-weight: 200;
    content: 'coming soon';
    top: 75%;
    transform: translate(-50%, -50%);
    left: 64%;
    position: absolute;
    width: 100%;
    font-size: 80%;
} */

.anketa-btn {
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    background-color: #3d94f6;
    border-radius: 6px;
    border: 1px solid #337fed;
    display: inline-block;
    cursor: pointer;
    color: white;
    font-family: 'Changa', sans-serif;
    transition: all 0.3s;
    font-size: 80%;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1570cd;
    position: relative;
}

.anketa-btn:hover {
    background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    background-color: #1e62d0;
}

.anketa-btn:active {
    position: relative;
    top: 1px;
}

.player-btn {
    position: relative;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ffffff 5%, #b1b1b1 100%);
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #3b3b3b;
    position: relative;
    font-family: 'Changa', sans-serif;
    transition: all 0.3s;
    font-size: 80%;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 25px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.player-btn::before {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(./assets/SVG/play3.svg);
    background-position: center;
    background-size: cover;
    filter: brightness(0);
}

.player-btn p {
    position: absolute;
    bottom: 3px;
    right: 30.5%;
    font-weight: 200;
    font-size: 80%;
}

/* .player-btn::after {
    font-weight: 200;
    content: 'pop up';
    top: 75%;
    left: 94%;
    position: absolute;
    width: 100%;
    font-size: 80%;
} */

.player-btn:hover {
    background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color: #f6f6f6;
}

/* POPUP TIMETABLE */

.popup {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    background-color: #fff;
    -webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    display: table;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.25);
    transform: translate(-50%, -50%) scale(0.25);
    -webkit-transition: all .5s .2s;
    transition: all .5s .2s;
}

.popup__right {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 3rem 5rem;
}

.popup__img {
    display: block;
    width: 100%;
}

.popup__text {
    font-size: 1.4rem;
    margin-bottom: 4rem;
    -moz-column-count: 2;
    -moz-column-gap: 4rem;
    -moz-column-rule: 1px solid #eee;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4rem;
    column-gap: 4rem;
    -webkit-column-rule: 1px solid #eee;
    column-rule: 1px solid #eee;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-family: 'Changa', sans-serif;
}

.popup:target {
    opacity: 1;
    visibility: visible;
}

.popup:target .popup__content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.popup__close:link, .popup__close:visited {
    color: #777;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    font-size: 3rem;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
    line-height: 1;
}

.popup__close:hover {
    color: #55c57a;
}

/* ------------ PLAYER STREAMING BUTTONS  */

.social__streams {
    display: flex;
    flex-direction: column;
}

.btn-stream {
    height: 25px;
    text-decoration: none;
    font-family: 'Changa', sans-serif;
    position: relative;
    transition: all 0.3s;
    padding-left: 45px;
    padding-right: 10px;
}

@media only screen and (max-width: 979px) {
    .social__streams {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 599px) {}

.btn-stream:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.stream0::before {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(./assets/SVG/play3.svg);
    background-position: center;
    background-size: cover;
}

.stream1 {
    color: #000;
}

.stream1::before {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(./assets/SVG/bullhorn.svg);
    background-position: center;
    background-size: cover;
}

.stream2 {
    color: #000;
}

.stream2::before {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(./assets/SVG/headphones.svg);
    background-position: center;
    background-size: cover;
}

/* ------------------- CHAT ISPOD BANNERA I PLAYERA */

.chat-cotn {
    margin-top: 30px;
    padding: 10px;
    position: absolute;
    top: 35px;
    left: 0;
    height: 0;
    opacity: 0;
    transition: all 0.3s;
    z-index: 1100;
    background-color: #000;
    background-image: url(./assets/fake-brick.png);
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
    border: 3px ridge #5cb811;
    resize: vertical;
}

.live-chat-h4 {
    font-family: 'Changa', sans-serif;
    color: white;
    border-bottom: 5px groove firebrick;
}

.chat {
    z-index: 1200;
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 15px;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

/* ------ CHAT TOGGLE CHECKBOX */

.chat__checkbox {
    display: none;
}

.chat__button {
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
    padding-right: 10px;
    position: relative;
    font-family: 'Changa', sans-serif;
    transition: all 0.3s;
    font-size: 80%;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: inset 0px 1px 0px 0px #caefab;
    background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    background-color: #77d42a;
    border-radius: 6px;
    border: 1px solid #268a16;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    text-shadow: 0px 1px 0px #aade7c;
}

.chat__button:hover {
    background: linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
    background-color: #5cb811;
}

.chat__button::before {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    position: absolute;
    width: 23px;
    height: 20px;
    background-image: url(./assets/SVG/bullhorn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0);
}

/* .chat__checkbox:checked .chat-cotn {
    -webkit-transform: scale(80);
    transform: scale(80);
} */

.chat__checkbox:checked~#chat-cotn {
    opacity: 1;
    height: 65vh;
}

/* --------------------------- ispod banner */

.orange-divider {
    height: 100px;
    background-image: url(./assets/fake-brick.png);
    background-color: rgba(30, 30, 30, 0.9);
}

.portal-content {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    font-family: 'Changa', sans-serif;
    margin-top: 80px;
    margin-bottom: 120px;
    display: flex;
    flex-direction: row;
}

.speak-up-content {
    margin-top: 20px;
}

.portal-content--left {
    flex: 1 1 70%;
    max-width: 70%;
    color: white;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-left: 10px;
    position: relative;
}

.portal-content--left h4 {
    margin-bottom: 20px;
    border-bottom: 5px groove paleturquoise;
}

.portal-content--left a {
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.sviTekstovi {
    display: block;
    border-top: 5px groove paleturquoise;
    text-align: center;
}

.sviTekstovi:hover {
    color: orange;
}

.portal-texts {
    height: 190px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex: 0 0 100%;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
    position: relative;
}

.portal-texts::before {
    visibility: hidden;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    background: linear-gradient(135deg, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%);
    z-index: 101;
    transform: rotate(135deg);
    filter: drop-shadow(5px 0 5px black);
}

.portal-texts img {
    filter: grayscale(1);
}

.portal-texts:hover>img {
    filter: grayscale(0);
}

.portal-texts:hover .portal-texts-titles {
    color: orange;
}

.portal-texts:hover::before {
    visibility: visible;
}

.portal-texts img {
    width: 40%;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.img-cover {
    position: absolute;
    width: 40%;
    height: 100%;
}

.portal-cat {
    font-size: 90%;
    position: absolute;
    top: -3px;
    left: -10px;
    padding: 5px;
    line-height: 1;
    text-shadow: 0 0 1px black;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
}

.portal-cat::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 24px;
    width: 6px;
    height: 60px;
    background-color: inherit;
}

.portal-cat::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 24px;
    width: 4px;
    height: 45px;
    background-color: inherit;
}

.portal-cat::before, .portal-cat::after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7);
}

.nasPri {
    background-color: #199729;
}

.retrovizor {
    background-color: #950EA8;
}

.razg {
    background-color: #FF8210;
}

.ritam {
    background-color: #2993DD;
}

.desavanja {
    background-color: #DC287F;
}

.text-date {
    line-height: 1;
    font-size: 80%;
    margin-top: 2px;
}

.portal-texts-titles {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(./assets/fake-brick.png);
    overflow: hidden;
}

.portal-texts-titles h3 {
    margin-top: 10px;
    line-height: 1.2;
    font-size: 150%;
}

.portal-texts-description {
    margin-top: 15px;
    line-height: 1.1;
}

.portal-content--right {
    flex: 1 1 30%;
    max-width: 30%;
    color: black;
    flex-wrap: wrap;
    padding-left: 15px;
    color: white;
    margin-right: 10px;
}

.portal-right-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.cta-muzika {
    display: inline-block;
    width: 417px;
    max-height: 220px;
    cursor: pointer;
    background-color: rgba(39, 100, 221, 1);
    text-align: center;
    margin: 15px;
}

/* .cta-muzika img {} */

@media only screen and (max-width: 979px) {
    .portal-content {
        display: flex;
        flex-direction: column;
    }

    .portal-content--left {
        flex: 1 1 100%;
        max-width: 100%;
        flex-wrap: wrap;
        padding-right: 15px;
        padding-left: 15px;
    }

    .portal-content--right {
        flex: 1 1 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0px;
        margin-top: 20px;
    }
}

.portal-content--right h4 {
    color: white;
    margin-bottom: 20px;
    border-bottom: 5px groove greenyellow;
}

.portal-content--right p {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    background-color: rgb(126, 126, 126);
}

@media only screen and (max-width: 601px) {
    .portal-texts-titles h3 {
        font-size: 110%;
    }

    .portal-texts-titles p {
        font-size: 85%;
    }

    .portal-content {
        margin-top: 40px;
    }

    .portal-right-holder>iframe {
        height: 220px !important;
    }
}

/* --------- PODRZI SUNCE */

.cta-donate {
    font-family: 'Changa', sans-serif;
    color: white;
    padding: 60px 20px;
    margin-bottom: 80px;
    text-align: center;
    background-color: #282828;
    background-image: url(./assets/cta-back-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 5px ridge orange;
    border-top: 5px ridge orange;
}

.donate-CTA-div {
    display: flex;
    padding: 30px;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
}

.cta-donate-info {
    text-align: left;
    width: 70%;
}

.cta-donate h2 {
    font-size: 200%;
    color: orange;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
}

.cta-donate p {
    font-size: 130%;
}

.cta-btn {
    font-size: 110%;
    background-color: darkorange;
    border: none;
    color: white;
    padding: 10px 30px;
    cursor: pointer;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    margin-left: 50px;
    text-decoration: none;
}

.cta-btn:hover {
    background-color: orangered;
}

.cta-btn-active {
    cursor: pointer;
    border: none;
    background-color: transparent;
    overflow: hidden;
    max-width: 420px;
    max-height: 400px;
    width: 100%;
}

.cta-btn-active:hover {
    filter: brightness(1.1);
}

.cta-btn-active img {
    width: 100%;
}

/* ----------- PRIJATELJI SUNCA */

.prijatelji-sunca {
    padding-bottom: 60px;
    padding-top: 60px;
    font-family: 'Changa', sans-serif;
}

.prijatelji-sunca h4 {
    color: white;
    margin-bottom: 40px;
    text-align: center;
}

.prijatelji-sunca--items {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    color: white;
}

.prijatelji-sunca--items-item {
    flex: 1 1 24%;
    max-width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.prijatelji-sunca--items-item:not(:last-of-type) {
    margin-right: 15px;
}

.prijatelji-sunca--items-item a {
    text-decoration: none;
    text-align: center;
    color: cyan;
}

.prijatelji-sunca--items-item h3 {
    padding: 5px;
    position: relative;
    z-index: 105;
    font-size: 110%;
    line-height: 1;
}

.prijatelji-sunca--items-item img {
    position: relative;
    z-index: 103;
    max-width: 250px;
    max-height: 250px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border: 1px solid white;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1130px) {
    .prijatelji-sunca--items-item img {
        max-width: 180px;
        max-height: 180px;
    }
}

@media only screen and (max-width: 600px) {
    .prijatelji-sunca--items {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .prijatelji-sunca--items-item {
        flex: 1 1 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        margin-bottom: 30px;
    }

    .prijatelji-sunca--items-item img {
        max-width: 120px;
        max-height: 120px;
    }

    .prijatelji-sunca--items-item:not(:last-of-type) {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

/* --------------------------- FOOOTER  */

.footer {
    width: 100%;
    /* background-image: url(./assets/fake-brick.png); */
    /* text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    /* clip-path: polygon(25% 0, 75% 0, 100% 50%, 100% 100%, 0 100%, 0 50%);
    -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 100% 100%, 0 100%, 0 50%);
    -moz-clip-path: polygon(25% 0, 75% 0, 100% 50%, 100% 100%, 0 100%, 0 50%);
    border-top: 1px solid rgba(255, 130, 12, 0.9); */
    font-family: 'Changa', sans-serif;
}

.footer-up {
    display: flex;
    flex-direction: row;
}

.footer-25 {
    width: 25%;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.footer-25 span {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 30px;
    display: block;
}

.footer-25:last-of-type {
    margin-right: 30px;
}

.foot__span-about {
    border-bottom: 5px ridge paleturquoise;
}

.foot__span-contact {
    border-bottom: 5px ridge greenyellow;
}

.foot__span-map {
    border-bottom: 5px ridge orangered;
}

.foot__span-info {
    border-bottom: 5px ridge plum;
}

.fot-social a {
    display: block;
}

.footer-25 p {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-align: left;
    margin-left: 30px;
    letter-spacing: 1px;
    line-height: 150%;
}

.footer-25 a {
    text-decoration: none;
    color: orange;
    margin: 2% 0;
    margin-left: 30px;
    letter-spacing: 1px;
    line-height: 150%;
}

.footer-25 a:hover {
    cursor: pointer;
    color: orangered;
}

/* .web {
    display: inline-block;
    color: #fff;
    font-family: 'Changa', sans-serif;
    text-decoration: none;
    font-size: 95%;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.web:hover {
    color: #FFA500;
} */

/* .web::before {
    content: '';
    position: absolute;
    top: 7px;
    left: -50px;
    width: 43px;
    height: 25px;
    background-image: url(./assets/ray.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    filter: drop-shadow(0 0 3px black);
}

.web::after {
    content: '';
    position: absolute;
    top: 6px;
    right: -50px;
    width: 43px;
    height: 25px;
    background-image: url(./assets/ray.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(0 0 3px black);
} */

/* .footer-down {} */

.footer-down p {
    text-align: center;
    color: mediumpurple;
    line-height: 50px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

@media only screen and (max-width: 800px) {
    .footer-up {
        display: flex;
        flex-direction: column;
    }

    .footer-25 {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-25>* {
        margin-right: 30px;
    }
}

/* ------------------ KOSMOS MI SEKCIJA */

/* .kosmosmi {} */

/* .kosmosmi h4:last-of-type {} */

.kosmosmi .portal-content--left h3 {
    padding: 80px 0;
    text-align: left;
}

.impressum-details {
    text-align: left;
    padding: 20px;
    font-size: 110%;
}

.impressum-details a {
    color: darkorange;
    display: inline-block;
}

.impressum-details a:hover {
    color: orangered;
}

.impressumh4 {
    margin-top: 20px;
    text-align: left;
    border-bottom: 5px groove paleturquoise;
}

.redakcija {
    /* background-color: rgba(0, 0, 0, 0.9);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2); */
    padding-bottom: 15px;
}

.redakcija div {
    padding: 2px;
}

.redakcija h2 {
    font-size: 120%;
    width: 100%;
    display: block;
    padding: 3px 10px;
    color: white;
    text-shadow: 0 0 3px black;
}

.redakcija__tier1>div, .redakcija__tier2>div, .redakcija__tier3>div {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.redakcija figure {
    margin: 10px;
    flex: 1 1 45%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.redakcija figure span>p:first-of-type {
    font-size: 100%;
    font-weight: bold;
}

.redakcija figure span>p:last-of-type {
    font-size: 80%;
}

.avatar-redakcija {
    width: 90px;
    height: 90px;
    margin-right: 15px;
    border-radius: 3px;
    box-shadow: 0 0 2px whitesmoke;
}

/* .redakcija__tier1 h2 {
    background-color: crimson;
}
*/

.redakcija__tier2 h2 {
    background-image: url(./assets/fake-brick.png);
    text-align: center;
}

.redakcija__tier2 p {
    padding: 20px;
    font-size: 110%;
}

/*
.redakcija__tier3 h2 {
    background-color: goldenrod;
} */

@media only screen and (max-width: 601px) {
    .redakcija figure {
        flex: 1 1 100%;
        width: 100%;
    }

    .avatar-redakcija {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
}

/* ------------------ NEW MENU SECTION */

/* ------------------ MODALS SECTION */

/* .show-modal {
    font-size: 2rem;
    font-weight: 600;
    padding: 1.75rem 3.5rem;
    margin: 5rem 2rem;
    border: none;
    background-color: #fff;
    color: #444;
    border-radius: 10rem;
    cursor: pointer;
} */

.close-modal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 3rem;
    color: rgb(136, 127, 127);
    cursor: pointer;
    border: none;
    background: none;
}

.hidden {
    display: none;
}

.modal {
    font-family: 'Changa', sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 800px;
    max-width: 1200px;
    width: 95%;
    background: url(./assets/diagonal-striped-brick.png), linear-gradient(to bottom right, rgba(255, 199, 14, 1) 10%, rgba(255, 130, 12, 1) 100%);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
    padding: 1rem;
    z-index: 15550;
    color: rgb(30, 30, 30);
    text-align: center;
    overflow-y: auto;
}

.modal strong {
    font-size: 1rem;
    color: #1C4D9C;
}

.modal-holder {
    display: flex;
    flex-direction: row;
}

.modal-divs {
    padding: 1rem;
    text-align: justify;
    width: 50%;
    font-size: 1rem;
    line-height: 1.4;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px);
    z-index: 1500;
}

@media only screen and (max-width: 601px) {
    .modal-holder {
        display: flex;
        flex-direction: column;
    }

    .modal-divs {
        width: 100%;
    }
}