/*
Theme Name: Junervin's Theme.
Theme URI: https://tip.fkt.unlip.ac.id
Description: Junervin Theme
Version: 1.0
Author: Junervin
Author URI: Your website address.
*/

* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    font-family: 'PT Sans', sans-serif;
  }
  
  a {
    text-decoration: none;
  }
  
  .container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  
  .top-wrapper{
    background-color: white;
    display: inline-block;
    width: 100%;
    padding-top: 80px;
    box-shadow:
    0 0.5px 5.2px -6px rgba(0, 0, 0, 0.012),
    0 1.2px 10.7px -6px rgba(0, 0, 0, 0.022),
    0 2px 17.3px -6px rgba(0, 0, 0, 0.031),
    0 3.4px 26.4px -6px rgba(0, 0, 0, 0.04),
    0 6.1px 41.3px -6px rgba(0, 0, 0, 0.047),
    0 17px 80px -6px rgba(0, 0, 0, 0.05);
  }
  
  .go {
    font-size: 44px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    color: #ffb24d;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    display: i;
  }
  
  .deskripsi{
    margin-bottom: 3px;
    width: 100%;
    font-size: 17px;
    padding-left: 25px;
    color: gray;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
  }
  
  .travel {
    margin-bottom: 3px;
    margin-top: 0px;
    font-size: 30px;
    padding-left: 25px;
    color: #6f717e;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
  }
  
  .top-left{
    float:left;
    width: 48%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .top-right{
    float: right;
    padding-right: 10px;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  
  .btn-wrapper {
    text-align: center;
    margin: 10px 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  
  .book {
    background-color: #0099ff;
  }
  
  .masuk{
    background-color: rgb(90, 88, 88);
  }
  
  .masuk:active{
    box-shadow:
    0 0px 2.2px -11px rgba(0, 0, 0, 0.096),
    0 0px 5.2px -11px rgba(0, 0, 0, 0.138),
    0 0px 9.3px -11px rgba(0, 0, 0, 0.17),
    0 0px 15.4px -11px rgba(0, 0, 0, 0.2),
    0 0px 25.4px -11px rgba(0, 0, 0, 0.232),
    0 0px 44.4px -11px rgba(0, 0, 0, 0.274),
    0 0px 96px -11px rgba(0, 0, 0, 0.37);
  }
  
  .book:active{
    box-shadow:
    0 0px 2.2px -11px rgba(0, 0, 0, 0.096),
    0 0px 5.2px -11px rgba(0, 0, 0, 0.138),
    0 0px 9.3px -11px rgba(0, 0, 0, 0.17),
    0 0px 15.4px -11px rgba(0, 0, 0, 0.2),
    0 0px 25.4px -11px rgba(0, 0, 0, 0.232),
    0 0px 44.4px -11px rgba(0, 0, 0, 0.274),
    0 0px 96px -11px rgba(0, 0, 0, 0.37);
  }
  
  .btn-wrapper a {
    width: 30%;
    padding: 10px 30px;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 700;
    font-family: 'PT Sans', sans-serif;
    color: white;
    border-radius: 40px;
    text-align: center;
    transition: all 0.3s;
    box-shadow:
    0 1.1px 3.9px -6px rgba(0, 0, 0, 0.009),
    0 2.5px 7.9px -6px rgba(0, 0, 0, 0.017),
    0 4px 12.2px -6px rgba(0, 0, 0, 0.024),
    0 6px 17.3px -6px rgba(0, 0, 0, 0.031),
    0 8.7px 23.7px -6px rgba(0, 0, 0, 0.038),
    0 12.9px 32.7px -6px rgba(0, 0, 0, 0.044),
    0 21.7px 47px -6px rgba(0, 0, 0, 0.049),
    0 50px 80px -6px rgba(0, 0, 0, 0.05);
  }
  
  .btn-wrapper a:hover {
    opacity: 0.6;
    color: white;
    cursor: pointer;
  }
  
  .btn-wrapper a:active{
    transition: all 0.3s;
    box-shadow:
    0 0px 2.2px -11px rgba(0, 0, 0, 0.096),
    0 0px 5.2px -11px rgba(0, 0, 0, 0.138),
    0 0px 9.3px -11px rgba(0, 0, 0, 0.17),
    0 0px 15.4px -11px rgba(0, 0, 0, 0.2),
    0 0px 25.4px -11px rgba(0, 0, 0, 0.232),
    0 0px 44.4px -11px rgba(0, 0, 0, 0.274),
    0 0px 96px -11px rgba(0, 0, 0, 0.37);
  }
  
  .fa {
    margin-right: 5px;
  }
  
  header {
    height: 65px;
    width: 100%;
    background-color: white;
    position :fixed;
    top: 0;
    z-index: 10;
    box-shadow:
    0 0.6px 5.2px rgba(0, 0, 0, 0.017),
    0 1.4px 10.7px rgba(0, 0, 0, 0.032),
    0 2.4px 17.3px rgba(0, 0, 0, 0.045),
    0 3.9px 26.4px rgba(0, 0, 0, 0.057),
    0 7.1px 41.3px rgba(0, 0, 0, 0.067),
    0 20px 80px rgba(0, 0, 0, 0.07);
  }
  
  .logo {
    width: 124px;
    margin-top: 20px;
    line-height: 65px;
    padding: 0 25px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 10px;
  }
  
  .logo-tip {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;    
  }
  
  .header-left {
      float: left;
      margin-top: 5px;
      margin-bottom: 5px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 5px;
      padding-right: 5px; 
      background-color: #ff9a16;
      border-radius: 840px;
      transition: all 0.3s;
  }
  
  .header-left:hover {
    opacity: 0.6;
    color: white;
    cursor: pointer;
    
  }
  
  .header-left:active{
    box-shadow:
    0 0px 2.2px -11px rgba(0, 0, 0, 0.096),
    0 0px 5.2px -11px rgba(0, 0, 0, 0.138),
    0 0px 9.3px -11px rgba(0, 0, 0, 0.17),
    0 0px 15.4px -11px rgba(0, 0, 0, 0.2),
    0 0px 25.4px -11px rgba(0, 0, 0, 0.232),
    0 0px 44.4px -11px rgba(0, 0, 0, 0.274),
    0 0px 96px -11px rgba(0, 0, 0, 0.37);
  }
  
  .header-left div{
    display: inline-block;  
  }
  
  .header-left a {
    color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 12px;
    background-color: #ff9a16;
    border-radius: 70px;
    float: left;
    transition: all 0.3s;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
  }
  
  .header-right {
    float: right;
  
  }
  
  .header-mid{
    float: left;
    
  }
  
  .header-mid div{
    display: inline-block;  
  }
  
  
  .header-right div{
  margin-top: 14px;
    
  }
  .header-right a {
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ff9a16;
    border-radius: 40px;
    float: left;
    transition: all 0.3s;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
  }
  
  
  .header-right a:hover {
    opacity: 0.6;
    color: white;
    cursor: pointer;
  }
  
  .header-right a:active{
    box-shadow:
    0 0px 2.2px -11px rgba(0, 0, 0, 0.096),
    0 0px 5.2px -11px rgba(0, 0, 0, 0.138),
    0 0px 9.3px -11px rgba(0, 0, 0, 0.17),
    0 0px 15.4px -11px rgba(0, 0, 0, 0.2),
    0 0px 25.4px -11px rgba(0, 0, 0, 0.232),
    0 0px 44.4px -11px rgba(0, 0, 0, 0.274),
    0 0px 96px -11px rgba(0, 0, 0, 0.37);
  }
  
  .menu-icon a{
    color: grey;
    float: right;
    font-size: 30px;
    margin: 0px;
    padding: 15px 15px;
    display: none;
    line-height: 65px;
    cursor: pointer;
  }
  
  .lesson-wrapper {
    padding-bottom: 80px;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #f7f7f7;
    text-align: center;
  }
  
  .heading {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #5f5d60;
  }
  
  .heading h2 {
    font-weight: normal;
    font-size: 32px;
    font-weight: 700;
    font-family: 'PT Sans', sans-serif;
    color: #4a4c57;
  }
  
  .heading h2 p{
    color: grey;
    font-family: 'PT Sans', sans-serif;
    font-weight: 550;
    font-size: 16px;
  }

  .heading h3{
    margin-top: 100px;
  }
  .heading td{
    color: grey;
    font-family: 'PT Sans', sans-serif;
    font-weight: 550;
    font-size: 15px;
  }
  
  .lessons{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-left: 60px;
  }
  
  .lesson {
    cursor: pointer;
    padding-top:20px;
    padding-bottom: 2px;
    padding-left: 20px;
    border-radius: 7%;
    padding-right: 20px;
    background-color: rgb(0, 122, 170);
    box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.02),
        0 6.7px 5.3px rgba(0, 0, 0, 0.028),
        0 12.5px 10px rgba(0, 0, 0, 0.035),
        0 22.3px 17.9px rgba(0, 0, 0, 0.042),
        0 41.8px 33.4px rgba(0, 0, 0, 0.05),x
        0 100px 80px rgba(0, 0, 0, 0.07);
  }
  
  .lesson:hover{
    transform: scale(1.15);
    transition: all 0.6s;
  }

  .lesson2 {
    cursor: pointer;
    padding-top:20px;
    padding-bottom: 2px;
    padding-left: 20px;
    border-radius: 7%;
    padding-right: 20px;
    background-color: rgb(235, 74, 0);
    box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.02),
        0 6.7px 5.3px rgba(0, 0, 0, 0.028),
        0 12.5px 10px rgba(0, 0, 0, 0.035),
        0 22.3px 17.9px rgba(0, 0, 0, 0.042),
        0 41.8px 33.4px rgba(0, 0, 0, 0.05),
        0 100px 80px rgba(0, 0, 0, 0.07);
  }
  
  .lesson2:hover{
    transform: scale(1.15);
    transition: all 0.6s;
  }

  .lesson3 {
    cursor: pointer;
    padding-top:20px;
    padding-bottom: 2px;
    padding-left: 20px;
    border-radius: 7%;
    padding-right: 20px;
    background-color: rgb(207, 2, 2);
    box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.02),
        0 6.7px 5.3px rgba(0, 0, 0, 0.028),
        0 12.5px 10px rgba(0, 0, 0, 0.035),
        0 22.3px 17.9px rgba(0, 0, 0, 0.042),
        0 41.8px 33.4px rgba(0, 0, 0, 0.05),
        0 100px 80px rgba(0, 0, 0, 0.07);
  }
  
  .lesson3:hover{
    transform: scale(1.15);
    transition: all 0.6s;
  }
  
  .lesson-icon {
    padding: 10px;
  }
  
  .bottom-lesson {
    color: #4a4c57;
    font-size: 10px;
    font-weight: 700;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 17px;
  }
  
  .top-lesson {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    font-family: 'PT Sans', sans-serif;
  }
  .top-lesson2 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 100;
    font-family: 'PT Sans', sans-serif;
  }
  .heading h3 {
    font-weight: normal;
    font-size: 17px;
    font-weight: 600;
    font-family: 'PT Sans', sans-serif;
    color: #4a4c57;
  }
  
  .heading h3 span{
    font-weight: 700;
  }
  
  .satu {
    background-color: #ff9a16;
  }
  .dua {
    background-color: #ff9a16;
  }
  .tiga {
    background-color: #ff9a16;
  }
  
  .btm {
    width: 80%;
    padding: 6px 17px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'PT Sans', sans-serif;
    color: white;
    opacity: 0.8;
    border-radius: 25px;
    text-align: center;
    box-shadow:
        0 1.1px 3.9px -6px rgba(0, 0, 0, 0.009),
        0 2.5px 7.9px -6px rgba(0, 0, 0, 0.017),
        0 4px 12.2px -6px rgba(0, 0, 0, 0.024),
        0 6px 17.3px -6px rgba(0, 0, 0, 0.031),
        0 8.7px 23.7px -6px rgba(0, 0, 0, 0.038),
        0 12.9px 32.7px -6px rgba(0, 0, 0, 0.044),
        0 21.7px 47px -6px rgba(0, 0, 0, 0.049),
        0 50px 80px -6px rgba(0, 0, 0, 0.05);
  }
  
  .btm:hover {
    opacity: 1;
  }
  
  .mail{
  display: flex;
  justify-content: center;
  }
  
  .mail-container{
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  width:35%;
  margin-bottom: 23px;
  border-radius: 20px;
  border: 2px solid rgb(90, 88, 88);
  }
  
  .mail-container:hover{
  cursor: pointer;
  box-shadow:
  0 0px 2.2px -11px rgba(0, 0, 0, 0.096),
  0 0px 5.2px -11px rgba(0, 0, 0, 0.138),
  0 0px 9.3px -11px rgba(0, 0, 0, 0.17),
  0 0px 15.4px -11px rgba(0, 0, 0, 0.2),
  0 0px 25.4px -11px rgba(0, 0, 0, 0.232),
  0 0px 44.4px -11px rgba(0, 0, 0, 0.274),
  0 0px 96px -11px rgba(0, 0, 0, 0.37);
  }
  
  .mail-container input{
  font-family: 'PT Sans', sans-serif;
  margin-left: -50px;
  font-size: 14px;
  width: 80%;
  margin-top: 12px;
  margin-bottom: 12px;
  border: none;
  }
  
  .mail-container input:focus{
  outline: none;
  }
  
  .mail a{
  background-color: rgb(90, 88, 88);
  color: white;
  font-size: 18px;
  margin-left: 7px;
  padding: 13px 28px;
  border-radius: 0 15px 15px 0;
  position: absolute;
  }
  
  .message-wrapper {
    border-bottom: 1px solid #eee;
    padding-bottom: 80px;
    text-align: center;
  }
  
  .send{
  color: white;
  padding: 10px 20px;
  background-color:  #ff9a16;
  border-radius: 40px;
  border:none;
  transition: all 0.3s;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  box-shadow:
  0 1.1px 3.9px -6px rgba(0, 0, 0, 0.009),
  0 2.5px 7.9px -6px rgba(0, 0, 0, 0.017),
  0 4px 12.2px -6px rgba(0, 0, 0, 0.024),
  0 6px 17.3px -6px rgba(0, 0, 0, 0.031),
  0 8.7px 23.7px -6px rgba(0, 0, 0, 0.038),
  0 12.9px 32.7px -6px rgba(0, 0, 0, 0.044),
  0 21.7px 47px -6px rgba(0, 0, 0, 0.049),
  0 50px 80px -6px rgba(0, 0, 0, 0.05);
  }
  
  .send:hover {
  opacity: 0.6;
  color: white;
  cursor: pointer;
  }
  
  .send:active{
  box-shadow:
  0 0px 2.2px -11px rgba(0, 0, 0, 0.096),
  0 0px 5.2px -11px rgba(0, 0, 0, 0.138),
  0 0px 9.3px -11px rgba(0, 0, 0, 0.17),
  0 0px 15.4px -11px rgba(0, 0, 0, 0.2),
  0 0px 25.4px -11px rgba(0, 0, 0, 0.232),
  0 0px 44.4px -11px rgba(0, 0, 0, 0.274),
  0 0px 96px -11px rgba(0, 0, 0, 0.37);
  }
  
  footer {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 15px 0;
    box-shadow:
    0 0px 1.4px rgba(0, 0, 0, 0.016),
    0 0px 3.1px rgba(0, 0, 0, 0.023),
    0 0px 5.3px rgba(0, 0, 0, 0.028),
    0 0px 8.2px rgba(0, 0, 0, 0.033),
    0 0px 12.2px rgba(0, 0, 0, 0.037),
    0 0px 17.9px rgba(0, 0, 0, 0.042),
    0 0px 26.8px rgba(0, 0, 0, 0.047),
    0 0px 42.7px rgba(0, 0, 0, 0.054),
    0 0px 80px rgba(0, 0, 0, 0.07);
  }
  
  .footer-right{
    text-align: center;
    margin-right: 120px;
    margin-top: 20px;
  }
  
  .find {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 12px;
    color: grey;
  }
  
  .footer-right p{
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: grey;
    padding-top: 7px;
  }
  
  .footer-right a{
    padding-top: 15px;
    font-size: 18px;
    margin-left: 14px;
    border-radius: 30px;
    display: inline-block;
    width:48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    box-shadow:
    0 0px 0.7px rgba(0, 0, 0, 0.186),
    0 0px 2.2px rgba(0, 0, 0, 0.274),
    0 0px 10px rgba(0, 0, 0, 0.46);
  }
  
  .footer-left p{
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: grey;
  }
  
  .footer-mid {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: grey;
    margin-top: 10px;
  }
  
  .footer-mid li{
    padding-top: 1px;
  }
  
  .footer-mid a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: grey;
  }  
  
  .footer-mid-mid {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: grey;
    margin-top: 10px;
  }
  
  .footer-mid-mid li{
    padding-top: 1px;
  }
  
  .footer-mid-mid a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: grey;
  }
  
  .footer-left{
    margin-left: 133px;
    margin-top: 7px;
  }
  
  .alamat p{
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: grey;
    
  }
  
  .media1{
    background-color: white;
    color: #3b5999;
  }
  .media2{
    background-color: white;
    color: #55acee;
  }
  .media3{
    background-color: white;
    color: #e4405f;
  }
  .media4{
    background-color: white;
    color: #cd201f;
  }
  .media1:hover{
    background-color: #3b5999;
    color: white;
  }
  .media2:hover{
    background-color: #55acee;
    color: white;
  }
  .media3:hover{
    background-color: #e4405f;
    color: white;
  }
  .media4:hover{
    background-color: #cd201f;
    color: white;
  }
  
  .list a:hover{
    transform: translate(0, -8px);
    transition: all 0.3s;
  }
  
  .navbar {
    background-color: #333;
    position: relative;
    z-index: 999;
  }
  
  .navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: white;
    
  }
  
  .navbar li {
    display: inline-block;
  }
  
  .navbar ul li a {
    color: grey;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    padding-left: 10px;
    padding-right: 6px;
    text-decoration: none;
  }
  
  /* Style the dropdown menu */
  .navbar ul ul {
    position: absolute;
    top: 100%;
    display: none;
  }
  
  .navbar ul ul li {
    display: block;
    border: 1px solid rgb(209, 209, 209);
    
  }
  
  .navbar ul ul li a{
    color: grey;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    
  }
  
  .navbar li:hover ul {
    display: block;
  }
  
  /* Change the background color of dropdown links on hover */
  .navbar ul ul li:hover {
    background-color: white;
    cursor: pointer;
    border-bottom: white;
  }
  
  .navbar ul a{
    border-bottom: 5px solid transparent;
  }
  
  .navbar ul a:hover {
    cursor: pointer;
    border-bottom: 5px solid#ffb24d;
  }
  
  .navbar ul a:active {
    cursor: pointer;
    border-bottom: 5px solid#ada79e;
  }
  
  .visi {
    color: grey;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  
  td {
    text-align: center;
    vertical-align: top;
  }
  
  .berita h2{
    font-weight: normal;
    font-size: 32px;
    font-weight: 700;
    font-family: 'PT Sans', sans-serif;
    color: #4a4c57;
    margin-top: 80px;
  }
  
    .lesson-wrapper table tr td {
      font-size: 15px;
      color: grey;
        
    }
  
    .lesson-wrapper table tr td p {
      margin-top: 12px;
    }
  
    .lesson-wrapper table tr td img{
      margin-top: 40px;
    }
  
    .lesson-wrapper table {
      table-layout: fixed;
      width: 100px;
    }
  
    .google{
      color: white;
      padding: 10px 15px;
      background-color:  #ff9a16;
      border-radius: 35px;
      transition: all 0.3s;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-size: 17px;
      box-shadow:
      0 1.1px 3.9px -6px rgba(0, 0, 0, 0.009),
      0 2.5px 7.9px -6px rgba(0, 0, 0, 0.017),
      0 4px 12.2px -6px rgba(0, 0, 0, 0.024),
      0 6px 17.3px -6px rgba(0, 0, 0, 0.031),
      0 8.7px 23.7px -6px rgba(0, 0, 0, 0.038),
      0 12.9px 32.7px -6px rgba(0, 0, 0, 0.044),
      0 21.7px 47px -6px rgba(0, 0, 0, 0.049),
      0 50px 80px -6px rgba(0, 0, 0, 0.05);
    }
    
    .google:hover {
      opacity: 0.6;
      color: white;
      cursor: pointer;
    }
    
    .google:active{
      box-shadow:
      0 0px 2.2px -11px rgba(0, 0, 0, 0.096),
      0 0px 5.2px -11px rgba(0, 0, 0, 0.138),
      0 0px 9.3px -11px rgba(0, 0, 0, 0.17),
      0 0px 15.4px -11px rgba(0, 0, 0, 0.2),
      0 0px 25.4px -11px rgba(0, 0, 0, 0.232),
      0 0px 44.4px -11px rgba(0, 0, 0, 0.274),
      0 0px 96px -11px rgba(0, 0, 0, 0.37);
    }
  
    .capaian h2 {
      font-weight: normal;
      font-size: 32px;
      font-weight: 700;
      font-family: 'PT Sans', sans-serif;
      color: #4a4c57;
    }
  
    .capaian ul li{
      padding-right: 40px;
      text-align: justify;
      color: grey;
      font-family: 'PT Sans', sans-serif;
      font-weight: 550;
      font-size: 16px;
    }
  
     .post-content table td{
      color: grey;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
     }
  
     .post-content table{
      margin-left: 160px;
     }
  
    .misi td{
      color: grey;
      font-family: 'PT Sans', sans-serif;
      font-weight: 550;
      font-size: 15px;
    }
  
    #selamat p{
      color: grey;
      font-family: 'PT Sans', sans-serif;
      font-weight: 550;
      text-align: left;
      font-size: 15px;
    }  
    .lesson-wrapperr {
      padding-bottom: 80px;
      padding-left: 5%;
      padding-right: 5%;
      background-color: #f7f7f7;
      text-align: center;
    }
  .footer-mid a:hover{
    color: #ff9a16;
  }
  
  .footer-mid-mid a:hover{
    color: #ff9a16;
  }
	  #misi2{
      display: none;
    }
  #kurikulum1{
    display: none;
    }
