.btn-default {
  color: white;
  font-weight: 500;
  font-size: 16px;
  background-color: #003da9;
  padding: 6px 16px;
  border-radius: 6px;
  border: none;
  width: 150px;
}

.btn-default:hover {
  background-color: #002f81;
}

/* HERO SECTION */
.hero-section {
  height: 100vh;
  box-sizing: border-box;
  background-image: url('../img/beranda/bg-indogps.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section .hero-konten {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 96px;
}

#carouselExampleFade {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel {
  position: relative;
}

.carousel .carousel-indicators {
  display: flex;
}

.carousel .carousel-indicators button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--primary-color-500);
  margin: 0 10px;
}

.carousel-inner {
  width: 100%;
}

.carousel-inner .carousel-item .row .text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh;
  box-sizing: border-box;
}

.carousel-inner .carousel-item .row .text .text-cover {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.carousel-inner .carousel-item .row .text .text-cover .text-head {
  color: var(--primary-color-500);
  font-weight: bold;
  font-family: open-sans-bold;
  font-size: 48px;
}

.carousel-inner .carousel-item .row .text .text-cover .text-body {
  font-family: open-sans;
  color: var(--neutral-color-700);
  font-size: 20px;
}

.carousel-inner .carousel-item .row .text .text-cover .text-body .text-indo {
  font-weight: bold;
  font-family: open-sans-bold;
  color: var(--primary-color-500);
}

.img-shadow {
  filter: drop-shadow(9px 7px 12px #c0c0c0);
}

.carousel-inner .carousel-item .row .gmb {
  display: flex;
  justify-content: end;
  align-items: end;
  box-sizing: border-box;
}

.carousel-item {
  transition: transform 1.6s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.2s;
}

/* SOLUSI */
#solusi {
  height: auto;
  padding: 80px 180px;
  text-align: center;
}

#solusi .solusi-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#solusi .solusi-cover .img-mobile {
  display: none;
}

#solusi .solusi-cover img {
  margin-bottom: 64px;
}

#solusi .solusi-cover .solusi-text {
  width: 70%;
  overflow: hidden;
}

#solusi .solusi-cover .solusi-text h1 {
  font-family: open-sans-semi-bold;
  color: var(--primary-color-500);
  padding: 0;
  margin: 0 0 36px;
  font-size: 40px;
}

#solusi .solusi-cover .solusi-text p {
  font-family: open-sans;
  color: var(--neutral-color-900);
  font-size: 20px;
  text-align: justify;
  margin: 0;
}

#solusi .solusi-cover .solusi-mobile {
  display: none !important;
}

/* END SOLUSI */

/* POWERFUL */
/* #powerfull {
  height: auto;
  background-color: var(--primary-color-50);
  padding: 80px 96px;
}

#powerfull .row {
  margin: 0;
  padding: 0;
}

#powerfull .row .powerfull-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0;
  gap: 32px;
}

#powerfull .row .powerfull-text h1 {
  color: var(--primary-color-500);
  margin: 0;
  padding: 0;
  font-family: open-sans-semi-bold;
  font-size: 40px;
}

#powerfull .row .powerfull-text p {
  margin: 0;
  padding: 0;
  font-family: open-sans;
  width: 75%;
  color: var(--neutral-color-900);
  font-size: 20px;
}

#powerfull .row .powerfull-img {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
} */
/* END POWERFUL */

/* CHOOSE */
#choose {
  height: auto;
  padding: 80px 96px;
}

#choose .garansi {
  margin-bottom: 36px;
}

#choose h4 {
  font-weight: 600;
  margin-top: 1vh;
}

#choose .garansi .garansi-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}

#choose .garansi .garansi-text p {
  font-family: open-sans;
  color: var(--neutral-color-900);
  text-align: center;
  width: 50%;
  margin: 0;
  font-size: 20px;
}

#choose .kebutuhan-text {
  font-weight: 500;
}

