@import "https://fonts.googleapis.com/css?family=Red+Hat+Display:400,500,700&display=swap";

/* cyrillic */
@font-face {
  font-family: 'Bad Script';
  font-style: normal;
  font-weight: 400;
  src: local('Bad Script Regular'), local('BadScript-Regular'), url(https://fonts.gstatic.com/s/badscript/v8/6NUT8F6PJgbFWQn47_x7pO8kzO1A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Bad Script';
  font-style: normal;
  font-weight: 400;
  src: local('Bad Script Regular'), local('BadScript-Regular'), url(https://fonts.gstatic.com/s/badscript/v8/6NUT8F6PJgbFWQn47_x7pOskzA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Kamcha;
    src: url(../fonts/kamcha.ttf); 
   }
   
   
   #canvas {
        background: #00000054;
        position: absolute;
        height: 100%;
        width: 100%;
   }
   

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    text-decoration: none;
    transition: 0.3s ease;
}

a:focus, input, select, button {
    outline: none;
    outline-offset: -4px;
}
  
body {
	line-height: 1;
	font-family: Red Hat Display, 'Open Sans', sans-serif;
	font-size:12px;
	color:#000;
    height:100%;
    background: #11181E url(../images/foot.jpg) 0 100% no-repeat;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#map {
    width: 100%;
    height: 700px;
    margin-bottom: 300px;
}

header {
    display: block;
    height: 56px;
    border-bottom: none;
    position: relative;
    z-index: 999;
    background: #000;
}

header .login, header .register {
    display: block;
    float: right;
    margin: 0 20px;
    color: #fff;
    font-size: 14px;
    line-height: 56px;
    transition: 0.5s ease;
    font-weight: bold;
    padding: 0 20px;
}

header .login:hover, header .register:hover {
    background: #FF1CCD;
}

header .login img {
    width: 14px;
    display: inline-block;
    margin-right: 6px;
    margin-top: -5px;
    vertical-align: middle;
    }





header .logo {
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    text-align: center;
    width: 180px;
    }

header .logo img {
    max-width: 120px;
    display: inline-block;
    vertical-align: middle;
}

header .logo div {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-weight: 700;
    font-size: 28px;
    font-family: Kamcha, Arial,serif;
}




.slider {
    position: relative;
    background: #000 url(../images/bg.jpg) 0 0 no-repeat;
    background-size: cover;
    overflow: hidden;
}

.slider .abstract {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}



.slider .ring{
        transition: opacity .85s;
        border-radius: 9999px;
        position: absolute;
        top: 50%;
        left: 30%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    
.slider .ring:first-child,.ring:nth-child(2){
    opacity:.2
}
.slider .ring:nth-child(3){opacity:.4}
.slider .ring:nth-child(4){opacity:.2}
.slider .ring:nth-child(5){opacity:.05}.home-anim-hero-logo{width:100px}
    
.slider .phone {
    position: absolute;
    height: 470px;
    margin-top: 30px;
    margin-left: -137px;
    left: 30%;
    display: block;
}

.slider .text {
    color: #fff;
    width: 520px;
    max-width: 80%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
}

.slider .text .title {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}

.slider .text p {
    text-align: left;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    }
    
.slider .text p a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    text-shadow: 1px 1px 1px black;
    }
    
.slider .text p a:hover {    
    color: #FF1CCD;
    border-bottom: 1px solid #FF1CCD;
    }


.marketplace {
    padding: 40px 20px;
}

.marketplace .items {
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 -10px;*/
    justify-content: center;
    align-items: center;
}

.marketplace .prod {
    display: block;
    width: 300px;
    float: left;
    padding: 0;
    position: relative;
    margin: 10px;
    text-align: center;
    background: #1c1f25;
    border: 1px solid #282c34;
    transition: 0.5s ease;
    border-radius: 8px;
}

.marketplace .prod .grad>img {
    max-width: 100%;
    /* padding: 20px 0;
    margin: 40px 0 10px 0; */
}

