/* home */
#home {
  background: linear-gradient(#3633a5, #8688b6);
  height: 600px;
  height: calc(100vh - 150px);

  position: relative;
}
#home .home-content {
  position: absolute;
  top: 30%;
  left: 0px;
  width: 100%;
  text-align: center;
}
#home .home-content .title {
  text-align: center;
  font-family: 'Unica One';
  font-style: normal;
  font-weight: 400;
  font-size: 150px;
  color: #ffffff;
  -webkit-filter: blur(3px); /* Chrome, Opera */
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
#home .home-content img {
  width: 90%;
  max-width: 800px;
  margin-top: 60px;
}
/* #home .home-content .c {
  text-align: center;
  font-family: 'Azonix';
  font-style: normal;
  font-weight: 400;
  font-size: 85px;
  color: #e1faff;
  margin-top: 120px;
  text-shadow: 11px 11px 5px #111;
} */
#home .home-content .title span {
  color: #3ac3dd;
}
@media screen and (max-width: 768px) {
  #home {
    height: calc(100vh - 100px);
  }
  #home .home-content .title {
    font-size: 80px;
  }
  #home .home-content .c {
    margin-top: 40px;
    font-size: 36px;
  }
  #home .home-content img {
    margin-top: 40px;
  }
}
.show-more {
  position: absolute;
  top: calc(100% - 43px - 60px);
  margin-left: -50px;
  left: 50%;
  width: 100px;
  height: 40px;
  background-image: url(../images/scroll-down.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1000;
}
/*  about */
#about > .about-top {
  padding-top: 40px;
  background: linear-gradient(#8688b6, #f8f8f8);
}
#about .about-content {
  text-align: center;
  padding: 40px 0px;
}
#about .about-content .one {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #3633a5;
  text-align: center;
  color: #ffffff;
  box-shadow: 5px 4px 16px rgba(0, 0, 0, 0.25);
  padding-top: 75px;
  font-family: 'Avenir';
}
#about .about-content .one:nth-child(1) {
  float: left;
}
#about .about-content .one:nth-child(3) {
  float: right;
}
#about .about-content .one .one-t {
  font-size: 48px;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 10px;
}
#about .about-content .one .one-c {
  font-size: 24px;
  line-height: 30px;
  height: 60px;
}
#about .about-company {
  width: 100%;
  box-sizing: border-box;
  padding-top: 60px;
  background: #dddcec;
  border-top-left-radius: 50px;
  padding-bottom: 20px;
}
#about .about-company .about-company-top {
  width: 100%;
}
#about .about-company .about-company-top .top-img {
  float: left;
  width: 48%;
  height: 460px;
  background-image: url(../images/about-1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#about .about-company .about-company-top .top-c {
  padding-top: 10px;
  float: right;
  width: 48%;
}
@media screen and (max-width: 1200px) {
  #about .about-content .one {
    width: 220px;
    height: 220px;
    padding-top: 60px;
  }
  #about .about-content .one .one-t {
    font-size: 44px;
  }
  #about .about-content .one .one-c {
    font-size: 22px;
  }
  #about .about-company .about-company-top .top-img {
    height: 360px;
  }
  /* #about .about-company .about-company-top .top-c {
    width: 58%;
  } */
  #about .about-company .about-company-top .top-c h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #about .about-content .one {
    width: 160px;
    height: 160px;
    padding-top: 42px;
  }
  #about .about-content .one .one-t {
    font-size: 32px;
    line-height: 40px;
    height: 40px;
  }
  #about .about-content .one .one-c {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
  }
  #about .about-company {
    padding-top: 30px;
  }
  #about .about-company .about-company-top .top-img {
    width: 100%;
    height: 320px;
  }
  #about .about-company .about-company-top .top-c {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #about .about-content {
    padding-top: 30px;
  }
  #about .about-content .one {
    width: 98px;
    height: 98px;
    padding-top: 20px;
  }
  #about .about-content .one .one-t {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 0px;
  }
  #about .about-content .one .one-c {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
  }
  #about .about-company {
    padding-top: 30px;
  }
  #about .about-company .about-company-top .top-img {
    width: 100%;
    height: 280px;
  }
  #about .about-company .about-company-top .top-c {
    width: 100%;
  }
}

