/* fonts Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap");

* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  font-family: "Poppins", Segoe UI, sans-serif;
}

body {
  scroll-behavior: smooth;
}

/* navbar */
.bg-micro {
  background-color: #d83473;
  overflow: hidden;
  position: sticky;
  min-height: 75px;
  top: 0;
  z-index: 99;
}
.navbar-brand {
  /* position: absolute; */
  z-index: 5;
}
.bg-micro::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 24px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #f27929;
  filter: blur(80px);
  -webkit-filter: blur(80px);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.bg-micro::after {
  content: "";
  position: absolute;
  bottom: -250px;
  right: 24px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #f27929;
  filter: blur(80px);
  -webkit-filter: blur(80px);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.nav-faq {
  margin-right: 24px;
}
.nav-faq .faq-link {
  color: #fff;
}

.nav-faq .faq-link:hover {
  color: #c9c9c9;
}

.btn-daftar {
  position: relative;
  overflow: hidden;
  /* margin-left: auto; */
  padding: 8px 25px;
  z-index: 4;
  background-color: rgb(0, 173, 168);
  background-image: linear-gradient(
    170deg,
    rgba(0, 173, 168, 1) 50%,
    rgba(255, 199, 68, 1) 100%
  );
  color: white;
  border-radius: 30px;
  text-decoration: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.btn-daftar:hover {
  background-color: #009c97;
}
.btn-daftar span {
  z-index: 2;
  position: relative;
}

.btn-wa {
  position: relative;
  background-color: #1ab29d;
  padding: 8px 16px;
  border-radius: 30px;
  text-decoration: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  color: white;
}
.btn-wa:hover {
  background-color: #128c7e;
}

.wrap-button-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .btn-daftar::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  background-image: linear-gradient(
    170deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(255, 199, 68, 1) 100%
  );
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: blur(25px);
    -webkit-filter: blur(25px);
} */

.btn-up {
  position: fixed;
  bottom: 24px;
  right: 32px;
}

/* header */
.header-micro .section-img-micro-wrap {
  width: 100%;
  /* height: 100vh; */
}

.header-micro .section-img-micro-wrap .container-content-wrap {
  padding: 40px 40px;
}

.header-micro
  .section-img-micro-wrap
  .container-content-wrap
  .logo-brand-insight {
  width: 550px !important;
}



.header-micro .section-img-micro-wrap .img-wrap {
  display: flex;
  justify-content: center;
}

.header-micro .section-img-micro-wrap .img-wrap img {
  max-width: 100%;
  display: block;
}

.container-img-insight-wrap .img-star {
  width: 60px;
  /* height: 56px; */
  top: -25px;
  left: -30px;
  z-index: 10;
}
.free-section {
  width: 210px;
  top: -110px;
  right: -70px;
  z-index: 10;
}
.lasso-section {
  top: 76px;
  right: 60px;
  z-index: 1;
  position: absolute;
  width: 340px;
  height: auto;
  display: block;
}


.bali-desc-img {
  height: 140px;
  transition: transform .3s ease-in-out; -webkit-transition: transform .3s ease-in-out; -moz-transition: transform .3s ease-in-out; -ms-transition: transform .3s ease-in-out; -o-transition: transform .3s ease-in-out;
}


.bali-maps:hover  .bali-desc-img{
  position: relative;
  z-index: 5;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.malang-desc-img {
  height: 140px;
}

.btn-daftar-sini {
  background-color: rgb(0, 173, 168);
  background-image: linear-gradient(
    170deg,
    rgb(0, 173, 168) 30%,
    rgba(255, 199, 68, 0.6) 100%
  );
  padding: 8px 24px;
  max-width: 80%;
  overflow: hidden;
  height: 56px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.btn-daftar-sini:hover {
  background-color: #009c97;
}

.btn-daftar-sini i {
  width: 20px;
  margin-left: 8px;
}

/* section 1 */
.section-img img {
  max-width: 100%;
  /* height: 100vh; */
  /* object-fit: contain;  */
}

.section-wrap-group .wrap-peace-img {
  position: absolute;
  top: 36%;
  left: 6.2%;
}
.section-wrap-group .wrap-peace-img img {
  width: 90px;
  height: auto;
}

/* footer */
.footer-micro {
  background-color: #000;
  color: white;
  padding: 80px 90px 24px;
}

.footer-micro .title-footer {
  font-size: 30px;
  /* margin-bottom: 24px; */
}

.footer-micro .wrap-sosmed {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.btn-footer-daftar {
  text-decoration: none;
  /* margin-bottom: 24px; */
  height: 70px;
  color: white;
  overflow: hidden;
  font-weight: 600;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding: 12px 24px;
  background: rgb(216, 52, 115);
  background: linear-gradient(
    170deg,
    rgba(216, 52, 115, 1) 10%,
    rgba(242, 121, 41, 1) 100%
  );

  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

.footer-micro .container-sosmed-row {
  max-width: 60%;
  margin-bottom: 24px;
}
.footer-micro .container-sosmed-row .wrap-sosmed .footer-sosmed-logo {
  text-decoration: none;
}
.footer-micro .container-sosmed-row .wrap-sosmed .footer-sosmed-logo img {
  object-fit: contain;
}

.footer-micro .container-sosmed-row .wrap-sosmed .footer-sosmed-text {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #f27929;
}

/* page Frequently Asked Questions */