.marketplace .prod .grad::before {
    position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, #ff1ccd00, #2f546e52);
	background: linear-gradient(to right, #ff1ccd00, #2f546e52);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.marketplace .prod .grad:hover::before {
	-webkit-animation: shine .95s;
	animation: shine .95s;
}

.marketplace .prod .nft-price>img {
   max-width: 25px;
    vertical-align: middle;
    margin-top: -5px;
}

.marketplace .prod .grad {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(180deg,#ff1ccd00,#2f546e52);
}

.marketplace .prod .nft-price {
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
    }

.marketplace .prod .dollar-price {    
    color:#b4bccb;
    font-size: 14px;
    }

.marketplace .prod .title {       
    font-size: 18px;
    color: #fff;
    padding: 15px 10px;
    text-align: left;
    }

.images {
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.faq {
    min-height: 300px;
    padding: 40px 20px;
}

.images>div {
    display: block;
    width: 300px;
    height: 300px;
    float: left;
    padding: 0;
    position: relative;
    margin: 10px;
    text-align: center;
    background: #1c1f25;
    border: 1px solid #282c34;
    transition: 0.5s ease;
    border-radius: 8px;
}


.ratings {  
    /* background: #13161b; */
    padding: 30px 20px;
    width: 80%;
    margin: 0 auto;
}

.ratings .fl {
    width: 50%;
}

.ratings .title {        
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ratings .table>div {        
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.ratings .table>div>div {   
    display: inline-block;
    }

.ratings .table>div .num {      
    color: #5b6372;
    width: 14px;
    }

.ratings .table>div img {      
    width: 50px;
    vertical-align: middle;
    }

#column-left {
    width: 24%;
    float: left;
    padding: 25px 20px;
    border-radius: 3px;
    margin-bottom: 50px;
    background: #13161b;
    border: 1px solid #1c1f25;
}

#column-right {
    float: right;
    width: 75%;
    }

#column-left .label-name {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
}

.mob-close-filter {
    display: none;
}

#column-left select, #column-left input[type="text"] {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #cacaca;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 3px 5px;
    box-sizing: border-box;
    cursor: pointer;
}

.ui.dropdown .menu>.item, .ui.search {
    font-size: 14px;
}

.ui.multiple.search.dropdown, .ui.multiple.search.dropdown>input.search {
    cursor: pointer;
}


#column-left .type, #column-left .price {
    margin-bottom: 40px;
}

#column-left .price .price_from {
    width: 45%;
    float: left;
    position: relative;
}

#column-left .price .tire {
    width: 10%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

#column-left .price .price_to {
    width: 45%;
    float: right;
    position: relative;
}

#column-left .price .price_from input[type="text"] {
    padding-left: 44px;
}

#column-left .price .price_to input[type="text"] {
    padding-left: 27px
}

#column-left .price_from:after, #column-left .price_to:after {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 12px;
    right: 2px;
    margin-right: 7px;
    color: #888;
    z-index: 1;
    content: "$";
    font-size: 16px;
    cursor: pointer;
}


#column-left .price_from:before, #column-left .price_to:before {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 12px;
    margin-left: 7px;
    color: #888;
    z-index: 1;
    font-size: 14px;
    cursor: pointer;
}

#column-left .price_from:before {
    content: "From";
}

#column-left .price_to:before {
    content: "To";
}

#column-left .search-btn {
    padding: 10px 27px;
    background-color: #FF1CCD;
    background: linear-gradient(to top right,#FF1CCD,#330481);
    color: #fff;
    border: none;
    font-family: Red Hat Display, 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    margin: 10px 0;
}

#column-left .search-btn:hover {
    background: #FF1CCD;
}

#error {
	width:500px;
	margin:7em auto;
}
#description {
	padding:26px 24px 26px;
}

h2 {
	text-align: center;
	padding-bottom: 15px;
}

ul {
    margin: 0;
    padding: 0;
}

header ul {
    display: inline-block;
    vertical-align: top;
}

header li {
    display: inline-block;
}

header li a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    transition: 0.5s ease;
    display: block;
    height: 56px;
    padding: 21px 13px;
}

header li a:hover {
    background: #FF1CCD;
}

header .mob-menu {
    display: inline;
}

.content {
    padding: 50px 0;
}

#login {
	text-align: center;
}
#login a {
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease;
    cursor: pointer;
    margin-bottom: 5px;
    text-decoration: none;
}

#login a:hover, #login a:focus, #login a:active {
	text-decoration: none;
    border: 2px solid #2f09c9;
    background: #2f09c9;
}

