@font-face {
  font-family: "Gilroy";
  src: url("/Gilroy/Gilroy-Semibold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/Gilroy/Gilroy-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/Gilroy/Gilroy-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
* {
  font-family: "Gilroy", sans-serif;
}
:root {
  --primary-color: #34354e;
  --secondary-color: #343552;
  --tertiary-color: #4d4f88;
  --contact-text: #4d4f80;
  --white: white;
  --body: white;
  --input-field-bg: #f4f6fa;
  --input-field-hover-border: #000;
  --text: black;
  --header-lg-color: #343552;
  --title-3: #34354e;
  --header-xl-color: #343552;
  --custom-card-border: #d0d9ee;
  --arrow-border-color: #343552;
  --copy-right: #4d4f88;
  --submit-btn: #343552;
  --submit-text: white;
  --hiring-text: #d0d9ee;
  --logo: url("./image/logo/logo-dark.png");
  --top-right-arrow: url("./image/icon/arrow-top-right.svg");
  --next-arrow: url("./image/icon/arrow-right.svg");
  --prev-arrow: url("./image/icon/arrow-left.svg");
  --exabyting: url("./image/trusted-logo/exabyting.svg");
  --close: url("./image/icon/close.svg");
}
.dark-theme {
  --primary-color: black;
  --secondary-color: #343552;
  --tertiary-color: #92a0c8;
  --contact-text: #92a0c8;
  --white: white;
  --body: black;
  --input-field-bg: #000000;
  --input-field-hover-border: #8ba2d0;
  --text: white;
  --header-lg-color: white;
  --title-3: white;
  --header-xl-color: white;
  --custom-card-border: #343552;
  --arrow-border-color: #585fa4;
  --copy-right: #ffffff;
  --submit-btn: #ffffff;
  --submit-text: #343552;
  --hiring-text: #afc1e1;
  --logo: url("./image/logo/logo-white.png");
  --top-right-arrow: url("./image/icon/arrow-top-right-white.svg");
  --next-arrow: url("./image/icon/arrow-right-white.svg");
  --prev-arrow: url("./image/icon/arrow-left-white.svg");
  --exabyting: url("./image/trusted-logo/exabyting-white.svg");
  --close: url("./image/icon/close-red.svg");
}

.gradient-text {
  position: relative;
  color: transparent;
}

.gradient-text::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  background: linear-gradient(35deg, #007EFF 29.42%, #FE64AF 66.39%, #FF4E57 70.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.social-media{
  height: 24px;
  width: 24px;
}

.btn-close {
  background-image: var(--close);
}
.offcanvas {
  background-color: var(--body);
}
.cursor {
  position: fixed;
  width: 758px;
  height: 758px;
  background: linear-gradient(
    35deg,
    #007eff 29.42%,
    #fe64af 66.39%,
    #ff4e57 70.58%
  );
  border-radius: 758px;
  opacity: 0.5;
  filter: blur(200px);
  left: 0;
  right: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.cursor2 {
  position: fixed;
  width: 758px;
  height: 758px;
  background: linear-gradient(
    35deg,
    #007eff 29.42%,
    #fe64af 66.39%,
    #ff4e57 70.58%
  );
  border-radius: 758px;
  opacity: 0.2;
  filter: blur(200px);
  left: 0;
  right: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 8;
}
a {
  text-decoration: none;
}
.pointer {
  cursor: pointer;
}
#nav {
  z-index: 10;
  transition: all linear 0.2s;
}
.text {
  color: var(--text);
}

ul li {
  font-size: 16px;
  list-style: none;
}
ul li a {
  text-decoration: none;
  color: var(--primary-color);
}

.body-top {
  margin-top: 96px;
}
.filter-color {
  filter: grayscale(100%);
}
.filter-color:hover {
  filter: grayscale(0%);
}

/* common part */
.common-bg {
  background-color: var(--primary-color);
}
.background-white {
  background-color: var(--body);
}
.common-padding {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  z-index: 9;
}
.header-lg {
  font-size: 80px;
  font-weight: 600;
  line-height: 88px;
  letter-spacing: -2px;
}
.header-lg-color {
  color: var(--header-lg-color);
}
/* header part */
.logo {
  background-image: var(--logo);
  background-repeat: no-repeat;
  background-size: contain;
  width: 247.15px;
  height: 48px;
}
.contact-text {
  font-size: 18px;
  font-weight: 500;
}
.top-right-arrow {
  background-image: var(--top-right-arrow);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.btn-contact {
  border-radius: 44px;
  border: 1px solid var(--secondary-color);
}

/* banner part */
.header-xl {
  color: var(--header-xl-color);
  font-size: 144px;
  line-height: 144px;
  font-weight: 600;
  letter-spacing: -5px;
}
.title {
  color: var(--tertiary-color);
  font-size: 20px;
  font-weight: 400;
}
.title-2 {
  font-size: 20px;
}
.title-3 {
  font-size: 32px;
  font-weight: 500;
  color: var(--title-3);
  margin-right: 20px;
}
.common-size {
  font-size: 20px;
  line-height: 28px;
}
/* skill */
.skill-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}
.skill-text {
  font-size: 20px;
  font-weight: 400;
}
/* Hiring success */
.stepper-wrapper {
  position: relative;
}

.wrapper-seconed::before {
  position: absolute;
  content: "";
  width: 200%;
  height: 2px;
  background: #4d4f88;
  top: 41px;
  right: 99%;
  left: inherit;
  z-index: 2;
}
.wrapper-seconed.active::after {
  position: absolute;
  content: "";
  width: 200%;
  height: 2px;
  background: linear-gradient(
    35deg,
    #007eff 29.42%,
    #fe64af 66.39%,
    #ff4e57 70.58%
  );
  top: 41px;
  right: 98%;
  left: inherit;
  z-index: 2;
}
.no-content::before {
  content: inherit !important;
}

.stepper-item {
  position: relative;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  background: #4d4f88;
  width: 100%;
  height: 2px;
  top: 25px;
  left: 100%;
  z-index: 2;
}
.before-liner::before {
  position: absolute;
  content: "";
  background: #4d4f88;
  width: 100%;
  height: 2px;
  top: 25px;
  left: 100%;
  z-index: 2;
}
.stepper-item:nth-child(5)::before {
  position: absolute;
  content: "";
  background: #4d4f88;
  width: 100%;
  height: 2px;
  top: 25px;
  left: -360%;
  z-index: 2;
  display: none;
}
.stepper-item::after {
  position: absolute;
  content: "";
  width: 110%;
  height: 2px;
  background: #4d4f88;
  top: 25px;
  left: 3%;
  z-index: 2;
}

.first-step::before,
.last-step::before {
  content: inherit;
}
.last-step::before,
.last-step::after {
  content: inherit;
}

.stepper-item .step-counter-outer {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background: #4d4f88;
  margin-bottom: 6px;
}
.step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  background: var(--primary-color);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
.step-counter-number {
  color: #4d4f88;
}
.step-counter-number:hover {
  color: #fff;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter-outer {
  background: linear-gradient(
    35deg,
    #007eff 29.42%,
    #fe64af 66.39%,
    #ff4e57 70.58%
  );
}
.stepper-item.completed .step-counter {
  border: none;
  color: #fff;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(
    35deg,
    #007eff 29.42%,
    #fe64af 66.39%,
    #ff4e57 70.58%
  );
  top: 25px;
  left: 12px;
  z-index: 3;
}
.stepper-item.completed::before {
  background: linear-gradient(
    35deg,
    #007eff 29.42%,
    #fe64af 66.39%,
    #ff4e57 70.58%
  ) !important;
}
.after-item::before {
  background: linear-gradient(
    35deg,
    #007eff 29.42%,
    #fe64af 66.39%,
    #ff4e57 70.58%
  ) !important;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}
.hiring-card {
  background-color: var(--primary-color);
  padding: 28px;
  border-radius: 24px;
  height: 400px;
}
.hiring-text {
  font-size: 20px;
  font-weight: 400;
  color: var(--hiring-text);
}
.hiring-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  padding: 24px 0;
}
/* Recruitment part */
.custom-gap {
  padding-top: 64px;
}
.custom-card {
  border-radius: 19px;
  border: 1px solid var(--custom-card-border);
  padding: 28px;
  height: 100%;
}

