@charset "utf-8";

/*
Shift.ir All Rights Reserved
Danial Zameni Artwork
*/
body,footer,.mysteryetc,.loader{background-image:url(../img/pattern.png);background-size:60px;background-repeat:repeat;background-position:center;}
.comingsoon{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto;min-height:100vh;padding:20px}
.comingsoon-logo img{animation:25s infiniterotate linear infinite;display:block;width:150px;max-height:100%;margin-bottom:10px}
.comingsoon-type{color:#fff;font-size:40px;font-weight:700;margin:0px 0}
.comingsoon-quote{color:#fff;font-size:16px;font-weight:600;opacity:.6}
.comingsoon-quote:before,.comingsoon-quote:after{margin:0 5px;content:'"'}
.comingsoon-marquee{display:flex;align-items:center;width:260px;max-width:100%;margin-top:10px;font-size:13px}
.comingsoon-marquee-title{margin-left:10px;white-space:nowrap;opacity:.5;font-weight:700}
.comingsoon-marquee marquee{font-weight:400;opacity:0.9}
.comingsoon-marquee marquee span{margin:0 10px;}
.comingsoon-marquee marquee span a{display:inline-block;font-weight:700;margin:0 5px;background:#fff;color:#0aaddc;padding:2px 5px 2px;border-radius:30px}
@keyframes infiniterotate{ 100%{transform:rotateZ(360deg);} }
@media(max-width:430px){
  .comingsoon-type{font-size:28px;}
  .comingsoon-quote{font-size:14px;}
}