@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Playfair+Display:ital@1&family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@1,500&family=Poppins:wght@700&family=Roboto+Mono:ital,wght@1,200&display=swap');


* {
    padding: 0;
    margin: 0;
}
body {
   font-family: 'Poppins';
   width: 100%;
   box-sizing: border-box;
   overflow-x: hidden;
}

/* Halaman Utama */

.container {
   position: relative;
   background-image: url('../css/assets/image/barftech_software_spotlight_1.png');
   background-size: cover;
   height: 100vh;
   font-family: 'Poppins';
   cursor: none;
}

h1 {
    position: absolute;
    padding: 40% 0 0 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: calc(20px + 2vw);
    font-weight: bolder;
    color: #fafafa;
    text-shadow: 2px 2px 2px #000;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.mask {
    width: 100vw;
    height: 100vh;
    background-color: hsla(0,0%,0%, 0.9);
    mask: radial-gradient(
      circle at var(--mouse-x) var(--mouse-y),
      transparent 40px,
      black 150px
    );
    -webkit-mask: radial-gradient(
      circle at var(--mouse-x) var(--mouse-y),
      transparent 40px,
      black 200px
    );
}
.container a {
  color: white;
  position: absolute;
  z-index: 1;
  bottom: 20%;
  left: 10%;
  padding: 5px 70px;
  border-radius: 10px;
  background-color: #FF7200;
}
.container a img {
  width: 200px;
}
.container p {
  position: absolute;
  color: white;
  font-size: 45px;
}
#it {
  right: 3%;
  bottom: 50%;
}
#iot {
  right: 3%;
  bottom: 40%;
}
#software {
  right: 3%;
  bottom: 30%;
}



/* halaman utama */

/* halaman beranda */
/* navigasi */
.nav.stick{
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  z-index: 3;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: white;
  align-items: center;  
}
.navbar {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-around;
  position: fixed;
  top: 0;
  align-items: center;
  z-index: 3;
}
.nav ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.nav ul li {
  list-style: none;
}
.nav a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  margin-right: 50px;
  transition: 0.5s;
}
#active, .nav ul li a:hover {
  color: #FF7200;
}
.nav ul ul {
  position: absolute;
  padding: 15px 15px;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  display: none;
  transition: 0.5s;
}
.nav ul li:hover > ul {
  display: grid; 
  z-index: 1;
}
.menu-layanan h3 {
  margin-bottom: 15px;
  color: #FF7200;
}
.menu-layanan a p {
  font-size: 14px;
  font-weight: 100;
}
.project {
  font-weight: bold;
  color: #FF7200;
  background-color: #f9f9f9;
  padding: 10px 20px;
  border-radius: 5px;
}

/* Navigasi */

/* header */
.header {
  background-image: url('../css/assets/image/barftech_software_beranda_1_a.png');
  background-size: cover;
  background-position: center;
  padding-bottom: 300px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.desc {
  display: flex;
  justify-content: space-evenly;
  padding-top: 13%;
}
.desc-img img {
  width: 100%;
}
.desc h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
.desc p {
  margin-bottom: 30px;
  font-size: 20px;
}
.desc a {
  text-decoration: none;
  background-color: white;
  color: #FF7200;
  border: 1px solid #FF7200 ;
  padding: 15px 50px;
  font-size: 20px;
  border-radius: 5px;
}
.desc a:hover {
  color: #000;
  background-color: #FF7200;
}

/* header */

/* service */
.service {
  position: relative;
  width: 70%;
  background-color: gray;
  margin: -50px auto 100px auto;
  text-align: center;
  padding: 50px 0 80px 0;
  border-radius: 50px;
}
.service h2 {
  font-size: 60px;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.1);
}
.service h3 {
  margin-top: -101px;
  color: white;
  font-size: 35px;
  font-weight: bolder;
  margin-bottom: 50px;
}
.box-service {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.image-service {
  padding: 30px 0;
  background-color: white;
  border-radius: 20px;
  width: 270px;
  margin: 7px;
}
.image-service img {
  width: 220px;
  height: 240px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 10px;
}
.image-service a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #FFE3CC;
}
.image-service a:hover {
  color: #FF7200;
}
.service-2 {
  display: none;
}
/* service */

/* portfolio */
.portfolio {
  width: 100%;
  margin: 100px 0;
  text-align: center;
}
.portfolio h2 {
  font-size: 35px;
}
.portfolio p {
  font-size: 18px;
  margin-bottom: 50px;
}
.mySwiper1 {
  width: 65%;
  margin: auto;
  height: 450px;
}
.swiper-port {
  position: relative;
}
.swiper-port img{
  width: 275px;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  transition: 1s;
}
.swiper-port img:hover {
  transform: translateY(8px);
}
.swiper-port:nth-child(even) {
  margin-top: 50px;
}
.desc-portfolio {
  color: white;
  opacity: 0;
  transition: 1s;
}
.marketplace {
  position: absolute;
  left: 32%;
  bottom: 55%;
}
#comprof {
  position: absolute;
  left: 27.5%;
  bottom: 55%;
}
#point {
  position: absolute;
  left: 32%;
  bottom: 55%;
}
#blockchain {
  position: absolute;
  left: 35%;
  bottom: 55%;
}
.detail {
  position: absolute;
  left: 33%;
  bottom: 27%;
}
.desc-portfolio a {
  color: white;
  text-decoration: none;
}
.swiper-slide:hover .desc-portfolio {
  opacity: 1;
}
.desc-portfolio a:hover {
  color: #FF7200;
}
.swiper-button-next {
  right: 5%;
}
/* testimonials */
.testimonials {
  text-align: center;
  width: 100%;
  position: relative;
}
.testimonials h2 {
  font-size: 60px;
  margin-bottom: 50px;
  color: rgba(0, 0, 0, 0.1);
}
.testimonials h3 {
  margin-top: -105px;
  margin-bottom: 50px;
  color: black;
  font-size: 35px;
  font-weight: bolder;
}
.mySwiper2 {
  width: 55%;
  height: 500px;
}
.slide-testi {
  margin-top: 60px;
  padding: 10px;
  border: 5px solid #A5CCF7;
  border-radius: 25px;
  width: 300px;
  height: 350px;
  margin: 60px auto auto auto;
}
.slide-testi img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100%;
  margin-top: -4.5rem;
  margin-bottom: 40px;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
}
.slide-testi h5{
  margin-top: 70px;
}
/* testimonials */

/* klien kami */
.klienkami {
  text-align: center;
  margin-top: 100px;
}
.klienkami h2 {
  font-size: 35px;
}
.mySwiper3 {
  width: 70%;
}
.slide-klien {
  margin: auto;
}
.slide-klien img{
  margin-top: 50px;
  object-fit: cover;
  border-radius: 10px;
  width: 150px;
}
/* klien kami */

/* bisnis */
.bisnis {
  display: flex;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  background-image: url('../css/assets/image/barftech_software_beranda_3_a.png');
  background-size: cover;
  height: 500px;
  margin-top: 100px;
}
.bisnis-serv {
  text-align: left;
  margin: auto;
  color: white;
}
.bisnis-serv li{
  list-style: none;
}
/* bisnis */

/* artikel */
.artikel {
  margin-top: 100px;
  position: relative;
}
.artikel h2 {
  font-size: 60px;
  color: rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  text-align: center;
}
.artikel h3 {
  font-size: 28px;
  margin-bottom: 50px;
  text-align: center;
  margin-top: -100px;
}
.box-artikel {
  display: flex;
  justify-content: center;
  margin: auto;
}
.artikel1 h2 {
  display: none;
}
.artikel1 h3 {
  display: none;
}
.mySwiper6 {
  display: none;
}
.artikel1 a {
  display: none;
}
.card-artikel {
  margin: 15px;
  position: relative;
}
.card-artikel img{
  width: 400px;
  height: 500px;
}
.artikel-desc {
  text-align: left;
  margin-bottom: 30px;
}
.inside {
  position: absolute;
  color: white;
  font-size: 20px;
  font-weight: bold;
  left: 42%;
  bottom: 55%;
}
.artikel a {
  list-style: none;
  text-decoration: none;
  color: #FF7200;
  border: 1px solid #FF7200;
  padding: 5px 30px;
  border-radius: 5px;
}
.artikel a:hover {
  background-color: #FF7200;
  color: #000;
}
.artikel1 {
  display: none;
}
/* artikel */

/* penawaran */
.penawaran {
  margin-top: 100px;
  background-image: url('../css/assets/image/barftech_software_beranda_2_a.png');
  background-size: cover;
  background-position: -1px;
  height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.penawaran-desc {
  align-items: center;
  text-align: left;
  margin-right: 50px;
}
.testi-penawaran {
  display: block;
  background-color: #000;
  color: white;
  border-radius: 10px;
}
.penawaran-desc h2 {
  background-image: linear-gradient(100.6deg, #FF7200 35.13%, #FD0D02 57.88%);
  margin-bottom: 30px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;   
}
.penawaran-desc a {
  text-decoration: none;
  list-style: none;
  color: #FF7200;
  border: 2px solid #FF7200;
  border-radius: 5px;
  background-color: white;
  font-size: 20px;
  padding: 10px 50px;
}
.penawaran-desc a:hover {
  color: #000;
  background-color: #FF7200;
}
.penawaran-desc p {
  color: white;
  font-size: 20px;
  margin-top: 25px;
}
.testi-penawaran {
  padding: 70px;
}
.testi-penawaran i {
  color: #FF7200;
  font-size: 20px;
  margin-bottom: 25px;
}
.testi-penawaran h2 {
  font-size: 45px;
}
.testi-penawaran p {
  margin-bottom: 20px;
}
.testi-penawaran img {
  width: 200px;
}
/* penawaran */

/* footer */
.footer {
  padding-top: 100px;
  display: flex;
  justify-content: space-evenly;
  background-color: white;
}
.alamat {
  margin-bottom: 60px;
  text-align: left;
}
.kontak {
  margin-top: 15px;
}
.kontak a {
  text-decoration: none;
  color: #000;
  list-style: none;
}
.kontak a:hover {
  color: #FF7200;
}
.menu {
  display: flex;
}
.sub-menu {
  margin-top: 40px;
  height: 200px;
  text-align: left;
  font-weight: bold;
  display: grid;
  grid-template-columns: 160px 160px;
}
.sub-menu a {
  line-height: 40px;
  text-decoration: none;
  display: block;
  list-style: none;
  color: #000;
}
.layanan {
  margin-top: 40px;
  text-align: left;
  display: block;
  line-height: 40px;
  margin-left: 80px;
}
.layanan a {
  text-decoration: none;
  list-style: none;
  color: #000;
}
.sosmed {
  display: flex;
  justify-content: space-between;
  background-color: white;
  text-align: left;
  padding: 40px 250px;
}
.term-condition {
  display: block;
}
.term-condition1 {
  text-align: justify;
  margin: 10px 0;
}
.sosmed a {
  font-size: 25px;
  color: #000;
  margin-right: 17px;
  text-decoration: none;
}
.hr {
  background-color: rgba(0, 0, 0, 0.5);
  height: 2px;
  opacity: 0.2;
  width: 100%;
}
#scrollUp {
  bottom: 20px;
  right: 20px;
  color: white ;
  font-size: 20px;
  width: 45px;
  height: 45px;
  background-color: #FF7200;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 100%;
  text-align: center;
}
#scrollUp i {
  margin-top: 10px;
}

/* footer */
/* penutup hal beranda */

/* hal tentang kami */
/* sejarah */
.sejarah-desc {
  position: relative;
  padding-top: 250px;
}
.sejarah-p {
  width: 55%;
  background-color: #D5D5D5;
  justify-content: center;
  margin: auto;
  border-radius: 50px;
  padding: 50px 50px;
}
.sejarah-text p {
  width: 40%;
  text-align: justify;
}
.sejarah1 img {
  display: none;
}
.sejarah2 img {
  width: 600px;
  height: 800px;
  border-radius: 50px;
  position: absolute;
  right: 23%;
  top: 17%;
}
/* penutup sejarah */

/* semangat */
.semangat {
  background: linear-gradient(180deg, rgba(81, 81, 81, 0) 0%, #515151 56.77%);
  margin-top: -300px;
  height: auto;
  color: white;
  position: relative;
}
.semangat-desc h2 {
  text-align: center;
}
.semangat-desc {
  padding: 550px 0 250px 0;
  width: 80%;
  margin: auto;
  text-align: center;
}
.semangat h2 {
  font-size: 50px;
}
.semangat p {
  font-size: 25px;
}
.kotak1 {
  width: 848px;
  height: 217px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  position: absolute;
  right: 10%;
  bottom: 10%;
}
.kotak2 {
  width: 284px;
  height: 328px;
  background:  rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  position: absolute;
  right: 5%;
  bottom: 18%;
}
.kotak3 {
  width: 284px;
  height: 328px;
  background:  rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  position: absolute;
  right: 14%;
  bottom: 26%;
}
/* penutup semangat */

/* posisikami */
.posisikami {
  background-image: url('../css/assets/image/barftech_software_group_655.png');
  background-size: cover;
  background-position: -1px;
  height: 1000px;
}
.posisikami h2 {
  font-size: 50px;
  padding: 60px 60px 0 60px;
}
.kotak4 {
  width: 412px;
  height: 8px;
  background: #FF7200;
  border-radius: 10px;
  margin-left: 60px;
}
/* penutup posisikami */


/* kantor kami */
.kantorkami {
  position: relative;
  padding-top: 100px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E0E3E8 100%);
  padding-bottom: 100px;
}
.kantorkami h2 {
  color: rgba(0, 0, 0, 0.05);
  font-size: 80px;
  text-align: center;
}
.kantorkami h3 {
  text-align: center;
  margin-top: -70px;
  margin-bottom: 50px;
  font-size: 35px;
}
.slide-kantorkami {
  text-align: center;
  margin: 0 150px;
}
.slide-kantorkami img {
  object-fit: cover;
  width: 100%;
  height: 700px;
  border-radius: 20px;
}
.kantorkami-desc {
  position: absolute;
  text-align: left;
  left: 12%;
  bottom: 15%;
}
.kantorkami-desc h4 {
  color: #FF7200;
  font-size: 25px;
}
.kantorkami-desc p {
  color: white;
  color: 20px;
}


/* kantor kami */
/* Penutup hal tentang kami */

/* hal layanan */
/* nav-layanan */
.nav-layanan {
  display: flex;
  width: 100%;
  margin: 100px auto auto auto;
  background: white;
  padding: 10px 0;
  position: fixed;
  top: 0;
  z-index: 2;
}
.nav-layanan ul {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  list-style: none;
}
.nav-layanan ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.nav-layanan ul li a:hover {
  color: #FF7200;
}
/* penutup nav-layanan */

/* pembukaan */
.pembukaan {
  position: relative;
  display: flex;
  padding-top: 145px;
  background: #D5D5D5;
  justify-content: space-evenly;
  border-radius: 0 0 60px 60px ;
  z-index: 1;
}
.pembukaan-desc {
  padding: 90px 0 0 60px;
}
.pembukaan-desc h2 {
  font-size: 45px;
  margin-bottom: 15px;
}
.pembukaan-desc p {
  margin-bottom: 25px;
}
.pembukaan-desc a {
  padding: 10px 50px;
  font-size: 18px;
  text-decoration: none;
  list-style: none;
  border: 1px solid #FF7200;
  background-color: white;
  border-radius: 5px;
  color: #FF7200;
}
.pembukaan-desc a:hover {
  background-color: #FF7200;
  color: #000;
}
.pembukaan-img {
  margin: 85px 60px 0 10px;
}
.pembukaan-img img {
  width: 100%;
}
/* penutup pembukaan */

/* pembukaan2 */
.pembukaan2 {
  padding-top: 200px; 
  background-image: url('../css/assets/image/barftech_software_layanan_8.png');
  background-size: cover;
  /* height: 1400px; */
  background-position: -1px;
  border-radius: 0 0 50px 50px;
  margin-top: -100px;
}
.pembukaan2-box {
  display: flex;
  justify-content: center;
  margin: 0 60px;
}
.pembukaan2-desc h2 {
  color: white;
  margin-bottom: 20px;
  margin-top: 100px;
  font-size: 45px;
}
.pembukaan2-desc p {
  color: white;
  width: 100%;
  text-align: justify;
  font-size: 17px;
}
.pembukaan2-img {
  margin: 10px;
}
.pembukaan2-img img {
  width: 100%;
}
/* penutup pembukaan2 */

/* karya */
.karya {
  margin-top: 150px;
}
.karya h2 {
  text-align: center;
  color: white;
  font-size: 45px;
  margin-bottom: 50px;
}
.karya-card {
  display: flex;
  justify-content: center; 
  padding-bottom: 100px;
}
.karya-desc {
  margin: 15px;
}
.karya-img {
  background-color: white;
  border-radius: 10px;
  border: 1px solid white;
  width: 400px;
  height: 400px;
  margin-bottom: 10px;
}
.karya-img img {
  width: 400px;
  height: 400px;
  border-radius: 10px;
}
.karya-desc h3 {
  color: white;
  margin-bottom: 20px;
}
.karya-desc a {
  text-decoration: none;
  list-style: none;
  padding: 5px 20px;
  border: 1px solid #FF7200;
  color: #FF7200;
  border-radius: 5px;
}

/* penutup karya */


/* layanan1 */
.layanan1 {
  margin: 100px 0;
  padding-bottom: 100px;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(235, 237, 240, 0.5) 100%);
}
.pembuatan-website {
  margin-top: 150px;
  display: flex;
  justify-content: space-evenly;
}
.layanan1 h2 {
  text-align: center;
  font-size: 35px;
}
.layanan1 h4 {
  display: none;
}
.website1 h3 {
  font-size: 40px;
}
.website1 img {
  width: 40px;
}
#p4 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #FF7200;
} 
#no1 {
  position: absolute;
  font-size: 200px;
  color: #FFE3CC;
  font-weight: 400;
  bottom: 67%;
  z-index: -1;
  left: 23%;
}
#p1 {
  margin-top: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}
#pembuatan-website-desc {
  font-size: 15px;
  text-align: justify;
  width: 35%;
  margin: -100px 0 0 14.5% ;
}
.website1-img img {
  width: 100%;
}
.website2-img {
  display: none;
}
.website2-img img {
  width: 100%;
}
.biaya-website1 {
  margin-top: 100px;
}
.biaya-website1 h2 {
  margin-bottom: 50px;
} 
.harga {
  display: flex;
  margin: 0 250px;
}
.harga1 {
  background-color: white;
  width: 600px;
  text-align: center;
  padding-bottom: 30px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  margin: auto;
  border-radius: 20px 0;
}
.harga1 ul li {
  list-style: none;
}
.harga-website {
  background: #FFE3CC;
  margin-bottom: 20px;
  padding: 10px 0;
  border-radius: 20px 0;
}
.harga-website h3 {
  font-size: 30px;
}
.harga-website p {
  font-size: 40px;
}
#p3 {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
.harga1 a {
  text-decoration: none;
  list-style: none;
  color: white;
  padding: 9px 30px;
  background-color: #FF7200;
  border-radius: 5px;
}
.harga-website2 {
  background: #FFE3CC;
  padding: 18px 0;
  margin-bottom: 20px;
  border-radius: 20px 0;
}
.harga-website2 h3{
  font-size: 30px;
}
.harga-website2 #p5 {
  font-size: 30px;
}
.harga-website2 #p6 {
  font-size: 40px;
}
.harga1 #p7 {
  margin-top: 25px;
  margin-bottom: 30px;
  font-weight: bold;
}
.biaya-website2 {
  display: none;
}
.testi-box {
  display: flex;
  align-items: center;
  gap: .5rem;
}
/* penutup layanan1 */

/* layanan2 */
.layanan2 {
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(205, 205, 242, 0.15) 100%);
}
.mobile {
  display: flex;
  justify-content: space-evenly;
}
.mobile-dev p {
  font-weight: bold;
  margin-left: 10px;
  font-size: 25px;
}
.mobile-dev-desc {  
  display: flex;
  justify-content: flex-end;
}
.mobile-dev-desc p {
  width: 35%;
  text-align: justify;
  margin-right: 65px;
}
.mobile-dev .tools {
  display: grid;
  grid-template-columns: 340px 340px;
}
.tools-app {
  border: 1px solid #0304C0;
  margin: 10px;
  padding: 10px 20px;
  text-align: left;
  align-items: center;
  font-weight: bold;
  border-radius: 10px;
}
.tools {
  display: flex;
}
.tools-app img {
  margin-right: 25px;
  width: 20px;
}
.mobile-dev2 h3 {
  font-size: 40px;
}
#no2 {
  position: absolute;
  color: rgba(205, 205, 242, 0.5);
  font-size: 200px;
  z-index: -1;
  bottom: 78.5%;
  right: 17%;
}
.mobile2 {
  display: flex;
  justify-content: space-evenly;
}
.mobile2-img img {
  width: 100%;
  margin-top: -50px;
}
.testi-mobile {
  margin-top: 50px;
}
.mobile2 #group2 {
  position: absolute;
  right: 7%;
}
.testi-mobile #p4 {
  text-align: left;
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
.testi-people {
  margin-top: 10px;
  background: #CDCDF2;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  
}
.testi-people img{
  width: 50px;
  height: 50px; 
  border-radius: 100%;
  margin-left: 10px;
  margin-top: 9.5px;  
}
.testi-name {
  font-size: 12px;
}
.mobile3 {
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
}
.mobile3-img img {
  width: 100%;
}
.mobile-hubungi {
  margin-right: 15%;
  margin-top: 6%;
}
.mobile-hubungi a {
  text-decoration: none;
  list-style: none;
  padding: 15px 50px;
  border: 1px solid #FF7200;
  color: #FF7200;
  align-items: center;
  border-radius: 10px;
}
.mobile4-img {
  display: none;
}
.mobile4-img img {
  width: 100%;
}
.mobile-dev3 {
  display: none;
}
/* penutup layanan2 */

