body{
    overflow: hidden;
}
ul{
    list-style: none;
}
a:hover{
    text-decoration: none;
}
.coming-soon-section{
    height: 100vh;
    background: linear-gradient(-45deg, #757575, #484848, #222, #000, #000);
}
.coming-soon-wrap{
    height: 100%;
}

.coming-soon-container{
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.logo-container{
    width: 400px;
    margin: auto;
    margin-bottom: 25px;
}
h1{
    text-transform: uppercase;
    letter-spacing: 0.40em;
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: normal;
}
h1 br{
    display: none;
}
h5{
    font-weight: lighter;
    margin-bottom: 25px;
}
.coming-soon-container .input-container{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.coming-soon-container input[type='email']{
    width: 320px;
    padding: 7px 10px;
    border: none;
}
.coming-soon-container input[type='submit']{
    font-weight: bold;
    border: none;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    padding: 7px 10px;
}
.follow-us-container p{
    margin-bottom: 5px;
}
.social-icon-container ul{
    justify-content: center;
    padding: 0px;
    margin: 0;
}
.social-icon-container li {

}
.social-icon-container li a{
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.social-icon-container li a:hover{
    background-color: #000;
    color: #fff;
}
/* Loader */
@keyframes ldio-sd1auvpzqv {
    0% { transform: rotate(0deg) }
    50% { transform: rotate(180deg) }
    100% { transform: rotate(360deg) }
  }
  .ldio-sd1auvpzqv div {
    position: absolute;
    animation: ldio-sd1auvpzqv 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0 6px 0 0 #ffffff;
    transform-origin: 80px 83px;
  }
  .loadingio-spinner-eclipse-v6y44neslv {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
  }
  .ldio-sd1auvpzqv {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }
  
  .ldio-sd1auvpzqv div { box-sizing: content-box; }
  /* generated by https://loading.io/ */
  .loader-container{
    position: fixed;
    z-index: 99999;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .loader-wrap{
    position: relative;
    display: flex;
    height: 100%;
  }
  .loader {
    margin: auto;
    text-align: center;
    position: relative;
  }
  .loader h1{
    color: #ffffff;
  }
  .loader-logo-container{
    width: 150px;
    display: flex;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }

@media(max-width: 991px){
    .coming-soon-wrap{
        margin: 0px 15px;
    }
}
@media(max-width: 767px){
    .logo-container{
        width: 290px;
    }
    h1{
        letter-spacing: 0.30em;
        font-size: 30px;
        margin-bottom: 20px;
    }   
    h5{
        margin-bottom: 20px;
        font-size: 18px;
    }
    .coming-soon-container .input-container{
        margin-bottom: 20px;
    }
    .coming-soon-container input[type="email"]{
        width: 240px;
    }
}
@media(max-width: 474px){
    h5 br{
        display: none;
    }
    h1 br{
        display: block;
    }
    .coming-soon-wrap {
        margin: 0px 10px;
    }
    .logo-container {
        width: 260px;
    }
}
@media(max-width: 400px){
    h1{
        line-height: 1;
    }

}