* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
body {
    font-family: 'Archivo', sans-serif;
    font-size: calc(13px + 0.390625vw);
    -webkit-font-smoothing: antialiased;
    line-height: 1.42857143;
    color: #F9F7FA;
    background: #131313;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: auto;
    overflow-x: hidden;
}
/*.app-main {
    overflow: hidden;
}*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}
*:focus {
    outline: 0 !important;
}
a, a:hover, button, button:hover {
    transition: color .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease, opacity .3s ease, -webkit-box-shadow .3s ease
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}
button {
    cursor: pointer;
}
:focus, :hover {
    outline: none;
    text-decoration: none;
}
::-moz-focus-inner {
    border: 0;
    outline: none;
}
:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 transparent;
}
::-moz-selection {
    color: #fff;
    background: #6E4C71;
}
::selection {
    color: #fff;
    background: #6E4C71;
}
@-moz-document url-prefix() {
    select, select:-moz-focusring, select::-moz-focus-inner {
        color: transparent !important;
        text-shadow: 0 0 0 #fff !important;
        background-image: none !important;
        border: 0;
    }
}
@media print {
    img {
        max-width: 100% !important;
    }
}
@media print {
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
}
svg:not(:root) {
    overflow: hidden;
}
img {
    -ms-interpolation-mode: bicubic;
}
::-moz-selection {
    background: #55BC79;
    color: #fff;
}
::selection {
    background: #55BC79;
    color: #fff;
}
label {
    font-weight: normal;
}
ul {
    list-style-type: none;
}
.onPath {
    color: #9747FF;
}
.app-wrapper {
    width: 100%;
    margin: 0 auto;
    flex: 1;
}
.app-wrapper::before {
    content: '';
    display: table;
    clear: both;
}
.app-sidebar {
}
header {
}
.app-header {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding:20px 0;
}
.app-search {
    margin-right: 20px;
}
/* SOCIAL NETWORKS */
.app-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.app-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.networks {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.networks .network-item {
    margin: 0 15px;
}
.networks .network-item .network-link {
    font-size: 18px;
}
.networks .network-item .network-link:hover,
.networks .network-item .network-link:focus {
    color: #202020;
}
/* NAV */
.nav-box {
    display: none;
}
.app-nav ul {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center!important;
    justify-content: space-between;
    color: #F9F7FA;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 2px solid #F9F7FA;
    border-radius: 1px;
    padding: 5px 0 20px;
    font-family: 'Archivo', sans-serif;
}
.app-nav ul li:hover {
    color: #9747FF;
}
.app-nav ul li:first-child {
    color: transparent;
    background-image: url(../img/headerLogo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    font-size: 18px;
    /*border-right: 2px solid #F9F7FA;*/
    /*border-radius: 1px;*/
    /*padding-right: 40px;*/
}
.app-nav ul li:nth-child(2) {
    padding-left: 80px;
    border-left: 2px solid #F9F7FA;
    border-radius: 1px;
}
.app-nav ul .last{
    border-right: 2px solid #F9F7FA;
    padding-right: 40px;
    border-radius: 1px;
    margin-right: 0;
}
/* HOME PAGE */
.sliderImg {
    width: 50%;
}
.single-item {
    display: flex !important;
    position: relative;
}
.single-item img {
    width: 100%;
}
.test {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2% 0 0 0;
    width: 50%;
}
.projectHomeTitle h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #9747FF;
    position: relative;
    font-size: 80px;
    font-family: 'Archivo', sans-serif;
    margin-top: 100px;
}
.projectSliderTitle {
    color: #000;
    font-size: 35px;
    border-left: 10px solid #9747FF;
    text-transform: uppercase;
    font-family: 'Archivo Black', sans-serif;
    margin-top: 30px;
    line-height: 1;
    width: 20ch;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 10%;
}
.projectSliderTitle span {
    background-color: #fff;
    padding: 0 5px;
}
.test div {
    padding: 0 8%;
    display: flex;
    flex-direction: column;
    padding-top: 120px;
    justify-content: space-between;
    height: 100%;
}
.projectTitleLead {
    /*text-transform: uppercase;*/
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    font-family: 'Archivo', sans-serif;
}
.story-home-title {
    color: #000;
    margin-bottom: 50px;
    font-size: 44px;
    border-left: 10px solid #84ff08;
    text-transform: uppercase;
    font-family: 'Archivo Black', sans-serif;
    line-height: 1;
    z-index: 99;
}
.story-home-title span {
    background-color: #fff;
    padding: 0 5px;
}
.homeArticleWrapper {
    justify-content: space-between;
    padding-bottom: 2%;
    padding-left: 10%;
}
/* HOME PAGE ELEMENT */
.read-more-btn svg {
    height: 16px;
    width: 16px;
}
.homePageElement {
    position: relative;
}
.elementContent {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 2%;
    align-items: center;
    position: absolute;
    bottom: 2rem;
}
.elementTitle{
    border: none;
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 51px;
    margin-top: -40px;
    color: #000;
    font-family: 'Archivo Black', sans-serif;
    width: 22ch;
    line-height: 45.2px;
}
.elementTitle span {
    background-color: #fff;
}
.elementBtn {
    width: fit-content;
}
.elementImg img {
    width: 100%;
    height: auto;
}
/* END HOME PAGE ELEMENT */
/* SLIDER ARROW */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    bottom: -7%;
    right: 5%;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    z-index: 999;
}
.slick-prev:before
{
    content: '<';
}