.custom-color-card {
  border-radius: 24px;
  padding: 4px;
  transition: 0.3s linear;
}
.custom-color-card:hover {
  border-radius: 24px;
  padding: 4px;
  background: linear-gradient(
    35deg,
    #007eff 29.42%,
    #fe64af 66.39%,
    #ff4e57 70.58%
  );
}
.skill-img {
  height: 48px;
  width: 48px;
}
.contact-text {
  font-size: 20px;
  line-height: 28px;
  color: var(--contact-text);
}
/* Testimonials part */
.testimonials-img {
  width: 120px;
  height: 136px;
  border-radius: 24px;
}
.arrow {
  height: 72px;
  width: 72px;
  border-radius: 44px;
  border: 2px solid var(--arrow-border-color);
  cursor: pointer;
}
.bg-arrow {
  width: 72px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--body);
  border-radius: 44px;
}
.arrow:hover {
  transition: 0.5s;
  border: none;
  border-radius: 44px;
  padding: 1px;
  background: linear-gradient(
    35deg,
    #007eff 29.42%,
    #fe64af 66.39%,
    #ff4e57 70.58%
  );
}
.slick-slider .prev {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 8;
  transform: translateY(-50%);
}
.slick-slider .next {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 8;
  transform: translateY(-50%);
}
.next-arrow {
  background-image: var(--next-arrow);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
}
.prev-arrow {
  background-image: var(--prev-arrow);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
}
.slick-disabled {
  display: none !important;
}

