@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}


/* Scroll Bar Css Starts */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: #ffffff;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 0;
    background: #292929;
    border: 2px solid #ffffff;
    width: 8px;
}
::-webkit-scrollbar-thumb:active {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #616161;
}
/* Scroll Bar Css Ends */

a:hover,
a:focus,
a:active{
    text-decoration: none;
}
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Gilroy';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}


.coming-soon-wrpper{
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgb(223,19,111); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(223,19,111,1) 0%, rgba(40,72,200,1) 100%, rgba(125,185,232,1) 100%, rgba(223,19,111,1) 100%, rgba(40,72,200,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(223,19,111,1) 0%,rgba(40,72,200,1) 100%,rgba(125,185,232,1) 100%,rgba(223,19,111,1) 100%,rgba(40,72,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(223,19,111,1) 0%,rgba(40,72,200,1) 100%,rgba(125,185,232,1) 100%,rgba(223,19,111,1) 100%,rgba(40,72,200,1) 100%);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.coming-soon-wrpper:before{
    position: absolute;
    content: '';
    top:0;
    left: 0px;
    right: 0px;
    bottom: 0;
    background:#1A1A1A;
    background-size: cover;
}
.coming-soon-wrpper:after{
    position: absolute;
    content: '';
    top: 10px;
    left: 0px;
    right: 0px;
    bottom: 10px;
    background: #1A1A1A;
}
.logo-box{
    width: 100%;
    position: absolute;
    top:40px;
    left:0%;
    right: 0;
    z-index: 5;
}
.logo-box img{margin: 0 auto;padding: 10px 0;}

.center-box{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 5;
}
.inner-center{
    position: relative;
    width: 590px;
    margin: 0 auto;
    display: table;
}
.center-box h1{
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.center-box p{
    text-align: center;
    font-size: 26px;
    font-weight:500;
    color: rgba(255,255,255,0.80);
    margin: 0 auto;
    position: relative;    
}
.center-box p span{
    padding: 0 25px;
    background: #1A1A1A;
    position: relative;
    z-index: 5;
}
.center-box p:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(112,112,112,0.50);
    top: 20px;
    left: 0;
}

.social-link{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom:40px;
    left: 0;
    right: 0;
    z-index: 5;
}
.social-link li {
    display: inline-block;
    margin-right: 35px;
}
.social-link li:last-child{margin: 0;}
.social-link li a{
    display: inline-block;
    font-size: 18px;
    padding: 10px 0;
    font-weight:500;
    color: #707070;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.social-link li a.port-bx:after{
    position: absolute;
    content: '';
    background: url(../images/port.png) 0 0 no-repeat;
    background-size: 100%;
    width: 200px;
    height: 85px;
    top:-80px;
    right:-140px;
    opacity: .5;
}
.social-link li a:hover{
    color: #E80B6F;
}

img.gif-img-one{
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 100;
    width: 100px;
    transform: rotate(-270deg);
}
img.gif-img-two{
    position: absolute;
    bottom: 0;
    left: 100px;
    z-index: 100;
    width: 100px;
    transform: rotate(-90deg);
}

#test {
    background: linear-gradient(#E80B6F, #2848C8) left no-repeat, #D1D2DE;
    background-size: 0% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 1s ease-in-out;
}

#test:hover {
    background-size: 100% 100%;
}