/* title section */
.title-page{
    text-align: center;
    padding: 150px 0 0;
}
.title-page h1{
    font-size: 64px;
    line-height: 1;
    margin-bottom: 30px;
    color: #F4F5F7;
    font-weight: 500;
}
.title-page p{
    font-size: 18px;
    color: #8B8F97;
    line-height: 1.44;
    max-width: 730px;
    margin: auto;
    margin-bottom: 30px;
}
.title-page .image{
  position: relative;
}
.title-page .image:after{
  content: '';
  position: absolute;
  z-index: 9;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 31.52%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-page .image:before{
  content: '';
  position: absolute;
  z-index: 9;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 72.71%, #000000 101.84%)
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.why-plvision-items{
  display: flex;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.09);
  background-image: url(../images/about/background-key-facts-headquarter.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: auto 80%;
}
.why-plvision-items .item{
  width: 100%;
  text-align: left;
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.09);
}
.why-plvision-items .item:last-child{
  border-right: 0;
}
.why-plvision-items .item .top-item{
  margin-bottom: 50px;
}
.why-plvision-items .item .value{
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}
.why-plvision-items .item .title{
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  color: #8B8F97;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 0;
}
.why-plvision-items .item .subtitle{
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  color: #8B8F97;
  line-height: 20px;
}
.why-plvision-items .item .description{
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 0;
}



@media screen and (max-width: 1199px){
    .title-page{
        padding: 120px 0 0;
    }
    .title-page h1{
        font-size: 50px;
    }
    .why-plvision-items .item .value{
      font-size: 50px;
    }
}
@media screen and (max-width: 991px){
    .title-page h1{
        font-size: 40px;
    }
    .title-page p{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
  .why-plvision-items{
    flex-wrap: wrap;
    background-position: 100% 100%;
    background-size: 80% auto ;
  }
  .why-plvision-items .item{
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }
  .why-plvision-items .item:last-child{
    border-bottom: 0;
  }
  .why-plvision-items .item .top-item{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px){
}
/* -- title section */

/* section-what-you-get */
.section-what-you-get{
  padding-top: 120px;
}
.section-what-you-get .container{
  max-width: 996px;
}
.section-what-you-get h2{
  text-align: center;
  font-size: 50px;
}
.section-what-you-get p.subtitle{
  text-align: center;
  max-width: 520px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #8B8F97;
}
.items-what-you-get{
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(137,137,137,.05);
}
.items-what-you-get .nav-tab{
  background: #111;
  border-radius: 6px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.items-what-you-get .nav-tab li{
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 34px;
  cursor: pointer;
  transition: all .3s;
  color: #8B8F97;
}
.items-what-you-get .nav-tab li:hover,
.items-what-you-get .nav-tab li.active{
  background: #191919;
  border-radius: 6px;
  color: #fff;
}
.items-what-you-get .nav-tab li .icon-active{
  display: none;
}
.items-what-you-get .nav-tab li:hover .icon-active,
.items-what-you-get .nav-tab li.active .icon-active{
  display: block;
}
.items-what-you-get .nav-tab li:hover .icon,
.items-what-you-get .nav-tab li.active .icon{
  display: none;
}
.items-what-you-get .nav-tab li span{
  line-height: 28px;
  font-size: 16px;
  font-weight: 500;
}
.content-tab .item-tab{
  min-height: 280px;
  text-align: center;
  display: flex;
  align-items: center;
  display: none;
  padding: 20px 60px;
}
.content-tab .item-tab.active{
  display: flex;
}
.content-tab .item-tab p{
  text-align: center;
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 1199px){
  .content-tab .item-tab p{
    font-size: 24px;
  }
  .items-what-you-get .nav-tab li{
    padding: 9px 30px;
  }
}
@media screen and (max-width: 991px){
  .section-what-you-get h2 {
    font-size: 40px;
  }
  .items-what-you-get .nav-tab li span{
    font-size: 14px;
  }
}
@media screen and (max-width: 767px){
  .section-what-you-get h2 {
    font-size: 35px;
  }
  .items-what-you-get .nav-tab{
    flex-wrap: wrap;
  }
  .items-what-you-get .nav-tab li{
    width: 100%;
    justify-content: flex-start;
  }
  .content-tab .item-tab{
    padding: 20px;
    min-height: 200px;
  }
  .content-tab .item-tab p {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px){
  .content-tab .item-tab p {
    font-size: 18px;
  }
}
/* -- section-what-you-get */

/* real-engineering */
.section-real-engineering .container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.section-real-engineering .item-real-engineering{
    width: 100%;
    position: relative;
    border: 1px solid rgba(255,255,255,.09);
    background: rgba(137,137,137,.05);
    border-radius: 8px;
    overflow: hidden;
}
.section-real-engineering .item-real-engineering .content{
    padding: 60px;
    max-width: 620px;
    position: relative;
    z-index: 9;
}
.section-real-engineering h2{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.section-real-engineering .item-real-engineering p{
    margin-bottom: 30px;
    font-size: 16px;
    color: #8B8F97;
}
.section-real-engineering .item-real-engineering p:last-child{
    margin-bottom: 0;
}
.section-real-engineering .item-real-engineering .image{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}
.section-real-engineering .item-real-engineering .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) 0%, #070707 100%);
}
.section-real-engineering .item-real-engineering .image img{
    display: block;
    height: 100%;
}

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

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

}
@media screen and (max-width: 991px){
    .section-real-engineering .item-real-engineering .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-real-engineering .item-real-engineering .image{
        position: relative;
    }
    .section-real-engineering .item-real-engineering .image img{
        width: 100%;
        height: auto;
    }
    .section-real-engineering .item-real-engineering .image:after{
        display: none;
    }
    .section-real-engineering .item-real-engineering .content{
        max-width: 100%;
    }
}
@media screen and (max-width: 479px){
    .section-real-engineering h2{
        margin-bottom: 15px;
    }
    .section-real-engineering .item-real-engineering .content{
        padding: 20px;
    }
}

/* -- real-engineering */

/* section-how-we-work */
.section-how-we-work{
  padding-bottom: 120px;
}
.section-how-we-work h2{
  text-align: center;
  font-size: 50px;
  max-width: 650px;
  margin: 0 auto 50px;
}
.section-how-we-work .items-how-we-work{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section-how-we-work .items-how-we-work .item{
  width: calc((100% - 40px) / 3);
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
}
.items-how-we-work .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-we-work .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-we-work .item p.title{
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #F4F5F7;
}
.items-how-we-work .item .description p{
  font-size: 14px;
  line-height: 1.57;
  color: #B7B7B7;
  margin: 0;
}
.items-how-we-work .item .description p strong{
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){
  .section-how-we-work h2{
    font-size: 40px;
  }
  .section-how-we-work .items-how-we-work{
    max-width: 600px;
    margin: auto;
  }
  .section-how-we-work .items-how-we-work .item{
    width: 100%;
    gap: 20px;
  }
}
@media screen and (max-width: 767px){
  .section-how-we-work .items-how-we-work .item{
    width: 100%;
    gap: 20px;
  }
  .section-how-we-work h2{
    font-size: 35px;
  }
}
@media screen and (max-width: 479px){
  .section-how-we-work .items-how-we-work .item{
    padding: 20px;
  }
}
/* -- section-how-we-work */

/* section-open-position */
.section-open-position{
  position: relative;
  padding: 120px 0;
}
.section-open-position:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/section-line.svg);
  background-repeat: no-repeat;
  background-size: auto 1px;
  background-position: center;
  width: 100%;
  height: 1px;
}
.section-open-position:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/section-line.svg);
  background-repeat: no-repeat;
  background-size: auto 1px;
  background-position: center;
  width: 100%;
  height: 1px;
}
.section-open-position h2{
  text-align: center;
  font-size: 50px;
}
.items-open-position{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 50px 0;
}
.items-open-position .item{
  width: calc((100% - 40px) / 3);
  border-radius: 8px;
  background: #111;
  border: 1px solid rgba(255,255,255,.09);
  padding: 30px;
  position: relative;
  transition: all .3s;
}
.items-open-position .item:hover{
  border-color: rgba(255,255,255,1);
}
.items-open-position .item a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.items-open-position .item .title{
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
.items-open-position .item .location{
  font-size: 12px;
  line-height: 16px;
  color: #8B8F97;
  font-family: "Geist Mono", monospace;
  padding-left: 26px;
  background-image: url(../images/vacancies/icon-location.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 16px;
}
.section-open-position .btn-light{
  min-width: 250px;
}
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){
  .section-open-position h2{
    font-size: 40px;
  }
  .items-open-position .item .title{
    font-size: 20px;
  }
}
@media screen and (max-width: 767px){
  .section-open-position h2{
    font-size: 35px;
  }
  .items-open-position .item{
    width: 100%;
  }
  .items-open-position .item .title{
    font-size: 18px;
  }
}
@media screen and (max-width: 479px){

}
/* -- section-open-position */

/* section-ready-to-go */
.section-ready-to-go{
  padding-bottom: 120px;
}
.section-ready-to-go .container{
    max-width: 996px;
}
.section-ready-to-go .wrapper-ready-to-go{
    position: relative;
    border: 1px solid rgba(255,255,255,.09);
    background: rgba(137,137,137,.05);
    border-radius: 8px;
    overflow: hidden;
}
.section-ready-to-go .content-ready-to-go{
    padding: 70px;
    max-width: 540px;
    position: relative;
    z-index: 9;
}
.section-ready-to-go .content-ready-to-go h2{
    font-size: 42px;
    line-height: 1.17;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.section-ready-to-go .content-ready-to-go p{
    margin-bottom: 30px;
    font-size: 16px;
    color: #8B8F97;
}
.section-ready-to-go .wrapper-ready-to-go .image{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}
.section-ready-to-go .wrapper-ready-to-go .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-ready-to-go .wrapper-ready-to-go .image img{
    display: block;
    height: 100%;
}
.section-ready-to-go a.btn-light{
    min-width: 250px;
}
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){
  .section-ready-to-go{
    padding-bottom: 80px;
  }
  .section-ready-to-go .wrapper-ready-to-go .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%);
  }
  .section-ready-to-go .content-ready-to-go h2{
    font-size: 35px;
  }
}
@media screen and (max-width: 767px){
    .section-ready-to-go .wrapper-ready-to-go .image{
        position: relative;
    }
    .section-ready-to-go .wrapper-ready-to-go .image img{
        width: 100%;
        height: auto;
    }
    .section-ready-to-go .wrapper-ready-to-go .image:after{
        display: none;
    }
    .section-ready-to-go .content-ready-to-go{
        max-width: 100%;
    }
    .section-ready-to-go .content-ready-to-go h2{
      font-size: 30px;
    }
}
@media screen and (max-width: 479px){
    .section-ready-to-go .content-ready-to-go{
        padding: 20px;
    }
}
/* -- section-ready-to-go */