/* layanan3 */
.layanan3 {
  position: relative;
  margin-top: 200px;
  padding-bottom: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(235, 237, 240, 0.5) 100%);
}
.blockchain1 {
  display: flex;
  justify-content: space-evenly;
}
.blockchain-dev img {
  margin-top: -50px;
  margin-bottom: 20px;
}
.blockchain-dev h3 {
  font-size: 40px;
}
.blockchain-img img {
  width: 100%;
  margin-top: -100px;
}
#no3 {
  position: absolute;
  color: #FFE3CC;
  font-size: 200px;
  left: 27%;
  bottom: 83%;
  z-index: -1;
}
.blockchain-dev-desc {
  margin-left: 14%;
  margin-top: -100px;
}
.blockchain-dev-desc p {
  width: 40%;
  text-align: justify;
}
.blockchain-dev #group1 {
  position: absolute;
  bottom: 60%;
  left: 40%;
}
.blockchain-img {
  margin-top: 45px;
}
.blockchain2 {
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
}
.blockchain-tech h3 {
  margin-left: 10px;
}
.blockchain2 .tools {
  display: grid;
  grid-template-columns: 340px 340px;
}
.blockchain-tools {
  margin: 10px;
  border: 1px solid #FF7200;
  width: 320px;
  height: 55px;
  border-radius: 10px;
}
.testi-blockchain #p4 {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  color: black;
}
.survey {
  margin-top: 80px;
}
.survey-box {
  justify-content: center;
  margin: auto;
  display: flex;
  align-items: center;
  background-color: #FF7200;
  border-radius: 20px;
  width: fit-content;
  color: white;
  padding: 20px;
}
.survey-desc h2 {
  font-size: 40px;
  margin-right: 50px;
}
.survey-hubungi a{
  background: white;
  padding: 15px 50px;
  font-size: 20px;
  border-radius: 10px;
  text-decoration: none;
  color: #FF7200;
}
.blockchain2-img {
  display: none;
}
.blockchain2-img img {
  width: 100%;
}
.survey2-hubungi {
  text-align: center;
}
.survey2-hubungi a {
  padding: 5px 10px;
  border: 1px solid #FF7200;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
  color: #FF7200;
}
.survey2-hubungi {
  display: none;
}
.blockchain2-tech {
  display: none;
}
/* penutup layanan3 */

/* layanan4 */
.layanan4 {
  position: relative;
  margin-top: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(205, 205, 242, 0.15) 100%);
  padding-bottom: 100px;
}
.iot1 {
  display: flex;
  justify-content: space-evenly;
}
.iot-dev-desc {
  display: flex;
  justify-content: flex-end;
  margin-top: -100px;
}
.iot-dev-desc p {
  width: 35%;
  text-align: justify;
  margin-right: 90px;
}
.iot-img img {
  width: 100%;
}
.iot-desc h3 {
  font-size: 40px;
}
.iot-desc #no4 {
  position: absolute;
  color: rgba(205, 205, 242, 0.5);
  font-size: 200px;
  bottom: 76%;
  right: 18%;
  z-index: -1;
}
.iot2 {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
}
.iot-tech {
  margin-top: 60px;
 
}
.iot-judul {
  margin-left: 10px;
}
.iot2 .testi-penawaran {
  width: fit-content;
  background: #CDCDF2;
  text-align: center;
}
.iot2 .testi-penawaran h2 {
  color: #FF7200;
}
.iot2 .testi-penawaran i {
  color: white;
}
.testi-penawaran #group2 {
  position: absolute;
  width: 100px;
  left: 33%;
}
.iot-box {
  display: grid;
  grid-template-columns: 350px 350px;
}
.iot-tools {
  width: 330px;
  height: 55px;
  border: 1px solid #0304C0;
  margin: 10px;
  border-radius: 10px;
}
.iot-hubungi {
  text-align: center;
  margin-top: 50px;
}
.iot-hubungi a {
  text-decoration: none;
  list-style: none;
  color: #FF7200;
  border: 1px solid #FF7200;
  padding: 15px 50px;
  font-size: 20px;
  border-radius: 10px;
}
.iot2-tech {
  display: none;
}
.iot2-hubungi {
  display: none;
}
/* penutup layanan4 */

/* layanan5 */
.layanan5 {
  position: relative;
  margin-top: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(235, 237, 240, 0.5) 100%);
  padding-bottom: 100px;
}
.sistem {
  display: flex;
  justify-content: space-evenly;
}
.sistem-img img {
  width: 100%;
}
.sistem-img2 img {
  width: 100%;
}
.sistem-dev-desc {
  margin-left: 14%;
  margin-top: -100px;
}
.sistem-dev-desc p {
  width: 40%;
  text-align: justify;
}
.sistem-dev h3 {
  font-size: 40px;
}
#no5 {
  position: absolute;
  color: #FFE3CC;
  bottom: 78.5%;
  left: 23%;
  z-index: -1;
  font-size: 200px;
}
.sistem2 {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
}
.sistem-tech h3 {
  margin-left: 10px;
}
.tools {
  display: grid;
  grid-template-columns: 350px 350px;
}
.sistem-tools {
  width: 330px;
  height: 50px;
  border: 1px solid #FF7200;
  margin: 10px;
  border-radius: 10px;
}
.testi-sistem #p4 {
  color: black;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}
.sistem3 {
  display: flex;
  justify-content: space-evenly;
}
.sistem-hubungi {
  margin-right: 15%;
  margin-top: 6%;
}
.sistem-hubungi a {
  text-decoration: none;
  list-style: none;
  color: #FF7200;
  padding: 15px 50px;
  font-size: 20px;
  border: 1px solid #FF7200;
  border-radius: 10px
}
.sistem2-tech {
  display: none;
}
.sistem-img3 {
  display: none;
}
.sistem-img3 img {
  width: 100%;
}
/* penutup layanan5 */

/* layanan6 */
.layanan6 {
  position: relative;
  padding-top: 100px;
  background:  linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(205, 205, 242, 0.15) 100%);
  padding-bottom: 100px;
}
.server {
  display: flex;
  justify-content: space-evenly;
}
.server-box {
  margin-top: 100px;
}
.server-box h3 {
  font-size: 40px;
}
.server-dev-desc {
  display: flex;
  justify-content: center;
  margin-left: 25px;
  margin-top: -130px;
}
.server-dev-desc p {
  width: 30%;
  text-align: justify;
}
.server-img img {
  width: 100%;
  margin-top: 50px;
}
.server-img2 img {
  width: 100%;
}
.server-box #no6 {
  position: absolute;
  font-size: 200px;
  color: #CDCDF2;
  bottom: 61%;
  left: 45%;
  z-index: -1;
}
.server-box2 {
  display: grid;
  grid-template-columns: 215px 215px;
}
.server-card {
  width: 200px;
  height: 150px;
  border: 1px solid #CDCDF2;
  border-radius: 10px;
  margin: 10px;
}
.server-card2 {
  margin-top: 30px;
}
.server2 {
  display: flex;
  margin-top: 50px;
  justify-content: space-around;
}
.testi-server #group3 {
  position: absolute;
  right: 37%;
}
.testi-server #p4{
  text-align: left;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.server-hubungi {
  margin-left: 65%;
  margin-top: -50px;
}
.server-hubungi a {
  text-decoration: none;
  color: #FF7200;
  border: 1px solid #FF7200;
  padding: 15px 50px;
  font-size: 20px;
  border-radius: 10px;
}
.server-img3 {
  display: none;
}
.server-img3 img{
  width: 100%;
}
.judul-server-box2 {
  display: none;
}
/* penutup halaman6 */


/* halaman7 */
.layanan7 {
  position: relative;
  padding-top: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(235, 237, 240, 0.5) 100%);
  padding-bottom: 100px;
}
.kustom1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.kustom-judul {
  margin-left: 10px;
}
.kustom-tech {
  display: grid;
  grid-template-columns: 345px 345px;
}
.kustom-tools {
  width: 330px;
  height: 50px;
  border: 1px solid #FF7200;
  margin: 10px;
  border-radius: 10px;
}
.testi-kustom #p4{
  text-align: left;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.kustom-box h3 {
  font-size: 40px;
}
.kustom-box #no7 {
  position: absolute;
  font-size: 200px;
  bottom: 83%;
  right: 13%;
  z-index: -1;
  color: #FFE3CC;
}
.kustom-dev-desc {
  display: flex;
  justify-content: flex-end;
  margin-right: 135px;
}
.kustom-dev-desc p {
  width: 30%;
  text-align: justify;
}
.testi-kustom {
  margin-left: 200px;
  margin-top: -100px;
}
.kustom2 {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
}
.kustom-box #group6 {
  width: 100%;
}
.kustom-img #group4 {
  width: 100%;
}
.kustom3 h2 {
  text-align: center;
  font-size: 40px;
  margin-top: 30px;
}
.kustom3 #p5 {
  text-align: center;
  font-size: 19px;
  margin-bottom: 20px;
}
.kustom4 {
  text-align: right;
  margin-top: -50px;
}
.perjalanan {
  display: flex;
  justify-content: center;
}
.perjalanan-box {
  background: white;
  border: 1px solid #FF7200;
  padding: 20px 55px;
  border-radius: 10px;
  margin: 10px;
}
.perjalanan-box h3 {
  font-size: 30px;
}
.layanan7-2 {
  display: none;
}
/* penutup halaman7 */
/* penutup hal layanan */


/* hal portfolio */
.portfolio-desc {
  padding-top: 15%;
  height: 260px;
  background-image: url('../css/assets/image/barftech_software_group_457.png');
  background-size: cover;
}
.portfolio1 h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 20px;
}
.portfolio1 p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 100px;
}
.portfolio1 span {
  color: #FF7200;
}
.portfolio-menu ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 50%;
  border: 2px solid #FF7200;
  border-radius: 10px;
  background: white;
  padding: 20px 40px;
}
.portfolio-menu ul li {
  list-style: none;
}
.portfolio-menu ul li a {
  font-size: 20px;
  text-decoration: none;
  color: #000;
}
.portfolio-menu ul li a:hover {
  color: #FF7200;
}
.portfolio-back {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.5) 100%);
  padding-bottom: 100px;
}
.portfolio-box {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 60px auto 0 auto;
  flex-wrap: wrap;
}
#portfolio-box2 {
  display: none;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.portfolio-card {
  position: relative;
  width: 400px;
  margin: 10px;
  height: 417px;
  background: white;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.portfolio-img img {
  position: absolute;
  border-radius: 10px;
}
.port-link {
  position: absolute;
  z-index: 1;
  text-align: center;
  margin-top: 85%;
  margin-left: 35%;
}
.port-link a {
  text-decoration: none;
  font-weight: bold;
  color: white;
}
.port-link a:hover {
  color: #FF7200;
}
.selengkapnya-port {
  text-align: center;
  margin-top: 50px;
}
.selengkapnya-port button {
  text-decoration: none;
  background-color: white;
  list-style: none;
  color: #FF7200;
  padding: 15px 60px;
  font-size: 20px;
  border: 1px solid #FF7200;
  border-radius: 10px;
  cursor: pointer;
}
.selengkapnya-port button:hover {
  color: #000;
  background-color: #FF7200;
}
.portfolio-menu-mobile {
  display: none;
}
/* penutup hal portfolio */

/* halaman Blog */
.blog {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(128, 135, 146, 0.25) 100%);
  padding-bottom: 100px;
}
.header-blog {
  background-image: url('../css/assets/image/barftech_software_unsplash_mk7D-4UCfmg.png');
  background-size: cover;
  height: 850px;
}
.header-blog h2 {
  font-size: 100px;
  color: white;
  text-align: center;
  padding-top: 350px;
}
.header-blog span {
  font-weight: 400;
}
.header-blog p {
  text-align: center;
  font-size: 18px;
  color: white;
}
.blog1 p {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin-top: 100px;
}
.artikel-terbaru {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px;
}
.artikel-terbaru-img img {
  width: 100%;
}
.artikel-terbaru-img2 {
  margin-top: 35px;
  margin-left: 10px;
}
.artikel-terbaru-img2 img {
  width: 100%;
  margin-bottom: 4px;
}
.artikel-terbaru-desc {
  position: absolute;
  bottom: 5%;
  margin-left: 10px;
  color: white;
}
.artikel-terbaru-desc a {
  font-size: 25px;
  text-decoration: none;
  color: white;
}
.artikel-terbaru-desc a:hover {
  color: #FF7200;
}
.artikel-terbaru-desc1 {
  position: absolute;
  bottom: 51%;
  margin-left: 10px;
  color: white;
}
.artikel-terbaru-desc1 a {
  color: white;
  text-decoration: none;
}
.artikel-terbaru-desc1 a:hover {
  color: #FF7200;
}
.artikel-terbaru-desc2 {
  position: absolute;
  bottom: 3%;
  margin-left: 10px;
  color: white;
}
.artikel-terbaru-desc2 a {
  color: white;
  text-decoration: none;
}
.artikel-terbaru-desc2 a:hover {
  color: #FF7200;
}
.paling-banyak-dibaca1 {
  display: flex;
}
.paling-banyak-dibaca-box {
  display: flex;
  justify-content: center;
}
.paling-banyak-dibaca-img {
  margin: 5px;
}
.paling-banyak-dibaca-img img {
  width: 100%;
}
.paling-banyak-dibaca2 {
  margin-top: 35px;
}
.paling-banyak-dibaca-desc {
  color: rgba(0, 0, 0, 0.5);
}
.paling-banyak-dibaca-desc a {
  color: black;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
.paling-banyak-dibaca-desc a:hover {
  color: #FF7200;
}
.artikel-terlama-img img {
  width: 100%;
}
.artikel-terlama {
  margin: 10px;
}
.blog-lebihbanyak {
  text-align: center;
  margin-top: 50px;
}
.blog-lebihbanyak a {
  text-decoration: none;
  color: #FF7200;
  padding: 8px 50px;
  border: 1px solid #FF7200;
  border-radius: 3px;
}
.artikel-terbaru-mobile {
  display: none;
}
.artikel-terlama-mobile {
  display: none;
}
.artikel-terbaru-mobile h2 {
  display: none;
}
/* penutup hal blog */

/* request project */
.kontak1 {
  background-image: url('../css/assets/image/barftech_software_unsplash_jU9VAZDGMzs.png');
  position: relative;
  background-size: cover;
  height: 1100px;
}
.kontak-box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 200px;
}
.kontak-sosmed {
  display: flex;
  text-align: center;
}
.kontak-box h3 {
  font-size: 50px;
  margin-bottom: 20px;
}
.kontak-box p {
  font-size: 25px;
}
.kontak-desc span {
  color: #FF7200;
  font-weight: bold;
}
.kontak-sosmed {
  margin-bottom: 50px;
}
.desc-sosmed {
  margin-top: 50px;
  margin-right: 50px;
  background-color: rgba(217, 217, 217, 0.3);
  backdrop-filter: blur(30.016px);
  border-radius: 20px;
  align-items: center;
  width: 200px;
  height: 200px;
}
.kontak-sosmed p {
  margin-top: 25px;
  font-size: 25px;
  color: black;
}
.desc-sosmed i {
  font-size: 100px;
}
.desc-sosmed a {
  text-decoration: none;
  list-style: none;
}
.desc-sosmed-box {
  transition: all .3s ease;
}
.desc-sosmed-box:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.polygon1 img {
  width: 100%;
}
.polygon2 {
  position: absolute;
  right: 50px;
  top: 85%;
  z-index: -1;
}
.polygon3 {
  position: absolute;
  right: 250px;
  top: 180px;
  filter: blur(5px);
  z-index: -1;
}
.polygon4 {
  position: absolute;
  left: 45%;
  top: 90%;
  z-index: -1;
}
.polygon5 {
  position: absolute;
  left: 7%;
  top: 17%;
  z-index: -1;
}
.polygon6 {
  position: absolute;
  left: 55%;
  top: 50%;
}
.kontak-sosmed2 {
  display: none;
}


/* penutup project */

/* port-content */
.port-content {
  background-image: url('../css/assets/image/unsplash_Co2pyJ6lezk.png');
  background-size: cover;
  height: 900px;
  padding-top: 150px;
  position: relative;
}
.back-to-port {
  display: flex;
  gap: 0.5rem;
  margin-left: 200px;
  margin-bottom: 100px;
}
.back-to-port p {
  color: #FF7200;
}
.back-to-port span {
  color: #000;
}
.back-to-port a {
  color: #000;
  text-decoration: none;
}
.port-content-img {
  display: none;
}
.port-content-compro {
  margin-left: 200px;
  margin-bottom: 90px;
}
.port-content-compro ul {
  display: flex;
  list-style: none;
}
.port-content-compro ul li a {
  text-decoration: none;
  color: black;
}
#active, .port-content-compro a:hover{
  color: #FF7200;
}
.port-desc {
  width: 75%;
  height: 500px;
  padding: 50px;
  margin: auto;
  background-color: rgba(213, 213, 213, 0.3);
  border-radius: 10px;
}
.port-desc h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.garis {
  width: 350px;
  height: 3px;
  margin-bottom: 30px;
  background-color: #FF7200;
  border-radius: 3px;
}
.port-desc p {
  width: 45%;
  text-align: justify;
}
.port-content .gambar {
  width: 755px;
  height: 518px;
  background-color: white;
  position: absolute;
  right: 110px;
  top: 310px;
  border-radius: 10px;
  box-shadow:  8px 20px 0 rgba(0, 0, 0, 0.05);
}
.port-content .gambar img {
  display: block;
  justify-content: center;
  align-items: center;
  margin: auto;
}
/* penutup port-content */

/* blog-content */
.blog-content {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(128, 135, 146, 0.25) 100%);
  position: relative;
  padding:100px 10px;
}
.blog-card {
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: center;
}
.blog-card h2 {
  text-align: center;
  margin-bottom: 20px;
}
.user {
  display: flex; 
  align-items: center;
  gap: .5rem;
  justify-content: center;
  margin-bottom: 20px;
}
.judul-content p {
  text-align: center;
  font-weight: bold;
  padding-top: 20%;
  color: white;
  font-size: 30px;
}
.back-to-blog {
  position: absolute;
  z-index: 1;
  padding: 200px 0 0 10px;
}
.back-to-blog a {
  background-color: gray;
  padding: 15px;
}
.back-to-blog i {
  font-size: 20px;
  color: white;
}
.blog-desc h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
}
.blog-desc p{
  text-align: justify;
}
.blog-desc2 {
  margin-top: 20px;
}
.blog-desc3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.blog-content-img2 {
  margin-right: 20px;
}
.blog-content-img2 img {
  width: 100%;
}
.blog-desc h3 {
  font-size: 25px;
}
.blog-content-p {
  width: 40%;
  text-align: justify;
}
.blog-content-p ul li {
  list-style: none;
}
/* penutup blog content */




/* responsive mobile */

/* menu humberger */
.menu-toggle {
  display: none;
  flex-direction: column;
  height: 20px;
  justify-content: space-between;
  position: relative;
  margin-right: 15px;
}
.menu-toggle input {
  position: absolute;
  width: 40px;
  height: 20px;
  left: -7px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: black;
  border-radius: 3px;
  transition: all 0.5s;
}

/* menu humberger animation */

.menu-toggle span:nth-child(2) {
  transform-origin: 0 0;
}
.menu-toggle span:last-child {
  transform-origin: 0 100%;
}
.menu-toggle input:checked ~ span:nth-child(2) {
  transform: rotate(45deg) translate(-1px, -1px);
}
.menu-toggle input:checked ~ span:last-child {
  transform: rotate(-45deg) translate(-1px, 0);
}
.menu-toggle input:checked ~ span:nth-child(3) {
  transform: scale(0);
}

/* responsive breakpoint */

/* ukuran handphone */
@media screen and (max-width:480px) {
  body {
    box-sizing: border-box;
  }
  h1 {
    text-align: center;
    padding: 150% 0 0 100%;
  }
  .mask {
    width: 100vw;
    height: 100vh;
    background-color: hsla(0,0%,0%, 0.5);
    mask: none;
    -webkit-mask: none;
  }
  .container a {
    color: white;
    position: absolute;
    z-index: 1;
    bottom: 30%;
    left: 24%;
    padding: 5px 50px;
    border-radius: 10px;
    background-color: #FF7200;
  }
  .container a img {
    width: 100px;
  }
  .container p {
    position: absolute;
    color: white;
    font-size: 20px;
  }
  #it {
    display: none;
    right: 3%;
    bottom: 70%;
  }
  #iot {
    display: none;
    right: 3%;
    bottom: 60%;
  }
  #software {
    display: none;
    right: 3%;
    bottom: 50%;
  }
