@charset "UTF-8";

/**
*
* Template: Services
*
*/

.services {
  margin-top: 88px;
  /*---------- General ----------*/
  /*---------- Cover ----------*/
  /*---------- Logos ----------*/
  /*---------- Expert ----------*/
  /*---------- E2E ----------*/
  /*---------- Advantage ----------*/
  /*---------- Journey ----------*/
  /*---------- Case studies ----------*/
}

.services .services-button {
  display: inline-flex;
  padding: 22px 25px;
  align-items: center;
  border-radius: 999em;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}

.services .services-button.orange-button {
  background-color: var(--color-orange);
}

.services .services-button.orange-button:hover {
  background-color: #ce8f01;
}

.services .services-button.black-button {
  background-color: #000;
}

.services .services-button.black-button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.services .services-casestudies__title,
.services .services-cover__title {
  font-family: var(--font-family-primary);
  font-size: 63px;
  font-weight: 500;
  line-height: 1.19;
}

.services .services-journey__title,
.services .services-advantage__title,
.services .services-e2e__title,
.services .services-expert__title {
  font-family: var(--font-family-primary);
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
}

.services .services-journey__text p,
.services .services-advantage__text p,
.services .services-expert__text p,
.services .services-cover__text p {
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
}

.services .gradient-element {
  display: block;
  position: absolute;
  filter: blur(85px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  transition: 0.2s;
  will-change: transition;
}

.services [data-theme=animated-gradient] {
  position: relative;
  z-index: 1;
}

.services [data-aos=fade-up-40px] {
  opacity: 0;
  transition-property: transform, opacity;
  transform: translateY(40px);
}

.services [data-aos=fade-up-40px].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

.services [data-aos=fade-up-20px] {
  opacity: 0;
  transition-property: transform, opacity;
  transform: translateY(20px);
}

.services [data-aos=fade-up-20px].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

.services [data-aos=fade-down-20px] {
  opacity: 0;
  transition-property: transform, opacity;
  transform: translateY(-20px);
}

.services [data-aos=fade-down-20px].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

.services .services-cover {
  padding-block: 91px;
  background-image: url("../images/templates/services/cover-vector.svg");
  background-repeat: no-repeat;
  background-position: bottom 12px right;
}

.services .services-cover__inner {
  display: grid;
  grid-template-columns: 658px 1fr;
  grid-gap: 49px;
  align-items: center;
}

.services .services-cover__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.services .services-cover__title {
  margin: 0;
  color: #000;
}

.services .services-cover__text {
  padding-right: 80px;
}

.services .services-cover__text p {
  color: #000;
}

.services .services-cover__image {
  display: inline-block;
}

.services .services-cover__image img {
  max-width: 100%;
  height: auto;
}

.services .services-cover .services-button {
  margin-top: 12px;
}

.services .services-logos {
  padding: 96px 0 50px;
}

.services .services-expert {
  padding-block: 50px;
}

.services .services-expert__inner {
  padding: 63px 60px 80px;
  display: grid;
  grid-template-columns: 461px 1fr;
  grid-gap: 81px;
  background-color: var(--color-orange);
  border-radius: 45px;
  overflow: hidden;
  background-image: linear-gradient(0deg, var(--color-orange), #FFECC0);
}

.services .services-expert__image {
  border-radius: 20px;
  overflow: hidden;
}

.services .services-expert__image img {
  max-width: 100%;
  height: auto;
}

.services .services-expert__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.services .services-expert__title {
  margin: 0;
  color: #000;
}

.services .services-expert__text p {
  color: #000;
}

.services .services-expert__text p:not(:last-child) {
  margin-bottom: 16px;
}

.services .services-expert .gradient-element {
  width: 600px;
  height: 600px;
  right: -20%;
  top: 30%;
  border-radius: 50%;
  background-color: #FFECC0;
}

.services .services-e2e {
  padding-block: 50px;
}

.services .services-e2e__inner {
  display: flex;
  flex-direction: column;
  gap: 43px;
}

.services .services-e2e__title {
  margin: 0 auto;
  max-width: 638px;
  text-align: center;
}

.services .services-e2e__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 21px;
}

.services .services-e2e__card {
  padding: 35px 36px 42px 42px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: var(--card-bg-color);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}

.services .services-e2e__card .gradient-element {
  width: 300px;
  height: 300px;
  top: 100%;
  left: 60%;
}

.services .services-e2e__card .gradient-element .shape {
  width: 100%;
  height: 100%;
  display: block;
  clip-path: path("M0,100 C0,30 70,30 150,150 C230,30 300,30 300,100 C300,200 200,300 150,300 C100,300 0,200 0,100Z");
  background-color: var(--movable-shape-color);
}

.services .services-e2e__card[data-background=red] {
  --card-bg-color: #330016;
  background-image: url("../images/templates/services/red-card-bg.png");
}

.services .services-e2e__card[data-background=red] .gradient-element {
  --movable-shape-color: #E5075C;
}

.services .services-e2e__card[data-background=blue] {
  --card-bg-color: #001B33;
  background-image: url("../images/templates/services/blue-card-bg.png");
}

.services .services-e2e__card[data-background=blue] .gradient-element {
  --movable-shape-color: #3707E5;
}

.services .services-e2e__card[data-background=purple] {
  --card-bg-color: #0F0033;
  background-image: url("../images/templates/services/purple-card-bg.png");
}

.services .services-e2e__card[data-background=purple] .gradient-element {
  --movable-shape-color: #9789FF;
}

.services .services-e2e__card[data-background=green] {
  --card-bg-color: #00332B;
  background-image: url("../images/templates/services/green-card-bg.png");
}

.services .services-e2e__card[data-background=green] .gradient-element {
  --movable-shape-color: #07E57E;
}

.services .services-e2e__card-icon img {
  max-width: 91px;
  height: auto;
}

.services .services-e2e__card-title {
  margin: 0;
  color: #fff;
  font-family: var(--font-family-primary);
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
}

.services .services-advantage {
  padding-block: 50px;
}

.services .services-advantage__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.services .services-advantage__content {
  max-width: 684px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}

.services .services-advantage__title {
  margin: 0;
}

.services .services-advantage__text p {
  color: #000;
}

.services .services-advantage__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px 20px;
}

