/* section-hero-service */
.section-hero-service{
  text-align: center;
  padding: 140px 0 40px;
}
.section-hero-service .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.section-hero-service h1{
  font-size: 50px;
  font-weight: 500;
  line-height: 1.17;
  color: #fff;
}
.section-hero-service p.subtitle{
  color: #8B8F97;
  max-width: 600px;
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px){
  .section-hero-service h1{
    font-size: 42px;
  }
}
@media screen and (max-width: 991px){
  .section-hero-service {
    text-align: center;
    padding: 110px 0 40px;
  }
  .section-hero-service p.subtitle{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px){
  .section-hero-service h1 {
    font-size: 36px;
  }
  .section-hero-service .container{
    gap: 30px;
  }
}
@media screen and (max-width: 479px){
  .section-hero-service p.subtitle{
    font-size: 14px;
  }
}
/* -- section-hero-service */

/* section-about-service */
.section-about-service .container{
  max-width: 956px;
}
.section-about-service .wrapper-about-service{
  background: rgba(137,137,137,.05);
  border-radius: 8px;
  padding: 60px 20px;
  position: relative;
}
.section-about-service .wrapper-about-service:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, .09);
  z-index: 0;
  border-radius: 8px;
}
.section-about-service .wrapper-about-service:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/line-cta.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 1px;
  z-index: 3;
}
.section-about-service h2{
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  background-image: linear-gradient(180deg, #3197C8, #0FEBFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 30px;
}
.section-about-service p{
  text-align: center;
  font-size: 18px;
  color: #F4F5F7;
  line-height: 1.44;
  max-width: 730px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){
  .section-about-service p{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 479px){

}
/* -- section-about-service */

/* section-why-dash */
.section-why-dash .container{
  max-width: 996px;
}
.section-why-dash .title-section{
  text-align: center;
  font-size: 50px;
}
.section-why-dash .items-why-dash{
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.09);
  position: relative;
  margin-top: 60px;
}
.section-why-dash .items-why-dash:after{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: .09;
}
.section-why-dash .items-why-dash:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: .09;
}
.section-why-dash .items-why-dash .item{
  width: 50%;
  padding: 30px;
}
.section-why-dash .items-why-dash .item img{
  margin-bottom: 20px;
}
.section-why-dash .items-why-dash .item p,
.section-why-dash .items-why-dash .item li{
  color: #B7B7B7;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
.section-why-dash .items-why-dash .item ul{
  padding-left: 15px;
}
.section-why-dash .items-why-dash .item li{
  list-style: disc;
}
.section-why-dash .items-why-dash .item .title{
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){
  .section-why-dash .title-section{
    font-size: 40px;
  }
  .section-why-dash .items-why-dash{
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px){
  .section-why-dash .title-section{
    font-size: 30px;
  }
  .section-why-dash .items-why-dash{
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px){
  .section-why-dash .items-why-dash .item{
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.09);
  }
  .section-why-dash .items-why-dash .item:last-child{
    border-bottom: 0;
  }
  .section-why-dash .items-why-dash:after,
  .section-why-dash .items-why-dash:before{
    display: none;
  }
}
@media screen and (max-width: 479px){
  .section-why-dash .items-why-dash .item{
    padding: 20px;
  }
  .section-why-dash .items-why-dash .item p, .section-why-dash .items-why-dash .item li{
    font-size: 14px;
  }
}
/* -- section-why-dash */

/* section-how-plvision-helps */
.section-how-plvision-helps h2{
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
}
.section-how-plvision-helps .subtitle{
  color: #8B8F97;
  font-size: 18px;
  line-height: 1.44;
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.items-how-plvision-helps{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.items-how-plvision-helps .item{
  width: calc((100% - 40px) / 3);
  background: rgba(137,137,137, .05);
  border-radius: 8px;
  padding: 30px;
  position: relative;
}
.items-how-plvision-helps .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    opacity: .09;
    z-index: 1;
    border-radius: 8px;
}
.items-how-plvision-helps .item:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/line-blue.svg);
    background-position: 30px 0;
    background-repeat: no-repeat;
    background-size: auto 1px;
}
.items-how-plvision-helps .item .title{
  font-size: 20px;
  line-height: 1.4;
  color: #F4F5F7;
  font-weight: 600;
  margin: 15px 0 20px;
}
.items-how-plvision-helps .item ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.items-how-plvision-helps .item ul li{
  width: 100%;
  padding-left: 35px;
  position: relative;
  line-height: 22px;
  font-size: 14px;
  color: #B7B7B7;
}
.items-how-plvision-helps .item ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #232325 url(../images/icon-check.svg);
  background-position: center;
  background-size: 9px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px){
  .items-how-plvision-helps .item{
    padding: 20px;
  }
  .items-how-plvision-helps .item ul{
    gap: 20px;
  }
}
@media screen and (max-width: 991px){
  .section-how-plvision-helps h2{
    font-size: 40px;
  }
  .section-how-plvision-helps .subtitle{
    font-size: 16px;
  }
  .items-how-plvision-helps{
    justify-content: center;
  }
  .items-how-plvision-helps .item{
    width: calc((100% - 20px) / 2);
    padding: 30px;
  }
  .items-how-plvision-helps .item ul{
    gap: 15px;
  }
}
@media screen and (max-width: 767px){
  .section-how-plvision-helps h2 {
    font-size: 30px;
  }
  .items-how-plvision-helps .item{
    padding: 20px;
  }
}
@media screen and (max-width: 650px){
  .items-how-plvision-helps .item{
    width: 100%;
  }
}
@media screen and (max-width: 479px){

}
/* -- section-how-plvision-helps */

