@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

* {
    font-family: "Roboto Mono", monospace;
}

:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    font-family: "Roboto Mono", monospace;
    color: #444444;
}

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

a:hover {
    color: #008080;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    font-family: "Roboto Mono", monospace;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font: 16px/1.3 sans-serif;
}


/*--------------------------------------------------------------
# Navigation bar
--------------------------------------------------------------*/

.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 2px;
    background-color: #fdfdfd !important;
    font-family: "Roboto Mono", monospace;
}

.navbar ul li {
    list-style-type: none;
    display: inline-block;
    font-family: "Roboto Mono", monospace;
}

.navbar-nav li a:hover {
    color: white !important;
    background-color: #008080 !important;
    font-family: "Roboto Mono", monospace;
}

.navbar .active {
    background-color: #008080 !important;
    color: white !important;
    font-family: "Roboto Mono", monospace;
}

.nav-item {
    padding-right: 20px;
    padding-top: 3.5%;
}

.navbar .navbar-brand {
    letter-spacing: 5px;
}

.navbar-brand:hover {
    background-color: white !important;
    color: #008080 !important;
    transform: scale(1.9px) !important;
}

.navbar-toggler {
    display: none;
}

@media screen and (max-width: 600px) {
    .navbar-toggler {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Slideshow
--------------------------------------------------------------*/

.slide {
    width: 100%;
    margin: 0 auto;
    font-family: "Roboto Mono", monospace;
    color: #fff;
    font-size: 1.75vw;
}

.slide * {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    z-index: 100;
}

.slide h1 {
    font-size: 6vw;
    text-transform: uppercase;
    font-weight: normal;
}

.slide a {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

.slide ul,
li {
    list-style: none;
}

.slide label {
    cursor: pointer;
}

.slide input {
    display: none;
}

.slider {
    height: 25vw;
    overflow: hidden;
}

.slider>ul {
    height: 100%;
    z-index: 100;
}

.slider>ul>li {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.slider>#input-slide-0:checked~ul>li.slide-0,
.slider>#input-slide-1:checked~ul>li.slide-1,
.slider>#input-slide-2:checked~ul>li.slide-2,
.slider>#input-slide-3:checked~ul>li.slide-3 {
    opacity: 1;
    z-index: 2;
}

.slider>ul>li.slide-0 {
    background: url(../assets/img/asm1.PNG);ư
    background-repeat: no-repeat;
}

.slider>ul>li.slide-1 {
    background: url(../assets/img/asm2.PNG);
    background-repeat: no-repeat;
}

.slider>ul>li.slide-2 {
    background: url(../assets/img/asm3.png);
    background-repeat: no-repeat;
}

.slider>ul>li.slide-3 {
    background: url(../assets/img/asm4.PNG);
}

.slider>.slider-arrow-prev,
.slider>.slider-arrow-next {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 300;
}

.slider>.slider-arrow-prev>label,
.slider>.slider-arrow-next>label {
    position: absolute;
    width: 5vw;
    height: 5vw;
    margin-top: -2.5vw;
    opacity: 0;
    background-size: 100% auto;
    background-position: center;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider>#input-slide-0:checked~.slider-arrow-prev>label.slide-3,
.slider>#input-slide-0:checked~.slider-arrow-next>label.slide-1,
.slider>#input-slide-1:checked~.slider-arrow-prev>label.slide-0,
.slider>#input-slide-1:checked~.slider-arrow-next>label.slide-2,
.slider>#input-slide-2:checked~.slider-arrow-prev>label.slide-1,
.slider>#input-slide-2:checked~.slider-arrow-next>label.slide-3,
.slider>#input-slide-3:checked~.slider-arrow-prev>label.slide-2,
.slider>#input-slide-3:checked~.slider-arrow-next>label.slide-0 {
    z-index: 1;
}

.slider:hover>.slider-arrow-prev>label,
.slider:hover>.slider-arrow-next>label {
    opacity: 1;
}

.slider>.slider-arrow-prev>label {
    left: 5vw;
    background-image: url(http://panikaro.interiowo.pl/img/arrow-left.png);
}

.slider>.slider-arrow-next>label {
    right: 5vw;
    background-image: url(http://panikaro.interiowo.pl/img/arrow-right.png);
}

.slider>.slider-dot {
    position: relative;
    margin-top: -4vw;
    text-align: center;
    z-index: 300;
    font-size: 0;
}

.slider>.slider-dot>label {
    position: relative;
    display: inline-block;
    margin: 1vw 0.5vw;
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    background-color: #fff;
}

.slider>#input-slide-0:checked~.slider-dot>label.slide-0,
.slider>#input-slide-1:checked~.slider-dot>label.slide-1,
.slider>#input-slide-2:checked~.slider-dot>label.slide-2,
.slider>#input-slide-3:checked~.slider-dot>label.slide-3 {
    background-color: #008080 !important;
}

.slider>.slider-dot>label:hover {
    background-color: #008080 !important;
}

.slider>.slide-description {
    position: absolute;
    width: 50%;
    top: calc(50% - 3vw);
    left: 25%;
    z-index: 200;
}

.slider>.slide-description>label {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.slider>#input-slide-0:checked~.slide-description>.slide-0,
.slider>#input-slide-1:checked~.slide-description>.slide-1,
.slider>#input-slide-2:checked~.slide-description>.slide-2,
.slider>#input-slide-3:checked~.slide-description>.slide-3 {
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.slider>.slide-description>label>.text-slide {
    margin: 0 auto;
    line-height: 3vw;
    text-align: center;
    font-family: "Roboto Mono", monospace;
}

.slider>.slide-description>.slide-0 {
    font-family: "Roboto Mono", monospace;
}

.slider>.slide-description>.slide-1 {
    font-family: "Roboto Mono", monospace;
}

.slider>.slide-description>.slide-2 {
    font-family: "Roboto Mono", monospace;
}

.slider>.slide-description>.slide-3 {
    font-family: "Roboto Mono", monospace;
}

@-webkit-keyframes slide {
    0%,
    100% {
        opacity: 0;
    }
    6%,
    25% {
        opacity: 1;
        z-index: 2;
    }
    30%,
    50% {
        opacity: 0;
        z-index: 2;
    }
}

@-moz-keyframes slide {
    0%,
    100% {
        opacity: 0;
    }
    6%,
    24% {
        opacity: 1;
        z-index: 2;
    }
    30%,
    50% {
        opacity: 0;
        z-index: 2;
    }
}

@-ms-keyframes slide {
    0%,
    100% {
        opacity: 0;
    }
    6%,
    25% {
        opacity: 1;
        z-index: 2;
    }
    30%,
    50% {
        opacity: 0;
        z-index: 2;
    }
}

@-o-keyframes slide {
    0%,
    100% {
        opacity: 0;
    }
    6%,
    25% {
        opacity: 1;
        z-index: 2;
    }
    30%,
    50% {
        opacity: 0;
        z-index: 2;
    }
}

@keyframes slide {
    0%,
    100% {
        opacity: 0;
    }
    6%,
    25% {
        opacity: 1;
        z-index: 2;
    }
    30%,
    50% {
        opacity: 0;
        z-index: 2;
    }
}

.slider>#input-slide-autoplay:checked~ul>li.slide-0 {
    -webkit-animation: slide 32000ms infinite -2000ms linear;
    -moz-animation: slide 32000ms infinite -2000ms linear;
    -ms-animation: slide 32000ms infinite -2000ms linear;
    -o-animation: slide 32000ms infinite -2000ms linear;
    animation: slide 32000ms infinite -2000ms linear;
}

.slider>#input-slide-autoplay:checked~ul>li.slide-1 {
    -webkit-animation: slide 32000ms infinite 6000ms linear;
    -moz-animation: slide 32000ms infinite 6000ms linear;
    -ms-animation: slide 32000ms infinite 6000ms linear;
    -o-animation: slide 32000ms infinite 6000ms linear;
    animation: slide 32000ms infinite 6000ms linear;
}

.slider>#input-slide-autoplay:checked~ul>li.slide-2 {
    -webkit-animation: slide 32000ms infinite 14000ms linear;
    -moz-animation: slide 32000ms infinite 14000ms linear;
    -ms-animation: slide 32000ms infinite 14000ms linear;
    -o-animation: slide 32000ms infinite 14000ms linear;
    animation: slide 32000ms infinite 14000ms linear;
}

.slider>#input-slide-autoplay:checked~ul>li.slide-3 {
    -webkit-animation: slide 32000ms infinite 22000ms linear;
    -moz-animation: slide 32000ms infinite 22000ms linear;
    -ms-animation: slide 32000ms infinite 22000ms linear;
    -o-animation: slide 32000ms infinite 22000ms linear;
    animation: slide 32000ms infinite 22000ms linear;
}

.slider>#input-slide-autoplay:checked~ul>li {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

@-webkit-keyframes arrow {
    0%,
    24% {
        z-index: 1;
    }
    25%,
    100% {
        z-index: -1;
    }
}

@-moz-keyframes arrow {
    0%,
    24% {
        z-index: 1;
    }
    25%,
    100% {
        z-index: -1;
    }
}

@-ms-keyframes arrow {
    0%,
    24% {
        z-index: 1;
    }
    25%,
    100% {
        z-index: -1;
    }
}

@-o-keyframes arrow {
    0%,
    24% {
        z-index: 1;
    }
    25%,
    100% {
        z-index: -1;
    }
}

@keyframes arrow {
    0%,
    24% {
        z-index: 1;
    }
    25%,
    100% {
        z-index: -1;
    }
}

.slider>#input-slide-autoplay:checked~.slider-arrow-prev>label.slide-3,
.slider>#input-slide-autoplay:checked~.slider-arrow-next>label.slide-1 {
    -webkit-animation: arrow 32000ms infinite -2000ms;
    -moz-animation: arrow 32000ms infinite -2000ms;
    -ms-animation: arrow 32000ms infinite -2000ms;
    -o-animation: arrow 32000ms infinite -2000ms;
    animation: arrow 32000ms infinite -2000ms;
}

