html, body {
  padding: 0;
  margin: 0;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
  background: #FFFFFF;
}

* {
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin: 0px auto 30px;
  padding: 0px 20px;
  color: #FFA500;
}

.sub-title {
  font-size: 24px;
  font-weight: 400;
  margin: 0px auto 100px;
  text-align: center;
  max-width: 810px;
  padding: 0px 20px;
}

.header-tags {
  height: 90px;
  overflow: hidden;
  display: block;
}
.header-tags p, .header-tags h1, .header-tags h2 {
  margin: 0px;
  color: #FFFFFF;
  font-size: 12px;
}

.header {
  padding: 20px 0px;
  position: fixed;
  background: #FFFFFF;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.05);
  z-index: 999;
}
.header .menu, .header .close {
  background: transparent;
  border: none;
  display: block;
  padding: 12px 8px;
  cursor: pointer;
  display: none;
}
.header .menu img, .header .close img {
  display: block;
}
.header .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 18px;
}
.header ul a {
  font-size: 18px;
  font-weight: 600;
  color: #54575B;
  text-decoration: none;
}
.header .logo {
  display: block;
  width: fit-content;
}
.header .logo img {
  height: 45px;
}

.section {
  padding: 150px 0px;
}

.section-landing {
  padding: 0px 0px 90px;
  min-height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-landing .container {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-landing .landing-left h1 {
  font-size: 64px;
  color: #FFA500;
  font-weight: bold;
  margin: 0px 0px 20px;
}
.section-landing .landing-left h2 {
  font-size: 32px;
  font-weight: 400;
  color: #37474F;
  margin: 0px 0px 50px;
}
.section-landing .landing-left p {
  font-size: 32px;
  font-weight: 400;
  color: #37474F;
  margin: 0px 0px 5px;
}
.section-landing .landing-left .btn-dl {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.section-landing .landing-left .btn-dl img {
  display: block;
}

.section-feature {
  background: #FAFAFA;
  color: #54575B;
}
.section-feature .features .feat {
  display: flex;
  align-items: center;
  gap: 100px;
}
.section-feature .features .feat img {
  display: block;
  width: 536px;
  max-width: calc(50vw - 50px);
}
.section-feature .features .feat h4 {
  font-weight: 600;
  font-size: 32px;
  margin: 0px 0px 20px;
  color: #FFA500;
}
.section-feature .features .feat p {
  font-weight: 400;
  font-size: 24px;
  margin: 0px;
}
.section-feature .features .feat.reverse {
  flex-direction: row-reverse;
}

.hiring {
  border-radius: 80px;
  width: 1200px;
  max-width: calc(100vw - 80px);
  min-height: 420px;
  margin: auto;
  color: #FFFFFF;
  text-align: center;
  background: #FFA500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.hiring h2 {
  font-weight: 700;
  font-size: 48px;
  margin: 0px auto 30px;
}
.hiring p {
  font-size: 24px;
  margin: 0px auto 60px;
  max-width: 510px;
}
.hiring .btn {
  width: 250px;
  height: 78px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  color: #0A0F14;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  padding: 22px 18px;
}

.about {
  display: flex;
  gap: 50px;
  align-items: center;
}
.about .about-img {
  max-width: 500px;
  width: calc(80vw - 40px);
}
.about .about-right img {
  width: 200px;
}
.about .about-right h1 {
  font-size: 48px;
  font-weight: 700;
  color: #0A0F14;
  margin: 30px 0px 20px;
}
.about .about-right p {
  margin: 0px;
  color: #54575B;
  font-size: 24px;
}

.section-review .title {
  margin-bottom: 100px;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-arrow {
  display: none !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0px;
  margin: 50px 0px 0px;
  gap: 10px;
}
.slick-dots li button {
  width: 18px;
  height: 18px;
  font-size: 0;
  border-radius: 20px;
  border: 0px;
  background: #CECFD0;
}
.slick-dots li.slick-active button {
  background: #FFA500;
}

.card {
  border-radius: 40px;
  border: 1px solid #848789;
  padding: 40px;
  margin: 0px 25px;
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}
.card > p {
  margin: 0px;
  font-size: 18px;
  color: #54575B;
  min-height: 112px;
  flex-grow: 1;
}
.card > div {
  display: flex;
  gap: 12px;
  align-items: center;
}
.card > div p {
  font-size: 24px;
  margin: 0px;
  font-weight: 600;
  color: #0A0817;
}
.card > div > img {
  width: 58px;
  height: 58px;
  border-radius: 58px;
}

.footer {
  border-top: 1px solid #dfdfe0;
  margin: 0px;
  color: #54575B;
  font-size: 14px;
  padding: 15px;
  text-align: center;
}
.footer .footer-flex {
  display: flex;
  justify-content: space-between;
}
.footer .footer-flex ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 20px;
}
.footer .footer-flex ul a {
  color: #54575B;
}

@media only screen and (max-width: 1280px) {
  .landing-right img {
    width: calc(50vw - 50px);
  }
  .section-about .container {
    max-width: 900px;
  }
  .section-about .about {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1100px) {
  .section-landing .landing-left h1 {
    font-size: 54px;
  }
  .section-landing .landing-left h2, .section-landing .landing-left p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .section {
    padding: 100px 0px;
  }
  .footer .footer-flex {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .footer .footer-flex ul {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .header {
    padding: 15px 0px;
  }
  .header ul {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
  .header ul a {
    padding: 6px 0px;
    display: block;
  }
  .header .logo img {
    height: 38px;
  }
  .header .menu, .header .close {
    display: block;
  }
  .header .nav {
    position: fixed;
    right: -320px;
    top: 0;
    bottom: 0;
    background: #FFF;
    box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.25);
    padding: 20px 40px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: right 300ms ease-in-out;
  }
  .header .nav.show {
    right: 0;
  }
  .title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .sub-title {
    font-size: 22px;
    margin-bottom: 80px;
  }
  .section-landing {
    padding: 0px;
  }
  .section-landing .container {
    flex-direction: column-reverse;
    gap: 30px;
    max-width: 600px;
  }
  .section-landing .landing-right img {
    width: calc(100vw - 80px);
    max-width: 100%;
  }
  .section-landing .landing-left {
    text-align: center;
  }
  .section-landing .landing-left .btn-dl {
    margin: auto;
    width: 200px;
    display: block;
  }
  .section-feature .container {
    max-width: 600px;
  }
  .section-feature .features {
    padding: 0px;
  }
  .section-feature .features .feat {
    flex-direction: column;
    margin: 0px;
    margin-bottom: 80px;
    gap: 30px;
  }
  .section-feature .features .feat > div {
    text-align: center;
  }
  .section-feature .features .feat > div h4 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .section-feature .features .feat > div p {
    font-size: 20px;
  }
  .section-feature .features .feat.reverse {
    flex-direction: column;
  }
  .section-feature .features .feat:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section {
    padding: 50px 0px;
  }
  .section-landing {
    padding: 0px;
  }
  .section-landing .landing-left h1 {
    font-size: 46px;
  }
  .section-landing .landing-left h2, .section-landing .landing-left p {
    font-size: 24px;
  }
  .section-landing .landing-left h2 {
    margin-bottom: 30px;
  }
  .section-feature .features .feat {
    margin-bottom: 30px;
  }
  .section-feature .features .feat img {
    max-width: calc(80vw - 100px);
  }
  .section-feature .features .feat > div h4 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .section-feature .features .feat > div p {
    font-size: 18px;
  }
  .section-review .title {
    margin-bottom: 50px;
  }
  .slick-dots {
    margin-top: 20px;
  }
  .hiring {
    border-radius: 50px;
    max-width: calc(100vw - 40px);
  }
  .hiring h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .hiring p {
    font-size: 22px;
  }
  .about .about-right img {
    width: 160px;
  }
  .about .about-right h1 {
    font-size: 28px;
  }
  .about .about-right p {
    font-size: 18px;
  }
  .card {
    padding: 20px;
    border-radius: 20px;
    gap: 10px;
  }
  .card > p {
    font-size: 16px;
  }
  .card > div > img {
    width: 50px;
    height: 50px;
  }
  .card > div p {
    font-size: 18px;
  }
}

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