/* nav */
  .nav {
    justify-content: space-between;
  }
  .logo {
    width: 200px;
  }
  .nav ul {
    position: absolute;
    right: 0;
    top: 95%;
    height: 50vh;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: left;
    background-color: white;
    width: 100%;
    z-index: -1;
    padding-bottom: 10px;
    transform: translateX(100%);
    transition: all 1s;
    opacity: 0;
  }
  .nav ul.slide {
    opacity: 1;
    transform: translateX(0);
  }
  .nav ul li a {
    margin-left: 10px;
    font-size: 13px;
  }
  .project {
    padding: 0;
    background-color: white;
  }
  .menu-toggle {
    display: flex;
    }
  /* penutup nav */


  /* header */
  .header {
    padding-bottom: 90px;
    border-radius: 0 0 10px 10px;
  }
  .header .desc{
    padding-top: 25%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .header .desc img {
    margin-top: 20px;
  }
  .desc-header {
    margin-left: 15px;
  }
  .header .desc h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .header .desc p {
    font-size: 15px;
    width: 200px;
    margin-bottom: 10px;
  }
  .header .desc a {
    font-size: 13px;
    padding: 5px;
  }

  /* penutup header */

  /* service */

  .service {
    display: none;
  }
  .service-2 {
    display: block;
    margin-top: 50px;
  }
  .service-2 h2 {
    font-size: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.1);
  }
  .service-2 h3 {
    font-size: 20px;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .image-service {
    padding: 10px;
    width: 150px;
    height: 230px;
    background-color: #E9E9E9;
    border-radius: 20px;
    margin: auto;
  }
  .image-service p {
    text-align: center;
    font-size: 15px;
  }
  .service-selengkapnya {
    text-align: center;
  }
  .image-service img {
    width: 150px;
    height: 150px;
    margin-bottom: 0;
  }
  .mySwiper12 {
    display: flex;
    margin: 0;
    height: 300px;
  }
  .image-service a {
    color: #FF7200;
    font-size: 13px;
  }
  /* .service {
    position: relative;
    border-radius: 10px;
    margin: -20px auto 20px auto;
    width: 85%;
    padding: 10px 0;
  }
  .service h2 {
    font-size: 17px;
    margin: 0 0 -18px 0;
  }
  .service h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .box-service {
    display: flex;
  }
  .image-service {
    width: 130px;
    height: 170px;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
  }
  .image-service img {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    margin: 0;
  }
  .image-service p {
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
  }
  .image-service a {
    font-size: 12px;
    color: #FF7200;
    margin: 0;
  } */
  /* penutup service */

  /* portfolio */
  .portfolio {
    position: relative;
    margin: 70px 0;
    padding: 0;
  }
  .portfolio h2 {
    font-size: 20px;
    margin-top: 0;
  }
  .portfolio p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .portfolio br {
    display: none;
  }
  .mySwiper1 {
    width: 100%;
    height: 230px;
    margin: auto;
  }
  .swiper-port {
    position: relative;
  }
  .swiper-port img {
    width: 100px;
    height: 140px;
    margin-left: 10px;
  }
  .desc-portfolio {
    font-size: 7px;
    opacity: 1;
  }
  .desc-portfolio .marketplace {
    position: absolute;
    bottom: 65%;
    left: 68%;
  }
  .desc-portfolio #comprof {
    position: absolute;
    bottom: 60%;
    left: 85%;
  }
  .desc-portfolio #point {
    position: absolute;
    bottom: 60%;
    left: 100%;
  }
  .desc-portfolio #blockchain {
    position: absolute;
    bottom: 65%;
    left: 78%;
  }
  .desc-portfolio a {
    bottom: 40%;
    left: 73%;
  }
  .swiper-pagination1 {
    width: 10px;
  }
  /* penutup portfolio */

  /* testimonials */
  .testimonials {
    margin: 0;
    padding: 0;
  }
  .testimonials h2 {
    font-size: 25px;
    margin-bottom: -17px;
    display: block;
  }
  .testimonials h3 {
    margin-bottom: 0;
    text-align: center;
    margin-top: -23px;
    font-size: 20px;
  }
  .mySwiper2 {
    width: 100%;
    justify-content: center;
    height: 370px;
  }
  .slide-testi {
    margin-top: 70px;
    width: 140px;
    height: 240px;
    border-radius: 20px;
    border: 3px solid #A5CCF7;
  }
  .slide-testi img {
    width: 80px;
    height: 80px;
    margin-top: -3rem;
    margin-bottom: 10px;
  }
  .slide-testi p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .slide-testi h5 {
    font-size: 10px;
    margin: 0;
  }
/* penutup testimonials */

/* klien kami */
  .klienkami h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .mySwiper3 {
    width: 100%;
    margin: auto;
  }
  .slide-klien img {
    margin: auto;
    border-radius: 10px;
    width: 100px;
  }
  /* penutup klienkami */

  /* bisnis */
  .bisnis {
    background-image: url('../css/assets/image/beranda\ 3\ A.png');
    height: 290px;
    background-size: cover;
    padding: 10px;
    margin: 50px 0;
  }
  .bisnis br {
    display: none;
  }
  .bisnis-serv h2 {
    margin: 0;
    font-size: 14px;
  }
  .bisnis-serv p {
    margin: 0;
    font-size: 14px;
  }
  .bisnis-serv ul li {
    margin: 0;
    font-size: 14px;
  }
  /* penutup bisnis */

  /* artikel */
  .artikel1 {
    display: block;
    padding-bottom: 20px;
    position: relative;
  }
  .artikel1 h2 {
    display: block;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.1);
  }
  .artikel1 h3 {
    margin-top: -35px;
    display: block;
    font-size: 14px;
  }
  .mySwiper6 {
    display: block;
    height: 270px;
    width: 100%;
  }
  .artikel {
    display: none;
  }
  .card-artikel img {
    width: 100%;
    height: 150px;
  }
  .card-artikel .inside {
    font-size: 18px;
    bottom: 58%;
    left: 42%;
  }
  .img-artikel p {
    font-size: 13px;
    text-align: left;
  }
  #artikel-link1 {
    display: block;
    margin: auto;
  }
  #artikel-link1 {
    text-decoration: none;
    font-size: 13px;
    color: #FF7200;
    padding: 5px 10px;
    border: 1px solid #FF7200;
    border-radius: 3px;
    width: 150px;
  }
  /* penutup artikel */

  /* penawaran */
  .penawaran {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 300px;
    background-position: -1px;
  }
  .penawaran-desc {
    margin-left: 10px;
  }
  .penawaran-desc h2 {
    font-size: px;
  }
  .penawaran-desc a {
    font-size: 12px;
    padding: 5px;
  }
  .penawaran-desc p {
    font-size: 12px;
  }
  .testi-penawaran {
    margin-right: 10px;
    padding: 10px;
    width: 250px;
  }
 
  .testi-penawaran i {
    font-size: 13px;
    margin: 0;
  }
  .testi-penawaran p {
    font-size: 13px;
    margin: 0;
  }
  .testi-penawaran img {
    width: 99px;
    height: auto;
    margin-top: 10px;
  }
  /* penutup penawaran */

  /* footer */
  .footer {
    display: block;
    font-size: 12px;
    padding: 20px;
  }
  .alamat {
    margin-bottom: 0;
  }
  .alamat img {
    width: 200px;
  }
  .sub-menu {
    display: flex;
    font-weight: 400;
  }
  .sub-menu a {
    color: #000;
  }
  .sub-menu1 {
    width: 110px;
  }
  .layanan {
    margin-left: 20px;
  }
  .back-to-top-wrapper {
    text-align: right;
    margin-right: 10px;
  }
  .back-to-top-wrapper i{
    font-size: 40px;
  }
  .sosmed {
    display: block;
    text-align: left;
    padding: 20px;
  }
  .term-condition1 br {
    display: none;
  }
  .term-condition {
    font-size: 12px;
  }
  .term-condition1 {
    margin: 10px 0;
  }
  .sosmed a {
    font-size: 20px;
    margin-right: 20px;
  }
  #scrollUp {
    width: 40px;
    height: 40px;
    font-size: 20px;
    bottom: 220px;
  }
  #scrollUp i {
    margin-top: 9px;
  }

  /* penutup footer */
  /* penutup halaman beranda */

  /* halaman tentang kami */
  /* sejarah */
  .sejarah {
    height: 100%;
    margin: 0;
  }
  .sejarah-desc {
    padding-top: 95px;
    padding-bottom: 0;
  }
  .sejarah-p {
    width: 90%;
    border-radius: 20px;
    margin: auto;
    padding: 10px;
  }
  .sejarah-text p{
    width: 100%;
    font-size: 15px;
  }
  .sejarah2 img {
    display: none;
  }
  .sejarah1 {
    padding: 10px;
  }
  .sejarah1 img {
    display: block;
    width: 100%;
  }
  /* penutup sejarah */

  /* semangat */
  .semangat {
    padding: 0;
    position: relative;  
  }
  .semangat-desc {
    padding: 350px 40px 100px 40px;
  }
  .semangat-desc h2{
    margin: 0 0 15px 0;
    font-size: 20px;
  }
  .semangat-desc p {
    font-size: 15px;
    text-align: justify;
  }
  .kotak1 {
    position: absolute;
    width: 262px;
    height: 67px;
    border-radius: 10px;
    bottom: 10%;
  }
  .kotak2 {
    position: absolute;
    width: 91px;
    height: 105px;
    border-radius: 10px;
    bottom: 17%;
  }
  .kotak3 {
    position: absolute;
    width: 91px;
    height: 105px;
    border-radius: 10px;
    bottom: 21%;
  }
  /* penutup semangat */

  /* posisi kami */
  .posisikami h2{
    padding: 5px;
    font-size: 20px;
  }
  .posisikami {
    background-size: cover;
    height: 267px;
  }
  .kotak4 {
    margin-left: 5px;
    width: 160px;
    height: 3px;
  }
  /* penutup posisi kami */

  /* kantor kami */
  .kantorkami {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .kantorkami h2 {
    font-size: 25px;
    margin-bottom: -20px;
  }
  .kantorkami h3 {
    margin-bottom: 20px;
    font-size: 15px;
    margin-top: 0;
  }
  .slide-kantorkami {
    position: relative;
    margin: 0 10px;
  }
  .slide-kantorkami img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
  }
  .kantorkami-desc {
    position: absolute;
    bottom: 12%;
    left: 3%;
  }
  .kantorkami-desc h4{
    font-size: 13px;
    color: #FF7200;
  }
  .kantorkami-desc p {
    font-size: 13px;
    color: white;
  }
  /* penutup kantor kami */
  /* penutup halaman tentanng kami */


  /* halaman layanan */
  /* layanan */
  .nav-layanan {
    display: none;
  }
  /* penutup layanan */

  /* pembukaan */
  .pembukaan {
    padding: 5px 10px;
    border-radius: 0 0 20px 20px;
    display: block;
  }
  .pembukaan-desc {
    margin: 0;
    padding: 10px;
    padding-top: 100px;
  }
  .pembukaan-desc h2 {
    padding: 0;
    margin: 15px 0;
    font-size: 20px;
  }
  .pembukaan-desc p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 14px;
  }
  .pembukaan-desc a {
    font-size: 14px;
    padding: 10px 30px;
  }
  .pembukaan-img {
    margin: 20px 0 0 0;
    padding: 10px 10px 0 10px;
  }
  .pembukaan-img img {
    width: 100%;
  }
  /* penutup pembukaan */

  /* pembukaan2 */
  .pembukaan2 {
    padding-top: 120px;
    border-radius: 0 0 20px 20px;
  }
  .pembukaan2-box {
    display: block;
    padding: 20px;
    margin: 0;
  }
  .pembukaan2-img {
    margin: 0;
    padding: 0;
  }
  .pembukaan2-img img {
    padding: 0;
    margin: 0;
  }
  .pembukaan2-desc {
    margin: 5px;
  }
  .pembukaan2-desc h2 {
    padding-top: 0;
    margin: 20px 0;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .pembukaan2-desc p {
    font-size: 14px;
    width: 100%;
  }
  /* penutup pembukaan2 */

  /* karya */
  .karya {
    margin-top: 20px;
  }
  .karya h2  {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .karya-card {
    width: 100%;
  }
  .karya-desc {
    margin: 10px;
  }
  .karya-img {
    width: 104px;
    height: 98px;
  }
  .karya-img img {
    width: 104px;
    height: 98px;
  }
  .karya-desc h3 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .karya-desc a {
    font-size: 9px;
    padding: 5px;
  }
  /* penutup karya */

  /* layanan1 */
  .layanan1 {
    margin: 0;
    padding: 10px;
  }
  .website1 {
    display: flex;
    margin-top: 30px ;
  }
  .website1-img {
    display: none;
  }
  .website2-img {
    display: block;
  }
  .layanan1 #p4 {
    display: block;
    margin-top: 20px;
    font-size: 12px;
  }
  .layanan1 h2 {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
  }
  #no1 {
    font-size: 100px;
    bottom: 64%;
    left: 10%;
  }
  .layanan1 h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .layanan1 h4 {
    display: block;
    text-align: center;
    font-size: 11px;
  }
  .pembuatan-website {
    display: block;
    margin-top: 20px;
  }
  .website1 img {
    width: 20px;
  }
  .website1 #p1 {
    margin: 30px 0 0 20px;
    padding: 0;
    font-size: 12px;
  }
  .layanan1 #pembuatan-website-desc {
    font-size: 14px;
    text-align: justify;
    width: 100%;
    margin: 0;
  }
  .website1-img img {
    width: 100%;
  }
  .biaya-website1 {
    display: none;
  }
  .biaya-website2 {
    display: block;
   
  }
  .biaya-website2 h2 {
    display: block;
    margin: 50px 0;
    font-size: 20px;
  }
  .mySwiper7 {
    height: 570px;
  }
  .harga {
    display: flex;
    margin: auto;
  }
  .harga1 {
    width: 95%;
    margin: auto;
  }
  .harga-website h3{
    font-size: 20px;
    margin: 0;
  }
  .harga-website p {
    font-size: 15px;
  }
  .harga1 ul li {
    font-size: 15px;
    margin: 0;
  }
  .harga1 #p3 {
    font-size: 13px;
    margin: 0 0 20px 0;
    padding: 0 5px;
  }
  .harga1 a {
    font-size: 15px;
    padding: 5px 10px;
  }
  .harga-website2 h3 {
    font-size: 20px;
    margin: 0;
  }
  .harga-website2 #p5 {
    font-size: 15px;
  }
  .harga-website2 #p6 {
    font-size: 15px;
  }
  .harga1 #p7 {
    font-size: 13px;
    margin: 0 0 20px 0;
  }
  /* penutup layanan1 */

  /* layanan2 */
  .layanan2 {
    margin: 50px 0;
    padding-bottom: 20px;
  }
  .mobile2-img {
    display: none;
  }
  .mobile4-img {
    display: block;
    margin: 10px;
  }
  .mobile-dev {
    display: none;
  }
  .mobile-dev2 {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    padding: 0 10px;
  }
  .mobile-dev2 img {
    width: 30px;
  }
  #no2 {
    bottom: 70%;
    left: 8%;
  }
  .mobile-dev2 h3 {
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
  #no2 {
    font-size: 100px;
  }
  .mobile-dev2 #p1 {
    font-size: 12px;
    margin: 43px 0 0 20px;
  }
  .mobile-dev-desc {
    margin-top: 20px;
    padding: 0 10px;
  }
  .mobile-dev-desc p {
    width: 100%;
    font-size: 14px;
    text-align: justify;
    margin: 0;
    padding: 0;
  }
  .mobile-dev3 {
    display: block;
    margin: 10px 0;
  }
  .mobile-dev3 p {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
  }
  .mobile-dev3 .tools {
    grid-template-columns: 170px 170px;
  }
  .mobile-dev3 .tools-app {
    width: 150px;
    padding: 3px 7px;
    font-size: 13px;
    border-radius: 5px;
  }
  .mobile-dev3 .tools-app img {
    margin: auto 10px;
  }
  #figma {
    width: 14px;
  }
  .mobile2 {
    margin: 0;
    padding: 10px;
  }
  .testi-mobile {
    margin: 0;
    font-size: 14px;
  }
  .testi-mobile #p4 {
    font-size: 14px;
    text-align: justify;
  }
  .mobile3 {
    margin: 0;
    padding: 10px;
    display: block;
  }
  .mobile-hubungi {
    margin: 50px 0 0 0;
    text-align: center;
  }
  .mobile3 a {
    background-color: white;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  /* penutup layanan2 */

  /* layanan3 */
  .layanan3 {
    margin: 50px 0;
    padding: 20px 10px;
  }
  .blockchain2-img {
    display: block;
  }
  .blockchain-img {
    display: none;
  }
  .blockchain-dev {
    display: flex;
    margin-top: 30px;
  }
  .blockchain-dev img {
    margin: 0;
  }
  .blockchain-dev .judul1 img {
    width: 30px;
  }
  .blockchain-dev h3 {
    font-size: 20px;
  }
  .blockchain-dev #p1 {
    font-size: 12px;
    margin: 40px 0 0 10px;
  }
  #no3 {
    font-size: 100px;
    bottom: 66.5%;
    left: 10%;
  }
  .blockchain-dev-desc {
    margin: 0;
    padding: 0;
  }
  .blockchain-dev-desc p {
    width: 100%;
    text-align: justify;
    margin: auto;
    font-size: 14px;
  }
  .blockchain-tech {
    display: none;
  }
  .blockchain2-tech {
    display: grid;
    margin: 20px 0;
  }
  .blockchain2-tech .tools {
    grid-template-columns: 170px 170px;
    margin: 0;
  }
  .blockchain2-tech h3 {
    margin: 0;
    font-size: 15px;
  }
  .blockchain2-tech .blockchain-tools {
    width: 160px;
    margin: 5px 0;
    border-radius: 5px;
    height: 35px;
  }
  .testi-blockchain {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .testi-blockchain #p4 {
    font-size: 14px;
  }
  .survey {
    display: none;
  }
  .survey2-hubungi {
    display: block;
  }
  .survey2-hubungi a {
    background-color: white;
  }
  .judul2 #group1 {
    bottom: 32%;
    left: 25%;
  }
  /* penutup layanan 3 */

  /* layanan 4 */
  .layanan4 {
    margin: 50px 0;
    padding: 20px 10px;
  }
  .iot1 {
    display: block;
  }
  .iot-desc {
    display: flex;
    margin-top: 30px;
  }
  .iot-desc img {
    width: 30px;
  }
  .iot-desc h3 {
    font-size: 20px;
  }
  .iot-desc #p1 {
    font-size: 12px;
    margin-top: 40px;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .iot-desc #no4 {
    font-size: 100px;
    left: 7%;
    bottom: 63%;
  }
  .iot-dev-desc {
    margin: 0;
  }
  .iot-dev-desc p {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    margin: 0;
  }
  .iot-tech {
    display: none;
  }
  .iot2-tech {
    display: block;
    margin: 30px 0;
  }
  .iot2-tech h3 {
    font-size: 15px;
  }
  .iot-hubungi {
    display: none;
  }
  .iot-judul {
    margin: 0;
  }
  .iot2-tech .iot-box {
    grid-template-columns: 180px 180px;
    margin: 0;
  }
  .iot-tools {
    width: 160px;
    margin: 5px 0;
    border-radius: 5px;
    height: 35px;
  }
  .iot2 {
    justify-content: space-between;
  }
  .iot2 .testi-penawaran {
    padding: 10px 0;
    width: 600px;
  }
  .iot2 .testi-penawaran i {
    font-size: 15px;
    margin-bottom: 0;
  }
  .iot2 .testi-penawaran h2 {
    font-size: 20px;
  }
  .iot2 .testi-penawaran p {
    font-size: 14px;
  }
  .iot2 .testi-penawaran #group2 {
    width: 45px;
    left: 52%;
    bottom: 3%;
  }
  .iot2-hubungi {
    display: block;
  }
  .iot2-hubungi {
    margin-top: 40px;
  }
  .iot2-hubungi p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .iot2-hubungi .square {
    position: relative;
  }
  .square1 {
    position: absolute;
    width: 100px;
    height: 115px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.1;
    border-radius: 10px;
    right: 5px;
    bottom: 80px;
  }
  .square2 {
    position: absolute;
    width: 100px;
    height: 115px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.1;
    border-radius: 10px;
    right: 40px;
    bottom: 30px;
  }
  .square3 {
    position: absolute;
    width: 75px;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.1;
    border-radius: 10px;
    right: 10px;
    bottom: 0;
  }
  .iot3-hubungi {
    text-align: center;
  }
  .iot3-hubungi a {
    padding: 5px;
    color: #FF7200;
    background-color: white;
    font-size: 14px;
    border: 1px solid #FF7200;
    border-radius: 5px;
    text-decoration: none;
  }
  /* penutup layanan4 */

  /* layanan 5 */
  .layanan5 {
    margin: 50px 0;
    padding: 10px 10px 50px 10px;
  }
  .sistem-img {
    display: none;
  }
  .sistem-img3 {
    display: block;
  }
  .sistem-dev h3 {
    font-size: 20px;
  }
  .sistem-dev {
    display: flex;
    margin-top: 30px;
  }
  .sistem-dev #p1 {
    font-size: 12px;
    margin-top: 40px;
    margin-left: 15px;
    margin-bottom: 30px;
  }
  #no5 {
    font-size: 100px;
    left: 8%;
    bottom: 71%;
  }
  .sistem-dev .judul1 img {
    width: 30px;
  }
  .sistem-dev-desc {
    margin: 0;
  }
  .sistem-dev-desc p {
    width: 100%;
    text-align: justify;
    font-size: 14px;
  }
  .sistem-tech {
    display: none;
  }
  .sistem2-tech {
    display: block;
    margin-bottom: 30px;
  }
  .sistem2-tech h3 {
    font-size: 15px;
  }
  .sistem2-tech .tools {
    grid-template-columns: 180px 180px;
  }
  .sistem-tools {
    width: 160px;
    height: 35px;
    margin: 5px 0;
    border-radius: 5px;
  }
  .testi-sistem {
    font-size: 14px;
    margin: 0;
  }
  .testi-sistem #p3 {
    margin: 0 0 10px 0;
  }
  .testi-sistem #p4 {
    font-size: 14px;
    text-align: justify;
  }
  .sistem3 {
    margin-top: 30px;
    display: block;
  }
  .sistem-hubungi {
    text-align: center;
    margin: 20px 0 0 0 ;
  }
  .sistem-hubungi a {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: white;
  }
  /* penutup layanan 5 */

  /* layanan 6 */
  .layanan6 {
    margin: 50px 0;
    padding: 0 10px 50px 10px;
  }
  .server {
    display: block;
  }
  .server-img {
    display: none;
    margin: 0;
  }
  .server-img2 {
    display: none;
  }
  .server-img3 {
    display: block;
  }
  .server-box {
    display: flex;
    margin-top: 30px;
  }
  .server-box h3 {
    font-size: 20px;
  }
  .server-box .judul1 img {
    width: 30px;
    margin: 0;
  }
  .server-box #p1 {
    font-size: 12px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .server-box #no6 {
    font-size: 100px;
    left: 7%;
    bottom: 66%;
  }
  .judul-server-box2 {
    font-size: 13px;
  }
  .server-box2 {
    display: grid;
    margin: 0 0 30px 0 ;
    grid-template-columns: 180px 180px;
  }
  .server-card {
    width: 160px;
    height: 35px;
    border-radius: 5px;
    margin: 10px 0;
  }
  .server-card2 {
    margin-top: 0;
  }
  .server-dev-desc {
    margin: 0;
  }
  .server-dev-desc p {
    width: 100%;
    text-align: justify;
    font-size: 14px;
  } 
  .testi-server {
    font-size: 14px;
  }
  .testi-server #p3 {
    margin-top: 0;
  }
  .testi-server #p4 {
    font-size: 14px;
    text-align: justify;
  }
  .server-hubungi {
    margin: 0;
    text-align: center;
    margin-top: 20px;
  }
  .server-hubungi a {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: white;
  }
  /* penutup layanan6 */

  /* layanan 7 */
  .layanan7 {
    display: none;
  }
  .layanan7-2 {
    position: relative;
    padding: 10px;
    display: block;
  }
  .kustom-box img {
    margin-right: 150px;
  }
  #group7 {
    width: 30px;   
  }
  .kustom-box #no7 {
    font-size: 100px;
    right: 5%;
    bottom: 88%
  }
  .kustom1 h3 {
    font-size: 20px; 
  }
  .kustom2 {
    display: block;
    margin: 30px 0;
  }
  .kustom-judul {
    margin-left: 0;
    font-size: 15px;
  }
  .kustom-tech {
    grid-template-columns: 180px 180px;
  }
  .kustom-tools {
    width: 160px;
    height: 35px;
    border: 1px solid #FF7200;
    margin: 5px 0;
    border-radius: 5px;
  }
  .kustom3 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .kustom-dev-desc {
    margin: 0 0 20px 0;
  }
  .kustom-dev-desc p {
    width: 100%;
    text-align: justify;
    font-size: 14px;
  }
  .testi-kustom {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 14px;
  }
  .testi-kustom #p4 {
    font-size: 14px;
  }
  .testi-box {
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .kustom-hubungi {
    text-align: center;
    margin: 50px 0;
  }
  .kustom-hubungi a {
    font-size: 14px;
    padding: 5px 10px;
    color: #FF7200;
    text-decoration: none;
    border: 1px solid #FF7200;
    border-radius: 5px;
    background-color: white;
  }
  .kustom4 {
    margin: 0;
    padding: 0;
  }
  .kustom4 #group5 {
    width: 100%;
  }
  .mySwiper11 {
    display: block;
    height: 270px;
  }
  .mySwiper11 h2 {
    font-size: 20px;
    text-align: center;
  }
  .mySwiper11 #p5 {
    font-size: 14px;
    text-align: center;
  }
  .perjalanan {
    justify-content: flex-start;
  }
  .perjalanan-box {
    padding: 10px;
    font-size: 14px;
  }
  /* penutup layanan7 */

  /* portfolio */
  .portfolio-desc h2 {
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .portfolio-desc p {
    font-size: 13px;
  }
  .portfolio-menu ul {
    width: 100%;
    padding: 5px 10px;
  }
  .portfolio-menu ul li a {
    font-size: 12px;
  }
  .portfolio-menu {
    display: none;
  }
  .portfolio-menu-mobile {
    display: flex;
    background-color: white;
    justify-content: flex-start;
    border: 1px solid #FF7200;
    border-radius: 3px;
    width: 70%;
    margin: -30px auto;
  }
  .portfolio-menu2 {
    display: flex;
    padding: 10px;
    font-size: 12px;
  }
  .portfolio-menu2 a {
    text-decoration: none;
    color: #000;
  }
  .portfolio-menu2 a:hover {
    color: #FF7200;
  }
  .portfolio-box {
    margin: 60px 0 0 0 0;
    width: 100%;
    justify-content: none;
  }
  #portfolio-box2 {
    display: none ;
    width: 100%;
    justify-content: none;
  }
  .portfolio-card {
    position: relative;
    display: flex;
    width: 155px;
    height: 180px;
    margin: 3px;
  }
  .portfolio-img img {
    position: absolute;
    width: 155px;
    height: 180px;
  }
  .port-link {
    position: absolute;
    z-index: 1;
    margin-top: 95%;
    margin-left: 20%;
  }
  .port-link a {
    font-size: 12px;
  }
  .selengkapnya-port button {
    font-size: 14px;
    border-radius: 3px;
    padding: 5px 15px;
    margin-top: 20px;
  }

  .portfolio-back {
    padding-bottom: 20px;
  }
  /* penutup portfolio */

  /* blog */
  .blog {
    padding-bottom: 20px;
  }
  .header-blog {
    background-size: cover;
    background-position: -150px;
    height: 300px;
  }
  .header-blog h2 {
    padding-top: 150px;
    font-size: 20px;
  }
  .header-blog p {
    font-size: 11px;
  }
  .blog1 p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
  }
  .artikel-terbaru-mobile h2 {
    display: block;
    font-size: 14px;
    margin-left: 5px;
  }
  .artikel-terbaru-img2 {
    display: none;
  }
  .paling-banyak-dibaca-box {
    display: block;
  }
  .paling-banyak-dibaca h2 {
    font-size: 14px;
  }
  .paling-banyak-dibaca2 {
    margin-top: 21px;
  }
  .paling-banyak-dibaca-desc a {
    font-size: 13px;
  }
  .paling-banyak-dibaca-desc span {
    font-size: 10px;
  }
  .artikel-terbaru {
    display: none;
    margin: 0;
    justify-content: flex-start;
    width: 100%;
  }
  .artikel-terlama-mobile {
    display: block;
  }
  .artikel-terbaru-img {
    margin: 5px;
    padding: 0;
  }
  .artikel-terbaru-box {
    padding: 0;
    margin: 5px;
  }
  .artikel-terbaru-img img {
    width: 100%;
    height: 200px;
  }
  .artikel-terbaru-box img {
    width: 100%;
    height: 200px;
  }
  .artikel-terbaru-desc {
    bottom: 20%;
  }
  .artikel-terbaru-desc a {
    font-size: 14px;
  }
  .artikel-terbaru-desc span {
    font-size: 11px;
  }
  .artikel-terbaru-desc1 {
    bottom: 20%;
  }
  .artikel-terbaru-desc1 a {
    font-size: 14px;
  }
  .artikel-terbaru-desc1 span {
    font-size: 11px;
  }
  .artikel-terbaru-desc2 {
    bottom: 20%;
  }
  .artikel-terbaru-desc2 a {
    font-size: 14px;
  }
  .artikel-terbaru-desc2 span {
    font-size: 11px;
  }
  .artikel-terlama {
    display: none;
  }
  .artikel-terbaru-mobile {
    display: block;
    height: 270px;
    margin-bottom: 20px;
  }
  .mySwiper8 {
    height: 250px;
  }
  .artikel-terbaru-mobile h2 {
    font-size: 18px;
  }
  .artikel-terlama-website h2 {
    font-size: 18px;
    margin-top: 30px;
  }
  .artikel-terlama {
    margin: 0;
  }
  .artikel-terlama-img {
    position: relative;
    margin: 5px;
  }
  .artikel-terlama-img img {
    height: 200px;
  }
  .artikel-terlama-img .paling-banyak-dibaca-desc a {
    position: absolute;
    color: white;
    bottom: 18%;
    left: 3%;
  }
  .artikel-terlama-img .paling-banyak-dibaca-desc a:hover {
    color: #FF7200;
  }
  .blog-lebihbanyak a {
    padding: 5px 10px;
    font-size: 11px;
  }
  /* penutup blog */


  /* project */
  .kontak1 {
    padding: 10px;
    height: 750px;
    background-position: -400px;
  }
  .kontak-box {
    display: block;
  }
  .kontak-desc h3 {
    font-size: 30px;
    margin: 0;
  }
  .kontak-desc p {
    font-size: 15px;
  }
  .kontak-desc span {
    font-size: 15px;
  }
  .kontak-desc #p3 {
    font-size: 13px;
    text-align: center;
  }
  .polygon1 {
    display: none;
  }
  .polygon2 {
    display: none;
  }
  .polygon3 {
    display: none;
  }
  .polygon4 {
    display: none;
  }
  .polygon5 {
    display: none;
  }
  .polygon6 {
    display: none;
  }
  .desc-sosmed {
    margin-right: 10px;
    text-align: center;
    width: 100px;
    height: 100px;
  }
  .desc-sosmed-box {
    margin: 0;
    width: 100px;
    height: 100px;
  }
  .desc-sosmed i {
    font-size: 50px;
  }
  .desc-sosmed p {
    color: #000;
    margin-top: 10px;
  }
  /* penutup project */
  

  /* port-content */
  .port-content {
    background: none;
    padding: 100px 10px 0 10px;
  }
  .back-to-port {
    font-size: 14px;
    margin:0 0 30px 0;
  }
  .port-content-img {
    display: block;
  }
  .port-content-img img {
    width: 100%;
  }
  .port-desc {
    background: none;
    font-size: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .port-desc h2 {
    font-size: 20px;
    margin: 0;
  }
  .port-desc .garis {
    width: 130px;
    margin-bottom: 10px;
  }
  .port-desc p {
    width: 100%;
    margin: auto;
    font-size: 14px;
  }
  .gambar {
    display: none;
  }
  .port-content-compro {
    font-size: 14px;
    margin-left: 0;
    margin-bottom: 20px;
  }

  /* blog-content */
  .blog-content {
    padding: 20px 10px;
  }
  .blog-content-img {
    width: 100%;
  }
  .blog-content-img img {
    width: 100%;
    margin-bottom: 10px;
  }
  .blog-content-p {
    width: 100%;
    text-align: justify;
  }
  .blog-content-img2 {
    margin-right: 0;
  }
  .blog-card h2 {
    font-size: 20px;
  }
  .blog-desc h2 {
    font-size: 20px;
  }
  .blog-desc2 h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .back-to-blog {
    display: none;
  }
}

