/* main */

.width-padding {
  max-width: 1919px;
  margin: auto;
}

.fontsize16 {
  font-size: 16px;
}

.title-head {
  font-size: 36px;
  color: #10565f;
}

.desc-color2 {
  font-style: normal;
  font-weight: 300;
  font-size: 16px !important;
  line-height: 24px;
  color: #181818;
  font-family: "Sofia Pro light2";
}

.img-grass {
  display: none;
}

.header-image {
  position: absolute !important;
  right: 0;
  top: 0;
  height: 600px;
}

.box-software-erp {
  border: 3px solid #0b7f8e !important;
  border-radius: 100px;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ps-5px {
  position: relative;
  top: -5px;
}

.ps-10px {
  position: relative;
  top: -10px;
}

.space-box {
  padding-top: 10rem;
  padding-bottom: 3rem;
}

.btn-primary-custom {
  border-radius: 50px !important;
  background-color: #10565f;
  border-color: #10565f;
}

.btn-primary-custom:hover {
  border-radius: 50px !important;
  background-color: #177e8b !important ;
  border-color: #177e8b;
  transition: 0.8s;
}

/* Navbar */
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  font-weight: 500;
  color: #181818;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #181818;
}

.navbar-light .navbar-nav .nav-link {
  color: #181818;
}

.navbar-light .btn-sign-in {
  color: #181818;
  background-color: #e7eaf5;
  padding: 0.75rem 1.875rem;
}

