
.bg-wrap {
    overflow: hidden;
    height: 100vh;
}

@keyframes fadeIn {
    from {top: 20%; opacity: 0;}
    to {top: 100; opacity: 1;}

}

@-webkit-keyframes fadeIn {
    from {top: 20%; opacity: 0;}
    to {top: 100; opacity: 1;}

}

.wrapper {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: fadeIn 2000ms ease;
    -webkit-animation: fadeIn 2000ms ease;
    text-align: center;
    width: 100%;
}


.text{
    margin-top:3.5rem;
    color: #FFFFFF !important;
}

.text p{
    /*font-family: IranNastaliq;*/
    font-size: 25px;
    margin: 0;
    line-height: 40px;
    letter-spacing: 0px;
}

.icons {
    text-align: center;
    margin-top: 25px;
}

.icons i {
    color: #073121;
    /*background: #fff;*/
    height: 15px;
    width: 15px;
    padding: 13px;
    margin: 0 10px;
    border-radius: 50px;
    /*border: 2px solid #073121;*/
    transition: all 200ms ease;
    text-decoration: none;
    position: relative;
    display: inherit;
}

.icons i:hover, .icons i:active {
    /*color: #fff;*/
    background: #073121;
    cursor: pointer !important;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    text-decoration: none;

}

.fa-whatsapp{
    content: '/ f232 ';
    font-family: " font-awesome4.7.0";
}

.fa-instagram{
    content: '/f16d ';
    font-family: " font-awesome4.7.0";
}

.fa-telegram{
    content: '/f2c6 ';
    font-family: " font-awesome4.7.0";
}


.loading {
    margin:  auto 0;
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: fadeIn 1000ms ease;
    -webkit-animation: fadeIn 1000ms ease;
    text-align: center;
    width: 100%;
}

@media (max-width: 717px) {
    .loading {
        bottom: 5%;
    }

    .loading-text{
        font-size: 20px;
    }
    .text p {
        font-size: 20px;
        letter-spacing: 1px;
    }
}


.loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #FFFFFF !important;
    font-family: "Quattrocento Sans", sans-serif;
}

.loading-text span:nth-child(1) {
    animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
    animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
    animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
    animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
    animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
    animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
    animation: blur-text 1.5s 1.2s infinite linear alternate;
}
.loading-text span:nth-child(8) {
    animation: blur-text 1.5s 1.4s infinite linear alternate;
}
.loading-text span:nth-child(9) {
    animation: blur-text 1.5s 1.6s infinite linear alternate;
}
.loading-text span:nth-child(10) {
    animation: blur-text 1.5s 1.8s infinite linear alternate;
}
.loading-text span:nth-child(11) {
    animation: blur-text 1.5s 2s infinite linear alternate;
}

@-webkit-keyframes blur-text {
    0% {
        filter: blur(0px);
    }
    100% {
        filter: blur(4px);
    }
}

@keyframes blur-text {
    0% {
        filter: blur(0px);
    }
    100% {
        filter: blur(2.5px);
    }
}
