html, body {
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}


body{
    background-color: rgb(3, 155, 230);
    font-family: 'Press Start 2P';
    overflow-x: hidden;
}


.fade-up {
	opacity: 0;
	transform: translateY(40px);
	transition: 
		opacity 1s ease-out,
		transform 2s ease-out;
	will-change: opacity, transform;
}

.fade-up.visible {
	opacity: 1;
	transform: translateY(0);
}

.background {
    position: relative;
    background-image: url("gambar/latar2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh; 
    width: 100vw;
    overflow: hidden;
    z-index: 0;
}

.background::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,  rgb(3, 155, 230,0.4),  rgba(255, 252, 252,0));
    pointer-events: none;
}

.background img {
    display: none;
    z-index: 0;
}

.kelip {
    position: absolute;
    width: 5%;
    top: 25%;
    left:68%;
    height: auto;
    z-index: 5;
}

.kelip1 {
    position: absolute;
    width: 5%;
    top: 55%;
    left: 25%;
    height: auto;
    z-index: 5;
}

.teks-tengah {
    position: absolute;
    top:40%;
    left: 50%;
    transform: translate(-50%, -50%);    
    z-index: 5; 
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    width: 90%;
    text-size-adjust: 100px;
    line-height: 1.5;
    -webkit-text-stroke: 2px rgb(0, 113, 176);
}

.press-start-2p-regular {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
}

.logo-evoting{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
    height: auto;
    z-index: 4;
}

.logo-smansa {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: auto;
    z-index: 4;
}

.logo-evoting2{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
    height: auto;
    z-index: 10;
}

#halaman-satu {
    height: 100vh;
    position: relative;
}

    #halaman-kedua {
        height: 100vh;
        position: relative;
        padding: 20px;
    }

    #halaman-tiga {
        height: 90vh;
        position: relative;
        padding: 20px;
        margin-top: -1vh;
    }

    #halaman-empat {
        height: 100vh;
        position: relative;
        padding: 20px;
        margin-top: 30vh;
    }

    #halaman-lima {
        height: 100vh;
        position: relative;
        padding: 20px;
    }

    .kotak-putih-lancip {
        position: relative; 
        display: flex;
        align-items: center; 
        justify-content: flex-end; 
        top: 25px;
        right: 170px;
        width: 220px;
        height: 75px;
        background-color: white;
        border: 2px solid white;
        border-radius: 50px; 
        padding: 0 10px;
    }

    .logo2 {
        width: 80px;
        height: 80px;
    }

    .awan-putih {
        position: absolute;
        top: -15%;
        right: 820px;
        z-index: 5;
        height: 50px;
    }

    .awan-putih2 {
        position: absolute;
        bottom: 520px;
        right: 30px;
        z-index: 5;
        height: 50px;
    }

    .bingkai {
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        top: 20%;
        right: 50px;
        width: 100%;
        box-sizing: border-box;
        z-index: 999;
    }

    .bingkai-item {
        position: relative;
        width: 300px;
        height: 500px;
        margin-bottom: 40px;
        z-index: 999;
    }

    .bingkai-latar {
        position: absolute;
        top: 8px;    
        left: 50px;   
        width: 300px;
        height: 380px;
        background-color: white;
        z-index: 1;
        overflow: hidden; 
        border-radius: 10px; 
    }

    .bingkai-gambar {
        position: absolute;
        top: 0;
        left: 0;
        width: 400px;
        height: 400px;
        z-index: 3; 
    }

    .paslon1,
    .paslon2,
    .paslon3 {
        position: absolute;
        top: 8px;       
        left: 50px;     
        width: 300px;  
        height: 380px;
        object-fit: cover;   
        object-position: center center;
        z-index: 2;          
        display: block;
        border-radius: 8px;   
    }

.box1 {
  position: absolute;
  top: 78%;
  right: 73%;
  width: 20%;
  height: 5%;
  margin: 0 auto;
  background: transparent;
  padding: 10px;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  z-index: 2000 !important;
  pointer-events: all;
}

.box2 {
  position: absolute;
  top: 78%;
  right: 39%;
  width: 20%;
  height: 5%;
  margin: 0 auto;
  background: transparent;
  padding: 10px;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  z-index: 2000 !important;
  pointer-events: all;
}