/* about us */
.center {
  position: relative;
  display: flex;
  justify-content: center;
}
.outer {
  height: 360px;
  width: 360px;
  border-radius: 360px;
  background: linear-gradient(
    35deg,
    #007eff 29.42%,
    #fe64af 66.39%,
    #ff4e57 70.58%
  );
  animation: rotate 1.5s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 330px;
  width: 330px;
  border-radius: 330px;
  background-color: var(--primary-color);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 8;
  color: var(--white);
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.impact-width {
  width: 86%;
}
.custom-card-2 {
  padding: 24px;
  border-radius: 24px;
}
.common-bg-2 {
  background-color: var(--primary-color);
}
.about-header {
  font-size: 42px;
  font-weight: 500;
}
.about-header::first-letter {
  font-size: 80px;
  font-weight: 600;
}
/* contact us */
.contact-padding {
  padding: 64px 0px;
}

input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 50px var(--input-field-bg) inset !important;
  -webkit-text-fill-color: #7885b9 !important;
  color: #7885b9 !important;
}

input::placeholder {
  color: #7885b9 !important;
}
textarea::placeholder {
  color: #7885b9 !important;
}

.input-field {
  border-radius: 24px;
  border: 1px solid #8ba2d0;
  padding: 12px 24px;
  background-color: var(--input-field-bg);
  font-size: 20px;
  color: #7885b9;
}
.input-field:focus {
  outline: none;
}
.input-field:hover {
  border: 1px solid var(--input-field-hover-border);
}
.from {
  border-radius: 24px;
}
.form-padding {
  padding: 40px;
}
textarea {
  border: none;
  background: inherit;
}
textarea:focus {
  outline: none;
}
.color-bg {
  position: absolute;
  right: 0;
  width: 758px;
  height: 758px;
  background: linear-gradient(
    35deg,
    #007eff 29.42%,
    #fe64af 66.39%,
    #ff4e57 70.58%
  );
  border-radius: 758px;
  opacity: 0.5;
  filter: blur(200px);
}
.exabyting {
  background-image: var(--exabyting);
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 40px;
}

.submit-color-btn {
  border-radius: 44px;
  padding: 3px;
}
.submit-color-btn:hover {
  border-radius: 44px;
  padding: 3px;
  background: linear-gradient(
    35deg,
    #007eff 29.42%,
    #fe64af 66.39%,
    #ff4e57 70.58%
  );
}
.submit-btn {
  border: none;
  border-radius: 44px;
  padding: 12px 24px;
  background-color: var(--submit-btn);
  color: var(--submit-text);
  font-weight: 600;
}

