*{
    margin: 0px;
    padding: 0px;
}
@font-face { 
    font-family: aeonik;
    src: url(../fonts/aeonik-bold.otf);
    font-weight:800

}
@font-face {
    font-family: aeonik;
    src:url(../fonts/aeonik-medium.otf);
    font-weight:600
}
@font-face {
    font-family: aeonik;
    src: url(../fonts/aeonik-regular.otf);
    font-weight:400
}
body{
    font-family: aeonik;
}
a, a:hover{
    text-decoration: none;
}
img{
    border: none;
}
ul,li{
    list-style-type: none;
}
.coming-soon-wrapper{
    width: 100%;
    height:100vh;
    background: url(../images/main-bg.jpg) center top no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coming-soon-wrapper .cont-sec{
    padding-top:60px;
}
.coming-soon-wrapper .cont-sec ul{
    display: flex;
    justify-content: center;
}
.coming-soon-wrapper .cont-sec ul li{
    margin-right: 25px;
}
.coming-soon-wrapper .cont-sec ul li:last-child{
    margin-right: 0px;
}
.coming-soon-wrapper .cont-sec ul li a{
    font-size:30px;
    color:#fff;
    font-weight:600;
}
.coming-soon-wrapper .cont-sec ul li a:hover{
    text-decoration: underline;
}
.coming-soon-wrapper .cont-sec ul li span{
    padding-right:20px;
}