@media (min-width:360px) and (max-width:480px) {
  .desc-portfolio .marketplace {
    position: absolute;
    bottom: 65%;
    left: 75%;
  }
  .desc-portfolio #comprof {
    position: absolute;
    bottom: 60%;
    left: 92%;
  }
  .desc-portfolio #point {
    position: absolute;
    bottom: 60%;
    left: 109%;
  }
  .desc-portfolio #blockchain {
    position: absolute;
    bottom: 65%;
    left: 85%;
  }
  .desc-portfolio a {
    bottom: 40%;
    left: 82%;
  }
}

@media (min-width:390px) and (max-width:480px) {

  .desc-portfolio .marketplace {
    position: absolute;
    bottom: 65%;
    left: 60%;
  }
  .desc-portfolio #comprof {
    position: absolute;
    bottom: 60%;
    left: 75%;
  }
  .desc-portfolio #point {
    position: absolute;
    bottom: 60%;
    left: 90%;
  }
  .desc-portfolio #blockchain {
    position: absolute;
    bottom: 65%;
    left: 67%;
  }
  .desc-portfolio a {
    bottom: 40%;
    left: 64%;
  }
}

@media (min-width:414px) and (max-width:480px) {

  .desc-portfolio .marketplace {
    position: absolute;
    bottom: 65%;
    left: 55%;
  }
  .desc-portfolio #comprof {
    position: absolute;
    bottom: 60%;
    left: 75%;
  }
  .desc-portfolio #point {
    position: absolute;
    bottom: 60%;
    left: 85%;
  }
  .desc-portfolio #blockchain {
    position: absolute;
    bottom: 65%;
    left: 65%;
  }
  .desc-portfolio a {
    bottom: 40%;
    left: 60%;
  }
}


@media (min-width:428px) and (max-width:480px) {
  .mySwiper12 {
    width: 90%;
  }
  .desc-portfolio .marketplace {
    position: absolute;
    bottom: 65%;
    left: 55%;
  }
  .desc-portfolio #comprof {
    position: absolute;
    bottom: 60%;
    left: 70%;
  }
  .desc-portfolio #point {
    position: absolute;
    bottom: 60%;
    left: 80%;
  }
  .desc-portfolio #blockchain {
    position: absolute;
    bottom: 65%;
    left: 65%;
  }
  .desc-portfolio a {
    bottom: 40%;
    left: 60%;
  }
}

