@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url(/cdn-landing/fonts/iranyekanwebboldfanum.eot);
    src: url(/cdn-landing/fonts/iranyekanwebboldfanum.eot?#iefix) format("embedded-opentype"), url(/cdn-landing/fonts/iranyekanwebboldfanum.woff) format("woff"), url(/cdn-landing/fonts/iranyekanwebboldfanum.ttf) format("truetype")
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    src: url(/cdn-landing/fonts/iranyekanwebthinfanum.eot);
    src: url(/cdn-landing/fonts/iranyekanwebthinfanum.eot?#iefix) format("embedded-opentype"), url(/cdn-landing/fonts/iranyekanwebthinfanum.woff) format("woff"), url(/cdn-landing/fonts/iranyekanwebthinfanum.ttf) format("truetype")
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url(/cdn-landing/fonts/iranyekanweblightfanum.eot);
    src: url(/cdn-landing/fonts/iranyekanweblightfanum.eot?#iefix) format("embedded-opentype"), url(/cdn-landing/fonts/iranyekanweblightfanum.woff) format("woff"), url(/cdn-landing/fonts/iranyekanweblightfanum.ttf) format("truetype")
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url(/cdn-landing/fonts/iranyekanwebregularfanum.eot);
    src: url(/cdn-landing/fonts/iranyekanwebregularfanum.eot?#iefix) format("embedded-opentype"), url(/cdn-landing/fonts/iranyekanwebregularfanum.woff) format("woff"), url(/cdn-landing/fonts/iranyekanwebregularfanum.ttf) format("truetype")
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url(/cdn-landing/fonts/iranyekanwebmediumfanum.eot);
    src: url(/cdn-landing/fonts/iranyekanwebmediumfanum.eot?#iefix) format("embedded-opentype"), url(/cdn-landing/fonts/iranyekanwebmediumfanum.woff) format("woff"), url(/cdn-landing/fonts/iranyekanwebmediumfanum.ttf) format("truetype")
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 800;
    src: url(/cdn-landing/fonts/iranyekanwebextraboldfanum.eot);
    src: url(/cdn-landing/fonts/iranyekanwebextraboldfanum.eot?#iefix) format("embedded-opentype"), url(/cdn-landing/fonts/iranyekanwebextraboldfanum.woff) format("woff"), url(/cdn-landing/fonts/iranyekanwebextraboldfanum.ttf) format("truetype")
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 900;
    src: url(/cdn-landing/fonts/iranyekanwebblackfanum.eot);
    src: url(/cdn-landing/fonts/iranyekanwebblackfanum.eot?#iefix) format("embedded-opentype"), url(/cdn-landing/fonts/iranyekanwebblackfanum.woff) format("woff"), url(/cdn-landing/fonts/iranyekanwebblackfanum.ttf) format("truetype")
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 950;
    src: url(/cdn-landing/fonts/iranyekanwebextrablackfanum.eot);
    src: url(/cdn-landing/fonts/iranyekanwebextrablackfanum.eot?#iefix) format("embedded-opentype"), url(/cdn-landing/fonts/iranyekanwebextrablackfanum.woff) format("woff"), url(/cdn-landing/fonts/iranyekanwebextrablackfanum.ttf) format("truetype")
}

@-moz-keyframes shimmer {
    100% {
        background-position: top left;
    }
    0% {
        background-position: top right;
    }
}

@-webkit-keyframes shimmer {
    100% {
        background-position: top left;
    }
    0% {
        background-position: top right;
    }
}

@-o-keyframes shimmer {
    100% {
        background-position: top left;
    }
    0% {
        background-position: top right;
    }
}

@keyframes shimmer {
    100% {
        background-position: top left;
    }
    0% {
        background-position: top right;
    }
}

@-moz-keyframes star {
    0% {
        opacity: .2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

@-webkit-keyframes star {
    0% {
        opacity: .2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

@-o-keyframes star {
    0% {
        opacity: .2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

@keyframes star {
    0% {
        opacity: .2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

html,
body {
    font-family: iranyekan;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: radial-gradient(ellipse at center, #4F2765 0%, #1C0C31 100%);
}

main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 850px;
}

main canvas {
    opacity: 0.4;
    position: relative;
    z-index: -1;
}

main div.net {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 500px;
    background-image: url(/cdn-landing/assets/laptop.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

main div.info {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-top: 100px;
    width: 600px;
    max-width: 100%;
}

main div.info img {
    width: 200px;
}

main div.info h1 {
    color: rgba(204, 147, 216, .7);
    background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    -webkit-background-size: 125px 100%;
    -moz-background-size: 125px 100%;
    background-size: 125px 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #222;
    font-size: 1.5em;
}

main div.info p {
    color: #fff;
    margin-top: 1em;
    font-size: .9em;
    line-height: 2em;
}

.star {
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .2;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.st2 {
    background-image: url(/cdn-landing/assets/st2.svg);
}

.st1 {
    background-image: url(/cdn-landing/assets/st1.svg);
}

.s1 {
    width: 47px;
    height: 47px;
    top: 10vh;
    right: 25vw;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: star;
    -moz-animation-name: star;
    animation-name: star;
}

.s2 {
    width: 35px;
    height: 35px;
    top: 50vh;
    left: 6vw;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-name: star;
    -moz-animation-name: star;
    animation-name: star;
}

.s3 {
    width: 30px;
    height: 30px;
    top: 30vh;
    right: 10vw;
}

.s4 {
    width: 45px;
    height: 45px;
    top: 45vh;
    right: 15vw;
}

.s5 {
    width: 79px;
    height: 79px;
    top: 30vh;
    left: 15vw;
}