@charset "UTF-8";

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../../font/work-sans-v8-latin-ext_latin-regular.eot);
    src: local(""), url(../../font/work-sans-v8-latin-ext_latin-regular.eot?#iefix) format("embedded-opentype"), url(../../font/work-sans-v8-latin-ext_latin-regular.woff2) format("woff2"), url(../../font/work-sans-v8-latin-ext_latin-regular.woff) format("woff"), url(../../font/work-sans-v8-latin-ext_latin-regular.ttf) format("truetype"), url(../../font/work-sans-v8-latin-ext_latin-regular.svg#WorkSans) format("svg")
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    src: url(../../font/work-sans-v8-latin-ext_latin-500.eot);
    src: local(""), url(../../font/work-sans-v8-latin-ext_latin-500.eot?#iefix) format("embedded-opentype"), url(../../font/work-sans-v8-latin-ext_latin-500.woff2) format("woff2"), url(../../font/work-sans-v8-latin-ext_latin-500.woff) format("woff"), url(../../font/work-sans-v8-latin-ext_latin-500.ttf) format("truetype"), url(../../font/work-sans-v8-latin-ext_latin-500.svg#WorkSans) format("svg")
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    src: url(../../font/work-sans-v8-latin-ext_latin-700.eot);
    src: local(""), url(../../font/work-sans-v8-latin-ext_latin-700.eot?#iefix) format("embedded-opentype"), url(../../font/work-sans-v8-latin-ext_latin-700.woff2) format("woff2"), url(../../font/work-sans-v8-latin-ext_latin-700.woff) format("woff"), url(../../font/work-sans-v8-latin-ext_latin-700.ttf) format("truetype"), url(../../font/work-sans-v8-latin-ext_latin-700.svg#WorkSans) format("svg")
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 800;
    src: url(../../font/work-sans-v8-latin-ext_latin-800.eot);
    src: local(""), url(../../font/work-sans-v8-latin-ext_latin-800.eot?#iefix) format("embedded-opentype"), url(../../font/work-sans-v8-latin-ext_latin-800.woff2) format("woff2"), url(../../font/work-sans-v8-latin-ext_latin-800.woff) format("woff"), url(../../font/work-sans-v8-latin-ext_latin-800.ttf) format("truetype"), url(../../font/work-sans-v8-latin-ext_latin-800.svg#WorkSans) format("svg")
}

@font-face {
    font-family: icomoon;
    src: url(../../font/icon/icomoon.eot?c31qnd);
    src: url(../../font/icon/icomoon.eot?c31qnd#iefix) format("embedded-opentype"), url(../../font/icon/icomoon.ttf?c31qnd) format("truetype"), url(../../font/icon/icomoon.woff?c31qnd) format("woff"), url(../../font/icon/icomoon.svg?c31qnd#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-play-button:before {
    content: "\e901"
}

.icon-right-arrow-angle:before {
    content: "\e900"
}

html {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans';
    position: relative;
    background-color: #000
}

img {
    width: 100px
}

.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1250px
}

.header {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    transition: all .3s ease-in-out;
    position: absolute
}

.header__logo {
    margin: 5px 10px;
    width: 50px;
    height: 50px
}

.header__logo img {
    width: 100%
}

.header__btn {
    position: relative;
    top: 15px;
    height: 35px;
    width: 30px;
    right: 15px;
    z-index: 20
}

.header__btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #b9b9b9;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute
}

.header__btn span::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #b9b9b9;
    top: -7px
}

.header__btn span::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #b9b9b9;
    bottom: -7px
}

.header nav {
    position: fixed;
    z-index: 10;
    height: 100vh;
    background-color: #191919
}

.header nav ul {
    list-style: none;
    width: 220px
}

.header nav ul li {
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, .03);
    border-bottom: 1px solid rgba(255, 255, 255, .03)
}

.header nav ul a {
    color: #a6a6a6;
    text-decoration: none;
    text-transform: uppercase; 
    font-size: 13px;
    transition: color .2s ease-in-out
}