.register-one-minute {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.register-one-minute>div {
    color: #fff;
    font-size: 26px;
    padding: 50px 20px 30px 20px;
    font-weight: bold;
    max-width: 750px;
    margin: 0 auto;
    }
   

.register-one-minute>div>span {
    color: #FF1CCD;
}

.register-one-minute a {
    display: inline-block;
    padding: 18px 30px;
    border: 2px solid #fff;
    color: #fff;
    background: #FF1CCD;
    font-weight: bold;
    font-size: 14px;
    transition: 0.5s ease;
    margin-bottom: 40px;
    }

.register-one-minute a:hover {
    background: none;
    }
    
.how-it-works {
    width: 100%;
    padding: 50px 0;
}    
    
.how-it-works h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 30px;
} 

.how-it-works img {
    max-width: 70%;
    -webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 5px solid #516e83;
}

.how-it-works a:hover img {
    -webkit-filter: blur(0);
	filter: blur(0);
	}

.how-it-works .fl {
    float: left;
    width: 33%;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.clear {
    clear: both;
}

.how-it-works div div {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    position: absolute;
    width: 60%;
    left: 20%;
    top: 45%;
    text-align: center;
    z-index: 9;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.how-it-works .arrow {
    position: absolute;
    margin-left: -25px;
}

.how-it-works .r1 {
    left: 33%;
    }
    
.how-it-works .r2 {
    left: 66%;
    }
    
.get-squit-button {
    background: #FF1CCD;
    padding: 40px 0;
}
    
.get-squit-button .fl {
    float: left;
    width: 70%;
    padding: 0 40px;
    font-size: 16px;
    line-height: 20px;
}

.get-squit-button .fl p {
    margin-bottom: 15px;
}

.get-squit-button .fr {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 30%;
    float: left;
    padding: 0 40px;
    }
    
.get-squit-button .fr>div {
    max-width: 300px;
    margin: 0 auto 30px auto;
}

.get-squit-button .install {
    display: inline-block;
    padding: 12px 0;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    transition: 0.5s ease;
    margin-bottom: 40px;
    background: #282ca9;
    width: 80%;
    }

.get-squit-button .install:hover {    
    background: #FFCC00;
    }
    
.partners {    
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 40px 0;
    }
    
.partners h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 50px;
    background: #ffcc00;
    display: inline-block;
    padding: 15px 30px;
}

.partners .owl-carousel .owl-item div {
    height: 70px;
    line-height: 70px;
}

.partners .owl-carousel .owl-item a {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.partners .owl-carousel .owl-item img {
    width: inherit;
    max-width: 200px;
    max-height: 70px;
    margin: 0 auto;
}


.partners .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    margin-top: -49px;
    font-size: 50px;
    color: #1b0142;
    }

.partners .owl-carousel .owl-prev {    
    left: 15px;
    position: absolute;
}

.partners .owl-carousel .owl-next {    
    right: 15px;
    position: absolute;
}

.questions {    
    width: 100%;
    background: #282CA9;
    text-align: center;
    padding: 40px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    }

.questions a {
    color: #fff;
}

.conversion {
    background: #282CA9;
    width: 100%;
    padding: 80px 40px 40px 40px;
}

.conversion h1 {
    color: #fff;
    font-size: 26px;
}

.conversion .text {
    color: #fff;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
}

.conversion .text p {
    text-align: left;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
    }

.conversion .text p span {
    font-weight: bold;
    color: #FF1CCD;
    font-size: 18px;
    }
    
.conversion .funnel {
    padding: 30px 0;
    width: 100%;
    margin: 0 auto;
    display: block;
    }
    
.auto-creation {
    background: #1B0142;
    width: 100%;
    padding: 40px;
}

.content .demo {
    width: 980px;
    margin: 0 auto;
}

.content .demo .left {
    float: left;
    width: 40%;
    padding: 40px 0;
}

.content .demo .right {
    float: right;
    width: 50%;
    padding: 40px 0;
    }

.content .demo .right img {
    max-width: 100%;
}

.content .demo .left h3 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    padding: 30px 0;
}

.content .demo .left p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
    }

#squit-btn {
    display: block;
    cursor: pointer;
    border: 2px solid #fff;
    background: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    transition: 0.3s ease;
    font-family: 'Open Sans', sans-serif;
}