/* services */
#services {
  padding-top: 60px;
}
#services .services-content {
  padding-top: 30px;
  text-align: center;
}
#services .services-content .content-one {
  display: inline-block;
  background: #dddcec;
  width: 360px;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#services .services-content .content-one .box {
  width: 100%;
  height: 100%;
  background: rgba(221, 220, 236, 0.9);
}
#services .services-content .content-one:nth-child(2) .box {
  background: rgba(221, 220, 236, 0.93);
}
#services .services-content .content-one .one-title {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  padding: 25px 0px;
  font-weight: 500;
  margin-bottom: 10px;
}
#services .services-content .content-one ul {
  height: 135px;
  padding-left: 30px;
}
#services .services-content .content-one ul li {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  list-style: inherit;
}
#services .services-content .content-one .explore {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  padding-right: 10px;
  cursor: pointer;
}
#services .services-content .content-one .explore:hover {
  text-decoration: underline;
}
#services .services-content .content-one:nth-child(1) {
  border-top-left-radius: 60px;
  float: left;
  background-image: url(../images/about/service-1.jpg);
}
#services .services-content .content-one:nth-child(2) {
  background-image: url(../images/about/service-2.jpg);
}
#services .services-content .content-one:nth-child(3) {
  border-top-right-radius: 60px;
  float: right;
  background-image: url(../images/about/service-3.png);
}
@media screen and (max-width: 1200px) {
  #services .services-content .content-one {
    width: 32%;
    height: 250px;
  }
  #services .services-content .content-one .one-title {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    padding: 25px 0px;
    margin-bottom: 10px;
  }
  #services .services-content .content-one ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #services .services-content .content-one {
    width: 32%;
    height: 300px;
  }
  #services .services-content .content-one .one-title {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    padding: 25px 0px;
    margin-bottom: 10px;
  }
  #services .services-content .content-one ul {
    height: 205px;
  }
  #services .services-content .content-one ul li {
    font-size: 14px;
  }
  #services .services-content .content-one .explore {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  #services .services-content {
    text-align: center;
  }
  #services .services-content .content-one {
    width: 90%;
    height: 200px;
    float: none !important;
    margin-bottom: 20px;
    border-radius: 0px !important;
    border-top-left-radius: 40px !important;
  }
  #services .services-content .content-one .one-title {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    padding: 25px 0px;
    margin-bottom: 10px;
  }
  #services .services-content .content-one ul {
    height: 100px;
  }
  #services .services-content .content-one ul li {
    font-size: 14px;
  }
  #services .services-content .content-one .explore {
    font-size: 16px;
  }
}