.box3 {
  position: absolute;
  top: 79%;
  right: 6%;
  width: 20%;
  height: 5%;
  margin: 0 auto;
  background: transparent;
  padding: 10px;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  z-index: 2000 !important;
  pointer-events: all;
}


.button {
  background-image: url("gambar/tombol.png") ;
  background-size: contain;
  image-rendering: pixelated; 
  background-repeat: no-repeat;
  flex-direction: row;
  width: 200px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 auto;
  color: #0071b0;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  overflow: visible;
  white-space: nowrap;
}

.button:hover {
  transform: scale(1.05);
  filter: brightness(1.1)
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 2000;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s;
}

.overlay:target ~ section ,
.overlay:target ~ div {
  filter: blur(5px);
  pointer-events: none;
}


body:has(.overlay:target) {
  overflow: hidden;
}

.popup {
  margin: 250px auto;
  padding: 20px;
  line-height: 1.6;
  background: #fff;
  border-radius: 10px;
  width: 50%;
  position: relative;
  transition:  all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: scale(0.7);
  opacity: 0;
}

.overlay:target .popup {
  transform: scale(1);
  opacity: 1;
  animation: bounceIn 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: rgb(3, 155, 230);
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 1s;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: rgb(3, 155, 230);
}
.popup .close:hover {
  color: rgb(3, 155, 230);
}

#closeArea {
  display: block;
  position: relative;
  top: 100vh; 
}

.popup .content {
  max-height: 60%;
  max-width: max-content;
  overflow: auto;
  color: rgb(3, 155, 230);
}

@keyframes bounceOut {
  0% { transform: scale(0.7); opacity: 0; }
  50% { transform: scale(1.1); opacity: 1; }
  70% { transform: scale(0.95); }
  100% { transform: scale(1); }
}

.laptop {
    display: flex;
    position: absolute;
    z-index: 2;
    pointer-events: none !important;
    top: -23%;
    right: -31%;
}
    .slider {
    position: relative !important;
    top: 39% !important; 
    right: -36% !important;
    transform: translate(-50%, -50%);
    max-width: 820px !important;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    z-index: 1;
    }

.slider .slick-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.slick-prev, .slick-next {
    width: auto;
    height: 100%;
    z-index: 5;
    display: block !important;
}

.slick-prev {
    left: 5px;
    z-index: 5;
}
.slick-next {
    top: 50% !important;
    right: 40px !important;
    z-index: 5;
    width: 50%;
    height: auto;
    transform: translateY(-50%) !important;
}

.slick-prev:before, 
.slick-next:before {
    font-size: 50px;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 5;
}

.slick-next:before {
    font-size: 100px !important;

}

.skip{
    position: absolute;
    width: 10%;
    height: auto;
    top: 50%;
    left: 80%;
    z-index: 10;
    pointer-events: none !important;
}

.netizen{
    position: absolute;
    top: 20%;
    left: 1%;
    width: 25%;
    height: auto;
    z-index: 10;
}

.penunjuk {
    position: absolute;
    top: 80% !important;
    left: 80%;
    z-index: 10;
    width: 8%;
    height: auto;
}

.floor {
    position: absolute;
    bottom: -28%;
    right: 0.1%;
    width: 100%;
    height: auto;
    z-index: 0;
}

.cloud {
    position: absolute;
    left: 75%;
    bottom: -19%;
    z-index: 0;
    transform: scaleX(-1);
}

.cloud2 {
    position: absolute;
    bottom: 0%;
    left: -10%;
    z-index: -5;
}

html,body{
  width: 100%;
  height: 100%;
}

.container{
  padding: 75px 0;
  margin: 0 auto;
  width: 1140px;
}

.foto{
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
  font-size: 44px;
  text-transform: uppercase;
  color: #1d4182;
  z-index: 2;
}

.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70vh;
}

.item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  
  &:hover{
    flex: 7;
  }
}


.item-1 { 
  background-image: url("gambar/DSCF9711.JPG");
}

.item-2 { 
  background-image: url("gambar/DSCF9715.JPG");
}

.item-3 { 
  background-image: url("gambar/DSCF9718.JPG");
}

.item-4 { 
  background-image: url("gambar/IMG_1061.JPG");
}

.item-5 { 
  background-image: url("gambar/IMG_1133.JPG");
}

