@import 'font.css';

body{
  font-size: 14px;
  font-family: Volte-Bold;
  background: #f1f1f1;
  margin: 0px;
  padding: 0px;
}
.set-space{
  margin-top: 10px;
}
.set-logo{
  margin-top: 20px;
}
.text-head-menu{
  font-size: 24px;
  font-family: Volte-Medium;
}
.text-line-logo{
  font-size: 10px;
  font-family: Volte-Medium;
  color: #00ff3e;
  margin-top: -26px;
}
.logo-tv{
  display: inline-block;
  transform: translateY(-2px);
  margin-right: 2px;
  margin-left: 2px;
}
.text-head::after{
   content: "";
   display: block;
   position: absolute;
   left: 50%;
   bottom: 26px;
   transform: translateX(-50%);
   width: 50px;
   border-bottom: 5px solid #22dc4f;
   z-index: -2;
}
.text-head{
  font-size: 24px;
  font-family: Volte-Semibold;
  color: #000000;
  margin-top: 40px;
}
.text-content{
  font-size: 20px;
  font-family: Volte-Medium;
  color: #212221;
}
.line-hr{
  margin-top: 40px;
}
.text-img{
  font-size: 18px;
  font-family: Volte-Medium;
  color: #97999c;
  margin-bottom: 30px;
}
.set-space-img{
  margin-top: 10px;
}
.video-show{
  width: 100%;
  margin-top: 60px;
}
.text-green{
  font-family: Volte-Bold;
  color: #22dc4f;
  font-size: 80px;
  line-height: 50px;
  margin-top: 20px;
}
.set-mg{
  margin-top: 20px;
}
.text-green2{
  font-family: Volte-Bold;
  color: #22dc4f;
  font-size: 80px;
  line-height: 50px;
  transform: translate(5px,-25px);
}
.text-Results::after{
   content: "";
   display: block;
   position: absolute;
   left: 50%;
   bottom: 32px;
   transform: translateX(-50%);
   width: 120px;
   border-bottom: 5px solid #22dc4f;
   z-index: -2;
}
.text-Results{
  font-size: 36px;
  font-family: Volte-Semibold;
  color: #000000;
}
.text-Results2{
  font-size: 20px;
  font-family: Volte-Medium;
  color: #212221;
}
.logo-arrow{
  display: inline-block;
  transform: translateY(-5px);
  margin-right: 2px;
}
.text-content2{
  font-size: 20px;
  line-height: 22px;
  font-family: Volte-Medium;
  color: #212221;
  margin-top: -10px;
  margin-bottom: 0px;
}
.text-content3{
  font-size: 20px;
  line-height: 22px;
  font-family: Volte-Medium;
  color: #212221;
  margin-top: 20px;
  transform: translateX(calc(50% - 80px));  
  overflow: hidden;
}
.set-row{
  margin-top: 0px;
}
.set-overflow {
  /* overflow-x: hidden; */
  overflow: hidden;
  padding-top: 7px;
}
@media (min-width: 310px ) and (max-width: 320px )  {
  .text-content3{
    transform: translateX(70px);
  }
}
@media (min-width: 576px )  {
  .text-content3{
    transform: translateX(165px);
  }
}
@media (min-width: 768px )  {
  .text-content3{
    transform: translateX(270px);
  }
}
@media (min-width: 992px) {
  .set-logo{
    margin-top: 50px;
  }
  .set-space{
    margin-top: 80px;
  }
  .set-row {
      margin-top: 40px;
  }
  .text-content3{
    margin-top: 10px;
    transform: translateX(60px);
  }
  .text-green2{
    transform: translate(15px,-25px);
  }
  .text-Results2{
    margin-left: 90px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) and (max-width:1200px) {
  .text-green2{
    transform: translate(35px,-25px);
  }
}