.header nav ul a:hover {
    color: #fff
}

.header.active nav {
    right: 0;
    animation: nav-left .7s ease-in-out forwards
}

.header.active nav ul {
    padding: 60px 0 0 0
}

.header.active nav ul.current {
    color: #fff
}

.header.active .header__btn span {
    background-color: transparent
}

.header.active .header__btn span::before {
    top: 0;
    transform: rotate(45deg);
    background-color: #a6a6a6
}

.header.active .header__btn span::after {
    background-color: #a6a6a6;
    bottom: 0;
    transform: rotate(-45deg)
}

.header.close ul {
    padding: 60px 0 0 0
}

.header.close nav {
    right: 0;
    animation: nav-right .7s ease-in-out forwards
}

.header.fixed {
    position: fixed;
    background-color: #000;
    height: 80px;
    z-index: 100
}

@media (min-width:1200px) {
    .header {
        background-color: transparent;
        position: absolute;
        height: 80px
    }

    .header__btn {
        display: none
    }

    .header nav {
        position: relative;
        width: 80%;
        height: 60px;
        background-color: transparent;
        margin-right: 60px
    }

    .header nav ul {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0 !important
    }

    .header nav ul li {
        padding: 10 20px
    }

    .header nav ul li a {
        font-size: 18px
    }

    .header.active nav,
    .header.close nav {
        transform: translate(0, 0);
        animation: none
    }

    .header__logo {
        width: 70px
    }
}

.hero {
    background-image: url(../../img/front/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh
}

.hero__img {
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
    padding: 60px 0;
    opacity: 0;
    transform: scale(.7);
    animation: fade-out 1s forwards;
    animation-delay: .5s
}

.hero__img img {
    width: 100%;
}

.hero__btn {
    width: 190px;
    margin: 0 auto;
    opacity: 0;
    animation: fade-out 1s forwards;
    animation-delay: .7s

}

.hero__btn a {
    color: #fff;
    font-size: 15px;
    background-color: rgba(222, 0, 0, .75);
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 30px;
    width: 100%;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 2px;
    font-family:impact;
}

.hero__btn a:hover {
    transition: all .2s ease-in-out;
    background-color: #fff;
    color: #000;
}

@media (max-width:800px) and (orientation:landscape) {
    .hero__img img {
        display: block;
        margin: 0 auto;
        width: 260px;
        height: 280px
    }
}

@media (min-width:768px) {
    .hero__btn {
        width: 240px
    }

    .hero__btn a {
        padding: 20px 40px
    }

    .hero__img {
        max-width: 340px
    }
}

@media (min-width:992px) {
    .hero__img {
        max-width: 480px
    }
}

@media (min-width:1200px) {
    .hero__img {
        max-width: 400px
    }
}

@media (min-width:1690px) {
    .hero__img {
        max-width: 720px
    }
}

.about {
    margin-top: -80px;
    width: 100%;
    position: relative
}

.about__content h1 {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    text-transform: unset
}

.about__content p {
    color: #b9b9b9;
    text-align: justify
}

.about__slider {
    max-width: 80%;
    margin: 0 auto
}

.about__slider h2 {
    font-size: 24px;
    color: #fff;
    text-transform: none;
    font-weight: 500
}

.about__slider p {
    color: #b9b9b9;
    text-align: justify
}

.about__slider .about__slide {
    width: 70%;
    margin: 0 auto;
    height: 180px
}

.about__slider .about__slide-img {
    width: 100%
}

.about__slider .about__slide-img img {
    width: 100%
}

.about .container {
    position: relative
}

.about .container::after {
    content: "";
    display: block;
    background-color: red;
    height: 1px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, 0)
}

@media (max-width:800px) and (orientation:landscape) {
    .about {
        padding-top: 80px
    }
}