.highcharts-figure {
    position: relative;
    top: 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 5;
}
#container {
    width: 80vw;  
    height: 60vh; 
    max-width: 800px;
}
.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    border-collapse: collapse;
    border: 1px solid var(--highcharts-neutral-color-10, #e6e6e6);
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.9em;
    color: var(--highcharts-neutral-color-60, #666);
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tbody tr:nth-child(even) {
    background: var(--highcharts-neutral-color-3, #f7f7f7);
}

.highcharts-description {
    margin: 0.3rem 10px;
}
.highcharts-background {
    fill: transparent !important;
}

.highcharts-data-label text {
    fill: #ffffff !important;
    font-family: 'Press Start 2P' !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.highcharts-text-outline {
    stroke: none !important;
}

.floor2 {
    position: absolute;
    top: -89%;
    right: 0.1%;
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.kelip2 {
    position: absolute;
    width: 6%;
    top: 10%;
    left:70%;
    height: auto;
    z-index: 5;
}

.kelip3 {
    position: absolute;
    width: 6%;
    top: 60%;
    left: 20%;
    height: auto;
    z-index: 5;
}

.putih{
    position: absolute;
    bottom: 1%;
    right: 0.1%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.7
}

.putih1{
    position: absolute;
    bottom: -28%;
    right: 0.1%;
    width: 100%;
    z-index: 0;
    pointer-events: none;  
    opacity: 0.7
}

.putih2{
    position: absolute;
    bottom: 2%;
    right: 0.1%;
    width: 100%;
    z-index: -20;
    pointer-events: none; 
    opacity: 0.7
}

.putih3 {
    transform: scaleY(-1);
    position: absolute;
    top: -3%;
    right: 0.1%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.7
}

.putih4 {
    transform: scaleY(-1);
    position: absolute;
    top: -1%;
    right: 0.1%;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.7
}

.putih5{
    transform: scaleY(-1);
    position: absolute;
    top: 0%;
    right: 0.1%;
    width: 100%;
    z-index: -4;
    pointer-events: none;
    opacity: 0.7
}

.putih6{
    position: absolute;
    bottom: 0.01%;
    right: 0.1%;
    width: 100%;
    z-index: 20;
    pointer-events: none; 
    opacity: 0.7
}

.cloud3 {
    position: absolute;
    left: 80%;
    bottom: 5%;
    z-index: 0;
    transform: scaleX(-1);
}

.cloud4 {
    position: absolute;
    bottom: 40%;
    left: -10%;
    z-index: 1;
}

.putih7 {
    transform: scaleY(-1) translateY(40px);
    position: absolute;
    bottom: -5%;
    right: 0.1%;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
}

.fade-up.visible .putih7 {
    opacity: 0.7;
    transform: scaleY(-1) translateY(0);
}

.kotak-putih-lancip1 {
    position: relative; 
    display: flex;
    align-items: center; 
    justify-content: flex-start; 
    top: -6%;
    left: 93%;
    width: 220px;
    height: 75px;
    background-color: white;
    border: 2px solid white;
    border-radius: 50px; 
    padding: 0 10px; 
}        
    
.logo4 {
    width: 80px;
    height: 80px;
    z-index: 5000;
}

.kotak-putih-lancip2 {
    position: relative; 
    display: flex;
    align-items: center; 
    justify-content: flex-start; 
    top: -20%;
    left: 93%;
    width: 220px;
    height: 75px;
    background-color: white;
    border: 2px solid white;
    border-radius: 50px; 
    padding: 0 10px; 
}

.logo5 {
    width: 80px;
    height: 80px;
    z-index: 5000;
}

.logo6 {
    width: 80px;
    height: 80px;
    z-index: 0;
}

footer {
    position: relative; 
    width: 100vw; 
    overflow-x: hidden; 
    overflow-y: hidden; 
    padding: 120px 40px 250px; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
}

.footer-bg {
  position: absolute;
  top: -200%;
  left: -30%;
  width: 200vw;
  height: 300vh;
  object-fit: fill; 
  image-rendering: pixelated; 
  z-index: -1; 
}

.content-footer p {
  display: flex;
  position: relative;
  top: -10%;
  flex-direction: column; 
  align-items: center;    
  justify-content: center; 
  text-align: center;
  font-size: 50px;
  color: white;
  margin-bottom: 25px;
  text-shadow: 1px 1px 0 #77ffff;
  letter-spacing: 1px;
}


.btn-footer {
  position: relative;
  top: -20%;
  Left: 0% !important;
  display: inline-block;
  background-color: #0078ff;
  color: white;
  padding: 20px 30px;
  font-size: 20px;
  width: auto; 
  max-width: 300px; 
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 #ffffff;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
}

.btn-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.7),
    transparent
  );
  transition: all 0.5s ease;
}

.btn-footer:hover::before {
  left: 100%;
}

.btn-footer:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 #000;
  background-color: #005fcc;
}

.btn-footer:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 #000;
}
footer:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 600px) {
    .teks-tengah { 
        font-size: 1.5rem; 
        padding: 0.5rem 0.75rem; 
    }
}

