body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
}

.layout_padding {
  padding: 5px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 65px;
}

.layout_padding-top {
  padding-top: 5px;
}

.layout_padding-bottom {
  padding-bottom: 5px;
}

.layout_padding2-bottom {
  padding-bottom: 5px;
}

.hero_area {
  position: relative;
  height: 90vh;
  background-image: url("../images/bg-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  overflow: visible;
  z-index: 1;
}

.hero_area.custom_page-height {
  height: 86px;
}

.hero_area.custom_page-height::after {
  display: none;
}

.hero_area::after {
  content: "";
  position: absolute;
  top: 105%;

  /* Atur jarak kiri dan kanan di sini */
  left: 20px;
  right: 5px;

  height: 55px;

  background: url("../images/blue-bg.png") no-repeat center;
  background-size: 100% 100%;

  z-index: 2;
  pointer-events: none;
}

/*header section*/

.header_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.slider_section .slider_item-container {
  margin-top: 20px;
}

.header_section .header_container {
  display: flex;
  justify-content: space-between;
}

/* ================= HEADER TOP ================= */

.header_top {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}

.header_top-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  width: 100%;
}

.header_top-contact a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #c3c3c5;
  transition: .3s ease;
  white-space: nowrap;
}

.header_top-contact a:hover {
  color: #ffffff;
  text-decoration: none;
}

.header_top-contact img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  object-fit: contain;
}

.header_top-contact span {
  font-size: 14px;
  line-height: 1;
}

/* ================= SOCIAL ================= */

.header_top-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ================= LAPTOP KECIL ================= */

@media (max-width: 1200px) {

  .header_top-contact {
    gap: 15px;
  }

  .header_top-contact span {
    font-size: 13px;
  }

}

/* ================= TABLET ================= */

@media (max-width: 991px) {

  .header_top {
    display: none;
  }

}

/* ================= NEST HUB ================= */

@media (max-width: 1024px) and (max-height: 700px) {

  .header_top {
    display: none;
  }

}

#datetime {
  white-space: nowrap;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container {
  transition: all 0.4s ease;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1px 25px;
  color: rgb(255, 255, 255);
  mix-blend-mode: difference;
  text-align: center;
  transition: color 0.3s ease;
}

/* Google Nest Hub */
@media (max-width: 1024px) and (max-height: 600px) {
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 10px;
    font-size: 14px;
  }
}

.nav-link:hover {
  color: #02caf0;
}

/* LINK RESET */
a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

/* BUTTON RESET */
.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/* HEADING */
.heading_style {
  border-left: 12px solid #78cffd;
  font-size: 40px;
  padding-left: 3px;
  font-weight: lighter;
  color: #0a0057;
}

/* BRAND */
.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

/* SEARCH BTN */
.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  cursor: pointer;
}

/*end header section*/

/* slider section */
.slider_section {
  position: relative;
}

.slider_form-box form {
  display: flex;
}

.slider_form-box form .search_input {
  position: relative;
}

.slider_form-box form .search_input input {
  width: 250px;
  height: 45px;
  outline: none;
  border: none;
  background-color: #f7f6fd;
  padding-left: 10%;
}

.slider_form-box form .search_input img {
  position: absolute;
  width: 15px;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}

.slider_form-box form button {
  border: none;
  background-color: #78cffd;
  color: #fff;
  padding: 10px 25px;
}

.slider_section .slider_item-container {
  margin-top: 0;
}

.slider_section .slider_item-container.col-md-6 {
  padding: 0;
}

.slider_item-detail h1 {
  font-weight: bold;
  margin: 35px 0;
  color: #0000dc;
}

@media (min-width: 992px) {
  #typing-title {
    border-right: 3px solid #0000dc;
    display: inline-block;
    animation: blink 0.8s infinite;
  }

  @keyframes blink {
    50% {
      border-color: transparent;
    }
  }
}

.read-btn,
.quote-btn,
.read-btn:hover,
.quote-btn:hover {
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
}

.read-btn,
.quote-btn {
  display: inline-flex;
  align-items: center;

  transition: transform 0.3s ease,
              box-shadow 0.3s ease;

  will-change: transform;
}

.read-btn {
  background-color: #78cffd;
}

.quote-btn {
  background-color: #0a0057;
}

.read-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(120, 207, 253, 0.45);
}

.quote-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(10, 0, 87, 0.45);
}

.read-btn img,
.quote-btn img {
  margin-left: 5px;
  width: 20px;

  transition: transform 0.3s ease;
}

.read-btn:hover img,
.quote-btn:hover img {
  transform: translateX(4px);
}

