/* Presentational style rules only
 * Not required
 */

/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

/* Basic */
body { 
  font: 18px/23px "Cantarell", sans-serif;
  color: #ffffff;
}

/* CSS */


h1 {
  color: #0a0124;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 20px;
}
h2 {
  color: #0b0024;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 10px;
}
headSensor {
  color: #0b0024;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 10px;
  text-align: left;
}

a {
  color: #ffffff;
}

p {
  margin: 0 0 15px 0;
}

strong {
  font-weight: 700;
}

blockquote {
  display: block;
  max-width: 480px;
  margin: 15px auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.3);  
  color: #e1e1e1;
  font-family: "Kotta One", serif;
  font-size: 22px;
  line-height: 28px;
}

blockquote cite {
  display: block;
  font: 18px/23px "Cantarell", sans-serif;
  font-size: 16px;
  margin-top: 16px;
  color: #cccccc;
  text-transform: uppercase;
}

/* Layout */

.navbar {
  width: 100%;
  background-color: rgba(250, 250, 250, 0.815);
top: 0px;
  padding-top: 10px ;
  z-index: 9999;
  position: fixed;
}
.bgjam{
    display:none;
  top: 80px;
  margin: 10px 15px;
  width: 400px; 
  background-color: rgba(0, 87, 0, 0.692);
  height: auto;
  padding: 5px 5px 5px 5px;
  z-index: 9998;
  position: fixed;
}

  .inner {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }

.navbar a {
  display: inline-block;
  border: 1px solid #fff;
  
  line-height: 24px;
  border-radius: 3px;
  padding: 2px 15px;
  text-decoration: none;
  margin-top: 5px;
}

.container {
  display: table;
  padding-top: 80px;
  width: 100%;
}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* Special */
.sub-title {
  margin: 50px auto;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}

.button {
  display: inline-block;
  padding: 6px 10px;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  color: #cafaea;
  border: 1px solid #cafaea;
  border-radius: 3px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

.button-42 {
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
}

.button-42:hover {
  box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

#more-content {
  display: none;
}

.column {
  float: left;
  width: 31%;
  padding: 0 10px;
  margin-left: 7px;
}
.kl_akhir{
    margin-left:33.5%;
}

/* Remove extra left and right margins, due to padding */
.row {
  
  margin: 95px 5px 20px;}
.row1 {
  
  margin: 10px 5px 20px;}
.row2 {
 
  margin: 10px 5px;}  
/* Clear floats after the columns */
.row:after,.row1:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(2, 1, 68, 0.671);
  padding: 14px;
  /* text-align: center; */
  background-color: #f1f1f1e3;
  border-radius: 15px;
}

.dthp{
    display:none;
}

.card2 {
    display:none;
  box-shadow: 0 4px 8px 0 rgba(2, 1, 68, 0.31);
  padding: 12px;
  /* text-align: center; */
  background-color: #f1f1f1e3;
  border-radius: 15px;
  display:none;
}

.nilai{
  text-align: center;
  font-size: 60px;
  padding: 25px 0 40px;
  color: #0b0024;
}

.nilhp{
  text-align: center;
  font-size: 24px;
  font-weight:500;
  padding: 5px 0 5px;
  color: #0b0024;  
}

.deskContent{
    display:block;
}
.phoneContent{
   margin: 0 auto;
    text-align: center;
    display:none;
  
}



@media only screen and (max-width: 767px) {
  h2 {
    color: #0b0024;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
  }
  .bgjam{
    top: 0px;
    width: 90%;
    position: relative;
  }
  .navbar{
    position: relative;
  }
  .column {
    width: 85%;
    display: block;
    margin: auto;
    float:none;
  }
  .row {
  display:none;
    margin: 0px 5px 5px;}
  .row1 {
  display:none;
    margin: 0px 5px 5px;}  
    
 .row2 {
  display : block;
    margin: 0px 5px 5px;}
    
    .card2 , .dthp {
        display:block;
    }
    .kl_akhir{
    margin-left:7px;
}

.bgjam{
    display:block;
}
}

    @media all and (min-width: 767px) {
    .deskContent {display:block;}
    .phoneContent {display:none;}
}

@media all and (max-width: 767px) {
    .deskContent {display:none;}
    .phoneContent {
          display: block;
  justify-content: center;
  flex-direction: row;
    }
}

/* Media Queries */
@media only screen and (max-width: 340px) {
  
  .container {
    position: relative;
    display: block;
    float: left;
    vertical-align: baseline;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }
  
  #more-content {
    float: left;
    margin-right: 10px;
    
  }
  
  body h1 {
    font-size: 18px;
    line-height: 5px;
  } 
  
  .content, blockquote {  
    display: inline;
    margin: 0 auto;
    padding-top: 80px;
    vertical-align: baseline;
  }

  blockquote {
    width: 150px;
    margin: 15px auto;
    font-size: 16px;
    line-height: 21px;
    background-color: transparent;
  }

  blockquote cite {
    font-size: 14px;
    line-height: 19px;
  }

  .sub-title {
    font-size: 14px;
    line-height: 21px;
  }

  .button, p {
    max-width: 150px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
  }

  html, body, .container {
    height: auto;
  }

}