.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex.flex-row {
  flex-direction: row;
}

.flex.flex-column {
  flex-direction: column;
}

.flex.align-center {
  align-items: center;
}

.flex.justify-center {
  justify-content: center;
}

.flex.justify-between {
  justify-content: space-between;
}

.flex.justify-end {
  justify-content: flex-end;
}

.infheadbox .inflogo img{
  opacity: 0;
  transition: all 0.3s;
}
.infheadbox .inflogo.removewhitebg img{
  opacity: 1;
}
.home-main {
  overflow: hidden;
}

.container,.pw1200 {
  width: calc(100% - 60px);
  max-width: 1220px;
  margin: 0 auto;
}

.home-banner {
  height: 432px;
  background: url(../png/normaldpi-banbg.png) no-repeat top right;
}

.home-banner .container{
  height: 100%;
  justify-content: center;
  gap: 60px;
}

.home-banner__left {
  width: 460px;
  flex-shrink: 0;
}

.home-banner__logo strong {
  font-weight: 400;
  font-size: 20px;
  height: 40px;
  line-height: 40px;  
  display: inline-block;
  background: url("../svg/logo.svg") no-repeat left center;
  background-size: 40px 40px;
  padding-left: 52px;
}

.home-banner__title, .home-banner__desc, .home-banner__logo {
  color: #000;
  margin-bottom: 24px;
}

.home-banner__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 160%;
}

.home-banner__title span {
  color: #FC0D1B; 
 }

.home-banner__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}

.home-banner__right {
  margin-right: 0;
  display: block;
}

/* .home-banner .home-banner__right img {
  width: 889px;
  height: 510px;
} */


.functions {
  padding: 80px 0 80px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #FFFFFF 0%, #D2E4FF 100%);
}

.functions__title, .functions__desc {
  color: #000;
}

.functions__title {
  text-align: center;
  font-weight:700;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.functions__desc {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.48;
  margin-bottom: 36px;
}

.functions__link {
  text-align: center;
  min-width: 300px;
  height: 50px;
  line-height: 50px;
  
  border-radius: 50px;
  background: #FFF;
  box-sizing: border-box;
  width: fit-content;
  margin: 24px auto 0;
  display: block;
  position: relative;
}
.functions__link:hover{
  transform: none;
  background: #f5f5f5;
}
.functions__link a{
  font-weight: 400;
  font-size: 18px;
  color: #000;
  width: 100%;
  height: 100%;
  display: block;
  padding: 13px 36px;
  box-sizing: border-box;
}
.functions__link a:hover{
  color: #333333;
}
.functions li {
  width: 220px;
  height: auto;
  margin-bottom: 24px;
}

.functions li a {
  display: block;
  position: relative;
}

.functions li.placeholder {
  visibility: hidden;
  display: none;
}

.functions li img {
  width: 100%; height: auto;
}

.functions li p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 16px;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #000000;
}

.functions li a:hover p {
  color: #1E76E3;
}

.our-vision {
  height: 480px;
  box-sizing: border-box;
  background: url("../png/home-vision-bg.png") no-repeat top center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 150px;
}

.our-vision .our-vision-middle {
  max-width: 1040px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


.our-vision__text {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.our-vision__text b{
  color: #000;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 148%;
}

.our-vision h2 {
  color: #000;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 148%;
}


.our-vision p {
  color: #000;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 148%;
}

.home-press { 
  text-align: center;
}

.home-press h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 160%;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}


/* .home-press li.pcword a{
  width: 200px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-press li.pcword img{
  height: auto;
} */
.home-press .container {
  width: 100%;
  overflow: hidden;
}
.trusedby{
  margin-top: 16px;
  position: relative;
}
.trusedby:after{
  width: 100%;
  height: 1px;
  background-color: #EEE;
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  z-index: 1;
}
.trusedby span{
  color: #606060;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
padding: 0 36px;
background: #fff;
display: block;
position: absolute;
left: 0;
right: 0;
margin: auto;
width: fit-content;
z-index: 5;
}
.home-press ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top:60px;
  gap: 20px 33px;
}

.home-press li.placeholder {
  visibility: hidden;
}

.home-press li img {
  width: auto;
  height: 64px;
  opacity: 0.5;
  transition: all ease  0.3s;
}
.home-press li:hover img{
  opacity: 1;
}
.home-download {
  margin-top: 120px;
  padding: 80px 0;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  display: flex;
  justify-content: center;
  text-align: center;
}

.home-download .pdfgear-btn{
  margin: 24px auto 0;
}