.slider_section .carousel-indicators {
  position: absolute;
  top: 50%;
  left: -10%;
  bottom: auto;
  right: auto;
  flex-direction: column;
  transform: translateY(-50%);
}

.slider_section .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #78cffd;
  background-clip: padding-box;
  margin: 3px;
  border: none;
  opacity: 1;
  border-radius: 100%;
  transition: background-color 0.6s;
}

.slider_section .carousel-indicators .active {
  background-color: #0a0057;
}


/* end slider section */

/* about section */
.about_section {
   margin-top: 30px;
  padding-top: 50px;
  position: relative;
}

.about_section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 65px;
  height: 120px;
  transform: translateY(-50%);
  background-image: url(../images/circle-bg.jpg);
  background-size: cover;
}

.about_section .col-md-6 {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_section {
  padding-top: 50px;
  position: relative;
}

.about_section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 65px;
  height: 120px;
  transform: translateY(-50%);
  background-image: url(../images/circle-bg.jpg);
  background-size: cover;
}

.about_section .col-md-6 {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

/* Gambar */

.about_img-box {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease;
}

.about_img-box.show {
  opacity: 1;
  transform: translateX(0);
}

/* Container biru */

.about_detail-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;

  opacity: 0;
  transition: all 0.8s ease;
}

.about_detail-container.show {
  opacity: 1;
  transform: translateX(0);
}

.about_detail-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #02caf0;
  z-index: -1;
}

/* Isi box */

.about_detail-box {
  padding: 25px 50px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about_detail-box h3 {
  font-weight: normal;
  margin-bottom: 15px;
  text-align: right;
}

.about_detail-box p {
  margin: 20px 0;
  line-height: 1.6;
  text-align: right;
}

/* Mobile */
@media (max-width: 767px) {

  .about_section .row {
    row-gap: 0;
  }

  .about_section .col-md-6 {
    padding: 0;
    margin: 0;
  }

  .about_img-box {
    margin-bottom: 0;
  }

  .about_img-box img {
    display: block;
    width: 100%;
    margin: 0;
  }

  .about_detail-container {
    margin-top: -20px; /* kalau masih ada garis putih */
  }

  .about_detail-box {
    padding: 20px 15px;
  }

}

/* Teks bergiliran */

.service-list{
  list-style: none;
  padding: 0;
  margin: 25px 0 0;

  display: grid;
  gap: 14px;
}

.service-list{
  list-style: none;
  margin: 10px 0 0;
  padding: 0;

  display: grid;
  gap: 8px;
}

.service-list li{
  position: relative;
  padding-left: 28px;

  margin: 0;

  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.service-list li::before{
  content: "✔";
  position: absolute;
  left: 0;
  top: 1px;

  color: #4fc3ff;
  font-size: 16px;
  font-weight: 700;
}

/* gambar */

.about_img-box {
  overflow: hidden;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 0.8s ease;
}

.about_img-box.show {
  opacity: 1;
  transform: translateX(0);
}

/* teks bertahap */

.reveal-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease;
}

.reveal-item.show {
  opacity: 1;
  transform: translateY(0);
}

.about-btn img {
  margin: 0;
  margin-right: 5px;
  transform: rotate(180deg);
}

.about_img-box {
  position: relative;
  overflow: hidden;
}

.about_img-box img {
  width: 90%;
  display: block;
  margin: 0 auto;
  transform: translateY(-5%);
  margin-right: -15px;
}

.about_img-box::before {
  content: "";
  width: 18%;
  height: 10%;
  background-color: #02caf0;
  position: absolute;
  right: 0;
  bottom: 25%;
  z-index: 2;

  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease;
}

.about_img-box::after {
  content: "";
  position: absolute;
  width: 18%;
  height: 10%;
  right: 0;
  bottom: 25%;
  background-image: url("../images/white-next.png");
  background-size: 20px;
  background-position: 15px center;
  background-repeat: no-repeat;
  z-index: 3;

  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease;
}

.about_img-box.show-arrow::before,
.about_img-box.show-arrow::after {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 767px) {
  .about_detail-box {
    padding: 25px 20px;
  }

  .about_detail-box h3,
  .about_detail-box p {
    text-align: left;
  }
}
/* end about section */

/* service section */
.service_img-box {
  position: relative;
}

.service_img-box h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: lighter;
  padding: 10px 15px;
  padding-right: 35px;
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.s-b-1 h3 {
  background-image: url(../images/hbg.png);
}

.s-b-2 h3 {
  background-image: url(../images/hbg-2.png);
}

.s-b-3 h3 {
  background-image: url(../images/hbg-3.png);
}

.service_img-box img {
  width: 100%;
}

/* service section */

/* shop section */

.shop_section {}

.shop_section .row {
  margin-top: 100px;
  background-color: #0a0057;
}

.shop-detail {
  padding: 50px;
}

.shop-detail h5 {
  color: #78cffd;
  font-size: 22px;
}

.shop-detail p {
  color: #fff;
}

.shop_img-box {
  image-size: 35px;
  position: relative;
  margin-top: -50px;
  margin-left: -50px;
  margin-bottom: 50px;
}

/* end shop section */

/* client section */
.client_section {
  padding-bottom: 125px;
}

.c-b-1 {
  background-image: url(../images/client1-bg.png);
}

.c-b-2 {
  background-image: url(../images/client2-bg.png);
}

.client_detail {
  padding: 20px 30px;
  padding-left: 50px;
}

.client_detail h5 {
  padding-left: 20%;
  color: #78cffd;
}

.client_detail p {
  padding-top: 20px;
  color: #fff;
}

/* ================= SECTION TITLE ================= */

.heading_style {
  opacity: 1; /* jangan 0 */
  transform: translateY(50px);
  transition: all .8s ease;
}

.heading_style.show {
  opacity: 1;
  transform: translateY(0);
}

.heading_style.show {
  opacity: 1;
  transform: translateY(0);
}

/* ================= CLIENT BOX ================= */

  .client_box {
    position: relative;

    /* sebelumnya 150px */
    margin-top: 150px;

    background-size: 100% 100%;
    background-repeat: no-repeat;

    padding-top: 20px;

    opacity: 0;

    will-change: transform, opacity;

    transition:
      opacity .8s ease,
      transform .8s ease;
  }

  .client_section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .client_section .container {
    margin-bottom: 0;
  }

  .client_detail {
    margin-bottom: 0;
  }

  .mission-list {
    margin-bottom: 0;
  }

  /* Vision */

  .c-b-1 {
    transform: translateX(-100px);
  }

  /* Mission */

  .c-b-2 {
    transform: translateX(100px);
  }

  .c-b-1.show,
  .c-b-2.show {
    opacity: 1;
    transform: translateX(0);
  }

  /* ================= IMAGE ================= */

  .client_box .client_img {
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 2;
    opacity: 0;
  }

  .client_box .client_img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }

  /* ================= DETAIL ================= */

  .client_detail {
    padding: 40px;
  }

  .client_detail h5 {
    margin-bottom: 20px;
    opacity: 0;
  }

  .client_detail p,
  .mission-list li {
    opacity: 0;
  }

  /* ================= MISSION ================= */

  .c-b-2 .client_detail {
    padding: 35px;
  }

  .c-b-2 .client_detail h5 {
    font-size: 36px;
    padding-bottom: 10px;
  }

  .mission-list {
    margin: 0;
    padding-left: 25px;
  }

  .c-b-2 .mission-list li {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 12px;
  }

  .c-b-2 .mission-list li:last-child {
    margin-bottom: 0;
  }