.services .services-advantage__gridItem {
  padding: 29px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  border-radius: 20px;
  border: 1px solid #B2B2B2;
  overflow: hidden;
}

.services .services-advantage__gridItem.image-item {
  border: 0;
  padding: 0;
}

.services .services-advantage__gridItem-title {
  margin: 0;
  color: #000;
  font-family: var(--font-family-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16;
}

.services .services-advantage__gridItem-content ul {
  padding: 0 10px 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
}

.services .services-advantage__gridItem-content ul li {
  padding-left: 19px;
  position: relative;
}

.services .services-advantage__gridItem-content ul li:before {
  content: "•";
  position: absolute;
  left: 4px;
  top: 0;
}

.services .services-advantage__gridItem-content p,
.services .services-advantage__gridItem-content li {
  color: #000;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.services .services-advantage__gridItem-image {
  width: 100%;
  height: 100%;
}

.services .services-advantage__gridItem-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.services .services-advantage .services-button {
  margin-top: 16px;
}

.services .services-journey {
  padding-block: 50px;
}

.services .services-journey__inner {
  padding: 64px 60px;
  display: grid;
  grid-template-columns: 583px 1fr;
  grid-gap: 45px;
  align-items: center;
  border-radius: 45px;
  background-color: #F5F5F5;
  overflow: hidden;
  background-image: url("../images/templates/services/cover-vector.svg");
  background-repeat: no-repeat;
  background-size: 48%;
  background-position: bottom -34% right;
}

.services .services-journey__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.services .services-journey__title {
  margin: 0;
  color: #000;
}

.services .services-journey__text p {
  color: #000;
}

.services .services-journey__text p:not(:last-child) {
  margin-bottom: 16px;
}

.services .services-journey__image img {
  max-width: 100%;
  height: auto;
}

.services .services-casestudies {
  padding: 50px 0 100px;
  overflow: hidden;
}

.services .services-casestudies__inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.services .services-casestudies__title {
  margin: 0;
  max-width: 784px;
  margin-inline: auto;
  color: #000;
  text-align: center;
}

@media (min-width: 768px) {
  .services .services-e2e__card-icon {
    align-self: flex-end;
  }
}

@media (min-width: 992px) {
  .services .services-advantage__gridItem[data-column-width="2"] {
    grid-column: span 2;
  }
}

@media (min-width: 1200px) {
  .services .services-journey__title {
    padding-right: 40px;
  }
}

@media (max-width: 1279px) {
  .services .services-cover__inner {
    grid-template-columns: 640px 1fr;
    grid-gap: 32px;
  }

  .services .services-expert__inner {
    padding-bottom: 63px;
  }
}

@media (max-width: 1199px) {
  .services .services-casestudies__title,
  .services .services-cover__title {
    font-size: 44px;
    line-height: 1.22;
  }

  .services .services-cover {
    padding-block: 75px;
    background-size: 56%;
  }

  .services .services-cover__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .services .services-cover__text {
    padding-right: 0;
  }

  .services .services-expert__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    padding: 40px 32px 48px;
  }

  .services .services-expert__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right top;
       object-position: right top;
    width: 100%;
    height: 100%;
  }

  .services .services-e2e__card {
    padding: 32px 24px;
  }

  .services .services-advantage__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services .services-journey__inner {
    padding: 48px 40px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
    background-position: bottom -5% right;
    background-size: 58%;
  }
}

