@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RTNassim';
    src: url('../fonts/RTNassim.eot');
    src: url('../fonts/RTNassim.eot?#') format('eot'), url('../fonts/RTNassim.woff') format('woff'), url('../fonts/RTNassim.ttf') format('truetype');
}

@font-face {
    font-family: 'abolIcon';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/icons.woff2) format('woff2');
}

html, body {
    font-family: 'RTNassim', 'Montserrat', sans-serif;
    overflow-x: hidden;
    background: #F2F2F2 none repeat scroll 0% 0%;
    color: #CCC;
}

.abol-icons {
    font-family: 'abolIcon';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

body {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='2');

}

.bodyOnLoad {
    position: absolute;
    top: 50%;
    left: 30%;
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: center;
    font-size: xx-large;
    z-index: 99999;
    color: red;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='0');
}

#top_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 2100000000;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    border-bottom: 1px solid #151515;
    background: #FFC8C8;
    height: 45px;
    line-height: 45px;
}

#top_form input[name=url] {
    width: 550px;
    height: 20px;
    padding: 5px;
    border: 0px none;
    background: none repeat scroll 0% 0% #FFF;
}

.header {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.9) none repeat scroll 0 0;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
}

.jumbotron {
    background: #F2F2F2 url("../img/top-bg3.jpg");
    background-size: 100% 100%;
    opacity: 0.9;
    filter: alpha(opacity=0.9);
    width: 100%;
    height: 100%;
}

.jumbotron:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}

.jumbotron h1 {
    text-shadow: 1px 2px 2px rgba(0,0,0,.7);
}

#error {
    color: red;
    font-weight: bold;
}

#footer {
    text-align: center;
    margin-top: 35px;
    clear: both;
    color: #a4a4a4;
}

#Aboli-Input {
    direction: rtl;
    text-align: center;
}

#vpnIcon i {
    color: #ff8e3c;
    font-size: 17em;
    opacity: 1;
    filter: alpha(opacity=1);
    text-shadow: 1px 2px 3px rgba(0,0,0,.3);
}

#dlAds {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
    color: coral;
    padding: 10px;
    box-shadow: 3px 4px 6px rgba(255, 0, 3, 0.6);
    background-color: aquamarine;
    border-radius: 7px / 3px;
    border: .5px dashed rgba(255,0,0,.7);
}

#dlAds a {
    color: crimson;
}