@font-face {
  font-family: OpenSans_Bold;
  src: url('https://static.inovideoapp.com/static/fonts/OpenSansBold.ttf');
}
@font-face {
  font-family: OpenSans_Light;
  src: url('https://static.inovideoapp.com/static/fonts/OpenSansLight.ttf');
}
@font-face {
  font-family: OpenSans_Regular;
  src: url('https://static.inovideoapp.com/static/fonts/OpenSans.ttf');
}
@font-face {
  font-family: 'OpenSans';
  src: url('https://static.inovideoapp.com/static/fonts/OpenSans-Regular.ttf');
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  scroll-behavior: smooth;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
}
div {
  box-sizing: border-box;
}
header{
  z-index: 9999;
}
.banner {
  width: 100%;
  /*height: 700px;*/
  background: url('https://static.inovideoapp.com/img/home/home-banner-bg.png') no-repeat center;
  background-size: cover;
  margin-top: -40px;
  padding: 120px 0 40px;
  margin-bottom: 50px;
}
.banner .container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
}

.banner .container::before {
  content: none;
}

.banner .container::after {
  content: none;
}

.banner .container .inovideo {
  margin-top: 15px;
  position: relative;
  flex: 57% 0;
  /* height: 100%; */
  background: #FFFFFF;
  box-shadow: 0 4px 21px rgba(69, 184, 169, 0.18);
  border-radius: 6px;
  padding: 25px;
}
.banner .container .inovideo .title-box {
  position: relative;
  height: 50px;
}
.banner .container .inovideo .title-box .title {
  position: absolute;
  left: 4px;
  z-index: 100;
  font: bold 36px/49px 'OpenSans_Bold';
  color: #000000;
}
.banner .container .inovideo .title-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 38px;
  background: #2AD9C2;
  z-index: 10;
}
.banner .container .inovideo .title-box::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 22px;
  height: 4px;
  background: #F9A08A;
}
.banner .container .inovideo .desc {
  font: 500 16px/22px 'OpenSans_Regular';
  color: #000000;
  margin: 10px 0;
}
.banner .container .inovideo .intro {
  width: 65%;
}
.banner .container .inovideo .intro li {
  display: flex;
  font: 300 16px/30px 'OpenSans_Light';
  color: #212121;
}
.banner .container .inovideo .intro li::before {
  content: '·';
  display: inline-block;
  font-size: 40px;
  color: #000000;
  margin: -2px 10px 0 0;
}
.banner .container .inovideo .learn-more {
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 15px 0 40px;
}
.banner .container .inovideo .learn-more span {
  font: 500 16px/22px 'OpenSans_Regular';
  color: #2AD9C2 !important;
}
.banner .container .inovideo .learn-more span {
  font: 500 16px/22px 'OpenSans_Regular';
  color: #2AD9C2 !important;
}
.banner .container .inovideo .learn-more span:nth-child(1) {
  text-decoration: underline;
}
.banner .container .inovideo .learn-more span:nth-child(2) {
  display: block;
  width: 6px;
  height: 10px;
  background: url('https://static.inovideoapp.com/img/home/icon-arrow-2AD9C2.svg') no-repeat;
  background-size: 100% 100%;
  margin: 4px 0 0 12px;
  transition: all 0.5s;
}
.banner .container .inovideo .learn-more:hover span:nth-child(2) {
  margin-left: 20px;
}
.banner .container .inovideo .btn-box {
  width: fit-content;
  display: flex;
}
.banner .container .inovideo .btn-box .btn {
  display: flex;
  align-items: center;
  background: #2AD9C2;
  border-radius: 8px;
  padding: 10px 15px;
  margin-right: 20px;
  transition: all 0.5s;
  cursor: pointer;
}
.banner .container .inovideo .btn-box .btn span {
  margin-left: 10px;
  font: 400 16px/22px 'OpenSans_Regular';
  color: #000000;
}
.banner .container .inovideo .btn-box .btn:hover {
  transform: scale(1.05) translateY(-5px);
}
.banner .container .inovideo .product-img {
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 205px;
  height: 346px;
  background: url('https://static.inovideoapp.com/img/home/img-inovideo-pc.png') no-repeat;
  background-size: 100% 100%;
}
.banner .container .youtube-downloader {
  margin-top: 15px;
  flex: 41% 0;
  /* height: 100%; */
  background: #FFFFFF;
  box-shadow: 0px 4px 21px rgba(69, 184, 169, 0.18);
  border-radius: 6px;
  overflow: hidden;
}

