/* mainbody */
.mainbody {
  position: relative;
  z-index: 9;
}
.mainbody-bg {
  height: 4rem;
  width: 100%;
  background-color: black;
}
.mainbody .mainImg {
  width: 100%;
  height: 32.5em;
  position: relative;
}
.main-logo {
  font-size: 3.6em;
  color: #fff;
  white-space: nowrap;
}
.main-logo span {
  display: inline-block;
  --s: 100;
  --m: 500;
  --b: 700;
  font-variation-settings: "wght" var(--m);
  animation: weightAnimation 4s ease-in-out infinite;
  animation: weightAnimation2 4s ease-in-out infinite;
}
@keyframes weightAnimation {
  0% {
    font-variation-settings: "wght" var(--m);
  }
  70% {
    font-variation-settings: "wght" var(--m);
  }
  75% {
    font-variation-settings: "wght" var(--s);
  }
  90% {
    font-variation-settings: "wght" var(--b);
  }
  100% {
    font-variation-settings: "wght" var(--m);
  }
}
@keyframes weightAnimation2 {
  0% {
    font-variation-settings: "wght" var(--m);
  }
  50% {
    font-variation-settings: "wght" var(--m);
  }
  60% {
    font-variation-settings: "wght" var(--s);
  }
  75% {
    font-variation-settings: "wght" var(--s);
  }
  90% {
    font-variation-settings: "wght" var(--b);
  }
  100% {
    font-variation-settings: "wght" var(--m);
  }
}

.mainbody-content {
  background: #000;
  color: #fff;
  padding-top: 3rem;
}

.mainbody-slogan {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 2.5rem;
  gap: 1.5rem;
}
.about-img {
  height: 18.45rem !important;
  position: relative !important;
}
.slogan-title {
  width: 20.35em;
}
.slogan-title p {
  font-variation-settings: "wght" 350;
  font-size: 2.6rem;
  line-height: 120%;
}
.slogan-desc {
  width: 40.1em;
}
.slogan-desc p {
  font-variation-settings: "wght" 400;
  font-size: 1.6rem;
  line-height: 110%;
  transition: all 0.3s;
}

.mainbody .peopleSwiper {
  position: relative;
  width: 100%;
  min-height: 23.6rem;
  overflow: hidden;
  margin-top: 5.25rem;
  /* margin-bottom: 1rem; */
}
@keyframes scrollSwiper {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.mainbody .peopleList {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  animation: scrollSwiper 70s linear infinite;
}

.peoplediv {
  position: relative;
}

.peopleSwiper .people {
  width: 15.55rem;
  margin-left: 0.5rem;
}

.mainbody .peoplediv .info {
  margin-top: 1rem;
  position: relative;
  left: 0.8rem;
  gap: 0.4rem;
  z-index: 1;
}

.mainbody .peoplediv .name {
  color: #fff;
  font-size: 1.1rem;
}

.mainbody .peoplediv .pos {
  color: #fff;
  font-size: 0.7rem;
}

.mainbody-jobs {
  background: #fff;
  color: #000;
  padding: 0rem 0.8rem 0rem;
}
.mainbody-info {
  padding: 0 0.8rem;
}
.mainbody-box {
  padding: 2.5rem 0;
  justify-content: space-between;
}
.box-title {
  font-variation-settings: "wght" 350;
  font-size: 2.4rem;
  line-height: 110%;
  text-transform: capitalize;
  margin-left: -0.045em;
}
.jobs-box .box-title {
  font-variation-settings: "wght" 400;
  margin-left: 0;
}
.box-content {
  width: 100%;
  padding-top: 2.5rem;
}
.box-list {
  width: 100%;
  gap: 0.5rem;
}
.clients-box .box-list {
  flex-wrap: wrap;
}
.awards-box .box-list {
  gap: 0.75rem;
}
.jobs-box .box-list {
  gap: 0em;
  border-bottom: 1px solid #000;
}
.box-item {
  font-size: 0.7rem;
  line-height: 115%; /* 0.77rem */
}
.clients-box .box-item {
  width: calc(18 / 40.1 * 100%);
}
.awards-box .box-item {
  gap: 2rem;
}
.jobs-box .box-item {
  font-variation-settings: "wght" 400;
  flex-wrap: wrap;
  padding: 0.45rem 0;
  max-height: 1.65rem;
  justify-content: space-between;
  overflow: hidden;
  border-top: 1px solid #000;
  cursor: pointer;
}
.jobs-box .box-item.jobs-open {
  font-variation-settings: "wght" 700;
  background-color: #fff;
  color: #000;
  max-height: 50rem;
}

.box-item .p1,
.box-item .p2 {
  width: 100%;
}
.awards-box .box-item .p1 {
  width: 2rem;
}
.awards-box .box-item .p2 {
  flex: 1;
}
.jobs-box .box-item .p1 {
  flex: 1;
  transition: all 0.3s;
}
.jobs-box .box-item .p2 {
  flex: 0 0 5rem;
  transition: all 0.3s;
}

.box-btns {
  gap: 34.25vw;
  width: 100%;
}

.box-btns .btn {
  font-size: 1.2rem;
  line-height: 100%;
  margin-top: 2.5rem;
  font-variation-settings: "wght" 450;
  cursor: pointer;
  transition: all 400ms;
  position: relative;
  border-bottom: 1px solid white;
}
.box-btns1 .btn {
  font-size: 1.2rem;
  line-height: 100%;
  margin-top: 3rem;
  font-variation-settings: "wght" 450;
  cursor: pointer;
  transition: all 400ms;
  position: relative;
  border-bottom: 1px solid black;
}

.jobs-content {
  width: 100%;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.jobs-content * {
  font-variation-settings: "wght" 400;
  font-size: 0.6rem;
  line-height: 110%;
  transition: all 300ms;
}

.slogan-title p {
  font-size: 1.8rem;
  line-height: 110%;
}
.slogan-desc p {
  font-size: 0.8rem;
  line-height: 110%;
}
.slogan-desc {
  position: relative;
  z-index: 1;
}
.slogan-title,
.slogan-desc {
  width: 100% !important;
}

.peopleSwiper {
  margin-top: 2.5rem !important;
  width: 100% !important;
}