/* section-our-process */
.section-our-process h2.title-section{
  text-align: center;
  font-size: 50px;
}
.section-our-process .items-our-process{
  display: flex;
  padding: 50px;
  position: relative;
  border-radius: 8px;
  margin-top: 40px;
  border: 1px solid rgba(255,255,255,.09);
}
.section-our-process .items-our-process:before{
  content: '';
  position: absolute;
  width: 100%;
  top: -10%;
  left: 0%;
  background: radial-gradient(ellipse at center, rgba(41, 42, 53, 0.45) 10%, rgba(0, 0, 0, 0) 100%);
  height: 40%;
  z-index: 0;
}
.section-our-process .items-our-process:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/line-what-we-offer-item.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 1px;
  z-index: 1;
}
.section-our-process .items-our-process .item{
  width: 20%;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
}
.section-our-process .items-our-process .item .step{
  font-size: 50px;
  font-weight: 600;
  background-image: linear-gradient(180deg, #FFFFFF, rgba(255,255,255,.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .3;
  line-height: 1;
}
.section-our-process .items-our-process .item .round{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #33D0E6 0%, #00ABC3 100%);
  margin: 25px auto;
  position: relative;
}
.section-our-process .items-our-process .item .round:after{
  content: '';
  top: calc((100% - 1px) / 2);
  background: #3A3A3E;
  height: 1px;
  width: 220px;
  position: absolute;
  left: calc((100% - 1px) / 2);
  z-index: -1;
}
.section-our-process .items-our-process .item .round:before{
  content: '';
  top: calc((100% - 1px) / 2);
  background: #3A3A3E;
  height: 1px;
  width: 220px;
  position: absolute;
  right: calc((100% - 1px) / 2);
  z-index: -1;
}
.section-our-process .items-our-process .item:first-child .round:before,
.section-our-process .items-our-process .item:last-child .round:after{
  display: none;
}
.section-our-process .items-our-process .item p{
  font-size: 14px;
  line-height: 22px;
  color: #8B8F97;
}
.section-our-process .items-our-process .item p.title{
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px){
  .section-our-process .items-our-process .item{
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px){
  .section-our-process h2.title-section{
    font-size: 40px;
  }
}
@media screen and (max-width: 767px){
  .section-our-process h2.title-section {
      font-size: 30px;
  }
  .section-our-process .items-our-process{
    flex-wrap: wrap;
    max-width: 500px;
    margin: auto;
    padding: 30px;
  }
  .section-our-process .items-our-process .item{
    width: 100%;
    text-align: left;
    padding: 20px 25px;
    position: relative;
  }
  .section-our-process .items-our-process .item .round{
    margin: 0;
    position: absolute;
    left: 0;
    top: 92px;
  }
  .section-our-process .items-our-process .item .round:after {
    width: 1px;
    height: 220px;
    left: calc((100% - 1px) / 2);
  }
  .section-our-process .items-our-process .item .round:before {
    width: 1px;
    height: 220px;
    top: auto;
    bottom: calc((100% - 1px) / 2);
    right: auto;
    left: calc((100% - 1px) / 2);
  }
  .section-our-process .items-our-process .item p.title{
    margin: 15px 0;
  }
}
@media screen and (max-width: 479px){
  .section-our-process .items-our-process{
    padding: 20px;
  }
}
/* -- section-our-process */


/* section-why-choose */

.section-why-choose .container{
    max-width: 996px;
}
.section-why-choose .wrapper-why-choose{
    position: relative;
    border: 1px solid rgba(255,255,255,.09);
    background: rgba(137,137,137,.05);
    border-radius: 8px;
    overflow: hidden;
}
.section-why-choose .content-why-choose{
    padding: 60px 70px;
    max-width: 540px;
    position: relative;
    z-index: 9;
}
.section-why-choose .content-why-choose h2{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.section-why-choose .content-why-choose p{
    margin-bottom: 30px;
    font-size: 16px;
    color: #8B8F97;
}
.section-why-choose .content-why-choose ul{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.section-why-choose .content-why-choose ul li{
    width: 100%;
    padding-left: 35px;
    position: relative;
    line-height: 22px;
    font-size: 14px;
    color: #F4F5F7;
}
.section-why-choose .content-why-choose ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #232325 url(../images/icon-check.svg);
    background-position: center;
    background-size: 9px auto;
    background-repeat: no-repeat;
}
.section-why-choose .wrapper-why-choose .image{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}
.section-why-choose .wrapper-why-choose .image:after{
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(17, 17, 17, 0) 60%, #070707 100%);
}
.section-why-choose .wrapper-why-choose .image img{
    display: block;
    height: 100%;
}
.section-why-choose a.btn-light{
    min-width: 250px;
}
@media screen and (max-width: 1199px){
  .section-why-choose .content-why-choose ul{
    gap: 20px;
  }
}
@media screen and (max-width: 991px){
  .section-why-choose .content-why-choose h2{
    font-size: 30px;
  }
  .section-why-choose .content-why-choose ul{
    gap: 15px;
  }
  .section-why-choose .wrapper-why-choose .image:after{
      content: '';
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(-90deg, rgba(17, 17, 17, 0.7) 0%, #070707 100%);
  }
}
@media screen and (max-width: 767px){
    .section-why-choose .wrapper-why-choose .image{
        position: relative;
    }
    .section-why-choose .wrapper-why-choose .image img{
        width: 100%;
        height: auto;
    }
    .section-why-choose .wrapper-why-choose .image:after{
        display: none;
    }
    .section-why-choose .content-why-choose{
        max-width: 100%;
    }
}
@media screen and (max-width: 479px){
    .section-why-choose .content-why-choose{
        padding: 20px;
    }
}
/* -- section-why-choose */

/* section-proof */
.section-proof h2.title-section{
  font-size: 50px;
  text-align: center;
}
.items-proof{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}
.items-proof .item{
  width: calc((100% - 70px) / 3);
  padding: 10px;
  border-radius: 8px;
  background: #111;
}
.items-proof .item .image{
  position: relative;
}
.items-proof .item .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(179.69deg, rgba(0, 0, 0, 0) 0.2%, #000000 99.65%);
}
.items-proof .item .image img{
  aspect-ratio: 353 / 140;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
.items-proof .item .image a{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.items-proof .item .content{
  padding: 20px 10px;
}
.items-proof .item .content .categories a{
  font-size: 10px;
  text-transform: uppercase;
  color: #8B8F97;
  line-height: 1;
  font-family: "Geist Mono", monospace;
}
.items-proof .item .content .categories a:hover{
  color: #fff;
}
.items-proof .item .content .title{
  margin: 20px 0 25px;
}
.items-proof .item .content .title a{
  font-size: 18px;
  line-height: 1.44;
  color: #fff;
  font-weight: 500;
}
.items-proof .item .content .title a:hover{
  opacity: .7;
}
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){
  .section-proof h2.title-section{
    font-size: 40px;
  }
  .items-proof{
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .items-proof .item{
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px){
  .section-proof h2.title-section {
    font-size: 30px;
  }
}
@media screen and (max-width: 650px){
  .items-proof .item{
    width: 100%;
  }
}
@media screen and (max-width: 479px){

}
/* -- section-proof */

/* section-contact-us */
.section-contact-us .container{
    max-width: 996px;
}
.section-contact-us h2{
  background-color: #fff;
  background-image: linear-gradient(180deg, #3197C8, #0FEBFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-contact-us .subtitle{
  font-size: 18px;
  color: #8B8F97;
  line-height: 1.44;
}
.section-contact-us form{
    margin-top: 50px;
}
.section-contact-us .form-group-buttons{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.section-contact-us .form-group-buttons button{
  min-width: 180px;
}
@media screen and (max-width: 991px){
  .section-contact-us .subtitle{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px){
    .section-contact-us form{
        margin-top: 40px;
    }
    .section-contact-us h2{
      font-size: 28px;
    }
}
@media screen and (max-width: 599px){
  .section-contact-us .form-group-buttons{
    flex-wrap: wrap;
  }
  .section-contact-us .form-group-buttons button{
    width: 100%;
  }
}
@media screen and (max-width: 479px){
  .section-contact-us .subtitle{
    font-size: 14px;
  }
}
/* -- section-contact-us */