.banner .container .pornhub-downloader,
.banner .container .tikTok-downloader {
  flex: 46% 0;
}

.banner .container .youtube-downloader .top {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: rgba(249, 160, 138, 0.18);
  border-radius: 6px 6px 0 0;
  padding: 20px 10px;
}

.banner .container .pornhub-downloader .top {
  background: #FFF8EA;
}

.banner .container .tikTok-downloader .top {
  background: #FBE8EA;
}

.banner .container .youtube-downloader .top .logo-box {
  flex: 71px 0;
  height: 71px;
}
.banner .container .youtube-downloader .top .info {
  flex: 76% 0;
}
.banner .container .youtube-downloader .top .info .title {
  font: bold 24px/33px 'OpenSans_Bold';
  color: #000000;
}
.banner .container .youtube-downloader .top .info .desc {
  font: 500 16px/26px 'OpenSans_Light';
}
.banner .container .youtube-downloader .bottom {
  padding: 20px 25px;
}
.banner .container .youtube-downloader .bottom .intro li {
  display: flex;
  font: 300 16px/30px 'OpenSans_Light';
  color: #212121;
}
.banner .container .youtube-downloader .bottom .intro li::before {
  content: '·';
  display: inline-block;
  font-size: 40px;
  color: #000000;
  margin: -2px 10px 0 0;
}
.banner .container .youtube-downloader .bottom .learn-more {
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 15px 0 40px;
}
.banner .container .youtube-downloader .bottom .learn-more span {
  font: 500 16px/22px 'OpenSans_Regular';
  color: #FF5959 !important;
}
.banner .container .pornhub-downloader .bottom .learn-more span {
  font: 500 16px/22px 'OpenSans_Regular';
  color: #F36D01 !important;
}
.banner .container .tikTok-downloader .bottom .learn-more span {
  font: 500 16px/22px 'OpenSans_Regular';
  color: #FE2F58 !important;
}
.banner .container .youtube-downloader .bottom .learn-more span:nth-child(1) {
  text-decoration: underline;
}
.banner .container .youtube-downloader .bottom .learn-more span:nth-child(2) {
  display: block;
  width: 6px;
  height: 10px;
  background: url('https://static.inovideoapp.com/img/home/icon-arrow-FF5959.svg') no-repeat;
  background-size: 100% 100%;
  margin: 4px 0 0 12px;
  transition: all 0.5s;
}
.banner .container .youtube-downloader .bottom .learn-more:hover span:nth-child(2) {
  margin-left: 20px;
}
.banner .container .youtube-downloader .bottom .btn-box {
  width: fit-content;
  display: flex;
}
.banner .container .youtube-downloader .bottom .btn-box .btn {
  display: flex;
  align-items: center;
  background: #FF5959;
  border-radius: 8px;
  padding: 10px 15px;
  margin-right: 20px;
  transition: all 0.5s;
  cursor: pointer;
}

.banner .container .pornhub-downloader .bottom .btn-box .btn {
  background: #F36D01;
}

.banner .container .tikTok-downloader .bottom .btn-box .btn {
  background: #FE2F58;
}


