@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
p
{
 font-weight: 3000;
 color: rgb(242, 173, 0);
}
body
{
  min-height: 1000px;
}
.banner
{
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(32, 41, 80, 0.7),rgba(4,9,30,0.7)),url(img/bg.png);
  background-position: center;
  background-size: cover;
}
.banner .content
{
  max-width: 900px;
  text-align: center;
}
.banner .content h2
{
  font-size: 3.5em;
  color: blanchedalmond;
}
.banner .content h3
{
  font-size: 2.5em;
  color: rgb(255, 255, 255);
}
.banner .content p
{
  font-size: 1em;
  color: blanchedalmond;
}
.btn
{
  font-size: 1em;
  color: rgb(255, 255, 255);
  background: rgb(242, 173, 0);
  display: inline-block;
  border-radius: 5px;
  padding: 10px 30px;
  margin-top: 20px;
  text-transform: capitalize ;
  text-decoration: none;
  letter-spacing: 2px;
  transition: 0.5s;
}
.btn:hover
{
  letter-spacing: 6px;
}
header
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
.sticky
{
  background: #fff;
  padding: 10px 100px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
header .logo
{
  color: rgb(255, 185, 8);
  font-weight: 700;
  font-size: 1.75em;
  text-decoration: none ;
}
.sticky .logo
{
  color: #111;
}
header .logo span
{
  color: #fff;
}
.sticky .logo span
{
  color:rgb(255, 185, 8);
}
header .navigation
{
  position: relative;
  display: flex;
  margin: auto;
}
header .navigation li
{
  list-style: none;
  margin-right: 35px;
  margin-top: 5px;
}
header .navigation li a
{
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}
.sticky .navigation li a
{
  color: #111;
}

header .navigation li a:hover
{
  color:rgb(242, 173, 0) ;
}
header .button
{
  background-color: rgb(242, 173, 0); 
  border: none;
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: scale 0,2 ease;
}
.sticky .button
{
  color: #111;
}
.button:hover
{
  border: 1px solid rgb(220, 228, 220);
  scale: 1.05;
}
.sticky .button:hover
{
  border: #111;
}
.button:active
{
  scale: 0.95;
}
section
{
  padding: 100px;
}
.row 
{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4%;
}
.row .co150
{
  position: relative;
  width: 48%;
}
.titleText
{
  color: #111;
  font-size: 2em;
  font-weight: 300;
}
.titleText span
{
  color: rgb(255, 185, 8);
  line-break: normal;
  font-weight: 700;
  font-size: 1.5em;
}
.row .co150 .imgBx
{
  position: relative;
  width: 100%;
  /*min-height: 300px;*/
  height: 107%;
}
.row .co150 .imgBx img
{
  position: absolute;
  top: 5%;
  left: 0;
  width: 97%;
  height: 80%;
  object-fit: cover;
}
.title
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.Tutorial
{
  background-image: linear-gradient(rgba(32, 41, 80, 0.7),rgba(4,9,30,0.7)),url(img/aa.jpg);
  background-size: cover;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top; 
}
.Tutorial .titleText
{
  color: #fff;
  font-size: 2em;
  font-weight: 300;
}
.Tutorial .content
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 40px;
}

.Tutorial .content .box
{
  width: 245px;
  padding: 40px;
  margin: 10px;
  background: #fff;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  border-radius: 23px;
  flex-direction: column;
}

