@font-face {
    font-family: yekanbakh;
    font-style: normal;
    font-weight: 100;
    src: url('fonts/woff/yt.woff') format('woff');
}

@font-face {
    font-family: yekanbakh;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/woff/yl.woff') format('woff');
}

@font-face {
    font-family: yekanbakh;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/woff/yr.woff') format('woff');
}

@font-face {
    font-family: yekanbakh;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/woff/ysb.woff') format('woff');
}

@font-face {
    font-family: yekanbakh;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/woff/yb.woff') format('woff');
}

@font-face {
    font-family: yekanbakh;
    font-style: normal;
    font-weight: 800;
    src: url('fonts/woff/yeb.woff') format('woff');
}

@font-face {
    font-family: yekanbakh;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/woff/ybl.woff') format('woff');
}

@font-face {
    font-family: yekanbakh;
    font-style: normal;
    font-weight: 950;
    src: url('fonts/woff/yebl.woff') format('woff');
}

* {
    font-family: yekanbakh;
    color:#FFF;
}

body {
    font-family: yekanbakh;
    direction: rtl;
    overflow-x: hidden;
    background:#06060d;
    padding: 0;
    margin: 1px;
}

.background {
    background: #06060d;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.background:after {
    position: absolute;
    width: 50vw;
    height: 10rem;
    background: hsla(241, 100%, 71%, 1);
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-filter: blur(80px);
    filter: blur(10rem);
    content: " ";
}

.mainbox {
    background: #180d2b3d;
    width: 100%;
    max-width: 22rem;
    display: block;
    border-radius: 4rem;
    border: 1px solid #180d2b;
    padding: 4rem;
    text-align: center;
    backdrop-filter: blur(6px);
}


svg#Layer_1 {
    width: 5rem;
    height: 5rem;
    fill: #fff;
    z-index: 1000;
    width: 10rem;
    height: 4rem;
}

svg#Layer_1 path {
    fill: #FFF;
}

.logobox {
    padding: 3rem;
    margin-top: 4rem;
}

p.desc {
    font-size: 1.2rem;
    color: #FFF;
    font-family: yekanbakh;
}

span.special {
    font-size: 1.8rem;
    margin: 0 .2rem;
    color: #FFC107;
    letter-spacing: -.05rem;
}

:root {
    --gl-star-color: #FFC107;
    --gl-star-color-inactive: #dcdce6;
    --gl-star-empty: url(../img/star-empty.svg);
    --gl-star-full: url(../img/star-full.svg);
    --gl-star-size: 2rem;
    --gl-tooltip-background: rgba(17, 17, 17, 0.9);
    --gl-tooltip-border-radius: 4px;
    --gl-tooltip-color: #fff;
    --gl-tooltip-font-size: 0.875rem;
    --gl-tooltip-font-weight: 400;
    --gl-tooltip-line-height: 1;
    --gl-tooltip-margin: 12px;
    --gl-tooltip-padding: .5em 1em
}

[data-star-rating]>select {
    -webkit-clip-path: circle(1px at 0 0) !important;
    clip-path: circle(1px at 0 0) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    visibility: visible !important;
    white-space: nowrap !important;
    width: 1px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none
}

[data-star-rating]>select:after,
[data-star-rating]>select:before {
    display: none !important
}

[data-star-rating].gl-star-rating--ltr>select {
    left: 0 !important
}

[data-star-rating].gl-star-rating--rtl>select {
    right: 0 !important
}

[data-star-rating] {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    margin: 0.4rem 0;
}

.gl-star-rating:not([data-star-rating]) .gl-star-rating--stars {
    display: none
}

[data-star-rating] .gl-star-rating--stars {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative
}

[data-star-rating]>select:focus+.gl-star-rating--stars span:first-child:before {
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    box-shadow: 0 0 0 3px -webkit-focus-ring-color;
    box-shadow: 0 0 0 3px Highlight;
    content: "";
    display: block;
    height: 100%;
    outline: 1px solid transparent;
    pointer-events: none;
    position: absolute;
    width: 100%
}

[data-star-rating] select[disabled]+.gl-star-rating--stars {
    cursor: default
}

[data-star-rating] .gl-star-rating--stars>span {
    display: flex;
    height: 48px;
    height: var(--gl-star-size);
    margin: 0;
    width: 48px;
    width: var(--gl-star-size)
}

[data-star-rating] .gl-star-rating--stars[aria-label]:after,
[data-star-rating] .gl-star-rating--stars[aria-label]:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: auto;
    box-sizing: border-box;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform-origin: top;
    transform: translate3d(0, -50%, 0);
    white-space: nowrap;
    z-index: 10
}