.banner .container .youtube-downloader .bottom .btn-box .btn span {
  margin-left: 10px;
  font: 400 16px/22px 'OpenSans_Regular';
  color: #FFFFFF !important;
}
.banner .container .youtube-downloader .bottom .btn-box .btn:hover {
  transform: scale(1.05) translateY(-5px);
}
@media screen and (max-width: 770px) {
  html {
    font-size: 0.2666667vw;
  }
  .banner {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #80DEC2 0%, rgba(255, 255, 255, 0) 100%);
    margin-top: 0;
    padding: 40rem 0;
    margin-bottom: 50rem;
  }
  .banner .container {
    flex-direction: column;
    width: 90%;
  }
  .banner .container .inovideo {
    position: relative;
    height: 100%;
    box-shadow: 0 4rem 21rem rgba(69, 184, 169, 0.18);
    border-radius: 6rem;
    padding: 25rem;
    margin-top: 0;
  }
  .banner .container .inovideo .title-box {
    height: 50rem;
  }
  .banner .container .inovideo .title-box .title {
    top: 4rem;
    left: 4rem;
    font: bold 30rem/41rem 'OpenSans_Bold';
  }
  .banner .container .inovideo .title-box::before {
    width: 14rem;
    height: 38rem;
  }
  .banner .container .inovideo .title-box::after {
    bottom: 4rem;
    width: 22rem;
    height: 4rem;
  }
  .banner .container .inovideo .desc {
    font: 500 14rem/19rem 'OpenSans_Regular';
    margin: 10rem 0;
  }
  .banner .container .inovideo .intro {
    width: 100%;
  }
  .banner .container .inovideo .intro li {
    font: 300 14rem/27rem 'OpenSans_Light';
  }
  .banner .container .inovideo .intro li::before {
    font-size: 40rem;
    margin: -2rem 8rem 0 0;
  }
  .banner .container .inovideo .learn-more {
    margin: 15rem 0 30rem;
  }
  .banner .container .inovideo .learn-more span {
    font: 500 14rem/19rem 'OpenSans_Regular';
  }
  .banner .container .inovideo .learn-more span:nth-child(2) {
    width: 6rem;
    height: 10rem;
    margin: 4rem 0 0 12rem;
  }
  .banner .container .inovideo .learn-more:hover span:nth-child(2) {
    margin-left: 12rem;
  }
  .banner .container .inovideo .btn-box {
    flex-direction: column;
  }
  .banner .container .inovideo .btn-box .btn {
    border-radius: 8rem;
    padding: 10rem 15rem;
    margin: 0 0 20rem 0;
  }
  .banner .container .inovideo .btn-box .btn span {
    margin-left: 10rem;
    font: 400 13rem/18rem 'OpenSans_Regular';
    color: #000000;
  }
  .banner .container .inovideo .btn-box .btn:hover {
    transform: scale(1) translateY(0);
  }
  .banner .container .inovideo .product-img {
    position: absolute;
    bottom: 20rem;
    right: 20rem;
    width: 120rem;
    height: 179rem;
    background: url('https://static.inovideoapp.com/img/home/img-inovideo-mb.png') no-repeat;
    background-size: 100% 100%;
  }
  .banner .container .youtube-downloader {
    margin-top: 0;
    background: #FFFFFF;
    box-shadow: 0 4rem 21rem rgba(69, 184, 169, 0.18);
    border-radius: 6rem;
    margin-top: 60rem;
  }
  .banner .container .youtube-downloader .top {
    border-radius: 6rem 6rem 0 0;
    padding: 20rem 25rem;
  }
  .banner .container .youtube-downloader .top .logo-box {
    flex: 60rem 0;
    width: 60rem;
  }
  .banner .container .youtube-downloader .top .logo-box img {
    width: 100%;
  }
  .banner .container .youtube-downloader .top .info .title {
    font: bold 20rem/27rem 'OpenSans_Bold';
    color: #000000;
  }
  .banner .container .youtube-downloader .top .info .desc {
    font: 300 12rem/19rem 'OpenSans_Light';
  }
  .banner .container .youtube-downloader .bottom {
    padding: 20rem 25rem;
  }
  .banner .container .youtube-downloader .bottom .intro li {
    font: 300 14rem/27rem 'OpenSans_Light';
  }
  .banner .container .youtube-downloader .bottom .intro li::before {
    font-size: 40rem;
    margin: -2rem 10rem 0 0;
  }
  .banner .container .youtube-downloader .bottom .learn-more {
    margin: 5rem 0 20rem;
  }
  .banner .container .youtube-downloader .bottom .learn-more span {
    font: 500 16rem/22rem 'OpenSans_Regular';
  }
  .banner .container .youtube-downloader .bottom .learn-more span:nth-child(2) {
    width: 6rem;
    height: 10rem;
    margin: 4rem 0 0 12rem;
  }
  .banner .container .youtube-downloader .bottom .learn-more:hover span:nth-child(2) {
    margin-left: 12rem;
  }
  .banner .container .youtube-downloader .bottom .btn-box {
    flex-direction: column;
  }
  .banner .container .youtube-downloader .bottom .btn-box .btn {
    border-radius: 8rem;
    padding: 10rem 15rem;
    margin: 0 0 20rem 0;
  }
  .banner .container .youtube-downloader .bottom .btn-box .btn span {
    margin-left: 10rem;
    font: 400 14rem/18rem 'OpenSans_Regular';
  }
  .banner .container .youtube-downloader .bottom .btn-box .btn:hover {
    transform: scale(1) translateY(0);
  }
}

