@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap');

.container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 5px;
    padding: 30px;
    border-radius: 10px;
}

video#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;  
    z-index: -1;        
}

.logo {
  max-width: 130px;
  min-width: 50px;
  margin: 0 auto;     
}
    
.logo img {
  width: 100%;       
  height: auto;        
}


:root {
  --bs-body-font-family: "Poppins";
}

body {
  font-family: var(--bs-body-font-family);
}

h1 {
  font-weight: 700; 
}

h2 {
  font-weight: 600; 
}

.info-box {
  background: rgba(255, 255, 255, 0.15); 
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  backdrop-filter: blur(8px); 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  
}

.content-item {
  padding: 15px;
  color:rgb(248, 245, 67);
}

.content-item h2 {
  font-weight: 600;
  margin-top: 10px;
  font-size: 25px;
}

.content-item{
  background: rgba(209, 195, 118, 0.15);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(150, 146, 70, 0.3);
}


.icon-size{
    max-width: 600px;
    min-width: 30px;
}

.kecamatan-card {
  background: rgba(255, 217, 2, 0.15);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 25px 10px;   
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(150, 146, 70, 0.3);
}

.kecamatan-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.25);
}

.modal-content {
  display: flex;
  flex-direction: column;
}

.modal-header,
.modal-body {
  width: 100%;
}

.btn-close {
  filter: invert(1);
  opacity: 1;     
}

.btn-close:hover {
  filter: invert(0.8);
  opacity: 0.8;
}

.socmed-icon {
  width: 23px;
  height: 23px;
  margin: 0 6px;
  transition: transform 0.2s ease;
}


.socmed-icon:hover {
  transform: scale(1.15);
}


.socmed-icon.fb {
  filter: invert(33%) sepia(93%) saturate(2924%) hue-rotate(203deg) brightness(97%) contrast(97%);
}

.socmed-icon.ig {
  filter: invert(38%) sepia(74%) saturate(7463%) hue-rotate(316deg) brightness(95%) contrast(93%);
}

.socmed-icon.tk {
  filter: invert(0%) sepia(6%) saturate(0%) hue-rotate(232deg) brightness(92%) contrast(88%);
}

.socmed-icon.yt {
  filter: invert(23%) sepia(92%) saturate(7454%) hue-rotate(358deg) brightness(98%) contrast(108%);
}


.warna{
  color:#e4e414;
}
.size-box{
  font-size:20px;
}

.logo-size{
  max-width: 22px;
}

.footer{
  font-size: large;
  color: rgb(158, 153, 149);
  font-weight: 500;
  font-family: 'Poppins',sans-serif ;
}

.color-upper{
  filter: invert(83%) sepia(33%) saturate(3356%) hue-rotate(2deg) brightness(103%) contrast(105%);
}

.warna2{
  color:#f9f949;
}

.warna3{
  color: azure;
}

.title{
  background: rgba(209, 195, 118, 0.15);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  border: 1px solid rgba(150, 146, 70, 0.3);
}

/* .bordered{
  background: rgba(209, 195, 118, 0.15);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  border: 1px solid rgba(150, 146, 70, 0.3);
} */

.testbg{
  /* background:red; */
  border-radius: 10px;
  border:black;
}

.size-icon{
  width:50px;
  min-width: 30px;
  filter: invert(83%) sepia(33%) saturate(3356%) hue-rotate(2deg) brightness(103%) contrast(105%);
}

.fontsize{
  font-size: 20px;
  color: aliceblue;
  margin-top: 3%;
  font-weight: 600;
  font-family: 'Poppins',sans-serif ;
}