@media (min-width:481px) and (max-width:767px) {

  /* navbar */
  .navbar {
    justify-content: space-between;
  }
  .nav ul {
    position: absolute;
    right: 0;
    top: 95%;
    height: 50vh;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: left;
    background-color: white;
    width: 100%;
    z-index: -1;
    padding-bottom: 10px;
    transform: translateX(100%);
    transition: all 1s;
    opacity: 0;
  }
  .nav ul.slide {
    opacity: 1;
    transform: translateX(0);
  }
  .nav ul li a {
    margin-left: 10px;
    font-size: 17px;
  }
  .project {
    padding: 0;
    background-color: white;
  }
  .menu-toggle {
    display: flex;
  }
  /* penutup navbar */

  /* header */
  .header {
    padding-bottom: 90px;
    border-radius: 0 0 10px 10px;
  }
  .header .desc{
    padding-top: 25%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .header .desc img {
    margin-top: 20px;
  }
  .desc-header {
    margin-left: 15px;
  }
  .header .desc h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .header .desc p {
    font-size: 15px;
    width: 200px;
    margin-bottom: 10px;
  }
  .header .desc a {
    font-size: 13px;
    padding: 5px;
  }

  /* penutup header */

  /* service */
  .service {
    display: none;
  }
  .service-2 {
    display: block;
    margin-top: 100px;
  }
  .service-2 h2 {
    font-size: 25px;
    text-align: center;
    color: rgba(0, 0, 0, 0.1);
  }
  .service-2 h3 {
    font-size: 20px;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 20px;
  }
  .image-service {
    padding: 10px;
    width: 250px;
    background-color: #E9E9E9;
    border-radius: 20px;
    margin: 10px;
  }
  .image-service p {
    text-align: center;
  }
  .service-selengkapnya {
    text-align: center;
  }
  .image-service img {
    width: 100%;
  }
  .mySwiper12 {
    display: flex;
    margin: 0;
    height: 400px;
  }
  /* penutup service */

  /* portfolio */
  .portfolio h2 {
    font-size: 20px;
  }
  .portfolio p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .mySwiper1 {
    width: 100%;
    height: 400px;
  }
  .swiper-port img{
    width: 250px;
    height: 300px;
    margin: 10px;
  }
  .detail {
    bottom: 33%;
  }
  /* portfolio */

  /* testimonials */
  .testimonials h2 {
    font-size: 25px;
  }
  .testimonials h3 {
    font-size: 20px;
    margin-top: -75px;
    margin-bottom: 0;
  }
  .mySwiper2 {
    width: 100%;
    height: 370px;
  }
  .slide-testi {
    margin-top: 70px;
    width: 200px;
    height: 240px;
    border-radius: 20px;
    border: 3px solid #A5CCF7;
  }
  .slide-testi img {
    width: 80px;
    height: 80px;
    margin-top: -3rem;
    margin-bottom: 10px;
  }
  .slide-testi p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .slide-testi h5 {
    font-size: 10px;
    margin: 0;
  }
  /* penutup testimonials */

  /* klien kami */
  .klienkami h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .mySwiper3 {
    width: 100%;
  }
  .slide-klien img {
    margin: auto;
    border-radius: 10px;
    width: 100px;  
  }

  /* penutup klien kami */
  .bisnis  {
    padding: 10px;
  }
  /* penutup klien kami */

  /* artikel */
  .artikel1 {
    display: block;
    margin-top: 50px;
    padding-bottom: 20px;
    position: relative;
  }
  .artikel1 h2 {
    display: block;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.1);
  }
  .artikel1 h3 {
    margin-top: -40px;
    display: block;
    font-size: 20px;
  }
  .mySwiper6 {
    display: block;
    height: 320px;
    width: 100%;
  }
  .artikel {
    display: none;
  }
  .card-artikel img {
    width: 100%;
    height: 200px;
  }
  .card-artikel .inside {
    font-size: 18px;
    bottom: 58%;
    left: 42%;
  }
  .img-artikel p {
    font-size: 13px;
    text-align: left;
  }
  #artikel-link1 {
    display: block;
    margin: auto;
  }
  #artikel-link1 {
    text-decoration: none;
    font-size: 13px;
    color: #FF7200;
    padding: 5px 10px;
    border: 1px solid #FF7200;
    border-radius: 3px;
    width: 150px;
  }
  /* penutup artikel */

  /* penawaran */
  .penawaran {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 500px;
    background-position: -1px;
  }
  .penawaran-desc {
    margin-left: 10px;
  }
  .penawaran-desc h2 {
    font-size: 25px;
  }
  .penawaran-desc a {
    font-size: 15px;
    padding: 5px 10px;
  }
  .penawaran-desc p {
    font-size: 15px;
  }
  .testi-penawaran {
    margin-right: 10px;
    padding: 40px 20px;
    width: 250px;
  }
  .testi-penawaran i {
    font-size: 13px;
    margin: 0;
  }
  .testi-penawaran p {
    font-size: 13px;
    margin: 0;
  }
  .testi-penawaran img {
    width: 100px;
    height: auto;
    margin-top: 10px;
  }
  /* penutup penawaran */


   /* footer */
   .footer {
    display: block;
    font-size: 12px;
    padding: 20px;
  }
  .alamat {
    margin-bottom: 0;
  }
  .alamat img {
    width: 200px;
  }
  .sub-menu {
    display: flex;
    font-weight: 400;
  }
  .sub-menu a {
    color: #000;
  }
  .sub-menu1 {
    width: 110px;
  }
  .layanan {
    margin-left: 20px;
  }
  .back-to-top-wrapper {
    text-align: right;
    margin-right: 10px;
  }
  .back-to-top-wrapper i{
    font-size: 40px;
  }
  .sosmed {
    display: block;
    text-align: left;
    padding: 20px;
  }
  .term-condition1 br {
    display: none;
  }
  .term-condition {
    font-size: 12px;
  }
  .term-condition1 {
    margin: 10px 0;
  }
  .sosmed a {
    font-size: 20px;
    margin-right: 20px;
  }
  #scrollUp {
    width: 40px;
    height: 40px;
    font-size: 20px;
    bottom: 210px;
  }
  #scrollUp i {
    margin-top: 9px;
  }

  /* penutup footer */

  /* hal tentang kami */
  /* sejarah */
  .sejarah {
    height: 100%;
    margin: 0;
  }
  .sejarah-desc {
    padding-top: 95px;
    padding-bottom: 0;
  }
  .sejarah-p {
    width: 90%;
    border-radius: 20px;
    margin: auto;
    padding: 10px;
  }
  .sejarah-text p{
    width: 100%;
    font-size: 15px;
  }
  .sejarah2 img {
    display: none;
  }
  .sejarah1 {
    padding: 10px;
  }
  .sejarah1 img {
    display: block;
    width: 100%;
  }
  /* penutup sejarah */

  /* semangat */
  .semangat {
    padding: 0;
    position: relative;  
  }
  .semangat-desc {
    padding: 350px 40px 100px 40px;
  }
  .semangat-desc h2{
    margin: 0 0 15px 0;
    font-size: 20px;
  }
  .semangat-desc p {
    font-size: 15px;
    text-align: justify;
  }
  .kotak1 {
    position: absolute;
    width: 262px;
    height: 67px;
    border-radius: 10px;
    bottom: 10%;
  }
  .kotak2 {
    position: absolute;
    width: 91px;
    height: 105px;
    border-radius: 10px;
    bottom: 17%;
  }
  .kotak3 {
    position: absolute;
    width: 91px;
    height: 105px;
    border-radius: 10px;
    bottom: 21%;
  }
  /* penutup semangat */

  /* posisi kami */
  .posisikami h2{
    padding: 5px;
    font-size: 20px;
  }
  .posisikami {
    background-size: cover;
    height: 400px;
  }
  .kotak4 {
    margin-left: 5px;
    width: 160px;
    height: 3px;
  }
  /* penutup posisi kami */

  /* kantor kami */
  .kantorkami {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .kantorkami h2 {
    font-size: 25px;
    margin-bottom: -20px;
  }
  .kantorkami h3 {
    margin-bottom: 20px;
    font-size: 15px;
    margin-top: 0;
  }
  .slide-kantorkami {
    position: relative;
    margin: 0 10px;
  }
  .slide-kantorkami img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
  }
  .kantorkami-desc {
    position: absolute;
    bottom: 12%;
    left: 3%;
  }
  .kantorkami-desc h4{
    font-size: 13px;
    color: #FF7200;
  }
  .kantorkami-desc p {
    font-size: 13px;
    color: white;
  }
  /* penutup kantor kami */
  /* penutup halaman tentang kami */

  /* hal layanan */
  /* halaman layanan */
  /* layanan */
  .nav-layanan {
    display: none;
  }
  /* penutup layanan */

  /* pembukaan */
  .pembukaan {
    padding: 5px 10px;
    border-radius: 0 0 20px 20px;
    display: block;
  }
  .pembukaan-desc {
    margin: 0;
    padding: 10px;
    padding-top: 100px;
  }
  .pembukaan-desc h2 {
    padding: 0;
    margin: 15px 0;
    font-size: 25px;
  }
  .pembukaan-desc p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 14px;
  }
  .pembukaan-desc a {
    font-size: 14px;
    padding: 10px 30px;
  }
  .pembukaan-img {
    margin: 20px 0 0 0;
    padding: 10px 10px 0 10px;
  }
  .pembukaan-img img {
    width: 100%;
  }
  /* penutup pembukaan */

  /* pembukaan2 */
  .pembukaan2 {
    padding-top: 120px;
    border-radius: 0 0 20px 20px;
  }
  .pembukaan2-box {
    display: block;
    padding: 20px;
    margin: 0;
  }
  .pembukaan2-img {
    margin: 0;
    padding: 0;
  }
  .pembukaan2-img img {
    padding: 0;
    margin: 0;
  }
  .pembukaan2-desc {
    margin: 5px;
  }
  .pembukaan2-desc h2 {
    padding-top: 0;
    margin: 20px 0;
    margin-bottom: 5px;
    font-size: 25px;
  }
  .pembukaan2-desc p {
    font-size: 14px;
    width: 100%;
  }
  /* penutup pembukaan2 */

  /* karya */
  .karya {
    margin-top: 20px;
  }
  .karya h2  {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .karya-card {
    width: 100%;
  }
  .karya-desc {
    margin: auto;
  }
  .karya-box {
    margin: 5px;
  }
  .karya-img {
    width: 150px;
    height: 150px;
  } 
  .karya-img img {
    width: 150px;
    height: 150px;
  }
  .karya-desc h3 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .karya-desc a {
    font-size: 12px;
    padding: 5px;
  }
  /* penutup karya */

  /* layanan1 */
  .layanan1 {
    margin: 0;
    padding: 10px;
  }
  .website1 {
    display: flex;
    margin-top: 30px ;
  }
  .website1-img {
    display: none;
  }
  .website2-img {
    display: block;
  }
  .layanan1 #p4 {
    display: block;
    margin-top: 20px;
    font-size: 12px;
  }
  .layanan1 h2 {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
  }
  #no1 {
    font-size: 100px;
    bottom: 61%;
    left: 10%;
  }
  .layanan1 h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .layanan1 h4 {
    display: block;
    text-align: center;
    font-size: 11px;
  }
  .pembuatan-website {
    display: block;
    justify-content: space-between;
    margin-top: 20px;
  }
  .website1 img {
    width: 20px;
  }
  .website1 #p1 {
    margin: 30px 0 0 40px;
    padding: 0;
    font-size: 12px;
  }
  .layanan1 #pembuatan-website-desc {
    font-size: 14px;
    text-align: justify;
    width: 100%;
    margin: 0;
  }
  .website1-img img {
    width: 100%;
  }
  .biaya-website1 {
    display: none;
  }
  .biaya-website2 {
    display: block;
   
  }
  .biaya-website2 h2 {
    display: block;
    margin: 50px 0;
    font-size: 20px;
  }
  .mySwiper7 {
    height: 570px;
  }
  .harga {
    display: flex;
    margin: auto;
  }
  .harga1 {
    width: 95%;
    margin: auto;
  }
  .harga-website h3{
    font-size: 20px;
    margin: 0;
  }
  .harga-website p {
    font-size: 15px;
  }
  .harga1 ul li {
    font-size: 15px;
    margin: 0;
  }
  .harga1 #p3 {
    font-size: 13px;
    margin: 0 0 20px 0;
    padding: 0 5px;
  }
  .harga1 a {
    font-size: 15px;
    padding: 5px 10px;
  }
  .harga-website2 h3 {
    font-size: 20px;
    margin: 0;
  }
  .harga-website2 #p5 {
    font-size: 15px;
  }
  .harga-website2 #p6 {
    font-size: 15px;
  }
  .harga1 #p7 {
    font-size: 13px;
    margin: 0 0 20px 0;
  }
  /* penutup layanan1 */

  /* layanan2 */
  .layanan2 {
    margin: 50px 0;
    padding-bottom: 20px;
  }
  .mobile {
    justify-content: space-between;
  }
  .mobile2 {
    justify-content: space-between;
  }
  .mobile2-img {
    display: none;
  }
  .mobile4-img {
    display: block;
    margin: 10px;
  }
  .mobile-dev {
    display: none;
  }
  .mobile-dev2 {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    padding: 0 10px;
  }
  .mobile-dev2 img {
    width: 30px;
  }
  #no2 {
    bottom: 66%;
    left: 8%;
  }
  .mobile-dev2 h3 {
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
  #no2 {
    font-size: 100px;
  }
  .mobile-dev2 #p1 {
    font-size: 12px;
    margin: 43px 0 0 20px;
  }
  .mobile2 #group2 {
    bottom: 23%;
  }
  .mobile-dev-desc {
    margin-top: 20px;
    padding: 0 10px;
  }
  .mobile-dev-desc p {
    width: 100%;
    font-size: 14px;
    text-align: justify;
    margin: 0;
    padding: 0;
  }
  .mobile-dev3 {
    display: block;
    margin: 10px 0;
  }
  .mobile-dev3 p {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
  }
  .mobile-dev3 .tools {
    grid-template-columns: 220px 220px;
  }
  .mobile-dev3 .tools-app {
    width: 200px;
    padding: 3px 7px;
    font-size: 13px;
    border-radius: 5px;
  }
  .mobile-dev3 .tools-app img {
    margin: auto 10px;
  }
  #figma {
    width: 14px;
  }
  .mobile2 {
    margin: 0;
    padding: 10px;
  }
  .testi-mobile {
    margin: 0;
    font-size: 14px;
  }
  .testi-mobile #p4 {
    font-size: 14px;
    text-align: justify;
  }
  .mobile3 {
    margin: 0;
    padding: 10px;
    display: block;
  }
  .mobile-hubungi {
    margin: 50px 0 0 0;
    text-align: center;
  }
  .mobile3 a {
    background-color: white;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  /* penutup layanan2 */

  /* layanan3 */
  .layanan3 {
    margin: 50px 0;
    padding: 20px 10px;
  }
  .blockchain1 {
    justify-content: space-between;
  }
  .blockchain2 {
    justify-content: space-between;
  }
  .blockchain2-img {
    display: block;
  }
  .blockchain-img {
    display: none;
  }
  .blockchain-dev {
    display: flex;
    margin-top: 30px;
  }
  .blockchain-dev img {
    margin: 0;
  }
  .blockchain-dev .judul1 img {
    width: 30px;
  }
  .blockchain-dev h3 {
    font-size: 20px;
  }
  .blockchain-dev #p1 {
    font-size: 12px;
    margin: 40px 0 0 10px;
  }
  #no3 {
    font-size: 100px;
    bottom: 61%;
    left: 10%;
  }
  .blockchain-dev-desc {
    margin: 0;
    padding: 0;
  }
  .blockchain-dev-desc p {
    width: 100%;
    text-align: justify;
    margin: auto;
    font-size: 14px;
  }
  .blockchain-tech {
    display: none;
  }
  .blockchain2-tech {
    display: grid;
    margin: 20px 0;
  }
  .blockchain2-tech .tools {
    grid-template-columns: 220px 220px;
    margin: 0;
  }
  .blockchain2-tech h3 {
    margin: 0;
    font-size: 15px;
  }
  .blockchain2-tech .blockchain-tools {
    width: 200px;
    margin: 5px 0;
    border-radius: 5px;
    height: 35px;
  }
  .testi-blockchain {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .testi-blockchain #p4 {
    font-size: 14px;
  }
  .survey {
    display: none;
  }
  .survey2-hubungi {
    display: block;
  }
  .survey2-hubungi a {
    background-color: white;
  }
  .judul2 #group1 {
    bottom: 28%;
    left: 25%;
  }
  /* penutup layanan 3 */

  /* layanan 4 */
  .layanan4 {
    margin: 50px 0;
    padding: 20px 10px;
  }
  .iot1 {
    display: block;
  }
  .iot-desc {
    display: flex;
    margin-top: 30px;
  }
  .iot-desc img {
    width: 30px;
  }
  .iot-desc h3 {
    font-size: 20px;
  }
  .iot-desc #p1 {
    font-size: 12px;
    margin-top: 40px;
    margin-left: 45px;
    margin-bottom: 0;
  }
  .iot-desc #no4 {
    font-size: 100px;
    left: 7%;
    bottom: 55%;
  }
  .iot-dev-desc {
    margin: 0;
  }
  .iot-dev-desc p {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    margin: 0;
  }
  .iot-tech {
    display: none;
  }
  .iot2-tech {
    display: block;
    margin: 30px 0;
  }
  .iot2-tech h3 {
    font-size: 15px;
  }
  .iot-hubungi {
    display: none;
  }
  .iot-judul {
    margin: 0;
  }
  .iot2-tech .iot-box {
    grid-template-columns: 220px 220px;
    margin: 0;
  }
  .iot-tools {
    width: 200px;
    margin: 5px 0;
    border-radius: 5px;
    height: 35px;
  }
  .iot2 {
    justify-content: space-between;
  }
  .iot2 .testi-penawaran {
    padding: 10px 0;
    width: 400px;
  }
  .iot2 .testi-penawaran i {
    font-size: 15px;
    margin-bottom: 0;
  }
  .iot2 .testi-penawaran h2 {
    font-size: 20px;
  }
  .iot2 .testi-penawaran p {
    font-size: 14px;
  }
  .iot2 .testi-penawaran #group2 {
    width: 45px;
    left: 42%;
    bottom: 0;
  }
  .iot2-hubungi {
    display: block;
  }
  .iot2-hubungi {
    margin-top: 40px;
  }
  .iot2-hubungi p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .iot2-hubungi .square {
    position: relative;
  }
  .square1 {
    position: absolute;
    width: 100px;
    height: 115px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.1;
    border-radius: 10px;
    right: 5px;
    bottom: 70px;
  }
  .square2 {
    position: absolute;
    width: 100px;
    height: 115px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.1;
    border-radius: 10px;
    right: 40px;
    bottom: 20px;
  }
  .square3 {
    position: absolute;
    width: 75px;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.1;
    border-radius: 10px;
    right: 10px;
    bottom: 0;
  }
  .iot3-hubungi {
    text-align: center;
  }
  .iot3-hubungi a {
    padding: 5px;
    color: #FF7200;
    background-color: white;
    font-size: 14px;
    border: 1px solid #FF7200;
    border-radius: 5px;
    text-decoration: none;
  }
  /* penutup layanan4 */

  /* layanan 5 */
  .layanan5 {
    margin: 50px 0;
    padding: 10px 10px 50px 10px;
  }
  .sistem {
    justify-content: space-between;
  }
  .sistem2 {
    justify-content: space-between;
  }
  .sistem-img {
    display: none;
  }
  .sistem-img3 {
    display: block;
  }
  .sistem-dev h3 {
    font-size: 20px;
  }
  .sistem-dev {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .sistem-dev #p1 {
    font-size: 12px;
    margin-top: 40px;
    margin-left: 15px;
    margin-bottom: 30px;
  }
  #no5 {
    font-size: 100px;
    left: 8%;
    bottom: 67%;
  }
  .sistem-dev .judul1 img {
    width: 30px;
  }
  .sistem-dev-desc {
    margin: 0;
  }
  .sistem-dev-desc p {
    width: 100%;
    text-align: justify;
    font-size: 14px;
  }
  .sistem-tech {
    display: none;
  }
  .sistem2-tech {
    display: block;
    margin-bottom: 30px;
  }
  .sistem2-tech h3 {
    font-size: 15px;
  }
  .sistem2-tech .tools {
    grid-template-columns: 220px 220px;
  }
  .sistem-tools {
    width: 200px;
    height: 35px;
    margin: 5px 0;
    border-radius: 5px;
  }
  .testi-sistem {
    font-size: 14px;
    margin: 0;
  }
  .testi-sistem #p3 {
    margin: 0 0 10px 0;
  }
  .testi-sistem #p4 {
    font-size: 14px;
    text-align: justify;
  }
  .sistem3 {
    margin-top: 30px;
    display: block;
  }
  .sistem-hubungi {
    text-align: center;
    margin: 20px 0 0 0 ;
  }
  .sistem-hubungi a {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: white;
  }
  /* penutup layanan 5 */

  /* layanan 6 */
  .layanan6 {
    margin: 50px 0;
    padding: 0 10px 50px 10px;
  }
  .server {
    display: block;
  }
  .server2 {
    justify-content: space-between;
  }
  .server-img {
    display: none;
    margin: 0;
  }
  .server-img2 {
    display: none;
  }
  .server-img3 {
    display: block;
  }
  .server-box {
    display: flex;
    margin-top: 30px;
  }
  .server-box h3 {
    font-size: 20px;
  }
  .server-box .judul1 img {
    width: 30px;
    margin: 0;
  }
  .server-box #p1 {
    font-size: 12px;
    margin-left: 45px;
    margin-bottom: 30px;
  }
  .server-box #no6 {
    font-size: 100px;
    left: 7%;
    bottom: 60%;
  }
  .judul-server-box2 {
    font-size: 13px;
  }
  .server-box2 {
    display: grid;
    margin: 0 0 30px 0 ;
    grid-template-columns: 220px 220px;
  }
  .server-card {
    width: 200px;
    height: 35px;
    border-radius: 5px;
    margin: 10px 0;
  }
  .server-card2 {
    margin-top: 0;
  }
  .server-dev-desc {
    margin: 0;
  }
  .server-dev-desc p {
    width: 100%;
    text-align: justify;
    font-size: 14px;
  } 
  .testi-server {
    font-size: 14px;
  }
  .testi-server #p3 {
    margin-top: 0;
  }
  .testi-server #p4 {
    font-size: 14px;
    text-align: justify;
  }
  .server-hubungi {
    margin: 0;
    text-align: center;
    margin-top: 20px;
  }
  .server-hubungi a {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: white;
  }
  /* penutup layanan6 */

  /* layanan 7 */
  .layanan7 {
    display: none;
  }
  .layanan7-2 {
    position: relative;
    padding: 10px;
    display: block;
  }
  .kustom-box img {
    margin-right: 150px;
  }
  #group7 {
    width: 30px;   
  }
  .kustom-box #no7 {
    font-size: 100px;
    right: 5%;
    bottom: 86%
  }
  .kustom1 h3 {
    font-size: 20px; 
  }
  .kustom2 {
    display: block;
    margin: 30px 0;
  }
  .kustom-judul {
    margin-left: 0;
    font-size: 15px;
  }
  .kustom-tech {
    grid-template-columns: 220px 220px;
  }
  .kustom-tools {
    width: 200px;
    height: 35px;
    border: 1px solid #FF7200;
    margin: 5px 0;
    border-radius: 5px;
  }
  .kustom3 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .kustom-dev-desc {
    margin: 0 0 20px 0;
  }
  .kustom-dev-desc p {
    width: 100%;
    text-align: justify;
    font-size: 14px;
  }
  .testi-kustom {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 14px;
  }
  .testi-kustom #p4 {
    font-size: 14px;
  }
  .testi-box {
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .kustom-hubungi {
    text-align: center;
    margin: 50px 0;
  }
  .kustom-hubungi a {
    font-size: 14px;
    padding: 5px 10px;
    color: #FF7200;
    text-decoration: none;
    border: 1px solid #FF7200;
    border-radius: 5px;
    background-color: white;
  }
  .kustom4 {
    margin: 0;
    padding: 0;
  }
  .kustom4 #group5 {
    width: 100%;
  }
  .mySwiper11 {
    display: block;
    height: 270px;
  }
  .mySwiper11 h2 {
    font-size: 20px;
    text-align: center;
  }
  .mySwiper11 #p5 {
    font-size: 14px;
    text-align: center;
  }
  .perjalanan {
    justify-content: flex-start;
  }
  .perjalanan-box {
    padding: 10px;
    font-size: 14px;
  }
  /* penutup layanan7 */


   /* portfolio */
   .portfolio-desc h2 {
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 25px;
  }
  .portfolio-desc p {
    font-size: 15px;
  }
  .portfolio-menu ul {
    width: 100%;
    padding: 5px 10px;
  }
  .portfolio-menu ul li a {
    font-size: 15px;
  }
  .portfolio-menu {
    display: none;
  }
  .portfolio-menu-mobile {
    display: flex;
    background-color: white;
    justify-content: flex-start;
    border: 1px solid #FF7200;
    border-radius: 3px;
    width: 70%;
    margin: -45px auto;
  }
  .portfolio-menu2 {
    display: flex;
    padding: 10px;
    font-size: 12px;
  }
  .portfolio-menu2 a {
    text-decoration: none;
    color: #000;
  }
  .portfolio-menu2 a:hover {
    color: #FF7200;
  }
  .portfolio-box {
    margin: 60px 0 0 0 0;
    width: 100%;
    justify-content: none;
  }
  #portfolio-box2 {
    display: none;
    width: 100%;
    justify-content: none;
  }
  .portfolio-card {
    position: relative;
    display: flex;
    width: 200px;
    height: 230px;
    margin: 3px;
  }
  .portfolio-img img {
    position: absolute;
    width: 200px;
    height: 230px;
  }
  .port-link {
    position: absolute;
    z-index: 1;
    margin-top: 95%;
    margin-left: 27%;
  }
  .port-link a {
    font-size: 12px;
  }
  .selengkapnya-port button {
    font-size: 14px;
    border-radius: 3px;
    padding: 5px 15px;
    margin-top: 20px;
  }

  .portfolio-back {
    padding-bottom: 20px;
  }
  /* penutup portfolio */


  /* blog */
  .blog {
    padding-bottom: 20px;
  }
  .header-blog {
    background-size: cover;
    background-position: -100px;
    height: 300px;
  }
  .header-blog h2 {
    padding-top: 150px;
    font-size: 30px;
  }
  .header-blog p {
    font-size: 15px;
  }
  .blog1 p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
  }
  .artikel-terbaru-mobile h2 {
    display: block;
    font-size: 14px;
    margin-left: 5px;
  }
  .artikel-terbaru-img2 {
    display: none;
  }
  .paling-banyak-dibaca-box {
    display: block;
  }
  .paling-banyak-dibaca h2 {
    font-size: 14px;
  }
  .paling-banyak-dibaca2 {
    margin-top: 21px;
  }
  .paling-banyak-dibaca-desc a {
    font-size: 13px;
  }
  .paling-banyak-dibaca-desc span {
    font-size: 10px;
  }
  .artikel-terbaru {
    display: none;
    margin: 0;
    justify-content: flex-start;
    width: 100%;
  }
  .artikel-terlama-mobile {
    display: block;
  }
  .artikel-terbaru-img {
    margin: 5px;
    padding: 0;
  }
  .artikel-terbaru-box {
    padding: 0;
    margin: 5px;
  }
  .artikel-terbaru-img img {
    width: 100%;
    height: 200px;
  }
  .artikel-terbaru-box img {
    width: 100%;
    height: 200px;
  }
  .artikel-terbaru-desc {
    bottom: 20%;
  }
  .artikel-terbaru-desc a {
    font-size: 14px;
  }
  .artikel-terbaru-desc span {
    font-size: 11px;
  }
  .artikel-terbaru-desc1 {
    bottom: 20%;
  }
  .artikel-terbaru-desc1 a {
    font-size: 14px;
  }
  .artikel-terbaru-desc1 span {
    font-size: 11px;
  }
  .artikel-terbaru-desc2 {
    bottom: 20%;
  }
  .artikel-terbaru-desc2 a {
    font-size: 14px;
  }
  .artikel-terbaru-desc2 span {
    font-size: 11px;
  }
  .artikel-terlama {
    display: none;
  }
  .artikel-terbaru-mobile {
    display: block;
    height: 250px;
    margin-bottom: 20px;
  }
  .mySwiper8 {
    height: 250px;
  }
  .artikel-terbaru-mobile h2 {
    font-size: 18px;
  }
  .artikel-terlama-website h2 {
    font-size: 18px;
    margin-top: 30px;
  }
  .artikel-terlama {
    margin: 0;
  }
  .artikel-terlama-img {
    position: relative;
    margin: 5px;
  }
  .artikel-terlama-img img {
    height: 200px;
  }
  .artikel-terlama-img .paling-banyak-dibaca-desc a {
    position: absolute;
    color: white;
    bottom: 18%;
    left: 3%;
  }
  .artikel-terlama-img .paling-banyak-dibaca-desc a:hover {
    color: #FF7200;
  }
  .blog-lebihbanyak a {
    padding: 5px 10px;
    font-size: 11px;
  }
  /* penutup blog */


  /* project */
  .kontak1 {
    padding: 10px;
    height: 750px;
    background-position: -400px;
  }
  .kontak-box {
    display: block;
  }
  .kontak-desc h3 {
    font-size: 30px;
    margin: 0;
  }
  .kontak-desc p {
    font-size: 16px;
  }
  .kontak-desc span {
    font-size: 15px;
  }
  .kontak-desc #p3 {
    font-size: 16px;
    text-align: center;
  }
  .polygon1 {
    display: none;
  }
  .polygon2 {
    display: none;
  }
  .polygon3 {
    display: none;
  }
  .polygon4 {
    display: none;
  }
  .polygon5 {
    display: none;
  }
  .polygon6 {
    display: none;
  }
  .desc-sosmed {
    margin-right: 10px;
    text-align: center;
    width: 100px;
    height: 100px;
  }
  .desc-sosmed-box {
    margin: 0;
    width: 100px;
    height: 100px;
  }
  .desc-sosmed i {
    font-size: 50px;
  }
  .desc-sosmed p {
    color: #000;
    margin-top: 10px;
  }
  /* penutup project */

}

/* 
@media (min-width:414px) and (max-width:428px) {
  .mySwiper12 {
    width: 100%;
  }
  .image-service  {
    margin: auto;
  }
} */


@media (min-width:550px) and (max-width:600px) {

  /* layanan */
  #no1 {
    left: 10%;
    bottom: 58%;
  }
  #no2 {
    right: 9%;
    bottom: 64%;
  }
  .blockchain-dev #no3 {
    bottom: 56%;
  }
  .blockchain-dev #group1 {
    bottom: 20%;
  }
  .iot-desc #no4 {
    right: 11%;
    bottom: 52%;
  }
  .sistem-dev #no5 {
    bottom: 63%;
  }
  .server-box #no6 {
    bottom: 56%;
  }  
  /* penutup layanan */
}

@media (min-width:600px) and (max-width:650px) {
  
  #no1 {
    left: 10%;
    bottom: 57%;
  }
  #no2 {
    right: 9%;
    bottom: 62%;
  }
  .blockchain-dev #no3 {
    bottom: 54%;
  }
  .iot-desc #no4 {
    right: 11%;
    bottom: 52%;
  }
  .sistem-dev #no5 {
    bottom: 62%;
  }
  .server-box #no6 {
    bottom: 53%;
  }  
  .kustom-box #no7 {
    font-size: 100px;
    right: 5%;
    bottom: 85%
  }
}