.iv-index * {
  font-family: 'OpenSans';
  font-weight: normal;
}
.iv-index .container {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 996px) {
  .iv-index .container {
    width: 100%;
  }
}
a {
  text-decoration: none;
}
div,
section {
  box-sizing: border-box;
}
.iv-index {
  padding: 20px 0 !important;
}
.iv-index h2.title {
  font-weight: bold !important;
  font-size: 36px !important;
  line-height: 44px !important;
  text-align: center;
  color: #000000;
  max-width: 637px;
  margin: 0 auto;
}
@media screen and (max-width: 770px) {
  .iv-index h2.title {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }
}
.iv-index .main-1 {
  margin-top: 120px;
}
.iv-index .main-1 .flex-box {
  margin-top: 57px;
  display: flex;
  justify-content: space-between;
}
.iv-index .main-1 .flex-box .flex-item {
  text-align: center;
  flex: 0 0 32%;
  display: block !important;
}
.iv-index .main-1 .flex-box .flex-item .article-content {
  text-align: center;
  margin-top: 36px;
}
.iv-index .main-1 .flex-box .flex-item .article-content .item-title {
  font-weight: bold;
  width: 306px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  min-height: 54px;
  font-family: normal;
}
.iv-index .main-1 .flex-box .flex-item .article-content .item-desc {
  width: 306px;
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  color: #565656;
}
@media screen and (max-width: 770px) {
  .iv-index .main-1 {
    margin-top: 80px;
  }
  .iv-index .main-1 .flex-box {
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
  }
  .iv-index .main-1 .flex-box .flex-item {
    margin-top: 60px;
    flex: 0 0 100%;
  }
  .iv-index .main-1 .flex-box .flex-item img {
    height: 208px;
  }
  .iv-index .main-1 .flex-box .flex-item .article-content {
    margin-top: 33px;
  }
  .iv-index .main-1 .flex-box .flex-item .article-content .item-title {
    width: 100%;
    min-height: auto;
  }
  .iv-index .main-1 .flex-box .flex-item .article-content .item-desc {
    width: 100%;
    margin: 24px auto 0;
    font-size: 14px;
  }
}
.iv-index .main-2 {
  margin-top: 66px;
}
.iv-index .main-2 .flex-box {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}
.iv-index .main-2 .flex-box .flex-item {
  height: 278px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 4px rgba(206, 206, 206, 0.14);
  border-radius: 11px;
  flex: 0 0 22%;
}
.iv-index .main-2 .flex-box .flex-item .item-title {
  margin: 30px 0 8px;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
}
.iv-index .main-2 .flex-box .flex-item .item-desc {
  font-size: 16px;
  color: #565656;
}
@media screen and (max-width: 770px) {
  .iv-index .main-2 {
    margin-top: 96px;
  }
  .iv-index .main-2 .flex-box {
    margin-top: 62px;
    flex-wrap: wrap;
  }
  .iv-index .main-2 .flex-box .flex-item {
    width: 152px;
    height: 190px;
    flex: unset;
    margin-top: 44px;
  }
  .iv-index .main-2 .flex-box .flex-item .item-desc {
    font-size: 14px;
    color: #565656;
  }
}
.iv-index .main-3 {
  margin-top: 56px;
  padding: 105px 0 51px;
  background: rgba(241, 248, 248, 0.42);
}
.iv-index .main-3 .swiper {
  min-height: 293px;
  width: 1002px;
  margin-top: 50px;
}
.iv-index .main-3 .swiper .swiper-wrapper {
  width: 612px;
}
.iv-index .main-3 .swiper .swiper-wrapper .swiper-slide {
  min-height: 236px;
}
.iv-index .main-3 .swiper .swiper-wrapper .swiper-slide .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.iv-index .main-3 .swiper .swiper-wrapper .swiper-slide .item .item-title {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  margin: 25px 0;
}
.iv-index .main-3 .swiper .swiper-wrapper .swiper-slide .item .item-desc {
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  color: #565656;
  width: 612px;
}
.iv-index .main-3 .swiper .swiper-button-next,
.iv-index .main-3 .swiper .swiper-button-prev {
  background-image: url('https://static.inovideoapp.com/static/pages/home/left-arrow.svg') !important;
  background-size: 100% 100% !important;
  width: 28px !important;
  height: 28px !important;
  background-color: inherit !important;
  transform: inherit !important;
}
.iv-index .main-3 .swiper .swiper-button-next::after,
.iv-index .main-3 .swiper .swiper-button-prev::after {
  display: none;
}
.iv-index .main-3 .swiper .swiper-button-prev {
  left: 0px;
}
.iv-index .main-3 .swiper .swiper-button-next {
  right: 0px;
  transform: rotate(180deg) !important;
}
@media screen and (max-width: 770px) {
  .iv-index .main-3 {
    margin-top: 96px;
    padding: 65px 0 65px;
    background: rgba(241, 248, 248, 0.42);
  }
  .iv-index .main-3 .swiper {
    min-height: 326px;
    width: 100%;
  }
  .iv-index .main-3 .swiper .swiper-wrapper {
    width: 100%;
  }
  .iv-index .main-3 .swiper .swiper-wrapper .swiper-slide {
    min-height: 266px;
  }
  .iv-index .main-3 .swiper .swiper-wrapper .swiper-slide .item .item-title {
    font-size: 18px;
  }
  .iv-index .main-3 .swiper .swiper-wrapper .swiper-slide .item .item-desc {
    font-size: 14px;
    width: 100%;
  }
  .iv-index .main-3 .swiper .swiper-button-next,
  .iv-index .main-3 .swiper .swiper-button-prev {
    display: none;
  }
}
.iv-index .main-4 {
  margin: 162px 0 126px;
}
.iv-index .main-4 .flex-box {
  margin-top: 63px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iv-index .main-4 .flex-box .flex-item {
  flex: 0 0 44%;
  margin-top: 28px;
  display: flex;
  align-items: center;
  padding: 22px 24px;
  background: #FFFFFF;
  border: 1px solid rgba(179, 179, 179, 0.38);
  border-radius: 11px;
}
.iv-index .main-4 .flex-box .flex-item .article-content {
  margin-left: 28px;
}
.iv-index .main-4 .flex-box .flex-item .article-content .item-title {
  font-weight: bold;
  font-size: 16px;
  color: #565656;
}
.iv-index .main-4 .flex-box .flex-item .article-content .item-desc {
  font-size: 16px;
  line-height: 165%;
  color: #565656;
}
@media screen and (max-width: 770px) {
  .iv-index .main-4 {
    margin: 82px 0 92px;
  }
  .iv-index .main-4 .flex-box {
    margin-top: 43px;
    flex-wrap: unset;
    flex-direction: column;
  }
  .iv-index .main-4 .flex-box .flex-item {
    flex: 0 0 100%;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    padding: 12px 18px;
  }
  .iv-index .main-4 .flex-box .flex-item .article-content {
    margin-left: 0;
    text-align: center;
  }
  .iv-index .main-4 .flex-box .flex-item .article-content .item-title {
    margin: 8px 0;
    font-size: 14px;
  }
  .iv-index .main-4 .flex-box .flex-item .article-content .item-desc {
    font-size: 14px;
  }
}
