@font-face {
  font-family: myriad_reg;
  src: url(../fonts/MyriadPro-Regular.otf);
}

@font-face {
  font-family: ttcbold;
  src: url(../fonts/ttcBold.otf);
}

@font-face {
  font-family: ttcextrabold;
  src: url(../fonts/ttcExtraBold.otf);
}

@font-face {
  font-family: ttcmedium;
  src: url(../fonts/ttcMedium.otf);
}

@font-face {
  font-family: ttcregular;
  src: url(../fonts/ttcRegular.otf);
}

body,
html {
  height: 100%;
  padding-top: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}

.navbar {
  background: #501556;
  height: 60px;
}

.navbar .container-fluid {
  align-items: baseline;
}

.navbar .navbar-brand {
  margin-right: 0;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  padding: 0;
}

.navbar .navbar-brand img {
  width: 120px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 0.8rem;
  padding: 0 0.6rem;
  font-family: ttcregular;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffad96;
}

footer {
  background: #fff;
}

footer .items {
  padding: 3rem 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

footer .items .item.left,
footer .items .item.right {
  flex: 1 1 45%;
  max-width: 45%;
}

footer .items .item.left .img {
  width: 200px;
}

footer .items .item.left .socmed {
  margin-top: 5rem;
}

footer .items .item.left .socmed h2 {
  color: #501556;
  font-size: 1.25rem;
  font-family: ttcbold;
}

footer .items .item.left .socmed ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 0.8rem;
}

footer .items .item.left .socmed ul li {
  margin-right: 0.6rem;
}

footer .items .item.left .socmed ul li img {
  width: 40px;
  background-color: #fff;
}
footer .items .item.left .socmed ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #501556;
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
}

footer .items .item.left p {
  color: #501556;
  font-family: ttcbold;
  font-size: 1rem;
}

footer .items .item.right h2 {
  color: #501556;
  font-family: ttcbold;
  font-size: 1.5rem;
}

footer .items .item.right p {
  color: #501556;
  font-family: ttcmedium;
  font-size: 1rem;
}

footer .items .item.right ul {
  display: flex;
  align-items: start;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 1rem;
}

footer .items .item.right ul li a {
  color: #989899;
  padding: 0 0.6rem;
  border-right: 1px solid #989899;
  font-family: ttcmedium;
  text-decoration: none;
}

footer .items .item.right ul li:first-child a {
  padding-left: 0;
}

footer .items .item.right ul li:last-child a {
  border-right: none;
}

.career {
  background: #501556;
  padding: 3rem 0;
  position: relative;
}
.career .vacancies{
  position: relative;
  height: 50vh;
  width: 90%;
  margin: 0 auto;
}

.career .text {
  text-align: center;
}

.career .text h1 {
  color: #fff;
  font-size: 3rem;
  font-family: ttcregular;
}

.career .text h1 span {
  font-family: ttcbold;
  color: #f0a68c;
}

.career .text .btn {
  background: #f0a68c;
  padding: 0.4rem 2rem;
  border-radius: 1rem;
  color: #88331f;
  font-family: ttcbold;
  margin-top: 1rem;
}

.career .shape1 {
  position: absolute;
  top: 40%;
  left: 12%;
  width: 125px;
}

.career .shape2 {
  position: absolute;
  top: 0%;
  left: 17%;
  width: 125px;
}

.career .shape3 {
  position: absolute;
  top: 30%;
  left: 26%;
  width: 175px;
}

.career .shape4 {
  position: absolute;
  top: 26%;
  left: 44%;
  width: 125px;
}

.career .shape5 {
  position: absolute;
  top: 9%;
  right: 20%;
  width: 125px;
}

.career .shape6 {
  position: absolute;
  top: 57%;
  right: 14%;
  width: 160px;
}

.career .vacancies .btn {
  padding: 0.4rem 1rem;
  border-radius: 5rem;
  color: #fff;
  text-align: left;
  position: absolute;
  font-family: ttcregular;
  width: 20%;
}

.career .btn span {
  font-family: ttcbold;
  display: block;
  font-size: 1.2rem;
  line-height:1.2rem;
}

.career .btn.blue {
  background: #4d36f2;
  top: 23%;
  left: 0;
  /* rotate: -17deg; */
}