@media (min-width:650px) and (max-width:700px) {

  #no1 {
    left: 10%;
    bottom: 55%;
  }
  #no2 {
    right: 9%;
    bottom: 60%;
  }
  .blockchain-dev #no3 {
    bottom: 53%;
  }
  .iot-desc #no4 {
    right: 11%;
    bottom: 50%;
  }
  .sistem-dev #no5 {
    bottom: 60%;
  }
  .server-box #no6 {
    bottom: 52%;
  }  
  .kustom-box #no7 {
    font-size: 100px;
    right: 5%;
    bottom: 85%
  }
}

@media (min-width:701px) and (max-width:750px) {

  #no1 {
    left: 10%;
    bottom: 54%;
  }
  #no2 {
    right: 9%;
    bottom: 59%;
  }
  .blockchain-dev #no3 {
    bottom: 51%;
  }
  .iot-desc #no4 {
    right: 11%;
    bottom: 48%;
  }
  .sistem-dev #no5 {
    bottom: 59%;
  }
  .server-box #no6 {
    bottom: 50%;
  }  
  .kustom-box #no7 {
    font-size: 100px;
    right: 5%;
    bottom: 86%
  }

}

@media (min-width:751px) and (max-width:767px) {

  #no1 {
    left: 10%;
    bottom: 53%;
  }
  #no2 {
    right: 9%;
    bottom: 58%;
  }
  .blockchain-dev #no3 {
    bottom: 50%;
  }
  .iot-desc #no4 {
    right: 11%;
    bottom: 45%;
  }
  .sistem-dev #no5 {
    bottom: 58%;
  }
  .server-box #no6 {
    bottom: 48%;
  }  
  .kustom-box #no7 {
    font-size: 100px;
    right: 5%;
    bottom: 85%
  }
}


@media (min-width:600px) and (max-width:700px) {

  /* service */
  .mySwiper12 {
    width: 95%;
  }
  /* penutup service */

  /* portfolio */
  .mySwiper1 {
    width: 80%;
  }
  /* penutup portfolio */

  /* testimonials */
  .mySwiper2 {
    width: 80%;
  }
  /* penutup testimonials */

  /* klienkami */
  .mySwiper3 {
    width: 85%;
  }
  /* penutup klien kami */

  /* kantor kami */
  .slide-kantorkami img {
    height: 300px;
  }
  /* penutup kantor kami */

  /* layanan */
  .blockchain-dev #group1 {
    bottom: 20%;
  }
  .iot2 .testi-penawaran {
    padding: 10px 0;
    width: 300px;
  }
  .iot2 .testi-penawaran #group2 {
    width: 45px;
    left: 35%;
    bottom: 0;
  }

  /* penutup layanan */

  /* blog */
  .header-blog {
    background-size: cover;
    background-position: -40px;
    height: 300px;
  }
  /* penutup blog */

}

@media (min-width:701px) and (max-width:767px) {

  /* service */
  .mySwiper12 {
    width: 83%;
  }
  /* penutup service */

  /* portfolio */
  .mySwiper1 {
    width: 73%;
  }
  /* penutup portfolio */

  /* testimonials */
  .mySwiper2 {
    width: 70%;
  }
  /* penutup testimonials */

  /* klien kami */
  .mySwiper3 {
    width: 70%;
  }
  /* penutup klien kami */

  /* kantor kami */
  .slide-kantorkami img {
    height: 300px;
  }
  /* penutup kantor kami */

  /* layanan */
  .iot2 .testi-penawaran {
    width: 300px;
  }
  .iot2 .testi-penawaran #group2 {
    left: 36%;
  }
  .judul2 #group1 {
    bottom: 20%;
    left: 25%;
  }
  .kustom-box #group6 {
    width: 80%;
  }
  /* penutup layanan */

  /* blog */
  .header-blog {
    background-size: cover;
    background-position: -5px;
    height: 300px;
  }
  /* penutup blog */

}

@media (min-width:768px) and (max-width:1022px) {

  /* navbar */
  .navbar {
    justify-content: space-between;
  }
  .nav ul {
    position: absolute;
    right: 0;
    top: 95%;
    height: 100vh;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: left;
    background-color: white;
    width: 100%;
    z-index: -1;
    padding-bottom: 10px;
    transform: translateX(100%);
    transition: all 1s;
    opacity: 0;
  }
  .nav ul.slide {
    opacity: 1;
    transform: translateX(0);
  }
  .nav ul li a {
    margin-left: 10px;
    font-size: 17px;
  }
  .project {
    padding: 0;
    background-color: white;
  }
  .menu-toggle {
    display: flex;
  }
  /* penutup navbar */

  /* header */
  .header {
    padding-bottom: 90px;
    border-radius: 0 0 10px 10px;
  }
  .header .desc{
    padding-top: 25%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .header .desc img {
    margin-top: 20px;
  }
  .desc-header {
    margin-left: 15px;
  }
  .header .desc h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .header .desc p {
    font-size: 15px;
    width: 200px;
    margin-bottom: 10px;
  }
  .header .desc a {
    font-size: 13px;
    padding: 5px;
  }

  /* penutup header */

  /* service */
  .service {
    display: none;
  }
  .service-2 {
    display: block;
    margin-top: 100px;
  }
  .service-2 h2 {
    font-size: 25px;
    text-align: center;
    color: rgba(0, 0, 0, 0.1);
  }
  .service-2 h3 {
    font-size: 20px;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 20px;
  }
  .image-service {
    padding: 10px;
    width: 250px;
    background-color: #E9E9E9;
    border-radius: 20px;
    margin: 10px;
  }
  .image-service p {
    text-align: center;
  }
  .service-selengkapnya {
    text-align: center;
  }
  .image-service img {
    width: 100%;
  }
  .mySwiper12 {
    display: flex;
    width: 75%;
    margin: auto;
    height: 400px;
  }
  /* penutup service */

  /* portfolio */
  .portfolio h2 {
    font-size: 20px;
  }
  .portfolio p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .mySwiper1 {
    width: 100%;
    height: 400px;
  }
  .swiper-port img{
    width: 250px;
    height: 300px;
    margin: 10px;
  }
  .detail {
    bottom: 33%;
  }
  /* portfolio */

  /* testimonials */
  .testimonials h2 {
    font-size: 25px;
  }
  .testimonials h3 {
    font-size: 20px;
    margin-top: -75px;
    margin-bottom: 0;
  }
  .mySwiper2 {
    width: 100%;
    height: 370px;
  }
  .slide-testi {
    margin-top: 70px;
    width: 200px;
    height: 240px;
    border-radius: 20px;
    border: 3px solid #A5CCF7;
  }
  .slide-testi img {
    width: 80px;
    height: 80px;
    margin-top: -3rem;
    margin-bottom: 10px;
  }
  .slide-testi p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .slide-testi h5 {
    font-size: 10px;
    margin: 0;
  }
  /* penutup testimonials */

  /* klien kami */
  .klienkami h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .mySwiper3 {
    width: 100%;
  }
  .slide-klien img {
    margin: auto;
    border-radius: 10px;
    width: 100px;  
  }

  /* penutup klien kami */
  .bisnis  {
    padding: 10px;
  }
  /* penutup klien kami */

  /* artikel */
  .artikel1 {
    display: block;
    margin-top: 50px;
    padding-bottom: 20px;
    position: relative;
  }
  .artikel1 h2 {
    display: block;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.1);
  }
  .artikel1 h3 {
    margin-top: -40px;
    display: block;
    font-size: 20px;
  }
  .mySwiper6 {
    display: block;
    height: 320px;
    width: 100%;
  }
  .artikel {
    display: none;
  }
  .card-artikel img {
    width: 100%;
    height: 200px;
  }
  .card-artikel .inside {
    font-size: 18px;
    bottom: 58%;
    left: 42%;
  }
  .img-artikel p {
    font-size: 13px;
    text-align: left;
  }
  #artikel-link1 {
    display: block;
    margin: auto;
  }
  #artikel-link1 {
    text-decoration: none;
    font-size: 13px;
    color: #FF7200;
    padding: 5px 10px;
    border: 1px solid #FF7200;
    border-radius: 3px;
    width: 150px;
  }
  /* penutup artikel */

  /* penawaran */
  .penawaran {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 500px;
    background-position: -1px;
  }
  .penawaran-desc {
    margin-left: 10px;
  }
  .penawaran-desc h2 {
    font-size: 25px;
  }
  .penawaran-desc a {
    font-size: 15px;
    padding: 5px 10px;
  }
  .penawaran-desc p {
    font-size: 15px;
  }
  .testi-penawaran {
    margin-right: 10px;
    padding: 40px 20px;
    width: 250px;
  }
  .testi-penawaran i {
    font-size: 13px;
    margin: 0;
  }
  .testi-penawaran p {
    font-size: 13px;
    margin: 0;
  }
  .testi-penawaran img {
    width: 100px;
    height: auto;
    margin-top: 10px;
  }
  /* penutup penawaran */


   /* footer */
   .footer {
    display: block;
    font-size: 14px;
    padding: 20px;
  }
  .alamat {
    margin-bottom: 0;
  }
  .alamat img {
    width: 200px;
  }
  .sub-menu {
    display: flex;
    font-weight: 400;
  }
  .sub-menu a {
    color: #000;
  }
  .sub-menu1 {
    width: 110px;
  }
  .layanan {
    margin-left: 20px;
  }
  .back-to-top-wrapper {
    text-align: right;
    margin-right: 10px;
  }
  .back-to-top-wrapper i{
    font-size: 40px;
  }
  .sosmed {
    display: block;
    text-align: left;
    padding: 20px;
  }
  .term-condition1 br {
    display: none;
  }
  .term-condition {
    font-size: 14px;
  }
  .term-condition1 {
    margin: 10px 0;
  }
  .sosmed a {
    font-size: 20px;
    margin-right: 20px;
  }
  #scrollUp {
    width: 40px;
    height: 40px;
    font-size: 20px;
    bottom: 160px;
  }
  #scrollUp i {
    margin-top: 9px;
  }

  /* penutup footer */

  /* hal tentang kami */
  /* sejarah */
  .sejarah {
    height: 100%;
    margin: 0;
  }
  .sejarah-desc {
    padding-top: 95px;
    padding-bottom: 0;
  }
  .sejarah-p {
    width: 90%;
    border-radius: 20px;
    margin: auto;
    padding: 10px;
  }
  .sejarah-text p{
    width: 100%;
    font-size: 15px;
  }
  .sejarah2 img {
    display: none;
  }
  .sejarah1 {
    padding: 10px;
  }
  .sejarah1 img {
    display: block;
    width: 100%;
  }
  /* penutup sejarah */

  /* semangat */
  .semangat {
    padding: 0;
    position: relative;  
  }
  .semangat-desc {
    padding: 350px 40px 100px 40px;
  }
  .semangat-desc h2{
    margin: 0 0 15px 0;
    font-size: 20px;
  }
  .semangat-desc p {
    font-size: 15px;
    text-align: justify;
  }
  .kotak1 {
    position: absolute;
    width: 262px;
    height: 67px;
    border-radius: 10px;
    bottom: 10%;
  }
  .kotak2 {
    position: absolute;
    width: 91px;
    height: 105px;
    border-radius: 10px;
    bottom: 17%;
  }
  .kotak3 {
    position: absolute;
    width: 91px;
    height: 105px;
    border-radius: 10px;
    bottom: 21%;
  }
  /* penutup semangat */

  /* posisi kami */
  .posisikami h2{
    padding: 5px;
    font-size: 20px;
  }
  .posisikami {
    background-size: cover;
    height: 400px;
  }
  .kotak4 {
    margin-left: 5px;
    width: 160px;
    height: 3px;
  }
  /* penutup posisi kami */

  /* kantor kami */
  .kantorkami {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .kantorkami h2 {
    font-size: 25px;
    margin-bottom: -20px;
  }
  .kantorkami h3 {
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 0;
  }
  .slide-kantorkami {
    position: relative;
    margin: 0 100px;
  }
  .slide-kantorkami img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
  }
  .kantorkami-desc {
    position: absolute;
    bottom: 12%;
    left: 3%;
  }
  .kantorkami-desc h4{
    font-size: 13px;
    color: #FF7200;
  }
  .kantorkami-desc p {
    font-size: 13px;
    color: white;
  }
  /* penutup kantor kami */
  /* penutup halaman tentang kami */

  /* hal layanan */
  /* halaman layanan */
  /* layanan */
  .nav-layanan {
    display: none;
  }
  /* penutup layanan */

  /* pembukaan */
  .pembukaan {
    padding: 5px 10px;
    border-radius: 0 0 20px 20px;
    display: block;
  }
  .pembukaan-desc {
    margin: 0;
    padding: 10px;
    padding-top: 100px;
  }
  .pembukaan-desc h2 {
    padding: 0;
    margin: 15px 0;
    font-size: 35px;
  }
  .pembukaan-desc p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 14px;
  }
  .pembukaan-desc a {
    font-size: 14px;
    padding: 10px 30px;
  }
  .pembukaan-img {
    margin: 20px 0 0 0;
    padding: 10px 10px 0 10px;
  }
  .pembukaan-img img {
    width: 100%;
  }
  /* penutup pembukaan */

  /* pembukaan2 */
  .pembukaan2 {
    padding-top: 120px;
    border-radius: 0 0 20px 20px;
  }
  .pembukaan2-box {
    display: block;
    padding: 20px;
    margin: 0;
  }
  .pembukaan2-img {
    margin: 0;
    padding: 0;
  }
  .pembukaan2-img img {
    padding: 0;
    margin: 0;
  }
  .pembukaan2-desc {
    margin: 5px;
  }
  .pembukaan2-desc h2 {
    padding-top: 0;
    margin: 20px 0;
    margin-bottom: 5px;
    font-size: 35px;
  }
  .pembukaan2-desc p {
    font-size: 14px;
    width: 100%;
  }
  /* penutup pembukaan2 */

  /* karya */
  .karya {
    margin-top: 20px;
  }
  .karya h2  {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .karya-card {
    width: 100%;
  }
  .karya-desc {
    margin: auto;
  }
  .karya-box {
    margin: 5px;
  }
  .karya-img {
    width: 230px;
    height: 230px;
  }
  .karya-img img {
    width: 230px;
    height: 230px;
  }
  .karya-desc h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .karya-desc a {
    font-size: 14px;
    padding: 5px;
  }
  /* penutup karya */

  /* layanan1 */
  .layanan1 {
    margin: 0;
    padding: 10px;
  }
  .website1 {
    display: flex;
    margin-top: 30px ;
  }
  .website1-img {
    display: none;
  }
  .website2-img {
    display: block;
  }
  .layanan1 #p4 {
    display: block;
    margin-top: 20px;
    font-size: 15px;
  }
  .layanan1 h2 {
    display: block;
    font-size: 25px;
    margin-bottom: 20px;
  }
  #no1 {
    font-size: 150px;
    bottom: 50%;
    left: 10%;
  }
  .layanan1 h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .layanan1 h4 {
    display: block;
    text-align: center;
    font-size: 20px;
  }
  .pembuatan-website {
    display: block;
    justify-content: space-between;
    margin-top: 20px;
  }
  .website1 img {
    width: 40px;
  }
  .website1 #p1 {
    margin: 60px 0 0 100px;
    padding: 0;
    font-size: 15px;
  }
  .layanan1 #pembuatan-website-desc {
    font-size: 15px;
    text-align: justify;
    width: 100%;
    margin: 0;
  }
  .website1-img img {
    width: 100%;
  }
  .biaya-website1 {
    display: none;
  }
  .biaya-website2 {
    display: block;
   
  }
  .biaya-website2 h2 {
    display: block;
    margin: 50px 0;
    font-size: 25px;
  }
  .mySwiper7 {
    height: 570px;
  }
  .harga {
    display: flex;
    margin: auto;
  }
  .harga1 {
    width: 95%;
    margin: auto;
  }
  .harga-website h3{
    font-size: 20px;
    margin: 0;
  }
  .harga-website p {
    font-size: 15px;
  }
  .harga1 ul li {
    font-size: 15px;
    margin: 0;
  }
  .harga1 #p3 {
    font-size: 13px;
    margin: 0 0 20px 0;
    padding: 0 5px;
  }
  .harga1 a {
    font-size: 15px;
    padding: 5px 10px;
  }
  .harga-website2 h3 {
    font-size: 20px;
    margin: 0;
  }
  .harga-website2 #p5 {
    font-size: 15px;
  }
  .harga-website2 #p6 {
    font-size: 15px;
  }
  .harga1 #p7 {
    font-size: 13px;
    margin: 0 0 20px 0;
  }
  /* penutup layanan1 */

  /* layanan2 */
  .layanan2 {
    margin: 50px 0;
    padding-bottom: 20px;
  }
  .mobile {
    justify-content: space-between;
  }
  .mobile2 {
    justify-content: space-between;
  }
  .mobile2-img {
    display: none;
  }
  .mobile4-img {
    display: block;
    margin: 10px;
  }
  .mobile-dev {
    display: none;
  }
  .mobile-dev2 {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    padding: 0 10px;
  }
  .mobile-dev2 img {
    width: 40px;
  }
  #no2 {
    bottom: 57%;
    left: 8%;
  }
  .mobile-dev2 h3 {
    font-size: 25px;
    margin: 0;
    padding: 0;
  }
  #no2 {
    font-size: 150px;
  }
  .mobile-dev2 #p1 {
    font-size: 15px;
    margin: 55px 0 0 90px;
  }
  .mobile2 #group2 {
    bottom: 23%;
  }
  .mobile-dev-desc {
    margin-top: 20px;
    padding: 0 10px;
  }
  .mobile-dev-desc p {
    width: 100%;
    font-size: 15px;
    text-align: justify;
    margin: 0;
    padding: 0;
  }
  .mobile-dev3 {
    display: block;
    margin: 10px 0;
  }
  .mobile-dev3 p {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
  }
  .mobile-dev3 .tools {
    grid-template-columns: 300px 300px;
  }
  .mobile-dev3 .tools-app {
    width: 250px;
    padding: 3px 7px;
    font-size: 15px;
    border-radius: 5px;
  }
  .mobile-dev3 .tools-app img {
    margin: auto 10px;
  }
  #figma {
    width: 14px;
  }
  .mobile2 {
    margin: 0;
    padding: 10px;
  }
  .testi-mobile {
    margin: 0;
    font-size: 15px;
  }
  .testi-mobile #p4 {
    font-size: 15px;
    text-align: justify;
  }
  .mobile3 {
    margin: 0;
    padding: 10px;
    display: block;
  }
  .mobile-hubungi {
    margin: 50px 0 0 0;
    text-align: center;
  }
  .mobile3 a {
    background-color: white;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  /* penutup layanan2 */

  /* layanan3 */
  .layanan3 {
    margin: 50px 0;
    padding: 20px 10px;
  }
  .blockchain1 {
    justify-content: space-between;
  }
  .blockchain2 {
    justify-content: space-between;
  }
  .blockchain2-img {
    display: block;
  }
  .blockchain-img {
    display: none;
  }
  .blockchain-dev {
    display: flex;
    margin-top: 30px;
  }
  .blockchain-dev img {
    margin: 0;
  }
  .blockchain-dev .judul1 img {
    width: 40px;
  }
  .blockchain-dev h3 {
    font-size: 25px;
  }
  .blockchain-dev #p1 {
    font-size: 15px;
    margin: 50px 0 0 0;
  }
  #no3 {
    font-size: 150px;
    bottom: 47%;
    left: 10%;
  }
  .blockchain-dev-desc {
    margin: 0;
    padding: 0;
  }
  .blockchain-dev-desc p {
    width: 100%;
    text-align: justify;
    margin: auto;
    font-size: 15px;
  }
  .blockchain-tech {
    display: none;
  }
  .blockchain2-tech {
    display: grid;
    margin: 20px 0;
  }
  .blockchain2-tech .tools {
    grid-template-columns: 280px 280px;
    margin: 0;
  }
  .blockchain2-tech h3 {
    margin: 0;
    font-size: 20px;
  }
  .blockchain2-tech .blockchain-tools {
    width: 250px;
    margin: 5px 0;
    border-radius: 5px;
    height: 35px;
  }
  .testi-blockchain {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .testi-blockchain #p4 {
    font-size: 15px;
  }
  .survey {
    display: none;
  }
  .survey2-hubungi {
    display: block;
  }
  .survey2-hubungi a {
    background-color: white;
  }
  .judul2 #group1 {
    bottom: 17%;
    left: 25%;
  }
  /* penutup layanan 3 */

  /* layanan 4 */
  .layanan4 {
    margin: 50px 0;
    padding: 20px 10px;
  }
  .iot1 {
    display: block;
  }
  .iot-desc {
    display: flex;
    margin-top: 30px;
  }
  .iot-desc img {
    width: 40px;
  }
  .iot-desc h3 {
    font-size: 25px;
  }
  .iot-desc #p1 {
    font-size: 15px;
    margin-top: 55px;
    margin-left: 90px;
    margin-bottom: 0;
  }
  .iot-desc #no4 {
    font-size: 150px;
    left: 7%;
    bottom: 44%;
  }
  .iot-dev-desc {
    margin: 0;
  }
  .iot-dev-desc p {
    width: 100%;
    text-align: justify;
    font-size: 15px;
    margin: 0;
  }
  .iot-tech {
    display: none;
  }
  .iot2-tech {
    display: block;
    margin: 30px 0;
  }
  .iot2-tech h3 {
    font-size: 20px;
  }
  .iot-hubungi {
    display: none;
  }
  .iot-judul {
    margin: 0;
  }
  .iot2-tech .iot-box {
    grid-template-columns: 280px 280px;
    margin: 0;
  }
  .iot-tools {
    width: 250px;
    margin: 5px 0;
    border-radius: 5px;
    height: 35px;
  }
  .iot2 {
    justify-content: space-between;
  }
  .iot2 .testi-penawaran {
    padding: 10px 0;
    width: 300px;
  }
  .iot2 .testi-penawaran i {
    font-size: 15px;
    margin-bottom: 0;
  }
  .iot2 .testi-penawaran h2 {
    font-size: 20px;
  }
  .iot2 .testi-penawaran p {
    font-size: 15px;
  }
  .iot2 .testi-penawaran #group2 {
    width: 45px;
    left: 37%;
    bottom: 0;
  }
  .iot2-hubungi {
    display: block;
  }
  .iot2-hubungi {
    margin-top: 40px;
  }
  .iot2-hubungi p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .iot2-hubungi .square {
    position: relative;
  }
  .square1 {
    position: absolute;
    width: 100px;
    height: 115px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.1;
    border-radius: 10px;
    right: 5px;
    bottom: 70px;
  }
  .square2 {
    position: absolute;
    width: 100px;
    height: 115px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.1;
    border-radius: 10px;
    right: 40px;
    bottom: 20px;
  }
  .square3 {
    position: absolute;
    width: 75px;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.1;
    border-radius: 10px;
    right: 10px;
    bottom: 0;
  }
  .iot3-hubungi {
    text-align: center;
  }
  .iot3-hubungi a {
    padding: 5px;
    color: #FF7200;
    background-color: white;
    font-size: 14px;
    border: 1px solid #FF7200;
    border-radius: 5px;
    text-decoration: none;
  }
  /* penutup layanan4 */

  /* layanan 5 */
  .layanan5 {
    margin: 50px 0;
    padding: 10px 10px 50px 10px;
  }
  .sistem {
    justify-content: space-between;
  }
  .sistem2 {
    justify-content: space-between;
  }
  .sistem-img {
    display: none;
  }
  .sistem-img3 {
    display: block;
  }
  .sistem-dev h3 {
    font-size: 25px;
  }
  .sistem-dev {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .sistem-dev #p1 {
    font-size: 15px;
    margin-top: 50px;
    margin-left: 70px;
    margin-bottom: 30px;
  }
  #no5 {
    font-size: 150px;
    left: 8%;
    bottom: 57%;
  }
  .sistem-dev .judul1 img {
    width: 40px;
  }
  .sistem-dev-desc {
    margin: 0;
  }
  .sistem-dev-desc p {
    width: 100%;
    text-align: justify;
    font-size: 15px;
  }
  .sistem-tech {
    display: none;
  }
  .sistem2-tech {
    display: block;
    margin-bottom: 30px;
  }
  .sistem2-tech h3 {
    font-size: 20px;
  }
  .sistem2-tech .tools {
    grid-template-columns: 280px 280px;
  }
  .sistem-tools {
    width: 250px;
    height: 35px;
    margin: 5px 0;
    border-radius: 5px;
  }
  .testi-sistem {
    font-size: 15px;
    margin: 0;
  }
  .testi-sistem #p3 {
    margin: 0 0 10px 0;
  }
  .testi-sistem #p4 {
    font-size: 15px;
    text-align: justify;
  }
  .sistem3 {
    margin-top: 30px;
    display: block;
  }
  .sistem-hubungi {
    text-align: center;
    margin: 20px 0 0 0 ;
  }
  .sistem-hubungi a {
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: white;
  }
  /* penutup layanan 5 */

  /* layanan 6 */
  .layanan6 {
    margin: 50px 0;
    padding: 0 10px 50px 10px;
  }
  .server {
    display: block;
  }
  .server2 {
    justify-content: space-between;
  }
  .server-img {
    display: none;
    margin: 0;
  }
  .server-img2 {
    display: none;
  }
  .server-img3 {
    display: block;
  }
  .server-box {
    display: flex;
    margin-top: 30px;
  }
  .server-box h3 {
    font-size: 25px;
  }
  .server-box .judul1 img {
    width: 40px;
    margin: 0;
  }
  .server-box #p1 {
    font-size: 15px;
    margin-left: 90px;
    margin-top: 55px;
    margin-bottom: 30px;
  }
  .server-box #no6 {
    font-size: 150px;
    left: 7%;
    bottom: 47%;
  }
  .judul-server-box2 {
    font-size: 15px;
  }
  .server-box2 {
    display: grid;
    margin: 0 0 30px 0 ;
    grid-template-columns: 280px 280px;
  }
  .server-card {
    width: 250px;
    height: 35px;
    border-radius: 5px;
    margin: 10px 0;
  }
  .server-card2 {
    margin-top: 0;
  }
  .server-dev-desc {
    margin: 0;
  }
  .server-dev-desc p {
    width: 100%;
    text-align: justify;
    font-size: 15px;
  } 
  .testi-server {
    font-size: 15px;
  }
  .testi-server #p3 {
    margin-top: 0;
  }
  .testi-server #p4 {
    font-size: 15px;
    text-align: justify;
  }
  .server-hubungi {
    margin: 0;
    text-align: center;
    margin-top: 20px;
  }
  .server-hubungi a {
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: white;
  }
  /* penutup layanan6 */

  /* layanan 7 */
  .layanan7 {
    display: none;
  }
  .layanan7-2 {
    position: relative;
    padding: 10px;
    display: block;
  }
  .kustom1 {
    justify-content: space-evenly;
  }
  .kustom-box #group6 {
    width: 80%;
    margin: 0;
  }
  #group7 {
    width: 40px;   
  }
  .kustom-box #no7 {
    font-size: 150px;
    right: 5%;
    bottom: 86%
  }
  .kustom1 h3 {
    font-size: 25px; 
  }
  .kustom2 {
    display: block;
    margin: 30px 0;
  }
  .kustom-judul {
    margin-left: 0;
    font-size: 15px;
  }
  .kustom-tech {
    grid-template-columns: 280px 280px;
  }
  .kustom-tools {
    width: 250px;
    height: 35px;
    border: 1px solid #FF7200;
    margin: 5px 0;
    border-radius: 5px;
  }
  .kustom3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .kustom-dev-desc {
    margin: 0 0 20px 0;
  }
  .kustom-dev-desc p {
    width: 100%;
    text-align: justify;
    font-size: 15px;
  }
  .testi-kustom {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 15px;
  }
  .testi-kustom #p4 {
    font-size: 15px;
  }
  .testi-box {
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .kustom-hubungi {
    text-align: center;
    margin: 50px 0;
  }
  .kustom-hubungi a {
    font-size: 15px;
    padding: 5px 10px;
    color: #FF7200;
    text-decoration: none;
    border: 1px solid #FF7200;
    border-radius: 5px;
    background-color: white;
  }
  .kustom4 {
    margin: 0;
    padding: 0;
  }
  .kustom4 #group5 {
    width: 100%;
  }
  .mySwiper11 {
    display: block;
    height: 270px;
  }
  .mySwiper11 h2 {
    font-size: 20px;
    text-align: center;
  }
  .mySwiper11 #p5 {
    font-size: 15px;
    text-align: center;
  }
  .perjalanan {
    justify-content: flex-start;
  }
  .perjalanan-box {
    padding: 10px;
    font-size: 15px;
  }
  /* penutup layanan7 */


   /* portfolio */
   .portfolio-desc h2 {
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 35px;
  }
  .portfolio-desc p {
    font-size: 15px;
  }
  .portfolio-menu ul {
    width: 100%;
    padding: 5px 10px;
  }
  .portfolio-menu ul li a {
    font-size: 15px;
  }
  .portfolio-menu {
    display: none;
  }
  .portfolio-menu-mobile {
    display: flex;
    background-color: white;
    justify-content: flex-start;
    border: 1px solid #FF7200;
    border-radius: 3px;
    width: 50%;
    margin: -40px auto;
  }
  .portfolio-menu2 {
    display: flex;
    padding: 10px;
    font-size: 15px;
  }
  .portfolio-menu2 a {
    text-decoration: none;
    color: #000;
  }
  .portfolio-menu2 a:hover {
    color: #FF7200;
  }
  .portfolio-box {
    margin: 60px 0 0 0 0;
    width: 100%;
    justify-content: none;
  }
  #portfolio-box2 {
    display: none;
    width: 100%;
    justify-content: none;
  }
  .portfolio-card {
    position: relative;
    display: flex;
    width: 200px;
    height: 230px;
    margin: 3px;
  }
  .portfolio-img img {
    position: absolute;
    width: 200px;
    height: 230px;
  }
  .port-link {
    position: absolute;
    z-index: 1;
    margin-top: 95%;
    margin-left: 27%;
  }
  .port-link a {
    font-size: 12px;
  }
  .selengkapnya-port button {
    font-size: 14px;
    border-radius: 3px;
    padding: 5px 15px;
    margin-top: 20px;
  }

  .portfolio-back {
    padding-bottom: 20px;
  }
  /* penutup portfolio */


  /* blog */
  .blog {
    padding-bottom: 20px;
  }
  .header-blog {
    background-size: cover;
    background-position: -10px;
    height: 300px;
  }
  .header-blog h2 {
    padding-top: 150px;
    font-size: 35px;
  }
  .header-blog p {
    font-size: 15px;
  }
  .blog1 p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
  }
  .artikel-terbaru-mobile h2 {
    display: block;
    font-size: 14px;
    margin-left: 5px;
  }
  .artikel-terbaru-img2 {
    display: none;
  }
  .paling-banyak-dibaca-box {
    display: block;
  }
  .paling-banyak-dibaca h2 {
    font-size: 14px;
  }
  .paling-banyak-dibaca2 {
    margin-top: 21px;
  }
  .paling-banyak-dibaca-desc a {
    font-size: 13px;
  }
  .paling-banyak-dibaca-desc span {
    font-size: 10px;
  }
  .artikel-terbaru {
    display: none;
    margin: 0;
    justify-content: flex-start;
    width: 100%;
  }
  .artikel-terlama-mobile {
    display: block;
  }
  .artikel-terbaru-img {
    margin: 5px;
    padding: 0;
  }
  .artikel-terbaru-box {
    padding: 0;
    margin: 5px;
  }
  .artikel-terbaru-img img {
    width: 100%;
    height: 200px;
  }
  .artikel-terbaru-box img {
    width: 100%;
    height: 200px;
  }
  .artikel-terbaru-desc {
    bottom: 20%;
  }
  .artikel-terbaru-desc a {
    font-size: 14px;
  }
  .artikel-terbaru-desc span {
    font-size: 11px;
  }
  .artikel-terbaru-desc1 {
    bottom: 20%;
  }
  .artikel-terbaru-desc1 a {
    font-size: 14px;
  }
  .artikel-terbaru-desc1 span {
    font-size: 11px;
  }
  .artikel-terbaru-desc2 {
    bottom: 20%;
  }
  .artikel-terbaru-desc2 a {
    font-size: 14px;
  }
  .artikel-terbaru-desc2 span {
    font-size: 11px;
  }
  .artikel-terlama {
    display: none;
  }
  .artikel-terbaru-mobile {
    display: block;
    height: 250px;
    margin-bottom: 20px;
  }
  .mySwiper8 {
    height: 250px;
  }
  .artikel-terbaru-mobile h2 {
    font-size: 18px;
  }
  .artikel-terlama-website h2 {
    font-size: 18px;
    margin-top: 30px;
  }
  .artikel-terlama {
    margin: 0;
  }
  .artikel-terlama-img {
    position: relative;
    margin: 5px;
  }
  .artikel-terlama-img img {
    height: 200px;
  }
  .artikel-terlama-img .paling-banyak-dibaca-desc a {
    position: absolute;
    color: white;
    bottom: 18%;
    left: 3%;
  }
  .artikel-terlama-img .paling-banyak-dibaca-desc a:hover {
    color: #FF7200;
  }
  .blog-lebihbanyak a {
    padding: 5px 10px;
    font-size: 11px;
  }
  /* penutup blog */


  /* project */
  .kontak1 {
    padding: 10px;
    height: 750px;
    background-position: -400px;
  }
  .kontak-box {
    display: block;
  }
  .kontak-desc h3 {
    font-size: 30px;
    margin: 0;
  }
  .kontak-desc p {
    font-size: 16px;
  }
  .kontak-desc span {
    font-size: 15px;
  }
  .kontak-desc #p3 {
    font-size: 16px;
    text-align: center;
  }
  .polygon1 {
    display: none;
  }
  .polygon2 {
    display: none;
  }
  .polygon3 {
    display: none;
  }
  .polygon4 {
    display: none;
  }
  .polygon5 {
    display: none;
  }
  .polygon6 {
    display: none;
  }
  .desc-sosmed {
    margin-right: 10px;
    text-align: center;
    width: 100px;
    height: 100px;
  }
  .desc-sosmed-box {
    margin: 0;
    width: 100px;
    height: 100px;
  }
  .desc-sosmed i {
    font-size: 50px;
  }
  .desc-sosmed p {
    color: #000;
    margin-top: 10px;
  }
  /* penutup project */

  /* blog-content */

  .blog-box h2 {
    font-size: 20px;
  }
}