@media screen and (max-width: 700px){

  .box{
    width: 70%;
  }
  .popup{
        width: 70%;
  }
}

    @media (min-width: 768px) and (max-width: 1024px) {
    
  footer {
    padding: 80px 20px 70px;

  }
  .footer-bg{
    top: -200px !important;
    max-width: 100%;
  }

  .content-footer p {
    top: -10%;
    font-size: 10px;
  }

  .btn-footer {
    padding: 10px 22px;
    font-size: 10px;
  }

  footer::after {
    height: 60px;
    background-size: 120px;
  }
}
@media (max-width: 480px) {
  .slider iframe {
    height: 35vh;
  }
}

@media (min-width: 1920px) and (min-height:1200px) {
    .teks-tengah{
        font-size:90px;
        position: fixed; 
        top: 40%;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        text-align: center !important;
   }

    .kelip {
        top:20%;
        left: 70%;
    }

    .kelip1 {
        top: 60%;
        left: 20%;
    }

    .bingkai {
        width: 100% !important;
        top: 30%;
        left: -4%;
    }
    .bingkai-item {
        width: 300px;
        height: 500px;
        transform: scale(1.5);
    }
    .box1, .box2, .box3 {
        transform: scale(1.5);
        top: 70%;
    }

    .slider {
        transform: scale(1.5);
        left: 0%;
        top: 23% !important;
    }
    .foto{
        transform: scale(1.9);
        left: 80% !important;
    }
    .laptop {
        transform: scale(1.5);
        left: 2.5% !important;
        top: 15% !important;
    }

    .skip {
        top:48%;
        left: 77%;
    }
    .floor {
        bottom: -5%;
    }
    .floor2 {
        top: -95%;
    }
    .highcharts-figure {
        top: -15%;
    }

    .putih {
        bottom:30% !important;
    }
    .putih3 {
        top:-24.5% !important;
    }

    .gallery-wrap {
        bottom: 20% !important;
    }
    .cloud {
        top: -10% !important;
    }
    .putih1 {
        bottom: -5%;
    }
    .putih4 {
        top: -2.38%;
    }

    .cloud3 {
        transform: scale(1.3);
        bottom: 15%;
    }

    .cloud4 {
        left: 5%;
        top: -20%;
    }

    .kelip2 {
        top: 1%;
    }

    .kelip3 {
        top: 40% !important;
    }

    .putih7 {
        top: -30%;
    }

    .foto {
        transform: scale(1);
    }

    .gallery-wrap{
        transform: translateY(-30%) !important;
    }

    .awan-putih {
        top: 0%;
    }

    .kotak-putih-lancip2 {
        left: 93%;
        top: -40%;
    }

    .kotak-putih-lancip1 {
        top: -0%;
    }

    .footer-bg{
        top: -500%;
    }

    .content-footer{
        transform: translateY(-50%);
    }
    .btn-footer{
        transform: translateY(-80%);
    }   

}

