*{
    padding: 5;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    /* list-style: none; */
    text-decoration: none;
    /* color: #132238; */
}

.transparantOverlay{
  width: 100%;
  height: 100%;
  padding: 0;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.86);
}

.transparantOverlay h1{
  font-family: 'Montserrat',sans-serif;
  font-size: 56px;
}

.transparantOverlay p{
  font-family: 'Montserrat', sans-serif;
}

.PtO1{
  font-size: 21px;
  font-weight: bold;
  padding: 10px 10px 40px 10px;
}

.PtO2{
  font-size: 13px;
  padding: 10px 10px 40px 10px;
}

.micOver{
  padding-top: 40px;
}

.logoOver{
  width: 107px;
  margin-top: 5%;
}

.btn{
font-family: Roboto, sans-serif;
font-weight: 100;
font-size: 14px;
color: #fff;
background-color: #132238;
padding: 10px 30px;
border: 2px solid #0066cc;
box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
border-radius: 8px;
transition : 1000ms;
transform: translateY(0);
align-items: center;
cursor: pointer;
}

.btn:hover{
transition : 1000ms;
padding: 10px 50px;
transform : translateY(-0px);
background-color: #00a3e2;
color: #ffffff;
border: solid 2px #0066cc;
}

.barLogo{
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 5px rgba(0, 4, 4, 0.25);
  margin-bottom: 3px;

}

.barLogo h3{
  font-size: 21px;
  font-weight: 600;
  margin-left: 20px;
}

.barLogo h1{
  font-size: 36px;
  font-weight: 900;
}

.line {
    border-left: solid black;
    width: 1px;
    height: 80px;
    padding: 10px;
    margin-left: 25px;
}

.logo{
    width: 20%;
    height: 20%;
}

.ContainerTop{
  display: flex;
  /* justify-content: space-around; */
  align-content: center;
  align-items: center;
  height: 745px;
  background-color: #EBF0F6;
  background-image: url(../images/IMAGE\ \(1\).png);
}

.ContainerTop h1{
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 30px;
  padding-bottom: 20px;

}

.ContainerTop h3,a{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  padding-bottom: 20px;

}

.contentTop{
  width: 50%;
  padding: 90px;
}

.KonsepContainer{
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  height: 745px;
  background-color: #EBF0F6;
}

.KonsepContainer h1{
  font-size: 51px;
  font-family: 'Lato',sans-serif;
  font-weight: 400;
}

footer{
  background-color: #182952;
  display: flex;
  justify-content: space-between;
}

.hubungiKami p{
  margin-bottom: 10px;
  text-align: left;
}

.alamat {
  width: 50%;
  padding: 60px 132px 60px 132px;
  float: left;
  color: white;
}

.alamat p {
    margin-bottom: 10px;
    color: white;
}

.hubungiKami {
    width: 50%;
    padding: 60px 132px 60px 132px;
    color: white;
}

.hubungiKami p{
  color: white;
}

.hubungiKami a {
  display: inline-block;
  padding: 10px 10px 10px 0px;
  margin: 0;
}

.hubungiKami img {
  height: 40px;
  width: 50px;
}

.sosial:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
  .alamat,
  .hubungiKami {
      width: 100%;
      float: none;
      text-align: center;
  }

  .hubungiKami p {
      text-align: center;
  }

  .hubungiKami a {
      display: inline-block;
      margin: 0;
  }
}


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Koulen&family=Lato&family=Nunito&family=Playfair+Display:ital@1&family=Prata&family=Raleway:ital,wght@1,100&family=Roboto&family=Roboto+Condensed&family=Teko&display=swap');

.my-button{
font-family: Roboto, sans-serif;
font-weight: 0;
font-size: 14px;
width: 250px;
color: #fff;
background-color: #132238;
padding: 10px 30px;
border: 2px solid #132238;
box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
border-radius: 50px;
transition : 1000ms;
transform: translateY(0);
align-items: center;
cursor: pointer;
}
  
.my-button:hover{
transition : 1000ms;
padding: 10px 50px;
transform : translateY(-0px);
background-color: #fff;
color: #0066cc;
border: solid 2px #0066cc;
}
  
.ContainerKabar{
  display: block;
  align-items: center;
  text-align: center;
  align-content: center;
  padding-bottom:30px ;
}

.titleKabar{
  padding: 40px;
}

.titleArticle {
  padding: 20px;
}

.news{
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}

.kotakkabar{
  width: 30%;
  padding: 10px;
  margin: 15px;
}

.kotakkabar h4{
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 19px;
  padding: 10px;
}

.kabarImg{
  width: 400px;
  height: 400px;
  object-fit: cover;
  padding-bottom: 25px;
}

.MitraContainer{
  padding: 90px;
  text-align: center;
}

