
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #444444;
  background-image: url("https://www.anakteknik.co.id/anakteknikindo/assets/img/bg-link.svg");
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 50%;
  display: block;
  background-color: #FCC425;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.icon-top {
  text-align: center;
}

.icon-top-size{
  width: 10%;
}

.icon-bottom {
  background-image: url("https://www.anakteknik.co.id/anakteknikindo/assets/img/bottom-image.png");
  text-align: center;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 26rem;
}

.icon-bottom-size{
  width: 10%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%
}

.listbutton{
  margin: 0px auto;
  max-width: 768px;
  box-sizing: border-box;
  overflow-y: scroll;
  height: 28rem;
  margin-top: 2rem
}
::-webkit-scrollbar
{
	border-radius: 10px;
  width: 5px;
}
::-webkit-scrollbar-track
{
  background:transparent;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb
{
  background:#000000;
  border-radius: 10px;  
}
::-webkit-scrollbar-thumb:hover
{
  background: #d77700;
}

.sosial-media{
  margin: 20px auto;
  max-width: 768px;
  margin-bottom: 30px;
}

.icon-sosmed{
  display: flex;
  justify-content: space-around;
}

.img-sosmed{
  width: 3rem;
}

.list-button-element {
  background-color: #242424;
  cursor: pointer;
  width: 100%;
  margin: 15px 0px;
  font-family: arial;
  border-radius: 50px;
  padding: 10px 0px;
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  box-shadow: 0px 0px 5px 0px #ffffff;
  display: block;
  font-weight: bold;
}

.orderbook {
  box-sizing: border-box;
  text-align: -webkit-center;
}

.button-order {
  background-color: #ff7400;
  cursor: pointer;
  font-family: arial;
  border-radius: 50px;
  padding: 10px 0px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-shadow: 0px 0px 5px 0px #ffffff;
  display: block;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (max-width: 1488px) {
  .icon-bottom-size{
    width: 14%;
  }
}

@media only screen and (max-width: 768px) {
  .img-sosmed{
    width: 10%;
    margin: 0px;
  }
  .icon-top-size{
    width: 24%;
    margin-bottom: 15px;
  }

  .icon-bottom {
    height: 23rem;
  }

  .icon-bottom-size{
    width: 40%;
    bottom: 40px;
  }

  ::-webkit-scrollbar-thumb
{
  display: block;
}

  body {
    background-size: 100%;
  }

  .listbutton {
    margin-top: 0px;
    height: 21rem;
  }

  .list-button-element {
    font-size: 16px;
  }
}