@media (min-width: 1200px) and (min-height:1920px) {
    .teks-tengah{
        font-size: 100px;
    }

    .kelip {
        top: 25%;
        left: 90%;
        transform: scale(2);
    }

    .kelip1 {
        transform: scale(2);
        left: 5%;
        top: 60%;
    }

    #halaman-kedua {
        min-height: 100vh; 
        height: auto; 
        padding: 20px; 
        position: relative; 
        display: flex; 
        flex-direction: column; 
        align-items: center;
    }

    .bingkai {
        transform: scale(1.5);
        position: relative;
        right: 0;
        bottom: -10%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-around;
        width: 90%;
        margin-top: 10px;
        gap: 0px !important;
        transform: translateY(10%);
    }

        .bingkai-item {
            position: relative;
            width: 550px;
            height: 500px;
            transform: scale(1.3);
        }

        .bingkai-latar {
            position: absolute;
            top: 8px;
            left: 50%;
            transform: translateX(-50%);
            width: 300px;
            height: 380px;
            margin: 0;
        }

        .bingkai-gambar {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 400px;
            height: 400px;
        }

        .paslon1, .paslon2, .paslon3 {
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 260px;
            height: 340px;
        }

        .box1, .box2, .box3 {
            position: absolute;
            width: 70%;
            margin: 0 auto;
            left: 50%;
            transform: translateX(-30%);
        }

        .box1 { top: calc(23% - 33px); }
        .box2 { top: calc(50% - 40px); }
        .box3 { top: calc(77% - 40px); }

        .button {
            width: 350px;
            height: 130px;
            font-size: 34px;
        }

    .awan-putih {
        transform: scale(2);
    }

    .awan-putih2 {
        transform: scale(2);
        top: 50%;
    }

    .putih5 {
        top: 0%;
    }

    .putih2 {
        bottom: 3%;
    }

    .laptop {
        top: 31.5%;
    }

    .slider {
        transform: translateY(100%);
        transform: translateX(-53.5%);
    }

    .skip {
        top: 56%;
        left: 78%;
    }
    .penunjuk {
        transform: scale(2);
        top: 70% !important;
    }

    .netizen {
        transform: scale(2)!important;
        left: 50%;
        display: none;
    }

    .cloud {
        transform: scale(2);
    }

    .cloud2 {
        transform: scale(2);
        top: 20%;
    }

    .putih4 {
        top: -2.5%;
    }

    .floor2 {
        top: -32%;
    }

    .putih3 {
        top: -4.7%;
    }

    .putih {
        bottom: 6%;
    }
    .cloud3 {
        transform: scale(2);
    }
    .cloud4 {
        transform: scale(2);
        top: 10%;
    }

    .kelip2 {
        transform: scale(2);
        top: 20%;
    }

    .kelip3 {
        transform: scale(2);
        top: 65%;
    }

    .putih7 {
        top: -6.5%;
    }
    .kotak-putih-lancip2{
        top: -10%;
    }
    .kotak-putih-lancip{
        left: -50%;
        z-index: 8;
    }
    .kotak-putih-lancip1{
        top: 0%;
    }

.footer-bg {
            position: absolute;
            top: 90%;
            left: 50%;
            width: 200vw;
            height: 150vh;
            object-fit: cover;
            image-rendering: pixelated;
            z-index: -1;
            transform: translate(-50%, -40%) scale(1.5);
    }

    .content-footer{
        transform: translateY(-30%);
    }

    .btn-footer{
        transform: translateY(-50%);
    }

}