.halal{
  margin-top: 5px;
  width: 400px;
  height: 150px;
}
.login2 {
	display:none;
}
.mbkm{
	margin-top:0px;
	height:160px;
	width:450px;
}

  
  /* Pre-loader CSS */
  .page-loader{
      width: 100%;
      height: 100vh;
      position: absolute;
      background: #ffffff;
      z-index: 1000;
      .txt{
          color: #666;
          text-align: center;
          top: 40%;
          position: relative;
          text-transform: uppercase;
          letter-spacing: 0.3rem;
          font-weight: bold;
          line-height: 1.5;
      }
  }
  
  /* Spinner animation */
  .spinner {
    position: relative;
    top: 35%;
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
  
  .spinner:before , .spinner:after{
    content: '';
    border-radius: 50%;
    position: absolute;
    inset: 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
  }
  .spinner:after {
    box-shadow: 0 2px 0 #FF3D00 inset;
    animation: rotate 2s linear infinite;
  }
  
  @keyframes rotate {
    0% {  transform: rotate(0)}
    100% { transform: rotate(360deg)}
  }
  
  
  /* Untuk Tablet */
  @media all and (max-width: 1000px) {
    .lessons{
        flex-direction: column;
      }
      .header-mid #menu{
        display: none;
      }
      .mail-container{
        width: 90%;
      }
      footer {
        text-align: center;
        justify-content: center;
        flex-direction: column;
      }
      .footer-left{
        margin:0px;
      }
      .footer-left p{
        padding: 0 10px;
      }
      .footer-right{
        margin:0px;
      }
      .footer-logo{
        margin:0px;
      }
      .heading h2 {
        font-size: 24px;      
      }
      .lesson{
        margin-top: 16px;
        margin-bottom: 22px;
      }
      .top-left{
        width: 100%;
        text-align: center;
      }
      .top-left p:nth-child(1){
        font-size: 40px;
      }
      .top-left p:nth-child(2){
        font-size: 40px;
      }
      .top-left p:nth-child(3){
        font-size: 15px;
      }
      .top-left p{
        padding-left: 10px;
        padding-right: 10px;
      }
      .btn-wrapper a {
        width:70%;
        padding: 10px 20px;
 		margin-left: 5px;
        margin-top: 15px;
        font-size: 17px; 
	    justify-content: center;
	    align-self: center;
      }
		.btn-wrapper{
		display:flex;
	    justify-content: center;
		align-self: center;
		}
      .top-right img{
        width: 330px;
        height: 200px;
      }
      .top-right{
        padding: 0px;
      }
      .btn {
        width: 100%;
      }
      .bts{
        width: 100%;
      }
      .header-right{
        display: none;
      }
      .menu-icon a{
        display: block;
      } 
      .navbar ul ul {
        position: relative;
        
      }
      .navbar li {
        display: block;
        text-align: center;
        
      }
      .navbar ul li a{
        margin-top: 0px;
        padding-top: 5px;
      }
      .navbar ul ul li a{
        margin-top: 0px;
        padding-top: 5px;
      }

      .navbar ul ul li {
        display: block;
        border: none;
      }
      .navbar ul li:hover .navbar ul ul li{
        color: #cd201f;
      }
      .header-mid{
        width: 100%;
        
      }
      .mail a{
        font-size: 18px;
        margin-left: 7px;
        padding: 13px 25px;
      }
      .lessons{
          padding-left: 30px;
          padding-right: 30px;
      }
      
      .lesson-wrapper table tr td {
        font-size: 14px;
        color: grey;
      }
	.lesson-wrapper table tr img {
       margin-top: 20px;
    }
		
      .lesson-wrapper table {
        display: flex;
        justify-content: center;
        table-layout:auto;
        padding-left: 0px;      
        align-self: center;
      }
      .heading h2 p{
        font-size: 14px;
      }
      
      .gambar img{
        width: 100%;
        height: 60%;
      }
	  #misi1{
      display: none;
      }
      #misi2{
      display: block;
    }
	.top-wrapper h2{
		font-size:25px;
	}
		  #kurikulum1{
    display: block;
    
    }
    #kurikulum2{
    display: none;
  }
  .post-content table{
    margin-left: 0px;
    width: 350px;
    font-size: 13px;
   }
 .capaian h2 {
  font-size: 22px;
}

