.x-feedback {
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 5rem;
}
@media screen and (min-width: 768px) {
  .x-feedback {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-feedback {
    padding: 0px 5%;
  }
}
.x-feedback .title-client {
  display: flex;
  text-align: left;
  justify-content: space-evenly;
  flex-direction: column;
  width: 100%;
  height: 280px;
}
@media screen and (min-width: 1024px) {
  .x-feedback .title-client {
    height: 400px;
  }
}
.x-feedback .title-client .line1 h2,
.x-feedback .title-client .line1 span {
  line-height: 40px;
  text-transform: uppercase;
  font-size: 2.333rem;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .x-feedback .title-client .line1 h2,
  .x-feedback .title-client .line1 span {
    line-height: normal;
    font-size: 3rem;
  }
}
.x-feedback .title-client .line1 span {
  color: #2b00d4;
}
.x-feedback .title-client .line2 {
  padding-left: 30px;
  width: 700px;
  border-left: 4px solid #2b00d4;
  font-family: "Lexend";
  font-weight: 500;
  line-height: 30px;
  font-size: 1rem;
  word-spacing: 1px;
  padding-left: 20px;
  font-size: 14px;
  width: 100%;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .x-feedback .title-client .line2 {
    width: 400px;
    font-size: 1rem;
  }
}
.x-feedback .title-client .line2 p {
  width: 100%;
  font-weight: 400;
}
.x-feedback .feedback-masonary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.x-feedback .feedback-masonary #cloud-feedback {
  position: relative;
  margin: 0 auto;
  height: 450px;
  width: 100%;
  background-size: 900px auto;
  animation: wind 20s linear infinite;
  box-shadow: 0 10px 30px -3px rgba(0, 0, 0, 0.1);
}
@keyframes wind {
  0% {
    background-position: 0 200px, 0 300px, 100px 250px;
  }
  100% {
    background-position: 1000px 200px, 1200px 300px, 1100px 250px;
  }
}

.x-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  flex-direction: column;
  padding: 6rem 15px;
}
@media screen and (min-width: 768px) {
  .x-contact {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-contact {
    padding: 0px 5%;
  }
}
@media screen and (min-width: 1024px) {
  .x-contact {
    padding: 5rem 0;
  }
}
.x-contact .title-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 550px;
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact {
    justify-content: space-evenly;
    width: 100%;
  }
}
.x-contact .title-contact .row1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-size: 220px;
  height: 50%;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact .row1 {
    width: 100%;
  }
}
.x-contact .title-contact .row1 .bg-img {
  width: 250px;
  position: absolute;
  height: 100%;
}
.x-contact .title-contact .row1 h2 {
  font-family: "Lexend";
  font-weight: 700;
  font-size: 2.333rem;
  text-align: center;
  height: 45%;
  line-height: 3.333rem;
}
.x-contact .title-contact .row1 h2 span {
  font-size: 2.333rem;
  color: #2b00d4;
}
.x-contact .title-contact .row2 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact .row2 {
    width: auto;
  }
}
.x-contact .title-contact .row2 p {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact .row2 p {
    font-size: 16px;
    width: 440px;
  }
}
.x-contact .title-contact .row3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-contact .title-contact .row3.hover-this span a {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  border: none;
  height: 5rem;
  width: 12rem;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #2b00d4;
  color: #ffffff;
  font-family: "Lexend";
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 8px 8px 40px 1px rgba(96, 96, 116, 0.3);
}
@media screen and (min-width: 1024px) {
  .x-contact .title-contact .row3.hover-this span a {
    height: 4.4rem;
    width: 10.6rem;
  }
}

.x-commit {
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 6rem 0;
  row-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .x-commit {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-commit {
    padding: 0px 5%;
  }
}
@media screen and (min-width: 1024px) {
  .x-commit {
    row-gap: 6rem;
  }
}
.x-commit-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 15%;
}
@media screen and (min-width: 1024px) {
  .x-commit-text {
    width: 85%;
    height: 20%;
  }
}
.x-commit-text .row {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .x-commit-text .row {
    width: 100%;
    height: 30%;
  }
}
.x-commit-text .row p {
  font-family: "Lexend";
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 65px;
  text-transform: capitalize;
  font-weight: 300;
  color: #2b00d4;
  width: 100%;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 1024px) {
  .x-commit-text .row p {
    font-size: 3rem;
    line-height: 65px;
  }
}
.x-commit-text .row p span {
  color: #000000;
  font-weight: 800;
}
.x-commit-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-flow: wrap;
  width: 100%;
  height: 1000px;
  max-height: none;
  max-width: 1275px;
}
@media screen and (min-width: 1024px) {
  .x-commit-container {
    height: 800px;
  }
}
.x-commit-container .box-commit {
  height: 34%;
  width: 50%;
  padding: 15px;
  font-size: 16px;
  font-family: "Lexend";
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit {
    padding: 50px;
    height: 50%;
    width: 33.3%;
  }
}
.x-commit-container .box-commit:nth-of-type(odd) {
  background-color: rgba(43, 0, 212, 0.05);
}
.x-commit-container .box-commit:first-of-type {
  order: 1;
}
.x-commit-container .box-commit:nth-of-type(2) {
  order: 2;
}
.x-commit-container .box-commit:nth-of-type(3) {
  order: 4;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit:nth-of-type(3) {
    order: 3;
  }
}
.x-commit-container .box-commit:nth-of-type(4) {
  order: 3;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit:nth-of-type(4) {
    order: 4;
  }
}
.x-commit-container .box-commit:nth-of-type(5) {
  order: 5;
}
.x-commit-container .box-commit:last-of-type {
  order: 6;
}
.x-commit-container .box-commit-title {
  font-family: "Lexend";
  font-weight: 900;
  color: #000000;
  line-height: 30px;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit-title {
    font-size: 20px;
    line-height: normal;
  }
}
.x-commit-container .box-commit-description {
  font-family: "Lexend";
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .x-commit-container .box-commit-description {
    font-size: 1rem;
    line-height: 30px;
  }
}
.x-commit-container .box-commit img {
  width: 35px;
  height: auto;
}