/* ================= ANIMATION SEQUENCE ================= */

.client_box.show .client_img {
  animation: fadeUp .6s ease forwards;
  animation-delay: .2s;
}

.client_box.show h5 {
  animation: fadeUp .6s ease forwards;
  animation-delay: .5s;
}

.client_box.show p {
  animation: fadeUp .6s ease forwards;
  animation-delay: .8s;
}

.client_box.show li:nth-child(1) {
  animation: fadeUp .5s ease forwards;
  animation-delay: .8s;
}

.client_box.show li:nth-child(2) {
  animation: fadeUp .5s ease forwards;
  animation-delay: 1s;
}

.client_box.show li:nth-child(3) {
  animation: fadeUp .5s ease forwards;
  animation-delay: 1.2s;
}

.client_box.show li:nth-child(4) {
  animation: fadeUp .5s ease forwards;
  animation-delay: 1.4s;
}

.client_box.show li:nth-child(5) {
  animation: fadeUp .5s ease forwards;
  animation-delay: 1.6s;
}

/* ================= KEYFRAMES ================= */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= CAROUSEL INDICATORS ================= */

.client_section {
  position: relative;
  padding: 80px 0 140px;
  overflow: hidden;
}

.client_section .container {
  position: relative;
}

.client_section .carousel {
  position: relative;
  padding-bottom: 60px;
}

.client_section .carousel-inner {
  overflow: hidden;
}