.capaian ul li{
  font-size: 14px;
  padding-left: 0px;
  padding-right: 10px;
}
.halal{
  margin-top: 5px;
  width: 330px;
  height: 110px;
}
.organisasi{
  margin-top: 5px;
  width: 340px;
  height: 210px;
  }
    .login2 {
      color: white;
      margin-bottom: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-left: 110px;
      margin-right: 100px;
      background-color: #ff9a16;
      border-radius: 40px;
      display: block;
      text-align: center;
      transition: all 0.3s;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-size: 15px;
    }
    
    .login2:hover {
      opacity: 0.6;
      color: white;
      cursor: pointer;
    }
    
    .login2:active{
      box-shadow:
      0 0px 2.2px -11px rgba(0, 0, 0, 0.096),
      0 0px 5.2px -11px rgba(0, 0, 0, 0.138),
      0 0px 9.3px -11px rgba(0, 0, 0, 0.17),
      0 0px 15.4px -11px rgba(0, 0, 0, 0.2),
      0 0px 25.4px -11px rgba(0, 0, 0, 0.232),
      0 0px 44.4px -11px rgba(0, 0, 0, 0.274),
      0 0px 96px -11px rgba(0, 0, 0, 0.37);
    }
     .navbar{
      background-color: white;
    }
    .header-mid{
      width: 100%;
      background-color: white;
    }
