/* R E S E T */
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%;
	font: inherit;
	vertical-align: baseline;
    direction: rtl;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    overflow: hidden;
    background-color: #63C514;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* R E S E T */

::-moz-selection { /* Code for Firefox */
    color: #171717;
    background: #FEC71A;
  }
  
  ::selection {
    color: #171717;
    background: #FEC71A;
  }
  @font-face {
    font-family: 'kalame';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Kalameh-Regular.ttf) format('TrueType');
  }
  @font-face {
    font-family: 'kalame';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/Kalameh-Bold.ttf) format('TrueType');
  }
  @keyframes sooni {
    0%   {
      color: #ffffff;
    }
    40%   {
      color: #ffffff;
    }
    55%  {
      color: #FEC71A;
    }
    65%  {
      color: #FEC71A;
    }
    90% {
      color: #ffffff;
    }
    100% {
      color: #ffffff;
    }
  }
  .ctr {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 1000;
    text-align: center;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .text {
    font-family: "kalame", Arial;
    font-size: 28px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 28px;
  }
  .title {
    font-family: "kalame", Arial;
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;

  }
  .text span, .soon span {
    padding: 10px 28px 13px;
    border-radius: 12px;
  }
  .soon span {
    animation-name: sooni;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transition: ease-out;
  }
  .soon {
    font-family: "kalame", Arial;
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 48px;
  }
  .logo img {
    border-radius: 11px;
    width: 360px;
    padding: 22px 24px;
  }
  .icds {
    margin-top: 48px;
  }
  .icds img {
    height: 64px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 4px;
  }



  /* R E S P O N S I V E */

@media (max-width: 1366px) { 
  .text {
    font-size: 24px;
  }
  .soon {
    margin-top: 56px;
    font-size: 28px;
  }
  .logo img { 
    width: 320px;
  }
}
@media (max-width: 900px) { 
  .text {
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
  }
  .text span {
    width: 360px;
    display: inline-block;
    padding: 4px 8px 6px;
    line-height: 150%;
  }
  .soon {
    margin-top: 28px;
    font-size: 20px;
  }
  .text span, .soon span, .icds img, .logo img {
    border-radius: 6px;
  }
  .logo img { 
    width: 240px;
  }
  .icds img {
    height: 56px;
  }
  .title {
    font-size: 36px;
  }
}
@media (max-width: 320px) { 
  .text span {
    width: 240px;
  }
  .logo img { 
    width: 200px;
  }
  .soon {
    font-size: 16px;
    margin-top: 22px;
  }
  .soon span {
    padding: 4px 8px 6px;
  }
  .icds {
    margin-top: 22px;
  }
}