@import url(https://fonts.googleapis.com/css?family=Montserrat);

 
svg {
    display: block;
    font: 4.5em 'BigVesta-Arabic-Regular';
    
	
     
}
 

svg {
    display: block;
    font: 4.5em 'Montserrat';
    
	
     
}


.text-ar-copy {
	font-family:BigVesta-Arabic-Regular;
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text1-copy {font-family:BigVesta-Arabic-Regular;
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text2-copy {font-family:BigVesta-Arabic-Regular;
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text3-copy {font-family:BigVesta-Arabic-Regular;
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text4-copy {font-family:BigVesta-Arabic-Regular;
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text-copy {font-family:BigVesta-Arabic-Regular;
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
	stroke: #c20000;
	animation-delay: 1;
}

.text-copy:nth-child(2){
	stroke: #fff;
	animation-delay: 2s;
}

.text-copy:nth-child(3){
	stroke: #c20000;
	animation-delay: 3s;
}

.text-copy:nth-child(4){
	stroke: #c20000;
	animation-delay: 4s;
}

.text-copy:nth-child(5){
	stroke: #fece48;
	animation-delay: 5s;
}

@keyframes stroke-offset{
	100% {stroke-dashoffset: -35%;}
}