.home-recommoned {
  padding: 80px 0 90px;
}
.home-articles, .home-videos {
  width: calc(50% - 20px);
  padding: 28px 36px 24px;
  border-radius: 12px;
  background: #F7F8FA;
  box-sizing: border-box;
}

.home-recommoned .home-recommoned__title {
  border-bottom: 1px solid #DAE9FF;
  padding-bottom: 22px;
  margin-bottom: 16px;
}

.home-recommoned .home-recommoned__title h2 {
  color: #000;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 160%;
}

.home-articles .home-articles__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.home-articles li {
  color: #101010;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
  margin-bottom: 12px;
  position: relative;
  padding: 0 0 0 20px;
}

.home-articles li::before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 2px;
  background-color: #101010;
  position: absolute;
  left: 10px;
  top: 10px;
}

.home-articles li a {
  color: #101010;
  font-size: 16px;
}

.home-articles li a:hover {
  color: #1E76E3;
}

.home-videos li {
  margin-bottom: 18px;
}

.home-videos li a {
  display: flex;
  align-items: center;
}

.home-videos li p {
  color: #111;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%;
}

.home-videos li img {
  margin-right: 20px;
}

.home-videos li a:hover p {
  color: #1E76E3;
}
.home-recommoned .common-link{
  margin-top: 22px;
}

