/* 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;
  max-width: 720px;
  margin: auto;
}
.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 .wrapper-about-service{
    padding: 40px 20px;
  }
}
/* -- section-about-service */

/* section-key-benefits */
.section-key-benefits .container{
  max-width: 996px;
}
.section-key-benefits .title-section{
  text-align: center;
  font-size: 50px;
}
.section-key-benefits .items-key-benefits{
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.09);
  position: relative;
  margin-top: 60px;
}
.section-key-benefits .items-key-benefits:after{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: .09;
}
.section-key-benefits .items-key-benefits:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: .09;
}
.section-key-benefits .items-key-benefits .item{
  width: 50%;
  padding: 30px;
}
.section-key-benefits .items-key-benefits .item img{
  margin-bottom: 20px;
}
.section-key-benefits .items-key-benefits .item p,
.section-key-benefits .items-key-benefits .item li{
  color: #B7B7B7;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
.section-key-benefits .items-key-benefits .item ul{
  padding-left: 15px;
}
.section-key-benefits .items-key-benefits .item li{
  list-style: disc;
}
.section-key-benefits .items-key-benefits .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-key-benefits .title-section{
    font-size: 40px;
  }
  .section-key-benefits .items-key-benefits{
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px){
  .section-key-benefits .title-section{
    font-size: 30px;
  }
  .section-key-benefits .items-key-benefits{
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px){
  .section-key-benefits .items-key-benefits .item{
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.09);
  }
  .section-key-benefits .items-key-benefits .item:last-child{
    border-bottom: 0;
  }
  .section-key-benefits .items-key-benefits:after,
  .section-key-benefits .items-key-benefits:before{
    display: none;
  }
}
@media screen and (max-width: 479px){
  .section-key-benefits .items-key-benefits .item{
    padding: 20px;
  }
  .section-key-benefits .items-key-benefits .item p, .section-key-benefits .items-key-benefits .item li{
    font-size: 14px;
  }
}
/* -- section-key-benefits */

/* what-we-deliver */
.what-we-deliver h2.title-section{
  font-size: 50px;
  color: #F4F5F7;
  text-align: center;
  font-weight: 500;
  max-width: 760px;
  margin: 0 auto 30px;
}
.what-we-deliver p.subtitle{
  max-width: 650px;
  font-size: 18px;
  color: #8B8F97;
  line-height: 1.44;
  text-align: center;
  margin: auto;
}
.what-we-deliver .items-what-we-deliver{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  gap: 20px;
}
.what-we-deliver .items-what-we-deliver .item{
  width: 250px;
}
.what-we-deliver .items-what-we-deliver .item .icon{
  width: 48px;
  height: 48px;
  background: #232325;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-we-deliver .items-what-we-deliver .item p{
  color: #8B8F97;
  font-size: 16px;
  line-height: 1.5;
}
.what-we-deliver .items-what-we-deliver .item p.title{
  font-size: 18px;
  line-height: 1.44;
  color: #fff;
  font-weight: 700;
  margin: 10px 0;
}
@media screen and (max-width: 1199px){
  .what-we-deliver .items-what-we-deliver .item{
    width: 220px;
  }
}
@media screen and (max-width: 991px){
  .what-we-deliver h2.title-section{
    font-size: 40px;
  }
  .what-we-deliver .items-what-we-deliver{
    max-width: 600px;
    margin: 40px auto 0;
  }
  .what-we-deliver .items-what-we-deliver .item{
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px){
  .what-we-deliver h2.title-section{
    font-size: 30px;
  }
}
@media screen and (max-width: 550px){
  .what-we-deliver .items-what-we-deliver .item{
    width: 100%;
    padding: 20px;
  }
}
/* -- what-we-deliver */

/* section-cases */
.section-cases{
  padding-bottom: 120px;
}
.section-cases .container{
  max-width: 996px;
}
.section-cases h2.title-section{
  text-align: center;
}
.content-cases{
  margin-top: 60px;
}
.content-cases .item{
  padding: 10px;
  border-radius: 8px;
  background: #111;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.content-cases .item .image{
  width: 280px;
}
.content-cases .item .image img{
  aspect-ratio: 28 / 15;
  object-fit: cover;
  border-radius: 4px;
}
.content-cases .item .content{
  width: calc(100% - 310px);
  padding: 10px;
}
.content-cases .item .content p{
  font-size: 16px;
  line-height: 1.5;
  color: #8B8F97;
  margin-bottom: 20px;
}
.content-cases .item .content .title{
  margin-bottom: 16px;
}
.content-cases .item .content .title a{
  font-size: 28px;
  line-height: 1.28;
  color: #F4F5F7;
  font-weight: 500;
}
.content-cases .item .content .title a:hover{
  opacity: .7;
}
.content-cases{
  position: relative;
}
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){
  .content-cases{
    margin-top: 40px;
  }
  .content-cases .item .content .title a{
    font-size: 22px;
  }
}
@media screen and (max-width: 767px){
  .content-cases{
    margin-top: 30px;
  }
  .content-cases .item .content .title a{
    font-size: 20px;
  }
}
@media screen and (max-width: 650px){
  .content-cases .item{
    flex-wrap: wrap;
    gap: 20px;
  }
  .content-cases .item .image,
  .content-cases .item .content{
    width: 100%;
  }
  .content-cases .item .content{
    padding-top: 0;
  }
  .content-cases .item .image img{
    aspect-ratio: 28 / 15;
  }
}
@media screen and (max-width: 479px){
  .content-cases .item .content p{
    font-size: 14px;
  }
}
/* -- section-cases */

/* section-cta */
.section-cta{
  padding-bottom: 60px;
  margin-top: 60px;
}
.section-cta .container{
    max-width: 996px;
}
.section-cta .item-cta{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.section-cta .item-cta:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
}
.section-cta .item-cta:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/line-cta.svg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 1px;
    z-index: 3;
}
.section-cta .content{
    padding: 60px 70px;
    max-width: 740px;
    position: relative;
    z-index: 9;
}
.section-cta .image{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}
.section-cta .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) 40%, #070707 80%);
}
.section-cta .image img{
    display: block;
    height: 100%;
}
.section-cta .content p{
    margin-bottom: 30px;
    font-size: 18px;
    color: #F4F5F7;
    max-width: 500px;
}
.section-cta .content p.title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    background-color: #fff;
    background-image: linear-gradient(180deg, #3197C8, #0FEBFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    max-width: 100%;
}
.section-cta .content .buttons{
    display: flex;
    align-items: center;
    gap: 22px;
}
.section-cta .content .buttons a{
    min-width: 180px;
}
@media screen and (max-width: 1199px){

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

}
@media screen and (max-width: 767px){
    .section-cta .content p.title{
        font-size: 28px;
    }
    .section-cta .image:after {
        background: linear-gradient(-90deg, rgba(17, 17, 17, 0.6) 0%, #070707 100%);
        width: 100%;
    }
    .section-cta .content{
        padding: 40px 50px;
    }
    .section-cta .content p{
        font-size: 16px;
    }
}
@media screen and (max-width: 599px){
  .section-cta .content .buttons{
    flex-wrap: wrap;
  }
  .section-cta .content .buttons a{
    width: 100%;
  }
}
@media screen and (max-width: 479px){
    .section-cta .content p.title{
        font-size: 24px;
    }
    .section-cta .content p{
        font-size: 14px;
    }
    .section-cta .content{
        padding: 20px;
    }
}
/* --section-cta */

/* section-who-we-build */
.section-who-we-build .container{
  max-width: 996px;
}
.section-who-we-build .title-section{
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
}
.section-who-we-build .item-who-we-build{
  background: #111;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 80px;
}
.section-who-we-build .item-who-we-build:last-child{
  margin-bottom: 0;
}
.section-who-we-build .item-who-we-build .content{
  padding: 50px;
}
.section-who-we-build .item-who-we-build .content p{
  font-size: 16px;
  line-height: 1.5;
  color: #B7B7B7;
  margin-bottom: 24px;
}
.section-who-we-build .item-who-we-build .content p:last-child{
  margin-bottom: 0;
}
.section-who-we-build .item-who-we-build .content .title{
  text-transform: uppercase;
  color: #33D0E6;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}
.section-who-we-build .item-who-we-build .image{
  background: #191919;
  border-radius: 6px;
  padding: 0 10px 10px;
}
.section-who-we-build .item-who-we-build .image .title-image{
  text-align: center;
  font-size: 11px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Geist Mono", monospace;
  letter-spacing: .03em;
}
@media screen and (max-width: 991px){
  .section-who-we-build .title-section{
    font-size: 40px;
  }
  .section-who-we-build .item-who-we-build{
    margin-bottom: 40px;
  }
  .section-who-we-build .item-who-we-build .content{
    padding: 30px;
  }
}
@media screen and (max-width: 767px){
  .section-who-we-build .title-section{
    font-size: 30px;
  }
  .section-who-we-build .item-who-we-build .content{
    padding: 20px;
  }
  .section-who-we-build .item-who-we-build{
    margin-bottom: 30px;
  }
  .section-who-we-build .item-who-we-build .image .title-image{
    line-height: 1.4;
    padding: 15px 0;
  }
}
@media screen and (max-width: 479px){
  .section-who-we-build .item-who-we-build .content{
    padding: 20px 0;
  }
  .section-who-we-build .item-who-we-build .content p{
    font-size: 14px;
    margin-bottom: 15px;
  }
}
/* -- section-who-we-build */

/* section-compatibility */
.section-compatibility h2.title-section{
  text-align: center;
  font-size: 50px;
  line-height: 1.17;
  max-width: 900px;
  margin: 0 auto 30px;
}
.section-compatibility .description{
  text-align: center;
  font-size: 18px;
  line-height: 1.44;
  color: #8B8F97;
  margin: 0 auto 40px;
  max-width: 800px;
}
.section-compatibility .title{
  text-align: center;
  font-family: "Geist Mono", monospace;
  text-transform: uppercase;
  color: #8B8F97;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .03em;
}
.section-compatibility .items-logo{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}
.section-compatibility .items-logo .item{
  width: calc((100% - 72px) / 5);
  border-radius: 8px;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 90px;
}
.section-compatibility .items-logo .item img{
  max-height: 43px;
  max-width: 120px;
  height: auto;
}
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){
  .section-compatibility h2.title-section{
    font-size: 40px;
  }
  .section-compatibility .description{
    font-size: 16px;
  }
  .section-compatibility .items-logo .item {
    width: calc((100% - 54px) / 4);
  }
}
@media screen and (max-width: 767px){
  .section-compatibility h2.title-section{
    font-size: 30px;
  }
  .section-compatibility .items-logo .item {
    width: calc((100% - 36px) / 3);
  }
}
@media screen and (max-width: 479px){
  .section-compatibility .description{
    font-size: 14px;
  }
  .section-compatibility .items-logo .item {
    width: calc((100% - 18px) / 2);
  }
}
/* -- section-compatibility */

/* section-our-process */
.section-our-process h2.title-section{
  text-align: center;
  font-size: 36px;
}
.wrapper-our-process{
  padding: 50px 5px;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.09);
}
.section-our-process .wrapper-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 .wrapper-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 .wrapper-our-process .description{
  max-width: 700px;
  text-align: center;
  margin: auto;
}
.section-our-process .wrapper-our-process .description p{
  margin-top: 26px;
  font-size: 18px;
  color: #8B8F97;
}
.section-our-process .items-our-process{
  display: flex;
  margin-top: 60px;
}
.section-our-process .items-our-process .item{
  width: calc(100% / 6);
  text-align: center;
  padding: 0 10px;
  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: 14px;
  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;
  }
  .section-our-process .wrapper-our-process .description p{
    font-size: 16px;
    margin-top: 22px;
  }
}
@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 .wrapper-our-process .description p{
    font-size: 14px;
    margin-top: 20px;
  }
}
/* -- section-our-process */

/* section-contact-us */
.section-contact-us .container{
    max-width: 996px;
}
.section-contact-us h2.title-section{
  margin-bottom: 20px;
}
.section-contact-us form{
    margin-top: 50px;
}
@media screen and (max-width: 767px){
    .section-contact-us form{
        margin-top: 40px;
    }
}
/* -- section-contact-us */
