.desing-service .subtitle {
  font-weight: 600;
}
.desing-service .init {
  padding: 124px 0 0;
}
.desing-service .init .container .init__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 150px 0;
}
.desing-service .init .container .init__content .title {
  font-size: 115px;
  line-height: 120px;
}
.desing-service .init .container .init__content .call-action {
  position: relative;
  bottom: 35px;
}
.desing-service .about .container .about__content {
  display: flex;
  justify-content: space-between;
  padding: 0 0 240px 0;
}
.desing-service .about .container .about__content .subtitle {
  padding-top: 15px;
}
.desing-service .about .container .about__content .text__large {
  font-size: 22px;
  max-width: 629px;
  line-height: 42px;
}
.desing-service .service-details .container {
  max-width: 900px;
  padding: 0 0 160px 0;
}
.desing-service .service-details .container .link__container {
  margin: 0 0 21px 0;
  max-width: 195px;
}
.desing-service .service-details .container .link__container--text {
  line-height: 26px;
  margin-top: 50px;
}
.desing-service .service-details .container .link__container--text a {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  padding: 0 0 4px 0;
}
.desing-service .service-details .container .link__container--text a hr {
  height: 2px;
  border: none;
  position: relative;
  z-index: 1;
  background-color: black;
  width: calc(100% - 5px);
  right: 1px;
  margin-top: 4px;
}
.desing-service .service-details .container .link__container--text a hr:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background-color: white;
  width: 100%;
  width: 0;
  z-index: 1000;
  transition: ease 1s;
}
.desing-service .service-details .container .link__container--text a hr:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 2px;
  background-color: white;
  width: 100%;
  width: 0;
  z-index: 1000;
  transition: ease 1s;
}
.desing-service
  .service-details
  .container
  .link__container--text
  a:hover
  hr:before {
  width: 100%;
  transition: ease 1s;
}
.desing-service
  .service-details
  .container
  .link__container--text
  a:hover
  hr:after {
  width: 100%;
  transition: ease 1s;
}
.desing-service .service-details .container .service-details__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.desing-service
  .service-details
  .container
  .service-details__content
  .card-service {
  display: flex;
  flex-direction: column;
  padding: 0 0 112px 0;
}
.desing-service
  .service-details
  .container
  .service-details__content
  .card-service
  .svg {
  margin-bottom: 44px;
}
.desing-service
  .service-details
  .container
  .service-details__content
  .card-service__text {
  max-width: 325px;
}
.desing-service
  .service-details
  .container
  .service-details__content
  .card-service__text--title {
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  color: #000;
  padding: 0 0 22px 0;
}
.desing-service
  .service-details
  .container
  .service-details__content
  .card-service__text--details {
  font-size: 16px;
  line-height: 28px;
}
.desing-service .service-details .container .service-details__content--left {
  justify-content: flex-start;
}
.desing-service .service-details .container .service-details__content--rigth {
  justify-content: flex-end;
}
.desing-service
  .service-details
  .container
  .service-details__content--rigth
  .card-service:nth-child(1) {
  padding-top: 90px;
}
.desing-service
  .service-details
  .container
  .service-details__content--rigth
  .card-service
  .svg {
  width: 100%;
  max-width: 320px;
}
.desing-service .work {
  display: flex;
  justify-content: flex-end;
}
.desing-service .work .container-work {
  max-width: 1210px;
  width: 1210px;
  padding: 0 0 280px 0;
}
.design-service .work .work__content--clickable {
  display: contents;
}
.design-service .work .work__content--clickable:hover {
  cursor: pointer;
}
.desing-service .work .container-work .work__content--left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.desing-service .work .container-work .work__content--left .company {
  padding: 0 0 25px 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #ff1f6d;
}
.desing-service .work .container-work .work__content--left .title {
  font-size: 60px;
  line-height: 68px;
  max-width: 610px;
}
.desing-service .work .container-work .work__content--left .pix {
  padding: 230px 0 0 0;
  opacity: 0.1;
  max-width: 625px;
}
.desing-service .work .container-work .work__content--left .pix__subtitle {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  padding-bottom: 25px;
}
.desing-service .work .container-work .work__content--left .pix__title {
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
}
.desing-service .work .container-work .work__content--rigth {
  max-width: 560px;
  width: 100%;
}
.desing-service .work .container-work .work__content--rigth img {
  width: 560px;
  height: 768px;
}
.desing-service .work .container-work .work__content--item {
  display: flex;
  justify-content: flex-end;
}
.desing-service .work-product .container {
  padding: 0 0 70px 0;
}
.desing-service .work-product .container .work-product__header {
  font-size: 50px;
  line-height: 56px;
  font-weight: 600;
  padding-bottom: 70px;
}
.desing-service .work-product .container .work-product__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.desing-service .work-product .container .work-product__content .card-work {
  display: flex;
  flex-direction: column;
  padding-bottom: 160px;
  max-width: 482px;
}
.desing-service
  .work-product
  .container
  .work-product__content
  .card-work:nth-child(1) {
  margin-top: 0 !important;
}
.desing-service
  .work-product
  .container
  .work-product__content
  .card-work:nth-child(odd) {
  margin-top: -100px;
}
.desing-service
  .work-product
  .container
  .work-product__content
  .card-work:nth-child(2) {
  padding-top: 100px;
}
.desing-service .work-product .container .work-product__content .card-work img {
  padding-bottom: 30px;
  height: 628px;
  width: 482px;
  object-fit: cover;
}
.desing-service
  .work-product
  .container
  .work-product__content
  .card-work__text {
  color: #000;
}
.desing-service
  .work-product
  .container
  .work-product__content
  .card-work__text--title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.desing-service
  .work-product
  .container
  .work-product__content
  .card-work__text--details {
  font-size: 18px;
  line-height: 24px;
  margin-top: 5px;
}
.desing-service
  .work-product
  .container
  .work-product__content
  .card-work__text--details
  p {
  margin: 0;
}
.desing-service .work-product .container .work-product__content--left {
  justify-content: flex-start;
  max-width: 485px;
}
.desing-service .work-product .container .work-product__content--rigth {
  max-width: 485px;
  justify-content: flex-end;
}
.desing-service
  .work-product
  .container
  .work-product__content--rigth
  .card-work:nth-child(1) {
  padding-top: 90px;
}
.paralax {
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100vh;
  width: 100%;
  position: relative;
}
@media all and (max-width: 768px) {
  .paralax {
    background-position: center;
    background-size: cover;
  }
  .desing-service .subtitle { 
    font-weight: 600;
  }
  .desing-service .init {
    padding: 124px 0 0;
  }
  .desing-service .init .container .init__content {
    margin: 0 0 85px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .desing-service .init .container .init__content .title {
    font-size: 56px;
    line-height: 60px;
  }
  .desing-service .init .container .init__content .call-action__small {
    margin-top: 50px;
  }
  .desing-service .about .container .about__content {
    flex-direction: column;
    padding: 0 0 60px 0;
  }
  .desing-service .about .container .about__content .text__large {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 30px;
  }
  .desing-service .about .container .about__content .subtitle {
    margin-bottom: 30px;
  }
  .desing-service .service-details .container .service-details__content {
    padding: 0 0 0 0;
  }
  .desing-service .service-details .container .service-details__content--rigth {
    padding: 0 0 0 0;
  }
  .desing-service
    .service-details
    .container
    .service-details__content--rigth
    .card-service:nth-child(1) {
    padding-top: 0px;
  }
  .desing-service .work .container-work {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0 0 0 0;
  }
  .desing-service .work .container-work .work__content--item {
    flex-direction: column;
  }
  .desing-service .work .container-work .work__content--left {
    margin: 50px auto 20px auto;
    width: 85%;
    max-width: 85%;
  }
  .desing-service .work .container-work .work__content--left .company {
    font-size: 14px;
    line-height: 16px;
  }
  .desing-service .work .container-work .work__content--left .title {
    font-size: 36px;
    line-height: 42px;
  }
  .desing-service .work .container-work .work__content--rigth {
    max-width: 100%;
  }
  .desing-service .work-product .container {
    margin: 0 auto;
    max-width: unset;
    width: unset;
  }
  .desing-service .work-product .container .work-product__header {
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 50px;
    max-width: 85%;
    width: 85%;
    margin: 0 auto;
  }
  .desing-service .work-product .container .work-product__content .card-work {
    padding-bottom: 100px;
  }
  .desing-service
    .work-product
    .container
    .work-product__content
    .card-work
    img {
    width: 100%;
    max-width: 100%;
    max-height: 469px;
  }
  .desing-service
    .work-product
    .container
    .work-product__content
    .card-work__text {
    max-width: 85%;
    width: 85%;
    margin: 0 auto;
  }
  .desing-service
    .work-product
    .container
    .work-product__content--rigth
    .card-work:nth-child(1) {
    padding-top: 0;
  }

  .desing-service
  .service-details
  .container
  .service-details__content
  .card-service {
    padding: 0 0 80px 0;
  }

  .service-details
  .container
  .service-details__content
  .card-service:last-of-type {
    padding: 0 0 80px 0;
  }

  .desing-service .work-product .container .work-product__content {
    gap: 110px;
    margin-bottom: 60px;
  }

  .desing-service .work-product .container .work-product__content .card-work {
    margin: 0 !important;
    padding: 0 !important;
  }

  .call-action {
    margin-top: 30px;
  }

  .desing-service .service-details .container .service-details__content--rigth .card-service:last-of-type {
    padding: 0;
  }
  
  .desing-service .service-details .container .service-details__content .card-service .svg {
    margin-bottom: 15px;
  }
}

@media (max-width: 1115px) {
  .logos {
    display: none;
  }
}