@media (min-width:768px) {
    .about {
        padding-top: 80px
    }

    .about .container {
        display: flex;
        justify-content: space-between
    }

    .about__content {
        width: 50%
    }

    .about__content h1 {
        font-size: 24px
    }

    .about__slider {
        width: 30%;
        max-width: 100%;
        margin: 0;
        position: relative
    }

    .about__slider::before {
        content: "";
        display: block;
        height: 100%;
        width: 1px;
        left: -40%;
        position: absolute;
        background-color: #b9b9b9;
        opacity: .4
    }
}

@media (min-width:1200px) {
    .about__content {
        font-size: 16px;
        line-height: 28px;
        text-align: justify
    }

    .about__slide {
        max-width: 290px;
        margin: 0 auto
    }

    .about__slider p {
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
        max-width: 340px;
        margin-left: -30px
    }
}

.contact {
    margin-top: 100px
}

.contact h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase
}

.contact h3 {
    color: #bdbdbd
}

.contact a {
    display: block;
    color: #b9b9b9;
    text-decoration: none;
    padding: 5px 0;
    font-size: 13px;
    letter-spacing: 1px
}

.contact form label {
    color: #b9b9b9;
    font-weight: 500;
    display: block;
    margin-top: 20px;
    margin-bottom: 5px
}

.contact form input {
    width: 100%;
    height: 35px;
    background-color: #000;
    border: 1px solid #fff;
    color: #a7a7a7
}

.contact form input:focus {
    outline: 0;
    background-color: #b9b9b9;
    background-color: #444
}

.contact form textarea {
    width: 100%;
    background-color: #000;
    border: 1px solid #fff;
    color: #a7a7a7
}

.contact form textarea:focus {
    outline: 0;
    background-color: #b9b9b9;
    background-color: #444
}

.contact button {
    margin-top: 50px;
    border: none;
    color: #fff;
    background-color: red;
    padding: 15px 30px;
    width: 100%
}

@media (min-width:768px) {
    .contact {
        padding-top: 80px
    }

    .contact h2 {
        font-size: 38px
    }

    .contact .container {
        display: flex;
        justify-content: space-between
    }

    .contact__form {
        width: 50%
    }
}

.footer {
    background-image: url(../../img/front/footer-background.jpg);
    background-repeat: repeat;
    background-position: center top;
    margin-bottom: -20px;
    margin-top: 60px
}

.footer p {
    color: #b9b9b9;
    text-align: center;
    font-size: 16px;
    padding: 20px;
    font-weight: 500;
    line-height: 22px
}

.footer a {
    color: #aaa;
    text-decoration: none
}