@media (max-width: 767px) {
        .box1 {
            position: absolute;
            top: 32% !important;
            right: 48%;
            width: 20%;
            height: 5%;
            margin: 0 auto;
            background: transparent;
            padding: 10px;
            border-radius: 20px/50px;
            background-clip: padding-box;
            text-align: center;
            z-index: 2000 !important;
            pointer-events: all;
        }

        .box2 {
            position: absolute;
            top: 64% !important;
            right: 39%;
            width: 20%;
            height: 5%;
            margin: 0 auto;
            background: transparent;
            padding: 10px;
            border-radius: 20px/50px;
            background-clip: padding-box;
            text-align: center;
            z-index: 2000 !important;
            pointer-events: all;
        }

        .box3 {
            position: absolute;
            top: 95% !important;
            right: 6%;
            width: 20%;
            height: 5%;
            margin: 0 auto;
            background: transparent;
            padding: 10px;
            border-radius: 20px/50px;
            background-clip: padding-box;
            text-align: center;
            z-index: 2000 !important;
            pointer-events: all;
        }
        
        .kotak-putih-lancip1 {
            position: absolute;
            display: flex;
            align-items: center; 
            justify-content: flex-start;
            top: 10%;
            left: 85%;
            transform: translateX(-20%);
            width: 200px;
            height: 75px;
            background-color: white;
            border: 2px solid white;
            border-radius: 50px;
            padding: 0 10px;
        }

        .kotak-putih-lancip {
            position: absolute;
            display: flex;
            align-items: center; 
            justify-content: flex-end;
            top: -6%;
            right: 50% !important;
            width: 200px;
            height: 75px;
            background-color: white;
            border: 2px solid white;
            border-radius: 50px;
            padding: 0 10px;
        }
        
        .putih2{
            position: absolute;
            bottom: 0% !important;
            right: 0.1%;
            width: 100%;
            z-index: -20;
            pointer-events: none; 
            opacity: 0.7
        }

        .putih1{
            position: absolute;
            bottom: 0% !important;
            right: 0.1%;
            width: 100%;
            z-index: -20;
            pointer-events: none; 
            opacity: 0.7
        }

        .putih4{
            position: absolute;
            top: 0.3% !important;
            right: 0.1%;
            width: 100%;
            z-index: -20;
            pointer-events: none; 
            opacity: 0.7
        }
        
        .putih3{
            position: absolute;
            top: 0% !important;
            right: 0.1%;
            width: 100%;
            z-index: -20;
            pointer-events: none; 
            opacity: 0.7
        }

        .putih7{
            position: absolute;
            top: 0% !important;
            right: 0.1%;
            width: 100%;
            z-index: -20;
            pointer-events: none; 
            opacity: 0.7
        }

        #halaman-lima {
            height: 100vh;
            position: relative;
            padding: 20px;
            margin-top: -1vh;
        }

        #halaman-empat {
            height: 100vh;
            position: relative;
            padding: 20px;
            margin-top: 0vh;
        }
        
        #halaman-tiga {
            height: 90vh;
            position: relative;
            padding: 20px;
            margin-top: 0vh;
        }   
        
        #halaman-kedua {
            min-height: 100vh;
            height: auto;
            padding: 20px;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .bingkai {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            margin-top: 100px;
            gap: 40px;
            right: 0;
            bottom: 0;
        }

        .bingkai-item {
            position: relative;
            width: 300px;
            height: 460px;
            transform: scale(0.9);
            margin: 0 0 30px 0;
        }

        .bingkai-latar {
            position: absolute;
            top: 8px;
            left: 50%;
            transform: translateX(-50%);
            width: 300px;
            height: 380px;
            margin: 0;
        }

        .bingkai-gambar {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 400px;
            height: 400px;
        }

        .paslon1, .paslon2, .paslon3 {
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 260px;
            height: 340px;
        }
           
        .T1, .T2, .T3 {
            width: 200px;
            height: auto;
        }
        
        .tombol-text {
            font-size: 12px;
        }

        .kotak-putih-lancip2 {
            position: absolute;
            top: 25%;
            right: 55%;
            transform: translateX(-50%);
            width: 220px;
        }

        .awan-putih {
            position: absolute;
            top: 20%;
            right: -30px;
            height: 40px;
            opacity: 0.7;
        }

        .awan-putih2 {
            position: absolute;
            top: 60%;
            left: -30px;
            height: 40px;
            opacity: 0.7;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .bingkai {
            bottom: 50px;
            gap: 20px;
            padding: 0 20px;
        }

        .bingkai-item {
            width: 250px;
            height: 450px;
            transform: scale(0.95);
        }

        .bingkai-latar {
            left: 40px;
            width: 250px;
            height: 310px;
        }

        .bingkai-gambar {
            width: 330px;
            height: 330px;
        }

        .paslon1, .paslon2, .paslon3 {
            left: 50px;
            width: 230px;
            height: 300px;
        }

        .tombol-vote {
            bottom: 15px;
            left: 65%;
        }

        .T1, .T2, .T3 {
            width: 250px;
        }

        .tombol-text {
            font-size: 20px;
        }

        .awan-putih {
            position: absolute;
            bottom: 110%;
            right: 430px;
            z-index: 0;
            height: 50px;
            opacity: 0.8;
        }

        .awan-putih2 {
            position: absolute;
            bottom: 86%;
            right: 0;
            z-index: 0;
            height: 50px;
            opacity: 0.8;
        }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
    .bingkai {
        bottom: 50px;
        gap: 20px;
        padding: 0 20px;
    }

    .bingkai-item {
        width: 250px;
        height: 450px;
        transform: scale(0.95);
    }

    .bingkai-latar {
        left: 40px;
        width: 250px;
        height: 310px;
    }

    .bingkai-gambar {
        width: 330px;
        height: 330px;
    }

    .paslon1, .paslon2, .paslon3 {
        left: 50px;
        width: 230px;
        height: 300px;
    }

    .tombol-vote {
        bottom: 15px;
        left: 65%;
    }

    .T1, .T2, .T3 {
        width: 250px;
    }

    .tombol-text {
        font-size: 20px;
    }

    .awan-putih {
        position: absolute;
        bottom: 110%;
        right: 430px;
        z-index: 0;
        height: 50px;
        opacity: 0.8;
    }

    .awan-putih2 {
        position: absolute;
        bottom: 86%;
        right: 0;
        z-index: 0;
        height: 50px;
        opacity: 0.8;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .bingkai {
        bottom: 50px;
        gap: 20px;
        padding: 0 20px;
    }

    .bingkai-item {
        width: 250px;
        height: 450px;
        transform: scale(0.95);
    }

    .bingkai-latar {
        left: 40px;
        width: 250px;
        height: 310px;
    }

    .bingkai-gambar {
        width: 330px;
        height: 330px;
    }

    .paslon1, .paslon2, .paslon3 {
        left: 50px;
        width: 230px;
        height: 300px;
    }

    .tombol-vote {
        bottom: 15px;
        left: 65%;
    }

    .T1, .T2, .T3 {
        width: 250px;
    }

    .tombol-text {
        font-size: 20px;
    }

    .awan-putih {
        position: absolute;
        bottom: 110%;
        right: 430px;
        z-index: 0;
        height: 50px;
        opacity: 0.8;
    }

    .awan-putih2 {
        position: absolute;
        bottom: 86%;
        right: 0;
        z-index: 0;
        height: 50px;
        opacity: 0.8;
    }
}

  @media (max-width: 768px) {
  /* ===== Laptop dan Slider jadi satu bagian ===== */
  .laptop {
    position: relative;
    transform: none;
    bottom: auto;
    left: auto;
    width: 100%;
    justify-content: center;
    margin-top: 60px;
    opacity: 0;
    z-index: 2;
  }

  .slider {
    position: relative !important;
    bottom: auto !important;
    left: -3%;
    max-width: 60% !important;
    transform: scale(1.5);
    background: #ffffff;
    border: 4px solid #4b6eff;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    z-index: 3;
  }

  .slider iframe {
    width: 100%;
    height: auto;
  }

  /* Tombol panah dihilangkan biar layar HP gak ketutupan */
  .slick-prev,
  .slick-next {
    display: none !important;
  }

  /* Efek awan dikecilkan */
  .cloud,
  .cloud2 {
    opacity: 0.8;
    transform: scale(0.8);
  }

  .cloud{
    top: -10%;
    left: -20%;
  }

  .cloud2{
    left: 10%;
  }

  /* Elemen tambahan disembunyikan di HP */
  .penunjuk,
  .skip,
  .netizen {
    display: none;
  }

  /* Bagian umum */
  .box {
      width: 90%;
  }
  .popup {
      width: 90%;
      margin: 40px auto;
  }
  .teks-tengah {
      font-size: 24px;
      top: 40%;
      -webkit-text-stroke: 1px rgb(0, 113, 176);
      width: 85%;
      line-height: 1.8;
  }
  .logo-evoting, .logo-evoting2 {
      width: 80px;
      top: 15px;
      left: 15px;
  }
  .logo-smansa {
      width: 60px;
      top: 15px;
      right: 15px;
  }
  .kelip, .kelip1, .kelip2, .kelip3 {
      width: 12%;
  }

  #halaman-kedua, #halaman-empat, #halaman-lima {
      min-height: 100vh;
      height: auto;
      overflow: hidden;
  }

  #halaman-tiga {
      min-height: 100vh;
      height: auto;
      overflow: hidden;
      padding-top: 50px;
      position: relative;
  }

  .container {
      width: 100%;
      padding: 30px 10px;
  }

  .foto {
      font-size: 50px;
      left: 2%;
      top: 20%;

  }

  .gallery-wrap {
      height: 60vh;
      transform: translateY(30%);
  }

  .highcharts-figure #container {
      width: 95vw;
      height: 80vh;
      transform: scale(1);
  }
  .highcharts-data-label text {
    display: none;
  }

  .kotak-putih-lancip, .kotak-putih-lancip1, .kotak-putih-lancip2 {
      width: 160px;
      height: 55px;
  }

  .logo2, .logo4, .logo5, .logo6 {
      width: 60px;
      height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bingkai {
        bottom: 50px;
        gap: 20px;
        padding: 0 20px;
    }

    .bingkai-item {
        width: 250px;
        height: 450px;
        transform: scale(0.95);
    }

    .bingkai-latar {
        left: 40px;
        width: 250px;
        height: 310px;
    }

    .bingkai-gambar {
        width: 330px;
        height: 330px;
    }

    .paslon1, .paslon2, .paslon3 {
        left: 50px;
        width: 230px;
        height: 300px;
    }

    .tombol-vote {
        bottom: 15px;
        left: 65%;
    }

    .T1, .T2, .T3 {
        width: 250px;
    }

    .tombol-text {
        font-size: 20px;
    }

    .awan-putih {
        position: absolute;
        bottom: 110%;
        right: 430px;
        z-index: 0;
        height: 50px;
        opacity: 0.8;
    }

    .awan-putih2 {
        position: absolute;
        bottom: 86%;
        right: 0;
        z-index: 0;
        height: 50px;
        opacity: 0.8;
    }
}
@media (max-width: 767px) {
    #halaman-kedua {
        min-height: 100vh;
        height: auto;
        padding: 20px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    .bingkai {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 60px;
        gap: 80px;
        right: 0;
        padding-bottom: 60px;
    }

    .bingkai-item {
        position: relative;
        width: 280px;
        height: 380px;
        transform: scale(1);
        margin: 0;
    }
    
    .box1, .box2, .box3 {
        position: absolute;
        width: 70%;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .box1 { top: calc(34% - 40px); }
    .box2 { top: calc(66% - 40px); }
    .box3 { top: calc(99% - 40px); }

    .button {
        width: 160px;
        height: 60px;
        font-size: 14px;
    }

    .bingkai-latar {
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
        height: 380px;
        margin: 0;
    }

    .bingkai-gambar {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 400px;
        height: 400px;
    }

    .paslon1, .paslon2, .paslon3 {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 260px;
        height: 340px;
    }
       
    .T1, .T2, .T3 {
        width: 200px;
        height: auto;
    }
    
    .tombol-text {
        font-size: 12px;
    }

    .kotak-putih-lancip {
        position: absolute;
        top: 1%;
        right: 55%;
        transform: translateX(-50%);
        width: 220px;
    }

    .awan-putih {
        position: absolute;
        top: 20%;
        right: -30px;
        height: 40px;
        opacity: 0.7;
    }

    .awan-putih2 {
        position: absolute;
        top: 60%;
        left: -30px;
        height: 40px;
        opacity: 0.7;
    }

    .footer-bg{
        top: -200%;
        transform: scale(4);
    }

    .content-footer p{
        top: 7%;
        left: -7%;
        transform: scale(0.8);
    }
    .btn-footer{
        transform: translateX(-13%);
    }
}

@media screen and (min-width:1920px) and (min-height:1080px) and (max-height:1199px) {
.teks-tengah{
    font-size: 70px !important;
}
    .bingkai-latar {
        position: absolute;
        top: 12.4%;
        left: 18%;
        transform: scale(150%);
        width: 300px;
        height: 380px;
        margin: 0;
    }

    .bingkai-gambar {
        position: absolute;
        top: 10%;
        left: 1%;
        transform: scale(150%);
        width: 400px;
        height: 400px;
    }

    .paslon1, .paslon2, .paslon3 {
        top: 15%;
        left:24%;
        transform: scale(155%);
        width: 260px;
        height: 340px;
    }

        .button {
        width: 40%;
        height: 60px;
        transform: scale(2);
        font-size: 14px;
    }

    .popup {
        top: -10%;
    }

    .putih4{
        top: -1.5%;
    }

    .laptop {
        transform: scale(1.5);
        left: 10%;
        top: 20%;
    }

    .netizen {
        transform: scale(1);
        left: 5%;
        top: 35%;
    }

    .slider {
        transform: scale(1.5);
        left: 7%;
        top: 30% !important;
    }

    .skip {
        top: 56%;
        left: 84%;
    }

    .penunjuk{
        transform: scale(1.5);
        top: 87% !important;    
    }

    .floor2{
        top: -82%;
    }

    .putih7 {
        top: -1%;
    }

    .kotak-putih-lancip2 {
        left: 93%;
        top: -5%;
    }

    .foto {
        font-size: 80px;
        left: 35%!important;
        top: 6%;
    }

    .footer-bg{
        top: -440%;
    }

    .content-footer{
        transform: translateY(-40%);
    }

    .btn-footer{
        transform: translateY(-70%);
    }
}