.slider>#input-slide-autoplay:checked~.slider-arrow-prev>label.slide-0,
.slider>#input-slide-autoplay:checked~.slider-arrow-next>label.slide-2 {
    -webkit-animation: arrow 32000ms infinite 6000ms;
    -moz-animation: arrow 32000ms infinite 6000ms;
    -ms-animation: arrow 32000ms infinite 6000ms;
    -o-animation: arrow 32000ms infinite 6000ms;
    animation: arrow 32000ms infinite 6000ms;
}

.slider>#input-slide-autoplay:checked~.slider-arrow-prev>label.slide-1,
.slider>#input-slide-autoplay:checked~.slider-arrow-next>label.slide-3 {
    -webkit-animation: arrow 32000ms infinite 14000ms;
    -moz-animation: arrow 32000ms infinite 14000ms;
    -ms-animation: arrow 32000ms infinite 14000ms;
    -o-animation: arrow 32000ms infinite 14000ms;
    animation: arrow 32000ms infinite 14000ms;
}

.slider>#input-slide-autoplay:checked~.slider-arrow-prev>label.slide-2,
.slider>#input-slide-autoplay:checked~.slider-arrow-next>label.slide-0 {
    -webkit-animation: arrow 32000ms infinite 22000ms;
    -moz-animation: arrow 32000ms infinite 22000ms;
    -ms-animation: arrow 32000ms infinite 22000ms;
    -o-animation: arrow 32000ms infinite 22000ms;
    animation: arrow 32000ms infinite 22000ms;
}