.home-first-power{
  height: 658px;
  margin-top: 160px;
  background-size: cover;
  background: url("../png/home-first-power.png") no-repeat center center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.home-first-power-text{
  width: 600px;
  margin-right: 20px;
}
.home-first-power-text strong{
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 148%;
background: linear-gradient(94deg, #27364D 1.37%, #0077D7 30.18%, #47B8FF 57.24%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: block;
}
.home-first-power-text h2{
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%; 
  background: linear-gradient(94deg, #27364D 1.37%, #0077D7 30.18%, #47B8FF 57.24%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.home-first-power-text p{
  color: #000;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin-top: 32px;
}
.home-first-power-text .gotoai{
  display: inline-flex;
padding: 16px 36px;
justify-content: center;
min-width: 210px;
align-items: center;
gap: 10px;
border-radius: 40px;
background: #FFF;
box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.20);
color: #000;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 18px;
margin-top: 32px;
box-sizing: border-box;
}
.home-first-power-text .gotoai:hover{
  background: #f5f5f5;
  color: #333;
  transform: none;
}
.home-anywhere{
  margin-top: 160px;
}
.home-title{
  max-width: 884px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.home-title h2{
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.home-title p{
  color: #606060;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 16px;
}
.home-anywhere-device{display: flex; justify-content: space-between; gap: 20px; margin-top: 40px;}
.home-anywhere-os{flex: 1; background: #F7F8FA; border: 1px solid #EEEEEE; border-radius: 18px; padding: 27px 20px 26px; text-align: center; box-sizing: border-box;}
.home-anywhere-os b{margin-top: 24px; font-size: 24px; color: #000; font-weight: 700; display: block;}
.home-anywhere-os p{margin-top: 16px; font-size: 16px; color: #606060; line-height: 1.5; min-height: 96px;}
html[lang = 'de-DE'] .home-anywhere-os p, html[lang = 'fr-FR'] .home-anywhere-os p, html[lang = 'pt-PT'] .home-anywhere-os p,  html[lang = 'it-IT'] .home-anywhere-os p, html[lang = 'es-ES'] .home-anywhere-os p{min-height: 120px;}
.home-anywhere-os a.btn{margin: 28px auto 12px;}
.home-anywhere-os a.pdfgear-win-btn{background: #000; border-radius: 6px;}
.home-anywhere-os a.learn-more{font-size: 16px; color: #000;}
.home-anywhere-list{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
  gap: 15px;
}
.home-anywhere-item{
  margin: 20px 0;
  padding-bottom: 40px;
  border-radius: 18px;
  border: 1px solid #EEE;
  background: #F7F8FA;
  overflow: hidden;
}
.home-anywhere-item img{
  width: 100%;
  height: auto;
}
.home-anywhere-system{
  padding: 10px 24px;
}
.home-anywhere-system b{
  color: #000;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 160%;
}
.home-anywhere-system-download{
  display: flex;
  align-items: center;
  margin-top: 22px;
  gap: 16px;
}
.home-anywhere-system-download .pdfgear-iphone-btn{
  margin: 0 !important;
  background-size: contain;
}
.home-anywhere-system-download .learn-more{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.home-online-tools{
  height: 320px;
  margin-top: 20px;
  background: url(../png/home-online-tools.png) no-repeat left center;
  background-size: cover;
  padding: 43px 0 0 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}
.home-online-tools-text{
  max-width: 500px;
  width: 100%;
}
.home-online-tools-text b{
  color: #000;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 160%;
display: block;
}
.home-online-tools-text p{
  color: #606060;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%;
margin-top: 16px;
}
.home-online-tools-text .common-link{
  margin-top: 24px;
}

.home-whytrust{
  margin-top: 160px;
  height: 360px;
  background: url(../jpg/why-trust.jpg) #C8E5FF no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-whytrust-text{
  max-width: 480px;
  width: 92%;
  text-align: center;
}
.home-whytrust-text p{
  font-size: 20px;
  color: #000000;
  margin-top: 24px;
  line-height: 1.48;
}
.home-whytrust-link{
  min-width: 163px;
  width: fit-content;
  box-sizing: border-box;
  margin: 24px auto 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 36px;
  background: #fff;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #000;
}
.home-whytrust-link:hover{
  transform: none;
  background: #f5f5f5;
}
.home-statement{ margin-top: 160px; min-height: 360px; padding: 40px 20px; box-sizing: border-box; background: url("../jpg/statement.jpg") #fff2e0 no-repeat center center; background-size: cover; border-radius: 20px; display: flex; align-items: center; justify-content: center;}
.home-statement-text{text-align: center;}
.home-statement-text p{ font-size: 20px; color: #000000; margin-top: 16px; line-height: 1.48;}
.home-statement-text p:first-of-type{margin-top: 24px;}
.home-feature-stand{
  border-radius: 18px;
  background: linear-gradient(180deg, #F7F8FA 0%, rgba(255, 255, 255, 0.00) 100%);
  margin-top: 160px;
  padding: 80px 37px 22px 40px;
  box-sizing: border-box;
}
.home-feature-stand .home-title h2{
  margin-bottom: 80px;
}
.home-feature-item{
  margin-bottom: 108px;
  display: flex;
  align-items: center;
}
.home-feature-item.odd{
  flex-direction: row-reverse;
}
.home-feature-item h3{
  color: #000;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 160%;
}
.home-feature-item p{
  color: #606060;
  margin-top: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.home-feature-item .common-link{
  margin-top: 12px;
}
.home-feature-item1 .home-feature-text{
 margin-right: -30px;
}
.home-feature-item2 .home-feature-text{
  margin-left: -10px;
 }
 .home-feature-item3 .home-feature-text{
  margin-right: -30px;
 }
 .home-feature-item4 .home-feature-text{
  margin-left: -34px;
 }
 .home-feature-download-btn{
  display: flex;
  justify-content: center;
 }
 html[lang = 'ar-AE'] .home-feature-download-btn{
  direction: rtl;
 }
 .home-talk-about{
  margin-top: 160px;
  text-align: center;
 }
 .home-talk-picture{
  display: flex;
  justify-content: center;
  margin-top: 48px;
  gap: 24px;
  flex-wrap: wrap;
 }
 .home-talk-picture span{
  display: block;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  width: 200px;
  height: 64px;
  background-size: 200px 64px;
  opacity: .5;
  transition: all ease  0.3s;
  filter: grayscale(100%);
  width: 160px;
  height: 64px;
  opacity: .3;
  /* transform: scale(2); */
 }

 .home-talk-picture span:nth-child(1){
  background: url(../png/homereviewbg1.png) no-repeat center center;
  background-size: 160px 64px;
 }
 .home-talk-picture span:nth-child(2){
  background: url(../png/homereviewbg2.png) no-repeat center center;
  background-size: 160px 64px;
 }
 .home-talk-picture span:nth-child(3){
  background: url(../png/homereviewbg3.png) no-repeat center center;
  background-size: 160px 64px;
 }
 .home-talk-picture span:nth-child(4){
  background: url(../png/homereviewbg4.png) no-repeat center center;
  background-size: 160px 64px;
 }
 .home-talk-picture span:nth-child(5){
  background: url(../png/homereviewbg5.png) no-repeat center center;
  background-size: 160px 64px;
 }
 .home-talk-picture span:nth-child(6){
  background: url(../png/homereviewbg6.png) no-repeat center center;
  background-size: 160px 64px;
 }
 

 html[lang = 'de-DE'] .home-talk-picture span:nth-child(1){
  background: url(../svg/homereviewbg7.svg) no-repeat center center;
  background-size: 160px 64px;
 }
 html[lang = 'de-DE'] .home-talk-picture span:nth-child(2){
  background: url(../svg/homereviewbg8.svg) no-repeat center center;
  background-size: 160px 64px;
 }
 html[lang = 'de-DE'] .home-talk-picture span:nth-child(3){
  background: url(../svg/homereviewbg9.svg) no-repeat center center;
  background-size: 160px 64px;
 }
 html[lang = 'de-DE'] .home-talk-picture span:nth-child(4){
  background: url(../png/homereviewbg4.png) no-repeat center center;
  background-size: 160px 64px;
 }
 html[lang = 'de-DE'] .home-talk-picture span:nth-child(5){
  background: url(../png/homereviewbg1.png) no-repeat center center;
  background-size: 160px 64px;
 }
 html[lang = 'de-DE'] .home-talk-picture span:nth-child(6){
  background: url(../png/homereviewbg2.png) no-repeat center center;
  background-size: 160px 64px;
 }

 .home-talk-picture span.swiper-pagination-bullet-active, .home-talk-picture span:hover{
  opacity: 1 !important;
  filter: grayscale(0%) !important;
 }
 .home-talk-picture span.swiper-pagination-bullet-active:after{
  width: 100%;
  height: 4px;
  background: #333;
  content: "";
  display: none;
  bottom: -10px;
  left: 0;
  position: absolute;
 }

 .home-talk-swiper{
  list-style: none;
  max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;

 }
 .home-talk-article{
  margin-top: 52px;
  display: flex;
  box-sizing: content-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
    z-index: 1;

 }
 .home-talk-article-item{
  width: calc(100% - 160px);
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; 
  box-sizing: border-box;

  -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
 }
 .home-talk-article-item b{
  display: block;
  text-align: center;
  color: #333;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 27px */
margin-top: 30px;
 }
 .related-linkto-tutorials{
  margin-top: 30px;
 }
 .related-linkto-tutorials a{
  font-size: 18px;
  color: #1577E9;
 }
 .review-excellent{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.review-excellent a{
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-excellent a span{
  display: flex;
  align-items: center;
  color: #606060;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */

}
.trust-rating a{font-size: 16px; color: #606060; display: flex; align-items: center; gap: 8px; margin-top: 20px;}
 .home-banner-mo{display: none;}

 html[lang = 'ar-AE'] .home-banner, html[lang = 'ar-AE'] .home-first-power,html[lang = 'ar-AE'] .home-online-tools, html[lang = 'ar-AE'] .home-feature-stand, html[lang = 'ar-AE'] .our-vision{direction: ltr;}
 html[lang = 'ar-AE'] .home-banner .home-banner__left, html[lang = 'ar-AE'] .home-first-power-text,html[lang = 'ar-AE'] .home-online-tools-text{direction: rtl;}
 html[lang = 'ar-AE'] .home-first-power-text{margin-right:100px;}
 html[lang = 'ar-AE'] .pdfgear-win-btn{border-radius: 6px; background: #333;}
 html[lang = 'ar-AE'] .pdfgear-win-btn:before{margin-right: 0; margin-left: 10px;}
 html[lang = 'ar-AE'] .home-feature-stand{ padding: 80px 37px 22px 40px;}
 html[lang = 'ar-AE'] .home-feature-text{direction: rtl;}
 html[lang = 'ar-AE'] .home-feature-item1 .home-feature-text{margin-right: 30px;}
 html[lang = 'ar-AE'] .home-feature-item2 .home-feature-text{margin-left: 10px;}
 html[lang = 'ar-AE'] .our-vision__text{direction: rtl;}
 html[lang = 'ar-AE'] .home-videos li img{margin-right: 0; margin-left: 20px;}
 html[lang = 'ar-AE'] .home-articles li{padding: 0 20px 0 0;}
 html[lang = 'ar-AE'] .home-articles li::before{left: auto; right: 10px;}

 .multi .home-banner__title{font-size: 38px; line-height: 1.40;}
 .multi .home-banner__desc{font-size: 18px; line-height: 1.5;}
 .multi .home-banner__title, .multi .home-banner__desc, .multi .home-banner__logo{margin-bottom: 20px;}
@media screen and (max-width: 1300px) {
  .home-banner{height: 360px; background-size: contain;}
  .home-banner__right img{width: auto; height: 300px;}
  .home-banner__title, .home-banner__desc, .home-banner__logo{margin-bottom: 20px;}
  .home-banner__title{font-size: 32px;}
  .home-press li img{height: 60px;}
  .home-banner .container{
    gap: 2%;
  }
  .home-banner__left{
    width: 46%;
  }
  .home-banner__right {
    margin-right: 0;
    width: 50%;
  }

  .home-banner__right img {
    width: 100%;
    height: auto;
  }


  .functions {
    height: auto;
  }

  .functions li {
    width: 18.5%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .home-feature-item img{
    width: 60%;
    height: auto;
  }
  .home-feature-item .home-feature-text{
    width: 48%;
    margin: 0 !important;
  }
  .home-talk-picture span{
    width: 150px !important;
    height: 48px !important;
    background-size: contain !important;
  }
  .home-talk-picture span.swiper-pagination-bullet-active:after{
    height: 2px;
  }
  .home-first-power-text{
    width: 400px;
  }
}
@media screen and (max-width: 1050px) {
  .home-banner .pdfgear-btn{width: auto;}
  .review-excellent{justify-content: center;}
  .trust-rating a{justify-content: center;}
  .functions, .home-press, .home-recommoned, .home-banner, .home-download{
    padding: 48px 0;
    height: auto;
  }

  .home-banner .container {
    flex-direction: column;
    align-items: center;
  }

  .home-banner .pdfgear-platforms {
    justify-content: center;
  }

  .home-banner .home-banner__left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .home-banner__title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .home-banner .home-banner__right {
    width: 100%;
    text-align: center;
  }
  .home-banner .home-banner__right img {
    width: 60%;
    height: auto;
  }

  .functions li {
    width: 23.5%;
  }

  .functions li.placeholder {
    display: block;
  }




  .home-recommoned .container {
    flex-direction: column;
    align-items: center;
  }
  
  .home-articles, .home-videos {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-videos ul { 
    padding: 0;
  }

  .home-videos li {
    width: 100%;
  }

}


@media screen and (max-width: 960px) {

  .functions li {
    width: 31.85%;
  }

  .home-articles .home-articles__items {
    justify-content: space-between;
  }
  .home-first-power{
    width: 100%;
    padding-top: 83%;
    padding-bottom: 12%;
    height: auto;
    margin-top: 48px;
    background: url(../jpg/home-mo-firstbg.jpg) no-repeat top center;
    background-size: cover;
    box-sizing: border-box;
    justify-content: center;
  }
  .home-first-power-text,html[lang = 'ar-AE'] .home-first-power-text{
    width: calc(100% - 60px);
    text-align: center;
    margin: 0 auto;
  }
  .home-first-power-text strong{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 148%;
    color: #FFF;
    background: none;
    -webkit-text-fill-color:aliceblue;
    text-shadow: none;
  }
  .home-first-power-text h2{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 148%;
    color: #FFF;
    background: none;
    -webkit-text-fill-color:aliceblue;
    text-shadow: none;
  }
  .home-first-power-text p{
    font-size: 16px;
    color: #FFF;
  }
  .home-first-power-text .gotoai{
    padding: 13px 36px;
    box-shadow:none;
  }
  .home-anywhere,.home-talk-about,.home-whytrust,.home-statement{
    margin-top: 48px;
  }
  .home-feature-stand{
    margin-top: 48px;
    padding-top: 40px;
    padding: 48px 17px 0;
  }
  .home-anywhere-device{flex-wrap: wrap; gap: 25px;}
  .home-anywhere-os{flex: 0 0 calc(50% - 13px);}
  .home-anywhere-os a.btn{height: 44px;}
  .pdfgear-win-btn{min-width: 164px;}
  .pdfgear-mac-btn{width: 173px;}
  .pdfgear-iphone-btn{width: 133px;}
  .pdfgear-android-btn{width: 149px;}

  .home-anywhere-system{
    padding: 0 20px;
  }
  .home-anywhere-system b{
    font-size: 18px;
  }
  .home-anywhere-system-download{
    flex-wrap: wrap;
  }
  .our-vision{
    margin-top: 80px;
  }
  .functions__title{
    font-size: 20px;
  }
  .functions__desc{
    font-size: 16px;
    margin-bottom: 24px;
  }
}


@media screen and (max-width: 768px) {
  .home-talk-picture{
    gap: 16px;
  }
  .our-vision {
    padding: 47px 20px;
    box-sizing: border-box;
    height: auto;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(247, 248, 250, 0.00) 0%, #F7F8FA 100%);
    width: calc(100% - 60px);
    margin: 49px auto 0;
  }
  .our-vision__text b,.our-vision p{
    font-size: 16px;
    
  }
  .our-vision__text {
    width: 100%;
    max-width: 100%;
  }
  .functions li {
    width: 48.5%;
  }


  .home-title h2,.our-vision h2,.home-first-power-text h2{
    font-size: 20px;
  }
  .home-title p{
    font-size: 16px;
    line-height: 1.5;
  }
  .home-anywhere-list{
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .home-anywhere-item{
    width: 100%;
    margin: 0;
    padding-bottom: 24px;
  }
  .home-anywhere-system b{
    font-size: 20px;
  }
  .home-anywhere-item img{
    max-width: 390px;
  }
  .home-feature-item{
    flex-direction: column !important;
    margin-bottom: 48px;
  }
  .home-feature-item img{
    width: 100%;
  }
  .home-feature-item .home-feature-text{
    width: 100%;
    text-align: center;
    margin: 16px auto 0 !important;
  }
  .home-feature-item .common-link{
    justify-content: center;
  }
  .home-talk-picture span.checked:after{
    bottom: -10px;
  }
  .home-talk-article-item{
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .home-articles, .home-videos{
    padding: 16px 16px 24px;
  }
  .home-whytrust-text p, .home-statement-text p{font-size: 16px;}
	.home-statement-text p:first-of-type{margin-top: 16px;}
  .home-recommoned .home-recommoned__title{padding-bottom: 16px;}
  .home-recommoned .home-recommoned__title h2{font-size: 16px;}
  .home-articles li a{font-size: 12px;}
  .home-recommoned .common-link{margin-top: 16px;}
  .home-videos li{margin-bottom: 24px;}
  .home-videos li a{flex-direction: column; align-items: flex-start;}
  .home-videos li img{width: 100%; height: auto; margin-right: 0;}
  .home-videos li p{font-size: 14px;line-height: 160%; margin-top: 12px;}
  .home-banner{padding: 0; height: auto !important; padding-top: 40px; background-size: contain; overflow: hidden;}
  .home-banner__right{display: none;}
  .home-banner-mo{display: block; width: 100%; height: auto;}
  .home-banner .home-banner__left{margin-top: 35px;}
  .home-banner__logo strong{height: 36px; font-size: 18px; padding-left: 42px; background-size: contain; line-height: 36px;}
  .home-banner__desc{font-size: 16px; font-weight: 400; line-height: 150%;}
  .home-press{padding: 18px 0 0;}
  .home-press li{padding: 0;}
  .home-press li img{height: 48px;}
  .functions li p{font-size: 12px;}
  .functions__link{margin-top: 8px;}
  .home-online-tools{height: auto;border-radius: 18px; border: 1px solid #EEE; background: #F7F8FA; flex-direction: column; padding: 20px 20px 24px 20px;}
  .home-online-tools-text{max-width: 100%; margin-top: -20px; }
  .home-online-tools-text b{font-size: 20px;}
  .home-online-tools-text p{font-size: 16px; margin-top: 12px;}
  .home-online-tools-text .common-link{margin-top: 12px;}
  .home-feature-stand{border: 1px solid #EEE; padding-bottom: 37px; border-radius: 18px; background: linear-gradient(180deg, #F7F8FA 0%, rgba(255, 255, 255, 0.00) 100%);
  }
  .home-feature-stand .home-title h2{margin-bottom: 48px;}
  .home-feature-item h3{font-size: 18px;}
  .home-feature-item p{font-size: 16px; margin-top: 12px;}
  .home-feature-download-btn{width: 100%; display: block;}
  .home-talk-about{margin-top: 96px;}
  .home-feature-download-btn .simple .pdfgear-desktop-btn{text-align: center;}
  .home-download{margin-top: 48px;}
}
@media screen and (max-width: 568px) {
  .home-anywhere-device{flex-direction: column;}
  .home-anywhere-os{flex: 1;}
  .home-anywhere-os b{margin-top: 20px;}
  .home-anywhere-os p{margin-top: 8px; min-height: unset !important;}
  .home-anywhere-os a.btn{margin-top: 24px;}
  .home-anywhere-os a.learn-more{font-size: 14px;}
  .trust-rating a{flex-direction: column;}
}


/* @media (min-resolution: 120dpi) {
  .home-banner{height: 360px; background-size: contain;}
  .home-banner__right img{width: auto; height: 300px;}
  .home-banner__title, .home-banner__desc, .home-banner__logo{margin-bottom: 20px;}
  .home-banner__title{font-size: 32px;}
  .home-press li img{height: 60px;}
} */






