@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css2?family=Dongle&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

.dongle-regular {
    font-family: "Dongle", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .patrick-hand-regular {
    font-family: "Patrick Hand", cursive;
    font-weight: 400;
    font-style: normal;
  }

  
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-family: "Patrick Hand", cursive;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.5s;
    background-color: white;
}

h1 {
    margin-top: 40px;
    font-size: 40px;
}

img  {
    margin-top: 30px;
    width: 250px;
}

#no1 {
    display: block;
}
#no2 {
    display: none;
}
#no3 {
    display: none;
}
#no4 {
    display: none;
}
#no5 {
    display: none;
}
#no6 {
    display: none;
}
#no7 {
    display: none;
}
#noparam {
    display: none;
    width: 90%;
}

.containercontent {
    display: flex;
    justify-content: center;
}

.btnlanjut {
    width: auto;
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 17px;
    padding-right: 17px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    color: white;
    background-color: red;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 5px 0px 0 rgb(0, 0, 0), 0 0 0 0 rgb(0, 0, 0);
}

.btnlanjut:hover {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
    box-shadow: 0 3px 0px 0 rgb(72, 0, 0), 0 0 0 0 rgb(0, 0, 0);
}



.button-btn {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: flex;
  font-family: Inter,sans-serif;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-btn:after {
  background-color: #111;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform .2s ease-out;
  z-index: -1;
}

.button-btn:hover:after {
  transform: translate(0, 0);
}

.button-btn:active {
  background-color: #ffffff;
  outline: 0;
}

.button-btn:hover {
  outline: 0;
}

.cont-ucapan {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    color: white;
}

.garislurus {
    background-color: black;
    height: 2000px;
    width: 3px;
    color: transparent;
}

.bg1 {
    background-color: #ff00c3;
}
.bg2 {
    background-color: #4c00ff;
}
.bg3 {
    background-color: #ff8400;
}
.bg4 {
    background-color: #0080ff;
}
.bg5 {
    background-color: #00690a;
}
.bg6 {
    background-color: #c00000;
}

.btnsuka {
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 80px;
    border-radius: 5px;
    border: 2px solid white;
    color: white;
    margin: 10px;
    cursor: pointer;
    transition: width 0.2s ease;
}
.btnsuka:hover {
    width: 79px;
}

@media (min-width: 768px) {
  .button-btn {
    padding: 0 40px;
  }
}

  

/* === Untuk Hp === */
@media only screen and (max-width: 767px) {

    h1 {
        margin-top: 40px;
        font-size: 30px;
        text-align: center;
    }
    
    img  {
        margin-top: 30px;
        width: 200px;
    }

    #no1 {
        width: 90%;
    }
    #no2 {
        width: 90%;
    }
    #no3 {
        width: 90%;
    }
    #no4 {
        width: 90%;
    }
    #no5 {
        width: 90%;
    }
    #no6 {
        width: 90%;
    }
    #no7 {
        width: 90%;
    }
    #noparam {
        width: 80%;
        font-size: 13px;
        display: none;
    }

    .cont-ucapan {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 15px;
        border-radius: 5px;
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 25px;
        margin-right: 25px;
    }
    
    .garislurus {
        background-color: black;
        height: 1800px;
        width: 3px;
        color: transparent;
    }

    .button-btn {
        align-items: center;
        background-color: #ffffff;
        border: 2px solid #111;
        border-radius: 8px;
        box-sizing: border-box;
        color: #111;
        cursor: pointer;
        display: flex;
        font-family: Inter,sans-serif;
        font-size: 16px;
        height: 35px;
        justify-content: center;
        line-height: 24px;
        max-width: 100%;
        padding: 0 25px;
        position: relative;
        text-align: center;
        text-decoration: none;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
      }
      
    .button-btn:after {
        background-color: #111;
        border-radius: 8px;
        content: "";
        display: block;
        height: 35px;
        left: 0;
        width: 100%;
        position: absolute;
        top: -2px;
        transform: translate(8px, 8px);
        transition: transform .2s ease-out;
        z-index: -1;
      }
}