.x-template {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 100rem;
  padding: 0px 10px;
  height: 47rem;
}
@media screen and (min-width: 768px) {
  .x-template {
    padding: 0px 1%;
  }
}
@media screen and (min-width: 1024px) {
  .x-template {
    padding: 0px 5%;
  }
}
@media screen and (min-width: 1024px) {
  .x-template {
    height: 63rem;
  }
}
.x-template-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
}
@media screen and (min-width: 1024px) {
  .x-template-text {
    height: 30%;
  }
}
.x-template-text .row {
  height: 70%;
}
@media screen and (min-width: 1024px) {
  .x-template-text .row {
    width: 50%;
  }
}
.x-template-text .row p {
  font-family: "Lexend";
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 65px;
  font-size: 1.875rem;
  text-align: center;
  line-height: 40px;
}
@media screen and (min-width: 1024px) {
  .x-template-text .row p {
    line-height: 42px;
  }
}
.x-template-text .row p span {
  color: #2b00d4;
}
.x-template-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 70%;
}
.x-template-container .x-template-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 20%;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  justify-content: flex-start;
  overflow-x: hidden;
  padding: 0 3rem;
}
.x-template-container .x-template-tab .left-arrow-container,
.x-template-container .x-template-tab .right-arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  position: sticky;
  z-index: 1;
}
.x-template-container .x-template-tab .left-arrow-container span span,
.x-template-container .x-template-tab .right-arrow-container span span {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  border: none;
  height: 5rem;
  width: 12rem;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #2b00d4;
  color: #ffffff;
  font-family: "Lexend";
  font-weight: 600;
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 8px 8px 40px 1px rgba(96, 96, 116, 0.3);
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 1px solid #d9d8dd;
}
@media screen and (min-width: 1024px) {
  .x-template-container .x-template-tab .left-arrow-container span span,
  .x-template-container .x-template-tab .right-arrow-container span span {
    height: 4.4rem;
    width: 10.6rem;
  }
}
.x-template-container .x-template-tab .left-arrow-container {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%);
}
.x-template-container .x-template-tab .left-arrow-container .left-arrow {
  width: 1rem;
  height: 1rem;
  transition: 0.25s;
  cursor: pointer;
}
.x-template-container .x-template-tab .right-arrow-container {
  position: absolute;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%);
}
.x-template-container .x-template-tab .right-arrow-container .right-arrow {
  width: 1rem;
  height: 1rem;
  transition: 0.25s;
  cursor: pointer;
}
.x-template-container .x-template-tab .right-arrow-container .right-arrow:active {
  padding: 5px;
}
.x-template-container .x-template-tab-box {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
  min-width: 150px;
  height: 50px;
  box-shadow: 8px 8px 40px 1px rgba(96, 96, 116, 0.14);
  cursor: pointer;
  position: relative;
}
.x-template-container .x-template-tab-box.tabs__tab--current {
  box-shadow: none;
  background-color: rgba(43, 0, 212, 0.1);
}
.x-template-container .x-template-tab-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(43, 0, 212, 0.05);
  transition: 0.25s;
}
.x-template-container .x-template-tab-box:hover:before {
  width: 100%;
}
.x-template-container .x-template-tab-box.active {
  transition: 0.25s;
  background-color: rgba(43, 0, 212, 0.1);
  cursor: default;
  color: #2b00d4;
}
.x-template-container .x-template-tab-box img {
  width: 15px;
}
.x-template-container .x-template-tab-box p {
  padding-left: 30px;
  width: 700px;
  border-left: 4px solid #2b00d4;
  font-family: "Lexend";
  font-weight: 500;
  line-height: 30px;
  font-size: 1rem;
  word-spacing: 1px;
  padding-left: 0;
  width: auto;
  border-left: 0;
  font-size: 16px;
}
.x-template-container .tabs__content {
  display: none;
}
.x-template-container .tabs__content--current {
  display: flex;
  overflow-x: hidden;
}
.x-template-container-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 95%;
  height: 70%;
}
.x-template-container-box-tabpanel {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  row-gap: 20px;
  -moz-column-gap: 80px;
       column-gap: 80px;
  width: 100%;
  height: 100%;
}
.x-template-container-box-tabpanel .x-template-container-box-child {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 17rem;
  height: 22rem;
}
.x-template-container-box-tabpanel .x-template-container-box-child .box-child-img {
  width: 100%;
  height: 80%;
  border-radius: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 0%;
}
.x-template-container-box-tabpanel .box-child-title {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 20%;
}
.x-template-container-box-tabpanel .box-child-title .column {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
}
.x-template-container-box-tabpanel .box-child-title .column img {
  width: 30px;
}
.x-template-container-box-tabpanel .box-child-title .column p {
  padding-left: 30px;
  width: 700px;
  border-left: 4px solid #2b00d4;
  font-family: "Lexend";
  font-weight: 500;
  line-height: 30px;
  font-size: 1rem;
  word-spacing: 1px;
  padding-left: 0;
  width: auto;
  border-left: 0;
  font-size: 16px;
  font-size: 14px;
}
.x-template-container-box-tabpanel .box-child-title .column:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}
.x-template-container-box-tabpanel .box-child-title .column:last-of-type .heart,
.x-template-container-box-tabpanel .box-child-title .column:last-of-type .view {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
}
.x-template-container-box-tabpanel .box-child-title .column:last-of-type .heart img,
.x-template-container-box-tabpanel .box-child-title .column:last-of-type .view img {
  width: 1rem;
}
.x-template-container-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10%;
  width: 95%;
  justify-content: flex-end;
}
.x-template-container-arrow .right-arrow-container,
.x-template-container-arrow .left-arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.x-template-container-arrow .right-arrow-container span,
.x-template-container-arrow .left-arrow-container span {
  width: 50px;
  height: 50px;
  background-color: #2b00d4;
}
.x-template-container-arrow .right-arrow-container .right-arrow,
.x-template-container-arrow .right-arrow-container .left-arrow,
.x-template-container-arrow .left-arrow-container .right-arrow,
.x-template-container-arrow .left-arrow-container .left-arrow {
  fill: #ffffff;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 18px;
}
.x-template-container-arrow .right-arrow-container {
  border-left: 0.5px solid #ffffff;
}