/* footer */
.copy-right {
  color: var(--copy-right);
  font-size: 14px;
  font-weight: 400;
}
.approach-icon {
  height: 120px;
  width: auto;
}

@media (min-width: 768px) and (max-width: 1190px) {
  .stepper-item:nth-child(3)::before {
    position: absolute;
    content: "";
    background: #4d4f88;
    width: 100%;
    height: 2px;
    top: 25px;
    left: -70%;
    z-index: 2;
  }
  .stepper-item:nth-child(5)::before {
    position: absolute;
    content: "";
    background: #4d4f88;
    width: 100%;
    height: 2px;
    top: 25px;
    left: -70%;
    z-index: 2;
    display: block;
  }
}

@media (min-width: 1600px) {
  .before-liner::before {
    position: absolute;
    content: "";
    background: #4d4f88;
    width: 200%;
    height: 2px;
    top: 25px;
    left: 100%;
    z-index: 2;
  }
  .stepper-item:nth-child(4)::before {
    position: absolute;
    content: "";
    background: #4d4f88;
    width: 100vw;
    height: 2px;
    top: 25px;
    left: -200%;
    z-index: 2;
  }

  .stepper-item:nth-child(5)::before {
    position: absolute;
    content: "";
    background: #4d4f88;
    width: 100%;
    height: 2px;
    top: 25px;
    left: -100%;
    z-index: 2;
    display: block;
  }
}
@media (min-width: 1400px ) and (max-width: 1599px) {
  .container {
    max-width: 1120px;
  }
  .contact-text{
    font-size: 17px;
  }
  .top-right-arrow{
    width:13.6px ;
    height:13.6px ;
  }
  .header-xl {
    color: var(--header-xl-color);
    font-size: 122.4px;
    line-height: 122.4px;
    font-weight: 600;
    letter-spacing: -4.25px;
  }
  .header-lg {
    font-size: 68px;
    line-height: 73px;
    letter-spacing: −2.3px;
  }
  .title {
    font-size: 17px;
  }
  .custom-gap {
    padding-top: 54.4px;
  }
  .skill-title {
    font-size: 34px;
    line-height: 40.8 px;
  }
  .skill-text {
    font-size: 17px;
  }
  .skill-img {
    height: 40.8 px;
    width: 40.8 px;
  }
  .approach-icon {
    height: 102px;
    width: auto;
  }
  .hiring-card {
    padding: 23.8px;
  }
  .hiring-title {
    font-size: 27.2 px;
    line-height: 34px;
    padding: 20.4px 0;
  }
  .hiring-text {
    font-size: 17px;
  }
  .title-3 {
    font-size: 27.2 px;
  }
  .common-padding {
    padding-top: 81.6px;
    padding-bottom: 81.6px;
  }
  .about-header {
    font-size: 35.7px;
  }
  .about-header::first-letter {
    font-size: 68px;
  }
  .inner{
    height:280.5px ;
    width: 280.5px;
    font-size:68px ;
  }
  .outer{
    height: 306px;
    width: 306px;
  }
}
@media (min-width: 1400px ) {
  .stepper-item:nth-child(4)::before {
    position: absolute;
    content: "";
    background: #4d4f88;
    width: 100vw;
    height: 2px;
    top: 25px;
    left: -200%;
    z-index: 2;
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hiring-card {
    height: 445px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .header-xl {
    font-size: 120px;
    line-height: 120px;
  }
  .approach-icon {
    height: 120px;
    width: auto;
  }
  .skill-title {
    font-size: 38px;
    line-height: 46px;
  }

  .contact-padding {
    padding: 40px 0px;
  }

  .about-header {
    font-size: 38px;
  }
  .about-header::first-letter {
    font-size: 76px;
  }
  .before-liner::before {
    position: absolute;
    content: "";
    background: #4d4f88;
    width: 100%;
    height: 2px;
    top: 25px;
    left: -70%;
    z-index: 2;
  }
  .stepper-item:nth-child(3)::before {
    position: absolute;
    content: "";
    background: #4d4f88;
    width: 100%;
    height: 2px;
    top: 25px;
    left: 100%;
    z-index: 2;
  }
}

@media (max-width: 1199.98px) {
  .approach-icon {
    height: 110px;
    width: auto;
  }
  .header-xl {
    color: var(--header-xl-color);
    font-size: 90px;
    line-height: 90px;
    font-weight: 600;
    letter-spacing: -3px;
  }
  .header-lg {
    font-size: 76px;
    font-weight: 600;
    line-height: 84px;
    letter-spacing: -1.5px;
  }
  .skill-title {
    font-size: 38px;
    line-height: 46px;
  }
  .contact-padding {
    padding: 40px 0px;
  }
  .logo {
    height: 42px;
  }
  .about-header {
    font-size: 38px;
    font-weight: 600;
  }
  .about-header::first-letter {
    font-size: 76px;
  }
  .hiring-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 991.98px) {
  .approach-icon {
    height: 100px;
    width: auto;
  }
  .impact-width {
    width: 100%;
  }
  .title-2 {
    font-size: 18px;
  }
  .logo {
    height: 36px;
  }
  .common-padding {
    padding-top: 44px;
    padding-bottom: 44px;

    position: relative;
    z-index: 9;
  }
  .common-size {
    font-size: 18px;
    line-height: 24px;
  }
  .header-lg {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1px;
  }
  .header-xl {
    font-size: 74px;
    line-height: 74px;
    font-weight: 600;
    letter-spacing: -2.5px;
  }
  .title {
    font-size: 18px;
  }
  .skill-title {
    font-size: 38px;
    line-height: 46px;
  }
  .skill-text {
    font-size: 18px;
  }
  .skill-img {
    height: 32px;
    width: 32px;
  }
  .stepper-img {
    height: 40px;
    width: 40px;
  }
  .hiring-text {
    font-size: 18px;
    font-weight: 400;
    color: var(--hiring-text);
  }
  .hiring-title {
    font-size: 28px;
    line-height: 36px;
    padding: 20px 0;
  }

  .about-header {
    font-size: 36px;
    font-weight: 600;
  }
  .about-header::first-letter {
    font-size: 56px;
  }
}
@media (max-width: 767.98px) {
  .logo {
    height: 30px;
  }

  .common-size {
    font-size: 16px;
    line-height: 22px;
  }
  .header-xl {
    font-size: 56px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: -2px;
  }
  .header-lg {
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: -0.5px;
  }
  .title {
    font-size: 16px;
  }
  .title-2 {
    font-size: 16px;
  }
  .skill-title {
    font-size: 34px;
    line-height: 42px;
  }
  .skill-text {
    font-size: 16px;
  }
  .hiring-title {
    font-size: 26px;
    line-height: 34px;
    padding: 16px 0;
  }
  .hiring-text {
    font-size: 16px;
  }
  .hiring-card {
    height: auto;
  }
  .title-3 {
    font-size: 26px;
  }
  .about-header {
    font-size: 32px;
    font-weight: 600;
  }
  .about-header::first-letter {
    font-size: 48px;
  }
  .footer-link {
    padding: 40px 0;
  }
  .approach-icon {
    height: 90px;
    width: auto;
  }
}
@media (max-width: 577.98px) {
  .contact-text {
    font-size: 14px;
    line-height: 28px;
    color: var(--contact-text);
  }
  .approach-icon {
    height: 80px;
    width: auto;
  }
  .hiring-card {
    padding: 16px;
    height: auto;
  }
  .logo {
    height: 24px;
  }
  .common-size {
    font-size: 14px;
    line-height: 20px;
  }
  section {
    overflow: hidden;
  }
  .cursor {
    position: fixed;
    width: 358px;
    height: 358px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    border-radius: 758px;
    opacity: 0.5;
    filter: blur(200px);
    left: 0;
    right: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 8;
  }
  .cursor2 {
    position: fixed;
    width: 358px;
    height: 358px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    border-radius: 758px;
    opacity: 0.5;
    filter: blur(200px);
    left: 0;
    right: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 8;
  }
  .step-counter {
    font-size: 24px;
  }
  .title-2 {
    font-size: 14px;
  }
  .title-3 {
    font-size: 24px;
  }
  ul li {
    font-size: 14px;
  }
  .body-top {
    margin-top: 70px;
  }
  /* common part */
  .common-padding {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-lg {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
  }

  .title {
    font-size: 14px;
  }
  .title-3 {
    font-size: 24px;
  }
  /* header part */
  .logo {
    height: 24px !important;
    width: 123.574px !important;
  }
  /* banner part */
  .header-xl {
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: -1.5px;
  }
  .trusted {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  /* Recruitment part */
  .custom-gap {
    padding-top: 24px;
  }
  .skill-img {
    height: 32px;
    width: 32px;
  }
  .skill-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
  .skill-text {
    font-size: 14px;
  }
  .hiring-title {
    padding: 12px 0;
    font-size: 24px;
    line-height: 32px;
  }
  .hiring-text {
    font-size: 14px;
  }
  /* about us */
  .outer {
    height: 312px;
    width: 312px;
    border-radius: 360px;
  }
  .inner {
    height: 290px;
    width: 290px;
    border-radius: 360px;
    background-color: var(--primary-color);
    font-size: 40px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: normal;
  }
  .impact-width {
    width: 100%;
  }
  .about-header {
    font-size: 28px;
  }
  .about-header::first-letter {
    font-size: 40px;
  }
  .custom-card {
    padding: 24px;
  }
  /* Hiring success */
  .no-content::before,
  .no-content::after {
    content: inherit !important;
  }
  .stepper-img {
    height: 40px;
    width: 40px;
  }
  .hiring-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--hiring-text);
  }

  /* testimonial */
  .slick-slider .prev {
    position: absolute;
    top: 105%;
    left: 0px;
    z-index: 8;
    transform: translateY(-50%);
  }
  .slick-slider .next {
    position: absolute;
    top: 105%;
    right: 50%;
    z-index: 8;
    transform: translateY(-50%);
  }
  .slick-disabled {
    display: flex !important;
  }
  .arrow-space {
    margin-bottom: 90px;
  }
  /* contact us */
  .color-bg {
    bottom: 0px;
  }
  .form-padding {
    padding: 24px;
  }
  .contact-padding {
    padding: 24px 20px;
  }
  .contact-text {
    font-size: 14px;
  }
  .form-padding {
    padding: 24px;
  }
  /* footer */
  .footer-link {
    padding: 40px 0px;
  }
}

@media (min-width: 631px) and (max-width: 767.98px) {
  .stepper-wrapper::before {
    position: absolute;
    content: "";
    width: 152%;
    height: 2px;
    background: #4d4f88;
    top: 441px;
    left: -69%;
    z-index: 2;
    transform: rotate(90deg);
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 49%;
    height: 2px;
    background: #4d4f88;
    top: 183px;
    left: -94px;
    z-index: 2;
    transform: rotate(90deg);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed:last-child::after {
    content: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 46%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    top: 189px;
    left: -86px;
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media (min-width: 601px) and (max-width: 630.98px) {
  .stepper-wrapper::before {
    position: absolute;
    content: "";
    width: 152%;
    height: 2px;
    background: #4d4f88;
    top: 441px;
    left: -69%;
    z-index: 2;
    transform: rotate(90deg);
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 49%;
    height: 2px;
    background: #4d4f88;
    top: 183px;
    left: -94px;
    z-index: 2;
    transform: rotate(90deg);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed:last-child::after {
    content: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 46%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    top: 189px;
    left: -86px;
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media (min-width: 577px) and (max-width: 600.98px) {
  .stepper-wrapper::before {
    position: absolute;
    content: "";
    width: 152%;
    height: 2px;
    background: #4d4f88;
    top: 441px;
    left: -69%;
    z-index: 2;
    transform: rotate(90deg);
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 49%;
    height: 2px;
    background: #4d4f88;
    top: 183px;
    left: -94px;
    z-index: 2;
    transform: rotate(90deg);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 46%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    top: 189px;
    left: -86px;
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 541px) and (max-width: 576.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 54%;
    height: 2px;
    background: #4d4f88;
    top: 53%;
    left: -19%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 54%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 53%;
    left: -19%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 501px) and (max-width: 540.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 58%;
    height: 2px;
    background: #4d4f88;
    top: 53%;
    left: -20.5%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 58%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 53%;
    left: -20.5%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media (min-width: 481px) and (max-width: 500.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background: #4d4f88;
    top: 53%;
    left: -20.8%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 53%;
    left: -20.8%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 461px) and (max-width: 480.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background: #4d4f88;
    top: 53%;
    left: -20.8%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 53%;
    left: -20.8%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 451px) and (max-width: 460.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background: #4d4f88;
    top: 53%;
    left: -20.5%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 53%;
    left: -20.5%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 441px) and (max-width: 450.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background: #4d4f88;
    top: 57%;
    left: -20.5%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 57%;
    left: -20.5%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 431px) and (max-width: 440.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background: #4d4f88;
    top: 58%;
    left: -19.5%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 58%;
    left: -19.5%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 421px) and (max-width: 430.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 64%;
    height: 2px;
    background: #4d4f88;
    top: 57%;
    left: -21.5%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 64%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 57%;
    left: -21.5%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 411px) and (max-width: 420.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 64%;
    height: 2px;
    background: #4d4f88;
    top: 57%;
    left: -21%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 64%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 57%;
    left: -21%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 401px) and (max-width: 410.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 68%;
    height: 2px;
    background: #4d4f88;
    top: 56%;
    left: -23%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 68%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 56%;
    left: -23%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 391px) and (max-width: 400.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 68%;
    height: 2px;
    background: #4d4f88;
    top: 56%;
    left: -23%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 68%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 56%;
    left: -23%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 381px) and (max-width: 390.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 79%;
    height: 2px;
    background: #4d4f88;
    top: 56%;
    left: -28%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 79%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 56%;
    left: -28%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 371px) and (max-width: 380.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 81%;
    height: 2px;
    background: #4d4f88;
    top: 56%;
    left: -28.5%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 81%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 56%;
    left: -28.5%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 361px) and (max-width: 370.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 2px;
    background: #4d4f88;
    top: 55%;
    left: -32.5%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 55%;
    left: -32.5%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 351px) and (max-width: 360.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 97%;
    height: 2px;
    background: #4d4f88;
    top: 55%;
    left: -35.8%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 97%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 55%;
    left: -35.8%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 321px) and (max-width: 350.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 116%;
    height: 2px;
    background: #4d4f88;
    top: 54%;
    left: -43.8%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 116%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 54%;
    left: -43.8%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 301px) and (max-width: 320.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 139%;
    height: 2px;
    background: #4d4f88;
    top: 54%;
    left: -53.5%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 139%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 54%;
    left: -53.5%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (max-width: 300.98px) {
  .stepper-wrapper::before {
    display: none;
  }
  .stepper-item::before {
    display: none;
  }
  .stepper-item::after {
    position: absolute;
    content: "";
    width: 164%;
    height: 2px;
    background: #4d4f88;
    top: 54%;
    left: -65.5%;
    z-index: 2;
    transform: rotate(90deg) translate(10%, 15%);
  }
  .stepper-wrapper.active::after {
    display: none;
  }
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    width: 164%;
    height: 2px;
    background: linear-gradient(
      35deg,
      #007eff 29.42%,
      #fe64af 66.39%,
      #ff4e57 70.58%
    );
    /* top: 182px; */
    /* left: -108px; */
    top: 54%;
    left: -65.5%;
    transform: rotate(90deg) translate(10%, 10%);
    z-index: 3;
  }
  .step-counter {
    font-size: 24px;
  }

  .stepper-item .step-counter-outer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

/* color */
.color-card {
  display: flex;
  align-items: center;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 4px transparent;
  border-radius: 24px;
  padding: 4px;
}
.color-card:hover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  border-radius: inherit;
  background: linear-gradient(
    35deg,
    #007eff 29.42%,
    #fe64af 66.39%,
    #ff4e57 70.58%
  );
}
