.hero {
  padding: 80px 0;
  padding-bottom: 120px;
}
.hero .container .row {
  gap: 70px;
  align-items: center;
}
.hero .container .row .col {
  flex: 1;
  gap: 20px;
}
.hero .container .row .col h1 span {
  color: #D52276;
}
.hero .container .row .col .get-started-link {
  color: #FFF;
  background-color: #D52276;
  padding: 16px 24px;
  text-align: center;
  border-radius: 300px;
  width: 30%;
}
.hero .container .row .col-2 {
  position: relative;
}
.hero .container .row .col-2 .col-1 {
  position: absolute;
  z-index: 50;
  background-color: #FFF;
  border-radius: 12px;
  padding: 17px;
  left: 10px;
  top: 8px;
}
.hero .container .row .col-2 .col-1 .hero-col-1 {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
}
.hero .container .row .col-2 .col-1 .hero-col-1 .icon {
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .container .row .col-2 .col-1 .hero-col-1 .col-1-des i {
  color: #FEBB43;
}
.hero .container .row .col-2 .col-1 .hero-col-1 .col-1-des span {
  color: #8A898E;
}
.hero .container .row .col-2 .hero-img img {
  width: 100%;
  height: 523px;
  border-radius: 24px;
  border-bottom-left-radius: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .container .row .col-2 .col-3 {
  position: absolute;
  display: none;
  flex-direction: column;
  z-index: 50;
  background-color: #FFF;
  top: 240px;
  left: -50px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.298);
  border-radius: 16px;
  padding: 17px;
}
.hero .container .row .col-2 .col-3 .row {
  align-items: center;
  gap: 12px;
}
.hero .container .row .col-2 .col-3 .row .underline {
  border: 5px solid #F0F0F0;
  width: 100%;
}
.hero .container .row .col-2 .col-3 .hero-col-3 {
  position: relative;
  top: -40px;
}
.hero .container .row .col-2 .col-3 .hero-col-3 .profile-img {
  text-align: center;
}
.hero .container .row .col-2 .col-3 .hero-col-3 .profile-img .profile {
  width: 56px;
  height: 56px;
  border: 1px solid #FFF;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .container .row .col-2 .col-3 .hero-col-3 .details {
  margin-top: -30px;
  border-radius: 16px;
  padding: 30px;
  color: #FFF;
  font-weight: 600;
  background: linear-gradient(154deg, #E31971 16.41%, #970042 74.27%);
}
.hero .container .row .col-2 .col-3 .hero-col-3 .details h3 {
  padding-top: 20px;
}

.our-journey {
  position: relative;
  background-color: rgba(246, 255, 252, 0.337254902);
}
.our-journey .puzzle {
  position: absolute;
  left: -220px;
  top: -350px;
  scale: 1.5;
  rotate: -62.21deg;
  z-index: -1;
  opacity: 0.08;
}
.our-journey .calendar {
  position: absolute;
  right: -220px;
  scale: 1.5;
  rotate: 30deg;
  z-index: -1;
  top: -100px;
  filter: grayscale(1.2);
  opacity: 0.1;
}
.our-journey .container .row {
  align-items: center;
  justify-content: space-between;
  gap: 150px;
}
.our-journey .container .row .col {
  gap: 16px;
  flex: 1;
}
.our-journey .container .row .col-2 {
  position: relative;
}
.our-journey .container .row .col-2 .col-2-desc {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 23px;
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.298);
  top: 180px;
  right: -120px;
}
.our-journey .container .row .col-2 .col-2-desc .shield {
  color: #D52276;
  font-size: 40px;
}
.our-journey .container .row .col-2 .col-2-desc .star {
  color: #FEBB43;
}
.our-journey .container .row .col-2 .col-2-desc span {
  color: #8A898E;
}
.our-journey .container .row .col-2 .col-2-img img {
  width: 100%;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
  border-bottom-left-radius: 72px;
}

.difference {
  padding: 80px 0;
}
.difference .container .row {
  align-items: start;
  gap: 56px;
}
.difference .container .row .col {
  gap: 16px;
}
.difference .container .row .col img {
  -o-object-fit: cover;
     object-fit: cover;
}
.difference .container .row .col-1 {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
.difference .container .row .col-1 .img-col-1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.difference .container .row .col-1 .img-col-1 .img-1 {
  border-top-left-radius: 72px;
  height: 210px;
}
.difference .container .row .col-1 .img-col-1 .img-2 {
  border-bottom-left-radius: 72px;
  height: 290px;
}
.difference .container .row .col-1 .img-col-2 img {
  border-top-right-radius: 72px;
  border-bottom-right-radius: 72px;
  height: 520px;
}

.human-resources-outsourcing {
  background-color: #FFF8FB;
  padding: 100px;
}
.human-resources-outsourcing .container {
  padding: 80px auto;
}
.human-resources-outsourcing .container .row {
  gap: 56px;
  align-items: center;
}
.human-resources-outsourcing .container .row .col {
  gap: 24px;
  flex: 1;
}
.human-resources-outsourcing .container .row .col h1 {
  font-size: 40px;
}
.human-resources-outsourcing .container .row .col p {
  font-size: 18px;
}
.human-resources-outsourcing .container .row .col a {
  padding: 16px 24px;
  background-color: #D52276;
  border-radius: 300px;
  text-align: center;
  width: 50%;
  color: #FFF;
}
.human-resources-outsourcing .container .row .col-2 {
  padding-top: 28px;
}
.human-resources-outsourcing .container .images {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  padding-top: 70px;
}
.human-resources-outsourcing .container .images img {
  width: 282px;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.human-resources-outsourcing .container .images .img-1 {
  height: 245px;
}
.human-resources-outsourcing .container .images .img-2 {
  height: 148px;
}
.human-resources-outsourcing .container .images .img-3 {
  height: 220px;
}
.human-resources-outsourcing .container .images .img-4 {
  max-height: 245px;
}

.services .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 65px 46px;
  border-radius: 24px;
}
.services .container .intro {
  color: #8A898E;
}
.services .container .services-desc {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.services .container .services-desc .services-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  row-gap: 48px;
}
.services .container .services-desc .services-cards .service {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #D52276;
  padding: 20px 25px;
  color: #FFF;
  border-radius: 12px;
  width: 240px;
  text-align: center;
}
.services .container .services-desc .services-cards .service h4 {
  font-weight: lighter;
  padding-bottom: 8px;
}
.services .container .services-desc .services-cards .service .icon {
  font-size: 50px;
}

.why-choose-us {
  background-color: rgba(227, 25, 113, 0.0509803922);
}
.why-choose-us .container {
  padding: 80px 0;
}
.why-choose-us .container .row {
  gap: 56px;
}
.why-choose-us .container .row .col {
  gap: 32px;
}
.why-choose-us .container .row .col .title {
  color: #D52276;
}
.why-choose-us .container .row .col a {
  color: #FFF;
  background-color: #D52276;
  border-radius: 300px;
  padding: 16px 24px;
  width: 25%;
  text-align: center;
}
.why-choose-us .container .row .col p {
  font-size: 18px;
}
.why-choose-us .container .row .col .img {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  border-top-right-radius: 72px;
}
.why-choose-us .container .row .col .row-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.why-choose-us .container .row .col .row-2 .col-2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.why-choose-us .container .row .col .row-2 .col-2 .col-2-desc {
  display: flex;
  align-items: start;
  gap: 6px;
}

.contact {
  padding: 80px 0;
}
.contact .container .row {
  gap: 56px;
  align-items: start;
}
.contact .container .row .col {
  flex: 1;
  gap: 16px;
}
.contact .container .row .col .links {
  display: flex;
  gap: 12px;
}
.contact .container .row .col .links a {
  font-size: 48px;
  color: #D52276;
}
.contact .container .row .col form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact .container .row .col form input {
  padding: 16px 16px;
  border: transparent;
  border-radius: 8px;
  background-color: #fafafc;
}
.contact .container .row .col form textarea {
  padding: 18px 16px;
  resize: none;
  height: 120px;
  background-color: #fafafc;
  border: transparent;
  border-radius: 8px;
}
.contact .container .row .col form .submit-btn,
.contact .container .row .col form #contactFormSubmitButton {
  width: 40%;
  background-color: #D52276;
  border-radius: 300px;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 12px;
}

footer {
  padding-inline: 90px;
  padding-top: 90px;
  padding-bottom: 24px;
  background-color: #D52276;
  color: #FFF;
}
footer .container a {
  color: #FFF;
}
footer .container .row {
  align-items: start;
  justify-content: space-between;
}
footer .container .row .col {
  gap: 12px;
}
footer .container .row .col img {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .container .row .col h1 {
  font-size: 18px;
}
footer .container .row .col form {
  display: flex;
  gap: 16px;
}
footer .container .row .col form input {
  padding: 12px 24px;
  border: 1px solid #FFF;
  border-radius: 12px;
  background: transparent;
}
footer .container .row .col form input::-moz-placeholder {
  color: #FFF;
}
footer .container .row .col form input::placeholder {
  color: #FFF;
}
footer .container .row .col form .submit-btn {
  border: transparent;
  background-color: #FFF;
  color: #D52276;
}
footer .container .row .col a i {
  font-size: 25px;
}
footer .container .copyright {
  padding-top: 35px;
}

@media screen and (max-width: 1200px) {
  .services .container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .services .container h1,
  .services .container p {
    width: 100%;
  }
  .services .container .row {
    flex-wrap: wrap;
  }
  .services .container .row .row-1 {
    width: 40%;
  }
  footer .container .row {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  footer .container .row .links {
    float: right;
  }
  footer .container .row .subscribe {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
    gap: 30px;
    display: flex;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: 0;
  }
  footer .container .row .icons {
    flex-direction: row;
    align-content: baseline;
  }
  footer .container .row .icons a i {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .hero .container .row {
    gap: 0;
  }
  .hero .container .row .col .hero-img img {
    height: 100%;
  }
  .hero .container .row .col-2 .col-3 {
    left: 10px;
  }
  .our-journey .container .row {
    flex-direction: column;
    gap: 24px;
  }
  .our-journey .container .row .col-2 .col-2-desc {
    top: -50px;
    right: 40px;
    left: 40px;
  }
  .our-journey .container .row .col-2 .col-2-img img {
    height: 340px;
  }
  .puzzle,
  .calendar {
    display: none;
  }
  .difference .container {
    width: 100%;
  }
  .difference .container .row {
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
  }
  .difference .container .row .col {
    width: 100%;
  }
  .difference .container .row .col-1 {
    align-items: start;
    justify-content: start;
    gap: 15px;
    height: 480px;
  }
  .difference .container .row .col-1 .img-col-1 {
    width: 40%;
    height: 100%;
  }
  .difference .container .row .col-1 .img-col-1 .img-1 {
    width: 100%;
    -o-object-fit: 100%;
       object-fit: 100%;
    height: 40%;
  }
  .difference .container .row .col-1 .img-col-1 .img-2 {
    width: 100%;
    -o-object-fit: 100%;
       object-fit: 100%;
    height: 54%;
  }
  .difference .container .row .col-1 .img-col-2 {
    width: 60%;
    height: 100%;
  }
  .difference .container .row .col-1 .img-col-2 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media screen and (max-width: 540px) {
  .difference .container {
    width: 100%;
  }
  .difference .container .row {
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
  }
  .difference .container .row .col {
    width: 100%;
  }
  .difference .container .row .col-1 {
    align-items: start;
    justify-content: start;
    gap: 15px;
    height: 400px;
  }
  .difference .container .row .col-1 .img-col-1 {
    width: 40%;
    height: 100%;
  }
  .difference .container .row .col-1 .img-col-1 .img-1 {
    width: 100%;
    -o-object-fit: 100%;
       object-fit: 100%;
    height: 40%;
  }
  .difference .container .row .col-1 .img-col-1 .img-2 {
    width: 100%;
    -o-object-fit: 100%;
       object-fit: 100%;
    height: 54%;
  }
  .difference .container .row .col-1 .img-col-2 {
    width: 60%;
    height: 100%;
  }
  .difference .container .row .col-1 .img-col-2 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .contact .container {
    width: 100%;
  }
  .contact .container .row {
    flex-direction: column;
  }
  .contact .container .row .col {
    width: 100%;
  }
  .contact .container .row .col form {
    width: 100%;
  }
  footer {
    padding: 24px;
  }
  footer .container {
    padding: 24px;
  }
  footer .container .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  footer .container .row .col {
    text-align: center;
    width: 100%;
    align-items: center;
  }
  footer .container .row .col form {
    flex-direction: column;
    width: 100%;
  }
  footer .container .row .icons {
    flex-direction: row;
    justify-content: center;
  }
  footer .container .row .icons a i {
    font-size: 32px;
  }
  footer .container p {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .why-choose-us {
    padding-top: 0;
  }
  .why-choose-us .container {
    padding-top: 0;
  }
  .why-choose-us .container .row {
    flex-direction: column;
  }
  .why-choose-us .container .row .col .img {
    width: 100vw;
    height: 100%;
    border-radius: 0;
    border-top-right-radius: 0;
  }
  .why-choose-us .container .row .col a {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .hero .container .row {
    flex-direction: column-reverse;
  }
  .hero .container .row .col-1 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 540px) {
  .hero .container .row .col-2 .col-1 {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.298);
    top: -30px;
    left: 30px;
    right: 30px;
    padding: 12px;
  }
  .hero .container .row .col-2 .col-3 {
    left: 30px;
    right: 30px;
    top: 120px;
    padding: 12px;
  }
  .hero .container .row .col-2 .col-3 .hero-col-3 .details {
    padding: 15px;
    text-align: center;
  }
  .hero .container .row .col-2 .col-3 .hero-col-3 .details h3 {
    font-size: 14px;
  }
  .hero .container .row .col-1 .get-started-link {
    width: 100%;
  }
  .our-journey .container .row .col-2 .col-2-desc {
    right: 0;
  }
  .employer-organization {
    padding: 20px;
  }
  .services .container {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    padding: 20px;
  }
  .services .container .services-desc .services-cards {
    padding: 50px 0;
    gap: 30px;
    justify-content: space-between;
  }
  .services .container .services-desc .services-cards .service {
    width: 45%;
  }
  .services .intro {
    display: flex;
    flex-direction: row-reverse;
    font-size: 18px;
  }
  .services .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 10px;
  }
  .why-choose-us .container .row .col img {
    padding: 0;
  }
  .why-choose-us .container .row .col a {
    width: 100%;
  }
  .why-choose-us .container .row .col .row-2 .col-2 .col-2-desc p {
    font-size: 16px;
  }
  .why-choose-us .container .row .col-desc {
    padding: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 540px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}/*# sourceMappingURL=index.css.map */