@media (min-width:775px) and (max-width:1022px) {
  .blockchain-dev #p1 {
    margin: 50px 0 0 20px;
  } 
  .iot2 .testi-penawaran #group2 {
    left: 36%;
  }
}

@media (min-width:824px) and (max-width:1022px) {

  .portfolio-box {
    width: 80%;
  }
  #portfolio-box2 {
    width: 80%;
  }
}


@media (min-width:850px) and (max-width:1022px) {

  #no1 {
    left: 10%;
    bottom: 48%;
  }
  #no2 {
    right: 9%;
    bottom: 55%;
  }
  .testi-mobile #group2 {
    right: 30%;
  }
  .blockchain-dev #no3 {
    bottom: 45%;
  }
  .blockchain-dev #p1 {
    margin-left: 50px;
  }
  .iot-desc #no4 {
    right: 11%;
    bottom: 41%;
  }
  .iot2 .testi-penawaran #group2 {
    left: 33%;
  }
  .sistem-dev #no5 {
    bottom: 55%;
  }
  .server-box #no6 {
    bottom: 43%;
  }  
  .kustom-box #no7 {
    right: 5%;
    bottom: 86%
  }
}

@media (min-width:950px) and (max-width:1022px) {

  #no1 {
    left: 10%;
    bottom: 46%;
  }
  #no2 {
    right: 9%;
    bottom: 54%;
  }
  .blockchain-dev #no3 {
    bottom: 44%;
  }
  .judul2 #group1 {
    bottom: 15%;
  }
  .blockchain-dev #p1 {
    margin-left: 50px;
  }
  .iot-desc #no4 {
    right: 11%;
    bottom: 40%;
  }
  .iot2 .testi-penawaran #group2 {
    left: 30%;
  }
  .sistem-dev #no5 {
    bottom: 54%;
  }
  .server-box #no6 {
    bottom: 42%;
  }  
  .kustom-box #no7 {
    right: 5%;
    bottom: 87%
  }
}

@media (min-width:1000px) and (max-width:1022px) {

  #no1 {
    left: 10%;
    bottom: 44.5%;
  }
  #no2 {
    right: 9%;
    bottom: 53%;
  }
  .blockchain-dev #no3 {
    bottom: 42%;
  }
  .blockchain-dev #p1 {
    margin-left: 50px;
  }
  .iot-desc #no4 {
    right: 11%;
    bottom: 39%;
  }
  .iot2 .testi-penawaran #group2 {
    left: 28%;
  }
  .sistem-dev #no5 {
    bottom: 52%;
  }
  .server-box #no6 {
    bottom: 40%;
  }  
  .kustom-box #no7 {
    right: 7%;
    bottom: 87%
  }
}


@media (min-width:900px) and (max-width:1022px) {

  /* beranda */
  .mySwiper12 {
    width: 65%;
  }
  .mySwiper1 {
    width: 85%;
  }
  .mySwiper2 {
    width: 80%;
  }
  .mySwiper3 {
    width: 65%;
  }
  /* penutup beranda */

  /* tentang kami */
  .slide-kantorkami img {
    height: 350px;
  }
  /* penutup tentang kami */
}