.client_section .carousel-indicators {
  position: absolute;
  left: 50%;
  bottom: 0;

  transform: translateX(-50%);

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.client_section .carousel-indicators li {
  width: 21px;
  height: 10px;

  margin: 0;
  padding: 0;

  border: none;
  border-radius: 50px;

  background: #0a0057;
  opacity: 1;

  transition: all .3s ease;
}

.client_section .carousel-indicators li:hover {
  opacity: .8;
}

.client_section .carousel-indicators .active {
  width: 30px;
  background: #78cffd;
}

@media (max-width: 768px) {
  .client_section {
    padding: 60px 0 120px;
  }

  .client_section .carousel {
    padding-bottom: 50px;
  }
}

/* ================= TABLET ================= */

@media (max-width: 991px) {

  .client_box {
    margin-top: 120px;
  }

  .client_box .client_img {
    left: 50%;
    transform: translateX(-50%);
  }

  .client_detail {
    text-align: center;
    padding-top: 90px;
  }

  .mission-list {
    text-align: left;
  }

  .c-b-2 .client_detail h5 {
    font-size: 30px;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 767px) {

  .client_box {
    margin-top: 100px;
  }

  .client_box .client_img img {
    width: 110px;
    height: 110px;
  }

  .client_detail {
    padding: 25px;
    padding-top: 70px;
  }

  .client_detail h5 {
    font-size: 24px !important;
  }

  .c-b-2 .mission-list li {
    font-size: 12px;
    line-height: 1.5;
  }

  .client_section .carousel-indicators {
    top: 108%;
  }
}
/* end client section */

/* company section */
.company_section {
  background-color: #78cffd;
}

.company-detail h3 {
  color: #060000;
  font-weight: bold;
}

.company-detail p {
  color: #fff;
  width: 85%;
}

/* end company section */

/* contact_section */

.contact_section .col-md-6 {
  padding: 0;
}

.contact_form-container {
  padding: 60px;
  background-color: #78cffd;
  position: relative;
}

.contact_form-container form {
  width: 100%;
}

.contact_form-container form input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;

  background-color: #fcfcfc;
  margin: 10px 0;
}

.message_input {
  height: 100px;
}

.contact_form-container button {
  border: none;
  display: inline-block;
  padding: 8px 40px;
  background-color: #0a0057;
  color: #fff;

  margin-top: 20px;
}


.contact_form-container::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #78cffd;
  position: absolute;
  /* right: 0; */
  /* bottom: 25%; */
  left: -50px;
  top: 15%;

}

/* end contact_section */

/* info section */
.info_section {
  padding-top: 50px;
  padding-bottom: 1px;
  color: #fff;
  background-color: #060645;

  background-repeat: no-repeat;
  font-family: "Poppins", sans-serif;
}

.info_section h5 {

  font-size: 22px;

}

.info_section a,
.info_section a:hover {
  color: #fff;
}

.info_section .col-md-4 {
  padding: 0 30px;
}

.info_news {
  padding-right: 8%;
}

.info_news input {
  border: none;
  width: 100%;
  height: 40px;
  margin: 5px 0;
  background-color: #fff;
  outline: none;
  padding-left: 20px;
}

.info_news button {
  border: none;
  background-color: #78cffd;
  color: #fff;
  padding: 7px 12px;
  margin-top: 10px;
}

.info_nav nav {
  width: 70%;
  margin: 0 auto;
}

.info_nav ul {
  display: flex;
  flex-direction: column;
}

.info_nav ul li {
  list-style-type: none;
}

.info_nav ul li a {
  color: #fff;
}

.info_social {
  display: flex;
  justify-content: space-between;
  width: 150px;
}

.info_social a img {
  width: 30px;
}

@media (max-width: 920px) {

  .slider_item-detail .d-flex{
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 6px; /* lebih dempet */
    flex-wrap: nowrap;
  }

  .slider_item-detail .d-flex > div{
    opacity: 1 !important;
    transform: translateY(0) !important;
    margin-left: 0 !important; /* buang ml-3 Bootstrap */
  }

  .read-btn,
  .quote-btn{
    width: auto !important;
    padding: 12px 14px;
    font-size: 14px;
    white-space: nowrap;
  }

  .read-btn img,
  .quote-btn img{
    width: 16px;
    height: auto;
  }

}

@media (max-width: 576px) {

  .slider_item-detail h1 {
    font-size: 2.2rem;
  }

  .slider_img-box img {
    width: 50%;
    max-width: 200px;
  }

  .read-btn,
  .quote-btn,
  .read-btn:hover,
  .quote-btn:hover {
    padding: 10px 14px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {

  .slider_item-detail h1 {
    font-size: 1.9rem;
  }

  .slider_img-box img {
    width: 45%;
    max-width: 170px;
  }
}

/* end info section */
/* footer section*/

.footer_section {
  background-color: #78cffd;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #fff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fff;
}

.email-fix{
  display:inline-block;
  max-width:100%;
  overflow-wrap:anywhere;
}

/* end footer section*/