.Tutorial .content .box .imgBx
{
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  display: flex;
  border-radius: 8%;
  overflow: hidden;
}
.Tutorial .content .box .imgBx img
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Tutorial .content .box .text  h3
{
  position: relative;
  font-size: 1.25em;
  color:rgb(242, 173, 0) ;
  font-weight: 900;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.Tutorial .content .box .text p
{
  position: relative;
  font-size: 0.9em;
  color: #111;
  margin-top: 10px;
  text-align: center;
}
.Datapps .container
{
  position: relative;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  grid-template-rows: minmax(100px,auto);
  margin: 40px;
  grid-auto-flow: dense;
  grid-gap: 20px;
}
.Datapps .container
{
  position: relative;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  grid-template-rows: minmax(100px,auto);
  margin: 40px;
  grid-auto-flow: dense;
  grid-gap: 20px;
}
.Datapps .container .box
{
  background: #e0ac1c;
  display: grid;
  padding: 20px;
  font-size: larger;
  place-items: center;
  text-align: center;
  color: #fff;
  transition: 0.5s;
}
.Datapps .container .box:hover
{
  background: #fff;
  color: #111;
}
.Datapps .container .box .imgBx
{
  position: relative;
  max-width: 10px;
}
.section .HasilKuesioner
{
  margin-top: 0%;
}
.HasilKuesioner .title .titleText
{
  color: #111;
  font-size: 2em;
  font-weight: 300;
}

 table {
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
  font-size:10px;
  border-color: grey;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
footer {
  position: fixed;
  bottom: 0;
}
@media (max-width: 800px)
{
  header,
  header.sticky
  {
    padding: 10px 20px;

  }
  header .navigation
  {
    display:none;
  }
  header .navigation.active
  {
    width: 100%;
    height: calc(100% - 61px);
    position:fixed;
    top: 61px;
    Left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    background: #ffffff;
  }

  header .navigation li
  {
    list-style: none;
    margin-right: 35px;
    margin-top: 5px;
    margin-left: 0;
  }
  header .navigation li a 
  {
    /* text-decoration: none; */
    color:#111;
    font-size: 1.2cm;
    /* font-weight: 300; */

  }
  header .button
  {
    display: none;
  }
  header .button.active
  {
    width: 100%;
    height: calc(100% - 61px);
    position:fixed;
    top: 61px;
    Left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    background: #ffffff;
  }
  .menuToggle
  {
    position: relative;
    width: 40px;
    height:40px;
    background:url(img/menuu.png);
    background-size:30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor:pointer;

  }
  .menuToggle.active
  {
    background:url(img/close.png);
    background-size:25px;
    background-repeat: no-repeat;
    background-position: center;
  }
 header.sticky .menuToggle
 {
  filter: invert(1) ;
 }
 section
 {
  padding: 20px;
 }
 .banner .content h2
 {
  font-size: 0.8cm;
  color:blanchedalmond;
 }
 .banner .content h3 {
  font-size: 0.7cm;
  color: rgb(255, 255, 255);
 }
 .banner .content p {
  font-size: 0.4cm;
  color: blanchedalmond;
 }
 .row
 {
  flex-direction :column;
 }
 .row .col50
 {
  position : relative;
  width: 100%;
 }
 .row .col50 .imgBx
 {
  /* position: relative;
  width: 100%; */
  height: 30px;
  margin-top: 10px;
 }
 .row .co150 .imgBx img 
 {
  position:initial;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .Tutorial .content
 {
  margin-top: 20px;
 }
 .Tutorial .content .box
 {
  margin: 10px;
  width: 100%;
  height: 100%;
 }
 .Tutorial .content .box .imgBx
 {
  height: 100px;
 }
 .Tutorial .content .box .imgBx img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit:inherit;
 }

 .title
 {
  text-align: center;
 }
 .titleText
 {
  font-size: 0.8cm;
  Line-height:1.5cm;
  margin-bottom: 15px;
  font-weight: 300;
 }
 table {
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
  font-size:10px;
}
p {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
}

@media (max-height:800px) {
  footer {
      position: static;
  }
  header {
      padding-top: 40px;
  }
}

.footer-distributed {
  background-color: #2d2a30;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 50px 50px 60px 50px;
  margin-top: 80px;
  position: static;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
  width: 30%;
}

.footer-distributed h3 {
  color: #ffffff;
  font: bold 30px 'Poppins', cursive;
  margin: 0;
}


.footer-distributed h3 span {
  color: #e0ac1c;
}
.foother-terimakasih{
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #e0ac1c;
  text-decoration: none;
  ;
}

/* Footer Right */

.footer-distributed .footer-right {
  width: 30%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover {
  background-color: rgb(242, 173, 0);
}

.footer-links a:hover {
  color: rgb(242, 173, 0);
}

@media (max-width: 880px) {

  footer {
      position: static;
  }
  .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
      display: block;
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
  }
  .footer-distributed .footer-center i {
      margin-left: 0;
  }
}       
