/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    appearance: button;
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    appearance: textfield;
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    font-family: 'Nb international pro', sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400
}

p {
    margin: 0;
    padding: 0
}

a {
    color: #000;
    text-decoration: none
}

a:focus,
a:hover {
    font-style: italic;
    color: red;
}

body {
    margin: 0;
    padding: 0
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.browserupgrade {
    margin: .2em 0;
    background: #fff;
    color: #000;
    padding: .2em 0
}

::-moz-selection {
    background: #ccc;
    text-shadow: none
}

::selection {
    background: #ccc;
    text-shadow: none
}

.image-gallery {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

.image-gallery .slides .slide {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    opacity: 0
}

.image-gallery .slides .slide.current {
    opacity: 1
}

.image-gallery .slides .slide.slide-full img,
.image-gallery .slides .slide.slide-large img,
.image-gallery .slides .slide.slide-small img,
.image-gallery .slides .slide.slide-full video,
.image-gallery .slides .slide.slide-large video,
.image-gallery .slides .slide.slide-small video {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 80%;
    max-height: 80%;
    -o-object-fit: contain;
    object-fit: contain
}

.image-gallery .slides .slide.slide-large {
    width: 92vw;
    height: 84vh;
    left: 4vw;
    top: 8vh
}

.image-gallery .slides .slide.slide-small {
    width: 46vw;
    height: 42vh;
    left: 23vw;
    top: 21vh
}

.image-gallery .slides .slide.slide-small.left {
    left: 4vw
}

.image-gallery .slides .slide.slide-small.right {
    left: auto;
    right: 4vw
}

.image-gallery .slides .slide.slide-small.top {
    top: 8vh
}

.image-gallery .slides .slide.slide-small.bottom {
    bottom: auto;
    top: 8vh
}

.image-gallery .slides .slide.slide-full img {
    -o-object-fit: cover;
    object-fit: cover
}

.image-gallery .index {
    z-index: 20;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -7.2px;
    width: 200px;
    text-align: center
}

@media (min-width:768px) {
    .image-gallery .index {
        margin-top: -.6
    }
}

.image-gallery .index a {
    pointer-events: all
}

.image-gallery .index a:focus,
.image-gallery .index a:hover {
    font-style: normal
}

.image-gallery .index .number {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    width: 50%;
    text-align: right
}

.image-gallery .index .number.count-max {
    text-align: left
}

.image-gallery .control {
    z-index: 10;
    display: block;
    position: absolute;
    top: 10vh;
    left: 0;
    width: 50%;
    height: 92vh;
    text-indent: -9999px;
    pointer-events: all;
    cursor: w-resize;
    cursor: url(/assets/images/9bc8eb483f2aeba1de5b02d47a029746b36169ff/cursor-left-9bc8eb48.png) 8 6, w-resize;
    cursor: -webkit-image-set(url("/assets/images/9bc8eb483f2aeba1de5b02d47a029746b36169ff/cursor-left-9bc8eb48.png") 1x, url("/assets/images/e7873965038d5c596e13ca0a77e67715558f50ef/cursor-left@2x-e7873965.png") 2x) 8 6, w-resize
}

.image-gallery .control.next {
    left: 50%;
    cursor: e-resize;
    cursor: url(/assets/images/dd06ae7e074f62645b240ba81545bfb0c6464df0/cursor-right-dd06ae7e.png) 8 6, e-resize;
    cursor: -webkit-image-set(url("/assets/images/dd06ae7e074f62645b240ba81545bfb0c6464df0/cursor-right-dd06ae7e.png") 1x, url("/assets/images/34b63db159eb1146fa35fc4675cd76ed569ec648/cursor-right@2x-34b63db1.png") 2x) 8 6, e-resize
}

.image-gallery .control.inactive {
    cursor: default
}

.projects-list__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8vh 15px;
    width: 100%;
    min-height:100dvh;
    /* min-height: calc(var(--vh, 1vh) * 100); */
}

.projects-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 200
}

@media (min-width:768px) {
    .projects-list {
        font-size: 4.5rem
    }
}

.projects-list .page {
    display: inline-block;
    padding-left: 10px;
    font-size: 11px;
    font-weight: 200;
    text-transform: uppercase;
}

.projects-list .categories {
    display: none
}

@media (min-width:768px) {
    .projects-list .categories {
        display: inline
    }
}

.page-content__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8vh 15px;
    width: 100%;
    min-height: 100vh
}

.page-content {
    max-width: 1100px;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 200
}

@media (min-width:768px) {
    .page-content {
        font-size: 4.5rem
    }
}

.page-content p {
    margin: 1.35rem 0
}

@media (min-width:768px) {
    .page-content p {
        margin: 2.7rem 0
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 8vh
}

.header p {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.header .navigation {
    margin: 0
}

.header .song .song--current {
    font-style: italic
}

.header .project-title {
    text-align: center
}

.header .project-title h1,
.header .project-title p {
    display: inline
}

.info .header {
   /* background: #fff */
}

.page-footer {
    z-index: 20;
    position: fixed;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 8vh;
    text-align: center;
    text-transform: uppercase;
}

.info .page-footer {
    /* background: #fff */
}

.project-meta__holder .project-meta * {
    display: inline
}

.project-meta__holder .project-description * {
    display: inline
}

.project-meta__holder .project-description a {
    border-bottom: 1px solid #000
}

.page-content .tag {
    font-size: 12px;
    text-transform: uppercase;
}

.redcircle {
    animation: blinking 1s linear infinite;
    -webkit-animation: blinking 1s linear infinite;
    -moz-animation: blinking 1s linear infinite;
    -o-animation: blinking 1s linear infinite;
}

.titlecategory {
    text-align: center;
    color: red;
    font-style: italic;
    font-weight: 200;
    font-size: 20;
    text-transform: uppercase;

}

.titlecategory.recently {
    color: black;
    margin-top: 55px;
}

h1 {
    margin-bottom: 5px;
}

.recentlyh1 {
    margin-top: 55px;
}



/* Animations */
@keyframes blinking {
    0% {
     opacity: 0;
    }
    50% {
     opacity: 1;
    }
    100% {
     opacity: 0;
    }
}

/* Keyframes for color transition effect from left to right */
@keyframes colorSlide {
    0%, 100% { color: transparent; }
    50% { color: red; }
}

/* Applying the animation to the '.currently' class */
.currently {
    position: relative;
    color: black;
    overflow: hidden;
    animation: colorSlide 2s infinite linear;
}

.currently::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: red;
    overflow: hidden;
    white-space: nowrap;
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    animation: revealText 2s infinite linear;
}

@keyframes revealText {
    0%, 100% { clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%); }
    50% { clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%); } /* Smaller gradient size */
}


/* Country flag positioning */
.flag-icon {
    padding-top: 3px;
    width: 1em !important;
}





/* Fonts */
@font-face {
    font-family: 'Nb international pro';
    src: url('../fonts/NB-International-Pro-Light-Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nb international pro';
    src: url('../fonts/NB-International-Pro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nb international pro';
    src: url('../fonts/NB-International-Pro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nb international pro';
    src: url('../fonts/NB-International-Pro-Bold-Italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nb international pro';
    src: url('../fonts/NB-International-Pro-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nb international pro';
    src: url('../fonts/NB-International-Pro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}