[data-star-rating] .gl-star-rating--stars[aria-label]:before {
    background: rgba(17, 17, 17, .9);
    background: var(--gl-tooltip-background);
    -webkit-clip-path: path("M6 14.998c0-3-6-5.499-6-7.499S5.999 3 5.999 0L6 14.998z");
    clip-path: path("M6 14.998c0-3-6-5.499-6-7.499S5.999 3 5.999 0L6 14.998z");
    content: "";
    height: 15px;
    margin: 0 0 0 6px;
    width: 6px
}

[data-star-rating] .gl-star-rating--stars[aria-label]:after {
    background: rgba(17, 17, 17, .9);
    background: var(--gl-tooltip-background);
    border-radius: 4px;
    border-radius: var(--gl-tooltip-border-radius);
    color: #fff;
    color: var(--gl-tooltip-color);
    content: attr(aria-label);
    font-size: .875rem;
    font-size: var(--gl-tooltip-font-size);
    font-weight: 400;
    margin-left: 12px;
    margin-left: var(--gl-tooltip-margin);
    padding: .5em 1em;
    padding: var(--gl-tooltip-padding);
    text-transform: none
}

[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]:after,
[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]:before {
    left: auto;
    right: 100%
}

[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]:before {
    transform: scaleX(-1) translate3d(0, -50%, 0);
    margin: 0 6px 0 0
}

[data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]:after {
    margin-left: 0;
    margin-right: 12px;
    margin-right: var(--gl-tooltip-margin);
    display: none;
}

[data-star-rating] svg {
    height: 100%;
    width: 100%
}

[data-star-rating] .gl-star-half {
    fill: none;
    stroke: none
}

[data-star-rating] .gl-star-full {
    fill: #dcdce6;
    fill: var(--gl-star-color-inactive);
    stroke: #dcdce6;
    stroke: var(--gl-star-color-inactive);
    transition: fill .15s ease-in-out, stroke .15s ease-in-out
}

[data-star-rating] .gl-active .gl-star-full {
    fill: #fdd835;
    fill: var(--gl-star-color);
    stroke: #fdd835;
    stroke: var(--gl-star-color)
}

.gl-star-rating--stars[class*=" s"]>span {
    background-image: url(../img/star-empty.svg) !important;
    background-image: var(--gl-star-empty) !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%
}

.gl-star-rating--stars[class*=" s"]>span.gl-active,
.gl-star-rating--stars[class*=" s"]>span.gl-active.gl-selected {
    background-image: url(../img/star-full.svg) !important;
    background-image: var(--gl-star-full) !important
}

div.input {
    padding: 0.5rem 0;
    text-align: center;
}


input.input {
    padding: 0.5rem;
    background: none;
    border: none;
    border-bottom: 2px solid #ccc;
    text-align: center;
    width: 20rem;
    transition: all 0.5s ease;
    font-size: 1.2rem;
}

.surveyitem {
    text-align: center;
    padding-top: 2rem;
    font-size: 1.2rem;
    margin-top: 1.2rem;
}

input.input:focus {
    border-bottom-color: #03A9F4;
    outline:none !important;
}

.giftimg {
    display: block;
    position: absolute;
    z-index: -1;
    width: 12rem;
    margin-left: -22rem;
    margin-top: 4rem;
    animation-duration: 3s;
    animation-name: movingaround;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.giftimg img {
    width: 100%;
}

@keyframes movingaround {
    0% {
      translate: 2rem 0;
    }
  
    70% {
      translate: 0 1rem;
    }
  }
  .submit {
    line-height: 4rem;
    background: #009688;
    border-radius: 1rem;
    margin-top: 3.2rem;
    font-size: 1.4rem;
    cursor: pointer;
}
.submit:hover {
    background: #078073;
}


span.eng {
    display: block;
}

.footer {
    text-align: center;
    margin-top: 4rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
}

.footer span.eng {
    color: #607D8B;
}

.apppromo {
    width: 92%;
    max-width: 22rem;
    background: #833ab4;
    background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
    display: block;
    border-radius: 1rem;
    margin-top: 6rem;
}

.apppromo svg {
    width: 2.6rem;
    float: left;
    padding: .8rem 0;
}

.apppromo-title a {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 1.6rem;
    text-decoration: none;
    font-size: 1.2rem;
}

.container {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    direction: rtl;
    align-items: center;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}