* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {  
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
}

.bg-video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -5;
  pointer-events: none;
}

/* Parallax Effect sec1 */
.sec1, .fsk, .img-sec2 .position-start, .img-sec2 .position-end, .pria-swipe, .txt-sec1, .swipe2-righthalf, .swipe2-lefthalf, .wanita-swipe,
.qlcmb, .dampak, .validasi {
  position: relative;
  transition: none !important;
}

.dampak {
  width: 170% !important;
  opacity: 0.55;
}

.validasi {
  margin-top: 0rem;
}

.quarter, .quarter2 {
  position: fixed !important;
  top: 40%;
  left: 15%;
}

.quarter2 {
  top: 48%;
}

.img-sec2 {
  overflow: hidden;  
}

.hiddenX{
  overflow-x: hidden;
}

.sec1 .pohon {
  z-index: -1;  
}

.sec1 .top-0.start-0 {  
  top: -85% !important;
  left: -20.5% !important;
  width: 65%;
}

.sec1 .pohon-flip.end-0 {
  transform: scaleX(-1);
  top: -9rem !important;
  right: -21% !important;
  width: 55%;
}

.sec1 .pohonpohon {
  z-index: -2;
  top: 21% !important;
  width: 107%;
  /* opacity: 0.25; */
}

.sec1 .w-97, .sec1 .w-98 {
  width: 78%;
}

.sec1 .daun.bottom-0 {
  bottom: -30% !important;
  width: 110%;
  left: -7%;
}

.sec1 .wrapper1 {
  position: fixed;
  top: -41%;
  left: 0.7%;
  z-index: -1;
}

.sec1 .wrapper2 {
  position: fixed;
  top: 20%;
  z-index: -1;
}

.sec1 .wrapper3 {
  position: fixed;
  top: 40%;
  z-index: -2;
}

.sec1 .wrapper4 {
  position: fixed;
  bottom: -26%;
}

.bg-sec2, .delay{
  position: relative;
}

.bg-sec2 .swipe2-righthalf, .bg-sec2 .swipe2-lefthalf {
  opacity: 0;
}

.mt-2rem {
  margin-top: 2rem !important;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}

.text-shadow-white {
  text-shadow: 0px 0px 10px rgb(255 255 255);
}

p.stroke-2 {
  -webkit-text-stroke: 0.7px #ffffff;
}

.stroke-1 {
  -webkit-text-stroke: 0.6px #ffffff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.stroke-3 {
    -webkit-text-stroke: 3px #ffffff;
}

.pria-sec4{  
  transform: translate(0%,0%);  
  transition: opacity 0.7s ease;
  opacity: 0;
}

.right-center {
  position: relative;
  transform: translateX(100vw);
}

.left-center {
  position: relative;
  transform: translateX(100vw);
}

.cursor {
  display: inline-block;
  transition: opacity 4s ease;
  opacity: 0;
}

/* Backsound web */
.music-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: white;  
}

.music-overlay button {
  padding: 15px 30px;
  font-size: 18px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  background: #704FDE;
  color: white;
  z-index: 999;  
}

.music-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  padding: 10px 18px;
  border-radius: 20px;
  background: #704FDE;
  color: white;
  border: none;
  cursor: pointer;
  display: none;
  z-index: 999;
}

/* Pop up petunjuk */
.popup {
  position: fixed;
  top: 3rem;
  margin: 0 36.3%;
  width: 30rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  padding: 15px;
  display: none;
  z-index: 9999;
  animation: fadeIn 0.4s ease;
}