.slick-next
{
    right: 0;
    z-index: 999;
}
.slick-next:before
{
    content: ">"
}
/* END SLIDER ARROW */
/* SLIDER DOTS */
.slick-dotted.slick-slider
{
    margin-bottom: 60px;
}
.slick-dots
{
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 30px;
    font-weight: 900;
    line-height: 51px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'Č';
    font-family: 'Kalam', cursive;
    text-align: center;

    opacity: 1;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li:first-child button:after,
.slick-dots li:nth-child(2) button:after {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;

    position: absolute;
    top: 60%;
    left: 70%;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: 1;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #9747FF;
}
.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* END SLIDER DOTS */
.heading-home {
    color: #84ff08;
    text-transform: uppercase;
    font-size: 220px;
    letter-spacing: 30px;
    padding-top: 40px;
    margin-bottom: -120px;
    font-family: 'Kalam', cursive;
    font-weight: 500;
    pointer-events: none;
    letter-spacing: 1px;
    position: relative;
    z-index: 99;
}
@keyframes neonFlash {
    to {
        color: #fff;
        text-shadow: #88ff10 2px 0 20px;
    }
}
.nav-img {
    opacity: 0;
}
.nav-img img {
    height: 68px;
    width: 70px;
}
.flash-effect {
    animation: neonFlash 2s forwards;
}
.hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    float: right;
    display: none;
}
.burger-line {
    width: 30px;
    height: 3px;
    background-color: #ccc;
}
.menu-content {
    display: none;
}
.hero{
    position: relative;
}
.kacket {
    color: transparent;
    font-size: 15rem;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #84ff08;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    bottom: -50%;
    left: 2%;
    display: inline-block;
    z-index: -1;
    background-image: url(../img/bckg.jpg);
    font-family: 'Archivo Black', sans-serif;
}
.home-caption {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Archivo', sans-serif;
    text-transform: uppercase;
    margin-bottom: 165px;
}
.home-enterfillet {
    display: flex;
    justify-content: end;
    padding-top: 80px;
    padding-left: 50%;
    gap: 2rem;
}
.home-enterfillet p {
    flex: 10;
    margin-bottom: 0;
}
.home-enterfillet div {
    flex: 1;
}
.app-nav .navL1 {
    display: none;
}
nav ul li .navHolder .navL1 {
    border: 1px solid #F9F7FA;
    width: 250px;
}
.navL1 ul li:first-child {
    color: #fff;
    background-image: none;
    font-size: unset;
}
.navHolder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    position: relative;
}
/*.navHolder:hover .navL1 {
    display: block;
}*/
.outer-link {
    display: flex;
    align-items: center;
}
.navL1 {
    position: absolute;
    top: 35px;
    background-color: #131313;
    z-index: 999;
}
.navL1 ul {
    padding: unset;
    /*border: 1px solid #F9F7FA;*/
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*padding: 0 20px;*/
    /*width: 200px;*/
}
.navL1 ul li {
    border: none;
    padding: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    text-align: left;
}
.navL1 ul li:hover {
    color: #9747FF;
}
.navL1 ul li:nth-child(2) {
    border-left: none;
    padding: unset;
    width: 100%;
    text-align: left;
}
.navL1 ul .last {
    border-right: none;
    border-bottom: none;
}
.navHolder:hover .navL1 {
    display: block;
}
.navHolder:hover .nav-arrow {
    transform: rotate(180deg)
}
/* END HOME PAGE */
/* ABOUT US */
.aboutPageTitle {
    margin-top: 60px;
}
.aboutPageTitle h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #9747FF;
    position: relative;
    font-size: 80px;
    font-family: 'Archivo', sans-serif;
}
.pageTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/************** PROJECTS/STORIES ********************/
.projectsPage {
    margin-top: 60px;
}
.projectBack {
    text-transform: uppercase;
}
.backChevron {
    font-size: 18px;
    margin-right: 10px;
}
.pageTitle {
    text-transform: uppercase;
    font-weight: bold;
    color: #9747FF;
    position: relative;
    font-size: 80px;
    font-family: 'Archivo', sans-serif;
    margin-top: 60px;
}
.single-story {
    display: flex;
    margin-bottom: 60px;
}
.story-title {
    color: #000;
    margin-bottom: 50px;
    font-size: 44px;
    border-left: 10px solid #9747FF;
    text-transform: uppercase;
    font-family: 'Archivo Black', sans-serif;
    margin-top: 20px;
    line-height: 1;
    z-index: 99;
}
.article-title {
    border-left: 10px solid #84ff08;
}
.story-title span {
    background-color: #fff;
    padding: 0 5px;
}
.storyInfoWrapper {
    margin-left: 5%;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 95%;
    margin: auto;
    flex: 1;
}
.storyInfoWrapper .read-more-btn {
    display: block;
    width: fit-content;
}
.storyImgContainer {
    padding: 0;
}
.story-lead {
    font-size: 24px;
    width: 100%;
    /*width: 44ch;*/
    /*text-transform: uppercase;*/
    font-family: 'Archivo', sans-serif;
}
.story-date {
    margin-bottom: 40px;
    font-size: 20px;
    font-family: 'Archivo', sans-serif;
}
.read-more-btn {
    background-color: #84ff08;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    font-family: 'Archivo', sans-serif;
    padding: 1rem 2rem;
    text-transform: uppercase;
    align-self: flex-start;
    justify-self: flex-end;
    justify-content: center;
    align-items: center;
    gap: 1%;
}
.read-more-btn:hover {
    color: #000;
    background-color: #9747FF;
}
/*.project-stories .dataNav:nth-child(odd) {
    padding-left: 10%;
}
.project-stories .dataNav:nth-child(even) {
    padding-right: 30%;
}*/
.hide {
    display: none;
}
.box-center {
    margin: 0 auto 30px;
}
.box-left {
    float: left;
    margin-right: 30px;
}
.box-right {
    float: right;
    margin-left: 30px;
}
.box-center, .box-left, .box-right {
    margin-bottom: 30px;
}
.box-center img, .box-left img, .box-right img {
    margin-bottom: 18px
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container1260 {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.container960 {
    max-width: 960px;
    margin: auto;
}
.titleAuthorDate {
    display: flex;
    justify-content: space-between;
}
.titleAuthorDate h1 {
    max-width: 500px;
    font-size: 40px;
    color: #9747FF;
    font-family: 'Archivo Black', sans-serif;
}
.authorDate p {
    font-family: 'Raleway', sans-serif;
}
.thumb {
    margin: 5% 0;
}
.thumb img {
    max-width: 960px;
}
.fullStoryLead p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    font-family: 'Archivo', sans-serif;
}
.fullStoryBody p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    margin: 30px 0;
}
.fullStoryBody a {
    color: #84FF08;
    text-decoration: underline;
}
.fullStoryBody h2, .fullStoryBody h3, .fullStoryBody h4, .fullStoryBody h5,
.fullStoryBody h6 {
    border-left: 10px solid #9747FF;
    padding-left: 1%;
    font-family: 'Archivo Black', sans-serif;
}
.fullStoryBody h2 {
    font-size: 36px;
}
.fullStoryBody h3 {
    font-size: 32px;
}
.fullStoryBody h4 {
    font-size: 28px;
}
.fullStoryBody h5 {
    font-size: 24px;
}
.fullStoryBody h6 {
    font-size: 20px;
}
.fullStoryBody ul, .fullStoryBody ol {
    list-style: none;
    padding-left: 3.5%
}
.fullStoryBody ul li, .fullStoryBody ol li {
    position: relative;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 12px;
}
.fullStoryBody ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-150%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #9747FF;
}
.fullStoryBody ol {
    counter-reset: custom-counter;
}
.fullStoryBody ol li {
    counter-increment: custom-counter;
}
.fullStoryBody ol li:before {
    content: counter(custom-counter);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-150%);
    font-size: 22px;
    font-family: 'Archivo Black', sans-serif;
    border-radius: 50%;
    color: #9747FF;
}
.fullStoryBody .entrefilet-box {
    color: #9747FF;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    font-family: 'Kalam', cursive;
}
.image-box .boxCaption {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Raleway', sans-serif;
    border-top: 2px solid #9747FF;
    padding-top: 8px;
    display: inline-block;
}
/************** END PROJECTS/STORIES ********************/
/************** SINGLE PROJECT ********************/
.projectTop {
    position: relative;
}
.singleStoryTitle {
    text-transform: uppercase;
    font-weight: bold;
    color: #9747FF;
    font-size: 60px;
    width: 10ch;
    text-transform: uppercase;
}
.singleStoryLead {
    width: 50ch;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    float: right;
}
.singleStoryAuthor {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    float: right;
    display: block;
}
.singleStoryDate {
    float: right;
    display: block;
}
.projectBack {
    font-size: 20px;
}
.purpleHover:hover {
    color: #9747FF;
}
.purpleHover a {
    transition: none;
}
.singleStoryBody {
    margin: 200px auto 0;
}
.author_source_eventDate {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-end;
}
.audio-box {
    text-align: center;
}
.audio-box audio {
    width: 100%;
}
.audio-box .boxCaption {
    display: block;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    color: #84FF08;
}
/*AUDIIO PLAYER*/
.miniAudio {
    margin-top: 100px;
}
.miniAudio .customAudio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: unset;
}
.miniAudio p {
    margin-bottom: 0;
}
.miniAudio .audioTitle {
    margin-left: 10px;
}
.miniAudio .spotify {
    display: flex;
    gap: 10px;
}
.customAudio {
    max-width: 100%;
    /*display: flex;*/
    padding: 20px;
    height: 200px;
    gap: 34px;
    background-color: #212121;
    border-radius: 30px;
}
.audioThumb {
    background: #fff;
    border-radius: 30px;
    min-width: 160px !important;
    height: 160px !important;
}
.audioContent {
    flex: 4;
}
.contTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contTop {
    margin-bottom: 0;
}
.audioTitle {
    font-family: 'Archivo', sans-serif;
    color: #84FF08;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
}
.audioDate {
    font-family: 'Archivo', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
}
.contBot {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.contBot p {
    margin-bottom: 0;
}
.audioLine {
    height: 3px;
    background-color: #fff;
    width: 550px;
    border-radius: 30px;
}
.audioPlay {
    color: #84FF08;
}
.audioPlay button {
    background: transparent;
    border: none;
    outline:none;
}
.audioPlay button svg {
    color: #84FF08;
}
/*END AUDIIO PLAYER*/
/************** END SINGLE PROJECTS ********************/
.underline {
    background-color: #9747FF;
    height: 10px;
    /*max-width: 1260px;*/
    /*width: 100%;*/
    /*width: calc(100% + 40px);*/
    margin-top: -37px;
}
.main-content {
    max-width: 950px;
    margin: auto;
}
.aboutImg {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}
.aboutImg img {
    width: 100%;
    height: auto;
}
.aboutImgCaption {
    position: relative;
    font-family: 'Raleway', sans-serif;
}
.aboutImgCaption:before {
    content: "";
    height: 3px;
    width: 190px;
    background-color: #9747FF;
    position: absolute;
    top: -5px;
}
.aboutEntrefilet {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    width: 500px;
    margin-left: auto;
    font-family: 'Archivo', sans-serif;
}
.enterfilet-text{
    text-transform: uppercase;
}
.enterfilet-signature {
    text-transform: uppercase;
    margin-top: 20px;
    text-align: right;
}
.aboutContent {
    padding-top: 50px;
    max-width: 760px;
    margin: auto;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}
.aboutTable {
    max-width: 760px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 100px;
}
.singleTableItem {
    border: 2px double #9747FF;
    padding-left: 5%;
}
.singleTableItem h3 {
    font-size: 76px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #9747FF;
}
.singleTableItem p {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Archivo', sans-serif;
}
.team-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5%;
}