.mitraKami h4{
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.programLayanan{
  text-align: center;
  width: 100%;
}

.titlePL{
  padding: 80px;
}

.optionProgram{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.box{
  align-content: center;
  margin: 0px 40px 80px 40px;
  width:  300px;
  height: 200px;
  background-color: #EBF0F6;
  border-radius: 20px;
  border: 8px solid transparent;
  font-family: 'Source Sans Pro',sans-serif;
  
}

.box:hover{
  border-color: #132238;
}

.box-content{
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #132238;
}

.MitraContainer{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0px;
}

.titleMitra{
  margin: 75px;
  display: block;
  align-items: center;
  text-align: center;
}

.mitraKami{
  padding:40px;
}

.mitraKami img{
  object-fit: contain;
  width: 177px;
  height: 177px;
}

.profileTop{
  text-align: center;
  padding: 50px;
}

.profileTop h1{
  padding: 30px;
}

.profileVisi{
  /* text-align: center; */
  padding: 50px;
  background-color: #EBF0F6;
}

.profileVisi h1 {
  text-align: center;
}

.profileMisi{
  /* text-align: center; */
  padding: 50px;
  background-color: #EBF0F6;
}

.profileMisi h1 {
  text-align: center;
}

.misi{
  display: flex;
  padding-left: 20px;
  margin-top: 10px;
}

.profileMisi img{
  width: 50px;
  height: 50px;
}

.articlePreview a{
  color: black;
  text-decoration: none;
  
}

.articlePreview h2{
  font-weight: 600;
}

.pageContainer{
  text-align: center;
  padding: 30px 100px 30px 100px;
}

.pageContainer ol{
  text-align: left;
}

.pageContainer h1{
  padding-bottom: 15px;
}

.pageContainer p{
  padding: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-align: justify;
}

.pageContainer img{
  width: 53px;
}

.JoinUs{
  height: 550px;
  background-image: url(../images/IMG20220816112417.jpg);
  background-color: #000000;
  opacity: 0.62;
  mix-blend-mode: darken;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;

}

.JoinUs h1{
  font-family: 'Montserrat',sans-serif;
  font-size: 75px;
  width: 15%;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  margin-bottom: 20px;
  color: #fff;
  z-index: 3;
}

.JoinUs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(85, 139, 155, 0.526);
  z-index: 1;
}

.dukungKami{
  padding: 25px;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 
.dkContainer {
  flex: 1;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: justify;

} */

/* .dkContainer p{
  padding-top: 15px;
  padding-bottom: 15px;
} */

.clearfix::after{
  content: '';
  display: block;
  clear: both;
}

.recentPost{
  font-size:65px;
  padding: 20px 0px 20px 0px;
}

.Article{
  margin: 30px 0px 10px 0px;
}

.ArticleContent{
  width: 90%;
  margin: 30px auto 30px;
}

.Article img{
  width: 70%;
}

.info{
  font-size: 12px;
}

.previewText{
  margin-top: 20px;
  text-align: justify;
}

.Abtn {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 48px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.Abtn:hover {
	background-color:#f6f6f6;
}

.Abtn:active {
	position:relative;
	top:1px;
}

.Article .Abtn{
  margin: 15px 0px 15px 0px;
  display: inline-block;
  position: relative;
  left:780px;
}

.AMainContent{
  width: 70%;
  float: left;
}

.ACC{
  width: 80%;
  margin: 40px auto;
  text-align: justify;
}

.ACC .info{
  margin-bottom: 25px;
}

.keteranganGambar{
  font-size: 10px;
  font-style: italic;
}

.ACC p{
  padding: 10px 0px 10px 0px;
}

.FotoFoto{
  text-align: center;
  padding: 25px;

}

.photo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 10px;
	padding: 20px;
}

.photo-item {
	position: relative;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

/* .photo-item img {
	display: block;
	width: 300;
	height: 400;
	object-fit: cover;
	transition: transform 0.2s ease-in-out;
} */

.photo-item:hover img {
	transform: scale(1.1);
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.9);
}

.modal-content {
  display: block;
  position: relative;
  margin: auto;
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: 1000px;
  max-height: 700px;
  text-align: center;
}

.modal-content img{
  width: 1000px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #f1f1f1;
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.input{
  padding: 35px;
}

.input h1{
  text-align: center;
  padding-bottom: 35px;
}

form {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 5px;
}

label {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="password"], textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  /* border: 1px solid #ccc; */
  /* border: 1px solid ;
  border-radius: 4px; */
  box-sizing: border-box;
  font-size: 16px;
}

input[type="number"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  /* border: 1px solid #ccc;
  border-radius: 4px; */
  box-sizing: border-box;
  font-size: 16px;
}

input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

input[type="submit"]:hover {
  background-color: #45a049;
}

.input p{
  text-align: center;
  padding-bottom: 20px;
}

.form-group {
  margin-bottom: 30px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.micOver:hover{
  transform: scale(1.1);
}

.micOver:active{
  transform: scale(0.9);
}

ul.article {
  list-style-type: none;
}

.invalid {
	border: 2px solid rgb(153, 16, 16);
}

.invalid::placeholder {
	color: rgb(153, 16, 16);
}

.invalid-feedback:empty {
	display: none;
}
.invalid-feedback {
	font-size: smaller;
	color: rgb(153, 16, 16);
}

/* Add a black background color to the top navigation */
.topnav {
  /* background-color: #333; */
  background-color: rgba(255, 255, 255, 0.725);
  box-shadow: 2px 2px 5px rgba(0, 4, 4, 0.25);
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 16px;
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #00A3E2; /* change the background color on hover */
  color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
 @media screen and (max-width: 600px) {
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }

  .JoinUs h1{
    font-family: 'Montserrat',sans-serif;
    font-size: 60px;
    width: 20%;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    z-index: 3;
  }

  .alamat {
    width: 150%;
    font-size: 14px;
    padding: 60px 132px 60px 132px;
    float: left;
    color: white;
  }
  
  /* .alamat p {
      margin-bottom: 10px;
      color: white;
  } */

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 

.article-image img {
  max-width: 30%;
  height: auto;
  margin-bottom: 20px;
}