.popupvideo {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.popup video {
  width: 12rem;
  border-radius: 10px;
}

.popupteks {
  flex: 1;
}

.popupteks p {
  font-size: 0.9vw;
  margin-bottom: 10px;
}

.popupteks button {
  padding: 6px 10px;
  border: none;
  border-radius: 8px;
  background: #704FDE;
  color: white;
  cursor: pointer;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Style Website */
.active {
  color: #FFE472;
}

.img-sec2 .position-start, .img-sec2 .position-end {
  margin-top: 8%;
}

.bg-sec2.container-fluid{
  width: 100.8%;
}

.bg-sec3 {
  display: block; 
  background-color: #F0EEFF;
  height: fit-content;
}

.bg-sec4 {
  background: url('../media/img/vektor-slide4.png') no-repeat center top;
  background-size: contain;
  aspect-ratio: 1918 / 1434; 
}

.bg-sec5 {
  aspect-ratio: 1918 / 778; 
}

.bg-sec6 {
  height: fit-content;
  background-color: #704FDE;
  display: block;
}

.bg-sec6 .kategori1 {
  width: 25%;
  left: 4%;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.bg-sec6 .kategori2 {
  width: 30%;
  left: 63%;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.bg-sec7, .bg-sec16 {
  background-color: white;
  overflow-x: hidden;
  height: fit-content;
}

.bg-sec8, .bg-sec9, .bg-sec10, .bg-sec11, .bg-sec14, .bg-sec15 {
  background-color: #704FDE;
  overflow-x: hidden;
  height: fit-content;
}

.purple {
  color: #704FDE;
}

.purple-2 {
  color: #f3e8ffe6;
}

.purple-3 {
  color: #4338ca;
}

.red {
  color: #C80B0B;
}

.btn-purple {
  background-color: #704FDE;
}

.yellow {
  color: #FFC300;
}

.orange {
  color: #ffa700;
}

.yellow-2 {
  color: #FFE38F;
}

.yellow-3 {
  color: #FFDA00;
}

.poetsenOne {
  font-family: 'Poetsen One';
}

.playpenSans {
  font-family: 'Playpen Sans';
}
  
.position-end, .position-start {
  text-align: center;
}

.w-7 {
  width: 7% !important;
}

.w-20 {
  width: 20%;
}

.w-26 {
  width: 26%;
}

.w-14 {
  width: 14%;
}

.w-38 {
  width: 33%;
}

.w-97 {
  width: 97%;
}

.w-98 {
  width: 97.7%;
}

.w-42 {
  width: 42%;
}

.w-52 {
  width: 52%;
}

.w-51 {
  width: 51.5%;
}

.w-80 {
  width: 83.7%;
}

.w-83 {
  width: 92.3%;
}

.w-76 {
  width: 116%;
  height: auto;
  object-fit: contain;
}

.w-120 {
  width: 120%;
}

.w-150 {
  width: 162%;
  opacity: 0.55;
}

.mst-1 {
  margin-top: 3rem;
  margin-left: 3rem;
}

.mt-1rem {
  margin-top: 1.6rem;
}

.mt-3rem {
  margin-top: 3rem !important;
}

.mt-5rem {
  margin-top: 5rem !important;
}

.me-7 {
  margin-right: 3rem;
}

.top-10rem {
  top: 10rem;
}

.ts-45 {
  left: 45%;
}

.top-35 {
  top: 40% !important;
}

.top-25 {
  top: 25% !important;
}

.top-10 {
  top: 5% !important;
}

.start-20 {
  left: 32.5%;
}

.mt-7rem {
  margin-top: 7rem !important;
}

.my-6rem {
  margin-top: 7rem;
  margin-bottom: 5rem;
}

.col-lg-5 .my-6rem {
  margin-bottom: 0rem;
}

.my-3rem {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mb-20 {
  margin-bottom: -20rem;
}

.mb-6 {
  margin-bottom: 12rem;
}

.ps-3rem {
  padding-left: 7rem !important;
}

.px-3rem {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.pt-20 {
  padding-top: 5%;
}

.fs-7vw {
  font-size: 5vw;
}

.fs-6vw {
  font-size: 7vw;
}

.fs-65vw {
  font-size: 3vw;
}

.fs-63vw {
  font-size: 6.3vw;
}

.fs-22 {
  font-size: 2.2vw;
}

.fs-27 {
  font-size: 2.3vw;
}

.fs-3vw {
  font-size: 3.5vw;
}

.fs-5vw {
  font-size: 4vw;
}

.fs-18 {
  font-size: 1.9vw;
}

.fs-13 {
  font-size: 1.6vw;
}

.h-13 {
  height: 13rem !important ;
}

.h-23 {
  height: 23rem !important ;
}

.h-27 {
  height: 27rem !important ;
}

.border-1rem {
  border-radius: 1rem !important;
}

.border-card {
  border-radius: 1.5rem !important;
  border-width: 7px !important;
  border-color: #704fde1c !important;
}

.trY {
  transform: translateY(100%);
}

.tujuan::after, .keuangan::after, .percintaan::after, .karir::after  {
  content: var(--dynamic-text);
  font-size: 3.5vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  white-space: pre-line;
}

.tujuan.show::after, .keuangan.show::after, .percintaan.show::after, .karir.show::after {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0, 0, 1, 1);
}

.keuangan {
  transform: rotate(-30deg) translateY(-50%) translateX(120%);
  position: relative;
  align-items: center;
  justify-content: center;
  height: 4em;
  --dynamic-text: "Keuangan";
  color: white;
}

.tujuan {
  transform: rotate(47deg) translateY(-350%) translateX(150%);
  position: relative;
  align-items: center;
  justify-content: center;
  height: 4em;
  --dynamic-text: "Tujuan Hidup";
  color: #FFC300;
}

.percintaan {
  transform: rotate(47deg) translateY(-90%) translateX(15%);
  position: relative;
  align-items: center;
  justify-content: center;
  height: 4em;
  --dynamic-text: "Percintaan";
  color: white;
}

.karir {
  transform: rotate(-33deg) translateY(150%) translateX(285%);
  position: relative;
  align-items: center;
  justify-content: center;
  height: 4em;
  --dynamic-text: "Karir";
  color: white;
}

@keyframes sec7QFloat{
  0%{
    transform: translate(0%, -190%) translateY(0) scale(1);
  }
  50%{
    transform: translate(0%, -190%) translateY(-10px) scale(1.03);
  }
  100%{
    transform: translate(0%, -190%) translateY(0) scale(1);
  }
}

.jalanTanya-wrapper {
  cursor: grab;
  user-select: none;
  transform: translate(-12%, -50%) translate(var(--drag-x), var(--drag-y)) scale(var(--drag-scale));;
  transition: scale 0.1s linear;
  /* z-index: 40; */
}

.bg-sec7 .nav-pills .nav-link.active, .bg-sec7 .nav-pills .show>.nav-link {
    color: #704FDE;
    background-color: #F0EEFF;
}

.bg-sec7 .nav-link:hover, .bg-sec7 .nav-link {
    color: #704FDE;
}

.bg-sec8 .sec7-solution, .bg-sec9 .sec7-solution, .bg-sec10 .sec7-solution,
.bg-sec11 .sec7-solution, .bg-sec14 .sec7-solution, .bg-sec15 .sec7-solution {
  transition: opacity .12s linear, filter .12s linear, transform .12s linear;
}

.bg-sec8 .sec7-solution-card, .bg-sec9 .sec7-solution-card, .bg-sec10 .sec7-solution-card, 
.bg-sec11 .sec7-solution-card, .bg-sec14 .sec7-solution-card, .bg-sec15 .sec7-solution-card {
  background: rgba(255,255,255,0.92);
  border: 5px solid var(--yellow);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 25px 27px rgba(0,0,0,.25);
  will-change: transform;
}

.bg-sec8 .sec7-solution-card, .bg-sec11 .sec7-solution-card {  
  margin-top: -15rem !important;
  margin-bottom: 5rem !important;
}

.bg-sec8 .sec7-example, .bg-sec9 .sec7-example, .bg-sec10 .sec7-example,
.bg-sec11 .sec7-example, .bg-sec14 .sec7-example, .bg-sec15 .sec7-example {
  background: rgba(107,79,230,0.10);
  border-radius: 16px;
  padding: 1.4rem;
}

.bg-sec8 .sec7-default, .bg-sec9 .sec7-default, .bg-sec10 .sec7-default,
.bg-sec11 .sec7-default, .bg-sec14 .sec7-default, .bg-sec15 .sec7-default {
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    filter 0.35s ease;
}

.bg-sec8 .col-lg-6.px-4 {
  padding-left: 2.5rem !important;
}

.bg-sec8 .col-12 .w-98, .bg-sec9 .col-12 .w-98, .bg-sec10 .col-12 .w-98, 
.bg-sec11 .col-12 .w-98, .bg-sec14 .col-12 .w-98, .bg-sec15 .col-12 .w-98 {
  padding-top: 1rem;
}

.bg-sec8 .row.mt-5, .bg-sec9 .row.mt-5, .bg-sec10 .row.mt-5, .bg-sec11 .row.mt-5 {
  margin-top: 10.3rem !important;
}

.bg-sec8 .row.py-4, .bg-sec9 .row.py-4, .bg-sec10 .row.py-4, .bg-sec11 .row.py-4,
.bg-sec14 .row.py-4, .bg-sec15 .row.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.bg-sec8 .w-83, .bg-sec9 .w-83, .bg-sec10 .w-83, .bg-sec11 .w-83,
.bg-sec14 .w-83, .bg-sec15 .w-83 {
  width: 90%;
}

.bg-sec8 .w-76 {
  width: 85%;
  height: auto;
  object-fit: contain;
}

.bg-sec8 .d-flex.align-items-center {
  justify-content: center;
  margin-bottom: 9rem; 
  padding-left: 10%;
}

.bg-sec8 .show1 {
  position: relative;
  bottom: 25%;
}

.renungTanya {
  position: absolute;
  bottom: 1rem;
  left: 69.5%;
  will-change: transform;
  animation: sec7QFloat 1.4s ease-in-out infinite;
  pointer-events: auto; 
}

.bg-sec9 .d-flex.align-items-center {
  justify-content: center;
  margin-bottom: 14rem; 
  padding-left: 10%;
}

.bg-sec9 .sec7-solution-card {
  margin-top: -12rem !important;
  margin-bottom: 10rem !important;
}

.bg-sec9 .w-76 {
  width: 90%;
  height: auto;
  object-fit: contain;
}

.bg-sec9 .show1, .bg-sec10 .show1 {
  position: relative;
  bottom: 35%;
}

.bg-sec9 .fs-5vw, .bg-sec14 .fs-5vw  {
  font-size: 3.8vw;
}

.bg-sec9 .col-12 .w-98 {
  margin-bottom: -6rem;
}

.lifeTanya {
  position: absolute;
  bottom: -20.5%;
  left: 44%;
  will-change: transform;
  animation: sec7QFloat 1.4s ease-in-out infinite;
  pointer-events: auto; 
  /* z-index: 40; */
}

.lifeTanya-pos {
  position: absolute;
  inset: 0;
}

.bg-sec10 .row.mt-5 {
  margin-top: 10rem !important;
  margin-bottom: 0rem !important;
}

.bg-sec10 .w-76, .bg-sec11 .w-76, .bg-sec15 .w-76 {
  width: 88%;
  height: auto;
  object-fit: contain;
}

.bg-sec10 .col-12 .w-98 {
  margin-bottom: -5rem;
}

.bg-sec10 .sec7-solution-card {
  margin-top: -12rem !important;
  margin-bottom: 5rem !important;
}

.bg-sec10 .d-flex.align-items-start {
  margin-top: 4rem; 
  padding-left: 10%;
}

.bg-sec15 .d-flex.align-items-center {
  margin-bottom: 2rem; 
  padding-left: 6%;
}

.bg-sec10 .show1 {
  position: relative;
  bottom: 15rem;
}

.bg-sec10 .konten-pos {
  margin-bottom: 7%;
}

.bg-sec11 .show1 {
  position: relative;
  bottom: 12rem;
}

.pintuTanya {
  position: absolute;
  left: 42%;
  bottom: -350%;
  will-change: transform;
  animation: sec7QFloat 1.4s ease-in-out infinite;
  pointer-events: auto; 
}

.kursiDuduk {
  position: absolute;
  left: 16%;
  bottom: -143%;
  will-change: transform;
  animation: sec7QFloat 1.4s ease-in-out infinite;
  pointer-events: auto; 
  /* z-index: 40; */
}

.kursiDuduk.w-26 {
  width: 46%;
}

.bg-sec14 .row.mt-5 {
  margin-top: 9rem !important;
  margin-bottom: 4rem !important;
}

.bg-sec14 .w-76 {
  width: 48%;
  height: auto;
  object-fit: contain;
}

.bg-sec14 .sec7-solution-card  {
  margin-top: -16rem !important;
  margin-bottom: 5rem !important;
}

.bg-sec14 .d-flex.align-items-center {
  margin-bottom: 2rem;   
  padding-left: 10%;
}

.bg-sec14 .show1{
  position: relative;
  bottom: 12rem;
}

.cemasInsecure {
  position: absolute;
  bottom: -72.5%;
  left: 59.5%;
  will-change: transform;
  animation: sec7QFloat 1.4s ease-in-out infinite;
  pointer-events: auto; 
}

.cemasInsecure.w-32 {
  width: 32%;
}

.bg-sec15 .sec7-solution-card {
  margin-top: -9rem !important;
  margin-bottom: 5rem !important;
}

.bg-sec15 .d-flex.align-items-center {
  margin-bottom: 2rem;
  padding-left: 7%;
}

.bg-sec15 .row.mt-5 {
  margin-top: 9rem !important;
  margin-bottom: 3.3rem !important;
}

.bg-sec15 .col-12 .w-98 {
  margin-bottom: -11rem;
}

.bg-sec15 .show1 {
  position: relative;
  bottom: 28rem;
}

.cemasOvt {
  position: absolute;
  bottom: -47%;
  left: 74.5%;
  will-change: transform;
  animation: sec7QFloat 1.4s ease-in-out infinite;
  pointer-events: auto; 
}

.cemasOvt.w-32 {
  width: 28%;
}

.bg-sec16 .container {
  padding: 40px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  max-width: 100%;
}

.bg-sec16 .card-wrap {
  margin: 10px;
  perspective: 900px;
  transform-style: preserve-3d;
  cursor: pointer;
}

.bg-sec16 .card-wrap:hover .card-info {
  transform: translateY(0);
}

.bg-sec16 .card-wrap:hover .card-info p {
  opacity: 1;
}

.bg-sec16 .card-wrap:hover .card-info,
.bg-sec16 .card-wrap:hover .card-info p {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.bg-sec16 .card-wrap:hover .card-info::after {
  transition: 4s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  transform: translateY(0);
}

.bg-sec16 .card-wrap:hover .card-bg {
  transition: 
    0.6s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.8;
}

.bg-sec16 .card-wrap:hover .card {
  transition: 
    0.6s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow:
    rgba(255, 255, 255, 0.2) 0 0 40px 5px,
    rgba(255, 255, 255, 1) 0 0 0 1px,
    rgba(0, 0, 0, 0.66) 0 30px 60px 0,
    inset #333 0 0 0 5px,
    inset #ffffff 0 0 0 6px;
}

.bg-sec16 .card {
  position: relative;
  flex: 0 0 240px;
  width: 240px;
  height: 320px;
  background-color: #333;
  overflow: hidden;
  border-radius: 10px;
  box-shadow:
    rgba(0, 0, 0, 0.66) 0 30px 60px 0,
    inset #333 0 0 0 5px,
    inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform-style: preserve-3d;
  border-color: #c7c1c1;
  border-width: 0.1rem;
}

.bg-sec16 .card-bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform-style: preserve-3d;
  pointer-events: none;
  will-change: transform;
  opacity: 0.95;
}

.bg-sec16 .card-info {
  padding: 20px;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  transform: translateY(60%);
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bg-sec16 .card-info p {
  opacity: 0;
  text-shadow: rgba(0, 0, 0, 1) 0 2px 3px;
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bg-sec16 .card-info * {
  position: relative;
  z-index: 1;
}

.bg-sec16 .card-info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-blend-mode: overlay;
  opacity: 0;
  transform: translateY(100%);
  transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.bg-sec16 .card-info h4 {
  text-shadow: rgba(0, 0, 0, 1) 0 3px 10px;
}

.bg-sec16 .my-5 {
  margin: 10.5rem 0rem !important;
}

.bg-sec16 p.fs-22 {
  margin-bottom: 5rem;
  color: #142289;
  font-size: 2.5vw;
}

/* Laptop */
@media (max-width: 1440px) {
  .bg-sec7 p.stroke-2 {
    -webkit-text-stroke: 0px #ffffff;
  }

  .bg-sec7 .fs-5vw {
    font-size: 3.7vw;
  }

  .bg-sec7 .h-27 {
    height: 31rem !important;
  }

  .bg-sec7 .h-13 {
    height: 9rem !important;
  }

  .bg-sec8 .show1, .bg-sec10 .show1, .bg-sec11 .show1 {
    bottom: 30%;
  }

  .bg-sec9 .show1 {
    bottom: 38%;
  }

  .bg-sec14 .show1 {
    bottom: 26%;
  }

  .bg-sec15 .show1 {
    bottom: 45%;
  }

  .bg-sec15 .sec7-solution-card {
    margin-top: -11rem !important;
  }

  .validasi {
    margin-top: 0rem;
  }
}

/* Laptop */
@media (max-width: 1300px) {
  .bg-sec7 .h-27 {
    height: 32rem !important;
  }
  
  .bg-sec7 .h-13{
    height: 3rem !important;
  }
}

/* Laptop */
@media (max-width: 1024px) {
  .popup {    
    margin: 0 26.4%;
  }

  .bg-sec7 .card-text.f-in {
    font-size: 1.3vw;
  }

  .bg-sec7 .px-5.row-cols-md-5.g-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .popupteks p {
    font-size: 1.3vw;
  }

  .sec1 .d-flex.justify-content-center {
    justify-content: start !important;
  }

  .bg-sec2 .my-5.p2sec2 {
    margin-top: 0rem !important;
  }  

  .bg-sec2 .fs-2.p2sec2 {
    font-size: 2.3vw !important;
  } 

  .bg-sec2.container-fluid{
    width: 101.2%;
  } 

  .bg-sec2 .stroke-3 {
    -webkit-text-stroke: 2px #ffffff;
  }

  .img-sec2 .position-start, .img-sec2 .position-end {
    margin-top: 25%;
  }

  .bg-sec3 .btn-purple {
    width: 120%;
  }

  .bg-sec3 .fs-22.my-6rem {
    margin-bottom: 3rem !important;
  }

  .bg-sec3 .img-fluid.my-6rem.w-97 {
    width: 97%;
    margin-left: 5rem;
  }

  .bg-sec3 .my-3rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .bg-sec4 .col-lg-2 {
      width: 50%;
  }
  
  .position-start img {
  margin-right: 20%;
  }

  .position-end img {
  margin-left: 20%;
  }

  .w-14 {
  width: 15%;
  }

  .w-38 {
    width: 37%;
    margin-left: 0rem;
  }

  .w-42 {
    width: 32%;
  }

  .w-97 {
    width: 77%;
  }

  .wanita-swipe.w-97 {
    width: 89.3%;
  }

  .pria-swipe.w-98 {
    width: 90%;
  }

  .w-98 {
    width: 90%;
  }
  
  .w-52 {
    width: 52%;
  }

  .w-51 {
    width: 51.6%;
  }  

  .w-83 {
    width: 82.5%;
  }

  .qlcmb .poetsenOne {
    margin-top: -5%;
    padding: 0 10rem 0 10rem !important;
  }

  .mst-1 {
  margin-top: 2rem;
  margin-left: 2rem;
  }

  .ms-6 {
    margin-left: 0rem;
    margin-bottom: 13rem;
  }

  .col-lg-5 .ms-6 {
    margin-bottom: 0rem;
  }

  .mt-1rem {
    margin-top: 3.5rem;
  }

  .mt-3rem {
    margin-top: 4rem;
  }
  
  .mb-20 {
    margin-bottom: -13rem;
  }

  .mb-6 {
    margin-bottom: 28rem;
  }

  .me-6 {
    margin-right: -40%;
  }

  .ps-3rem {
    padding-left: 0rem !important;
  }

  .px-3rem {
    padding-left: 3rem !important;
    padding-right: 2rem !important;
  }

  .anakmuda.pe-5 {
    padding: 0rem !important;
  }

  .fs-7vw {
  font-size: 8.6vw;
  }

  .fs-6vw {
  font-size: 7.3vw;
  }
  
  .fs-63vw {
    font-size: 9vw;
  }

  .fs-22 {
    font-size: 2.5vw;
  }
  
  .fs-18 {
    font-size: 1.7vw;
  }

  .fs-13 {
    font-size: 1.3vw;
  }

  .fs-5vw {
    font-size: 4vw;
  }

  .playpenSans.fs-5 {
    font-size: 0.95rem !important;
  }

  .poetsenOne.fs-3 {
    font-size: 2vw !important;
  }

  .trY {
    transform: translateY(84%);
  }

  .tujuan::after, .keuangan::after, .percintaan::after, .karir::after  {
    font-size: 2.7vw;
  }

  .keuangan {
    transform: rotate(-30deg) translateY(-80%) translateX(8%);
  }

  .tujuan {
    transform: rotate(47deg) translateY(-90%) translateX(-11%);
  }

  .percintaan {
    transform: rotate(40deg) translateY(-20%) translateX(-11%);
  }

  .karir {
    transform: rotate(-33deg) translateY(-45%) translateX(4%);
  }

  .pria-sec4 {
    transform: translateY(45%) translateX(-5%);
  }

  .dia-sec6.w-75 {
    height: auto !important;
  }

  .sec6-col1.my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sec6-col2.row {
    margin-bottom: 5rem;
  }

  .bg-sec6 .w-83 {
    width: 92.3%;
  }

  .bg-sec7 .h-23 {
    height: 7rem !important;
  }

  .bg-sec8 .col-lg-6.px-4   {
    padding-left: 0.5rem !important;
  }

  .bg-sec11 .show1 {
    position: relative;
    bottom: 19.5rem;
  }

  .bg-sec8 .w-98 .row1, .bg-sec9 .w-98 .row1, .bg-sec10 .w-98 .row1, .bg-sec11 .w-98 .row1,
  .bg-sec14 .w-98 .row1, .bg-sec15 .w-98 .row1 {
    text-align: center;
  }

  .bg-sec8 .w-83, .bg-sec9 .w-83, .bg-sec10 .w-83, .bg-sec11 .w-83, .bg-sec14 .w-83, .bg-sec15 .w-83 {
    width: 100%;
    margin-left: 0%;
  }

  .bg-sec8 p.fs-4, .bg-sec9 p.fs-4, .bg-sec10 p.fs-4, .bg-sec11 p.fs-4, .bg-sec14 p.fs-4, .bg-sec15 p.fs-4 {
    font-size: 1.9vw !important;
  }

  .bg-sec8 p.fs-2, .bg-sec9 p.fs-2, .bg-sec10 p.fs-2, .bg-sec11 p.fs-2, .bg-sec14 p.fs-2, .bg-sec15 p.fs-2 {
    font-size: 2.5vw !important;
  }

  .bg-sec8 .row.py-4, .bg-sec9 .row.py-4, .bg-sec10 .row.py-4, .bg-sec11 .row.py-4,
  .bg-sec14 .row.py-4, .bg-sec15 .row.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
    padding-left: 1.5rem;
    padding-right: 0rem;
  }

  .bg-sec11 .row.mt-5, .bg-sec14 .row.mt-5 {
    margin-top: 5rem !important;
  }

  .bg-sec11 .col-12 .w-98, .bg-sec14 .col-12 .w-98 {
    margin-bottom: -10rem;
  }

  .pintuTanya.w-26 {
    width: 24%;
  }
  
  @keyframes sec7QFloat{
    0%{
      transform: translate(0%, -175%) translateY(0) scale(1);
    }
    50%{
      transform: translate(0%, -175%) translateY(-10px) scale(1.03);
    }
    100%{
      transform: translate(0%, -175%) translateY(0) scale(1);
    }
  }

  .bg-sec8 .show1 {
    position: relative;
    bottom: 24.5rem;
  }

  .bg-sec8 .sec7-solution-card {
    margin-top: -12rem !important;
    margin-bottom: 5rem !important;
  }

  .bg-sec8 .d-inline.position-relative {
    position: relative;
    bottom: 5rem;
  }

  .bg-sec8 .row.mt-5, .bg-sec11 .row.mt-5 {
    margin-top: 5rem !important;
  }

  .bg-sec8 .w-76 {
    width: 83.7%;
  }

  .bg-sec8 .d-flex.align-items-end {
    margin-bottom: 2rem; 
    padding-left: 0%;
    text-align: center;
  }
  
  .bg-sec8 .d-flex.align-items-center {
    margin-bottom: 0rem;
  }

  .bg-sec8 .col-12 .w-98 {
    margin-bottom: -10rem;
  }

  .renungTanya {
    position: absolute;
    bottom: 57.5%;
    left: 69%;
    width: 21.6%;
  }

  .bg-sec9 .fs-5vw, .bg-sec11 .fs-5vw, .bg-sec14 .fs-5vw {
    font-size: 3.4vw;
  }

  .bg-sec9 .show1 {
    position: relative;
    bottom: 29rem;
  }

  .bg-sec9 .w-76 {
    width: 85%;
    position: relative;
    margin-bottom: 25%;
  }

  .bg-sec9 .d-flex.align-items-center {
    margin-bottom: 7rem;
    padding-left: 6%;
    text-align: center;
    justify-content: center;
  }

  .bg-sec9 .col-12 .w-98, .bg-sec10 .col-12 .w-98, .bg-sec11 .col-12 .w-98,  
  .bg-sec14 .col-12 .w-98, .bg-sec15 .col-12 .w-98 {
    padding-top: 0.5rem;
  }

  .bg-sec9 .col-12 .w-98 {
    margin-bottom: -14rem;
  }

  .bg-sec9 .row.mt-5 {
    margin-top: 8.5rem !important;
  }

  .bg-sec9 .sec7-solution-card{
    margin-top: -9.5rem !important;
  }

  .lifeTanya {
    position: absolute;
    bottom: -4.3%;
    left: 49.5%;
    width: 25%;
  }

  .bg-sec10 .row.mt-5 {
    margin-top: 7.5rem !important;
  }

  .bg-sec10 .w-76, .bg-sec11 .w-76 {
    width: 80%;
  }

  .bg-sec10 .d-flex.align-items-start, .bg-sec11 .d-flex.align-items-start, 
  .bg-sec14 .d-flex.align-items-center, .bg-sec15 .d-flex.align-items-center {
    padding-left: 4%;
    text-align: center;
    justify-content: center;
  }

  .bg-sec10 .col-12 .w-98 {
    margin-bottom: -12rem;
  }

  .bg-sec10 .sec7-solution-card {
    margin-top: -11rem !important;
  }

  .bg-sec10 .show1 {
    position: relative;
    bottom: 22.5rem;
  }

  .bg-sec10 .konten-pos {
    margin-bottom: 0%;
  }

  .pintuTanya {
    position: absolute;
    left: 50%;
    bottom: -350%;
  }

  .bg-sec11 .w-76 {
    width: 100%;
    left: 3%;
    position: relative;
  }

  .bg-sec11 .sec7-solution-card {
    margin-top: -13.5rem !important;
    margin-bottom: 5rem !important;
  }

  .bg-sec11 .col-12 .w-98, .bg-sec14 .col-12 .w-98 {
    margin-bottom: -9rem;
  }

  .kursiDuduk {
    position: absolute;
    left: 25%;
    bottom: -121%;
  }

  .cemasInsecure.w-32 {
    width: 23%;
  }
  
  .cemasInsecure {
    position: absolute;
    bottom: -44%;
    left: 83%;
    width: 34%;
  }

  .bg-sec14 .d-flex.align-items-center {
    padding-left: 0%;
  }

  .bg-sec14 .row.mt-5 {
    margin-bottom: 0rem !important;
  }

  .bg-sec14 .d-flex.align-items-center, .bg-sec15 .d-flex.align-items-center {
    margin-bottom: 10rem;
  }  

  .bg-sec14 .sec7-solution-card {
    margin-top: -14.5rem !important;
  }

  .bg-sec14 .show1 {
    position: relative;
    bottom: 21rem;
  }

  .bg-sec15 .row.mt-5 {
    margin-top: 3rem !important;
  }

  .bg-sec15 .show1 {
    position: relative;
    bottom: 40.5rem;
  }

  .cemasOvt.w-32 {
    width: 31%;
  }
  .cemasOvt {
    position: absolute;
    bottom: -43%;
    left: 80%;
  }

}

/* Laptop */
@media (max-width: 991px) {
  .popup {
    margin: 0 21.4%;
  }
  
  .wanita-swipe.w-97 {
    width: 94.4%;
  }

  .w-98 {
    width: 75%;
    position: relative;
    padding-top: 3rem !important;
  }    

  .w-150 {
    width: 300%;
    opacity: 0.55;
  }

  .pria-swipe.w-98 {
    padding-top: 0rem !important;
    width: 95%;
  }

  .poetsenOne.fs-3 {
    font-size: 3vw !important;
  }

  .sec1 .d-flex.justify-content-center {
    justify-content: center !important;
  }

  .sec1 .w-38 {
    width: 20%;
    margin-left: 11.5rem;
  }

  .sec1 .fs-7vw {
    font-size: 6vw;
  }

  .sec1 .fs-6vw {
    font-size: 11vw;
  }

  p.stroke-1 {
    -webkit-text-stroke: 0.3px #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }

  p.stroke-2 {
    -webkit-text-stroke: 2px #ffffff;
  }

  .bg-sec2 .fs-6vw {
    font-size: 8.3vw;
  }

  .bg-sec2 .playpenSans.fs-2 {
    font-size: 2.3vw !important;
  }

  .bg-sec2 .my-5 {
    margin-top: 1rem !important;
  }

  .img-sec2 .position-start, .img-sec2 .position-end {
    margin-top: 33% !important;
  }

  .bg-sec3 .img-fluid.my-6rem.w-97 {
    width: 77%;
    margin-left: 0rem;
  }

  .bg-sec3 .fs-22 {
    font-size: 3vw;
  }

  .renungTanya {
    position: absolute;
    bottom: 57.5%;
    left: 69%;
    width: 16.3%;
  }

  .bg-sec6 .w-83 {
    width: 92.3%;
  }

  .bg-sec7 .col-12.align-items-center{
    justify-content: center;
  }

  .bg-sec7 .purple.text-shadow {
    text-shadow: 0px 0px 10px rgb(255 255 255);
  }

  .bg-sec7 .w-50 {
    width: 80% !important;
    text-shadow: 0px 0px 6px rgb(255 255 255);
}

  .bg-sec8 .d-inline.position-relative {
    bottom: 0rem;
  }

  .bg-sec9 .fs-5vw {
    font-size: 4vw;
  }

  .bg-sec8 .sec7-solution-card {
    margin-top: -8rem !important;
  }

  .bg-sec8 .show1 {
    position: relative;
    bottom: 23.5rem;
  }

  .bg-sec8 .w-76 {
    width: 63.7%;
    left: 13.5%;
    position: relative;
  }

  .bg-sec8 .d-flex.align-items-center {
    margin-bottom: 3rem;
  }

  .lifeTanya {
    position: absolute;
    bottom: -21%;
    left: 53.7%;
    width: 17%;
  }

  .bg-sec9 .d-flex.align-items-center {
    margin-bottom: 3rem;
    padding-left: 0%;
  }

  .bg-sec9 .w-76, .bg-sec10 .w-76 {
    width: 55%;
    position: relative;
    margin-bottom: 0%;
  }

  .bg-sec9 .show1 {
    position: relative;
    bottom: 29.5rem;
  }

  .bg-sec9 .sec7-solution-card {
    margin-top: -4rem !important;
  }

  .pintuTanya {
    position: absolute;
    left: 56%;
    bottom: -255%;
  }

  .pintuTanya.w-26 {
    width: 12%;
  }

  .bg-sec10 .konten-pos {
    bottom: -17rem;
    margin-bottom: 30%;
  }

  .bg-sec10 .w-98 {
    width: 75.2%;
  }

  .bg-sec10 .show1 {
    position: relative;
    bottom: 22.5rem;
  }

  .bg-sec10 .sec7-solution-card {
    margin-top: -6rem !important;
  }

  .bg-sec11 .fs-5vw {
    font-size: 4vw;
  }

  .bg-sec11 .w-76 {
    width: 65%;
    left: 2%;
    position: relative;
  }

  .bg-sec11 .sec7-solution-card {
    margin-top: -9rem !important;
  }

  .bg-sec11 .d-flex.align-items-start {
    padding-left: 0%;  
  }

  .bg-sec11 .show1 {
    position: relative;
    bottom: 17.5rem;
  }

  .kursiDuduk.w-26 {
    width: 30%;
  }

  .kursiDuduk {
    position: absolute;
    left: 35%;
    bottom: -122%;
  }

  .bg-sec14 .w-76 {
    width: 30%;
    left: -5%;
    position: relative;
  }

  .bg-sec14 .d-flex.align-items-center, .bg-sec15 .d-flex.align-items-center {
    margin-bottom: 0rem;
    padding-left: 0%;
  }

  .bg-sec14 .fs-5vw {
    font-size: 4vw;
  }

  .bg-sec14 .sec7-solution-card {
    margin-top: -8.5rem !important;
  }

  .bg-sec14 .show1 {
    position: relative;
    bottom: 19.5rem;
  }

  .cemasInsecure.w-32 {
    width: 18%;
  }
  
  .cemasInsecure {
    position: absolute;
    bottom: -57%;
    left: 72%;
    width: 34%;
  }

  .bg-sec15 .w-76 {
    width: 60%;
    height: auto;
    object-fit: contain;
  }

  .bg-sec15 .sec7-solution-card {
    margin-top: -5rem !important;
  }

  .bg-sec15 .show1 {
    position: relative;
    bottom: 32.5rem;
  }

  .bg-sec16 p.fs-22 {
    font-size: 4.5vw;
  }

  .cemasOvt.w-32 {
    width: 20%;
  }

  .cemasOvt {
    position: absolute;
    bottom: -45%;
    left: 75%;
  }
}

/* Tablet */
@media (max-width: 780px) {

  .popup {
    margin: 0 19%;
  }

  .popupteks p {
    font-size: 1.7vw;
  }

  .bg-sec2.container-fluid{
    width: 101.5%;
  } 

  .sec1 .w-38 {
    margin-left: 11rem;
  }

  p.stroke-2 {
    -webkit-text-stroke: 2.5px #ffffff;
  }

  .bg-sec2 .stroke-3 {
    -webkit-text-stroke: 1px #ffffff;
  }

  .bg-sec2 .my-5.p2sec2 {
    margin-top: 3rem !important;
  }
  
  .bg-sec2 .fs-6vw {
    font-size: 9.3vw;
  }

  .position-end {
    text-align: left;
  }
  
  .position-start {
    text-align: right;
  }
  
  .position-start img {
    margin-top: 60%;
    margin-right: 3%;
  }

  .position-end img {
    margin-top: 60%;
    margin-left: 3%;
  }

  .w-14 {
    width: 18%;
  }

  .w-38 {
    width: 22%;
    margin-left: 11rem;
  }
  
  .w-52 {
    width: 67%;
  }

  .w-51 {
    width: 66.5%;
  }

  .ps-3rem {
    padding-left: 0rem !important;
  }

  .mst-1 {
  margin-top: 2rem;
  margin-left: 2rem;
  }

  .ms-6 {
    margin-bottom: 6rem;
  }

  .mt-3rem {
    margin-top: 1.5rem;
  }
  
  .mb-6 {
    margin-bottom: 44.5rem;
  }

  .sec6-col1.row {
    padding-right: 2rem !important;
  }

  .fs-7vw {
  font-size: 13vw;
  }

  .fs-6vw {
  font-size: 11.3vw;
  }

  .fs-13 {
    font-size: 1.1vw;
  }

  .poetsenOne.fs-3 {
    font-size: 3vw !important;
  }

  .h-23 {
    height: 19rem !important;
  }

  .mt-7rem {
    margin-top: -5rem !important;
  }

  .trY {
    transform: translateY(86%);
  }

  .tujuan::after, .keuangan::after, .percintaan::after, .karir::after  {
    font-size: 2.7vw;
  }

  .keuangan {
    transform: rotate(-30deg) translateY(-150%) translateX(-3%);
  }

  .tujuan {
    transform: rotate(47deg) translateY(-100%) translateX(-13%);
  }

  .percintaan {
    transform: rotate(40deg) translateY(0%) translateX(-17%);
  }

  .karir {
    transform: rotate(-33deg) translateY(-50%) translateX(6%);
  }

  .pria-sec4 {
    transform: translateY(30%) translateX(-8%);
  }  

  .bg-sec8 .col-12 .w-83, .bg-sec9 .col-12 .w-83 {
    width: 100%;
  }

  .bg-sec8 .row p.px-4, .bg-sec9 .row p.px-4 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }

  .bg-sec8 .row p.px-, .bg-sec9 .row p.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .bg-sec8 .row p.border-5, .bg-sec9 .row p.border-5, .bg-sec10 .row p.border-5,
  .bg-sec11 .row p.border-5, .bg-sec14 .row p.border-5,
  .bg-sec15 .row p.border-5 {
    border-width: 3px !important;
  }

  .bg-sec8 .row p.fs-5vw, .bg-sec9 .row p.fs-5vw, .bg-sec10 .row p.fs-5vw,
  .bg-sec11 .row p.fs-5vw, .bg-sec11 .row p.fs-5vw, .bg-sec14 .row p.fs-5vw, 
  .bg-sec15 .row p.fs-5vw {
    font-size: 2.5rem;
    padding: 0;
  }

  .bg-sec8 .row .py-4 p, .bg-sec9 .row .py-4 p {
    margin-bottom: 0.3rem !important;
  }

  .bg-sec8 .row p.rounded-5, .bg-sec9 .row p.rounded-5, .bg-sec10 .row p.rounded-5,
  .bg-sec15 .row p.rounded-5 {
    border-radius: 1.5rem !important;
  }

  .bg-sec8 .w-76 {
    width: 60%;
    position: relative;
    left: 7.5rem;
  }

  .bg-sec8 .show1 {
    position: relative;
    bottom: 23rem;
  }

  .bg-sec8 .sec7-solution-card {
    margin-bottom: 5rem !important;
  }

  .renungTanya {
    position: absolute;
    bottom: 57.5%;
    left: 69.5%;
    width: 15.55%;
  }

  .bg-sec9 .w-76 {
    width: 60%;
  }

  .bg-sec9 .show1 {
    position: relative;
    bottom: 28rem;
  }

  .bg-sec9 .sec7-solution-card {
    margin-top: -5rem !important;
  }

  .bg-sec9 .d-flex.align-items-center {
    margin-bottom: 3rem;
    padding-left: 0%;
  }  

  .bg-sec10 .sec7-solution-card {
    margin-top: -7rem !important;
  }

  .bg-sec10 .konten-pos {
    bottom: -13rem;
  }

  .bg-sec10 .show1 {
    position: relative;
    bottom: 22rem;
  }

  .bg-sec10 .row.mt-5 {
    margin-top: 4.5rem !important;
  }

  .bg-sec10 .d-flex.align-items-start {
    padding-left: 0%;
  }

  .lifeTanya {
    position: absolute;
    bottom: -20.6%;
    left: 53%;
    width: 18%;   
  }

  .bg-sec11 .sec7-solution-card {
    margin-top: -9.5rem !important;
  }

  .bg-sec14 .sec7-solution-card {
    margin-top: -9.5rem !important;
  }

  .bg-sec14 .show1 {
    position: relative;
    bottom: 20.5rem;
  }

  .bg-sec15 .w-76 {
    width: 70%;
  }

  .bg-sec15 .sec7-solution-card {
    margin-top: -7rem !important;
  }

  .bg-sec15 .show1 {
    position: relative;
    bottom: 31.5rem;
  }

  .bg-sec16 .fs-22 {
    font-size: 4.5vw;
  }

  .dampak {
    width: 280% !important;
    opacity: 0.55;
  }

  .validasi {
    margin-top: 0rem !important;
  }
}

/* Ponsel 1*/
@media (max-width: 576px) {

  .popup {
    width: 26rem;
    margin: 0 8%;
  }

  .popup video {
    width: 11rem;
  }

  .popupteks p {
    font-size: 2vw;
  }

  .sec1 .w-38 {
    margin-left: 8rem;
  }

  .bg-sec2.container-fluid{
    width: 102%;
  } 

  .bg-sec2 .stroke-3 {
    -webkit-text-stroke: 1.5px #ffffff;
  }

  p.stroke-2 {
    -webkit-text-stroke: 2px #ffffff;
  }

  .position-start img {
  margin-top: 0%;
  margin-right: 0%;
  }

  .position-end img {
  margin-top: 0%;
  margin-left: 5%;
  }

  .qlcmb .poetsenOne {
    margin-top: -5%;
    padding: 0 8rem 0 8rem !important;
  }

  .swipe2-righthalf, .swipe2-lefthalf {
    width: 77% !important;
  }

  .img-sec2 .position-start, .img-sec2 .position-end {
    margin-top: 70% !important;
  }  

  .h-23 {
    height: 34rem !important ;
  }

  .w-7 {
    width: 17% !important;
  }

  .w-14 {
  width: 19%;
  }

  .w-38 {
    width: 20%;
    margin-left: 8rem;
  }
  
  .w-52 {
    width: 67%;
  }

  .w-51 {
    width: 66.5%;
  }  

  .w-83 {
    width: 81%;
  }

  .w-150 {
    width: 780%;    
    opacity: 0.55;
  }

  .mst-1 {
    margin-top: 2.5rem;
    margin-left: 2.5rem;
  }

  .ms-6 {
    margin-bottom: 5rem;
  }
  
  .mb-6 {
    margin-bottom: 39rem;
  }

  .mb-20 {
    margin-bottom: -9.5rem;
  }

  .my-3rem {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-6rem {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }

  .mt-3rem {
    margin-top: 1rem !important;
  }

  .mt-7rem {
    margin-top: 2rem !important;
  }

  .sec6-col1.row {
    padding-right: 0.8rem !important;
  }

  .fs-7vw {
    font-size: 13vw;
  }

  .fs-6vw {
    font-size: 11.3vw;
  }

  .fs-3vw {
    font-size: 3vw;
  }

  .fs-13 {
    font-size: 1.2vw;
  }
  
  .fs-18 {
    font-size: 1.35vw;
  }

  p.stroke-1 {
    -webkit-text-stroke: 0.2px #ffffff;
  }

  .trY {
    transform: translateY(90%);
  }

  .tujuan::after, .keuangan::after, .percintaan::after, .karir::after  {
    font-size: 2.5vw;
  }

  .keuangan {
    transform: rotate(-30deg) translateY(-100%) translateX(6%);
  }

  .tujuan {
    transform: rotate(47deg) translateY(-110%) translateX(-10%);
  }

  .percintaan {
    transform: rotate(40deg) translateY(0%) translateX(-11%);
  }

  .karir {
    transform: rotate(-33deg) translateY(-30%) translateX(4%);
  }

  .pria-sec4 {
    transform: translateY(23%) translateX(-23%);
    width: 17%;
  }
  
  @keyframes sec7QFloat{
    0%{
      transform: translate(35%, -195%) translateY(0) scale(1);
    }
    50%{
      transform: translate(35%, -195%) translateY(-10px) scale(1.03);
    }
    100%{
      transform: translate(35%, -195%) translateY(0) scale(1);
    }
  }

  .bg-sec7 .h-27 {
    height: 22rem !important;
  }

  .bg-sec7 .fs-5vw {
    font-size: 5.7vw !important;
  }

  .bg-sec7 .fs-5vw.rasa {    
    padding: 0 3rem 2rem;
    text-align: center !important;
  }

  .bg-sec8 .col-12 .w-83, .bg-sec9 .col-12 .w-83 {
    width: 100%;
  }

  .bg-sec8 .row p.fs-2, .bg-sec9 .row p.fs-2, .bg-sec10 .row p.fs-2, .bg-sec14 .row p.fs-2, 
  .bg-sec15 .row p.fs-2 {
    font-size: 1.2rem !important;
  }

  .bg-sec8 .row p.fs-4, .bg-sec9 .row p.fs-4, .bg-sec10 .row p.fs-4 {
    margin-bottom: 0rem !important;
  }

  .bg-sec8 .col-lg-6.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bg-sec8 .w-26 {
    position: absolute;
    bottom: 46%;
    left: 49%;
    width: 14%;
  }

  .bg-sec8 .row p.py-4, .bg-sec9 .row p.py-4, .bg-sec10 .row p.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bg-sec8 .row p.rounded-5, .bg-sec9 .row p.rounded-5, .bg-sec10 .row p.rounded-5
   {
    border-radius: 1rem !important;
  }

  .bg-sec8 .row p.fs-5vw, .bg-sec9 .row p.fs-5vw, .bg-sec10 .row p.fs-5vw,
  .bg-sec11 .row p.fs-5vw, .bg-sec14 .row p.fs-5vw,
  .bg-sec15 .row p.fs-5vw {
    font-size: 6vw;
    margin-bottom: 0rem !important;
  }
  
  .bg-sec8 .row p.fs-4, .bg-sec9 .row p.fs-4, .bg-sec10 .row p.fs-4, .bg-sec11 .row p.fs-4,
  .bg-sec14 .row p.fs-4, .bg-sec15 .row p.fs-4 {
    font-size: 2.7vw !important;
  }

  .bg-sec8 .row.py-4, .bg-sec11 .row.py-4, .bg-sec14 .row.py-4, .bg-sec15 .row.py-4 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .bg-sec8 .w-98, .bg-sec9 .w-98, .bg-sec10 .w-98, .bg-sec11 .w-98, .bg-sec14 .w-98, 
  .bg-sec15 .w-98 {
    width: 85%;
  }

  .bg-sec8 .w-76 {
    width: 55%;
    left: 6rem;
  }

  .renungTanya {
    left: 64.7%;
    width: 12.9%;
  }

  .bg-sec8 .sec7-solution-card {
    margin-top: -14rem !important;
  }

  .bg-sec8 .show1 {
    bottom: 24rem;
  }

  .poetsenOne.fs-3 {
    font-size: 3.3vw !important;
  }

  .bg-sec9 .w-76, .bg-sec10 .w-76, .bg-sec15 .w-76 {
    width: 65%;
  }

  .bg-sec9 .w-26 {
    position: absolute;
    bottom: -19%;
    left: 48.5%;
    width: 16%;
  }

  .bg-sec9 .show1 {
    bottom: 28.5rem;
  }

  .bg-sec9 .row.py-4, .bg-sec10 .row.py-4 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .bg-sec9 .sec7-solution-card {
    margin-top: -10rem !important;
    margin-bottom: 10rem !important;
  }

  .pintuTanya {
    position: absolute;
    left: 48%;
    bottom: -285%;
  }

  .pintuTanya.w-26 {
    width: 15%;
  }

  .bg-sec10 .konten-pos {
    bottom: -13rem;
    margin-bottom: 35%;
  }

  .bg-sec10 .show1 {
    position: relative;
    bottom: 27rem;
  }

  .bg-sec10 .sec7-solution-card {
    margin-top: -13rem !important;
    margin-bottom: 9.5rem !important;
  }

  .kursiDuduk {
    position: absolute;
    left: 27%;
    bottom: -125%;
  }

  .kursiDuduk.w-26 {
    width: 28%;
  }

  .bg-sec11 .sec7-solution-card {
    margin-top: -15.5rem !important;
  }

  .bg-sec11 .show1 {
    position: relative;
    bottom: 18.5rem;
  }

  .bg-sec14 .col-12 .w-98 {
    padding-top: 2.5rem;
  }

  .bg-sec14 .sec7-solution-card {
    margin-top: -16.5rem !important;
  }

  .cemasInsecure {
    position: absolute;
    bottom: -65%;
    left: 65%;
  }

  .bg-sec15 .d-flex.align-items-center {
    margin-bottom: 2.5rem;
  }

  .bg-sec15 .sec7-solution-card {
    margin-top: -11.5rem !important;
  }

  .bg-sec15 .show1 {
    position: relative;
    bottom: 38rem;
  }

  .dampak {
    width: 550% !important;
    opacity: 0.55;
  }

  .cemasOvt {
    position: absolute;
    bottom: -45%;
    left: 69%;
  }

  .bg-sec16 p.fs-22 {
    font-size: 5.5vw;
  }  
}

/* Ponsel 2*/
@media (max-width: 450px) {
  .sec6-col1.my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .popup {
    width: 23.5rem;
    margin: 0 5.5%;
  }

  .popupteks p {
    font-size: 2.4vw;
  }

  .sec1 .w-38 {
    margin-left: 6.4rem;
  }

  p.stroke-2 {
    -webkit-text-stroke: 1.8px #ffffff;
  }

  .bg-sec2.container-fluid{
    width: 102.6%;
  } 

  .bg-sec2 .stroke-3 {
    -webkit-text-stroke: 1px #ffffff;
  }

  .bg-sec2 .fs-6vw {
    font-size: 10.3vw;
  }

  .bg-sec2 .qlcmb .poetsenOne {
    padding: 0 5rem 0 5rem !important;
  }

  .bg-sec2 .playpenSans.fs-2 {
    font-size: 3.3vw !important;
  }

  .bg-sec3 .fs-22 {
    font-size: 4vw;
  }

  .w-38 {
    width: 20%;
    margin-left: 6.2rem;
  }

  .fs-18 {
    font-size: 1.5vw;
  }

  .h-23 {
    height: 0rem !important;
  }

  .img-sec2 .position-start, .img-sec2 .position-end {
    margin-top: 90% !important;
  }

  .swipe2-righthalf, .swipe2-lefthalf {
    width: 100% !important;
  }
  
  .keuangan {
    transform: rotate(-30deg) translateY(-115%) translateX(6%);
  }

  .tujuan {
    transform: rotate(47deg) translateY(-110%) translateX(-12%);
  }

  .percintaan {
    transform: rotate(40deg) translateY(-15%) translateX(-13%);
  }

  .karir {
    transform: rotate(-33deg) translateY(-50%) translateX(7%);
  }  
  
  @keyframes sec7QFloat{
    0%{
      transform: translate(20%, -185%) translateY(0) scale(1);
    }
    50%{
      transform: translate(20%, -185%) translateY(-6px) scale(1.03);
    }
    100%{
      transform: translate(20%, -185%) translateY(0) scale(1);
    }
  }

  .bg-sec7 .h-27 {
    height: 25rem !important;
  }

  .bg-sec8 .row p.fs-2, .bg-sec9 .row p.fs-2 {
    font-size: 1rem !important;
  }

  .bg-sec8 .d-inline.position-relative {
    bottom: 0rem;
  }

  .bg-sec8 .w-76, .bg-sec9 .w-76 {
    width: 70%;
    position: relative;
    left: 3rem;
  }

  .bg-sec8 .w-76 {
    width: 60%;
  }

  .bg-sec8 .show1 {
    bottom: 35rem;
  }

  .bg-sec8 .row.py-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bg-sec8 .sec7-solution-card {
    margin-top: -16rem !important;
  }

  .renungTanya {
    position: absolute;
    bottom: 57%;
    left: 62.5%;
    width: 15%;
  }

  .bg-sec8 .col-12 .w-98, .bg-sec9 .col-12 .w-98 {
    padding-top: 0rem;
  }

  .bg-sec9 .w-26 {
    position: absolute;
    bottom: -19.5%;
    left: 48.7%;
    width: 19%;
  }

  .bg-sec9 .w-76 {
    left: 0rem;
  }

  .bg-sec9 .show1 {
    position: relative;
    bottom: 30rem;
  }

  .bg-sec9 .sec7-solution-card {
    margin-top: -20rem !important;
  }

  .pintuTanya {
    left: 50%;
  }

  .bg-sec10 .konten-pos {
    bottom: -9rem;
    margin-bottom: 25%;
  }

  .bg-sec10 .show1 {
    position: relative;
    bottom: 26.5rem;
  }

  .bg-sec10 .sec7-solution-card {
    margin-top: -26rem !important;
  }

  .kursiDuduk {
    position: absolute;
    left: 31%;
    bottom: -120%;
  }

  .bg-sec11 .sec7-solution-card {
    margin-top: -29rem !important;
  }

  .bg-sec11 .show1, .bg-sec14 .show1 {
    position: relative;
    bottom: 16.5rem;
  }

  .cemasInsecure {
    position: absolute;
    bottom: -60%;
    left: 69%;
  }

  .bg-sec14 .sec7-solution-card {
    margin-top: -28.5rem !important;
  }

  .cemasOvt {
    position: absolute;
    bottom: -45%;
    left: 72%;
  }

  .bg-sec14 .show1 {
    position: relative;
    bottom: 17.5rem;
  }

  .bg-sec15 .sec7-solution-card {
    margin-top: -22.5rem !important;
  }

  .bg-sec15 .show1 {
    position: relative;
    bottom: 47rem;
  }
}

/* Ponsel 3*/
@media (max-width: 375px) {
  .popup {
    width: 18.5rem;
    margin: 0 8%;
  }

  .popup video {
    width: 9rem;
  }

  .popupteks p {
    font-size: 2vw;
  }

  .sec1 .w-38 {
    margin-left: 5.2rem;
  }

  .bg-sec2.container-fluid {
    width: 103.1%;
  }

  .qlcmb .poetsenOne {
    margin-top: -15%;
  }

  .fsk p{
    padding-left: 5%;
    padding-right: 5%;
  }

  .playpenSans p {
    font-size: 4.5vw;
  }

  .position-end img {
    margin-top: 0;
    margin-left: 10%;
  }
  
  .position-start img {
    margin-top: 0;
  }

  .w-52 {
    width: 72%;
    margin-left: 30%;
  }

  .w-51 {
    width: 71.5%;
    margin-right: 15%;
  }
  
  .w-14 {
    width: 30%;
  }

  .w-38 {
    width: 20%;
    margin-left: 5rem;
  }

  .w-98, .w-97 {
    width: 97%;
    top: 20%;
  }

  .img-sec2 {
    top: 55%;
    position: relative;
    /* z-index: 3; */
  }

  .p-0 .btn {
    width: 50%;
  }

  .mt-5 {
    margin-top: 0;
  }

  .mst-1 {
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  }

  .ms-6 {
    margin-bottom: 5rem;
  }

  .mt-1rem {
    margin-top: 2.5rem;
  }

  .mt-3rem {
    margin-top: 3rem;
  }

  .sec1 .txt-sec1.mt-3rem {
    margin-top: 0rem;
  }

  .sec1 .orange.text-shadow {
    text-shadow: 2px 2px 8px rgb(0 0 0 / 62%);
  }

  .bg-sec2 .stroke-3 {
    -webkit-text-stroke: 0.3px #ffffff;
  }

  p.stroke-2 {
    -webkit-text-stroke: 1.2px #ffffff;
  }

  .img-sec2 .position-start, .img-sec2 .position-end {
    margin-top: 29% !important;
  }

  .my-6rem {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }

  .my-3rem {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .mb-6 {
    margin-bottom: 30rem;
  }

  .mb-20 {
    margin-bottom: -7rem;
  }

  .fs-7vw {
    font-size: 13vw;
  }

  .fs-3vw p {
    font-size: 3.5vw;
  }

  .fs-6vw {
    font-size: 11.3vw;
  }

  .fs-22 {
    font-size: 1.1rem;
  }

  .bg-sec4 .fs-27 {
    font-size: 2.5vw;
  }

  .p.stroke-1 {
    -webkit-text-stroke: 0.1px #ffffff;
  }

  .trY {
    transform: translateY(70%);
  }

  .tujuan::after, .keuangan::after, .percintaan::after, .karir::after  {
    font-size: 2.5vw;
  }

  .keuangan {
    transform: rotate(-30deg) translateY(-120%) translateX(9%);
  }

  .tujuan {
    transform: rotate(47deg) translateY(-125%) translateX(-19%);
  }

  .percintaan {
    transform: rotate(40deg) translateY(-65%) translateX(-30%);
  }

  .karir {
    transform: rotate(-33deg) translateY(-80%) translateX(23%);
  }

  .pria-sec4 {
    transform: translateY(20%) translateX(-20%);
    width: 19%;
  }
  
  @keyframes sec7QFloat{
    0%{
      transform: translate(37%, -185%) translateY(0) scale(1);
    }
    50%{
      transform: translate(37%, -185%) translateY(-3px) scale(1.03);
    }
    100%{
      transform: translate(37%, -185%) translateY(0) scale(1);
    }
  }

  .bg-sec9 .sec7-solution-card, .bg-sec10 .sec7-solution-card {
    margin-top: 0rem !important;
    margin-bottom: 5rem !important;
  }

  .bg-sec7 .h-27 {
    height: 29rem !important;
  }

  .bg-sec8 .sec7-solution, .bg-sec9 .sec7-solution {    
    bottom: 21.5rem;
    position: relative;
  }

  .bg-sec8 .col-12 .w-98, .bg-sec9 .col-12 .w-98, .bg-sec10 .col-12 .w-98, .bg-sec11 .col-12 .w-98 {
    padding-top: 0rem !important;
    top: 2.5%;
    margin-bottom: -25rem;
  }

  .bg-sec8 .row.row1, .bg-sec9 .row.row1, .bg-sec10 .row.row1, .bg-sec11 .row.row1 {
    position: relative;
    justify-content: center;
  }

  .bg-sec8 .row p.fs-5vw, .bg-sec9 .row p.fs-5vw, .bg-sec10 .row p.fs-5vw,
  .bg-sec11 .row p.fs-5vw {
    font-size: 8vw;
    width: 80%;
  }

  .bg-sec8 .d-inline.position-relative {
    bottom: 0rem;
  }

  .bg-sec11 .col-12 .w-98, .bg-sec14 .col-12 .w-98, 
  .bg-sec15 .col-12 .w-98 {
    padding-top: 0rem !important;
    top: 5%;
  }

  .bg-sec8 .row p.px-5, .bg-sec9 .row p.px-5, .bg-sec10 .row p.px-5, .bg-sec11 .row p.px-5,
  .bg-sec14 .row p.px-5, .bg-sec15 .row p.px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bg-sec8 .col-12 .w-26 {
    width: 13.5%;
    bottom: 43%;
    left: 49.5%;
  }

  .bg-sec8 .row.py-4, .bg-sec9 .row.py-4, .bg-sec10 .row.py-4, .bg-sec11 .row.py-4,
  .bg-sec14 .row.py-4, .bg-sec15 .row.py-4 {
    padding: 2rem 1.5rem 1rem 2rem !important;
  }
  
  .bg-sec8 .row, .bg-sec9 .row, .bg-sec10 .row, .bg-sec11 .row, .bg-sec14 .row, .bg-sec15 .row {
    overflow: hidden;
  }

  .bg-sec8 .row p.fs-2, .bg-sec9 .row p.fs-2, .bg-sec10 .row p.fs-2, .bg-sec11 .row p.fs-2,
  .bg-sec14 .row p.fs-2, .bg-sec15 .row p.fs-2 {
    font-size: 0.8rem !important;
  }

  .bg-sec8 .d-flex.align-items-center {
    margin-bottom: 1rem;
    margin-top: 5rem;
  }

  .bg-sec8 .col-12 .w-76, .bg-sec9 .col-12 .w-76 {
    width: 70%;
    position: relative;
    left: 3rem;
  }

  .bg-sec8 .col-12 .w-76 {
    width: 60%;
  }

  .bg-sec8 .row.mt-5 {
    margin-top: 0rem !important;
  }

  .bg-sec8 .show1 {
    bottom: 56.5rem;
  }

  .bg-sec8 .sec7-solution-card {
    margin-top: 1rem !important;
    margin-bottom: 5rem !important;
  }

  .bg-sec8 .poetsenOne.fs-3, .bg-sec9 .poetsenOne.fs-3, .bg-sec10 .poetsenOne.fs-3, .bg-sec11 .poetsenOne.fs-3,
  .bg-sec14 .poetsenOne.fs-3, .bg-sec14 .poetsenOne.fs-3, .bg-sec15 .poetsenOne.fs-3 {
    font-size: 4.4vw !important;
  }

  .renungTanya {
    position: absolute;
    bottom: 57%;
    left: 62.5%;
    width: 15%;
  }

  .bg-sec9 .col-12 .w-26 {
    width: 19.55%;
    left: 44.5%;
  }

  .bg-sec9 .col-12 .w-76 {
    left: 0rem;
  }

  .bg-sec9 .show1 {
    position: relative;
    bottom: 54rem;
  }

  .bg-sec9 .row.mt-5 {
    margin-top: 5.5rem !important;
  }

  .bg-sec10 .show1 {
    position: relative;
    bottom: 53rem;
  }

  .bg-sec9 .sec7-solution-card {
    margin-top: 2.5rem !important;
  }

  .bg-sec10 .sec7-solution {
    bottom: 25rem;
    position: relative;
  }

  .bg-sec10 .col-12 .w-76, .bg-sec11 .col-12 .w-76 {
    width: 80%;
  }

  .bg-sec10 .konten-pos {
    margin-bottom: 10%;
  }

  .bg-sec10 .row.mt-5 {
    margin-top: 1.5rem !important;
  }

  .bg-sec10 .sec7-solution-card {
    margin-top: 1rem !important;
  }

  .pintuTanya {
    position: absolute;
    left: 48%;
    bottom: -240%;
  }

  .bg-sec11 .sec7-solution {
    position: relative;
    bottom: 30rem;
    margin-bottom: -5rem;
  }

  .bg-sec11 .show1 {
    position: relative;
    bottom: 50.5rem;
  }

  .bg-sec11 .sec7-solution-card {
    margin-top: 2rem !important;
  }

  .kursiDuduk {
    position: absolute;
    left: 21%;
    bottom: -102%;
  }

  .bg-sec14 .sec7-solution-card {
    margin-top: 4.5rem !important;
  }

  .bg-sec15 .row p.rounded-5 {
    border-radius: 1rem !important;
  }

  .bg-sec14 .col-12 .w-76 {
    width: 50%;
  }

  .bg-sec15 .row.mt-5 {
    margin-top: 5rem !important;
    margin-bottom: 4rem !important;
  }

  .bg-sec14 .row.mt-5 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .bg-sec14 .sec7-solution {
    position: relative;
    bottom: 33rem;
  }

  .bg-sec14 .show1 {
    position: relative;
    bottom: 60rem;
  }

  .bg-sec14 .col-12 .w-98 {
    margin-bottom: -32rem;
  }

  .cemasInsecure {
    position: absolute;
    bottom: -38%;
    left: 72%;
    width: 28%;
  }

  .cemasInsecure.w-32 {
    width: 21%;
  }

  .bg-sec15 .sec7-solution {
    position: relative;
    bottom: 20rem;
    margin-bottom: -17rem;
  }

  .bg-sec15 .show1 {
    position: relative;
    bottom: 67rem;
  }

  .bg-sec15 .sec7-solution-card {
    margin-bottom: 6rem !important;
  }

  .bg-sec15 .sec7-solution-card {
    margin-top: 0rem !important;
  }

  .cemasOvt {
    position: absolute;
    bottom: -47%;
    left: 69%;
  }

  .cemasOvt.w-32 {
    width: 21%;
  }

  .bg-sec16 p.fs-22 {
    margin-bottom: 0rem;
  }
}

@media (max-width: 340px) {
  .bg-sec8 .show1 {
    bottom: 64rem;
  }

  .bg-sec9 .show1 {
    bottom: 57rem;
  }

  .bg-sec10 .show1 {
    bottom: 60rem;
  }

  .bg-sec11 .show1 {
    bottom: 57rem;
  }

  .bg-sec14 .show1 {
    bottom: 63.5rem;
  }

  .bg-sec15 .show1 {
    bottom: 82rem;
  }
}