.team-title {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 4%;
}
.team-member-img {
    position: relative;
}
.team-member-name {
    position: absolute;
    bottom: 0;
    left: 25px;
    font-size: 30px;
    font-weight: 800;
    background-color: #fff;
    color: #000;
    padding: 5px 25px;
    font-family: 'Archivo', sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 600;
}
.team-member-info {
    /*text-transform: uppercase;*/
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    width: 33ch;
    font-size: 20px;
    padding: 20px;
}
/*---------------------------- 404 --------------------*/
.error-content {
    text-align: left;
    padding: 10% 30%;
}
.error-lead {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    font-family: 'Archivo Black', sans-serif;
    margin-top: 10%;
    margin-bottom: 10%;
}
.error-body {
    text-transform: uppercase;
    font-family: 'Kalam', cursive;
    font-size: 22px;
}
.greenAlert {
    border: 1px solid #84FF08;
    color: #84FF08;
}
#errorMessage2.alert{
    border: 1px solid #9747FF;
    color: #9747FF;
}
/************** CONTACT ********************/
.contactHeader {
    margin-top: 60px;
}
.contactContent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 5% 0;
}
.contactLead {
    text-transform: uppercase;
    line-height: 36px;
    font-size: 22px;
    width: 25ch;
}
/***** FORMS *****/
/* CONTACT FORM LAYOUT */
.contactForm {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-auto-rows: auto;
}
.contactForm > .firstNameInput {
    grid-row: 1;
    grid-column: 1;
    margin-right: 5%;
}
.contactForm > .lastNameInput {
    grid-row: 1;
    grid-column: 2;
}
.contactForm > .emailInput {
    grid-row: 2;
    grid-column: 1 / span 2;
    margin-top: 40px;
}
.contactForm > .messageInput {
    grid-row: 3;
    grid-column: 1 / span 2;
    margin-top: 40px;
}
.contactForm > .capchaInput {
    grid-row: 4;
    grid-column: 1;
}
.capchaInput > label {
    display: none;
}
.contactForm > .formSend {
    grid-row: 4;
    grid-column: 2;
}
.formInputs {
    padding: 1% 2%;
}
/* CONTACT MODAL */
.modalWindow {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}
.show {
    display: block !important;
}
.modal {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 555px;
    height: 464px;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -250px;
    display: none;
}
.modal p {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    text-align: center
}
.modalContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
}
.modal .read-more-btn {
    align-self: center;
    color: #000;
}
.modalSuccessfullImg {
    position: absolute;
    background: #fff;
    height: 50%;
    top: 0;
    width: 100%;
    text-align: center;
    border-bottom-right-radius: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modalContent {
    padding-top: 50%;
    border-top: 1px solid black;
    background-color: #000;
    height: 100%;
    width: 100%;
}
/* MODAL FAIL */
.red {
    color: #FF0861;
}
.red-btn {
    background-color: #FF0861;
}
/* END CONTACT FORM LAYOUT */
/* FORM LABEL AND INPUT */
.formLabel {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}
.asterisk {
    color: #84ff08;
    font-size: 40px;
    position: absolute;
    padding-top: 5px;
}
.holderInner input, .holderInner textarea {
    background: transparent;
    border: none;
    border-bottom: 3px solid #9747FF;
    width: 100%;
    color: #fff;
    font-size: 14px;
}
input.formInputs {
    background-color: #131313 !important;
    color: #fff !important;
}
input.formInputs:-webkit-autofill,
input.formInputs:-webkit-autofill:hover,
input.formInputs:-webkit-autofill:focus,
inpit.formInputs:-webkit-autofill:active {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #131313 inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
.formInputs input:focus,
.formInputs input:active{
    background: transparent;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
}
.emailInput > div > input {
    width: 100%;
}
.formText {
    resize: none;
    width: 100%;
    margin-bottom: 20px;
}
.capchaInput {
    border: 1px solid #9747FF;
    border-radius: 50px;
}
.formSend {
    margin-left: auto;
    display: flex;
    justify-content: center;
}
.formSend button {
    width: 173px;
    text-transform: uppercase;
    color: #000;
    background-color: #84ff08;
    border: none;
    filter: brightness(40%)
}
button:is(:disabled) {
    cursor: not-allowed;
}
button:not(:disabled) {
    filter: brightness(100%)
}
/* END FORM LABEL AND INPUT*/
/***** END FORMS *****/
/************** END CONTACT ********************/
.app-input {
    height: 30px;
    border: 1px solid #f5f5f5;
    padding: 5px 10px;
    background-color: #fff;
    color: #191919;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.app-input:focus {
    border-color: #191919;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;

}
.app-input::placeholder {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #777;
}
/* FOOTER */
.footer {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    color: #F9F7FA;
    display: flex;
    margin-top: 100px;
}
.footer-navigation {
    flex: 3;
    background-color: #9747FF;
    padding: 12px 125px 12px 20px;
    position: relative;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
}
.f-title {
    color: transparent;
    background-image: url(../img/footerLogo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    font-size: 18px;
}
.f-nav-links {
    width: fit-content;
    margin-left: auto;
    padding: 10px 0;
}
.f-nav-links ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-content: center;
    text-align: right;
    text-transform: uppercase;
}
.f-nav-links ul li {
    font-size: 18px;
}
.f-nav-links ul li:hover {
    color: #84FF08
}
.f-nav-links ul li:nth-child(4) {
    grid-column: 3;
}
.copy {
    font-size: 14px;
}
.footer-social {
    flex: 1;
    padding: 40px 0 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #131313;
    position: relative;
}
/*footer navigation BEFORE, purple background*/
.footer-navigation:before {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: -1000px;
    background-color: #9747FF;
    width: 1000px;
}
.footer-social:after {
    height: 2px;
    content: "";
    position: absolute;
    top: 0;
    background-color: #9747FF;
    left: 0;
    width: 1000px;
}
.network-item {
    height: 40px;
    width: 40px;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.networks {
    display: flex;
    justify-content: center;
}
.network-item a {
    color: #fff;
}
.inbox {
    color: #84ff08;
}
.resp-power {
    display: none;
}
.networks .network-item .network-link:hover {
    color: #84FF08;
}
.inbox:hover {
    color: #9747FF;
}
.power {
    font-size: 14px;
}
/*---------------------------- GALLERY --------------------*/
.single-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    justify-items: center;
    margin-bottom: 30px;
    width: 95%;
    max-width: 960px;
    margin: auto;
}
.single-gallery .galleryImgWrapper {
    width: 100%;
}
.single-gallery .galleryImgWrapper .imgDiv {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    
}
.single-gallery .galleryImgWrapper .imgDiv a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgba(255,255,255,0.1)
}
.single-gallery img {
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
}
.fancybox-navigation button:hover {
    color: #fff;
    background: none;
    transition: background-color 0.3s ease;
}

.fancybox-container .fancybox-button:hover {
    color: #000 !important;
    background-color: #84FF08 !important;
}
/********** PAGINATION **********/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.pagination ul li {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
}
.pagination ul .active {
    color: #9747FF;
}
.more {
    padding-bottom: 1rem;
}
.hover a svg:hover {
    color: #9747FF;
}
/********** END PAGINATION **********/
.otherProjectContainer {
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
}
.otherProjects {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    max-width: 45%;
}
.otherProjectsMainTitle h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'Archivo Black', sans-serif;
    margin-bottom: 50px;
    margin-top: 80px;
}
.homeArticleWrapper {
    padding-left: 5%;
    display: flex;
    flex-direction: column;
}
.otherProjectTitle {
    color: #000;
    margin-bottom: 50px;
    font-size: 30px;
    margin-top: -40px;
    border-left: 10px solid #9747FF;
    text-transform: uppercase;
    font-family: 'Archivo Black', sans-serif;
    line-height: 1;
    z-index: 99;
}
.otherProjectTitle span {
    background-color: #fff;
}
.otherProjectLead {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Archivo', sans-serif;
}
.otherProjectImgContainer {
    position: relative;
    padding: 0;
    z-index: -1;
}
.otherProjectImgContainer img {
    width: 100%;
    height: auto;
}
.otherProjectWrapper .read-more-btn {
    align-self: flex-end;
}
.kacketImg {
    width: 100%;
    height: auto;
}
#mediaListContainerDesktop {
    margin-top:80px;
}
.fullStoryBody h1, h2, h3, h4, h5, h6 {
    /*margin-top: 80px;*/
}
.otherProjectWrapper .otherProjectTitle {
    margin-bottom: 30px;
}
.otherProjectWrapper .otherProjectLead {
    margin-bottom: 40px;
}
.fullStoryBody p {
    font-family: 'Raleway', sans-serif;
}
.headerLogoImg {
    height: 50px;
}
/*AGREGATOR*/
.storyInfoWrapper .sectionPointer {
    margin-left: 11px;
    background: #84ff08;
    color: #000;
    text-transform: uppercase;
    padding: 0 5px;
    display: inline;
    width: fit-content;
    font-weight: 800;
    margin-top: 10px;
}
.story-title {
    margin-top: 0;
}