#squit-btn:hover {
    background: #282ca9;;
}

footer {    
    width: 100%;
    padding: 100px 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    }

footer .footer-logo {  
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding: 0 30px;
    }

footer .footer-logo img {
    max-width: 150px;
}

footer ul {  
    display: inline-block;
    width: 40%;
    margin-left: 10%;
    vertical-align: middle;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }

footer ul li {
    margin-bottom: 15px;
}


footer ul li a {
    color: #fff;
    transition: 0.5s ease;
}

footer ul li a:hover {
    color: #FF1CCD;
}

footer .copyright {
    font-size: 14px;
    font-weight: normal;
    padding: 20px 0 0 0;
    color: #fff;
    }


/*-------------------------- Media styles --------------------------*/    



@media (max-width: 980px) {
    
    header {
        position: fixed;
        width: 100%;
        top: 0;
    }
    
    header .menu-button {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        width: 20%;
        text-align: center;
        transition: 0.2s ease;
        right: 0;
    }
    
    header #btn-menu {
    display: none;
    }

    header #btn-menu + label{
      display: inline-block;
      position: relative;
      color: #fff; 
      width: 100%;
      height: 100%;
      z-index: 1;
      cursor: pointer;
    }
    header #btn-menu + label:before{
        content: '';
        display: inline-block;
        background: url(../images/menu.png) 50% 50% no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        margin-top: 3px;
    }
    
    header #btn-menu:checked + label:before{
        background: url(../images/cancel.png) 50% 50% no-repeat;
        background-size: contain;
        width: 25px
    }
    
    header .mob-menu {
        display: none;
        position: fixed;
        width: 80%;
        height: 100%;
        top: 56px;
        background: #000000;
        text-align: left;
        padding: 20px 20px 20px 0;
        color: #fff;
        overflow: auto;
        left: 0;
        text-transform: uppercase;
        z-index: 999;
    }
    
    header .mob-menu ul {
        display: block;
    }
    
    #column-left {
    display: none;
    }
    
    #column-right {
        width: 100%;
    }
    
    .marketplace {
        padding: 80px 20px 120px 20px;
    }
    
    .images {
        padding: 80px 20px 120px 20px;
    }
    
    .slider {
        margin-top: 56px;
    }
    
    .faq {
    padding: 80px 20px 120px 20px;
    }
    
    .images>div {
    height: 400px;
    width: 100%;
    }
    
    #map {
        margin-top: 56px;
    }
    
    .mob-menu ul li {
        padding-left: 25px;
        display: block;
    }
    
    .mob-menu ul li a {
        font-size: 19px;
    }
    
    .how-it-works .fl {
        width: 100%;
    }
    .how-it-works .arrow {
        display: none;
    }
    
        .slider .phone {
    position: relative;
    left: 50%;
    }
    
    .slider .ring {
    top: 250px;
    left: 50%;
    }
    
    .get-squit-button .fl, .get-squit-button .fr {
    width: 100%;
    }
    
    footer .footer-logo {  
    width: 100%;
    padding: 0 30px 60px 30px;
    text-align: center;
    }
    
    footer ul {  
    display: inline-block;
    width: 100%;
    margin-left: 0;
    vertical-align: middle;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 2;
    padding: 0 20px 20px 20px;
    }
    
    .slider .abstract video {
        height: 100%;
    }
    
    header .login, header .register {
    display: none;
    }
    
    .how-it-works img {
    max-width: 370px;
    }
    
    .register-one-minute {
    position: relative;
    }
    
    .how-it-works div div {
        font-size: 26px;
        line-height: 32px;
    }
    
}

@media (min-width: 981px) {
    .slider {
        height: 700px;
    }
    
    .slider .text {
    padding-top: 150px;
    padding-right: 100px;
    float: right;
    margin: 0;
    }
    
    .slider .abstract video {
    width: 100%;
    }
    
    header .menu-button {
        display: none;
    }
    
    .conversion .text {
    float: left;
    margin: 0;
    width: 520px;
    }
    
    .conversion .funnel {
    padding: 40px 30px 0 30px;
    float: left;
    width: calc(100% - 520px);
    max-height: 270px;
    }
}


@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/*
@media (max-width: 650px) {
    .how-it-works>div {
        width: 50%;
    }
}
*/