/*  project */
#project {
  padding-top: 80px;
}
#project .project-content {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
#project .project-content .content-one {
  width: 285px;
  height: 250px;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#project .project-content .content-one:hover .c {
  display: block;
}
#project .project-content .c {
  display: none;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  padding-top: 70%;
  font-weight: 400;
  font-size: 20px;
  padding-left: 10px;
  background-color: rgba(221, 220, 236, 0.9);
}
#project .project-content .content-one:nth-child(1) {
  background-image: url(../images/project-1.png);
}
#project .project-content .content-one:nth-child(2) {
  background-image: url(../images/project-2.png);
  margin: 0px 70px;
}
#project .project-content .content-one:nth-child(3) {
  background-image: url(../images/project-3.jpg);
}
#project .project-content .view-all {
  width: 120px;
  margin-left: 20px;
  float: left;
  margin-top: 100px;
  vertical-align: baseline;
  line-height: 32px;
  vertical-align: top;
  line-height: 30px;
  font-size: 24px;
  cursor: pointer;
}
#project .project-content .view-all img {
  width: 25px;
  height: 25px;
  margin-top: -5px;
}
#project .project-content .view-all:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  #project {
    padding-top: 50px;
  }
  #project .project-content {
    margin-top: 50px;
  }
  #project .project-content .content-one {
    width: 25%;
    height: 220px;
  }
  #project .project-content .content-one:nth-child(2) {
    margin: 0px 5%;
  }
  #project .project-content .view-all {
    width: 14%;
    margin-left: 1%;
    font-size: 20px;
  }
  #project .project-content .view-all img {
    width: 22px;
    height: 22px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 768px) {
  #project {
    padding-top: 40px;
  }
  #project .project-content {
    margin-top: 40px;
  }
  #project .project-content .content-one {
    width: 25%;
    height: 180px;
  }
  #project .project-content .c {
    font-size: 16px;
  }
  #project .project-content .content-one:nth-child(2) {
    margin: 0px 3%;
  }
  #project .project-content .view-all {
    width: 18%;
    margin-top: 80px;
    font-size: 18px;
    line-height: 20px;
  }
  #project .project-content .view-all img {
    width: 20px;
    height: 20px;
    margin-top: -4px;
  }
}
@media screen and (max-width: 576px) {
  #project {
    padding-top: 30px;
  }
  #project .project-content {
    margin-top: 30px;
  }
  #project .project-content .content-one {
    width: 25%;
    height: 140px;
  }
  #project .project-content .c {
    font-size: 14px;
  }
  #project .project-content .content-one:nth-child(2) {
    margin: 0px 3%;
  }
  #project .project-content .view-all {
    width: 18%;
    margin-top: 55px;
    font-size: 15px;
    line-height: 20px;
  }
  #project .project-content .view-all img {
    display: none;
  }
}

/* feedback */
#feedback {
  padding-top: 60px;
}
#feedback .feedback-content .content-one {
  padding: 30px 5%;
  width: 49%;
  background-color: #dddcec;
  text-align: center;
  font-size: 16px;
}
#feedback .feedback-content .content-one .one-header {
  width: 140px;
  height: 140px;
  display: inline-block;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#feedback .feedback-content .content-one .one-c {
  text-align: left;
  min-height: 160px;
}
#feedback .feedback-content .content-one .one-third {
  text-align: left;
  height: 90px;
}
#feedback .feedback-content .content-one .one-third .title {
  font-weight: 600;
}
#feedback .feedback-content .content-one:nth-child(1) {
  float: left;
}

#feedback .feedback-content .content-one:nth-child(1) .one-header {
  background-image: url(../images/feedback-1.svg);
}
#feedback .feedback-content .content-one:nth-child(2) {
  float: right;
}
#feedback .feedback-content .content-one:nth-child(2) .one-header {
  background-image: url(../images/feedback-2.png);
}
@media screen and (max-width: 1200px) {
  #feedback .feedback-content .content-one .one-header {
    width: 120px;
    height: 120px;
  }
  #feedback .feedback-content .content-one .one-c {
    min-height: 210px;
  }
}
@media screen and (max-width: 768px) {
  #feedback .feedback-content .content-one .one-header {
    width: 120px;
    height: 120px;
  }
  #feedback .feedback-content .content-one {
    padding: 30px 3%;
  }
  #feedback .feedback-content .content-one .one-c {
    min-height: 275px;
  }
}
@media screen and (max-width: 576px) {
  #feedback .feedback-content .content-one {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #feedback .feedback-content .content-one .one-c {
    min-height: 210px;
  }
}

/* partnership */
#partnership {
  padding-top: 60px;
}
#partnership .partnership-box {
  background: #e8e8f2;
  text-align: center;
}
#partnership .partnership-box .content-one {
  width: 200px;
  height: 150px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
#partnership .partnership-box .content-one:nth-child(1) {
  background-image: url(../images/partnership-1.png);
  float: left;
}
#partnership .partnership-box .content-one:nth-child(2) {
  background-image: url(../images/partnership-2.svg.webp);
}
#partnership .partnership-box .content-one:nth-child(3) {
  background-image: url(../images/partnership-3.png);
  float: right;
}
@media screen and (max-width: 768px) {
  #partnership .partnership-box .content-one {
    width: 130px;
  }
}
@media screen and (max-width: 576px) {
  #partnership .partnership-box .content-one {
    width: 95px;
  }
}