@media only screen and (max-width: 767px) {
  .x-template {
    height: 750px;
  }
  .x-template-text {
    height: 20%;
  }
  .x-template-text .row {
    height: 70%;
  }
  .x-template-text .row p {
    font-size: 30px;
    line-height: 40px;
  }
  .x-template-container {
    height: 70%;
    justify-content: center;
  }
  .x-template-container .x-template-tab {
    height: 20%;
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 100%;
  }
  .x-template-container .x-template-tab .left-arrow-container,
  .x-template-container .x-template-tab .right-arrow-container {
    min-width: 50px;
  }
  .x-template-container .x-template-tab .left-arrow-container .left-arrow {
    width: 15px;
    height: 15px;
  }
  .x-template-container .x-template-tab .left-arrow-container .left-arrow:hover {
    fill: inherit;
    padding: 0px;
    border-radius: 0px;
    background-color: inherit;
  }
  .x-template-container .x-template-tab .left-arrow-container .left-arrow:active {
    fill: #2b00d4;
    background-color: rgba(43, 0, 212, 0.1);
    padding: 5px;
  }
  .x-template-container .x-template-tab .right-arrow-container .right-arrow {
    width: 15px;
    height: 15px;
  }
  .x-template-container .x-template-tab .right-arrow-container .right-arrow:hover {
    fill: inherit;
    padding: 0px;
    border-radius: 0px;
    background-color: inherit;
  }
  .x-template-container .x-template-tab .right-arrow-container .right-arrow:active {
    fill: #2b00d4;
    background-color: rgba(43, 0, 212, 0.1);
    padding: 5px;
  }
  .x-template-container .x-template-tab-box {
    min-width: 110px;
  }
  .x-template-container .x-template-tab-box p {
    font-size: 14px;
  }
  .x-template-container-box {
    height: 75%;
  }
  .x-template-container-box-tabpanel {
    padding: 0px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .x-template-container-box-tabpanel .x-template-container-box-child {
    min-width: 180px;
    height: 280px;
  }
  .x-template-container-box-tabpanel .x-template-container-box-child .box-child-title .column:first-of-type {
    width: 45%;
  }
  .x-template-container-box-tabpanel .x-template-container-box-child .box-child-title .column p {
    font-size: 9px;
  }
  .x-template-container-arrow {
    width: 80%;
  }
}/*# sourceMappingURL=index.css.map */