html {
  scroll-behavior: smooth;
}
* {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
}

.wrapper {
  width: 1100px;
  margin: auto;
  position: relative;
}
/* main{
    margin-top: 100px;
} */
.line {
  width: 100px;
  height: 5px;
  background-color: #364f6b;
  margin: 0 auto;
}

.line-profil {
  width: 100px;
  height: 5px;
  background-color: #364f6b;
}
.logo a {
  font-size: 30px;
  font-weight: 800;
  float: left;
  font-family: 'comic sans ms';
  color: black;
}

.animasi-text {
  font-family: 'comic sans ms';
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 20px;
  color: #364f6b;
  width: 100%;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: typing 2s steps(70, end);
  animation: animasi-text 2s steps(70, end);
}
@keyframes animasi-text {
  from {
    width: 0;
  }
}
@-webkit-keyframes animasi-text {
  from {
    width: 0;
  }
}

.menu {
  float: right;
}

header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #ffff;
  z-index: 1;
  border-bottom: 0.5px solid gray;
}
nav {
  width: 100%;
  margin: auto;
  display: flex;
  line-height: 80px;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

nav ul li {
  float: left;
}

nav ul li a {
  font-size: 10px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 0px 16px 0px 16px;
  text-decoration: none;
}
nav ul li a:hover {
  text-decoration: underline;
}

.menu ul li a {
  font-size: 20px;
  font-weight: 10;
}

section {
  margin: auto;
  display: flex;
  margin-bottom: -50px;
}

.kolom {
  margin-top: 50px;
  margin-bottom: 50px;
}

.kolom .deskripsi {
  font-size: 20px;
  font-weight: bold;
  font-family: 'comic sans ms';
  color: #364f6b;
}

h2 {
  font-family: 'comic sans ms';
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 20px;
  color: #364f6b;
  width: 100%;
  line-height: 50px;
}

a.tbl-pesan {
  background: #29a3d3;
  border-radius: 20px;
  margin-top: 20px;
  padding: 15px 20px 15px 20px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
}

a.tbl-pesan:hover {
  background: #090b0e;
  text-decoration: none;
}

p {
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
}
.img-1 {
  width: 500px;
  height: 500px;
}
.img-2 {
  width: 600px;
  height: 500px;
}
.title {
  font-size: 40px;
  font-weight: 800;
  font-family: 'comic sans ms';
  color: #364f6b;
}
.kolom p {
  text-align: justify;
  line-height: 40px;
}

.tengah {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.tengah .kolom .title-service {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  font-family: 'comic sans ms';
  color: #364f6b;
}

.tengah .kolom .title-owner {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  font-family: 'comic sans ms';
  color: #364f6b;
}

.tengah .kolom .title-contact {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  font-family: 'comic sans ms';
  color: #364f6b;
}

.tengah .kolom .title-deskripsi-contact {
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  width: 70%;
  margin: 0 auto;
  margin-bottom: -30px;
}

.tengah .kolom p {
  text-align: center;
}

.produk {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.produk-list {
  width: 300px;
  height: 300px;
  border-radius: 20px;
  padding: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 2px 0px gray;
}

.produk-list:hover {
  background: #364f6b;
  color: white;
}

.owner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.owner-list {
  height: 300px;
  width: 300px;
  border-radius: 20px;
  margin: 0 100px 0 100px;
  padding: 20px;
  box-shadow: 0 1px 2px 1px gray;
}

.biodata {
  height: 300px;
  width: 300px;
  border-radius: 20px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 1px 2px 1px gray;
  margin-bottom: 50px;
}
.biodata-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: -30px;
  text-align: justify;
  margin-top: -10px;
}

.biodata-isi {
  font-size: 12px;
  font-style: italic;
  margin-bottom: -18px;
  text-align: justify;
}
.biodata h3 {
  font-size: 30px;
  color: #364f6b;
  font-family: 'comic sans ms';
}
.biodata:hover {
  background: #364f6b;
  color: white;
}
.biodata h3:hover {
  background: #364f6b;
  color: white;
}

footer {
  padding: 10px;
  color: white;
  text-align: center;
  background-color: #364f6b;
  font-weight: bold;
  margin-top: 100px;
}
/* slider */
.slider {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 30px 0;
}
.slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.slides::-webkit-scrollbar {
  width: 3px;
  height: 10px;
}
.slides::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 333px;
  height: 400px;
  margin: 0 10px 0 10px;
  border-radius: 7px;
  background: #fff;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  border: 1px solid #555;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 100%;
}

/* end slider */



@media only screen and (min-width: 320px) and (max-width: 980px) {
  .wrapper {
    width: 90%;
  }
  .menu {
    display: none;
  }

  .owner {
    width: 100%;
  }
  .owner-list {
    height: 250px;
    width: 250px;
    margin: 0px 0px 30px 0px;
  }
  .owner img {
    height: 180px;
    width: 200px;
    margin: 0 auto;
  }
  .title {
    font-size: 30px;
  }
  .tengah .kolom .title-service {
    font-size: 30px;
  }
  .tengah .kolom .title-contact {
    font-size: 35px;
  }
  .tengah .kolom .title-owner {
    font-size: 35px;
  }
  #home img {
    height: 350px;
    width: 350px;
  }
  section {
    display: block;
  }
  section img {
    display: block;
    width: 100%;
    height: auto;
  }
  .animasi-text {
    font-size: 35px;
  }
  .img-2 {
    display: none;
  }
  .produk {
    width: 100%;
    margin: 0 auto;
  }
  .produk-list {
    width: 80%;
  }
  .produk img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }

  .owner-list p {
    margin-top: -5px;
  }
  .biodata {
    width: 250px;
    height: 300px;
    margin-bottom: 100px;
  }
  .biodata img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .animasi-text {
    font-family: 'comic sans ms';
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
    color: #364f6b;
    width: 100%;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing 2s steps(70, end);
    animation: animasi-text 2s steps(70, end);
  }
  @keyframes animasi-text {
    from {
      width: 0;
    }
  }
  @-webkit-keyframes animasi-text {
    from {
      width: 0;
    }
  }
}
