@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body
{
    min-width: fit-content;
    
}

.background-body
{
    background-color: #b8c6db;
    background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
    background-image: url(../img/proker-cover.png);
}


/*---------------------------nav------------------------- */
nav{
  position: fixed;
  z-index: 1;
  width: 100%;
  background: whitesmoke;
  -webkit-box-shadow: 0 5px 6px -6px #777;
  -moz-box-shadow: 0 5px 6px -6px #777;
       box-shadow: 0 5px 6px -6px #777;
}

nav:after{
  content: '';
  clear: both;
  display: table;
}

nav .logo{
  float: left;
  color:black;
  font-size: 27px;
  font-weight: 600;
  line-height: 70px;
  padding-left: 60px;
}


.logoImg .img1{
  
  display: block;
    margin: 0 auto;
    height: 70px;
}

.logoImg .img2{
  margin: 0 auto;
  height: 70px;
  display: none;
}


nav ul{
  float: right;
  margin-right: 40px;
  list-style: none;
  position: relative;
}
nav ul li{
  float: left;
  display: inline-block;
  background: whitesmoke;
  margin: 0 5px;
}
nav ul li a{
  color: black;
  line-height: 70px;
  text-decoration: none;
  font-size: 15px;
  padding: 8px 15px;
}
nav ul li a:hover{
  color: #a10606;
  border-radius: 5px;

}
nav ul ul li a:hover{
  box-shadow: none;
}
nav ul ul{
  position: absolute;
  top: 90px;
  border-top: 3px solid #a10606;
  opacity: 0;
  visibility: hidden;
  transition: top .3s;
}
nav ul ul ul{
  border-top: none;
}
nav ul li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li{
  position: relative;
  margin: 0px;
  width: 150px;
  float: none;
  display: list-item;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
nav ul ul li a{
  line-height: 50px;
}
nav ul ul ul li{
  position: relative;
  top: -60px;
  left: 150px;
}
.show,.icon,input{
  display: none;
}
.fa-plus{
  font-size: 15px;
  margin-left: 40px;
}
@media all and (max-width: 968px) {

  .logoImg .img1{
    float: left;
  }

  nav ul{
    margin-right: 0px;
    float: left;
  }
  nav .logo{
    padding-left: 30px;
    width: 100%;
  }
  .show + a, ul{
    display: none;
  }
  nav ul li,nav ul ul li{
    display: block;
    width: 100%;
  }
  nav ul li a:hover{
    box-shadow: none;
  }
  .show{
    display: block;
    color: black;
    font-size: 15px;
    padding: 0 20px;
    line-height: 70px;
    cursor: pointer;
  }
  .show:hover{
    color: #a10606;
  }
  .icon{
    display: block;
    color: black;
    position: absolute;
    top: 0%;
    right: 20px;
    line-height: 70px;
    cursor: pointer;
    font-size: 25px;
  }
  nav ul ul{
    top: 70px;
    border-top: 0px;
    float: none;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  nav ul ul a{
    padding-left: 40px;
  }
  nav ul ul ul a{
    padding-left: 80px;
  }
  nav ul ul ul li{
    position: static;
  }
  [id^=btn]:checked + ul{
    display: block;
  }
  nav ul ul li{
    border-bottom: 0px;
  }
  span.cancel:before{
    content: '\f00d';
  }
}

@media all and (max-width: 380px) 
{
    body
    {
        min-width: fit-content;
    }

    .logoImg .img1
    {
        display: none;
    }

    .logoImg .img2
    {
        display: block;
        float: left;
    }

    nav .logo
    {
        padding-left: 0;
    }
}



/*---------------x------------nav---------x---------------- */



    /*-------------------------------BLOG----------------------------------*/

.judul{

  min-height: 8vh;
  padding-top: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;

}

.judul>header{

  text-align: left;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;

}
/* .blog{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    

}

.container-blog{
    height: 50vh;
    width: 80%;
    margin-top: 5rem;
    background-color: blanchedalmond;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 2rem;

}



.foto-blog{
    position: relative;
    display: inline;

    
}

.foto-blog >img{
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    width:87%;
    height:325px;
}




.isi-blog{
    padding-top: 1rem;
    padding-right: 1rem;
}


.isi-blog >header{
    font-size: 23px;
    font-weight: 300;
    text-align: left;
  
  }
  .isi-blog >p{
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    color: gray;
  } */

  /* Slideshow container */
.mySlides {display: none}
img {vertical-align: middle;
}

.fotokajian6 img {
    width: 600px;
    height: 500px;
}



.slideshow-container {

  max-width: 67.50%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 22px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.8);  
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}




    /*-----------------X-------------BLOG---------------X------------------*/


  .container-flex{
    display: flex;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .container1{
    padding: 5rem 0;
    
  }
  .container2{
    padding: 5rem 0;
    
  }

  .article-blog{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    display: flex;
  }
    
  

  .article2 header{
    font-size: 14px;
    font-weight: 500;
  }

  .article2 p{
    color:rgb(36, 35, 35);
    font-size: 13px;
  }



    .salam{
      min-height: 50vh;
      display: flex;
      text-align :left;
    /* justify-content: center; */
    
    }
    
    
    .content{
      width: 100%;
    }

    .content p{
      text-align: justify;
      font-size: 16px;
      /* font-family: "apercu",sans-serif; */
      line-height: 1.5;
      color: rgb(26, 25, 25);
      
    }
    
    



    
    .container2 > article {
      border: 1px solid #ccc;
      background-color: whitesmoke;
    }
    
    .container2 > article img {
      max-width: 100%;
    }

    .container2-text{
    padding-left: 2rem;
    padding-bottom: 1rem;
    }

    .container2-text>header{
      position: relative;
      font-size: 22px;
      font-weight: 500;
      }

      .container2-text>header::after{
        display: block;
        content: '';
        margin-top: 5px;
        width: auto;
        height: 2.5px;
        background-color: rgb(0, 0, 0);
        opacity: 0.67;
        }
    
    
    .text {
      padding: 20px 20px 25px;
      text-align: left;
      font-size: 16px;
    }
    .text > p {
      padding-top: 0.5rem;
      font-size: 12px;
      color: gray;
    }
    
    
    .button-cl{
      padding-top: 1rem;
    }
    
    .text .button-cl > button {
      background: #0036aa;
      border: 0;
      color: white;
      padding: 10px;
      width: 100%;
      }
    

    @media only screen and (max-width:1055px){
      .proker{
        grid-template-columns:1fr 1fr;
        padding: 3rem 5rem;
      }
    
    }

    @media all and (max-width: 900px) {
      .slideshow-container {
        max-width: 80%;
      }

      .article-blog{
        flex-direction: column;
        padding-left: 0;
      }
      /*.article1{*/
      /*  background-size: contain;*/
      /*  background-repeat:  no-repeat;*/
      /*  background-position: center;*/
      /*  border-top-right-radius: 0.5rem;*/
      /*  border-top-left-radius: 0.5rem;*/
      /*  border-bottom-left-radius: 0;*/
      /*  border-bottom-right-radius: 0;*/
      /*}*/


    
    
      .article2{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
        flex-basis: 75%;
        padding: 0 .3rem;
        background-color: rgb(255, 195, 195);
        /* border: 1px solid black; */
        box-shadow: 2px 5px 3px #c7c6c6;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
      }

      .article2 header{
        padding-top: 0.2rem;
        padding-bottom: .4rem;
      }

      .article2 p{
        padding-bottom: .3rem;
      }

      .article2 p a{
        padding-bottom:.3rem;
      }
      .container2-text{
        padding-left: 0rem;
        padding-bottom: 1rem;
        }

    }


  

        
    @media all and (max-width: 650px) {

      .content p{
        font-size: 16px;
      }

      .container-flex{
        flex-direction: column;
      }
      
      .container1 .salam{
        justify-content: center;
      }
    
      .container2{
        padding-top: 0;
        padding-bottom: 5rem;
      }


     

    /*asdsadsa*/
    .article-blog{
      flex-direction: row
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;

    }

    /*.article1{*/
    /*  border-top-left-radius: 0.5rem;*/
    /*  border-bottom-left-radius: 0.5rem;*/
    /*  border-top-right-radius: 0;*/
    /*  border-bottom-right-radius: 0;*/
    /*  padding: 2.6rem 0;*/
    /*  flex-basis: 25%;*/
    /*  background: url(../img/bem.jpg);*/
    /*  background-size: cover;*/
    /*  box-shadow: 2px 5px 3px #c7c6c6;*/
    /*}*/
  
  
  
    .article2{
      border-top-right-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      flex-basis: 75%;
      padding: 0 .3rem;
      background-color: rgb(255, 195, 195);
      /* border: 1px solid black; */
      
      box-shadow: 2px 5px 3px #c7c6c6;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }

    .slideshow-container {
      max-width: 90%;
    }

    .container-flex{
      display: flex;
      width: 90%;
      margin: auto;
    }

     .subjudul {
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-top: 10px;
        opacity: 0.85;
        }

  

    }




    @media only screen and (max-width:500px){
      .proker{
        padding: 3rem 3rem;
      }
      .content > p{
        font-size: smaller;
      }

      .container1{
        padding-top: 3rem;
        padding-bottom: 5rem;
      }
    }

    /* .gallery{
      display: grid;
      grid-template-columns: 1FR 1FR;
      padding-top: 4rem;
      padding-left: 3rem;
      grid-gap: 10px;
    }
    .image-content img{
      width: 90%;
      display: flex;
      
    }
    
    @media only screen and (max-width:900px){
     .gallery{
      grid-template-columns: 2fr 2fr;
    }
  } */

/*---------------------------video------------------------- */


.video{ 
  margin-right: 10%;
  margin-left: 10%;
  min-height: 40vh;
  /* background: url('../img/pic2.png');
  background-size:cover;
  background-repeat: no-repeat;
  background-position:top; */
}




.content-video{
  color: white;
  /* background: rgb(13, 47, 141,0.8); */
  padding:4rem 0;
  padding-top: 2rem;
 align-items:center;
}

.video-container{
  display: flex;
  place-content: center;
}



@media all and (max-width: 1055px) {
.video-container{padding-right: 1rem;}
}

@media all and (max-width: 970px) {

  .video-container {
    justify-self: auto;
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
   
  } 

  .video-container iframe{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%;
     height: 100%; 
    }

}



@media all and (max-width: 650px) {

  .video{ 
    margin-right: 5%;
    margin-left: 5%;
  }

  .text-video header{
    font-size: 33px;
    font-weight: 400;
  
  }


  .content-video{
    padding: 2rem 0;
    
  }

} 
/*--------------x-------------video----------x--------------- */


/*-------------------------------FOOTER----------------------------------*/
.footer
{
    position:relative;
    bottom:0;
    display:flex;
    justify-content: center;
    padding-bottom:3rem;
    font-size: x-small;
}
  
.about-us p
{
    font-size: 16px;
}
  

@media screen and (max-width:600px)
{
  
    .site
    {
        font-size: 14px;
    }
  
    .footer h1
    {
        font-size: 18px;
    }
}
  
  
  
  
  h3{
    font-weight: 500; 
    font-size: 16PX;
  }
  
  h4{
    font-weight: 300;
    font-size: 10PX;
  }
  
  
  .footer-container{
    width:100%;
    padding: 2rem 0;
    display:grid;
    background: #a10606;
    grid-template-columns:1fr 1fr 1fr;
    list-style: none;
    text-decoration: none;
    color: white;
  }
  
  .lambang{
    font-size:1.7rem;
    padding:0 7px;
  }
  
  
  .nav-link{
    color:white;
  }
  
  
  .footer1{
  padding: 0 30px;
  
  
  }
  
  .info{
    display: flex;
    padding-bottom: 15px;
  }
  
  
  
  .jarak{
    padding-top:5px;
  }
  
  
  .email{
    margin-left: 40px;
  }
  
  .footer2{
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer3{
  display:flex;
  flex-direction: column;
  }
  
  
  .copyright{
    overflow: hidden;
    background-color: rgb(148, 0, 0);
    color: white;
    text-align: center;
  }
  
  
  
  
  @media only screen and (max-width:900px){
    .footer-container{
        grid-template-columns: 1fr;
    }
  
    .line{
        border-bottom: 2px solid white;
        padding-top:15px;
        width: 80%;
    }
  
    .footer1{
      justify-content: center;
        align-items: center;
        text-align: center; 
    }
    .footer2{
        /* margin-top: -2.5rem; */
    }
  
    .footer3{
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .info{
        flex-direction: column;
    }
    .email{
        margin-left: 0px;
    }
  }
  /*---------------------x----------footer--------------x-------------------*/