@media (min-width:481px) and (max-width:1022px) {

  h1 {
    text-align: center;
    padding: 80% 0 0 103%;
  }
  .mask {
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,0%, 0.8);
    mask: none;
    -webkit-mask: none;
  }
  .container a {
    color: white;
    position: absolute;
    z-index: 1;
    bottom: 30%;
    left: 30%;
    padding: 5px 50px;
    border-radius: 10px;
    background-color: #FF7200;
  }
  .container a img {
    width: 150px;
  }
  .container p {
    position: absolute;
    color: white;
    font-size: 20px;
  }
  #it {
    display: none;
    right: 3%;
    bottom: 70%;
  }
  #iot {
    display: none;
    right: 3%;
    bottom: 60%;
  }
  #software {
    display: none;
    right: 3%;
    bottom: 50%;
  }

  .image-service a {
    color: #FF7200;
  }

  /* port-content */
  .port-content {
    background: none;
    padding: 100px 10px 0 10px;
  }
  .back-to-port {
    font-size: 14px;
    margin:0 0 30px 0;
  }
  .port-content-img {
    display: block;
  }
  .port-content-img img {
    width: 100%;
  }
  .port-desc {
    background: none;
    font-size: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .port-desc h2 {
    font-size: 20px;
    margin: 0;
  }
  .port-desc .garis {
    width: 130px;
    margin-bottom: 10px;
  }
  .port-desc p {
    width: 100%;
    margin: auto;
    font-size: 14px;
  }
  .gambar {
    display: none;
  }
  .port-content-compro {
    font-size: 14px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .back-to-port {
    margin-top: 70px;
  }


  /* blog-content */
  .blog-content-img {
    width: 100%;
  }
  .blog-content-img img {
    width: 100%;
  }
  .blog-content-p {
    width: 100%;
    text-align: justify;
  }
  .blog-content-img2 {
    margin-right: 0;
  }
  /* pentutup blog content */
}


@media (min-width:1023px) and (max-width:1279px) {

    /* navbar */
    .navbar {
      justify-content: space-between;
    }
    .nav ul {
      position: absolute;
      right: 0;
      top: 95%;
      height: 100vh;
      flex-direction: column;
      justify-content: space-evenly;
      text-align: left;
      background-color: white;
      width: 100%;
      z-index: -1;
      padding-bottom: 10px;
      transform: translateX(100%);
      transition: all 1s;
      opacity: 0;
    }
    .nav ul.slide {
      opacity: 1;
      transform: translateX(0);
    }
    .nav ul li a {
      margin-left: 10px;
      font-size: 15px;
    }
    .project {
      padding: 0;
      background-color: white;
    }
    .menu-toggle {
      display: flex;
    }
    /* penutup navbar */

    /* header */
    .header {
      padding-bottom: 80px;
    }
    .header .desc {
      margin: 0 50px;
    }
    .desc h2 {
      font-size: 30px;
    }
    .desc-header p {
      font-size: 15px;
    }
    .desc-header a {
      padding: 5px 10px;
      font-size: 15px;
    }
    /* penutup header */

    /* service */
    .service {
      width: 80%;
    }
    .service h2 {
      font-size: 40px;
    }
    .service h3 {
      font-size: 30px;
    }
    /* penutup service */

    /* portfolio */
    .mySwiper1 {
      width: 85%;
    }
    /* penutup portfolio */

    /* testimonials */
    .mySwiper2 {
      width: 70%;
    }
    /* penutup testimonials */

    /* bisnis */
    .bisnis {
      padding: 0 50px;
    }

    /* klien kami */
    .mySwiper3 {
      width: 95%;
    }
    .slide-klien img {
      margin: auto;
      border-radius: 10px;
      width: 100px;  
    }
    /* penutup klien kami */

    /* artikel */
    .box-artikel {
      margin: 0 20px;
    }
    .card-artikel {
      margin: 5px;
    }
    .img-artikel  img{
      width: 320px;
      height: 400px;
    }
    .artikel-desc p {
      font-size: 14px;
    }
    /* penutup artikel */

    /* penawaran */
    .penawaran-desc h2 {
      font-size: 40px;
    }
    /* penutup penawaran */

    /* footer */
    .footer {
      margin: 50px;
      justify-content: space-between;
    }
    .alamat {
      margin-right: 40px;
    }
    .layanan {
      margin-left: 20px;
    }
    /* penutup footer */

    /* sosmed */
    .sosmed {
      margin-left: 50px;
    }
    /* penutup sosmed */
    /* penutup hal beranda */

    /* hal tentang kami */
    .sejarah-p {
      width: 85%;
      height: 510px;
      padding: 30px;
    }
    .sejarah-text p {
      width: 40%;
      font-size: 15px;
    }
    .sejarah2 img {
      width: 500px;
      height: 650px;
      right: 80px;
      top: 210px;
    }
    /* penutup sejarah */

    /* semangat kami */
    .semangat-desc {
      padding-top: 450px;
    }
    .kotak1 {
      top: 60%;
    }
    .kotak2 {
      top: 45%;
    }
    .kotak3 {
      top: 35%;
    }
    /* penutup semangat kami */

    /* posisi kami */
    .posisikami h2 {
      padding: 20px;
      font-size: 30px;
    }
    .posisikami {
      height: 700px;
    }
    .kotak4 {
      margin: 0 15px;
      width: 250px;
    }
    /* penutup posisi kami */

    /* kantor kami */
    .kantorkami img {
      height: 500px;
    }
    .kantorkami-desc {
      left: 17%;
      bottom: 20%;
    }
    /* penutup kantor kami */
    /* penutup hal tentang kami */

    /* hal layanan */
    .nav-layanan {
      display: none;
    }
    .pembukaan-desc h2 {
      font-size: 35px;
    }
    .pembukaan2-desc h2 {
      margin-top: 25px;
      font-size: 28px;
    }
    .pembukaan2-desc p {
      width: 90%;
    }
    .karya h2 {
      font-size: 35px;
      margin-bottom: 15px;
    }
    .karya-img {
      width: 300px;
      height: 300px;
    }
    .karya-img img{
      width: 300px;
      height: 300px;
    }

    /* layanan 1 */
    .pembuatan-website {
      padding: 0 50px;
    }
    .website1 h3 {
      font-size: 30px;
    }
    #no1 {
      bottom: 69.5%;
      left: 15%;
    }
    #pembuatan-website-desc {
      width: 90%;
      margin: auto;
    }
    .biaya-website1 .harga {
      display: none;
    }
    .biaya-website1 h2 {
      display: block;
    }
    .biaya-website2 h2 {
      display: none;
    }
    .biaya-website2 {
      display: flex;
      justify-content: flex-start;
    }
    .harga {
      margin: auto;
    }
    .mySwiper7 {
      height: 650px;
    }
    /* penutup layanan 1 */

    /* layanan 2 */
    .mobile {
      margin: 0 50px;
    }
    .mobile-dev .tools {
      display: grid;
      grid-template-columns: 270px 270px;
      margin-right: 30px;
    }
    .mobile-dev2 h3 {
      font-size: 30px;
    }
    .mobile-dev2 #no2 {
      right: 10%;
      bottom: 82%;
    }
    .mobile-dev-desc p {
      width: 90%;
      margin: auto;
      text-align: justify;
    }
    .mobile2 {
      margin: 50px;
    }
    .mobile2 img {
      margin: 10px;
    }
    .testi-mobile {
      margin: 0 0 0 40px;
    }
    .mobile3 {
      padding: 0 50px;
    }
    .mobile-hubungi {
      margin: 0;
    }
    .mobile-hubungi a {
      padding: 10px 20px;
    }
    /* penutup layanan 2 */

    /* layanan 3 */
    .blockchain1 {
      padding: 0 50px;
    }
    .blockchain-dev #no3 {
      bottom: 85%;
      left: 15%;
    }
    .blockchain1 h3 {
      font-size: 30px;
    }
    .blockchain-dev-desc {
      margin: 0;
    }
    .blockchain-dev-desc p {
      width: 90%;
      margin: auto;
      text-align: justify;
    }
    .blockchain2 {
      padding: 0 50px;
    }
    .blockchain2 .tools {
      display: grid;
      grid-template-columns: 250px 250px;
    }
    .blockchain-tools {
      width: 240px;
    }
    .testi-blockchain {
      margin-left: 20px;
    }
    .survey-desc h2 {
      font-size: 30px;
    }
    .blockchain-dev #group1 {
      bottom: 57%;
    }
    /* penutup layanan 3 */

    /* layanan 4 */
    .iot1 {
      margin: 0 50px;
    }
    .iot-desc {
      margin-left: 40px;
    }
    .iot-desc h3 {
      font-size: 30px;
    }
    .iot-dev-desc {
      margin: 0;
    }
    .iot-dev-desc p {
      width: 90%;
      margin: auto;
      text-align: justify;
    }
    .iot-desc #no4 {
      right: 7%;
      bottom: 79%;
    }
    .iot2 {
      margin: 50px;
    }
    .iot-tech {
      margin-left: 40px;
    }
    .iot-box {
      grid-template-columns: 260px 260px;
    }
    .iot-tools {
      width: 250px;
    }
    /* penutup layanan 4 */

    /* layanan 5 */
    .sistem {
      margin: 0 50px;
    }
    .sistem-dev h3 {
      font-size: 30px;
    }
    .sistem-dev #no5 {
      bottom: 83%;
      left: 14%;
    }
    .sistem-dev-desc {
      margin: 0;
    }
    .sistem-dev-desc p {
      width: 90%;
      text-align: justify;
      margin: auto;
    }
    .sistem2 {
      margin: 50px;
    }
    .sistem-tech .tools {
      grid-template-columns: 250px 250px;
    }
    .sistem-tools {
      width: 240px;
    }
    .testi-sistem {
      margin-left: 40px;
    }
    .sistem3 {
      margin: 0 50px;
    }
    .testi-sistem #p4 {
      text-align: justify;
    }
    .sistem-hubungi {
      margin: 0;
    }
    .sistem-hubungi a {
      padding: 10px 20px;
      font-size: 16px;
    }
    /* penutup layanan 5 */

    /* layanan 6 */
    .server {
      margin: 0 50px;
    }
    .server h3 {
      font-size: 30px;
    }
    .server #no6 {
      font-size: 190px;
      bottom: 64%;
    }
    .server-box2 {
      margin-top: 35px;
      grid-template-columns: 120px 120px;
    }
    .server-card {
      width: 110px;
      height: 100px;
    }
    .server-dev-desc {
      margin: 0;
    }
    .server-dev-desc p {
      width: 90%;
      margin: auto;
      text-align: justify;
    }
    .server2 {
      margin: 50px;
    }
    .testi-server {
      margin-left: 40px;
    }
    .testi-server #group3 {
      right: 28%;
      bottom: 40%;
    }
    .server-hubungi {
      margin-top: 0;
    }
    /* penutup layanan6 */

    /* layanan 7 */
    .kustom1 {
      margin: 0 50px;
    }
    .kustom-box #no7 {
      bottom: 82%;
      right: 10%;
    }
    .kustom-tech {
      grid-template-columns: 250px 250px;
    }
    .kustom-tools {
      width: 240px;
    }
    .kustom-box {
      margin-left: 40px;
      margin-top: 0;
    }
    .kustom-dev-desc {
      display: flex;
      justify-content: flex-end;  
      margin-right: 40px;    
    }
    .kustom-dev-desc p {
      width: 40%;
      text-align: justify;
    }
    .testi-kustom {
      margin-left: 50px;
      margin-top: -190px;
    }
    .kustom2 {
      margin: 50px;
    }
    .kustom-img #group4 {
      margin-left: 20px;
    }
    /* penutup layanan7 */
    /* penutup hal layanan */

    /* hal portfolio */
    .portfolio-menu {
      margin-top: -30px;
    }
    .portfolio-menu ul {
      width: 75%;
    }
    .portfolio-box {
      display: flex;
      justify-content: center;
      width: 100%;
      margin: 60px auto 0 auto;
      flex-wrap: wrap;
    }
    .portfolio-card {
      position: relative;
      width: 300px;
      height: 350px;
      margin: 10px;
      background: white;
      box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
      border-radius: 10px;
    }
    .portfolio-img img {
      position: absolute;
      width: 300px;
      height: 350px;
      border-radius: 10px;
    }
    #portfolio-box2 {
      width: 100%;
    }
    .port-link {
      position: absolute;
      z-index: 1;
      text-align: center;
      margin-top: 85%;
      margin-left: 30%;
    }
    /* penutup hal portfolio */

    /* hal blog */
    .header-blog {
      background-position: -450px;
    }
    .blog-all {
      padding: 0 50px;
    }
    /* penutup blog */

    /* project */
    .kontak1 {
      height: 800px;
    }
    .kontak-desc {
      padding: 10px;
    }
    .kontak-desc h3 {
      font-size: 45px;
    }
    .kontak-desc p {
      font-size: 20px;
      margin-top: 15px;
    }
    .kontak-sosmed {
      padding: 5px;
    }
    .kontak-desc i {
      font-size: 50px;
    }
    .desc-sosmed {
      width: 120px;
      height: 100px;
    }
    .polygon2 {
      top: 115%;
    }
    .polygon3 {
      right: 5%;
    }
    .polygon4 {
      top: 120%;
    }
    .polygon5 {
      left: 0;
      top: 30%;
    }

    /* footer */
    .footer {
      margin: 0;
      padding: 20px;
    }
    .sosmed {
      margin: 0;
      padding: 20px;
    }
    /* penutup footer */

    /* blog-content */
    .blog-content-img2 {
      margin-right: 20px;
      width: 50%;
    }

    /* port-content */
    .port-content {
      background: none;
      padding: 100px 10px 0 10px;
    }
    .back-to-port {
      font-size: 14px;
      margin:0 0 30px 0;
    }
    .port-content-img {
      display: block;
      text-align: center;
    }
    .port-content-img img {
      width: 600px;
    }
    .port-desc {
      background: none;
      font-size: 10px;
      width: 70%;
      margin: 0;
      padding: 0;
    }
    .port-desc h2 {
      font-size: 30px;
      margin: 0;
    }
    .port-desc .garis {
      width: 200px;
      margin-bottom: 10px;
    }
    .port-desc p {
      width: 100%;
      margin: auto;
      font-size: 14px;
    }
    .gambar {
      display: none;
    }
    .port-content-compro {
      font-size: 14px;
      margin-left: 0;
      margin-bottom: 20px;
    }
    .back-to-port {
      margin-top: 50px;
    }

}   
  



@media (min-width:1280px) and (max-width:1439px) {
  /* beranda */
  
  .menu-toggle {
    display: none;
  }
  .desc {
    justify-content: center;
    margin: 0 60px;
  }
  .service {
    width: 95%;
  }
  .mySwiper1 {
    width: 95%;
  }
  .mySwiper2 {
    width: 90%;
  }
  .mySwiper3 {
    width: 98%;
  }
  .sosmed {
    margin-left: 40px;
  }
  /* penutup beranda */

  .slide-klien img {
    margin: auto;
    border-radius: 10px;
    width: 100px;  
  }

  /* tentang kami */
  .sejarah-p {
    width: 85%;
    height: 480px;
  }
  .sejarah2 img {
    right: 120px;
    top: 200px;
    height: 680px;
  }
  .kotak1 {
    bottom: 20%;
  }
  .kotak2 {
    bottom: 25%;
  }
  .kotak3 {
    bottom: 33%;
  }
  .slide-kantorkami {
    margin: 0 150px;
  }
  .slide-kantorkami img {
    height: 500px;
  }
  .kantorkami-desc {
    left: 14%;
    bottom: 20%;
  }
  /* penutup tentang kami */

  /* layanan */
  /* pembukaan2 */
  .pembukaan2-desc h2 {
    font-size: 35px;
    margin-top: 40px;
  }
  .pembukaan2-desc p {
    width: 95%;
  }
  .karya-img {
    width: 350px;
    height: 350px;
  }
  .karya-img img{
    width: 350px;
    height: 350px;
  }
  /* penutup pembukaan2 */

  /* layanan1 */
  #no1 {
    left: 17%;
    bottom: 68%;
  }
  #pembuatan-website-desc {
    margin-left: 5%;
  }
  .harga {
    margin: 0 25px;
  }
  /* penutup layanan1 */

  /* layanan 2 */
  .mobile {
    justify-content: space-between;
    margin: 0 50px;
  }
  .mobile-dev2 {
    margin-left: 30px;
  }
  #no2 {
    right: 9%;
    bottom: 80%;
  }
  .mobile-dev2 #p1 {
    margin: 20px 0;
  }
  .mobile-dev-desc {  
    display: flex;
    justify-content: flex-end;
  }
  .mobile-dev-desc p {
    width: 35%;
    text-align: justify;
    margin-right: 70px;
  }
  .mobile2 {
    margin: 0 50px;
  }
  .testi-mobile {
    margin-left: 40px;
  }
  /* penutup layanan2 */

  /* layanan3 */
  .blockchain1 {
    margin: 0 50px;
  }
  .blockchain2 {
    margin: 50px;
  }
  .blockchain-dev #group1 {
    left: 30%;
  }
  .blockchain-dev #no3 {
    bottom: 85%;
  }
  .blockchain-dev #p1 {
    margin: 20px 0;
  }
  .blockchain-dev-desc {
    margin-left: 80px;
    margin-top: -150px;
  }
  .blockchain-dev-desc p {
    width: 40%;
    text-align: justify;
  }
  .testi-blockchain {
    margin-left: 30px;
  }
  /* penutup layanan3 */

  /* layanan4 */
  .iot1 {
    margin: 0 50px;
  }
  .iot-dev-desc {
    display: flex;
    justify-content: flex-end;
    margin-top: -100px;
  }
  .iot-dev-desc p {
    width: 40%;
    text-align: justify;
    margin-right: 40px;
  }
  .iot-desc {
    margin-left: 50px;
  }
  .iot-desc #no4 {
    right: 11%;
    bottom: 76.5%;
  }
  /* penutup layanan4 */

  /* layanan5 */
  .sistem {
    margin: 0 50px;
  }
  .sistem-dev-desc {
    margin-left: 80px;
    margin-top: -100px;
  }
  .sistem-dev-desc p {
    width: 40%;
    text-align: justify;
  }
  .sistem-dev #no5 {
    bottom: 82%;
  }
  .sistem-dev #p1 {
    margin: 20px 0;
  }
  .sistem2 {
    margin: 50px;
  }
  .testi-sistem {
    margin-left: 50px;
  }
  .sistem3 {
    margin: 0 50px;
  }
  .sistem-hubungi {
    margin-right: 0;
  }
  /* penutup layanan5 */

  /* layanan6 */
  .server {
    margin: 0 50px;
  }
  .nav-layanan ul {
    width: 100%;
  }
  .server-dev-desc {
    display: flex;
    justify-content: center;
    margin-top: -150px;
  }
  .server-dev-desc p {
    width: 35%;
    text-align: justify;
  }
  .server-img img {
    margin-top: 15px;
  }
  .server-box  {
    margin-top: 20px;
  }
  .server-box #no6 {
    bottom: 67%;
  }
  .server-box #p1{
    margin: 20px 0;
  }
  .server-box2 {
    grid-template-columns: 170px 170px;
  }
  .server-card {
    width: 160px;
    height: 136px;
  }
  .testi-server #group3  {
    right: 30%;
    bottom: 37%;
  }
  /* penutup layanan6 */

  /* layanan 7 */
  .kustom1 {
    margin: 0 50px;
  }
  .kustom-box {
    margin-left: 50px;
  }
  .kustom-dev-desc {
    display: flex;
    justify-content: flex-end;
    margin-right: 68px;
  }
  .kustom-dev-desc p {
    width: 35%;
    text-align: justify;
  }
  .testi-kustom {
    margin-left: 70px;
    margin-top: -150px;
  }
  .kustom-box #no7 {
    bottom: 82%;
    right: 10%;
  }
  .kustom-box #p1 {
    margin: 20px 0 ;
  }
  .kustom2 {
    margin-top: 50px;
  }
  
  /* penutup layanan 7 */
  /* penutup hal layanan */

  /* portfolio */

  .portfolio-menu ul {
    width: 70%;
  }
  .portfolio-box {
    width: 85%;
  }
  .portfolio-card {
    position: relative;
    width: 340px;
    height: 370px;
    margin: 10px;
    background: white;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
  .portfolio-img img {
    position: absolute;
    width: 340px;
    height: 370px;
    border-radius: 10px;
  }
  #portfolio-box2 {
    width: 85%;
  }
  /* penutup portfolio */

  /* blog */
  .header-blog {
    background-position: -350px;
  }
  .blog-all {
    padding: 50px;
  }
  /* penutup blog */

  /* request project */
  .kontak1 {
    background-size: cover;
    height: auto;
    padding: 50px;
  }
  .polygon3 {
    top: 42%;
    right: 5%;
  }
  .polygon5 {
    top: 30%;
    left: 0;
  }
  /* penutup project */

  /* footer */
  .sosmed {
    margin: 0;
    padding: 50px;
  }
  /* penutup footer */

  .blog-content-img2 {
    margin-right: 20px;
    width: 50%;
  }

  .port-content .gambar {
    width: 555px;
    height: 418px;
    background-color: white;
    position: absolute;
    right: 40px;
    top: 350px;
    border-radius: 10px;
    box-shadow: none;
  }
  .gambar img {
    width: 100%;
  }
  .back-to-port {
    margin-left: 120px;
  }
}



@media (min-width:1440px) and (max-width:1727px) {
 
  /* beranda */
  .desc {
    justify-content: center;
    margin: 0 60px;
  }
  .service {
    width: 90%;
  }
  .service h2 {
    font-size: 55px;
  }
  .mySwiper1 {
    width: 80%;
  }
  .swiper-port:nth-child(even) {
    margin-top: 50px;
  }
  .mySwiper2 {
    width: 85%;
  }
  .testimonials h3 {
    margin-bottom: 50px;
  }
  .mySwiper3 {
    width: 95%;
  }
  .artikel h3 {
    margin-bottom: 50px;
  }
  .sosmed {
    margin-left: 70px;
  }
   /* penutup beranda */

   .slide-klien img {
    margin: auto;
    border-radius: 10px;
    width: 100px;  
  }

   /* tentang kami */
  .sejarah2 img {
    right: 200px;
    top: 190px;
    height: 650px;
  }
  .sejarah-p {
    width: 80%;
    height: 430px;
  }
  .sejarah-text p {
    width: 40%;
  }
  .kotak1 {
    top: 62%;
  }
  .kotak2 {
    top: 48%;
  }
  .kotak3 {
    top: 40%;
  }
  /* penutup tentang kami */

  /* pembukaan2 */
  .pembukaan2-desc {
    font-size: 50px;
  }
  .karya-img {
    width: 400px;
    height: 400px;
  }
  /* penutup pembukaan2 */

  /* layanan1 */
  .navbar {
    justify-content: space-around;
  }
  .nav-layanan ul {
    width: 85%;
    justify-content: space-around;
  }
  .pembukaan2-desc h2 {
    font-size: 40px;
  }
  #no1 {
    bottom: 68.5%;
    left: 18%;
  }
  #pembuatan-website-desc {
    margin-left: 8%;
  }
  .harga {
   margin: 0 30px;
  }
  .harga1 {
    margin: auto;
  }
  /* penutup layanan1 */

  /* layanan2 */
  .mobile {
    justify-content: space-around;
  }
  .mobile-dev-desc {  
    display: flex;
    justify-content: flex-end;
  }
  .mobile-dev-desc p {
    width: 35%;
    text-align: justify;
    margin-right: 45px;
  }
  .mobile-dev2 #no2 {
    right: 10%;
    bottom: 80%;
  }

  /* layanan3 */
  .blockchain1 {
    margin: 0 50px;
  }
  .blockchain-dev #p1 {
    margin: 40px 0;
  }
  .blockchain-dev-desc {
    margin-left: 130px;
    margin-top: -100px;
  }
  .blockchain-dev-desc p {
    width: 40%;
    text-align: justify;
  }
  .blockchain-dev #group1 {
    left: 33%;
    bottom: 55%;
  }
  /* penutup layanan3 */

  /* layanan4 */
  .iot-desc #no4 {
    right: 13%;
    bottom: 76.5%;
  }
  .iot-dev-desc {
    display: flex;
    justify-content: flex-end;
    margin-top: -100px;
  }
  .iot-dev-desc p {
    width: 35%;
    text-align: justify;
    margin-right: 100px;
  }
  /* penutup layanan 4*/


  /* layanan5 */
  .sistem {
    margin: 0 50px;
  }
  .sistem-dev-desc {
    margin-left: 135px;
    margin-top: -100px;
  }
  .sistem-dev-desc p {
    width: 40%;
    text-align: justify;
  }
  .sistem-dev #no5 {
    bottom: 79.5%;
  }
  .sistem-dev #p1 {
    margin: 40px 0;
  }
  .sistem-hubungi {
    margin-right: 15%;
  }
  /* penutup layanan5 */

  /* layanan6 */
  .server {
    margin: 0 50px;
  }
  .server-dev-desc {
    display: flex;
    justify-content: center;
    margin-right: 50px;
    margin-top: -150px;
  }
  .server-dev-desc p {
    width: 33%;
    text-align: justify;
  }
  .server-box #no6 {
    bottom: 61%;
    left: 43%;
  }
  .server-box2 {
    grid-template-columns: 215px 215px;
  }
  .server-card {
    width: 200px;
    height: 150px;
  }
  .server-box #p2 {
    text-align: justify;
  }
  .testi-server #group3 {
    bottom: 35%;
    right: 38%;
  }
  /* penutup layanan6 */

  /* layanan7 */
  .kustom2 {
    margin: 30px 50px;
  }
  .kustom-box #no7 {
    bottom: 82%;
  }
  .kustom-dev-desc {
    display: flex;
    justify-content: flex-end;
    margin-right: 75px;
  }
  .kustom-dev-desc p {
    width: 35%;
    text-align: justify;
  }
  .testi-kustom {
    margin-left: 100px;
    margin-top: -150px;
  }
  .kustom-box #p1 {
    margin: 40px 0;
  }
  /* penutup layanan7 */

  .portfolio-card {
    position: relative;
    width: 350px;
    height: 370px;
    margin: 10px;
    background: white;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
  .portfolio-img img {
    position: absolute;
    width: 350px;
    height: 370px;
    border-radius: 10px;
  }

  /* blog */
  .header-blog {
    background-position: -270px;
  }
  /* penutup blog */

  /* project */
  .kontak1 {
    background-size: cover;
    height: 900px;
  }
  .polygon3 {
    right: 5%;
  }
  .polygon5 {
    top: 27%;
    left: 0;
  }
  /* penutup project */

  /* footer */
  .sosmed {
    margin: 0;
    padding: 80px;
  }
  /* penutup footer */

  .blog-content-img2 {
    margin-right: 20px;
    width: 50%;
  }

  .port-content .gambar {
    width: 655px;
    height: 518px;
    background-color: white;
    position: absolute;
    right: 50px;
    top: 310px;
    border-radius: 10px;
    box-shadow: none;
  }
  .gambar img {
    width: 100%;
  }
  .back-to-port {
    margin-left: 140px;
  }
}

@media (min-width:1727px) and (max-width:1879px) {

  /* beranda */
  .mySwiper2 {
    width: 60%;
  }
  /* penutup beranda */

  /* tentang kami */
  .sejarah-p {
    width: 65%;
    height: 400px;
    background-color: #D5D5D5;
    justify-content: center;
    margin: auto;
    border-radius: 50px;
    padding: 50px 50px;
  }
  .sejarah-text p {
    width: 40%;
    text-align: justify;
  }
  .sejarah1 img {
    display: none;
  }
  .sejarah2 img {
    width: 600px;
    height: 600px;
    border-radius: 50px;
    position: absolute;
    right: 19%;
    top: 26%;
  }
  /* penutup tentang kami */

  /* layanan */
  #pembuatan-website-desc {
    font-size: 15px;
    text-align: justify;
    width: 35%;
    margin: -100px 0 0 12.5% ;
  }
  .blockchain-dev-desc {
    margin-left: 12.5%;
    margin-top: -100px;
  }
  .iot-dev-desc p {
    width: 35%;
    text-align: justify;
    margin-right: 94px;
  }
  .server-dev-desc {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: -130px;
  }
  .sistem-dev-desc {
    margin-left: 12.5%;
    margin-top: -100px;
  }
  .kustom-dev-desc {
    display: flex;
    justify-content: flex-end;
    margin-right: 145px;
  }
  .blog-content-img {
    margin-right: 20px;
    width: 50%;
  }
}

