@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@font-face {
  font-family: 'Aqua'; /* Nama font yang akan digunakan */
  src: url('../fonts/aqua.ttf');
  src: url('../fonts/aqua.ttf') format('truetype');
  font-weight: normal; /* Bobot font: normal, bold, dll. */
  font-style: normal;  /* Gaya font: normal, italic, dll. */
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body.popup-open {
    overflow: hidden; /* Menghilangkan scrolling pada body ketika popup muncul */
}
.hero_ {
    position: relative;
    height: calc(100vh - 80px); /* Tinggi layar dikurangi header */
    overflow: hidden;
}

.hero_ img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_img{
    position:relative;
    border-radius:10px;
    box-shadow:2px 3px 5px rgba(0,0,0,0.3);
    z-index:2;
    overflow:hidden;
    width:100%;
    background-color:white;
}
.card_img img{
    display: block;
    filter: blur(0px);
    transition: filter 0.2s ease-in-out;
    transform: scale(1.1);
    height: 100%;
    width: auto;
    cursor:zoom-in;
    margin-left:auto;;
    margin-right: auto;
}
.card_img img:hover{
    filter: blur(2px);
    transition: filter 0.2s ease-in-out;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    overflow: auto;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.popup-img {
    width: 100%;
    height: auto;
}

.popup-thumbnails {
    max-height: 70%;
    overflow: auto;
    display: block; 
    white-space: nowrap;
    overflow-x: scroll;
    margin-top: 20px;
}

.popup-thumbnail {
    margin: 0 10px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    display: inline-block; 
    overflow: hidden;
}

.popup-thumbnail img {
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.popup-thumbnail img:hover {
    border: 2px solid #fff;
}
body{
  min-height: 100vh;
  font-family: 'Poppins', sans-serif;
  display: flex;
  flex-direction: column;
}
.content{
  flex:1;
  overflow: hidden;
}
a{
  font-family: 'Poppins', sans-serif;
  
  color: black;
}
p{
  font-family: 'Poppins', sans-serif;
  color: black;
}
h1{
  font-family: 'Poppins', sans-serif;
  
  color: black;
}
h2{
  font-family: 'Poppins', sans-serif;
  
  color: black;
}
h3{
  font-family: 'Poppins', sans-serif;
  
  color: black;
}
h4{
  font-family: 'Poppins', sans-serif;
  
  color: black;
}
nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 80px !important;
  background: #152553;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
nav.navbar{
  height: 100%;
  /* max-width: 1250px; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0;
  padding: 0 5%;
  box-shadow: -1px 4px 13px 0px rgba(0, 0, 0, 0.3);
}
nav.navbar .nav-links{
  line-height: 80px;
  height: 100%;
}
nav.navbar .links{
  display: flex;
  margin:0;
}
nav.navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 15px;
}
nav.navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
nav.navbar .links li:hover a{
  color: #FFCB05;
}
nav.navbar .links.active li:hover a{
  color: #FFCB05;
}
nav.navbar .links.active li a{
  color: #FFCB05;
}
.btn__danger{
    background-color:#ff0000;
    border-radius:8px;
    display:block;
    color:white;
    height: 45px;
    align-items:center;
    
}
.btn__danger:focus{
    background-color:#706f70;
}
.btn__danger:hover{
    background-color:#706f70;
}
.rute__{
    position: relative;
}
.rute__ button{
    position: absolute;
    bottom:15%;
    left:10%;
}
.judul{
    padding:15px 15px;
    border-radius: 15px;
    font-family: 'Poppins', sans-serif;
    color:#fff;
    background-color: #152553;
    line-height: 1.6rem;
    font-size: 2rem;
    display: flex;
    width: fit-content;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.icon_{
  transform: scale(1);
}
.icon_:hover{
  transform: scale(1.2)!important;
  transition: 0.2s transform ease-in-out;
}
.footer_mobile{
  display:none;
  background-image: url('../images/footer bg v3_pengayoman.png');
  background-position-x: top;
  background-position-y: right;
  width: 100%;
  background-size: cover;
  position: relative;
  box-shadow: 0px -6px 13px 0px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.footer_mobile span{
  color:#fff;
}
.footer_mobile a{
  color:#fff;
  text-decoration: none;
}
.footer_desktop{
  background-image: url('../images/bg footer_pengayoman.png');
  background-position-x: top;
  background-position-y: right;
  width: 100%;
  background-size: cover;
  position: relative;
  box-shadow: 0px -6px 13px 0px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.footer_desktop span{
  color:#fff;
  font-size: 18px;
}
.footer_desktop a{
  color:#fff;
  font-size: 18px;
  text-decoration: none;
  margin-top: auto;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow, .links li:hover .js-arrow1{
  transform: rotate(180deg);
  }
nav.navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 16px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
  padding-left:5px;
  padding-right:5px;
}
nav.navbar .links li .arrow1{
  /* background: red; */
  height: 100%;
  width: 14px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
  padding-left:5px;
  padding-right:5px;
}
nav.navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  padding:0;
  color: #fff;
  background: #152553;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav.navbar .links li .sub-menu li:hover a{
  background-color:#152553;
  color:#FFCB05;
}
nav.navbar .links li .sub-menu li.active a{
  color:#FFCB05;
}
nav.navbar .links li:hover .htmlCss-sub-menu,
nav.navbar .links li:hover .js-sub-menu{
  display: block;
}
nav.navbar .links .show .htmlCss-sub-menu,
nav.navbar .links .show .js-sub-menu{
  display: block;
}
nav.navbar .links li:hover .bx{
  transform: rotate(180deg);
}
nav.navbar .links li.active a{
  font-weight: bold;
  color:#FFCB05;
}
nav.navbar .links li .bx{
  transform: rotate(0deg);
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu li a{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .sub-menu .more-arrow1{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #706f70;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #706f70;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #706f70;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
  cursor:pointer;
}
.navbar .bx-menu:hover{
  opacity:1;
}
.navbar .bx-x:hover{
  opacity:1;
}
.navbar .bx-x{
  cursor:pointer;
}
.text__{
    font-size:2.2rem;
}
.asset1{
  position: absolute;
  top: -130px;
  left: 0;
  width: 17%;
  height: auto;
  z-index: 10;
}
.asset2{
  position: absolute;
  bottom: -130px;
  right: 0;
  width: 17%;
  height: auto;
  z-index: 10;
}
.asset3{
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
  width: 8%;
  height: auto;
}
@media (max-width:960px) {
    .text__{
        font-size:2rem;
    }
    .asset1{
      top: -110px;
    }
    .asset2{
      bottom: -110px;
    }
    nav.navbar .links li .arrow{
        width:10px;
    }
    nav.navbar .links li .arrow1{
        width:10px;
    }
    nav.navbar{
        max-width: 100%;
        padding: 0 20px;
    }
    nav.navbar .logo a{
        font-size: 27px;
    }
    nav.navbar .links li{
        padding: 0 10px;
        white-space: nowrap;
    }
    nav.navbar .links li a{
        font-size: 10px;
    }
    .navbar .links li .sub-menu li a {
        font-size:10px;
    }
}
@media (max-width:845px){
  .asset1{
    top: -105px;
    width: 25%;
  }
  .asset2{
    bottom: -105px;
    width: 25%;
  }
  .asset3{
    width: 10%;
  }
  .judul{
    font-size: 1.4rem;
  }
  .text__{
    font-size:18px;
    letter-spacing: 1px;
  }
  nav.navbar .links li .arrow{
    width:10px;
  } 
  nav.navbar .links li .arrow1{
    width:10px;
  } 
  nav.navbar .links li .sub-menu li a {
    font-size:13px;
  }
  nav.navbar .links li a{
    font-size: 13px;
  }
  .navbar .bx-menu{
    display: block;
  }
  nav.navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #152553;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #fff;
    }
  nav.navbar .links{
    display: block;
    margin-top: 20px;
    padding-left:10px;
  }
  nav.navbar .links li .arrow{
    line-height: 40px;
  }
  nav.navbar .links li .arrow1{
    line-height: 40px;
  }
nav.navbar .links li{
    display: block;
  }
nav.navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav.navbar .links li .sub-menu li{
  border-bottom: none;
}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow, .links li:hover .js-arrow1{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }
  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav.navbar .links li:hover .htmlCss-sub-menu,
  nav.navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links .links .htmlcss-arrow.show .htmlCss-sub-menu,
  .navbar .nav-links .links .js-arrow.show .js-sub-menu,.navbar .nav-links .links .js-arrow1.show .js-sub-menu,
  .navbar .nav-links .links .more .more-sub-menu.show2{
      display: block;
    }
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
    .navbar .nav-links.show2 .links .more-arrow1{
      transform: rotate(90deg);
    }
}
@media (max-width:562px){
  .footer_mobile{
    display:block;
  }
  .footer_desktop{
    display:none;
  }
  .asset1{
    top: -110px;
    width: 45%;
  }
  .asset2{
    bottom: -110px;
    width: 35%;
  }
  .asset3{
    width: 20%;
  }
}
@media (max-width:370px){
  
  .asset1{
    top: -80px;
  }
  .asset2{
    bottom: -80px;
  }
    .text__{
        font-size:16px;
        letter-spacing: 1px;
    }
  nav.navbar .nav-links{
  max-width: 100%;
} 
}
/*---------------------- acordin -------------------*/
	.accordion {
	    background-color: #152553;
	    color: #fff;
	    border-radius: 0px;
	    cursor: pointer;
	    padding: 18px;
	    width: 100%;
	    text-align: left;
	    border: 1px solid;
	    outline: none;
	    transition: 0.4s;
	    font: 20px Poppins, sans-serif;
	}

	/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
	.active.accordion, .accordion:hover {
	    background-color: #1d4568;
	    color: #fff;
	}

	/* Style the accordion panel. Note: hidden by default */
	.panel {
	    padding: 0 18px;
	    background-color: white;
	    display: none;
	    overflow: hidden;
	    border:1px solid #152553;
	}

	.panel p{
		font: 16px Poppins, sans-serif; 
		color : black;
	}

/*---------------------- Batas acordin -------------------*/