@font-face {
    font-family: 'colfax-light';
    src: url("../fonts/colfax-light.woff") format("woff"), url("../fonts/colfax-light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-medium';
    src: url("../fonts/colfax-medium.woff") format("woff"), url("../fonts/colfax-medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-bold';
    src: url("../fonts/colfax-bold.woff") format("woff"), url("../fonts/colfax-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-light';
    src: url("../fonts/colfax-light.woff") format("woff"), url("../fonts/colfax-light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-medium';
    src: url("../fonts/colfax-medium.woff") format("woff"), url("../fonts/colfax-medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-bold';
    src: url("../fonts/colfax-bold.woff") format("woff"), url("../fonts/colfax-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

* {
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0
}

    *,
    *:before,
    *:after {
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

header {
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(15px);
    opacity: 90%;
    width: 100%;
    z-index: 999;
}

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

.icon {
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
    height: 20px;
    width: 20px
}

a,
.icon {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

*::-webkit-selection {
    background-color: #000000;
    ;
    color: #fff
}

*::-moz-selection {
    background-color: #000000;
    ;
    color: #fff
}

*::selection {
    background-color: #000000;
    ;
    color: #fff
}

::-webkit-scrollbar {
    display: none
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.center {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%
}

.center-y {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

.center-x {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%
}

input {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0
}

    input:hover,
    input:active,
    input:focus {
        outline: none
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 40px #fff inset !important;
        -webkit-text-fill-color: #222 !important
    }

::-webkit-input-placeholder {
    color: #222
}

:-ms-input-placeholder {
    color: #222
}

::-moz-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222
}

.show-mobile {
    display: none
}

@media (max-width: 900px) {
    .hide-mobile {
        display: none !important
    }

    .show-mobile {
        display: block !important
    }
}

@font-face {
    font-family: 'colfax-light';
    src: url("../fonts/colfax-light.woff") format("woff"), url("../fonts/colfax-light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-medium';
    src: url("../fonts/colfax-medium.woff") format("woff"), url("../fonts/colfax-medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-bold';
    src: url("../fonts/colfax-bold.woff") format("woff"), url("../fonts/colfax-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

* {
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0
}

    *,
    *:before,
    *:after {
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

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

.icon {
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
    height: 20px;
    width: 20px
}

a,
.icon {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

*::-webkit-selection {
    background-color: #000000;
    ;
    color: #fff
}

*::-moz-selection {
    background-color: #000000;
    ;
    color: #fff
}

*::selection {
    background-color: #000000;
    ;
    color: #fff
}

::-webkit-scrollbar {
    display: none
}

.flex-center,
.hero,
.logo,
.features .row,
.modal,
.modal .modal-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.center {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%
}

.container .card .content {
    padding: 20px;
    text-align: center;
    transform: translateY(100px);
    opacity: 0;
    transition: 0.5s;
}

    .container .card .content h2 {
        position: absolute;
        top: -30px;
        right: 30px;
        font-size: 8em;
        color: rgba(255, 255, 255, 0.05);
    }

.contentcard {
    position: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.container .card:hover .content {
    transform: translateY(0px);
    opacity: 1;
}

.containercard {
    position: relative;
    width: 280px;
    height: 400px;
    margin: 30px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    background-filter: blur(5px);
}

.center-y,
.shift.clip .word-shift:after,
.overlay-left,
.overlay-right,
form .group label {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

.center-x,
.logo,
.modal .modal-close span {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%
}

input {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0
}

    input:hover,
    input:active,
    input:focus {
        outline: none
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 40px #fff inset !important;
        -webkit-text-fill-color: #222 !important
    }

::-webkit-input-placeholder {
    color: #222
}

:-ms-input-placeholder {
    color: #222
}

::-moz-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222
}

.show-mobile {
    display: none
}

@media (max-width: 900px) {
    .hide-mobile {
        display: none !important
    }

    .show-mobile {
        display: block !important
    }
}

@font-face {
    font-family: 'colfax-light';
    src: url("../fonts/colfax-light.woff") format("woff"), url("../fonts/colfax-light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-medium';
    src: url("../fonts/colfax-medium.woff") format("woff"), url("../fonts/colfax-medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-bold';
    src: url("../fonts/colfax-bold.woff") format("woff"), url("../fonts/colfax-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

* {
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0
}

    *,
    *:before,
    *:after {
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

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

.icon {
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
    height: 20px;
    width: 20px
}

img {
    border-radius: 20px;
    pointer-events: all
}

img {
    max-width: 100%
}

a,
.icon {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

*::-webkit-selection {
    background-color: #000000;
    ;
    color: #fff
}

*::-moz-selection {
    background-color: #000000;
    ;
    color: #fff
}

*::selection {
    background-color: #000000;
    ;
    color: #fff
}

::-webkit-scrollbar {
    display: none
}

.flex-center,
.hero,
.logo,
.features .row,
.modal,
.modal .modal-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.center {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%
}

.center-y,
.shift.clip .word-shift:after,
.overlay-left,
.overlay-right,
form .group label {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

.center-x,
.logo,
.modal .modal-close span {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%
}

input {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0
}

    input:hover,
    input:active,
    input:focus {
        outline: none
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 40px #fff inset !important;
        -webkit-text-fill-color: #222 !important
    }

::-webkit-input-placeholder {
    color: #222
}

:-ms-input-placeholder {
    color: #222
}

::-moz-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222
}

.show-mobile {
    display: none
}

@media (max-width: 900px) {
    .hide-mobile {
        display: none !important
    }

    .show-mobile {
        display: block !important
    }
}

h1,
.h1,
.word-shift b,
.modal .modal-content .modal-title,
h2,
.h2 {
    letter-spacing: -1px;
    font-weight: normal;
    font-family: "colfax-light", sans-serif;
    line-height: 1.6;
    font-size: 40px;
    color: #FFF
}

h2,
.h2 {
    font-size: 36px
}

h3,
.h3 {
    letter-spacing: -1px;
    font-weight: normal;
    font-family: "colfax-bold", sans-serif;
    font-size: 16px;
    color: #b8ff80;
}

p,
.p,
.button,
form .group input,
form .group label,
a {
    letter-spacing: -0.3px;
    font-family: "colfax-light", sans-serif;
    overflow-wrap: break-word;
    font-size: 16px;
    line-height: 2;
    color: #222
}

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

*, *:before, *:after {
    box-sizing: inherit;
}

.column {
    flex: 1;
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
}

.row1 {
    display: flex;
    justify-content: center;
}

.card {
    background-color: #101018;
    padding: 30px;
    border-radius: 7px;
    margin: auto;
    height: 520px;
    width: 600px;
    gap: 4px;
}

.card2 {
    background-color: #101018;
    padding: 30px;
    border-radius: 16px;
    margin: auto;
    height: 540px;
    width: 550px;
    gap: 4px;
}

.about-section {
    padding: 50px;
    text-align: center;
    background-color: #474e5d;
    color: white;
}

.container {
    padding: 0 16px;
}

    .container::after, .row::after {
        content: "";
        clear: both;
        display: table;
    }

.box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #101018;
    padding: 30px;
    border-radius: 20px;
    margin: auto;
    height: 600px;
    width: 1000px;
    gap: 4px;
    overflow-wrap: break-word;
}

.box2 {
    height: 200px;
    width: 700px;
    overflow-wrap: break-word;
    margin-left: auto;
    margin-right: auto;
}

a {
    font-family: "colfax-medium", sans-serif
}

    a:hover {
        color: #aa2f85;
    }

.coment {
    background-color: #101018;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

    .coment a {
        color: #101018;
        font-size: 12px;
    }

.changingpng {
    background-size: cover;
    background-image: url('https://neowportfolio.weebly.com/uploads/1/5/0/8/150864240/home_orig.png');
    height: 80px;
    width: 100px;
    margin: 5px;
}

.container-blog {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    width: 100%;
}

@media (min-width: 576px) {
    .container-blog {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container-blog {
    max-width: 900px;
}

.changingpng:hover {
    background-image: url("https://neowportfolio.weebly.com/uploads/1/5/0/8/150864240/homeani_orig.gif");
    height: 80px;
    width: 100px;
    margin: 5px;
}

.changingpng2 {
    background-size: cover;
    background-image: url('https://neowportfolio.weebly.com/uploads/1/5/0/8/150864240/projects_orig.png');
    height: 80px;
    width: 100px;
    margin: 5px;
}

    .changingpng2:hover {
        background-image: url("https://neowportfolio.weebly.com/uploads/1/5/0/8/150864240/projectsani_orig.gif");
        height: 80px;
        width: 100px;
        margin: 5px;
    }

.changingpng3 {
    background-size: cover;
    background-image: url('https://neowportfolio.weebly.com/uploads/1/5/0/8/150864240/social_orig.png');
    height: 80px;
    width: 100px;
    margin: 5px;
}

    .changingpng3:hover {
        background-image: url("https://neowportfolio.weebly.com/uploads/1/5/0/8/150864240/socialsani_orig.gif");
        height: 80px;
        width: 100px;
        margin: 5px;
    }

@media (max-width: 900px) {

    h1,
    .h1,
    .word-shift b,
    .modal .modal-content .modal-title,
    h2,
    .h2 {
        font-size: 30px
    }
}

blog {
    background-color: #1b1b2c;
    background-size: cover;
    background-position: center;
    font-family: "colfax-medium", sans-serif;
    text-align: center;
    color: #222;
}

    blog.no-scroll {
        overflow: hidden
    }

body {
    background: linear-gradient(#00000000,#00000000,#00000000,#1a1a27,#1a1a27 105%), url('https://neowportfolio.weebly.com/uploads/1/5/0/8/150864240/background-images/1516710755.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "colfax-medium", sans-serif;
    text-align: center;
    color: #222;
}

    body.no-scroll {
        overflow: hidden
    }

button {
    -webkit-appearance: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.button {
    -webkit-box-shadow: 0 20px 30px -10px rgba(167, 44, 126, 0.549);
    box-shadow: 0 20px 30px -10px rgba(167, 44, 126, 0.549);
    padding: 12px 30px 10px;
    letter-spacing: -0.5px;
    display: inline-block;
    border-radius: 100px;
    font-family: "colfax-medium", sans-serif;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    position: relative;
    background: #cc1fa7;
    ;
    cursor: pointer;
    color: #fff;
    width: auto;
    z-index: 2;
    margin: 15px;
}

    .button:hover {
        -webkit-box-shadow: 0 30px 40px -10px rgba(54, 54, 54, 0.8);
        box-shadow: 0 30px 40px -10px rgba(54, 54, 54, 0.8);
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
        color: #fff
    }

    .button:active {
        -webkit-box-shadow: 0 20px 30px -10px rgba(54, 54, 54, 0.6);
        box-shadow: 0 20px 30px -10px rgba(54, 54, 54, 0.6);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .button:before {
        -webkit-animation: pulse 2s ease infinite;
        animation: pulse 2s ease infinite;
        background: rgba(54, 54, 54, 0.4);
        border-radius: 100px;
        position: absolute;
        content: "";
        z-index: -1;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0
    }

    .button.white {
        -webkit-box-shadow: 0 20px 30px -10px rgba(34, 34, 34, 0.2);
        box-shadow: 0 20px 30px -10px rgba(34, 34, 34, 0.2);
        background: #fff;
        color: #222
    }

        .button.white:before {
            background: rgba(255, 255, 255, 0.4)
        }

        .button.white:hover {
            -webkit-box-shadow: 0 30px 40px -10px rgba(34, 34, 34, 0.4);
            box-shadow: 0 30px 40px -10px rgba(34, 34, 34, 0.4)
        }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0.2
    }

    100% {
        -webkit-transform: scale(1.2, 1.4);
        transform: scale(1.2, 1.4);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0.2
    }

    100% {
        -webkit-transform: scale(1.2, 1.4);
        transform: scale(1.2, 1.4);
        opacity: 0
    }
}

.shift {
    max-width: 100% !important;
    width: 100% !important
}

    .shift.clip span {
        display: inline-block
    }

    .shift.clip .word-shift {
        overflow: hidden
    }

        .shift.clip .word-shift:after {
            background-color: #000000;
            ;
            border-radius: 2px;
            content: '';
            height: 80%;
            width: 2px;
            right: 0
        }

    .shift.clip b {
        opacity: 0 color: #FDFBF9
    }

        .shift.clip b.is-visible {
            opacity: 1
        }

.word-shift {
    display: inline-block;
    position: relative;
    text-align: left
}

    .word-shift b {
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: 0;
        top: 0
    }

        .word-shift b.is-visible {
            position: relative
        }

    .word-shift b {
        opacity: 0
    }

        .word-shift b.is-visible {
            opacity: 1
        }

.hero {
    padding: 240px 0 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

    .hero .button {
        margin-top: 30px
    }

.logo {
    height: 100px;
    width: 100px;
    z-index: 2;
    top: 0
}

    .logo img {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        width: 41px
    }

    .logo:hover img {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1)
    }

.screen-wrapper {
    max-width: 1800px;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding: 0 10%;
}

    .screen-wrapper .screen {
        margin: 0 auto -140px;
        width: 1400px
    }

.title {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    width: 400px
}

.subtitle {
    margin: 16px 0 0 -4px;
    font-size: 12px
}

    .subtitle img {
        position: relative;
        opacity: 0.4;
        width: 10px;
        left: 4px;
        top: 1px
    }

.title.wide {
    width: 600px
}

.section {
    position: relative;
    padding: 120px 0
}

    .section:nth-child(odd) {
        -webkit-box-shadow: 0 0 100px rgba(34, 34, 34, 0.04);
        box-shadow: 0 0 100px rgba(34, 34, 34, 0.04)
    }

.section-features {
    padding: 80px 0 40px
}

    .section-features p {
        margin: 0 auto;
        max-width: 80%
    }

.section-providers {
    padding: 120px 0 0
}

.section.imagery .zero-slider {
    margin-top: 80px
}

    .section.imagery .zero-slider .slide {
        max-width: 90%;
        width: 900px
    }

        .section.imagery .zero-slider .slide.is-selected img {
            -webkit-transform: none !important;
            -ms-transform: none !important;
            transform: none !important;
            width: 100%
        }

    .section.imagery .zero-slider .flickity-viewport {
        overflow: hidden
    }

.section.cta {
    overflow: hidden;
    padding: 0
}

    .section.cta .cta-content {
        position: absolute;
        margin-top: 120px;
        width: 100%;
        z-index: 2
    }

        .section.cta .cta-content .title {
            color: #fff
        }

        .section.cta .cta-content .subtitle {
            opacity: 0.4
        }

        .section.cta .cta-content .subtitle {
            color: #fff
        }

            .section.cta .cta-content .subtitle img {
                -webkit-filter: invert(100%);
                filter: invert(100%)
            }

        .section.cta .cta-content .button {
            margin-top: 30px
        }

    .section.cta .zero-slider .slide {
        width: 100%
    }

        .section.cta .zero-slider .slide img {
            width: 100%
        }

    .section.cta .cta-content .subtitle {
        opacity: 0.8
    }

.overlay-left,
.overlay-right {
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 300px;
    z-index: 2
}

.overlay-left {
    left: 0
}

.overlay-right {
    right: 0
}

.overlay-top,
.overlay-bottom {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    height: 400px;
    width: 100%;
    z-index: 2;
    left: 0
}

.overlay-top {
    top: -1px
}

.overlay-bottom {
    bottom: 100px
}

.content {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.content-blurred {
    -webkit-filter: blur(40px);
    filter: blur(40px)
}

@media (max-width: 900px) {
    .hero {
        padding: 140px 0 60px
    }

    .screen-wrapper .screen {
        margin: 0 auto -40px;
        max-width: none;
        width: 600px
    }

    .section {
        padding: 80px 0
    }

    .section-features {
        padding: 40px 0 0
    }

    .section-providers {
        padding: 80px 0 0
    }

    .section.imagery {
        padding: 80px 0 0
    }

        .section.imagery .zero-slider {
            margin: 40px auto -20px
        }

    .section.cta .title {
        margin-top: 60px
    }

    .section.cta .zero-slider {
        height: 600px
    }

        .section.cta .zero-slider .slide {
            width: 1000px
        }

    .section.cta .cta-content {
        margin-top: 0
    }

    .overlay-top,
    .overlay-bottom {
        height: 80px
    }
}

.features {
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
    width: 100%
}

    .features .row {
        white-space: nowrap;
        margin: 4px 0
    }

    .features .feature {
        -webkit-box-shadow: 0 20px 30px -10px rgba(34, 34, 34, 0.1);
        box-shadow: 0 20px 30px -10px rgba(34, 34, 34, 0.1);
        padding: 20px 26px 16px 24px;
        border-radius: 4px;
        background: #fff;
        margin: 10px
    }

        .features .feature .icon {
            margin-right: 8px
        }

    .features .donts .icon {
        color: #B2B2B2
    }

    .features .dos .icon {
        color: #000000;
    }

    .features .donts {
        -webkit-animation: scrollLeft 80s linear infinite;
        animation: scrollLeft 80s linear infinite
    }

    .features .dos {
        -webkit-animation: scrollRight 80s linear infinite;
        animation: scrollRight 80s linear infinite
    }

    .features .overlay-bottom {
        bottom: -1px
    }

@-webkit-keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%)
    }
}

@keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%)
    }
}

@-webkit-keyframes scrollRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(60%);
        transform: translateX(60%)
    }
}

@keyframes scrollRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(60%);
        transform: translateX(60%)
    }
}

@-webkit-keyframes scrollUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%)
    }
}

@keyframes scrollUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%)
    }
}

@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(60%);
        transform: translateY(60%)
    }
}

@keyframes scrollDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(60%);
        transform: translateY(60%)
    }
}

@media (max-width: 900px) {
    .features {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 20px auto 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 40px 0;
        height: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 90%
    }

        .features .feature {
            padding: 10px 12px 8px;
            text-align: left;
            font-size: 12px;
            margin: 6px 0
        }

        .features .row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch
        }

    .donts {
        -webkit-animation: scrollUp 20s linear infinite !important;
        animation: scrollUp 20s linear infinite !important
    }

    .dos {
        -webkit-animation: scrollDown 20s linear infinite !important;
        animation: scrollDown 20s linear infinite !important
    }
}

.cards {
    pointer-events: none;
    position: relative
}

.flickity-viewport {
    overflow: visible
}

.slider {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    width: 100%
}

    .slider .slide img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        max-width: none;
        opacity: 0.4
    }

    .slider .slide.is-selected img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

@media (max-width: 900px) {
    .slider {
        padding: 100px 0 40px
    }
}

.modal {
    background: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100%;
    opacity: 0;
    z-index: 8
}

    .modal .modal-close {
        position: absolute;
        background: none;
        height: 100px;
        width: 100px;
        z-index: 2;
        right: 0;
        top: 0
    }

        .modal .modal-close span {
            font-family: "colfax-light", sans-serif;
            pointer-events: none;
            letter-spacing: 1px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            font-size: 8px;
            bottom: 14px
        }

        .modal .modal-close:hover .icon {
            -webkit-transform: rotate(90deg) scale(1);
            -ms-transform: rotate(90deg) scale(1);
            transform: rotate(90deg) scale(1)
        }

        .modal .modal-close:active {
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9)
        }

        .modal .modal-close:hover span {
            opacity: 0;
            bottom: 0
        }

        .modal .modal-close .icon {
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
            height: 36px;
            width: 36px
        }

    .modal .modal-content {
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        position: relative;
        overflow: scroll;
        padding: 60px 0;
        max-width: 90%
    }

        .modal .modal-content .modal-title {
            letter-spacing: -2.5px;
            margin: 40px auto 4px;
            font-size: 40px
        }

        .modal .modal-content .modal-subtitle {
            width: 340px;
            margin: 0 auto;
        }

        .modal .modal-content .button {
            margin-top: 20px
        }

.modal-show {
    pointer-events: all;
    opacity: 1
}

    .modal-show .modal-content {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

form {
    margin: 50px auto 0;
    width: 300px
}

    form .group {
        margin-bottom: 40px;
        position: relative;
        width: 100%
    }

        form .group input {
            border-bottom: 1px solid #B2B2B2;
            background: none;
            font-size: 20px;
            padding: 8px 0;
            width: 100%
        }

        form .group label {
            pointer-events: none;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            font-size: 20px;
            left: 0
        }

        form .group .border {
            -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            position: absolute;
            background: #000000;
            ;
            height: 1px;
            width: 100%;
            bottom: 0;
            left: 0
        }

        form .group input:focus + label,
        form .group input:not(:placeholder-shown) + label {
            font-size: 16px;
            color: #000000;
            ;
            top: 0%
        }

            form .group input:focus + label + .border {
                -webkit-transform: scaleX(1) !important;
                -ms-transform: scaleX(1) !important;
                transform: scaleX(1) !important
            }

                form .group input:focus + label + .border + .at,
                form .group input:not(:placeholder-shown) + label + .border + .at {
                    opacity: 1;
                    left: 0
                }

    form .button {
        margin: 0 auto
    }

.form-content {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.form-content-hide {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    pointer-events: none;
    opacity: 0
}

.success {
    -webkit-transform: translateX(-50%) translateY(40px);
    -ms-transform: translateX(-50%) translateY(40px);
    transform: translateX(-50%) translateY(40px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    max-width: 90%;
    width: 400px;
    opacity: 0;
    left: 50%
}

    .success .modal-title {
        margin: 100px auto 4px !important
    }

.success-show {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    pointer-events: all;
    opacity: 1
}

.footer {
    /* -webkit-box-shadow: 0 0 200px rgba(34, 34, 34, 0.4);
    box-shadow: 0 0 200px rgba(34, 34, 34, 0.4);
    background: #fff;
    position: relative;
    margin-top: -6px;
    padding: 60px 0;
    z-index: 2; */

    line-height: 1.33341;
    font-weight: 400;
    letter-spacing: -.01em;
    background-color: #101018;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 40px 0;
    /* padding-bottom: 5px; */
}

    .footer p {
        color: #FDFBF9;
        font-size: 12px;
    }

.blogg {
    /* -webkit-box-shadow: 0 0 200px rgba(34, 34, 34, 0.4);
    box-shadow: 0 0 200px rgba(34, 34, 34, 0.4);
    background: #fff;
    position: relative;
    margin-top: -6px;
    padding: 60px 0;
    z-index: 2; */

    line-height: 1.33341;
    font-weight: 400;
    letter-spacing: -.01em;
    background-color: #1a1a27;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 40px 0;
    /* padding-bottom: 5px; */
}

    .blogg p {
        color: #FDFBF9;
        font-size: 21px;
    }


@media (max-width: 900px) {
    .modal .modal-close {
        height: 80px;
        width: 80px
    }

    .modal .modal-content {
        padding: 40px 0
    }

        .modal .modal-content .modal-title {
            letter-spacing: -1px;
            font-size: 26px
        }

    form {
        margin: 40px auto 0
    }

        form .group {
            margin-bottom: 30px
        }

            form .group input,
            form .group label {
                font-size: 16px
            }

        form .button {
            margin: 40px auto 0;
            font-size: 18px
        }
}

@font-face {
    font-family: 'colfax-light';
    src: url("../fonts/colfax-light.woff") format("woff"), url("../fonts/colfax-light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-medium';
    src: url("../fonts/colfax-medium.woff") format("woff"), url("../fonts/colfax-medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'colfax-bold';
    src: url("../fonts/colfax-bold.woff") format("woff"), url("../fonts/colfax-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

* {
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0
}

    *,
    *:before,
    *:after {
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

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

html,
blog {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

blog {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.icon {
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
    height: 20px;
    width: 20px
}

a,
.icon {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

*::-webkit-selection {
    background-color: #28282B;
    ;
    color: #fff
}

*::-moz-selection {
    background-color: #28282B;
    ;
    color: #fff
}

*::selection {
    background-color: #28282B;
    ;
    color: #fff
}

::-webkit-scrollbar {
    display: none
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.center {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%
}

.center-y {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

.center-x {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%
}

input {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0
}

    input:hover,
    input:active,
    input:focus {
        outline: none
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 40px #fff inset !important;
        -webkit-text-fill-color: #222 !important
    }

::-webkit-input-placeholder {
    color: #222
}

:-ms-input-placeholder {
    color: #222
}

::-moz-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222
}

.show-mobile {
    display: none
}

@media (max-width: 900px) {
    .hide-mobile {
        display: none !important
    }

    .show-mobile {
        display: block !important
    }
}

h1,
.h1,
h2,
.h2 {
    letter-spacing: -1px;
    font-weight: normal;
    font-family: "colfax-bold", sans-serif;
    line-height: 1.6;
    font-size: 40px;
    color: #cc1fa7
}

h2,
.h2 {
    font-size: 36px
}

h6,
.h6 {
    letter-spacing: -1px;
    font-weight: normal;
    font-family: "colfax-bold", sans-serif;
    line-height: 1.6;
    font-size: 40px;
    color: #ffffff
}

h7,
.h7 {
    letter-spacing: -1px;
    font-weight: normal;
    font-family: "colfax-bold", sans-serif;
    line-height: 1.6;
    font-size: 24px;
    color: #ffffff
}

h9,
.h9 {
    letter-spacing: -1px;
    font-weight: normal;
    font-family: "colfax-bold", sans-serif;
    line-height: 1.6;
    font-size: 18px;
    color: #ffffff
}

h2,
.h2 {
    font-size: 36px
}

h3,
.h3 {
    letter-spacing: -1px;
    font-weight: normal;
    font-family: "colfax-bold", sans-serif;
    font-size: 16px;
    color: #cc1fa7;
}

p,
.p,
a {
    letter-spacing: -0.6px;
    font-family: "colfax-light", sans-serif;
    font-size: 16px;
    line-height: 2;
    color: #FDFBF9
}

a {
    font-family: "colfax-medium", sans-serif
    scroll-behaviour
}

    a:hover {
        color: #aa2f85;
    }

@media (max-width: 900px) {

    h1,
    .h1,
    h2,
    .h2 {
        font-size: 30px
    }
}

/*# sourceMappingURL=styles.css.map */

@media (max-width: 600px) {
    .screen-wrapper {
        padding: 0;
    }
}

/* @media (max-width: 900px) {
    .screen-wrapper {
        padding: 0 6%;
    }
} */

@media only screen and (min-width: 1200px) {
    .screen-wrapper {
        padding: 0 12%;
    }
}


.outerVideoWrapper2 {
    margin: 40px 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.videoWrapper {
    position: relative;
    max-width: 100%;
    height: 0px;
    overflow: hidden;
    background: #28282B;
    padding-bottom: 56.25%;
}

    .videoWrapper iframe {
        padding: 30px;
        border-radius: 20px;
        position: absolute;
        border: none;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        margin: 0em;
        padding: 0em;
    }

.video, .videowrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 20px;
}

    .video .embedwrapper {
        padding: 30px;
        border-radius: 20px;
        margin: 40px 0;
        width: 100%;
        height: auto;
        z-index: 1;
    }

/* logo flip */
.flip-container {
    perspective: 1000;
}

    .flip-container:hover .flipper {
        transform: rotateY(180deg);
    }

/*speed of transition*/
.flipper {
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.flip-container, .front, .back {
    width: 200px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    background: gainsboro;
}

.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

section, sectionn {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    background: url('../images/logodo.png') no-repeat center;
    z-index: 2;
}

.back {
    background: url('../images/Doomout.png') no-repeat center;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