#choose .kebutuhan-text-mobile {
  display: none;
}

/* KEUNTUNGAN */
/* #choose .keuntungan {
  text-align: center;
} */

#choose .keuntungan h1,
#choose .garansi h1 {
  text-align: center;
  font-family: open-sans-semi-bold;
  color: var(--primary-color-500);
  margin-bottom: 36px;
}

#choose .keuntungan .card-keuntungan {
  /* border: 2px solid red; */
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
}

#choose .keuntungan .card-keuntungan:nth-child(2) {
  margin-bottom: 24px;
}

#choose .keuntungan .card-keuntungan .card-cover {
  width: calc(100% / 3);
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 5px;
  gap: 10px;
}

#choose .keuntungan .card-keuntungan .card-cover .card-text h4 {
  font-family: open-sans-semi-bold;
  color: var(--primary-color-500);
  margin-bottom: 15px;
  font-size: 24px;
}

#choose .keuntungan .card-keuntungan .card-cover .card-text p {
  font-family: open-sans;
  color: var(--neutral-color-900);
  font-size: 16px;
}

#choose .keuntungan .card-keuntungan .card-cover .card-img {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* END CHOOSE */

/* LINE UP */
#line-up {
  height: auto;
  background-color: var(--primary-color-50);
  padding: 80px 96px;
  text-align: center;
}

#line-up h1 {
  font-family: open-sans-semi-bold;
  color: var(--primary-color-500);
  margin: 0 0 32px;
}

.carousel-wrap {
  /* margin: 3vh auto; */
  padding: 0 10px;
  width: 100%;
  position: relative;
}
.carousel-wrap .owl-item .item {
  opacity: 0.5;
  transition: opacity 0.3s;
  text-decoration: none;
  transition: all 0.3s linear;
  position: relative;
  cursor: pointer;
  margin-bottom: 32px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 20px;
  height: 40px;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #fff;
}

.carousel-wrap .owl-item .item div {
  margin-bottom: 20px;
}

.carousel-wrap .owl-item .item p {
  color: black;
  font-family: open-sans-bold;
  padding: 0;
  margin: 0;
}

.carousel-wrap .owl-item.active .item {
  opacity: 1;
}

.carousel-wrap .owl-item .item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
}

.carousel-wrap .owl-item .item::after {
  content: 'Lihat Produk';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  /* width: 40%;
  height: 20%; */
  width: 150px;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 16px;
  z-index: 11;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  background-color: var(--primary-color-500);
  /* font-size: smaller; */
}

.carousel-wrap .owl-item .item:hover::before,
.carousel-wrap .owl-item .item:hover::after {
  opacity: 1;
  visibility: visible;
}

.owl-nav button span {
  font-size: 30px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transform: scale(1.1) translateY(-3px);
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .owl-nav {
  margin: 0;
}

.owl-theme .owl-nav .disabled,
button.disabled {
  opacity: 0.6;
}
/* END LINE UP */

/* FOOTER HEAD */
#footer-head {
  height: auto;
  padding: 80px 96px;
}

#footer-head .footer-head-konten {
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  border: 2px solid #d5d5d5;
  border-radius: 10px;
}

#footer-head .footer-head-konten .konten-text h3 {
  font-family: open-sans-semi-bold;
  font-size: 24px;
}

#footer-head .footer-head-konten .konten-text p {
  margin: 0;
  padding: 0;
  font-family: open-sans;
  color: var(--neutral-color-900);
}

#footer-head .footer-head-konten .konten-btn {
  display: flex;
  align-items: center;
}
/* END FOOTER HEAD */

/*Section FMB*/

.section-fmb {
  position: relative;
  height: auto;
  background-color: var(--primary-color-50);
}

.content-fmb {
  display: flex;
  justify-content: space-between;
  padding: 24px 96px;
}

/* .text-fmb {
  border: 2px solid red;
} */

