*{
  font-family: 'Roboto', sans-serif;
}



@media screen and (max-width: 1150px) {
  body{
    overflow: scroll !important;
    display: block !important;
  }
  .hs-mob{
    float: none !important;
    display: block !important;
    width: 100% !important; 
    position: relative !important;
  }
  .hs-coming{ 
    float: none !important;
    display: block !important;
    position: relative !important;
    width: 100% !important; 
  }
  .hs-mob img{
    width: 420px;
  }
  .hs-social{
    margin-bottom: 50px;
  }
  body:after{
    content: none !important;
  }
}


@media screen and (max-width: 500px) {
    .shake img{
      width: 35px !important;
      margin: 0 0 0 -8px !important;
    }
    .hs-social{
      margin-bottom: 30px;
    }
    .hs-mob img{
      width: 200px;
      padding-top: 20px !important;
    }
    .hs-coming .hs-logo{
      padding: 0 !important;
    }
    .hs-coming h1 {
      margin: 10px 0 30px !important;
    }
    .hs-apple{
      width: 200px !important;
      margin-bottom: 30px !important;
    }
    .hs-social li img {
      width: 35px !important;
    }
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: relative;
  background-image: url(../images/bg.jpg);
  background-position: center center;
  height: 100vh;
  padding: 0;
  background-size: 100%;
  overflow-y: hidden;
}
body:after{
    position: absolute;
    content: '';
    height: 500px;
    width: 500px;
    background-color: #ed1c24;
    bottom: -220px;
    border-radius: 100%;
    left: -90px;
    z-index: -1;
}

#container {
  perspective: 25px;
}

#container {
  perspective: 25px;
}

#inner {
  transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
}


.hs-mob{
  width: 30%;
  float: left;
  text-align: center;
}
.hs-coming{
  width: 40%;
  float: left;
  text-align: center;
}
.hs-mob img{
    max-width: 100%;
    padding: 50px 0 0;
}
.hs-coming .hs-logo{
   padding: 20px 0 0; 
}
.hs-coming h1{
  margin: 0 0 30px ;
  font-family: 'Roboto', sans-serif;

}
.hs-apple{
margin: 0 0 50px ;
}
.hs-social ul , .hs-social li{
margin: 0;
padding: 0;
}
.hs-social li{
  list-style-type: none;
  display: inline-block;
  padding: 0 10px;
}
.hs-social li img{
  width: 60px;
}
.one{
  animation-delay: 0.3s !important;
}
 .tw{
  animation-delay: 1.6s !important;
}
 .th{
  animation-delay: 1.2s !important;
}
 .fr{
  animation-delay: 1.0s !important;
}
.sx{
  animation-delay: 0.5s !important;
}
.sv{
  animation-delay: 1.8s !important;
}
 .et{
  animation-delay: 0.4s !important;
}
.ni{
  animation-delay: 0.2s !important;
}
.ze{
  animation-delay: 1.7s !important;
}
.shake img{
  animation: shake 1s;
  animation-iteration-count: infinite; display: block;  
  display: inline-block;
      margin: 0 0 0 -13px;
      width: 60px;
}
@keyframes shake {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(-5deg); }
  20% { transform:rotate(2deg); }
  30% { transform:rotate(6deg); }
  40% { transform:  rotate(9deg); }
  50% { transform:rotate(10deg); }
  60% { transform: rotate(0deg); }
  70% { transform:rotate(-2deg); }
  80% { transform: rotate(-5deg); }
  90% { transform: rotate(-9deg); }
  100% { transform: rotate(-10deg); }
}
.hs-name{
  display: block;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  margin-top: 30px;
  font-size: 12px;
  color: #5f5f5f;
}
.hs-name a{
  color: #000;
  font-size: 12px;
  color: #5f5f5f;
}



  body.privacy-policy{
    overflow-y: scroll !important;
    display: block;
    margin: 0;
    position: relative;
  }
  body.privacy-policy:after{
    content: none !important;
  }
  body.privacy-policy .container{
    width: 1500px;
    margin: 0 auto;
  }
  body.privacy-policy .cont-priv-policy{
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 15px #ccc;
    margin-bottom: 40px;
  }
  body.privacy-policy .logo{
    text-align: center;
  }
  body.privacy-policy .logo img{
    height: 150px;
    margin: 20px 0 0 0;
  }
  body.privacy-policy h5{
    font-size: 18px !important;
    color: #000;
    font-weight: bold;
    margin: 5px 0 10px 0;
  }
  body.privacy-policy p{
    font-size: 14px !important;
    color: #545454;
    line-height: 130%;
    margin: 0 0 10px 0;
  }


@media screen and (max-width: 1500px) {
  body.privacy-policy .container{
    min-width: 100% !important; 
    width: 100% !important; 
  }
  body.privacy-policy .logo img{
    height: 100px;
  }
}


.blck{
  color: #000 !important;
}