@keyframes nav-left {
    0% {
        transform: translate(240px, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes nav-right {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(260px, 0)
    }
}

@keyframes fade-out {
    0% {
        transform: scale(.7);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.hero.realization {
    height: auto
}

.hero.realization .hero__img {
    width: 340px
}

.hero .heading {
    position: relative;
    width: 340px;
    margin: 0 auto
}

.hero .heading .icon-play-button {
    position: absolute;
    color: red
}

.hero .heading .icon-play-button.before {
    left: 20px;
    top: 15px
}

.hero .heading .icon-play-button.after {
    right: 20px;
    top: 15px;
    transform: rotate(180deg)
}

.hero.header-title h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    text-align: center
}

@media (min-width:992px) {
    .hero.header-title {
        padding-bottom: 60px
    }

    .hero.header-title h1 {
        font-size: 52px
    }

    .hero.realization .heading {
        position: relative;
        width: 420px;
        margin: 0 auto
    }

    .hero.realization .heading .icon-play-button {
        position: absolute;
        color: red
    }

    .hero.realization .heading .icon-play-button.before {
        left: -20px;
        top: 25px
    }

    .hero.realization .heading .icon-play-button.after {
        right: -20px;
        top: 25px;
        transform: rotate(180deg)
    }
}

.gallery .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 2500px;
    width: 100%
}

.gallery .gallery_img {
    width: 100%;
    max-width: 760px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 360px;
    padding: 50px;
}

.gallery .gallery_img img {
    min-width: 100%;
    min-height: 100%;
    transition: all .3s ease-in-out
}

.gallery .gallery_img:hover img {
    transform: scale(1.1)
}

@media (min-width:560px) {
    .gallery .gallery_img {
        max-width: 50%;
        height: 290px
    }
}

@media (min-width:768px) {
    .gallery .gallery_img {
        height: 290px
    }
}

@media (min-width:992px) {
    .gallery .gallery_img {
        max-width: 33%
    }
}

@media (min-width:1200px) {
    .gallery .gallery_img {
        max-width: 25%
    }
}

@media (min-width:1690px) {
    .gallery .gallery_img {
        height: 360px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    font-size: 0;
    border: none;
    background-color: transparent
}

.slick-prev {
    position: absolute;
    top: 40%;
    left: -50px;
    transform: rotate(180deg) translate(0, 50%);
    outline: 0
}

@media (min-width:1200px) {
    .slick-prev {
        top: 40%
    }
}

.slick-prev::after {
    content: "";
    display: block;
    font-size: 42px;
    color: #b9b9b9;
    font-family: icomoon
}

.slick-prev:focus {
    border: none;
    outline: 0
}

.slick-next {
    position: absolute;
    top: 40%;
    right: -50px;
    transform: translate(0, -50%)
}

@media (min-width:1200px) {
    .slick-next {
        right: 20px;
        top: 40%
    }
}

.slick-next::after {
    content: "";
    display: block;
    font-size: 42px;
    color: #b9b9b9;
    font-family: icomoon
}

.slick-next:focus {
    border: none;
    outline: 0
}

.slick-dots {
    display: flex !important;
    list-style: none;
    font-size: 0;
    justify-content: center
}

@media (min-width:1200px) {
    .slick-dots {
        justify-content: flex-start;
        margin-left: 50px
    }
}

.slick-dots li {
    padding: 20px 10px
}

.slick-dots li button {
    background-color: #000;
    border: none;
    font-size: 0;
    position: relative
}

.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button::after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background-color: #b9b9b9
}

.slick-dots li button::before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    background-color: #b9b9b9;
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    left: 7px
}

.slick-dots li.slick-active button::after {
    background-color: red
}

.slick-dots li.slick-active button::before {
    background-color: red
}

/*Pixelshark*/

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.35rem;
}

.content {
    color: red;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #293c74;
    background-color: #dce3f9;
    border-color: #cdd8f6;
}

.alert-primary hr {
    border-top-color: #b7c7f2;
}

.alert-primary .alert-link {
    color: #1c294e;
}

.alert-secondary {
    color: #45464e;
    background-color: #e7e7ea;
    border-color: #dddde2;
}

.alert-secondary hr {
    border-top-color: #cfcfd6;
}

.alert-secondary .alert-link {
    color: #2d2e33;
}

.alert-success {
    color: #0f6848;
    background-color: #d2f4e8;
    border-color: #bff0de;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.alert-success hr {
    border-top-color: #aaebd3;
}

.alert-success .alert-link {
    color: #093b29;
}

.alert-info {
    color: #1c606a;
    background-color: #d7f1f5;
    border-color: #c7ebf1;
}

.alert-info hr {
    border-top-color: #b3e4ec;
}

.alert-info .alert-link {
    color: #113b42;
}

.alert-warning {
    color: #806520;
    background-color: #fdf3d8;
    border-color: #fceec9;
}

.alert-warning hr {
    border-top-color: #fbe6b1;
}

.alert-warning .alert-link {
    color: #574516;
}

.alert-danger {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8;
}

.alert-danger hr {
    border-top-color: #f5b7b1;
}

.alert-danger .alert-link {
    color: #4f1915;
}

.alert-light {
    color: #818183;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686869;
}

.alert-dark {
    color: #2f3037;
    background-color: #dedee1;
    border-color: #d1d1d5;
}

.alert-dark hr {
    border-top-color: #c4c4c9;
}

.alert-dark .alert-link {
    color: #18181c;
}