.h1-fmb {
  color: #003da9;
  font-size: 36px;
  font-family: open-sans-bold;
}

.p-fmb {
  width: 40vw;
  color: #7d7d7d;
  margin: 24px 0 24px 0;
  font-size: 20px;
  font-family: open-sans;
}

.b-fmb {
  color: #003da9;
}

.btn-fmb {
  color: white;
  font-weight: 500;
  font-size: 16px;
  font-family: open-sans-semi-bold;
  background-color: #003da9;
  padding: 6px 16px;
  border-radius: 6px;
  border: none;
  width: 150px;
}

.btn-fmb:hover {
  background-color: #003083;
}

@media (max-width: 1440px) {
  #solusi .solusi-cover .solusi-text {
    width: 85%;
  }
}

@media (max-width: 1366px) {
  .carousel-wrap .owl-item .item::after {
    font-size: x-small;
  }
}

@media (max-width: 1280px) {
  #solusi .solusi-cover .solusi-text {
    width: 80%;
  }
}

/* Tablet Version */
@media (max-width: 1024px) {
  #choose {
    height: auto;
    padding: 48px 96px;
  }

  #choose .kebutuhan-text {
    display: none;
  }

  #choose .kebutuhan-text-mobile {
    display: block;
  }

  #choose img {
    width: 70px;
  }

  #choose h1 {
    font-size: x-large;
  }

  #choose h4 {
    font-size: large;
  }

  #solusi .solusi-cover .solusi-text {
    width: 70%;
  }

  #choose .keuntungan .card-keuntungan .card-cover .card-text h4 {
    font-size: smaller;
  }

  #choose .keuntungan .card-keuntungan .card-cover .card-text p {
    font-size: small;
  }

  #choose .keuntungan .card-keuntungan .card-cover .card-img {
    width: 100%;
  }

  .img-fmb-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 880px) {
  #solusi .solusi-cover .solusi-text {
    width: 100%;
  }

  /*section fmb*/
  .fmb-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
  }
  .content-fmb-mobile {
    display: flex;
    flex-direction: column-reverse;
    padding: 24px 16px;
  }
  .text-fmb-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }

  .text-fmb-mobile a {
    width: 100%;
  }

  .h1-fmb {
    margin-top: 24px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  .p-fmb {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  
  .img-fmb-mobile img {
    width: 100%;
    /* max-width: 300px; */
    height: auto;
  }
  .btn-fmb {
    width: 100%;
  }
  #choose .keuntungan .card-keuntungan {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
  #choose .keuntungan .card-keuntungan .card-cover {
    width: 100%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 5px;
    gap: 16px;
  }
  #choose .keuntungan .card-keuntungan .card-cover .card-img {
    min-width: 30%;
  }
  #choose .keuntungan .card-keuntungan .card-cover .card-text {
    min-width: 70%;
  }
  #choose .keuntungan .card-keuntungan .card-cover .card-text h4 {
    font-size: large;
  }

  #choose .keuntungan .card-keuntungan:nth-child(2) {
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  /* POWERFUL */
  #powerfull {
    padding: 48px 36px;
  }

  #powerfull .row .powerfull-text p {
    width: 100%;
  }

  /* SOLUSI */
  #solusi {
    height: auto;
    padding: 48px 36px;
  }

  #solusi .solusi-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #solusi .solusi-cover img {
    margin-bottom: 44px;
  }

  #solusi .solusi-cover .solusi-text {
    width: 80%;
  }

  /* HERO */
  .hero-section .hero-konten {
    padding: 0 16px;
  }

  /* .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: none;
  } */

  .head-carousel {
    display: flex;
    flex-direction: column-reverse;
  }

  .carousel-inner {
    position: relative;
    /* margin-top: 70px; */
  }

  .carousel-inner .carousel-item .row .text {
    height: auto;
  }

  .carousel-inner .carousel-item .row .text .text-cover {
    height: 55%;
    box-sizing: border-box;
  }

  .carousel-inner .carousel-item .row .text .text-cover .text-body {
    height: 140px;
  }

  .carousel .carousel-indicators {
    display: block;
    position: absolute;
    bottom: 80px;
    left: -50px;
  }

  .carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }

  /* CHOOSE */
  #choose {
    height: auto;
    padding: 48px 16px;
  }

  #choose .keuntungan .card-keuntungan {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }

  #choose .keuntungan .card-keuntungan .card-cover {
    width: 100%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 5px;
    gap: 10px;
  }

  #choose img {
    width: 50px;
  }

  #choose h4 {
    font-size: smaller;
  }

  #choose .garansi .garansi-text p {
    width: 90%;
  }

  /* END CHOOSE */

  #line-up {
    height: auto;
    background-color: var(--primary-color-50);
    padding: 80px 16px;
    text-align: center;
  }

  /* FOOTER HEAD */
  #footer-head {
    height: auto;
    padding: 48px 24px;
  }

  #footer-head .footer-head-konten {
    padding: 24px 22px;
    flex-direction: column;
    align-items: center;
  }

  #footer-head .footer-head-konten .konten-text h3 {
    text-align: center;
    font-size: large;
    margin: 0;
  }

  #footer-head .footer-head-konten .konten-text p {
    text-align: center;
    font-size: smaller;
    margin: 8px 0 32px;
  }
  /* END FOOTER HEAD */
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item .row .text .text-cover .text-head {
    font-size: 24px;
  }

  .carousel-inner .carousel-item .row .text .text-cover .text-body {
    font-size: 14px;
  }

  #solusi .solusi-cover .solusi-text h1 {
    font-size: 24px;
  }

  #solusi .solusi-cover .solusi-text p {
    font-size: 14px;
  }

  /* #powerfull .row .powerfull-text h1 {
    font-size: 24px;
  }

  #powerfull .row .powerfull-text p {
    font-size: 14px;
  } */

  #choose .garansi .garansi-text p {
    font-size: 14px;
  }

  #line-up .btn {
    width: 100%;
  }

  #footer-head .footer-head-konten .konten-btn {
    width: 100%;
  }

  #footer-head .footer-head-konten .konten-btn button {
    width: 100%;
  }

  #choose .keuntungan .card-keuntungan .card-cover .card-img {
    min-width: 40%;
  }
  #choose .keuntungan .card-keuntungan .card-cover .card-text {
    min-width: 60%;
  }

  #choose .keuntungan .card-keuntungan .card-cover .card-text h4 {
    font-size: large;
  }

  #choose .keuntungan .card-keuntungan .card-cover .card-text p {
    font-size: smaller;
  }

  /* SOLUSI */
  #solusi {
    padding: 16px;
    margin: 0;
  }

  #solusi .solusi-cover .img {
    margin-bottom: 0;
  }

  #solusi .solusi-cover .img-desktop {
    display: none;
  }

  #solusi .solusi-cover .img-mobile {
    display: block;
  }

  #solusi .solusi-cover .solusi-mobile {
    display: flex !important;
    margin-bottom: 16px;
  }

  #solusi .solusi-cover .solusi-mobile img {
    margin-bottom: 0;
  }

  #solusi .solusi-cover .solusi-mobile h4 {
    font-size: smaller;
    font-weight: 600;
    margin-top: 1vh;
    font-family: open-sans;
  }

  #solusi .solusi-cover .solusi-text {
    width: 100%;
  }

  #solusi .solusi-cover .solusi-text h1 {
    margin-bottom: 12px;
  }

  #solusi .solusi-cover .solusi-text p {
    font-size: smaller;
  }

  .carousel-wrap .owl-item .item {
    margin-bottom: 0;
  }

  .carousel-wrap .owl-item .item div {
    margin-bottom: 0;
  }
}