@-webkit-keyframes dot {
    0%,
    24% {
        background-color: #008080 !important;
    }
    25%,
    100% {
        background: #fff;
    }
}

@-moz-keyframes dot {
    0%,
    24% {
        background-color: #008080;
    }
    25%,
    100% {
        background: #fff;
    }
}

@-ms-keyframes dot {
    0%,
    24% {
        background-color: #008080;
    }
    25%,
    100% {
        background: #fff;
    }
}

@-o-keyframes dot {
    0%,
    24% {
        background-color: #008080;
    }
    25%,
    100% {
        background: #fff;
    }
}

@keyframes dot {
    0%,
    24% {
        background-color: #008080;
    }
    25%,
    100% {
        background: #fff;
    }
}

.slider>#input-slide-autoplay:checked~.slider-dot>label.slide-0 {
    -webkit-animation: dot 32000ms infinite -2000ms;
    -moz-animation: dot 32000ms infinite -2000ms;
    -ms-animation: dot 32000ms infinite -2000ms;
    -o-animation: dot 32000ms infinite -2000ms;
    animation: dot 32000ms infinite -2000ms;
}

.slider>#input-slide-autoplay:checked~.slider-dot>label.slide-1 {
    -webkit-animation: dot 32000ms infinite 6000ms;
    -moz-animation: dot 32000ms infinite 6000ms;
    -ms-animation: dot 32000ms infinite 6000ms;
    -o-animation: dot 32000ms infinite 6000ms;
    animation: dot 32000ms infinite 6000ms;
}

.slider>#input-slide-autoplay:checked~.slider-dot>label.slide-2 {
    -webkit-animation: dot 32000ms infinite 14000ms;
    -moz-animation: dot 32000ms infinite 14000ms;
    -ms-animation: dot 32000ms infinite 14000ms;
    -o-animation: dot 32000ms infinite 14000ms;
    animation: dot 32000ms infinite 14000ms;
}

.slider>#input-slide-autoplay:checked~.slider-dot>label.slide-3 {
    -webkit-animation: dot 32000ms infinite 22000ms;
    -moz-animation: dot 32000ms infinite 22000ms;
    -ms-animation: dot 32000ms infinite 22000ms;
    -o-animation: dot 32000ms infinite 22000ms;
    animation: dot 32000ms infinite 22000ms;
}

