@import url(font.css);
@import url(animation.css);
* {
    transition: all ease .5s;
    padding: 0 !important;
    margin: 0 !important;
    direction: rtl;
}

.modalChild {
    width: 100px;
    height: 100px;
    border-top: 4px solid red;
    border-radius: 100px;
    animation: loading infinite ease-out .5s;
}

.modalFullscreen {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.42);
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

ul,
li,
ol {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.parent-bg {
    background-image: url("../image/app-banner.png");
    background-repeat: no-repeat;
    background-size: auto;
}
.footer-bg {
    background-image: url("../image/footer-shape.png");
    background-repeat: no-repeat;
    background-size: auto;
}
.shape-1{
    position: absolute;
    top: 50%;
    left: 20%;
}
.shape-2{
    position: absolute;
    bottom: 80%;
    right: 30%;
}
.shape-3{
    position: absolute;
    bottom: 10%;
    right: 50%;
}
.shape-4{
    position: absolute;
    bottom: 90%;
    right: 20%;
}
.progress-blue-orange {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: red;
    right: 0;
}

.screen-size {
    width: 100vw;
    height: 100vh;
}

.about {}
.download {
    width: 449px;
    cursor: pointer;
    position: relative;
    top: 5em;
    height: 45px;
}
.download-gradient{
    background: linear-gradient(138deg, #FF8C8C 0%, #6E82EE 43%, #5580FF 100%);
    border-radius: 4px;
    padding: 74px 90px;
}
.text_title {
    border: none;
    color: #010101;
    font-family: 'MikhakBold';
    font-size: 32px;
    text-decoration: none;
    text-align: center;
}
.slider-item{
    display : none;
}
.active{
    display : block;
}