.mbkm{
  margin-top: 5px;
  width: 310px;
  height: 130px;
  margin-top:0px;
  }
 .himatip{
  margin-top: 5px;
  width: 330px;
  height: 110px;
}
.listberita{
  width: 330px;
  height: 330px;
}
     
    }
    
    /* Untuk Smartphone */
    @media all and (max-width: 670px) {
      .lessons{
        flex-direction: column;
      }
      .header-mid #menu{
        display: none;
      }
      .mail-container{
        width: 90%;
      }
      footer {
        text-align: center;
        justify-content: center;
        flex-direction: column;
      }
      .footer-left{
        margin:0px;
      }
      .footer-left p{
        padding: 0 10px;
      }
      .footer-right{
        margin:0px;
      }
      .footer-logo{
        margin:0px;
      }
      .heading h2 {
        font-size: 24px;      
      }
      .lesson{
        margin-top: 16px;
        margin-bottom: 22px;
      }
      .top-left{
        width: 100%;
        text-align: center;
      }
      .top-left p:nth-child(1){
        font-size: 40px;
      }
      .top-left p:nth-child(2){
        font-size: 40px;
      }
      .top-left p:nth-child(3){
        font-size: 15px;
      }
      .top-left p{
        padding-left: 10px;
        padding-right: 10px;
      }
      .btn-wrapper a {
        width:70%;
        padding: 10px 20px;
 		margin-left: 5px;
        margin-top: 15px;
        font-size: 17px; 
	    justify-content: center;
	    align-self: center;
      }
		.btn-wrapper{
		display:flex;
	    justify-content: center;
		align-self: center;
		}
      .top-right img{
        width: 330px;
        height: 150px;
      }
      .top-right{
        padding: 0px;
      }
      .btn {
        width: 100%;
      }
      .bts{
        width: 100%;
      }
      .header-right{
        display: none;
      }
      .menu-icon a{
        display: block;
      } 
      .navbar ul ul {
        position: relative;
        
      }
      .navbar li {
        display: block;
        text-align: center;
        
      }
      .navbar ul li a{
        margin-top: 0px;
        padding-top: 5px;
      }
      .navbar ul ul li a{
        margin-top: 0px;
        padding-top: 5px;
      }

      .navbar ul ul li {
        display: block;
        border: none;
      }
      .navbar ul li:hover .navbar ul ul li{
        color: #cd201f;
      }
      .header-mid{
        width: 100%;
        
      }
      .mail a{
        font-size: 18px;
        margin-left: 7px;
        padding: 13px 25px;
      }
      .lessons{
          padding-left: 30px;
          padding-right: 30px;
      }
      
      .lesson-wrapper table tr td {
        font-size: 14px;
        color: grey;
      }
	.lesson-wrapper table tr img {
       margin-top: 20px;
    }
		
      .lesson-wrapper table {
        display: flex;
        justify-content: center;
        table-layout:auto;
        padding-left: 0px;      
        align-self: center;
      }
      .heading h2 p{
        font-size: 14px;
      }
      
      .gambar img{
        width: 100%;
        height: 40%;
      }
	  #misi1{
      display: none;
      }
      #misi2{
      display: block;
    }
	.top-wrapper h2{
		font-size:25px;
	}
		  #kurikulum1{
    display: block;
    
    }
    #kurikulum2{
    display: none;
  }
  .post-content table{
    margin-left: 0px;
    width: 350px;
    font-size: 13px;
   }
 .capaian h2 {
  font-size: 22px;
}