@-webkit-keyframes description {
    0%,
    5% {
        opacity: 0;
        z-index: 2;
        visibility: visible;
    }
    6%,
    24% {
        opacity: 1;
        z-index: 2;
        visibility: visible;
    }
    25%,
    100% {
        opacity: 0;
        z-index: 0;
        visibility: hidden;
    }
}

@-moz-keyframes description {
    0%,
    5% {
        opacity: 0;
        z-index: 2;
        visibility: visible;
    }
    6%,
    24% {
        opacity: 1;
        z-index: 2;
        visibility: visible;
    }
    25%,
    100% {
        opacity: 0;
        z-index: 0;
        visibility: hidden;
    }
}

@-ms-keyframes description {
    0%,
    5% {
        opacity: 0;
        z-index: 2;
        visibility: visible;
    }
    6%,
    24% {
        opacity: 1;
        z-index: 2;
        visibility: visible;
    }
    25%,
    100% {
        opacity: 0;
        z-index: 0;
        visibility: hidden;
    }
}

@-o-keyframes description {
    0%,
    5% {
        opacity: 0;
        z-index: 2;
        visibility: visible;
    }
    6%,
    24% {
        opacity: 1;
        z-index: 2;
        visibility: visible;
    }
    25%,
    100% {
        opacity: 0;
        z-index: 0;
        visibility: hidden;
    }
}

@keyframes description {
    0%,
    5% {
        opacity: 0;
        z-index: 2;
        visibility: visible;
    }
    6%,
    24% {
        opacity: 1;
        z-index: 2;
        visibility: visible;
    }
    25%,
    100% {
        opacity: 0;
        z-index: 0;
        visibility: hidden;
    }
}

.slider>#input-slide-autoplay:checked~.slide-description>.slide-0 {
    -webkit-animation: description 32000ms infinite -2000ms ease;
    -moz-animation: description 32000ms infinite -2000ms ease;
    -ms-animation: description 32000ms infinite -2000ms ease;
    -o-animation: description 32000ms infinite -2000ms ease;
    animation: description 32000ms infinite -2000ms ease;
}

.slider>#input-slide-autoplay:checked~.slide-description>.slide-1 {
    -webkit-animation: description 32000ms infinite 6000ms ease;
    -moz-animation: description 32000ms infinite 6000ms ease;
    -ms-animation: description 32000ms infinite 6000ms ease;
    -o-animation: description 32000ms infinite 6000ms ease;
    animation: description 32000ms infinite 6000ms ease;
}

.slider>#input-slide-autoplay:checked~.slide-description>.slide-2 {
    -webkit-animation: description 32000ms infinite 14000ms ease;
    -moz-animation: description 32000ms infinite 14000ms ease;
    -ms-animation: description 32000ms infinite 14000ms ease;
    -o-animation: description 32000ms infinite 14000ms ease;
    animation: description 32000ms infinite 14000ms ease;
}

.slider>#input-slide-autoplay:checked~.slide-description>.slide-3 {
    -webkit-animation: description 32000ms infinite 22000ms ease;
    -moz-animation: description 32000ms infinite 22000ms ease;
    -ms-animation: description 32000ms infinite 22000ms ease;
    -o-animation: description 32000ms infinite 22000ms ease;
    animation: description 32000ms infinite 22000ms ease;
}

.slider>#input-slide-autoplay:checked~.slide-description>label {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    padding-bottom: 2vw;
}


/*--------------------------------------------------------------
# Gradient
--------------------------------------------------------------*/

.button {
    width: auto;
    height: auto;
    background-image: linear-gradient( 45deg, #fa8bff 0%, #2bd2ff 52%, #2bff88 90%) !important;
    animation: gradient 16s linear infinite;
    box-direction: alternate;
    background-color: #fa8bff;
    -webkit-animation: button 8s ease infinite;
    animation: button 8s ease infinite;
}

@-webkit-keyframes button {
    0% {
        background-position: 1% 80%;
    }
    50% {
        background-position: 99% 20%;
    }
    100% {
        background-position: 1% 80%;
    }
}

@keyframes button {
    0% {
        background-position: 1% 80%;
    }
    50% {
        background-position: 99% 20%;
    }
    100% {
        background-position: 1% 80%;
    }
}

.rainbow {
    -webkit-animation: rainbow 8s ease infinite;
    animation: rainbow 8s ease infinite;
    background-image: linear-gradient(124deg, #ff470f, #ff3860, #b86bff, #3273dc);
    background-size: 800% 800%;
}

@-webkit-keyframes rainbow {
    0% {
        background-position: 1% 80%;
    }
    50% {
        background-position: 99% 20%;
    }
    100% {
        background-position: 1% 80%;
    }
}

@keyframes rainbow {
    0% {
        background-position: 1% 80%;
    }
    50% {
        background-position: 99% 20%;
    }
    100% {
        background-position: 1% 80%;
    }
}