html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 6.6px;
  }
}
.section-services {
  padding: 6rem 0 14rem;
}
.section-services .services-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.section-services .services-col {
  cursor: pointer;
  margin: 1.2rem;
  position: relative;
  width: calc(33.3333333333% - 2.4rem);
}
.section-services .services-col:hover .services-name {
  transform: translateY(-3rem);
}
.section-services .services-imgbox {
  border-radius: 4rem;
  height: 34rem;
  overflow: hidden;
  width: 100%;
}
.section-services .services-imgbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-services .services-name {
  background-color: #050809;
  border: 1px solid #1A1D1E;
  border-radius: 4rem;
  margin: -7rem auto 0;
  padding: 3rem;
  position: relative;
  text-align: center;
  transition: transform 1.3s;
  transform: translateY(0);
  width: calc(100% - 3.6rem);
}
.section-services .services-name h3 {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 3.4rem;
}
.section-services .services-name p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.section-services-details {
  padding: 24rem 0 0;
}
.section-services-details .one .title .h {
  margin-bottom: 3rem;
}
.section-services-details .one .title p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.section-services-details .one .title .box {
  max-width: 110rem;
  margin: auto;
}
.section-services-details .one .img-box {
  border-radius: 4rem;
  height: 54rem;
  margin-top: 6rem;
  overflow: hidden;
}
.section-services-details .one .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-services-details .two {
  padding: 16rem 0 14rem;
}
.section-services-details .three {
  background: url(../images/services/09.png);
  padding: 12rem 0;
  position: relative;
}
.section-services-details .three.common .services-row2 {
  justify-content: flex-start;
}
.section-services-details .three.common .services-col2 {
  width: calc(50% - 2.4rem);
}
.section-services-details .three::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.section-services-details .four {
  padding: 5rem 0 15rem;
}
.section-services-details .four .title .h {
  max-width: 60rem;
}
.section-services-details .four .title a {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 400;
}
.section-services-details .four .title a:hover {
  text-decoration: underline;
}
.section-services-details .common .title {
  margin-bottom: 5rem;
}
.section-services-details .common .title span {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  border: 1px solid #666;
  border-radius: 35px;
  font-size: 2rem;
  font-weight: 400;
  padding: 1rem 2.5rem 1rem 2.5rem;
  line-height: 4.6rem;
  text-align: center;
}
.section-services-details .common .title .h {
  margin-top: 3rem;
}
.section-services-details .common .services-row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.section-services-details .common .services-col2 {
  background-color: #1A1D1E;
  border-radius: 3rem;
  cursor: pointer;
  margin: 1.2rem;
  padding: 3rem;
  transition: all 0.3s ease-out;
  width: calc(33.3333333333% - 2.4rem);
}
.section-services-details .common .services-col2:hover {
  box-shadow: 0 0 15px rgba(85, 244, 252, 0.1);
  transform: translateY(-3px) scale(1.005) translateZ(0);
}
.section-services-details .common .services-col2:hover h4 {
  background: linear-gradient(90.45deg, #55F4FC 5.48%, #1A6FB5 99.82%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.section-services-details .common .services-col2:hover p {
  color: white;
}
.section-services-details .common .services-col2 h4 {
  color: #ffffff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
.section-services-details .common .services-col2 p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
  .section-services {
    padding: 6rem 0;
  }
  .section-services .services-col {
    width: calc(50% - 2.4rem);
  }
  .section-services .services-imgbox {
    border-radius: 2rem;
  }
  .section-services .services-name {
    border-radius: 2rem;
  }
  .section-services-details {
    padding: 18rem 0 0;
  }
  .section-services-details .one .img-box {
    border-radius: 2rem;
    height: 42rem;
  }
  .section-services-details .two {
    padding: 10rem 0;
  }
  .section-services-details .common .title {
    margin-bottom: 3rem;
  }
  .section-services-details .common .services-col2 {
    border-radius: 2rem;
    width: calc(50% - 2.4rem);
  }
}
@media (max-width: 767px) {
  .section-services .services-col {
    width: calc(100% - 2.4rem);
  }
  .section-services-details .three.common .services-col2 {
    width: calc(100% - 2.4rem);
  }
  .section-services-details .common .title .h {
    max-width: unset;
  }
  .section-services-details .common .title > div {
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .section-services-details .common .services-col2 {
    width: calc(100% - 2.4rem);
  }
}/*# sourceMappingURL=services.css.map */