.tile
{
  width:100%;
  height:100%;
  min-height: 390px;
  background-color:#25594a;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.4s ease-out;
  overflow:hidden;
  color:white;
  font-family:'Roboto';
  
}
.tile img
{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  transition: all 0.4s ease-out;
}
.tile .text
{
/*   z-index:99; */
  position:absolute;
  padding:30px;
  height:calc(100% - 60px);
}
.tile h1
{
  font-weight:300;
  margin:0;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.tile h2
{
  font-size: 18px;
  font-weight:500;
  margin:20px 0 0 0;
  font-style:italic;
  transform: translateX(200px);
}

.tile h2:hover
{
  color: #000;
}

.tile p
{
  font-weight:300;
  margin:20px 0 0 0;
  line-height: 25px;
/*   opacity:0; */
  transform: translateX(-200px);
  transition-delay: 0.2s;
}
.animate-text
{
  opacity:0;
  transition: all 0.6s ease-in-out;
}

.animate-text a{
  text-decoration: none;
  color: #fff;
}

.animate-text a:hover{
  color: #000;
}

.tile:hover img
{
  opacity: 0.2;
  transform: scale(1.1);
}
.tile:hover .animate-text
{
  transform:translateX(0);
  opacity:1;
}
.dots
{
  position:absolute;
  bottom:20px;
  left:20px;
  margin: 0 auto;
  width:30px;
  height:30px;
  color:currentColor;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-around;
  
}

.dots span
{
    width: 5px;
    height:5px;
    background-color: currentColor;
    border-radius: 50%;
    display:block;
  opacity:0;
  transition: transform 0.4s ease-out, opacity 0.5s ease;
  transform: translateY(30px);
 
}

.tile:hover span
{
  opacity:1;
  transform:translateY(0px);
}

.dots span:nth-child(1)
{
   transition-delay: 0.05s;
}
.dots span:nth-child(2)
{
   transition-delay: 0.1s;
}
.dots span:nth-child(3)
{
   transition-delay: 0.15s;
}


/* bidang.php */
.tile-2
{
  width:100%;
  height:300px;
  background-color:#25594a;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.4s ease-out;
  overflow:hidden;
  color:white;
  font-family:'Roboto';
  border-radius: 10px;
}
.tile-2 img
{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  transition: all 0.4s ease-out;
  margin-bottom: 10px;
  border-radius: 10px;
}
.tile-2 .text
{
/*   z-index:99; */
  position:absolute;
  padding:30px;
  height: 100%;
  width: 100%;
}
.tile-2 h2
{
  font-size: 16px;
  font-weight:500;
  transform: translateY(-50px);
  text-align: center;
  opacity:0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 20px;
  margin: 0 0 0 -30px; 
  padding: 0 30px;
}

.tile-2 h2:hover
{
  color: #000;
}

.bidang-judul a{
  text-decoration: none;
  color: #fff;
}

.bidang-judul a:hover{
  color: #EAD196;
}

.tile-2:hover img
{
  opacity: 0.4;
  transform: scale(1.1);
}
.tile-2:hover .bidang-judul, .tile-2:hover i
{
  transform:translateY(0);
  opacity:1;
}

.tile-2 i{
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -25px; 
  opacity:0;
  transition: all 0.3s ease-in-out;
  transform: translateY(50px);
}
/* Tutup bidang.php */


/* lihat_bidang.php */
.tile-3
{
  width:100%;
  height:300px;
  background-color:#EAD196;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.4s ease-out;
  overflow:hidden;
  color:#25594a;
  font-family:'Roboto';
  border-radius: 10px;
}
.tile-3 img
{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  transition: all 0.4s ease-out;
  margin-bottom: 10px;
  border-radius: 10px;
}
.tile-3 .text
{
/*   z-index:99; */
  position:absolute;
  padding:30px;
  height: 100%;
  width: 100%;
}

.tile-3:hover img
{
  opacity: 0.4;
  transform: scale(1.1);
}
.tile-3:hover i
{
  transform:translateY(0);
  opacity:1;
}

.tile-3 a i{
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px; 
  opacity:0;
  transition: all 0.3s ease-in-out;
  transform: translateY(50px);
  color: #25594a;
}

.tile-3 a i:hover{
  color: #000000;
}
/* tutup lihat_bidang.php */

@media screen and (max-width: 600px) {
  #sesi5 h1{
    font-size: 18px;
  }
  #sesi5 h2{
    font-size: 14px;
  }
}