.fixed-top {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
/*  */

/* Header */
.background-header {
  position: absolute;
  top: 0;
  right: 0;
}

.title-desc {
  font-weight: 600;
  font-size: 52px;
  line-height: 60px;
  /* or 115% */

  color: #10565f;
}
.title-desc2 {
  font-weight: 200;
  font-size: 22px;
  line-height: 30px;
  font-family: "Sofia Pro light";
  /* or 136% */
  color: #181818;
}

.list-header {
  font-size: 18px !important;
  line-height: 30px;
  /* identical to box height, or 136% */

  color: #0b7f8e;
}
.link-scroll {
  text-decoration: none;
  color: #0b7f8e;
}

.link-scroll:hover {
  opacity: 0.8;
  color: #0b7f8e;
}

.dot {
  height: 8px;
  width: 8px;
  background-color: #0b7f8e;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 10px;
}

.header .header-title {
  font-size: 2.625rem;
  line-height: 1.5;
}

.header .btn-get {
  background-color: #4d17e2;
  padding: 0.75rem 3rem;
}

.header .btn-learn:hover {
  color: #0c145a;
}

.header .card {
  border-radius: 1rem;
  box-shadow: -8px 8px 58px 0px rgba(0, 0, 0, 0.1);
}

.header .left-card {
  width: 207px;
  height: 112px;
  top: 6.68rem;
  left: -3.625rem;
  padding: 0.875rem;
}

.header .right-card {
  width: 135px;
  height: 177px;
  bottom: 6.5rem;
  right: -3.2rem;
  padding: 1.25rem 1.5rem;
}

.header .right-card-support {
  padding: 0.063rem 0.625rem;
  background-color: #00baff;
  width: max-content;
  border-radius: 0.375rem;
  bottom: -0.5rem;
  left: auto;
  right: auto;
}
/*  */

/* Solusi */
.title-solusi {
  font-size: 24px;
  line-height: 140%;
  /* or 34px */

  text-align: center;

  color: #0b7f8e;
}

.title-solusi-desc {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  /* or 160% */

  color: #181818;
}

.feature .feature-card {
  background-color: #f9faff;
  padding: 1.875rem;
  border-radius: 1.625rem;
  margin-right: 16px;
}
/*  */

/* pencapaian */

.pencapaian-bg {
  background-image: url("../assets/img/Pencapaian/pencapaian-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-pencapaian {
  padding-right: 1rem !important;
  padding-bottom: 90px;
}

.featured-game .overflow-setting {
  overflow-x: auto;
  overflow-y: hidden;
}

.featured-game .featured-game-card {
  transition: all 0.4s;
  border-radius: 1.625rem;
  width: 205px;
  height: 270px;
}

.featured-game .featured-game-card:hover {
  transition: all 0.4s;
  border: 4px solid #2b2467;
}

.featured-game .featured-game-card:hover img {
  transition: all 0.4s;
  filter: blur(40px);
  width: 181px;
  height: 246px;
}

.featured-game .featured-game-card .blur-sharp {
  overflow: hidden;
  border-radius: 1.625rem;
}
.featured-game .featured-game-card:hover .blur-sharp {
  width: 192px;
  border: 7px solid white;
}

.featured-game .cover {
  transition: all 0.4s;
  opacity: 0;
  left: 0;
  right: 0;
  height: -webkit-fill-available;
  width: 100%;
}

.featured-game .featured-game-card:hover .cover {
  opacity: 1;
}

.featured-game .game-icon {
  margin-top: 3.125rem;
}

@media (min-width: 768px) {
  .featured-game .overflow-setting {
    overflow: hidden;
  }
}

/*  */

/* cara */

.desc-color {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  /* identical to box height, or 34px */

  color: #0b7f8e;
}

.desc-color2 {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #181818;
}

.check {
  position: absolute;
  top: 18px;
  left: -20px;
}
.reached .vertical-line {
  width: 1px;
  background-color: #e7eaf5;
  height: 94px;
}

.reached .horizontal-line {
  width: 240px;
  background-color: #e7eaf5;
  height: 1px;
}
/*  */

/* Story */

.pos-bg-story {
  position: relative;
  top: -9.8rem;
}

.btn-custom1 {
  border: 2px solid #0b7f8e;
  border-radius: 40px;
  font-size: 18px;
  color: #0b7f8e;
  margin-top: 5px;
  width: 250px;
}

.btn-custom1:hover {
  opacity: 0.8;
  color: #0b7f8e;
}

.btn-custom2 {
  border: 2px solid #0b7f8e;
  border-radius: 40px;
  font-size: 18px;
  color: white;
  margin-top: 5px;
  background-color: #0b7f8e;
  width: 250px;
}

.btn-custom2:hover {
  opacity: 0.8;
  color: white;
}
.text-btn {
  position: relative;
  top: -1px;
}

.pa-0 {
  position: absolute;
  top: 0;
}
.title-story {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */

  text-align: center;

  color: #181818;
}
.desc-story {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  /* or 21px */
  font-family: "Sofia Pro light2";
  text-align: center;

  color: #181818;
}
.bg-absolute {
  position: absolute;
  top: 0;
  bottom: -158px;
  left: 0;
  right: 0;
  width: webkit-fill-available;
  margin: auto;
}
.story .btn-read {
  padding: 0.75rem 3rem;
  background-color: #e7eaf5;
}

.story .img-fluid {
  max-width: 100%;
  height: auto;
}
/*  */

/* download */
.bg-download {
  background-image: url("../assets/img/download/bg-download.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* Footer */

.max-icon-footer {
  max-width: 350px;
}
.c-w-fs15 {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.c-w-fs12 {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0 !important;
}
.text-footer {
  font-style: normal;
  font-weight: 300;
  font-size: 14.1383px;
  line-height: 19px;

  color: #ffffff;

  position: relative;
  top: 7px;
  left: 5px;
}

.c-BDFA5Fz {
  color: #bdfa5f;
  font-size: 12px;
}

.text-phone {
  position: relative;
  top: 7px;
  left: 10px;
  color: white;
  font-size: 12px;
}

.text-pt {
  font-size: 15px;
  line-height: 21px;
  /* identical to box height */

  color: #ffffff;
}
.text-pt2 {
  font-size: 12px;
  line-height: 16px;

  color: #ffffff;
}
footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c7f8f;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  transition: 0.2s;
}

footer ul li a:hover {
  color: #4d17e2;
  text-decoration: underline !important;
  background-color: transparent;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

@media (max-width: 768px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Header */

  /*  */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* Navbar */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  /*  */

  /* Header */
  .header .underline-blue {
    text-decoration: none;
    position: relative;
  }

  .header .underline-blue:after {
    position: absolute;
    content: "";
    height: 8px;
    bottom: 11px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    background: #00baff;
    z-index: -10;
  }

  /*  */

  /* Featured Game */
  .featured-game .featured-game-card:hover .blur-sharp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.header-image {
  /* width: 900px !important;
  height: 800px !important; */
  position: relative;
  /* top: -140px; */
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

@media only screen and (max-width: 1550px) {
  .title-desc {
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: #10565f;
  }

  .title-head {
    font-size: 32px !important;
    color: #10565f;
  }

  .icon-pencapaian {
    width: 60px;
    height: 60px;
  }

  .width-pencapaian {
    width: 120px;
  }

  .space-box {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  /* .txt-pencapaian {
    font-size: 12px !important;
  } */
}

@media only screen and (max-width: 1700px) {
  .header-image {
    width: 800px !important;
    height: 560px !important;
    position: absolute;
    top: 0px;
  }

  .res-pb-5 {
    padding-bottom: 8 rem;
  }
}

@media only screen and (max-width: 1550px) {
  .header-image {
    width: 755 px !important;
    height: 535px !important;
    position: absolute;
    top: 0;
  }
}

@media only screen and (max-width: 1360px) {
  .header-image {
    width: 659px !important;
    height: 460px !important;
    position: absolute;
    top: 0;
  }

  .res-pb-5 {
    padding-bottom: 10rem;
  }
}

@media only screen and (max-width: 1150px) {
  .header-image {
    width: 590px !important;
    height: 0px !important;
    position: absolute;
    top: 0;
  }
}

@media only screen and (max-width: 998px) {
  .p-pencapaian {
    padding-right: 2rem !important;
    padding-bottom: 0px;
  }

  .header-image {
    display: none;
  }

  .res-pb-5 {
    padding-bottom: 28rem;
  }

  .space-box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .btn-top {
    padding-top: 30px;
  }
  .res-fs-22 {
    font-size: 22px !important;
  }

  .res-fs-15 {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 990px) {
  .p-pencapaian {
    padding-right: 2rem !important;
    padding-bottom: 0px;
  }

  .header-image {
    display: none;
  }

  .res-pb-5 {
    padding-bottom: 0;
  }

  .pencapaian-bg {
    background-image: none;
  }

  .pt-res {
    padding-top: 50px;
  }

  .img-grass {
    display: block;
    width: -webkit-fill-available;
    width: 100%;
  }

  .space-box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .btn-top {
    padding-top: 30px;
  }
  .res-fs-22 {
    font-size: 22px !important;
  }

  .res-fs-15 {
    font-size: 15px !important;
  }

  .pos-bg-story {
    display: none;
  }

  .pa-0 {
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .img-grass {
    display: block;
    width: -webkit-fill-available;
    width: 100%;
  }
  .pos-bg-story {
    display: none;
  }
  .img-solusi {
    width: 200px;
    height: 200px;
  }

  .res-pb-5 {
    padding-bottom: 0rem;
  }
  .img-industri {
    width: 200px;
    height: 200px;
  }

  .icon-pencapaian {
    width: 80px;
    height: 80px;
  }

  .width-pencapaian {
    width: 200px;
  }

  .txt-pencapaian {
    font-size: 14px !important;
  }

  .bg-absolute {
    display: none;
  }

  .btn-custom1 {
    border: 2px solid #0b7f8e;
    border-radius: 40px;
    font-size: 12px;
    color: #0b7f8e;
    margin-top: 5px;
    width: 150px;
  }

  .btn-custom2 {
    border: 2px solid #0b7f8e;
    border-radius: 40px;
    font-size: 12px;
    color: white;
    margin-top: 5px;
    background-color: #0b7f8e;
    width: 180px;
  }

  .title-desc {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px !important;
    color: #10565f;
  }

  .link-scroll {
    font-size: 12px;
  }
  .title-head {
    font-size: 25px;
  }

  .pencapaian-bg {
    background-image: none;
  }

  .p-pencapaian {
    padding-right: 0rem !important;
    padding-bottom: 50px;
  }
  .pa-0 {
    position: relative;
  }

  .pos-icon {
    padding-top: 40px;
  }

  .check {
    position: absolute;
    top: 18px;
    left: -15px;
  }
}
