@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
    font-family: 'Poppins', sans-serif;
}
body{
    padding: 0;
    margin: 0;
    max-width: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
}
#web-navbar {
    background-color: #555555;
    padding: 0 50px;
}

nav img {
    width: 120px;
}

nav ul li a {
    font-size: 16px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    color: white !important;
    margin-right: 15px;
}

li.active a,
li a:hover {
    background-color: white !important;
    color: navy !important;
    border-radius: 10px;
}

nav button.navbar-toggler:focus,
nav button.navbar-toggler:active {
    outline: none !important;
}

main{

    margin-top: 60px;
    
    background-repeat: no-repeat;
    background-size: cover;
    
}

.video, .embed-responsive{
   border-radius: 9px;
    width: 80% !important;
    height: 70% !important;
    margin-left: 10%;
   
}
.video h4{
    margin-left:  40px;
    font-size: 22px;
    font-weight: bolder;
    padding: 7vh;

}
iframe{
    width: 90%;
    height: 600px;
    margin: 10px 40px;
}
.icon-label-right{
    position: relative;
    display: flex; 
    justify-content: flex-end; 
    align-items: center; 
    margin-right: 80px; 
    margin-top: 0px; 
    padding-top: 0px;
    bottom: 0.3vh;
}
.right{
    display: flex;
    font-size: 30x;
}
.icon-label-left{
    display: flex; 
    justify-content: flex-start; 
    align-items: center; 
    margin-left: 50px; 
    padding: 10px; 
    position: relative; 
    bottom: 12vh;
}
.left{
    display: flex; 
    font-size: 25px; 
    margin-right: 7vh;
}
.left:hover{
    color: blue;
    transition: .3s;
}
.icon-des{
    font-size: 18px; 
    display: flex; 
    align-items: center; 
    padding-top: 5px;
}
.cont-materi2{
    width: 89%;
    margin-left: 10%;
    height: auto;
    padding-bottom: 20px;
    
}
.lex1 {
 position: absolute;
 left: 60%;
 transform: translate(80%, -50px);  
}

.cont-materi{
    width: 80%;
    margin-left: 10%;
    height: auto;
}
.jud-materi{
    align-items: 'center';
    justify-content: 'center';
    flex: 1;
    position: relative;
    left: 13%;
    top: 20px;
}

.cont-materi1{
    width: 89%;
    margin-left: 10%;
    height: auto;
}

.kiri, {
    padding-left: 22vh;
    padding-bottom: 6px;
}
.cont-materi1 p{
    font-size: 20px;
    text-align: left;
    padding-right: 70vh;
    line-height: 30px;
}
span{
    font-size: 30px;
    font-family: serif;
    margin: 5px;

}

.judul h2{
    width: 30%;
    font-size: 27px;
    font-weight: bold;
    border-bottom: 2px solid black ;
    padding-bottom: 10px;
    padding-top: 10vh;
    margin-bottom: 8px;

}
@media screen and (max-width: 774px){
    .jud-materi{
        margin-left: 5vh;
    }
}
@media screen and (max-width: 1208px){
    .jud-materi{
        margin-left: 15vh;
    }
    .cont-materi1 p{
        padding-right: 0vh;
       transition: .5s all;
    }
    .judul h2{
        width: 60%;
        transition: .5s all;
    }
}
.list-materi{
    padding-top: 20px;
    width: 100%;
    height: 400px;
    padding-bottom: 20px;
}
.list-materi ul{
    padding:0px;
    margin: 5px;
    list-style: none;
    
    height: 40px;
    

}
.list-materi ul .materi{
    text-decoration: none;
    padding:  10px;
    margin: 15px;
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: 0px 0px 5px 1px ;

    
}
.list-materi ul .materi:hover{
    box-shadow: none;
    background-color: cyan;
    transition: .3s all;
}
.left{
    float: left;
    padding: 10px;
    padding-left: 5vh;
    margin-right: 0px !important;
}

.show-menu{
    transition: .4s;
    font-size: 18px;
    cursor: pointer;
   
}
.hide-menu{
    display: none;
}

.show-menu:hover
{
    color: black;
}
#ceks{
    position: absolute;
    z-index: -1111;
    visibility: hidden;
}


.right{
    float: right;
    padding: 12px;
    margin-right: 20px;
    font-weight: bold;
}
.right p{
    

}
.list-materi ul a li{
    text-decoration: none !important;
    color: black;
    font-size: 18px;
    
}
.active:focus,
.active:active{
    background-color: cyan;
}
.fa-download{

}


#footer {
    height: auto;
    padding: 20px;
    background-color: #555555;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.icon {
    text-align: center;
}

.icon a {
    color: #212529;
}

.icon a:hover {
    text-decoration: none;
    color: white;
}

.icon a:hover .white {
    text-decoration: none;
    color: #212529;
}

.icon .white {
    color: white;
}

#footer p {
    font-family: 'Hind Siliguri', sans-serif;
    color: white;
    font-size: 15px;
    margin-top: 13px;
    font-weight: bold;
    text-align: center;
}

/*Rating*/
.container{
  position: relative;
  bottom: 36vh;
  left: 45vh;
  width: 400px;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}
.container .post{
  display: none;
}
.container .text{
  font-size: 25px;
  color: #666;
  font-weight: 500;
}
.container .edit{
  position: absolute;
  right: 70px;
  top: 45px;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  cursor: pointer;
}
.container .edit:hover{
  text-decoration: underline;
}
.container .star-widget input{
  display: none;
}
.star-widget label{
  font-size: 26px;
  color: #444;
  padding: 5px;
  float: right;
  transition: all 0.2s ease;
}
input:not(:checked) ~ label:hover,
input:not(:checked) ~ label:hover ~ label{
  color: #fd4;
}
input:checked ~ label{
  color: #fd4;
}
input#rate-5:checked ~ label{
  color: #f7f7f7;
  text-shadow: 0 0 20px #952;
}
#rate-1:checked ~ form header:before{
  content: "I just hate it";
}
#rate-2:checked ~ form header:before{
  content: "I don't like it";
}
#rate-3:checked ~ form header:before{
  content: "It is awesome";
}
#rate-4:checked ~ form header:before{
  content: "I just like it";
}
#rate-5:checked ~ form header:before{
  content: "I just love it";
}
.container form{
  display: none;
}
input:checked ~ form{
  display: block;
}
form header{
  width: 100%;
  font-size: 25px;
  color: #fe7;
  font-weight: 500;
  margin: 5px 0 20px 0;
  text-align: center;
  transition: all 0.2s ease;
}
form .textarea{
  height: 100px;
  width: 100%;
  overflow: hidden;
}
form .textarea textarea{
  height: 100%;
  width: 100%;
  outline: none;
  color: #eee;
  border: 1px solid #333;
  background: #222;
  padding: 10px;
  font-size: 17px;
  resize: none;
}
.textarea textarea:focus{
  border-color: #444;
}
form .btn{
  height: 45px;
  width: 100%;

}
form .btn button{
  height: 100%;
  width: 100%;
  border: 1px solid #444;
  outline: none;
  background: #222;
  color: #999;
  font-size: 17px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
form .btn button:hover{
  background: #1b1b1b;
}
