html {
  overflow:  hidden; 
}

body{
  font-family: "Roboto", sans-serif;
  background: linear-gradient(90deg, #b9deed, #efefef);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.content{
  transform-style: preserve-3d;
  transform: perspective(1000px)
}

.time-count{
  background: linear-gradient(90deg, #69b7eb, #b3dbd3, #f4d6db);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 4px 8px 40px rgba(8, 24, 111, 0.2);
  border-radius: 30px;
  width: 656px;
  height: 300px;
  padding: 73px 86px;
  transform-style: preserve-3d
}

.time-count_title{
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #fff;
  text-align: center;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 50px;
}

.time-count_content{
  display: flex;
  justify-content: center;
}

.time-count_item{
  text-align: center;
  transform-style: preserve-3d;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.time-count_value{
  font-weight: 700;
  font-size: 70px;
  line-height: 82px;
  color: #448ccc;
  text-align: center;
  transform: translateZ(20px);
}

.time-count_separator{
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #5d71dd;
  text-align: center;
  margin: 0 30px;
}

.time-count_text{
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  transform: translateZ(-70px);
}

.js-tilt-glare{
  border-radius: 30px;
}

@media only screen and (max-width: 1250px) {
  .video_media{
    display: none;
  }
}

@media only screen and (max-width: 740px) {
  .time-count{
    width: 456px;
    height: 200px;
    padding: 73px 86px;
  }
}

@media only screen and (max-width: 630px) {
  .time-count{
    width: 256px;
    height: 100px;
    padding: 23px 26px;
  }

  .time-count_value{
    font-size: 30px;
    line-height: 32px;
    color: #5d71dd;
    text-align: center;
  }
  
  .time-count_separator{
    font-size: 22px;
    line-height: 27px;
    color: #5d71dd;
    text-align: center;
    margin: 0 10px;
  }
  
  .time-count_text{
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #fff;
  }

  .time-count_title{
    font-weight: 700;
    font-size: 20px;
    line-height: 47px;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-top: 10px;
  }
}