.career .btn.blue-light {
  background: #a3b6e9;
  top: 65%;
  left: 20%;
  /* rotate: 5deg; */
  z-index: 1;
}

.career .btn.blue.two {
  background: #4d36f2;
  top: 36%;
  left: 40%;
  /* rotate: -15deg; */
  z-index: 2;
}

.career .btn.purple {
  background: #b230c4;
  top: 15%;
  left: 60%;
  /* rotate: 10deg; */
  z-index: 2;
}

.career .btn.blue-light.two {
  background: #a3b6e9;
  top: 38%;
  /* right: 7%; */
  left: 80%;
  /* rotate: -15deg; */
  z-index: 2;
}

@keyframes randomFall {
  0% {
    opacity: 0;
    transform: translateY(-80px) rotate(0deg); /* Mulai dari atas dengan rotasi acak */
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(var(--rotate)); /* Berhenti di posisi semula */
  }
}

.animate__animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animate__randomFall {
  animation-name: randomFall;
}

.banner .shape1,
.banner .shape2,
.banner .shape3,
.banner .shape4,
.banner .shape5,
.banner .shape6 {
  opacity: 1;
}

.shape1,
.shape2,
.shape3,
.shape4,
.shape5,
.shape6,
.btn-jobs {
  opacity: 1;
  position: relative;
  visibility: visible;
}

.shape1,
.shape2,
.shape3,
.shape4,
.shape5,
.shape6,
.btn-jobs {
  transition: transform 0.5s ease;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 15px;
  margin: 2px;
}

::-webkit-scrollbar-thumb {
  background: #501556;
  border-radius: 15px;
  border: 2px solid #501556;
}

[data-entrance] { visibility: hidden; }

@media (orientation: portrait) {
  .navbar .container-fluid {
    align-items: center;
  }

  .navbar .navbar-brand {
    position: relative !important;
    transform: unset;
    top: unset;
    left: unset;
  }

  .navbar .navbar-toggler {
    border: none;
    box-shadow: none;
  }

  .navbar .navbar-toggler svg {
    color: #fff;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #501556;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
  }

  .navbar-collapse.show {
    opacity: 1;
    pointer-events: auto;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .navbar .navbar-nav .nav-item {
    margin: 10px 0;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 1rem;
  }

  footer .items {
    flex-direction: column;
    gap: 2rem;
    align-items: start;
  }

  footer .items .item.left,
  footer .items .item.right {
    max-width: 100%;
    flex: 1 1 100%;
  }

  footer .items .item.right ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  footer .items .item.right .right {
    margin-top: 1rem;
  }

  footer .items .item.left .img {
    width: 150px;
  }

  footer .items .item.left .socmed {
    margin-top: 2rem;
  }

  footer .items .item.left .socmed h2 {
    font-size: 1rem;
  }

  footer .items .item.left .socmed ul li img {
    width: 30px;
  }

  footer .items .item.right ul li a {
    border-right: 0;
    padding-left: 0;
  }

  .career .text h1 {
    font-size: 2rem;
  }

  .career .btn span {
    font-size: 1rem;
    line-height: 1rem;
  }

  .career .btn.blue {
    top: 33%;
    left: 0;
    z-index: 1;
  }

  .career .shape1 {
    top: 73%;
    left: 6%;
    width: 75px;
  }

  .career .shape2 {
    top: 35%;
    left: 26%;
    width: 75px;
  }

  .career .shape3 {
    top: 35%;
    left: 50%;
    width: 100px;
  }

  .career .shape4 {
    display: none;
  }

  .career .shape5 {
    top: 30%;
    right: 8%;
    width: 75px;
  }

  .career .shape6 {
    top: 57%;
    right: 14%;
    width: 100px;
  }

  .career .btn.blue-light {
    top: 37%;
    left: 51%;
  }

  .career .btn.purple {
    top: 55%;
    left: 30%;
  }

  .career .btn.blue.two {
    top: 75%;
    left: 0;
    rotate: 4deg;
  }

  .career .btn.blue-light.two {
    top: 88%;
    left:40%
  }
  
.career .vacancies .btn {
  width: 50%;
}