.capaian ul li{
  font-size: 14px;
  padding-left: 0px;
  padding-right: 10px;
}
.halal{
  margin-top: 5px;
  width: 330px;
  height: 110px;
}
.organisasi{
  margin-top: 5px;
  width: 340px;
  height: 210px;
  }
    .login2 {
      color: white;
      margin-bottom: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-left: 110px;
      margin-right: 100px;
      background-color: #ff9a16;
      border-radius: 40px;
      display: block;
      text-align: center;
      transition: all 0.3s;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      font-size: 15px;
    }
    
    .login2:hover {
      opacity: 0.6;
      color: white;
      cursor: pointer;
    }
    
    .login2:active{
      box-shadow:
      0 0px 2.2px -11px rgba(0, 0, 0, 0.096),
      0 0px 5.2px -11px rgba(0, 0, 0, 0.138),
      0 0px 9.3px -11px rgba(0, 0, 0, 0.17),
      0 0px 15.4px -11px rgba(0, 0, 0, 0.2),
      0 0px 25.4px -11px rgba(0, 0, 0, 0.232),
      0 0px 44.4px -11px rgba(0, 0, 0, 0.274),
      0 0px 96px -11px rgba(0, 0, 0, 0.37);
    }
     .navbar{
      background-color: white;
    }
    .header-mid{
      width: 100%;
      background-color: white;
    }
.mbkm{
  margin-top: 5px;
  width: 310px;
  height: 130px;
  margin-top:0px;
  }
 .himatip{
  margin-top: 5px;
  width: 330px;
  height: 110px;
}
.listberita{
  width: 330px;
  height: 330px;
}
		
   }
    
    
    