@media (max-width: 991px) {
  .services .services-casestudies__title,
  .services .services-cover__title {
    font-size: 50px;
  }

  .services .services-journey__title,
  .services .services-advantage__title,
  .services .services-e2e__title,
  .services .services-expert__title {
    font-size: 36px;
    line-height: 1.25;
  }

  .services .services-cover {
    background-image: none;
  }

  .services .services-cover__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }

  .services .services-cover__content {
    padding-inline: 16px;
    align-items: center;
    gap: 24px;
    text-align: center;
  }

  .services .services-logos {
    padding: 0 0 35px;
  }

  .services .services-expert {
    padding-block: 35px;
  }

  .services .services-expert__inner {
    display: block;
    background-image: linear-gradient(45deg, var(--color-orange), #FFECC0);
  }

  .services .services-expert__image {
    display: none;
  }

  .services .services-expert__content {
    align-items: center;
    text-align: center;
    gap: 28px;
  }

  .services .services-expert__text p:not(:last-child) {
    margin-bottom: 22px;
  }

  .services .services-expert .gradient-element {
    right: -700px;
    top: 300px;
  }

  .services .services-e2e {
    padding-block: 35px;
  }

  .services .services-e2e__cards {
    display: flex;
    flex-direction: column;
  }

  .services .services-advantage {
    padding-block: 35px;
  }

  .services .services-advantage__grid {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }

  .services .services-advantage__gridItem-title {
    line-height: 1.25;
  }

  .services .services-advantage__gridItem-content ul li:before {
    left: 0;
  }

  .services .services-advantage .services-button {
    margin-top: 24px;
  }

  .services .services-journey {
    padding: 12px 0 35px;
  }

  .services .services-journey__inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
    background-size: 80%;
  }

  .services .services-journey__content {
    align-items: center;
    gap: 28px;
    text-align: center;
  }

  .services .services-journey__text p:not(:last-child) {
    margin-bottom: 24px;
  }

  .services .services-casestudies {
    padding: 35px 0 70px;
  }
}

@media (max-width: 767px) {
  .services .services-journey__text p,
  .services .services-advantage__text p,
  .services .services-expert__text p,
  .services .services-cover__text p {
    font-size: 19px;
    line-height: 1.47;
  }

  .services .services-cover {
    padding-block: 60px;
  }

  .services .services-cover .services-button {
    margin-top: 2px;
  }

  .services .services-expert__inner {
    padding: 47px 22px;
    border-radius: 22px;
  }

  .services .services-e2e__inner {
    gap: 27px;
  }

  .services .services-e2e__title {
    padding-inline: 16px;
  }

  .services .services-e2e__cards {
    gap: 16px;
  }

  .services .services-e2e__card {
    padding: 24px;
    gap: 42px;
    border-radius: 12px;
  }

  .services .services-e2e__card .gradient-element {
    top: 70%;
    width: 200px;
    height: 200px;
  }

  .services .services-e2e__card-icon img {
    max-width: 70px;
  }

  .services .services-e2e__card-title {
    font-size: 24px;
  }

  .services .services-advantage__content {
    gap: 16px;
  }

  .services .services-advantage__title {
    padding-inline: 16px;
  }

  .services .services-advantage__gridItem-content ul li {
    padding-left: 14px;
  }

  .services .services-advantage__gridItem-image {
    aspect-ratio: 1/1;
  }

  .services .services-journey__inner {
    padding: 48px 20px;
    border-radius: 22px;
    background-size: 127%;
  }

  .services .services-casestudies__inner {
    gap: 24px;
  }
}