@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap");
@import url("../css/splide.min.css");
.header {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.header .navbar-toggler-icon {
  background-image: url(../../assets/img/icon/nav.svg) !important;
}
.header .navbar-toggler, .header .navbar-toggler:focus, .header .navbar-toggler:focus-visible, .header .navbar-toggler:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.header .navbar {
  position: relative;
}
@media (max-width: 760px) {
  .header .navbar .container {
    padding: 0px !important;
  }
}
@media (max-width: 760px) {
  .header .navbar .container a.main__button__hover {
    margin: 0 auto !important;
  }
}
@media (max-width: 991px) {
  .header .navbar .navbar-collapse {
    background: linear-gradient(#031D2D, #2B266A);
    padding: 15px 0;
  }
}
.header .navbar .navbar-brand img {
  max-width: 220px;
}
@media (max-width: 992px) {
  .header .navbar .navbar-brand img {
    max-width: 140px;
  }
}
.header .navbar .navbar-nav .nav-link {
  color: #FFFFFF;
  font-family: Georama;
  font-size: 16px;
  padding: 0 20px;
  text-wrap: nowrap;
  transition: all 0.2s;
}
.header .navbar .navbar-nav .nav-link:hover, .header .navbar .navbar-nav .nav-link.active {
  color: #8438F1;
}
@media (max-width: 992px) {
  .header .navbar .navbar-nav .nav-link {
    padding: 10px;
  }
}
@media (max-width: 760px) {
  .header .navbar .navbar-nav .nav-link {
    text-align: center;
  }
}
.header .navbar .navbar-nav .dropdown {
  position: unset;
}
.header .navbar .navbar-nav .dropdown .dropdown-menu {
  padding: 40px 40px 20px 40px;
  background: linear-gradient(#2B266A, #031D2D);
  border-radius: 60px;
  box-shadow: 0 8px 16px rgba(132, 56, 241, 0.1490196078);
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  max-width: 1200px;
}
@media (max-width: 991px) {
  .header .navbar .navbar-nav .dropdown .dropdown-menu {
    position: relative;
  }
  .header .navbar .navbar-nav .dropdown .dropdown-menu::before {
    content: "";
    border-radius: 30px;
    padding: 2px;
    padding-bottom: 0;
    inset: 0;
    position: fixed;
    width: 90%;
    background: linear-gradient(#8438F1, rgba(255, 255, 255, 0));
    -webkit-mask-composite: destination-out;
    height: 40%;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    top: 26.5%;
    left: 5%;
  }
}
@media (max-width: 760px) {
  .header .navbar .navbar-nav .dropdown .dropdown-menu {
    border-radius: 30px !important;
    padding: 1rem !important;
    max-height: 250px !important;
    overflow-y: scroll !important;
    box-shadow: 0 8px 16px rgba(132, 56, 241, 0.1490196078) !important;
    width: 90% !important;
  }
}
.header .navbar .navbar-nav .dropdown .dropdown-menu .header-arrow {
  position: absolute;
  width: 60px;
  height: 30px;
  top: -30px;
  left: 40%;
  z-index: 200;
}
.header .navbar .navbar-nav .dropdown .dropdown-menu .header-arrow .header .navbar-toggler {
  background-color: none !important;
  border: none;
}
@media (max-width: 991px) {
  .header .navbar .navbar-nav .dropdown .dropdown-menu .header-arrow {
    display: none;
  }
}
.header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item-menu {
  margin-bottom: 20px;
}
.header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  line-height: 19.1px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  font-family: Georama;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.062745098);
  color: #FFFFFF;
  transition: all 0.2s;
}
.header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item-menu a span {
  margin-inline-end: 10px;
}
.header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item-menu a span img {
  width: 20px;
  height: 24px;
}
.header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item-menu a:hover {
  background-color: #8438F1;
  box-shadow: 0 8px 8px rgba(3, 29, 45, 0.5019607843);
}

body {
  font-family: Georama;
  font-size: 14px;
}

img {
  width: 100%;
}

ul {
  padding-inline-start: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin-bottom: 0;
}

.btn-main {
  padding: 12px 24px;
  font-size: 13px;
  color: #8438F1;
  font-family: Unbounded;
  font-weight: 400;
  background-color: #FFFFFF;
  box-shadow: 0 0 12px rgba(132, 56, 241, 0.2);
  border-radius: 30px;
  text-wrap: nowrap;
  position: relative;
}
.btn-main span {
  margin-inline-start: 16px;
}
.btn-main:hover {
  background-color: #8438F1;
  color: #FFFFFF;
  box-shadow: 0 0 12px rgba(132, 56, 241, 0.2);
  /* span { */
  /*     svg { */
  /*         stroke: $whitColor; */
  /*         fill: $whitColor */
  /*     } */
  /* } */
}

.title-content .title {
  font-size: 74px;
  font-weight: 800;
  font-family: Unbounded;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .title-content .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .title-content .title {
    font-size: 30px;
    line-height: 1;
  }
}
.title-content .title span {
  display: inline-block;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
.title-content .title span::after {
  content: "";
  width: auto;
  height: 40px;
  background-color: #8438F1;
  position: absolute;
  right: 0;
  left: 0;
  top: 20px;
  z-index: -1;
}
@media (max-width: 767px) {
  .title-content .title span::after {
    height: 15px;
    top: 15px;
  }
}
.title-content .desc {
  font-size: 26px;
  font-weight: 500;
  font-family: Unbounded;
  color: #8438F1;
  margin-bottom: 20px;
}
.title-content .desc::first-letter {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .title-content .desc {
    font-size: 18px;
  }
}

.small-head {
  text-align: center;
  margin-bottom: 50px;
}
.small-head .title {
  font-family: Unbounded;
  font-size: 28px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 5%;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.small-head .title span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.small-head .title span::after {
  content: "";
  width: auto;
  height: 12px;
  background-color: rgba(132, 56, 241, 0.5);
  position: absolute;
  right: 0;
  left: 0;
  top: 12px;
  z-index: -1;
}
@media (max-width: 767px) {
  .small-head .title span::after {
    height: 15px;
    top: 15px;
  }
}
.small-head .desc {
  font-size: 18px;
  font-weight: 500;
  font-family: Georama;
  color: #8438F1;
  margin-bottom: 20px;
}
.small-head .desc::first-letter {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .small-head .desc {
    font-size: 18px;
  }
}

.no-hover:hover {
  background-color: #FFFFFF !important;
  color: #8438F1 !important;
  border-color: #FFFFFF !important;
}

.btn-view {
  background-color: rgba(132, 56, 241, 0.3019607843);
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0.1px;
  font-family: Unbounded;
  font-weight: 500;
  border-radius: 30px;
  border: 2px solid #FFFFFF;
  margin-top: 60px;
  padding: 15px 40px;
}
.btn-view:hover {
  background-color: rgba(132, 56, 241, 0.3019607843);
  color: #FFFFFF;
  border-color: inherit;
}

.btn-secondary-gradient {
  position: relative;
  z-index: 1;
  padding: 12px 24px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
  font-family: Unbounded;
  font-weight: 400;
  background-color: rgb(132, 56, 241);
  box-shadow: 0 0 12px rgba(132, 56, 241, 0.2);
  border-radius: 30px;
}
.btn-secondary-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(132, 56, 241, 0.3019607843);
  background-image: linear-gradient(90deg, #8438F1, #2B266A);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px;
  z-index: -1;
}
.btn-secondary-gradient:hover {
  background-color: rgba(132, 56, 241, 0.3019607843);
  color: #FFFFFF !important;
}
.btn-secondary-gradient:hover::before {
  opacity: 1;
}

.btn-gradient {
  position: relative;
  z-index: 1;
}
.btn-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(132, 56, 241, 0.3019607843);
  background-image: linear-gradient(90deg, #8438F1, #2B266A);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px;
  z-index: -1;
}
.btn-gradient:hover {
  background-color: rgba(132, 56, 241, 0.3019607843);
  color: #FFFFFF;
  border-color: inherit;
}
.btn-gradient:hover::before {
  opacity: 1;
}

.button .btn-view {
  margin-top: 0 !important;
}

.title-content-header {
  margin-bottom: 50px;
}
.title-content-header .title {
  font-size: 28px;
  font-weight: 600;
  font-family: Unbounded;
  margin-bottom: 10px;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .title-content-header .title {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .title-content-header .title {
    font-size: 20px;
  }
}
.title-content-header .title span {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .title-content-header .title span {
    font-size: 20px;
    text-align: center;
  }
}
.title-content-header .title span::after {
  content: "";
  width: auto;
  height: 12px;
  background-color: rgba(132, 56, 241, 0.5019607843);
  position: absolute;
  right: 0;
  left: 0;
  top: 15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .title-content-header .title span::after {
    height: -webkit-fill-available;
    top: 0;
  }
}
.title-content-header .desc {
  font-size: 18px;
  font-weight: 500;
  font-family: Georama;
  letter-spacing: 0.5px;
  color: #8438F1;
  display: flex;
  justify-content: center;
}
.title-content-header .desc::first-letter {
  text-transform: capitalize;
}

#form .gradient-border {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
}
#form .gradient-border::before {
  content: "";
  display: none !important;
  border-radius: 30px;
  padding: 2px;
  inset: 0;
  position: absolute;
  background: linear-gradient(rgb(132, 56, 241), white);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
#form .gradient-border.behind::before {
  z-index: -1;
}
#form .gradient-border.content {
  position: relative;
  z-index: 1;
}

.gradient-border {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
}
.gradient-border::before {
  content: "";
  border-radius: 30px;
  padding: 2px;
  inset: 0;
  position: absolute;
  background: linear-gradient(rgb(132, 56, 241), white);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.gradient-border.behind::before {
  z-index: -1;
}
.gradient-border.content {
  position: relative;
  z-index: 1;
}

.hero-services {
  padding: 160px 0;
  background: linear-gradient(rgb(3, 29, 45), rgb(43, 38, 106));
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .hero-services {
    padding: 80px 0 0 0;
  }
}
.hero-services::after {
  content: "";
  background-image: url("../img/group.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-services .title-content {
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.hero-services .title-content .img-hero {
  max-width: 50px;
  display: inline-block;
  margin-bottom: 20px;
}
.hero-services .title-content .check-horizon {
  width: 110px;
  height: 110px;
  position: absolute;
  z-index: -1;
  opacity: 15%;
  filter: blur(4px);
  right: 17rem;
  top: 6rem;
  animation: float 3s ease-in-out infinite;
  animation-delay: 0.2s;
}
.hero-services .title-content .dot-horizon {
  width: 94px;
  height: 94px;
  position: absolute;
  z-index: -1;
  opacity: 20%;
  filter: blur(4px);
  top: 10rem;
  left: 13rem;
}
@media (max-width: 768px) {
  .hero-services .title-content .dot-horizon.dot-1 {
    display: none !important;
  }
}
.hero-services .title-content .dot-horizon.dot-2 {
  height: 205px;
  width: 205px;
  top: 20rem;
  left: 17rem;
  animation: float 3s ease-in-out infinite;
}
.hero-services .title-content .img-search {
  max-width: 300px;
  position: absolute;
  right: 13%;
  bottom: -28%;
  z-index: 1;
  animation: rotation 5s infinite alternate;
}
@media (max-width: 992px) {
  .hero-services .title-content .img-search {
    display: none;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-100px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.our-services {
  padding: 60px 0;
  background: linear-gradient(#2b266a, #031d2d);
}
@media (max-width: 768px) {
  .our-services {
    padding: 0px 20px !important;
  }
}
.our-services .row {
  min-height: 100vh;
}
.our-services .row::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.our-services .row::-webkit-scrollbar-thumb {
  background: #434343;
  border-radius: 10px;
  box-shadow: inset 2px 2px 2px #8438F1;
  width: 10px;
}
.our-services .row::-webkit-scrollbar-track {
  background: linear-gradient(#2B266A, #8438F1);
}
.our-services .title-head {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .our-services .title-head {
    margin-bottom: 0px !important;
  }
}
.our-services .title-head .title {
  font-size: 28px;
  font-weight: 600;
  font-family: Unbounded;
  color: #FFFFFF;
}
.our-services .card-service {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  direction: ltr;
}
.our-services .card-service::before {
  content: "";
  border-radius: 30px;
  padding: 2px;
  padding-bottom: 0;
  inset: 0;
  position: absolute;
  background: linear-gradient(to bottom, #8438F1, #2B266A);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.our-services .card-service::after {
  content: "";
  border-radius: 30px;
  padding: 2px;
  padding-bottom: 0;
  inset: 0;
  position: absolute;
  background: linear-gradient(to bottom, white, #8438F1);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.our-services .card-service:hover::after {
  opacity: 1;
}
.our-services .card-service .service-img {
  position: relative;
  padding: 2px;
  overflow: hidden;
}
.our-services .card-service .service-img img {
  object-fit: cover;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  height: 260px;
}
.our-services .card-service .service-img::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, #2b266a, #031d2d 90%);
  background-position: center center;
  background-size: contain;
  padding: 2px;
  background-clip: content-box;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
}
.our-services .card-service .service-img .img-content {
  bottom: 30px;
  left: 20px;
  position: absolute;
  z-index: 1;
}
.our-services .card-service .service-img .img-content .title {
  color: white;
  font-family: "Unbounded";
  font-size: 17px;
  font-weight: 600;
  margin-top: 8px;
}
.our-services .card-service .service-data {
  color: #bec1cc;
  padding: 20px 40px;
  font-family: "Georama";
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
  min-height: auto;
}
@media (max-width: 768px) {
  .our-services .card-service .service-data {
    padding: 15px;
  }
}
.our-services .card-service .button {
  padding: 30px 40px;
  position: relative;
  z-index: 5;
}
.our-services .card-service .button .btn-view {
  width: 48px;
  height: 48px;
  border-radius: 30px;
  box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.5019607843);
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Unbounded;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  padding: 10px;
}
.our-services .card-service .button .btn-view .text {
  position: absolute;
  left: 0;
  opacity: 0;
  color: #8438F1;
  font-size: 1.2em;
  font-weight: 600;
  transition-duration: 0.3s;
  text-wrap: nowrap;
  display: inline-block;
  font-size: 12px;
}
.our-services .card-service:hover .service-img::after {
  background: linear-gradient(to bottom, #ffffff, #8438f1);
  opacity: 0.7;
}
.our-services .card-service:hover .button .btn-view {
  width: 150px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-duration: 0.3s;
  justify-content: space-between;
}
.our-services .card-service:hover .button .btn-view .text {
  opacity: 1;
  transition-duration: 0.3s;
  padding-right: 10px;
  position: unset;
}

.started {
  background: #031d2d;
  padding: 80px 0;
}
.started .cardd {
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, #2b266a 40%, #8438f1 100%);
  color: #ffffff;
  border-radius: 60px;
  padding: 60px;
}
.started .cardd .btn-main:hover {
  background: white;
  color: #8438F1;
}
.started .cardd::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: 100%;
  z-index: 3;
  background: linear-gradient(to right, #2b266a 40%, #8438f1 100%);
  border-radius: 60px;
  opacity: 30%;
  z-index: -1;
}
.started .cardd::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 60px;
  width: calc(100% - 120px);
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #2b266a 40%, #8438f1 100%);
  border-radius: 60px;
  opacity: 15%;
}
@media (max-width: 992px) {
  .started .cardd {
    padding: 30px;
  }
}
.started .cardd .data .head-line {
  font-family: Unbounded;
  color: #8438f1;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  letter-spacing: 0.05em;
}
@media (max-width: 992px) {
  .started .cardd .data .head-line {
    font-size: 16px;
  }
}
.started .cardd .data .content-line {
  font-family: Unbounded;
  font-size: 44px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media (max-width: 992px) {
  .started .cardd .data .content-line {
    font-size: 22px;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.contact {
  padding: 120px 0;
  background: linear-gradient(#2B266A, #031D2D);
  transition: all 0.3s ease-in-out;
}
.contact .hidden {
  display: none;
}
.contact .desc2 {
  color: #FFFFFF;
  margin-top: 20px;
  font-size: 18px;
}
.contact .desc2 b {
  font-weight: 900;
}
.contact .btn-view {
  margin-top: 60px;
}
.contact .form-contact {
  padding: 60px 0;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.contact .form-contact > .row > div {
  margin-bottom: 1.2rem;
}
.contact .form-contact .content-container {
  box-shadow: 0 0 12px 0 rgba(132, 56, 241, 0.5);
}
.contact .form-contact .head-form {
  background: rgba(132, 56, 241, 0.5019607843);
  box-shadow: 0 8px 8px rgba(3, 29, 45, 0.1490196078);
  padding: 23px 0;
  display: flex;
  justify-content: center;
  font-family: Unbounded;
}
.contact .form-contact .head-form .title-form {
  color: #FFFFFF;
  font-size: 20px;
}
.contact .form-contact .list-form {
  background: linear-gradient(rgba(43, 38, 106, 0.6980392157) 70%, #2B266A);
  padding: 30px;
}
.contact .form-contact .list-form ul li {
  margin-bottom: 20px;
}
.contact .form-contact .list-form ul li .icon {
  background-color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 20px;
}
.contact .form-contact .list-form ul .desc {
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  font-family: Georama;
}
.contact .form-contact .list-form .desc-foot {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-family: Georama;
  line-height: 20px;
}
.contact .form-contact .form-details {
  padding: 45px;
  background: rgba(255, 255, 255, 0.1019607843);
}
@media (max-width: 768px) {
  .contact .form-contact .form-details {
    padding: 20px;
  }
}
.contact .form-contact .form-details textarea::placeholder {
  opacity: 0.5;
  font-weight: 500;
}
.contact .form-contact .form-details input,
.contact .form-contact .form-details select,
.contact .form-contact .form-details textarea {
  background: linear-gradient(rgba(255, 255, 255, 0.1490196078), rgba(255, 255, 255, 0.2509803922));
  border: 0;
  border-bottom: 2px solid white;
  box-shadow: none;
  color: white;
  outline: 0;
  padding: 14px 45px;
  padding-inline-start: 45px;
  position: relative;
}
.contact .form-contact .form-details select option {
  background-color: #515772;
}
.contact .form-contact .form-details .icon-form {
  position: absolute;
  inset-inline-start: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.contact .form-contact .form-details input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact .form-contact .form-details input[type=checkbox]::after {
  content: "";
  position: absolute;
  transition: 0.1s;
  opacity: 0;
  background-color: #fff;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  left: 2px;
  top: 2px;
}
.contact .form-contact .form-details input[type=checkbox]::before {
  content: "";
  position: absolute;
  background-color: #8438f1;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  left: -1px;
  top: -1px;
}
.contact .form-contact .form-details textarea {
  width: 100%;
  margin-top: 20px;
  border-radius: 30px;
  padding: 20px;
}
.contact .form-contact .form-details .btn {
  background-color: #8438f1;
  color: white;
  font-family: Unbounded;
  font-size: 15px;
  display: flex;
  padding: 15px 25px;
  align-items: center;
  border-width: 2px;
  justify-content: space-between;
}
.contact .form-contact .form-details .confirm-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 40px;
  text-align: start !important;
  justify-content: center;
}
.contact .form-contact .form-details .confirm-text label {
  font-size: 16px;
  font-family: Georama;
  color: #FFFFFF;
}

.applyForm .form-details {
  padding: 0 !important;
}
.applyForm .timeContainer {
  border-bottom-right-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.applyForm .timeContainer.loading .timeBox {
  pointer-events: none;
  cursor: not-allowed;
}
.applyForm .timeContainer .timeBox {
  background-color: white;
  color: black;
  border: 2px solid #8437f1;
  margin: 10px 0;
  padding: 2px;
  border-radius: 50px;
  font-family: Unbounded;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.applyForm .timeContainer .timeBox.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.applyForm .timeContainer .timeBox span {
  display: block;
  padding: 15px 55px;
}
.applyForm .timeContainer .timeBox.selected span {
  background-color: #8437f1;
  border-radius: 50px;
  color: white;
}

.pdage__prev {
  position: absolute;
  top: 1rem;
  z-index: 2;
}

.datepicker {
  width: 100%;
}
.datepicker.is-inline {
  position: unset !important;
}
.datepicker .datepicker__wrapper {
  position: static;
  border: none;
  width: 100%;
  background-color: #0f203f;
}
.datepicker .datepicker__wrapper .datepicker__prev,
.datepicker .datepicker__wrapper .datepicker__next,
.datepicker .datepicker__wrapper .page__prev {
  position: absolute;
  top: 1rem;
  z-index: 2;
}
.datepicker .datepicker__wrapper .datepicker__next {
  right: 0;
}
.datepicker .datepicker__wrapper table .datepicker__day div {
  margin: 10px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.datepicker .datepicker__wrapper table .datepicker__day div span {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .datepicker .datepicker__wrapper table .datepicker__day div span {
    font-size: 15px;
  }
}
.datepicker .datepicker__wrapper table .datepicker__day.is-disabled div {
  background-color: #4e5573;
  opacity: 0.8;
  border: none;
}
.datepicker .datepicker__wrapper table .datepicker__day.is-disabled div span {
  color: #a6aab9;
}
.datepicker .datepicker__wrapper table .datepicker__day.is-today {
  color: white;
}
.datepicker .datepicker__wrapper table .datepicker__day.is-selected div {
  box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.4);
  background-color: #8437f1;
  border-color: #ffffff;
}
.datepicker .datepicker__wrapper table .datepicker__day.is-selected div span {
  color: #fff;
}
.datepicker .datepicker__wrapper table .datepicker__day.is-selected div::after {
  background-color: #8437f1;
}
.datepicker .datepicker__wrapper table th {
  font-size: 20px;
  color: white;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
}
.datepicker .datepicker__wrapper .datepicker__header {
  position: unset;
  background-color: transparent;
}
.datepicker .datepicker__wrapper .datepicker__header .datepicker__title {
  font-size: 20px;
  background-color: transparent;
  font-family: Unbounded;
  font-size: 16px;
}

::placeholder {
  color: #ddd !important;
}

.career {
  padding: 60px 0;
  background: linear-gradient(#2b266a, #031d2d);
}
.career .title {
  color: #FFFFFF;
  font-size: 28px;
  margin-bottom: 50px;
  font-weight: 600;
}
.career .title h2 {
  font-weight: 600;
}
.career .careerBoxContainer {
  position: relative;
  min-height: 435px;
  margin-bottom: 50px;
}
.career .careerBoxContainer .careerBox {
  width: 585px;
  height: 100%;
  border-radius: 25px;
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1490196078), rgba(255, 255, 255, 0));
  margin-bottom: 50px;
  transition: 0.3s ease-out;
}
@media (max-width: 768px) {
  .career .careerBoxContainer .careerBox {
    width: 100%;
  }
}
.career .careerBoxContainer .careerBox .expand-btn {
  transition: 0.3s ease-out;
  margin-top: 0.5rem;
  position: relative;
  align-self: center;
  background: none;
  border: none;
  z-index: 20;
  transform: rotate(180deg);
}
.career .careerBoxContainer .careerBox.expanded {
  height: auto;
  position: absolute;
  background: linear-gradient(316.84deg, rgba(43, 38, 106, 0.7) 24.15%, #2B266A 75.76%);
  z-index: 15;
  filter: blur(-10px);
  backdrop-filter: blur(5px);
}
.career .careerBoxContainer .careerBox.expanded::after {
  padding-bottom: 2px;
}
.career .careerBoxContainer .careerBox.expanded .content-box li.hideInitially {
  opacity: 1;
  transition-delay: 0.2s;
  transition-duration: 0.3s;
}
.career .careerBoxContainer .careerBox.expanded .expand-btn {
  transform: rotate(0deg);
}
.career .careerBoxContainer .careerBox::before {
  content: "";
  border-radius: 25px;
  padding: 2px;
  padding-bottom: 0;
  inset: 0;
  z-index: 10;
  position: absolute;
  background: linear-gradient(#8438F1, #8438F1);
  transition: all 0.3s;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.career .careerBoxContainer .careerBox::after {
  content: "";
  border-radius: 25px;
  padding: 2px;
  padding-bottom: 0;
  inset: 0;
  z-index: 10;
  position: absolute;
  background: linear-gradient(#8438F1, white);
  opacity: 0;
  transition: all 0.3s;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.career .careerBoxContainer .careerBox:hover::after {
  opacity: 1;
}
.career .careerBoxContainer .careerBox .service-img {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  height: 220px;
}
.career .careerBoxContainer .careerBox .service-img > img {
  height: 298px;
  object-fit: cover;
}
.career .careerBoxContainer .careerBox .service-img .button .btn-view {
  width: 48px;
  height: 48px;
  border-radius: 30px;
  box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.5019607843);
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Unbounded;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  overflow: hidden;
  transition-duration: 0.3s;
  padding: 10px;
  z-index: 11;
}
.career .careerBoxContainer .careerBox .service-img .button .btn-view .text {
  position: absolute;
  left: 0;
  opacity: 0;
  color: #8438F1;
  font-size: 1.2em;
  font-weight: 600;
  transition-duration: 0.3s;
  text-wrap: nowrap;
  display: inline-block;
  font-size: 12px;
}
.career .careerBoxContainer .careerBox .service-img .img-content {
  bottom: 30px;
  left: 20px;
  position: absolute;
  z-index: 1;
}
.career .careerBoxContainer .careerBox .service-img .img-content .title {
  color: white;
  font-family: "Unbounded";
  font-size: 17px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 8px;
}
.career .careerBoxContainer .careerBox .service-img .img-content .desc {
  color: #FFFFFF;
  font-size: 15px;
  margin-top: 10px;
}
.career .careerBoxContainer .careerBox .service-img::before, .career .careerBoxContainer .careerBox .service-img::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.0901960784), rgba(43, 38, 106, 0.4509803922), rgba(3, 29, 45, 0.8980392157));
  transition: 0.5s;
}
.career .careerBoxContainer .careerBox .service-img::after {
  background: linear-gradient(to bottom, #ffffff, #8438f1);
  opacity: 0;
}
.career .careerBoxContainer .careerBox .content-box {
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
}
.career .careerBoxContainer .careerBox .content-box ul {
  transition: 0.3s;
  overflow: clip;
}
.career .careerBoxContainer .careerBox .content-box li {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: Georama;
  color: #FFFFFF;
  transition: 0.1s;
}
.career .careerBoxContainer .careerBox .content-box li.hideInitially {
  opacity: 0;
}
.career .careerBoxContainer .careerBox .content-box li .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8438F1;
  border-radius: 50%;
  margin-inline-end: 10px;
}
.career .careerBoxContainer .careerBox:hover .service-img::after {
  opacity: 0.7;
}
.career .careerBoxContainer .careerBox:hover .button .btn-view {
  width: 155px;
  padding-left: 24px;
  padding-right: 24px;
  transition-duration: 0.3s;
  justify-content: space-between;
}
.career .careerBoxContainer .careerBox:hover .button .btn-view .text {
  opacity: 1;
  transition-duration: 0.3s;
  padding-right: 10px;
  position: unset;
}

.careerSlider .swiper-wrapper {
  align-items: center;
  padding: 70px 0;
}

.careerSlider .swiper-wrapper .swiper-slide {
  filter: blur(5px);
  transition: transform 0.2s;
  transform: scale(0.6);
}

.careerSlider .swiper-wrapper .swiper-slide.swiper-slide-prev,
.careerSlider .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: scale(0.8);
}

.careerSlider .swiper-wrapper .swiper-slide.is-active {
  filter: blur(0);
  transform: scale(1);
}

.careerSlider .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-hero {
  padding: 120px 0;
  height: 70vh;
}

.information {
  background: linear-gradient(#2B266A 0%, #031D2D 35%);
  padding: 40px 0;
}
.information .card-information {
  position: relative;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1019607843);
  margin-bottom: 60px;
}
.information .card-information::before {
  content: "";
  border-radius: 30px;
  padding: 2px;
  padding-bottom: 0;
  inset: 0;
  position: absolute;
  background: linear-gradient(to bottom, #8438F1, white);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
}
.information .card-information .card-head {
  background-color: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -35px;
  inset-inline-start: 25px;
  z-index: 10;
}
.information .card-information .card-body {
  padding: 50px 40px 40px 30px;
  position: relative;
}
.information .card-information .card-body::before {
  content: "";
  border-radius: 30px;
  padding: 2px;
  padding-bottom: 0;
  inset: 0;
  position: absolute;
  background: linear-gradient(#8438F1, white);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.information .card-information .card-body .title {
  font-family: Unbounded;
  font-size: 17px;
  font-weight: 600;
  line-height: 21.49px;
  color: #FFFFFF;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}
.information .card-information .card-body .desc {
  font-family: Georama;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 10;
  position: relative;
}
.information .card-information .card-body .desc a {
  color: #8438F1;
  text-decoration: underline;
}

.footer {
  padding: 80px 0;
  background: linear-gradient(rgb(3, 29, 45), rgb(43, 38, 106));
}
.footer .foot-img {
  max-width: 220px;
}
@media (max-width: 768px) {
  .footer .foot-img {
    margin-bottom: 40px;
  }
}
.footer .linethrough {
  position: relative;
  z-index: 1;
  color: white;
  display: inline;
  font-family: Georama;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.49px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 10px;
  inset-inline-start: -15px;
}
@media (max-width: 768px) {
  .footer .linethrough {
    inset-inline-start: 0;
    top: 8px;
  }
}
.footer .linethrough::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgba(132, 56, 241, 0.5019607843);
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.footer .links-container {
  margin-top: 30px !important;
}
.footer .list-none {
  list-style-type: none;
  margin-top: 15px;
}
.footer .list-none .li-item a {
  transition: all 0.2s ease;
  display: inline-block;
  color: white;
  font-family: Georama;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.49px;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 15px;
}
.footer .list-none .li-item a:hover {
  color: #8438F1;
}
.footer .social {
  max-width: 277px;
  background: linear-gradient(130deg, #17214C 0%, #232865 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  border-radius: 30px;
  padding: 30px 15px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .footer .social {
    margin-left: unset;
  }
}
.footer .social a {
  margin-bottom: 20px;
  background-color: rgba(132, 56, 241, 0.3019607843);
  color: #FFFFFF;
  font-size: 13px;
  font-family: Unbounded;
  font-weight: 400;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px 8px 30px;
  width: 217px;
  border-radius: 30px;
}
.footer .social a:last-child {
  margin-bottom: 0;
}
.footer .copywrite {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.1px;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgb(132, 56, 241);
  padding-top: 60px;
  padding-bottom: 20px;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.1450980392) inset;
  box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.1450980392) inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

.careerApply .form-details .inputContainer.file.error {
  border: 2px solid #ff0000;
}
.careerApply .form-details .inputContainer.file.error * {
  stroke: #ff0000 !important;
}

:root {
  --iti-arrow-height: 4px !important;
  --iti-arrow-color: #fff !important;
  --iti-arrow-width: 10px !important;
  --iti-arrow-height: 7px !important;
  --iti-dropdown-bg: #48556d !important;
  --iti-dropdown-border-color: #48556d !important;
  --iti-border-width: 3px !important;
}

.iti {
  width: 100%;
  color: white !important;
  font-weight: 500;
}

.iti__selected-dial-code::after {
  content: ")";
}

.iti__selected-dial-code::before {
  content: "(";
}

.iti__selected-dial-code {
  color: white !important;
}

.iti--inline-dropdown .iti__dropdown-content {
  z-index: 100 !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem !important;
}

.iti__country-list::-webkit-scrollbar {
  width: 3px;
  border-radius: 100vw;
}

/* Track */
.iti__country-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2509803922);
  border-radius: 100vw;
}

/* Handle */
.iti__country-list::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 100vw;
}

.iti__dropdown-content {
  color: white !important;
}

.iti__search-input {
  background: #48556d;
  padding: 1rem;
  color: white;
}
.iti__search-input:focus {
  outline: none;
}

.choices__inner {
  padding: 6px;
  height: 60px;
  width: 100%;
  font-size: 1.2em;
  position: relative;
  font-weight: 500;
  background: linear-gradient(rgba(255, 255, 255, 0.1490196078), rgba(255, 255, 255, 0.2509803922)) !important;
  border: none;
  border-radius: 25px;
  color: white;
  flex-grow: 1;
}

.choices__inner::before {
  content: "";
  border-radius: 100vw;
  padding: 2px;
  padding-top: 0;
  inset: 0;
  position: absolute;
  background: linear-gradient(#8438F1, white);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.select2-container--default .select2-results > .select2-results__options {
  padding-right: 20px;
  padding-left: 20px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 3px;
  border-radius: 100vw;
}

/* Track */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2509803922);
  border-radius: 100vw;
}

/* Handle */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 100vw;
}

input {
  caret-color: white !important;
  position: relative;
}

.input {
  position: relative;
}
.input input {
  border: none !important;
}

.input::before {
  content: "";
  border-radius: 100vw;
  padding: 2px;
  padding-top: 0;
  inset: 0;
  position: absolute;
  background: linear-gradient(#8438F1, white);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.input::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/check.svg) no-repeat center;
  opacity: 0;
}

.input:has(input:user-valid)::after {
  opacity: 1;
}

.input:has(input:user-valid)::before {
  padding-top: 2px;
}

.custom-select {
  user-select: none;
}

.custom-select:has(.error)::before {
  background: linear-gradient(#FF1A27, #FFA2A7);
}

.input.error::before,
.input:has(input:user-invalid)::before,
.input:has(input:invalid)::before {
  padding-top: 2px;
  background: linear-gradient(#FF1A27, #FFA2A7);
}

.input.error *,
.input:has(input:user-invalid) *,
.input:has(input:invalid) * {
  stroke: #FF1111 !important;
}

.input.error::after,
.input:has(input:user-invalid)::after,
.input:has(input:invalid)::after {
  background: url(../img/alert.svg) no-repeat center !important;
  opacity: 1;
}

.form-control {
  background: linear-gradient(rgba(255, 255, 255, 0.1490196078), rgba(255, 255, 255, 0.2509803922)) !important;
  caret-color: white;
  border: 0;
  border-bottom: 2px solid white !important;
  box-shadow: none;
  color: white !important;
  outline: 0;
  padding: 14px 45px;
  padding-inline-start: 45px;
  position: relative;
}

.form-control:focus {
  background: linear-gradient(rgba(255, 255, 255, 0.1490196078), rgba(255, 255, 255, 0.2509803922));
}

.form-control ~ .icon-form {
  position: absolute;
  inset-inline-start: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.hero {
  background: linear-gradient(#031D2D, #2B266A);
  position: relative;
  z-index: 1;
  padding: 200px 0;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 130%;
  background-image: url(../img/bgMain.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .hero {
    padding: 120px 0;
    height: auto;
  }
}
.hero .hero-img {
  transform: translate(-20%, 10%);
}
.hero .hero-img .img-frame {
  position: relative;
}
.hero .hero-img .img-frame .img-frames {
  max-width: 433px;
}
.hero .hero-img .img-frame .img-men {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translate(50%, 20%);
  max-width: 212px;
}
.hero .hero-img .img-frame .search1, .hero .hero-img .img-frame .search4, .hero .hero-img .img-frame .search3, .hero .hero-img .img-frame .search2 {
  width: auto;
  backdrop-filter: blur(4px);
  background: linear-gradient(rgba(255, 255, 255, 0.1019607843) 10%, rgba(248, 243, 255, 0.1490196078) 15%);
  display: flex;
  align-items: center;
  position: absolute;
  top: 22%;
  left: -2%;
  border-radius: 40px;
  font-size: 24px;
  color: #FFFFFF;
  font-family: Unbounded;
  font-weight: 200;
}
.hero .hero-img .img-frame .search2 {
  backdrop-filter: unset;
  top: unset;
  bottom: 15%;
  left: -15%;
  filter: blur(3px);
  z-index: -1;
}
.hero .hero-img .img-frame .search3,
.hero .hero-img .img-frame .search4 {
  backdrop-filter: unset;
}
.hero .hero-img .img-frame .search3 {
  top: unset;
  bottom: 20%;
  left: unset;
  backdrop-filter: blur(4px);
  right: 0;
  z-index: 1;
}
.hero .hero-img .img-frame .search4 {
  left: unset;
  right: -11%;
  top: 38%;
  bottom: unset;
  filter: blur(2px);
  z-index: -1;
  font-size: 18px;
}
.hero .hero-img .img-frame .search1,
.hero .hero-img .img-frame .search2,
.hero .hero-img .img-frame .search3,
.hero .hero-img .img-frame .search4 {
  padding: 15px 25px;
  width: max-content;
  gap: 15px;
}

.recruitment {
  background: #2B266A;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .recruitment {
    padding: 60px 0;
  }
}
.recruitment .container {
  position: relative;
  z-index: 1;
}
.recruitment .recruitment-img {
  width: max-content;
  position: relative;
  max-width: 100%;
}
.recruitment .recruitment-img::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 60px;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(98, 42, 134, 0.3019607843), rgba(3, 29, 45, 0.3019607843));
  z-index: 2;
}
.recruitment .recruitment-img img {
  max-width: 555px;
  box-shadow: -25px 25px 0 rgba(132, 56, 241, 0.15);
  border-radius: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .recruitment .recruitment-content {
    margin: 50px 0;
  }
}
.recruitment .recruitment-content .title {
  font-size: 28px;
  font-weight: 600;
  font-family: Unbounded;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .recruitment .recruitment-content .title {
    font-size: 22px;
  }
}
.recruitment .recruitment-content .desc {
  font-size: 18px;
  font-weight: 500;
  font-family: Georama;
  color: #8438F1;
  line-height: 1.5;
  letter-spacing: 1px;
  max-width: 490px;
}
.recruitment .recruitment-content .desc::first-letter {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .recruitment .recruitment-content .desc {
    font-size: 16px;
  }
}
.recruitment .list-recruitment {
  margin-top: 40px;
}
.recruitment .list-recruitment .list-item, .recruitment .list-recruitment .list-item:nth-child(5), .recruitment .list-recruitment .list-item:nth-child(4), .recruitment .list-recruitment .list-item:nth-child(3), .recruitment .list-recruitment .list-item:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  font-family: Georama;
  background-color: #363171;
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 30px 30px 0 0;
  padding: 15px;
}
.recruitment .list-recruitment .list-item .icon {
  width: 40px;
  height: 40px;
  margin-inline-end: 20px;
  background-color: #2B266A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.recruitment .list-recruitment .list-item:nth-child(2) {
  border-radius: 0;
  background-color: #403c79;
}
.recruitment .list-recruitment .list-item:nth-child(3) {
  border-radius: 0;
  background-color: #4b4780;
}
.recruitment .list-recruitment .list-item:nth-child(4) {
  border-radius: 0;
  background-color: #555188;
}
.recruitment .list-recruitment .list-item:nth-child(5) {
  border-radius: 0 0 30px 30px;
  background-color: #605c8f;
}
.recruitment .btn-recruitment {
  margin-top: 40px;
}
.recruitment .btn-recruitment .btn-main {
  background-color: rgba(132, 56, 241, 0.2);
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  transition: background 0.2s;
}

.challenges {
  padding: 60px 0;
  background: linear-gradient(rgb(43, 38, 106), rgb(3, 29, 45));
  position: relative;
  z-index: 1;
}
.challenges::after {
  content: "";
  background-image: url("../img/bg2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.challenges .item {
  background-color: #FFFFFF;
  border-radius: 30px;
  border: 2px solid rgb(132, 56, 241);
  padding: 40px 40px 30px 40px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  box-shadow: 15px 15px 0 rgba(132, 56, 241, 0.1490196078);
}
.challenges .item .icon {
  width: 60px;
  height: 60px;
  background-color: #8438F1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -30px;
}
.challenges .item .item-body {
  text-align: center;
}
.challenges .item .item-body .title-item {
  font-size: 17px;
  font-family: Unbounded;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.challenges .item .item-body .desc {
  font-size: 18px;
  font-weight: 400;
  font-family: Georama;
  color: rgba(3, 29, 45, 0.7);
}
@media (min-width: 1024px) {
  .challenges .item .item-body .desc {
    font-size: 15px;
  }
}

.get-matched {
  background-color: rgb(3, 29, 45);
  padding: 60px 0;
}
.get-matched .splide {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .get-matched .splide .splide__slide {
    min-width: 380px;
  }
}
.get-matched .splide .splide__slide .slider-card {
  border-radius: 30px;
  position: relative;
  height: 340px;
  transition: all 0.5s;
  overflow: hidden;
}
.get-matched .splide .splide__slide .slider-card img {
  width: 100%;
  height: 100%;
}
.get-matched .splide .splide__slide .slider-card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.0901960784), rgba(43, 38, 106, 0.4509803922), rgba(3, 29, 45, 0.8980392157));
  z-index: 1;
  transition: opacity 0.3s;
}
.get-matched .splide .splide__slide .slider-card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.3019607843), #8438F1);
  z-index: 1;
  transition: opacity 0.3s;
  opacity: 0;
}
.get-matched .splide .splide__slide .slider-card .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 30px 40px;
  display: flex;
  align-items: end;
}
.get-matched .splide .splide__slide .slider-card .overlay .content {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.get-matched .splide .splide__slide .slider-card .overlay .content .icon img {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}
.get-matched .splide .splide__slide .slider-card .overlay .content .title {
  font-size: 17px;
  font-weight: 600;
  font-family: Unbounded;
}
@media (min-width: 767px) {
  .get-matched .splide .splide__slide .slider-card .overlay .content .title {
    font-size: 14px;
  }
}
.get-matched .splide .splide__slide .slider-card .overlay .content .desc {
  font-size: 16px;
  font-weight: 500;
  font-family: Georama;
}
@media (min-width: 767px) {
  .get-matched .splide .splide__slide .slider-card .overlay .content .desc {
    font-size: 13px;
  }
}
.get-matched .splide .splide__slide .slider-card .overlay .button {
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.get-matched .splide .splide__slide .slider-card .overlay .button .btn-view {
  width: 48px;
  height: 48px;
  border-radius: 30px;
  box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.5019607843);
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Unbounded;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  padding: 10px;
}
.get-matched .splide .splide__slide .slider-card .overlay .button .btn-view .text {
  position: absolute;
  left: 0;
  opacity: 0;
  color: #8438F1;
  font-size: 15px;
  font-weight: 600;
  transition-duration: 0.1s;
  text-wrap: nowrap;
  display: inline-block;
}
.get-matched .splide .splide__slide .slider-card:hover::after {
  opacity: 1;
}
.get-matched .splide .splide__slide .slider-card:hover::before {
  opacity: 0;
}
.get-matched .splide .splide__slide .slider-card:hover .button .btn-view {
  width: max-content;
  max-width: 100%;
  transition-duration: 0.3s;
  justify-content: space-between;
  padding: 14px 24px;
}
.get-matched .splide .splide__slide .slider-card:hover .button .btn-view .text {
  opacity: 1;
  transition-duration: 0.3s;
  padding-right: 10px;
  position: unset;
}
.get-matched .splide .splide__pagination {
  display: none;
}
.get-matched .splide .splide__arrows {
  position: absolute;
  bottom: 0;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .get-matched .splide .splide__arrows {
    left: 20%;
  }
}
.get-matched .splide .splide__arrows .splide__arrow {
  width: 48px;
  height: 48px;
  background-color: #8438F1;
  border: 2px solid #FFFFFF;
}
.get-matched .splide .splide__arrows .splide__arrow--prev {
  inset-inline-start: 0;
}
.get-matched .splide .splide__arrows .splide__arrow--next {
  inset-inline-end: 1em;
}
.get-matched .splide .btn-view-more {
  background-color: #FFFFFF;
  color: #8438F1;
  font-size: 15px;
  letter-spacing: 0.1px;
  font-family: Unbounded;
  font-weight: 500;
  border-radius: 30px;
  border: 2px solid #FFFFFF;
  margin-top: 60px;
  padding: 15px 40px;
  position: absolute;
  inset-inline-end: 10em;
  bottom: -2em;
}
@media screen and (max-width: 768px) {
  .get-matched .splide .btn-view-more {
    inset-inline-end: 1em;
  }
}

.out-source {
  background: linear-gradient(#031D2D, #2B266A);
  padding: 120px 0 60px 0;
  z-index: 0;
  position: relative;
}
.out-source .title-content-header {
  margin-bottom: 100px;
  text-align: center;
}
.out-source .out-img-container {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .out-source .out-img-container {
    margin-bottom: 100px;
  }
}
.out-source .out-img {
  overflow: hidden;
  border-radius: 60px;
  box-shadow: -25px 25px 0 rgba(132, 56, 241, 0.15);
  border-radius: 70px;
  position: relative;
  margin-bottom: 80px;
}
.out-source .out-img::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(98, 42, 134, 0.2), rgba(3, 29, 45, 0.2));
  z-index: 2;
}
.out-source .card {
  background: rgb(43, 38, 106);
  position: relative;
  border-radius: 30px;
  padding: 50px 27px 10px 27px;
  color: white;
  margin-bottom: 50px;
  max-width: 380px;
  min-height: 192px;
}
.out-source .card::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 30px;
  background-image: linear-gradient(180deg, #ffffff, #8438f1);
  z-index: -1;
}
@media (max-width: 768px) {
  .out-source .card {
    margin-bottom: 60px;
  }
}
.out-source .card .header-card {
  font-family: Unbounded;
  font-size: 17px;
  font-weight: 600;
  line-height: 20.4px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 25px;
}
.out-source .card .card-body {
  font-family: Georama;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.49px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #bdbcd1;
}
.out-source .card .card-icon {
  position: absolute;
  inset: 0;
  top: -40px;
}
.out-source .btn-out {
  padding: 12px 24px;
  font-size: 13px;
  color: white;
  font-family: Unbounded;
  font-weight: 400;
  background-color: rgb(132, 56, 241);
  box-shadow: 0 0 12px rgba(132, 56, 241, 0.2);
  border-radius: 30px;
}
.out-source .btn-out span {
  margin-inline-start: 16px;
}
.out-source .btn-out:hover {
  background-color: white;
  color: rgb(132, 56, 241);
  box-shadow: 0 0 12px rgba(132, 56, 241, 0.2);
}
.out-source .btn-out:hover span svg {
  stroke: white;
  fill: white;
}

.simpleSteps {
  background: linear-gradient(#2B266A, #031D2D);
  padding: 120px 0 60px 0;
}
.simpleSteps .list-simple {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .simpleSteps .list-simple {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
}
.simpleSteps .list-simple .list-text {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  font-family: Georama;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .simpleSteps .list-simple .list-text {
    font-size: 14px;
  }
}
.simpleSteps .list-simple .list-text::after {
  content: "";
  padding: 3px 2px;
  background-color: #8438f1;
  margin: 0 12px;
}
@media (max-width: 767px) {
  .simpleSteps .list-simple .list-text::after {
    display: none;
  }
}
.simpleSteps .list-simple .list-text:last-child::after {
  display: none;
}
.simpleSteps .card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: #FFFFFF;
  padding: 38px;
}
@media (max-width: 768px) {
  .simpleSteps .card {
    padding: 25px;
    margin-bottom: 20px;
  }
}
.simpleSteps .card .card-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.simpleSteps .card .card-icon .num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #8438F1;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
  font-family: Unbounded;
  box-shadow: 0 0 8px #8438F1;
}
.simpleSteps .card .header-card {
  font-family: Unbounded;
  font-size: 17px;
  font-weight: 600;
  line-height: 20.4px;
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
  margin: 10px 0;
}
.simpleSteps .card .card-body {
  font-family: Georama;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.49px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #bdbcd1;
  padding: 5px;
}
.simpleSteps .card-parent:nth-child(1) {
  position: relative;
}
@media (min-width: 992px) {
  .simpleSteps .card-parent:nth-child(1)::before {
    content: "";
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 2px;
    padding-bottom: 0;
    inset: 0;
    position: absolute;
    background: linear-gradient(130deg, #8438F1 0%, white 70%, white);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }
}
.simpleSteps .card-parent:nth-child(1) .card {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  border: none;
}
@media (max-width: 768px) {
  .simpleSteps .card-parent:nth-child(1) .card {
    border-radius: 0 !important;
    border-bottom: unset;
    border: 1px solid #8438F1;
  }
}
.simpleSteps .card-parent:nth-child(2) {
  position: relative;
}
.simpleSteps .card-parent:nth-child(2) .card {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  border: none;
  border-width: 2px;
}
@media (min-width: 992px) {
  .simpleSteps .card-parent:nth-child(2) .card {
    border-bottom: 2px solid white;
  }
}
@media (max-width: 768px) {
  .simpleSteps .card-parent:nth-child(2) .card {
    border-right: unset;
    border-top: unset;
    border: 1px solid #8438F1;
    border-radius: 0;
  }
}
.simpleSteps .card-parent:nth-child(3) {
  position: relative;
}
@media (min-width: 992px) {
  .simpleSteps .card-parent:nth-child(3)::before {
    content: "";
    padding: 2px;
    padding-bottom: 0;
    inset: 0;
    position: absolute;
    background: linear-gradient(130deg, #8438F1 0%, white 70%, white);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }
}
.simpleSteps .card-parent:nth-child(3) .card {
  border: none;
}
@media (max-width: 768px) {
  .simpleSteps .card-parent:nth-child(3) .card {
    border-bottom: unset;
    border: 1px solid #8438F1;
  }
}
.simpleSteps .card-parent:nth-child(4) {
  position: relative;
}
@media (min-width: 992px) {
  .simpleSteps .card-parent:nth-child(4)::before {
    content: "";
    padding: 2px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-left: 0;
    padding-top: 0;
    inset: 0;
    position: absolute;
    background: linear-gradient(-85deg, #8438F1 0%, white 70%, white);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }
}
.simpleSteps .card-parent:nth-child(4) .card {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border: none;
  height: 100%;
}
@media (max-width: 768px) {
  .simpleSteps .card-parent:nth-child(4) .card {
    border-top: unset;
    border-radius: unset;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
    border: 1px solid #8438F1;
  }
}
.simpleSteps .btn-main {
  background: rgba(132, 56, 241, 0.3);
  border-color: white;
  color: white;
  border-width: 2px;
  font-family: Unbounded;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.6px;
  letter-spacing: 0.1em;
  text-align: center;
}

.faq {
  background: rgb(3, 29, 45);
}
.faq .faq-img {
  box-shadow: -25px 25px 0 rgba(132, 56, 241, 0.15);
  border-radius: 70px;
  position: relative;
}
@media (max-width: 768px) {
  .faq .faq-img {
    margin-bottom: 40px;
  }
}
.faq .faq-img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: 70px;
  background: linear-gradient(180deg, rgba(98, 42, 134, 0.3) 0%, rgba(3, 29, 45, 0.2) 100%);
}
.faq .faq-img img {
  border-radius: 70px;
}
.faq .accordion .accordion-item {
  background-color: transparent;
  border: none;
}
.faq .accordion .accordion-item .accordion-body {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 18px;
  font-family: Georama;
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
  font-family: Georama;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.49px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 40px;
  background-color: rgba(98, 42, 134, 0.3);
  box-shadow: none;
}
.faq .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.faq .accordion .accordion-item .accordion-header .accordion-button .accordion-icon {
  width: 50px;
  height: 50px;
  transition: all 0.2s;
  background-color: #2B266A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 8px #2B266A;
}
.faq .accordion .accordion-item .accordion-header .accordion-button .accordion-icon svg {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
.faq .accordion .accordion-item .accordion-header .accordion-button .accordion-icon svg path {
  stroke: white;
}
@media (max-width: 767px) {
  .faq .accordion .accordion-item .accordion-header .accordion-button .accordion-icon {
    width: 30px;
    height: 30px;
  }
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .accordion-icon {
  background-color: #FFFFFF;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .accordion-icon svg {
  transform: rotate(0deg);
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .accordion-icon svg path {
  stroke: #8438F1;
}
@media (max-width: 767px) {
  .faq .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    padding: 15px;
  }
}
.faq .accordion .accordion-item:nth-child(1) .accordion-button {
  background: rgba(132, 56, 241, 0.5019607843);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.faq .accordion .accordion-item:nth-child(1) .accordion-body {
  background: rgba(132, 56, 241, 0.5019607843);
}
.faq .accordion .accordion-item:nth-child(2) .accordion-button {
  background: rgba(3, 29, 45, 0.5019607843);
}
.faq .accordion .accordion-item:nth-child(2) .accordion-button .accordion-body {
  background: rgba(3, 29, 45, 0.5019607843);
}
.faq .accordion .accordion-item:nth-child(3) .accordion-button {
  background: rgba(255, 255, 255, 0.11);
}
.faq .accordion .accordion-item:nth-child(3) .accordion-body {
  background: rgba(255, 255, 255, 0.11);
}
.faq .accordion .accordion-item:nth-child(4) .accordion-button {
  background: rgba(255, 255, 255, 0.14);
}
.faq .accordion .accordion-item:nth-child(4) .accordion-body {
  background: rgba(255, 255, 255, 0.14);
}
.faq .accordion .accordion-item:nth-child(5) .accordion-button {
  background: rgba(255, 255, 255, 0.17);
}
.faq .accordion .accordion-item:nth-child(5) .accordion-body {
  background: rgba(255, 255, 255, 0.17);
}
.faq .accordion .accordion-item:nth-child(6) .accordion-button {
  background: rgba(255, 255, 255, 0.2);
}
.faq .accordion .accordion-item:nth-child(6) .accordion-body {
  background: rgba(255, 255, 255, 0.2);
}
.faq .accordion .accordion-item:nth-child(7) .accordion-button {
  background: rgba(255, 255, 255, 0.23);
}
.faq .accordion .accordion-item:nth-child(7) .accordion-body {
  background: rgba(255, 255, 255, 0.23);
}
.faq .accordion .accordion-item:nth-child(8) .accordion-button {
  background: rgba(255, 255, 255, 0.26);
}
.faq .accordion .accordion-item:nth-child(8) .accordion-body {
  background: rgba(255, 255, 255, 0.26);
}
.faq .accordion .accordion-item:nth-child(9) .accordion-button {
  background: rgba(255, 255, 255, 0.28);
}
.faq .accordion .accordion-item:nth-child(9) .accordion-body {
  background: rgba(255, 255, 255, 0.28);
}
.faq .accordion .accordion-item:nth-child(10) .accordion-button {
  background: rgba(255, 255, 255, 0.32);
}
.faq .accordion .accordion-item:nth-child(10) .accordion-body {
  background: rgba(255, 255, 255, 0.32);
}
.faq .accordion .accordion-item:last-child .accordion-button {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: all 0.9s;
  transition-delay: 0.2s;
}
.faq .accordion .accordion-item:last-child .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0s;
}
.faq .accordion .accordion-item:last-child .accordion-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.faq .accordion .accordion-collapse .accordion-body {
  padding: 0 40px 40px;
}
@media (max-width: 767px) {
  .faq .accordion .accordion-collapse .accordion-body {
    padding: 15px;
  }
}
.faq .accordion .accordion-collapse .accordion-body p {
  font-family: Georama;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.49px;
  letter-spacing: 0.03em;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .faq .accordion .accordion-collapse .accordion-body p {
    font-size: 14px;
  }
}
.faq .accordion .accordion-item:nth-child(2) .accordion-button {
  background-color: rgba(255, 255, 255, 0.08) !important;
}
.faq .accordion .accordion-item:nth-child(2) .accordion-body {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.apply {
  height: 100vh;
  background: linear-gradient(#2B266A, #031D2D);
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apply::after {
  content: "";
  background-image: url(../img/group.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.timeline {
  background: linear-gradient(#2B266A, #031D2D);
}
.timeline .timelineBoxContainer {
  padding: 70px 0;
}
.timeline .timelineBoxContainer > div > div {
  margin-top: -2px;
  position: relative;
}
@media (max-width: 768px) {
  .timeline .timelineBoxContainer > div > div:nth-child(even) {
    transform: translateX(1rem);
  }
  .timeline .timelineBoxContainer > div > div:nth-child(odd) {
    transform: translateX(-1rem);
  }
}
.timeline .timelineBoxContainer > div > div:nth-child(odd) span.color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  max-width: 92% !important;
  width: 59% !important;
  height: 100% !important;
  padding: 3px !important;
  padding-bottom: 0 !important;
  background: linear-gradient(130deg, #8538f1 10%, white 58.9%, transparent 0%) !important;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff) !important;
  mask-composite: exclude !important;
  left: -0.8% !important;
  top: -1px !important;
}
.timeline .timelineBoxContainer > div > div:nth-child(even) span.color {
  border-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  position: absolute !important;
  max-width: 92% !important;
  width: 100% !important;
  height: 100% !important;
  padding: 3px !important;
  padding-bottom: 0 !important;
  background: linear-gradient(-130deg, #8538f1 10%, white 58.9%, transparent 0%) !important;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff) !important;
  mask-composite: exclude !important;
  right: -0.8% !important;
  top: -1px !important;
}
.timeline .timelineBoxContainer > div > div .timelineBox {
  position: relative;
  padding: 35px 50px;
}
.timeline .timelineBoxContainer > div > div .timelineBox svg {
  position: absolute;
  top: -40px;
  z-index: 3;
}
.timeline .timelineBoxContainer > div > div .timelineBox h3 {
  font-size: 20px;
  font-weight: bolder;
  color: #FFFFFF;
}
.timeline .timelineBoxContainer > div > div .timelineBox p {
  font-size: 16px;
  color: #bbb;
  margin: 0;
}
.timeline .timelineBoxContainer > div > div:nth-child(even) {
  margin-left: auto;
}
.timeline .timelineBoxContainer > div > div:nth-child(even) .timelineBox {
  border: 2px solid #fff;
  border-inline-start: none;
  border-radius: 0 25px 25px 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.1882352941), transparent);
}
.timeline .timelineBoxContainer > div > div:nth-child(odd) .timelineBox {
  border: 2px solid #fff;
  border-inline-end: none;
  border-radius: 25px 0 0 25px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1882352941), transparent);
}
.timeline .timelineBoxContainer > div > div:first-child .timelineBox::before, .timeline .timelineBoxContainer > div > div:last-child .timelineBox::before {
  content: "";
  position: absolute;
  height: 70px;
  left: 100%;
  width: 2px;
  background-color: white;
  top: -69px;
}
.timeline .timelineBoxContainer > div > div:first-child .timelineBox::after, .timeline .timelineBoxContainer > div > div:last-child .timelineBox::after {
  content: "";
  position: absolute;
  border: 5px solid #8439f1;
  border-radius: 50%;
  padding: 2px;
  left: calc(100% - 6px);
  top: -80px;
}
.timeline .timelineBoxContainer > div > div:last-child .timelineBox::after {
  bottom: -80px;
  top: unset;
  left: -6px;
}
.timeline .timelineBoxContainer > div > div:last-child .timelineBox::before {
  bottom: -70px;
  left: 0;
  top: unset;
}

.ourGoal {
  background: linear-gradient(#031D2D, #2B266A);
  padding: 70px 0;
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}
.ourGoal .content {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  color: black;
  padding: 50px;
  background-color: #F8F3FF;
  background-size: 100% 100%;
  background-image: url(../img/goal-mask.png);
  background-repeat: no-repeat;
  border-radius: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ourGoal .content h2 {
  text-transform: uppercase;
}
.ourGoal .content p {
  color: rgba(3, 29, 45, 0.7);
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 768px) {
  .ourGoal .content {
    flex-direction: column;
    align-items: start;
    padding: 30px;
  }
}
.ourGoal .content button {
  background-color: #8439f1 !important;
  color: white;
}
@media (max-width: 768px) {
  .ourGoal .content button {
    margin-top: 30px;
  }
}
.ourGoal .content button svg {
  margin-left: 10px;
}
.ourGoal .content::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 98%;
  background-color: rgba(255, 255, 255, 0.1254901961);
  top: 30px;
  border-radius: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.ourGoal .content::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 96%;
  background-color: rgba(255, 255, 255, 0.1254901961);
  top: 60px;
  border-radius: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.ourGoal .content .head h2 {
  font-family: Unbounded;
  font-size: 44px;
  font-weight: 800;
}

.talent {
  background: linear-gradient(#2B266A, #031D2D);
}
.talent .talentBoxContainer {
  padding: 70px 0;
}
.talent .talentBoxContainer .talentBox {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 35px;
  color: black;
  padding: 20px;
  padding-top: 40px;
  position: relative;
  margin-bottom: 50px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 80%;
}
.talent .talentBoxContainer .talentBox::before {
  content: "";
  border-radius: 30px;
  padding: 2px;
  padding-bottom: 0;
  inset: 0;
  position: absolute;
  background: linear-gradient(#8438F1, white);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.talent .talentBoxContainer .talentBox svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.talent .talentBoxContainer .talentBox h3 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
}
.talent .talentBoxContainer .talentBox p {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  max-width: 450px;
}

.ourPromise {
  background: linear-gradient(#031D2D, #2B266A, #031D2D);
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .ourPromise {
    padding-bottom: 70px;
  }
}
.ourPromise .ourPromisBoxContainer {
  position: relative;
}
.ourPromise .ourPromisBoxContainer .pin-1 {
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: white;
  bottom: -50px;
  transform: translateX(-50%);
}
.ourPromise .ourPromisBoxContainer .pin-1 .dot {
  position: absolute;
  padding: 2px;
  border: 5px solid #8439f1;
  background-color: rgb(43, 38, 106);
  border-radius: 50%;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .ourPromise .ourPromisBoxContainer .pin-1 {
    display: none;
  }
}
.ourPromise .ourPromisBoxContainer .pin-2 {
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: white;
  bottom: -50px;
  transform: translateX(-50%);
}
.ourPromise .ourPromisBoxContainer .pin-2 .dot {
  position: absolute;
  padding: 2px;
  border: 5px solid #8439f1;
  background-color: rgb(43, 38, 106);
  border-radius: 50%;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .ourPromise .ourPromisBoxContainer .pin-2 {
    display: none;
  }
}
.ourPromise .ourPromisBoxContainer .pin-3 {
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: white;
  bottom: -50px;
  transform: translateX(-50%);
}
.ourPromise .ourPromisBoxContainer .pin-3 .dot {
  position: absolute;
  padding: 2px;
  border: 5px solid #8439f1;
  background-color: rgb(43, 38, 106);
  border-radius: 50%;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .ourPromise .ourPromisBoxContainer .pin-3 {
    display: none;
  }
}
.ourPromise .ourPromisBoxContainer .pin-1 {
  left: 11.75%;
}
.ourPromise .ourPromisBoxContainer .pin-2 {
  left: 50%;
}
.ourPromise .ourPromisBoxContainer .pin-3 {
  left: 88.25%;
}
.ourPromise .ourPromisBoxContainer::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 76.5%;
  left: 50%;
  background-color: white;
  bottom: -50px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .ourPromise .ourPromisBoxContainer::before {
    display: none;
  }
}
.ourPromise .ourPromisBoxContainer .ourPromiseBox {
  background-image: url(../img/ourPromiseCard.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0;
  position: relative;
}
.ourPromise .ourPromisBoxContainer .ourPromiseBox p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}

.accountant {
  background: linear-gradient(#031D2D, #2B266A);
  padding: 100px 0;
  z-index: 1;
  position: relative;
}
.accountant::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bgMain.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  z-index: -1;
}
.accountant .nav {
  background: linear-gradient(rgba(255, 255, 255, 0.1882352941), rgba(255, 255, 255, 0.1098039216));
  border-radius: 30px;
  border: 2px 0 2px 2px;
  align-items: center;
  margin-bottom: 80px;
}
.accountant .nav span {
  margin-inline-end: 10px;
}
.accountant .nav a {
  position: relative;
  color: #8438F1;
  font-size: 13px;
}
.accountant .nav a:first-child::after {
  display: none;
}
.accountant .nav a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #FFFFFF;
  top: 50%;
  inset-inline-start: -4px;
  margin-inline-end: 10px;
}
.accountant .nav a.active {
  color: #FFFFFF;
}
.accountant .accountant-img {
  padding: 20px;
  background: linear-gradient(90deg, rgb(57, 58, 112) 0%, rgba(57, 58, 112, 0) 100%) padding-box, linear-gradient(90deg, rgb(111, 58, 203) 30%, rgba(111, 58, 203, 0) 100%) border-box;
  border: 3px solid transparent;
  border-radius: 28px;
}
.accountant .accountant-img img {
  border-radius: 35px;
}
.accountant .accountant-info {
  padding: 40px;
  background: linear-gradient(0deg, rgb(57, 58, 112) 0%, rgb(57, 58, 112) 100%) padding-box, linear-gradient(0deg, rgb(111, 58, 203) 30%, rgb(255, 255, 255) 100%) border-box;
  border: 3px solid transparent;
  border-radius: 25px;
}
.accountant .accountant-info .head h1 {
  font-family: Unbounded;
  font-size: 28px;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 10px;
}
.accountant .accountant-info .head p {
  color: #FFFFFF;
  margin-top: 10px;
  font-family: Unbounded;
  font-size: 17px;
}
.accountant .accountant-info .desc {
  margin: 30px 0;
  font-family: Georama;
  font-weight: 500;
  color: #8438F1;
}
.accountant .accountant-info .desc h3 {
  font-size: 18px;
  color: #8438F1;
  margin-bottom: 10px;
}
.accountant .accountant-info .desc p {
  font-size: 18px;
  color: #FFFFFF;
}
.accountant .accountant-info ul h3 {
  font-family: Georama;
  font-weight: 500;
  color: #8438F1;
  font-size: 18px;
}
.accountant .accountant-info ul li {
  margin-top: 15px;
}
.accountant .accountant-info ul li p {
  font-size: 17px;
  font-family: Georama;
  color: #FFFFFF;
}

.source {
  background: linear-gradient(#2B266A, #031D2D);
}
.source .sourceBoxContainer {
  padding: 70px 0;
}
.source .sourceBoxContainer .sourceBox {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%) padding-box, linear-gradient(180deg, rgb(111, 58, 203) 30%, rgb(255, 255, 255) 100%) border-box;
  border: 3px solid transparent;
  border-radius: 35px;
  background-color: white;
  color: black;
  padding: 20px;
  padding-top: 40px;
  position: relative;
  box-shadow: 10px 10px #242460;
  margin-bottom: 50px;
}
.source .sourceBoxContainer .sourceBox h3 {
  font-family: Unbounded;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.source .sourceBoxContainer .sourceBox p {
  font-family: Georama;
  color: rgba(3, 29, 45, 0.7);
  font-weight: 400;
  margin-top: 10px;
}
.source .sourceBoxContainer .sourceBox svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.careerApply {
  background: linear-gradient(#2B266A, #031D2D);
}
.careerApply .form-details {
  margin-top: 70px;
  background: rgba(255, 255, 255, 0.1);
  border: 3px solid transparent;
  position: relative;
  border-radius: 33px;
  box-shadow: 0 0 12px 0 rgba(132, 56, 241, 0.5019607843);
}
.careerApply .form-details::before {
  content: "";
  border-radius: 30px;
  padding: 2px;
  inset: 0;
  position: absolute;
  background: linear-gradient(#8438F1, white);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.careerApply .form-details .head-form {
  background: rgba(132, 56, 241, 0.5019607843);
  box-shadow: 0 8px 8px rgba(3, 29, 45, 0.1490196078);
  border-radius: 30px 30px 0 0;
  display: flex;
  justify-content: center;
  padding: 25px 0;
}
.careerApply .form-details .head-form .title-form {
  color: white;
  font-size: 20px;
}
.careerApply .form-details form {
  padding: 45px;
}
.careerApply .form-details .inputContainer {
  background: linear-gradient(rgba(255, 255, 255, 0.1490196078), rgba(255, 255, 255, 0.2509803922));
  border-bottom: 2px solid white;
  box-shadow: none;
  color: white;
  outline: 0;
  padding-inline-start: 25px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 20px;
  padding-right: 20px;
  width: 100%;
}
.careerApply .form-details .inputContainer input,
.careerApply .form-details .inputContainer select {
  padding: 15px 0;
  background-color: transparent;
  border: 0;
  color: white;
}
.careerApply .form-details .inputContainer select {
  height: 50px;
}
.careerApply .form-details .inputContainer.select {
  border: 2px solid white;
}
.careerApply .form-details .inputContainer input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.careerApply .form-details .inputContainer.file {
  background-color: white;
  color: black;
  font-weight: 500;
  transition: all 0.2s;
  border: none;
}
.careerApply .form-details .inputContainer.file .file-icon {
  display: none;
}
.careerApply .form-details .inputContainer.file:hover {
  color: #8438F1;
}
.careerApply .form-details .inputContainer.file label {
  line-clamp: 1.5;
  -webkit-line-clamp: 1;
}
.careerApply .form-details .inputContainer.active-file {
  cursor: default;
  background-color: #8438F1;
  color: white;
}
.careerApply .form-details .inputContainer.active-file input {
  cursor: default;
  pointer-events: none;
}
.careerApply .form-details .inputContainer.active-file:hover {
  color: white;
}
.careerApply .form-details .inputContainer.active-file .file-icon {
  display: block;
}
.careerApply .form-details .inputContainer.active-file .close-icon {
  cursor: pointer;
  margin-left: auto;
}
.careerApply .form-details .inputContainer.active-file .upload-icon {
  display: none;
}
.careerApply .form-details input[type=checkbox]:checked::before {
  background-color: #8438F1;
}
.careerApply .form-details input[type=checkbox]::before {
  content: "";
  position: absolute;
  border: 3px solid #8438f1;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  left: -2px;
  top: -2px;
}
.careerApply .form-details select {
  border: 2px solid white;
}
.careerApply .form-details textarea {
  width: 100%;
  margin-top: 20px;
  border-radius: 30px;
  padding: 20px;
}
.careerApply .form-details .btn {
  background-color: #8438f1;
  color: white;
  font-family: Unbounded;
  font-size: 15px;
  z-index: 50;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 2.5rem !important;
}
.careerApply .form-details .confirm-text label {
  font-size: 16px;
  font-family: Georama;
  color: white;
  margin-top: 40px;
}

@media (max-width: 768px) {
  br {
    display: none;
  }
}
.datepicker__prev:hover,
.datepicker__next:hover,
page__prev:hover {
  background-color: #8438F1 !important;
}
.datepicker__prev:hover svg,
.datepicker__next:hover svg,
page__prev:hover svg {
  pointer-events: none;
}
.datepicker__prev:hover path,
.datepicker__next:hover path,
page__prev:hover path {
  stroke: white !important;
}

.datepicker__prev,
.datepicker__next {
  visibility: hidden;
}

.datepicker__prev,
.datepicker__next,
.page__prev {
  transition: background-color 0.2s ease-in-out;
  background-image: none !important;
  display: flex !important;
  width: 40px !important;
  height: 40px !important;
  align-items: center;
  justify-content: center;
  background-color: white !important;
  box-shadow: 0 0 8px 0 #2B266A;
  margin: 0 1rem;
}
.datepicker__prev svg,
.datepicker__prev path,
.datepicker__next svg,
.datepicker__next path,
.page__prev svg,
.page__prev path {
  transition: 0.2 ease-in-out;
}

.page__prev {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 50%;
  z-index: 1;
}

.page__prev:hover {
  background-color: #8438F1 !important;
}
.page__prev:hover svg {
  pointer-events: none;
}
.page__prev:hover path {
  stroke: white !important;
}

.datepicker__header {
  margin-top: 1rem !important;
}

.datepicker__day.is-otherMonth {
  opacity: 0;
}

.datepicker .datepicker__wrapper table .datepicker__day.is-today {
  color: transparent !important;
}

.is-today ~ .datepicker__day:not(.is-selected) div,
tr:has(.is-today) ~ tr .datepicker__day:not(.is-selected) div,
.datepicker__day.is-available:not(.is-selected):not(.is-selected) div {
  background-color: white !important;
}
.is-today ~ .datepicker__day:not(.is-selected) div span,
tr:has(.is-today) ~ tr .datepicker__day:not(.is-selected) div span,
.datepicker__day.is-available:not(.is-selected):not(.is-selected) div span {
  color: #8438F1 !important;
}

input:focus {
  box-shadow: none !important;
}

select:focus-visible {
  outline: none;
}

select option {
  background-color: #515772;
}

input::placeholder {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}

.hero .hero-img .img-frame .search1, .hero .hero-img .img-frame .search2, .hero .hero-img .img-frame .search3, .hero .hero-img .img-frame .search4 {
  animation: animate-pill-1 10s ease-in-out infinite;
}

.hero .hero-img .img-frame .search2 {
  animation: animate-pill-4 10s ease-in-out infinite;
}

.hero .hero-img .img-frame .search3 {
  animation: animate-pill-3 10s ease-in-out infinite;
}

.hero .hero-img .img-frame .search4 {
  animation: animate-pill-2 10s ease-in-out infinite;
}

@keyframes animate-pill-1 {
  0%, 100% {
    top: 22%;
    right: unset;
    bottom: unset;
    left: -2%;
    filter: blur(0);
    transform: scale(1);
    z-index: -1;
  }
  17% {
    top: 38%;
    left: 46%;
    filter: blur(4px);
    transform: scale(0.6);
    z-index: -1;
  }
  34% {
    top: 50%;
    left: 77%;
    filter: blur(2px);
    transform: scale(0.8);
    z-index: 1;
  }
  51% {
    top: 65%;
    left: 40%;
    filter: blur(0);
    transform: scale(1);
    z-index: 1;
  }
  68% {
    top: 101%;
    left: 9%;
    transform: scale(1);
  }
  85% {
    top: 70%;
    left: -15%;
    filter: blur(3px);
    transform: scale(1);
    z-index: -1;
  }
}
@keyframes animate-pill-2 {
  0%, 100% {
    top: 38%;
    left: 46%;
    filter: blur(4px);
    transform: scale(0.6);
    z-index: -1;
  }
  17% {
    top: 50%;
    left: 77%;
    filter: blur(2px);
    transform: scale(0.8);
    z-index: 1;
  }
  34% {
    top: 65%;
    left: 40%;
    filter: blur(0);
    transform: scale(1);
    z-index: 1;
  }
  51% {
    top: 101%;
    left: 9%;
    transform: scale(1);
  }
  68% {
    top: 70%;
    left: -15%;
    filter: blur(3px);
    transform: scale(1);
    z-index: -1;
  }
  85% {
    top: 22%;
    right: unset;
    bottom: unset;
    left: -2%;
    filter: blur(0);
    transform: scale(1);
    z-index: -1;
  }
}
@keyframes animate-pill-3 {
  0%, 100% {
    left: unset;
    bottom: unset;
    top: 65%;
    left: 40%;
    filter: blur(0);
    transform: scale(1);
    z-index: 1;
  }
  17% {
    top: 101%;
    left: 9%;
    transform: scale(1);
  }
  34% {
    top: 70%;
    left: -15%;
    filter: blur(3px);
    transform: scale(1);
    z-index: -1;
  }
  51% {
    top: 22%;
    right: unset;
    bottom: unset;
    left: -2%;
    filter: blur(0);
    transform: scale(1);
    z-index: -1;
  }
  68% {
    bottom: unset;
    right: unset;
    top: 38%;
    left: 46%;
    filter: blur(4px);
    transform: scale(0.6);
    z-index: -1;
  }
  85% {
    top: 50%;
    left: 77%;
    filter: blur(2px);
    transform: scale(0.8);
    z-index: 1;
  }
}
@keyframes animate-pill-4 {
  0%, 100% {
    bottom: unset;
    right: unset;
    top: 70%;
    left: -15%;
    filter: blur(3px);
    transform: scale(1);
    z-index: -1;
  }
  17% {
    top: 22%;
    right: unset;
    bottom: unset;
    left: -2%;
    filter: blur(0);
    transform: scale(1);
    z-index: -1;
  }
  34% {
    bottom: unset;
    right: unset;
    top: 38%;
    left: 46%;
    filter: blur(4px);
    transform: scale(0.6);
    z-index: -1;
  }
  51% {
    top: 50%;
    left: 77%;
    filter: blur(2px);
    transform: scale(0.8);
    z-index: 1;
  }
  68% {
    left: unset;
    bottom: unset;
    top: 65%;
    left: 40%;
    filter: blur(0);
    transform: scale(1);
    z-index: 1;
  }
  85% {
    top: 101%;
    left: 9%;
    transform: scale(1);
  }
}
.main__button__hover {
  transition: 0.2s ease-in-out;
}
.main__button__hover::before {
  transition: 0.2s ease-in-out;
}

.main__button__hover:hover {
  background-image: linear-gradient(to right, #8438F1 0%, #2B266A 100%) !important;
  color: white !important;
  position: relative;
}
.main__button__hover:hover .dotColor {
  fill: #8237ee !important;
}
.main__button__hover:hover::before {
  content: "";
  border-radius: 30px;
  padding: 2px;
  inset: 0;
  position: absolute;
  background: white;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 700px;
  border-radius: 22px;
  width: 100%;
  color: #fff;
  cursor: pointer;
  height: max-content;
  /* width */
  /* Track */
  /* Handle */
}
.custom-select.select2 {
  margin-bottom: 24px;
}
.custom-select.select2.open::before {
  height: var(--height);
  max-height: 211px;
  z-index: 100;
}
.custom-select.select2.open .select-options {
  z-index: 90;
}
.custom-select.select2 .select-header {
  padding: 1rem 1.3rem;
}
.custom-select.select2 .select-header > div {
  display: flex;
  align-items: center;
  gap: 24px;
}
.custom-select.has-value::before {
  background: linear-gradient(#8438F1, white);
}
.custom-select::before {
  content: "";
  border-radius: 22px;
  padding: 2px;
  inset: 0;
  position: absolute;
  background: white;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 11;
}
.custom-select .select-header {
  padding: 10px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.1490196078);
  gap: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3rem;
  border-radius: 22px;
}
.custom-select .icon {
  transition: transform 0.3s;
}
.custom-select.open .select-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-select.open::before {
  background: linear-gradient(#8438F1, white);
  height: 195px;
}
.custom-select.open .icon {
  transform: rotate(180deg);
}
.custom-select .select-options {
  display: none;
  flex-direction: column;
  max-height: 150px;
  position: absolute;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #48556d;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  overflow-y: auto;
}
.custom-select .select-options::-webkit-scrollbar {
  display: none;
}
.custom-select .select-options-list {
  overflow-y: auto;
  overflow-x: hidden;
}
.custom-select .select-options-list::-webkit-scrollbar {
  width: 3px;
  border-radius: 100vw;
}
.custom-select .select-options-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2509803922);
  border-radius: 100vw;
}
.custom-select .select-options-list::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 100vw;
}
.custom-select.open .select-options {
  display: flex;
}
.custom-select .option {
  padding: 4px 10px;
  background-color: #48556d;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.1s;
}
.custom-select .option:hover {
  background-color: #8438F1;
}

.timelineBox span {
  display: none;
}

@media (max-width: 760px) {
  .ourGoal {
    padding-top: 0px !important;
  }
  .timeline .timelineBoxContainer {
    padding: 70px 0;
  }
  .timeline .timelineBoxContainer > div > div {
    margin-top: -2px;
    position: relative;
  }
  .timeline .timelineBoxContainer > div > div:nth-child(even) {
    margin-left: auto;
  }
  .timeline .timelineBoxContainer > div > div:nth-child(even) .timelineBox {
    border: 2px solid #fff;
    border-inline-start: none;
    border-radius: 0 25px 25px 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.1882352941), transparent);
  }
  .timeline .timelineBoxContainer > div > div:nth-child(even) .timelineBox svg {
    right: 45px !important;
  }
  .timeline .timelineBoxContainer > div > div:nth-child(odd) .timelineBox {
    position: relative;
    border: 2px solid #fff;
    border-inline-end: none;
    border-radius: 25px 0 0 25px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1882352941), transparent);
  }
  .timeline .timelineBoxContainer > div > div:nth-child(odd) .timelineBox span {
    display: block !important;
    position: absolute;
    width: 45%;
    height: 20px;
    top: -15px;
    right: 0px;
    background-color: #282566;
  }
  .timeline .timelineBoxContainer > div > div:last-child span {
    display: block !important;
    position: absolute;
    width: 45% !important;
    height: 10px !important;
    bottom: -10px !important;
    left: 0 !important;
    background-color: #051e30 !important;
  }
  .timeline .timelineBoxContainer > div > div:last-child .timelineBox::before {
    content: "";
    position: absolute;
    height: 70px;
    left: 45% !important;
    width: 2px;
    background-color: white;
    top: -70px;
    z-index: 1;
  }
  .timeline .timelineBoxContainer > div > div:last-child .timelineBox::after {
    content: "";
    position: absolute;
    border: 5px solid #8439f1;
    border-radius: 50%;
    padding: 2px;
    left: 43.2% !important;
    top: -80px;
    z-index: 2;
  }
  .timeline .timelineBoxContainer > div > div:first-child .timelineBox::before, .timeline .timelineBoxContainer > div > div:last-child .timelineBox::before {
    content: "";
    position: absolute;
    height: 70px;
    left: 100%;
    width: 2px;
    background-color: white;
    top: -70px;
    z-index: 1;
  }
  .timeline .timelineBoxContainer > div > div:first-child .timelineBox::after, .timeline .timelineBoxContainer > div > div:last-child .timelineBox::after {
    content: "";
    position: absolute;
    border: 5px solid #8439f1;
    border-radius: 50%;
    padding: 2px;
    left: calc(100% - 6px);
    top: -80px;
    z-index: 2;
  }
  .timeline .timelineBoxContainer > div > div:last-child .timelineBox::after {
    bottom: -80px;
    top: unset;
    left: -6px;
  }
  .timeline .timelineBoxContainer > div > div:last-child .timelineBox::before {
    bottom: -70px;
    left: 0;
    top: unset;
  }
  .simpleSteps .card-parent:nth-child(4)::before {
    background: linear-gradient(130deg, #8538f1 10%, white 55%, transparent 0%) !important;
  }
  .simpleSteps .card-parent:nth-child(3)::before {
    background: linear-gradient(-130deg, #8538f1 10%, white 55%, transparent 0%) !important;
  }
  .simpleSteps .card-parent:nth-child(2)::before {
    background: linear-gradient(130deg, #8538f1 10%, white 54%, transparent 0%) !important;
  }
  .title-content a {
    display: none;
  }
  .hero .hero-img {
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    left: 65px;
  }
  .hero .hero-img .recruitment-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 35px 0 0 0;
    line-height: 16.72px;
  }
  .hero::after {
    content: "";
    background-image: none;
  }
  .hero .hero-img .recruitment-content .title {
    font-size: 14px;
    font-weight: 600;
    font-family: Unbounded;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .hero .hero-img .recruitment-content .desc::first-letter {
    text-transform: capitalize;
  }
  .recruitment-content .desc {
    font-size: 14px;
    font-weight: 500;
    font-family: Georama;
    color: #8438f1;
    line-height: 1.5;
    letter-spacing: 1px;
    max-width: 490px;
  }
  .hero .hero-img a {
    display: flex;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    font-size: 12px;
    margin-top: 4.5rem;
    /* left: 85px */
  }
  .hero .hero-img .img-frame {
    width: 95%;
  }
  .hero .hero-img .img-men {
    position: absolute;
    left: -20px;
    transform: translate(28%, 1%) !important;
  }
  .recruitment-img {
    padding: 2rem;
    overflow: hidden;
  }
  .recruitment-img::after {
    content: "";
    background-image: none !important;
  }
  .recruitment .recruitment-img img {
    max-width: 500px;
    box-shadow: -20px 20px 0 rgba(132, 56, 241, 0.15);
    border-radius: 60px;
    position: relative;
  }
  .recruitment .list-recruitment .list-item, .recruitment .list-recruitment .list-item:nth-child(2), .recruitment .list-recruitment .list-item:nth-child(3), .recruitment .list-recruitment .list-item:nth-child(4), .recruitment .list-recruitment .list-item:nth-child(5) {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    /* gap: 10px; */
    /* padding: 10px; */
    font-size: 14px !important;
    font-weight: 600;
    font-family: Georama;
  }
  .recruitment .list-recruitment .list-item .icon {
    /* background-color: red !important; */
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px !important;
    height: 30px !important;
    height: auto;
  }
  .btn-recruitment {
    text-align: center;
  }
  .challenges {
    padding: 0 0 !important;
  }
  .challenges .title-content-header .title,
  .challenges .title-content-header .title span {
    font-size: 14px;
  }
  .challenges .title-content-header .title span::after {
    height: 6px;
    top: 7px;
  }
  .challenges .item {
    padding: 35px 15px 15px 15px !important;
    box-shadow: 8px 9px 0 rgb(30, 35, 85) !important;
  }
  .get-matched .container .title,
  .get-matched .container .title span {
    font-size: 14px;
  }
  .get-matched .container .title span::after {
    height: 6px;
    top: 7px;
  }
  .get-matched .container .desc {
    font-size: 14px;
  }
  .get-matched .splide__slide {
    /* padding: 1rem !important; */
    width: calc(80% + 0px) !important;
  }
  .out-source {
    padding: 20px 0 10px 0;
  }
  .out-source .container .title-content-header {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .out-source .container .title-content-header .title,
  .out-source .container .title-content-header span {
    font-size: 14px;
    font-weight: 400;
  }
  .out-source .container .title-content-header span::after {
    height: 6px;
    top: 7px;
  }
  .out-source .container .desc {
    font-size: 14px;
  }
  .out-source .container .out-img {
    overflow: hidden;
    border-radius: 60px;
    box-shadow: -10px 10px 0 rgba(132, 56, 241, 0.15);
    border-radius: 70px;
    position: relative;
    margin-bottom: 80px;
  }
  .out-source .card {
    padding: 35px 15px 0px 15px !important;
    height: fit-content !important;
  }
  .out-source .card .header-card {
    font-size: 14px !important;
    padding: 0px !important;
  }
  .out-source .card .card-body {
    font-size: 14px !important;
  }
  .simpleSteps {
    padding: 0px !important;
  }
  .simpleSteps .container .title-content-header .title,
  .simpleSteps .container .title-content-header span {
    font-size: 14px;
    font-weight: 400;
  }
  .simpleSteps .container .title-content-header span::after {
    height: 6px;
    top: 7px;
  }
  .simpleSteps .container .list-simple {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
  }
  .simpleSteps .container .list-simple .list-text {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .simpleSteps .container .list-simple .list-text:nth-child(-n+2)::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 120%;
    left: 43%;
    width: 40px;
    height: 3px;
    background-color: #8438f1;
  }
  .faq .title-content-header {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    flex-direction: column !important;
  }
  .faq .title-content-header h2 span,
  .faq .title-content-header p {
    font-size: 14px !important;
  }
  .faq .title-content-header h2 span::after {
    height: 6px !important;
    top: 7px !important;
  }
  .about .container .title-content .title,
  .about .container .title-content span {
    font-size: 14px !important;
    letter-spacing: 2px;
    padding: 0px !important;
  }
  .about .container .title-content span::after {
    height: 6px;
    top: 5px;
  }
  .about::after {
    content: "";
    display: none !important;
  }
  .about {
    padding: 120px 0px 0px 0px !important;
  }
  .aboutTimeline .small-head h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .aboutTimeline .small-head h2 span::after {
    height: 6px;
    top: 7px;
  }
  .aboutTimeline .small-head {
    margin-bottom: 0px !important;
  }
  .aboutTimeline .container {
    padding: 1rem 2rem;
  }
  .aboutTimeline .timelineBoxContainer .timelineBox::before {
    left: 55% !important;
    height: 69px;
  }
  .aboutTimeline .timelineBoxContainer .timelineBox::after {
    left: 53% !important;
  }
  .aboutOurGoal .title-content-header .title,
  .aboutOurGoal .title-content-header span,
  .aboutOurGoal .desc {
    font-size: 14px !important;
  }
  .aboutOurGoal .small-head .title span::after {
    content: "";
    height: 6px;
    top: 5px;
    width: 130px !important;
    background-color: #452b92 !important;
    margin: 0px auto !important;
  }
  .aboutOurGoal .container .content {
    text-align: center;
  }
  .aboutOurGoal .container .content h2 {
    font-size: 16px !important;
  }
  .aboutOurGoal .container .content p {
    font-size: 14px !important;
  }
  .aboutOurGoal .container .content button {
    margin: 1rem auto;
  }
  .aboutOurGoal .title {
    display: flex;
    flex-direction: column;
    font-size: 14px !important;
  }
  .aboutTimeline .small-head .title {
    font-size: 14px !important;
  }
  .title-content .title,
  .title-content .title span {
    font-size: 14px !important;
    padding: 0px !important;
  }
  .title-content .title span::after {
    height: 6px;
    top: 7px;
  }
  .hero-services .title-content .title span::after {
    top: 5px;
  }
  .hero-services p.desc {
    font-size: 14px !important;
  }
  .hero-services .title-content {
    padding: 0px 0px !important;
  }
  .career .title h2 {
    /* padding: 1rem; */
    width: 100%;
    text-align: center;
    font-size: 21px !important;
  }
  .career {
    padding: 25px 0px !important;
  }
  .hero-services .title-content a {
    display: block;
    width: fit-content;
    margin: 0px auto;
  }
  .contact .form-contact {
    padding: 45px 0 !important;
  }
  .contact .form-contact .form-details textarea {
    padding: 9px;
    font-size: 12px;
  }
  .contact .form-contact .form-details .confirm-text label {
    font-size: 14px;
  }
  .talent .container .title,
  .talent .container .title span {
    font-size: 15px !important;
  }
  .talent .container .title span::after {
    height: 6px;
    top: 7px;
  }
  .talent .talentBoxContainer {
    padding: 0px !important;
  }
  .ourPromise .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .ourPromise .small-head h2 {
    font-size: 16px !important;
  }
  .ourPromise .small-head h2 span::after {
    height: 6px;
    top: 7px;
  }
  .ourPromiseBox p {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .hero-services .carousel {
    height: 300px;
    /* Reduce the carousel height */
    perspective: 300px;
    /* Reduce depth */
  }
  .hero-services .carousel .carousel-item {
    width: 200px;
    /* Reduce item width */
    height: 200px;
  }
  .hero-services .carousel .carousel-item .carousel-bg {
    width: 90%;
    height: 60%;
  }
  .hero-services .carousel .carousel-item > img {
    width: 80%;
  }
  .hero-services .carousel .carousel-item:not(.active) {
    transform: scale(0.7) translateY(20px);
    opacity: 0.5;
    filter: blur(2px);
  }
  .hero-services .carousel .carousel-item.active {
    transform: scale(1) translateY(0);
    opacity: 1;
    filter: none;
  }
  .recruitment {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .faq .accordion .accordion-item .accordion-header .accordion-button .accordion-icon {
    width: 30px;
    height: 30px;
  }
}
.simpleSteps .card-parent:nth-child(1) {
  position: relative;
}

@media (max-width: 768px) {
  .card-parent {
    padding-left: 20px;
  }
  .simpleSteps .card-parent:nth-child(1)::before {
    content: "";
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 92%;
    border-left: none;
    padding: 2px;
    padding-bottom: 0;
    inset: 0;
    position: absolute;
    background: linear-gradient(-130deg, white 30%, rgba(133, 56, 241, 0.6784313725) 65%, transparent 0%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    left: 20px;
  }
  .simpleSteps .card-parent:nth-child(1) .card {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border: none;
    border-radius: 30px !important;
  }
}
.simpleSteps .card-parent:nth-child(2) {
  position: relative;
}

@media (max-width: 768px) {
  .simpleSteps .card-parent:nth-child(2)::before {
    content: "";
    border-radius: 0px;
    border-bottom-left-radius: 0;
    max-width: 92%;
    padding: 2px;
    padding-bottom: 0;
    inset: 0;
    position: absolute;
    background: linear-gradient(130deg, #8538f1 10%, white 58.9%, transparent 0%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    left: 20px;
  }
  .simpleSteps .card-parent:nth-child(2) .card {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: none;
  }
  .simpleSteps .card {
    margin: 0 auto;
  }
}
.simpleSteps .card-parent:nth-child(3) {
  position: relative;
}

@media (max-width: 768px) {
  .simpleSteps .card-parent:nth-child(3)::before {
    content: "";
    border-radius: 0px;
    max-width: 92%;
    padding: 2px;
    padding-bottom: 0;
    inset: 0;
    position: absolute;
    background: linear-gradient(-130deg, #8538f1 10%, white 62.5%, transparent 0%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    left: 20px;
  }
  .simpleSteps .card-parent:nth-child(3) .card {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: none;
  }
  .simpleSteps .card {
    margin: 0 auto;
  }
}
.simpleSteps .card-parent:nth-child(4) {
  position: relative;
}

body {
  overflow-x: hidden;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.navbar-toggler:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.header .navbar-toggler {
  background-color: none !important;
  border: none !important;
  outline: none !important;
}

@media (max-width: 767px) {
  .title-content .title {
    font-size: 25px;
    line-height: 1;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .title-content .title span::after {
    height: 15px;
    top: 5px;
  }
}
@media (max-width: 768px) {
  .simpleSteps .card-parent:nth-child(4)::before {
    content: "";
    border-radius: 0px;
    border-top-left-radius: 30px !important;
    max-width: 92%;
    padding: 2px;
    padding-bottom: 0;
    inset: 0;
    position: absolute;
    background: linear-gradient(130deg, #8538f1 10%, white 60.5%, transparent 0%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    left: 20px;
  }
  .simpleSteps .card-parent:nth-child(4) .card {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 0 !important;
    border: none;
  }
  .simpleSteps .card {
    margin: 0 auto;
  }
}
.header .navbar-toggler-icon {
  background-image: url(../img/icon/menu-btn.svg) !important;
}

@media (max-width: 720px) {
  .hero .hero-img {
    display: block;
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    left: 81px;
    /* background-color: red; */
  }
}
@media (max-width: 767px) {
  .title-content .desc {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero-services {
    overflow: hidden;
    position: relative;
    padding-bottom: 4rem !important;
  }
  .our-services .title-head .title {
    text-align: center;
    font-size: 14px !important;
  }
  .hero-services .title-content .img-search {
    display: block !important;
    max-width: 80px;
    height: 100px;
    position: absolute;
    bottom: -55px !important;
    left: 235px !important;
    bottom: 0;
    z-index: 100;
  }
  .title-content-header .title span {
    font-size: 20px;
    text-align: center;
  }
  .started .head-line {
    font-size: 17px !important;
    text-align: center;
  }
  .started .cardd .data .content-line {
    font-size: 20px !important;
    text-align: center !important;
  }
  .started .lets {
    margin: 1rem auto !important;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero-services {
    overflow: hidden;
    position: relative;
    padding-bottom: 4rem !important;
  }
  .our-services .title-head .title {
    text-align: center;
    font-size: 14px !important;
  }
  .title-content-header .title span {
    font-size: 20px;
    text-align: center;
  }
  .started .head-line {
    font-size: 17px !important;
    text-align: center;
  }
  .started .cardd .data .content-line {
    font-size: 20px !important;
    text-align: center !important;
  }
  .started .lets {
    margin: 1rem auto !important;
    text-align: center;
  }
  .applyForm .timeContainer .timeBox span {
    padding: 7px 25px;
  }
  .applyForm .timeContainer {
    flex-direction: row !important;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    justify-content: flex-start;
    background-color: transparent;
  }
  .applyForm .timeContainer .timeBox {
    font-size: 14px;
    margin: 0px 8px;
  }
  .contact .form-contact .head-form .title-form {
    right: -20px;
    position: relative;
  }
  .applyForm .title-form {
    font-size: 16px;
  }
  .datepicker__prev,
  .datepicker__next,
  .page__prev {
    left: 0 !important;
  }
  .footer .foot-img {
    margin: 0px auto;
  }
  .footer .row > * {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .hero .hero-img {
    display: none;
  }
}
@media (max-width: 720px) {
  .hero .hero-img {
    display: block;
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    left: 81px;
    /* background-color: red; */
  }
}
@media (max-width: 400px) {
  .timeline .timelineBoxContainer > div > div:nth-child(odd) .timelineBox span.color {
    background: linear-gradient(102deg, #8538f1 10%, white 58.9%, transparent 0%) !important;
  }
  .information .card-information .card-head {
    inset-inline-start: 40%;
  }
  .head-form {
    display: none !important;
  }
  .form-contact .gradient-border {
    border: none !important;
    box-shadow: none !important;
  }
  .form-contact .form-details {
    background: transparent !important;
  }
  .form-contact div.gradient-border.content-container.behind::before {
    background: none !important;
    display: none;
  }
  .contact .form-contact .head-form .title-form {
    right: 0px !important;
    position: relative;
  }
  .hero-services .desc2 {
    margin-bottom: 1.5rem !important;
  }
  .recruitment .list-recruitment .list-item,
  .recruitment .list-recruitment .list-item:nth-child(2),
  .recruitment .list-recruitment .list-item:nth-child(3),
  .recruitment .list-recruitment .list-item:nth-child(4),
  .recruitment .list-recruitment .list-item:nth-child(5) {
    display: flex;
    justify-content: start !important;
  }
  .simpleSteps .card-parent:nth-child(4)::before {
    background: linear-gradient(130deg, #8538f1 10%, white 60%, transparent 0%) !important;
  }
  .simpleSteps .card-parent:nth-child(3)::before {
    background: linear-gradient(-130deg, #8538f1 10%, white 62%, transparent 0%) !important;
  }
  .simpleSteps .card-parent:nth-child(2)::before {
    background: linear-gradient(130deg, #8538f1 10%, white 58.5%, transparent 0%) !important;
  }
  .title-content a {
    display: none;
  }
  .hero .hero-img {
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    left: 65px;
  }
  .hero .hero-img .recruitment-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 35px 0 0 0;
    line-height: 16.72px;
  }
  .hero::after {
    content: "";
    background-image: none;
  }
  .hero .hero-img .recruitment-content .title {
    font-size: 14px;
    font-weight: 600;
    font-family: Unbounded;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .hero .hero-img .recruitment-content .desc::first-letter {
    text-transform: capitalize;
  }
  .recruitment-content .desc {
    font-size: 14px;
    font-weight: 500;
    font-family: Georama;
    color: #8438f1;
    line-height: 1.5;
    letter-spacing: 1px;
    max-width: 490px;
  }
  .hero .hero-img a {
    display: flex;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    font-size: 12px;
    margin-top: 4.5rem;
    /* left: 85px */
  }
  .hero .hero-img .img-frame {
    width: 95%;
  }
  .hero .hero-img .img-men {
    position: absolute;
    left: -20px;
    transform: translate(28%, 1%) !important;
  }
  .recruitment-img {
    padding: 2rem;
    overflow: hidden;
  }
  .recruitment-img::after {
    content: "";
    background-image: none !important;
  }
  .recruitment .recruitment-img img {
    max-width: 500px;
    box-shadow: -20px 20px 0 rgba(132, 56, 241, 0.15);
    border-radius: 60px;
    position: relative;
  }
  .recruitment .list-recruitment .list-item, .recruitment .list-recruitment .list-item:nth-child(2), .recruitment .list-recruitment .list-item:nth-child(3), .recruitment .list-recruitment .list-item:nth-child(4), .recruitment .list-recruitment .list-item:nth-child(5) {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    /* gap: 10px; */
    /* padding: 10px; */
    font-size: 14px !important;
    font-weight: 600;
    font-family: Georama;
  }
  .recruitment .list-recruitment .list-item .icon {
    /* background-color: red !important; */
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px !important;
    height: 30px !important;
    height: auto;
  }
  .btn-recruitment {
    text-align: center;
  }
  .challenges {
    padding: 0 0 !important;
  }
  .challenges .title-content-header .title,
  .challenges .title-content-header .title span {
    font-size: 14px;
  }
  .challenges .title-content-header .title span::after {
    height: 6px;
    top: 7px;
  }
  .challenges .item {
    padding: 35px 15px 15px 15px !important;
    box-shadow: 8px 9px 0 rgb(30, 35, 85) !important;
  }
  .get-matched .container .title,
  .get-matched .container .title span {
    font-size: 14px;
  }
  .get-matched .container .title span::after {
    height: 6px;
    top: 7px;
  }
  .get-matched .container .desc {
    font-size: 14px;
  }
  .get-matched .splide__slide {
    /* padding: 1rem !important; */
    width: calc(80% + 0px) !important;
  }
  .out-source {
    padding: 20px 0 10px 0;
  }
  .out-source .container .title-content-header {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .out-source .container .title-content-header .title,
  .out-source .container .title-content-header span {
    font-size: 15px;
    font-weight: 400;
  }
  .out-source .container .title-content-header span::after {
    height: 6px;
    top: 7px;
  }
  .out-source .container .desc {
    font-size: 14px;
  }
  .out-source .container .out-img {
    overflow: hidden;
    border-radius: 60px;
    box-shadow: -10px 10px 0 rgba(132, 56, 241, 0.15);
    border-radius: 70px;
    position: relative;
    margin-bottom: 80px;
  }
  .out-source .card {
    padding: 35px 15px 0px 15px !important;
    height: fit-content !important;
  }
  .out-source .card .header-card {
    font-size: 14px !important;
    padding: 0px !important;
  }
  .out-source .card .card-body {
    font-size: 14px !important;
  }
  .simpleSteps {
    padding: 0px !important;
  }
  .simpleSteps .container .title-content-header .title,
  .simpleSteps .container .title-content-header span {
    font-size: 14px;
    font-weight: 400;
  }
  .simpleSteps .container .title-content-header span::after {
    height: 6px;
    top: 7px;
  }
  .simpleSteps .container .list-simple {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
  }
  .simpleSteps .container .list-simple .list-text {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .simpleSteps .container .list-simple .list-text:nth-child(-n+2)::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 120%;
    left: 43%;
    width: 40px;
    height: 3px;
    background-color: #8438f1;
  }
  .faq .title-content-header {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    flex-direction: column !important;
  }
  .faq .title-content-header h2 span,
  .faq .title-content-header p {
    font-size: 14px !important;
  }
  .faq .title-content-header h2 span::after {
    height: 6px !important;
    top: 7px !important;
  }
  .about .container .title-content .title,
  .about .container .title-content span {
    font-size: 15px !important;
    letter-spacing: 2px;
    padding: 0px !important;
  }
  .about .container .title-content span::after {
    height: 6px;
    top: 5px;
  }
  .about::after {
    content: "";
    display: none !important;
  }
  .about {
    padding: 120px 0px 0px 0px !important;
  }
  .aboutTimeline .small-head h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .aboutTimeline .small-head h2 span::after {
    height: 6px;
    top: 7px;
  }
  .aboutTimeline .small-head {
    margin-bottom: 0px !important;
  }
  .aboutTimeline .container {
    padding: 1rem 2rem;
  }
  .aboutTimeline .timelineBoxContainer .timelineBox::before {
    left: 55% !important;
    height: 69px;
  }
  .aboutTimeline .timelineBoxContainer .timelineBox::after {
    left: 53% !important;
  }
  .aboutOurGoal .title-content-header .title,
  .aboutOurGoal .title-content-header span,
  .aboutOurGoal .desc {
    font-size: 14px !important;
  }
  .aboutOurGoal .small-head .title span::after {
    content: "";
    height: 6px;
    top: 5px;
    width: 160px;
    background-color: #452b92 !important;
    margin: 0px auto !important;
  }
  .aboutOurGoal .container .content {
    text-align: center;
  }
  .aboutOurGoal .container .content h2 {
    font-size: 16px !important;
  }
  .aboutOurGoal .container .content p {
    font-size: 14px !important;
  }
  .aboutOurGoal .container .content button {
    margin: 1rem auto;
  }
  .aboutOurGoal .title {
    display: flex;
    flex-direction: column;
    font-size: 14px !important;
  }
  .aboutTimeline .small-head .title {
    font-size: 14px !important;
  }
  .title-content .title,
  .title-content .title span {
    font-size: 16px !important;
    padding: 0px !important;
  }
  .title-content .title span::after {
    height: 6px;
    top: 7px;
  }
  .hero-services .title-content .title span::after {
    top: 5px;
  }
  .hero-services p.desc {
    font-size: 14px !important;
  }
  .hero-services .title-content {
    padding: 0px 0px !important;
  }
  .career .title h2 {
    /* padding: 1rem; */
    width: 100%;
    text-align: center;
    font-size: 21px !important;
  }
  .career {
    padding: 25px 0px !important;
  }
  .hero-services .title-content a {
    display: block;
    width: fit-content;
    margin: 0px auto;
  }
  .contact .form-contact {
    padding: 45px 0 !important;
  }
  .contact .form-contact .form-details textarea {
    padding: 9px;
    font-size: 12px;
  }
  .contact .form-contact .form-details .confirm-text label {
    font-size: 14px;
  }
  .talent .container .title,
  .talent .container .title span {
    font-size: 15px !important;
  }
  .talent .container .title span::after {
    height: 6px;
    top: 7px;
  }
  .talent .talentBoxContainer {
    padding: 0px !important;
  }
  .ourPromise .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .ourPromise .small-head h2 {
    font-size: 16px !important;
  }
  .ourPromise .small-head h2 span::after {
    height: 6px;
    top: 7px;
  }
  .ourPromiseBox p {
    font-size: 14px !important;
  }
}
.custom-select.open .select-options {
  z-index: 20;
}

.hero-services .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 540px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  user-select: none;
  cursor: grab;
}

.hero-services .carousel:active {
  cursor: grabbing;
}

.hero-services .carousel.carousel-slider {
  top: 0;
  left: 0;
}

.hero-services .carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

.hero-services .carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

.hero-services .carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-services .carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.hero-services .carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

.hero-services .carousel .carousel-item {
  display: unset;
  transition: unset;
  visibility: hidden;
  width: 324px;
  height: 324px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-services .carousel .carousel-item .carousel-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 98%;
  height: 68%;
  background: linear-gradient(45deg, rgba(132, 56, 241, 0.3019607843), rgba(3, 29, 45, 0.3019607843));
  border-radius: 20px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.hero-services .carousel .carousel-item .carousel-bg img {
  width: 50%;
}

.hero-services .carousel .carousel-item > img {
  width: 100%;
}

.hero-services .carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.hero-services .carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
}

.hero-services .carousel .indicators .indicator-item.active {
  background-color: #fff;
}

.carousel.scrolling .carousel-item .materialboxed,
.hero-services .carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

@media (max-width: 768px) {
  .hero-services .carousel {
    height: 300px;
    /* Reduce the carousel height */
    perspective: 300px;
    /* Reduce depth */
  }
  .hero-services .carousel .carousel-item {
    width: 200px;
    /* Reduce item width */
    height: 200px;
  }
  .hero-services .carousel .carousel-item .carousel-bg {
    width: 90%;
    height: 60%;
  }
  .hero-services .carousel .carousel-item > img {
    width: 80%;
  }
  .hero-services .carousel .carousel-item:not(.active) {
    transform: scale(0.7) translateY(20px);
    opacity: 0.5;
    filter: blur(2px);
  }
  .hero-services .carousel .carousel-item.active {
    transform: scale(1) translateY(0);
    opacity: 1;
    filter: none;
  }
  .recruitment {
    padding: 20px 0;
  }
}
.recruitment .recruitment-img img {
  max-width: 555px;
  box-shadow: -25px 25px 0 rgba(132, 56, 241, 0.15);
  border-radius: 60px;
  position: relative;
}

.recruitment .recruitment-img::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 60px;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(98, 42, 134, 0.3019607843), rgba(3, 29, 45, 0.3019607843));
  z-index: 2;
}

@media (max-width: 720px) {
  .recruitment .recruitment-content {
    text-align: center !important;
  }
  .recruitment .recruitment-content .title {
    font-size: 14px !important;
    width: 80% !important;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
  }
}
.simpleSteps .card-parent:nth-child(1) {
  position: relative;
}

@media (max-width: 768px) {
  .card-parent {
    padding-left: 20px;
  }
  .simpleSteps .card-parent:nth-child(1)::before {
    content: "";
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 92%;
    border-left: none;
    padding: 2px;
    padding-bottom: 0;
    inset: 0;
    position: absolute;
    background: linear-gradient(-130deg, white 30%, rgba(133, 56, 241, 0.6784313725) 65%, transparent 0%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    left: 20px;
  }
  .simpleSteps .card-parent:nth-child(1) .card {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border: none;
    border-radius: 30px !important;
  }
}
.simpleSteps .card-parent:nth-child(2) {
  position: relative;
}

@media (max-width: 768px) {
  .simpleSteps .card-parent:nth-child(2)::before {
    content: "";
    border-radius: 0px;
    border-bottom-left-radius: 0;
    max-width: 92%;
    padding: 2px;
    padding-bottom: 0;
    inset: 0;
    position: absolute;
    background: linear-gradient(130deg, #8538f1 10%, white 58.9%, transparent 0%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    left: 20px;
  }
  .simpleSteps .card-parent:nth-child(2) .card {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: none;
  }
  .simpleSteps .card {
    margin: 0 auto;
  }
}
.simpleSteps .card-parent:nth-child(3) {
  position: relative;
}

@media (max-width: 768px) {
  .simpleSteps .card-parent:nth-child(3)::before {
    content: "";
    border-radius: 0px;
    max-width: 92%;
    padding: 2px;
    padding-bottom: 0;
    inset: 0;
    position: absolute;
    background: linear-gradient(-130deg, #8538f1 10%, white 62.5%, transparent 0%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    left: 20px;
  }
  .simpleSteps .card-parent:nth-child(3) .card {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: none;
  }
  .simpleSteps .card {
    margin: 0 auto;
  }
}
.simpleSteps .card-parent:nth-child(4) {
  position: relative;
}

@media (max-width: 768px) {
  .simpleSteps .card-parent:nth-child(4)::before {
    content: "";
    border-radius: 0px;
    border-top-left-radius: 30px !important;
    max-width: 92%;
    padding: 2px;
    padding-bottom: 0;
    inset: 0;
    position: absolute;
    background: linear-gradient(130deg, #8538f1 10%, white 60.5%, transparent 0%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    left: 20px;
  }
  .simpleSteps .card-parent:nth-child(4) .card {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 0 !important;
    border: none;
  }
  .simpleSteps .card {
    margin: 0 auto;
  }
}
.simpleSteps .btn-main {
  background: rgba(132, 56, 241, 0.3);
  border-color: white;
  color: white;
  border-width: 2px;
  font-family: Unbounded;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.6px;
  letter-spacing: 0.1em;
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
