/* font */
@font-face {
  font-family: "Maison-Neue-Bold";
  src: url("../font/MaisonNeueBold/MaisonNeueBold.woff");
  font-weight: normal;
  font-style: normal;
}

/*  HALAMAN INDEX  */
a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #5d5d5d;
}

/* help */
#help {
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

/* carousel */

#carouselExampleControls {
  margin-top: 61px;
}

.slide-item {

  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-size: 75%;
  background-repeat: no-repeat;
}

.slide-item img {
  max-height: 50%;
}

.carousel-img {
  margin-top: -150px;
  width: 1080px;
  height: 465px;
}



.dua {
  background-color: coral;
}

.rectangle {
  cursor: pointer;
  width: 285px;
  height: 47px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 15px;
  z-index: 3;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;

}

.rectangle p {
  font: Regular 16px/20px PT Sans;
  letter-spacing: 0.48px;
  font-size: 15px;
  color: #5d5d5d;
  text-transform: uppercase;
  padding-top: 10px;
}


.polygon {
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  margin: 8px auto;
  border-top: 18px solid #ffffff;
}

.polygon {
  -moz-animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(0px);
  }

  60% {
    transform: translateY(10px);
  }
}

.container {
  margin-top: 20px;
  /* 
    border: 1px solid red; */
  padding: 0px 10px;
  max-width: 1140px;
}

/* 

*/

.tombol-branding {
  cursor: pointer;
  text-align: center;
  color: #5d5d5d;
  height: 45px;
  width: 210px;
  border: 1px solid #707070;
  border-radius: 10px;
  margin: 0px 10px;
  background-color: #ffffff;
  padding: 5px;
  transition: 0.6s;
}

.tombol-branding:hover {
  background-color: #0a9ad3;
  color: white;
}

.tombol-branding img {
  width: 32px;
  height: 32px;
}

.tombol-branding:focus {
  outline: none;
}

.tombol-active {
  background-color: #0a9ad3;
  color: white;
}

.branding-area {
  margin-top: 30px;
}

.branding-area h1 {
  font: Semibold 50px/68px Open Sans;
  letter-spacing: 1.55px;
}

.branding-area p {
  /* font: Regular 25px/34px Open Sans; */
  letter-spacing: 0.78px;
  color: #5d5d5d;
}

.text-branding {
  opacity: 0;
  transform: translate(-70px, 0px);
  transition: 1.3s;
  word-break: break-word;
}

.branding-lanjut {
  margin-top: 30px;
  width: 270px;
  height: 50px;
  background: #ebebeb 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  border: none;
  transform: translate(-100px, 0);
  opacity: 0;
  transition: 1s;
}

.branding-img {
  width: 210px;
  height: 210px;
  background-color: cornflowerblue;
  float: right;
  margin: 10px 10px;
  background: var(--unnamed-color-0a9ad3) 0% 0% no-repeat padding-box;
  background: #0a9ad3 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.7s;

}



/* branding show hide */

.home-branding-mobil {
  margin-bottom: 100px;
  display: none;
}

.home-branding-kantor {
  background-color: rgb(94, 218, 94);
  margin-bottom: 100px;
  display: none;
}

.home-digital-printing {
  background-color: rgb(180, 36, 60);
  margin-bottom: 100px;
  display: none;
}

.home-cutting-sticker {
  background-color: #0d53ad;
  margin-bottom: 100px;
  display: none;
}

.home-stock-sticker {
  background-color: #be9548;
  margin-bottom: 100px;
  display: none;
}

/* inti  */
.branding-show {
  display: block;
}

/* section 1 end */

/* section 2 */
#news {
  height: 650px;
  background: #f3f3f3 0% 0% no-repeat padding-box;
  padding: 30px 0px;
  text-align: center;
}

.judul-last-project {
  margin-bottom: 10px;
  opacity: 0;
  transform: translate(0, -60px);
  transition: 2s;
  word-break: break-word;
}

.deskripsi-last-project {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 1s;
  word-break: break-word;
}

/* slider */

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  border-radius: 25px;
}

.carousel-indicators li.active {
  background-color: #0a9ad3;
}

/* card */
.cards {
  margin: 0px auto;
  max-width: 1100px;
  /*max-width: 100%;*/
  height: 425px;
}

.card {
  text-align: left;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  max-width: 260px;
}

.card-img-top {
  border-radius: 10px 10px 0 0;
  height: 158px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.card-title {
  font: Bold 14px/19px Nunito;
  letter-spacing: 0px;
  color: #393939;
  margin-bottom: 5px;
  height: 42px;
  overflow: scroll;
  word-break: break-word;
}

.card-title::-webkit-scrollbar {
  display: none;
}

.card-text {
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  max-height: 66px;
  overflow-y: auto;
  word-break: break-word;
}

.card-text::-webkit-scrollbar {
  display: none;
}

.card-body {
  height: 144px;
  padding: 20px;
}

/* swiper js */

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* 
*
*
*
*
HALAMAN INDEX end
*
*
*
*
*/

/* HALAMAN TENTANG kAMI */

/* section 1 */

.aboutme-img {
  max-width: 720px;
  /*height: 350px;*/
  background: var(--unnamed-color-0a9ad3) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  object-fit: cover;
}



.aboutme-title {
  font-size: 37px;
  color: #1c1d1d;
  font-family: "Maison-Neue-Bold";
  line-height: 1.5;
  word-break: break-word;
}

.aboutme-text {
  text-align: left;
  font-size: 17px;
  word-break: break-word;
  color: #3d3d3d;
}

/* section 1 end */

/* section 2 */
#proses-kerja {
  margin-top: 100px;
  margin-bottom: 160px;
}

.proses-title {
  text-align: left;
  font: Medium 45px/30px Roboto;
  letter-spacing: 2.25px;
  color: #3d3d3d;
  opacity: 0;
  transform: translate(0, 60px);
  transition: 1.5s;
}

.proses-img {
  width: 235px;
  height: 255px;
  margin: 0 auto;
  background: var(--unnamed-color-0a9ad3) 0% 0% no-repeat padding-box;
  background: #0a9ad3 0% 0% no-repeat padding-box;
  border-radius: 20px;
  transform: translate(0, 80px);
  opacity: 0;
  transition: 0.7s;
}

#mobil-img-3 {
  margin-bottom: 300px;
}

.img-center {
  align-items: center;
}

.img-atas {
  align-items: unset;
}

/* animasi */
/* .img-kiri-1,
.img-kanan-2,
.text-kanan-1,
.text-kiri-2,
.img-kiri-3,
.text-kanan-3,
.judul-produk {
  opacity: 0;

} */

.img-kiri-1,
.text-kiri-2,
.img-kiri-3 {
  opacity: 0;
  transition: 1s;
  transform: translate(-90px, 0);
}

.img-kanan-2,
.text-kanan-1,
.text-kanan-3 {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 90px);
}

.judul-produk {
  transform: translate(0, -60px);
}

/* section 2 end */
/* 
*
*
*
*
 HALAMAN TENTANG KAMI end
*
*
*
*
*/

/* HALAMAN BRANDING MOBIL */

/* section 1 */

.brand-mobil-img {
  max-width: 513px;
  height: 297px;
  background: var(--unnamed-color-0a9ad3) 0% 0% no-repeat padding-box;
  background: #0a9ad3 0% 0% no-repeat padding-box;
  border-radius: 20px;
}

.brand-mobil-title {
  text-align: left;
  font-size: 35px;
  letter-spacing: 1px;
  color: #2d2d2d;
}

.brand-mobil-text {
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  font: Light 18px/24px Open Sans;
  letter-spacing: 0.6px;
  color: #2d2d2d;
  opacity: 1;
}

/* section 1 end */
/* 
*
*
*
*
 HALAMAN BRANDING MOBIL end
*
*
*
*
*/

/* HALAMAN PORTFOLIO */
/* section 1 */
#portfolio-title {
  font: Semibold 50px/68px Open Sans;
  letter-spacing: 2.5px;
  margin-bottom: 30px;
}

/* portfilio img */
.portfolio-item img {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 328px;
  height: 234px;
  border-radius: 15px;
  background: #0a9ad3 0% 0% no-repeat padding-box;

  transition: 0.7s;
}

.portfolio-branding-mobil .portfolio-img {
  background-color: #0a9ad3;
}

.portfolio-branding-kantor .portfolio-img {
  background-color: coral;
}

.portfolio-digital-printing .portfolio-img {
  background-color: greenyellow;
}

.portfolio-cutting-sticker .portfolio-img {
  background-color: hotpink;
}

.portfolio-stock-sticker .portfolio-img {
  background-color: navy;
}

/* hidden */
.portfolio-branding-mobil,
.portfolio-branding-kantor,
.portfolio-digital-printing,
.portfolio-cutting-sticker,
.portfolio-stock-sticker {
  display: none;
}

/* portfolio show */
.portfolio-show {
  display: block;
}

#pagination {
  margin-top: 65px;
  margin-bottom: 100px;
}

.pg-blue {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* section 1 end */
/* 
*
*
*
*
 HALAMAN BRANDING MOBIL end
*
*
*
*
*/

/* HALAMAN KONTAK */
/* section 1 */

/* kontak kiri */
#kontak {
  margin-bottom: 170px;
}

.header-kontak {
  text-align: left;
  font: Semibold 30px/41px Open Sans;
  letter-spacing: 1.5px;
  color: #5d5d5d;
  opacity: 1;
}

.text-kontak {
  text-align: left;
  font: Regular 20px/27px Open Sans;
  letter-spacing: 1px;
  color: #5d5d5d;
}

.tombol-kirim {
  width: 200px;
  height: 39px;
  background-color: #0d78c4;
  color: white;
  border-radius: 20px;
  border: none;
  margin: 30px 0;
}

.tombol-kirim:focus {
  outline: none;
}

/* kontak kanan */
.form-control {
  width: 270px;
}

.text-area {
  width: 80%;
}

.text-kirim {
  line-height: 22px;
}

#loadspin {
  position: absolute;
  transform: translate(-5px, -7px);
  z-index: 12;
  left: 100px;
  top: 100;
}

/* section 1 end */
/* 
*
*
*
*
 HALAMAN KONTAK end
*
*
*
*
*/

/* HALAMAN  FAQ */

.note-editor .note-editing-area .note-editable img .note-float-left {
  margin-right: 10px;
}
.note-float-left {
  margin-right: 10px;
}

.note-editor .note-editing-area .note-editable img .note-float-right {
  margin-left: 10px;
}
.note-float-right {
  margin-left: 10px;
}
.note-video-clip {
  margin: 0 10px;
}

.accordion-section .panel-default>.panel-heading {
  border-radius: 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 3px #8a8a8a29;
  border: 1px solid #b5b5b5;
  opacity: 1;
  margin-bottom: -12px;

}

.accordion-section .panel-default .panel-title a {
  text-align: left;
  font: Semibold 20px/27px Open Sans;
  letter-spacing: 1px;
  color: #5d5d5d;
  opacity: 1;
}

.accordion-section .panel-default .panel-title a:after {
  /* font-size: 2rem; */
  content: "︿";
  margin-top: 2px;
  /* content: icon; */
  font-weight: 900;
  color: #000000;
  float: right;

}

.accordion-section .panel-default .panel-title a.collapsed:after {
  margin-bottom: 3px;
  content: "﹀";
}

.accordion-section .panel-default .panel-body {
  border-top: none;
  padding-top: 20px;
  border-bottom: 1px solid #acacac;
  border-right: 1px solid #acacac;
  border-left: 1px solid #acacac;
}

.panel-body p {
  text-align: left;
  font: Regular 20px/27px Open Sans;
  letter-spacing: 1px;
  color: #5d5d5d;
  opacity: 1;

}

.faq-img {
  max-width: 439px;
  height: 246px;
  /* background: #1a7fc7 0% 0% no-repeat padding-box; */
  border: 1px solid #0e78c4;
  margin: 40px 10px;
  margin-bottom: 80px;

  background-size: cover;
  background-position: center;
  position: sticky;
}

.faq-all,
.faq-branding-mobil,
.faq-branding-kantor,
.faq-cetak-sticker,
.faq-cutting-sticker {
  display: none;
}

.faq-show {
  display: block;
}

/*
*
*
*
 HALAMAN FAQ end
*
*
*
*
*/
.portfolio-item {
  opacity: 0;
  transform: translate(0, 90px);
  transition: 0.7s;
}

.element-show {

  transform: translate(0, 0);
  opacity: 1;
  display: inline-table;
}

/* under 1300px */
@media (max-width: 1300px) {

  /* portfolio */
  .portfolio-img {
    width: 328px;
    height: 234px;
    margin: 20px auto;
  }

  .tombol-branding {
    margin: 5px 5px;
  }
}

/* under 1100px */
@media (max-width: 1100px) {
  .tombol-branding {
    font-size: 18px;
    height: 41px;
    width: 189px;
    /* border: 1px solid #707070;
    border-radius: 10px;
    margin: 0px 10px;
    background-color: #ffffff; */
  }

  #news {
    height: 700px;
  }
}

/* under 1000px */
@media (max-width: 1000px) {

  /* portfolio */
  .portfolio-img {
    width: 272px;
    height: 198px;
    margin: 20px auto;
  }

  /* tentang kami */
  .aboutme-img {
    margin: 10px auto;
  }

  .proses-img {
    margin: 10px auto;


  }

  /* index */
  .carousel-img {
    width: 864px;
    height: 372px;
  }

  .branding-img {
    width: 150px;
    height: 150px;
    margin: 10px 10px;
  }

  /* ALL */
  .tombol-branding {
    margin: 5px 5px;
  }
}

@media (max-width: 770px) {
  .proses-img {
    width: 158px;
    height: 184px;
  }
}

/* under 750px ================*/
@media (max-width: 767px) {

  /* brand mobil */
  .brand-mobil-img {
    max-width: 342px;
    height: 198px;
    margin: 10px auto;
  }

  .brand-mobil-text,
  .brand-mobil-title,
  .brand-mobil-img {
    margin: 10px 30px;
  }

  /* index */
  .branding-img {
    width: 135px;
    height: 135px;
    margin: 10px 10px;
  }

  .brand-imgs {
    padding: 0 auto;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .judul-last-project {
    font-size: 30px;
  }

  /* index */
  .carousel-img {
    width: 648px;
    height: 279px;
  }

  .tombol-branding {
    margin: 5px 5px;
  }

  .brand-imgs {

    /* padding-left: 5px; */
    /* padding-right: 5px; */
  }

  .branding-img {
    margin: 0 auto;
  }

}

/* under 560px */
@media (max-width: 560px) {

  /* index */
  .carousel-img {
    width: 540px;
    height: 233px;
  }

  #news {
    height: 750px;
  }


  .carousel-img {
    width: 432px;
    height: 186px;
  }

  .rectangle {
    display: none;
  }

  .branding-img {
    width: 105px;
    height: 105px;

  }


  .brand-imgs {
    padding: 0px auto;
  }


  .cards {
    margin: 0 17px;
  }

  /* tentang kami */
  .proses-img {
    width: 188px;
    height: 204px;
  }
}

/* under 430px */
@media (max-width: 430px) {

  /* portfolio */
  .portfolio-img {
    width: 292px;
    height: 208px;
    margin: 20px auto;
  }

  /* index */

  .branding-img {
    width: 85px;
    height: 85px;

  }

  .brand-imgs {
    padding: 0px auto;
  }

  .tombol-branding img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
  }

  .tombol-branding {
    margin: 3px;
    height: 58px;
    width: 70px;
    font-size: 9px;
  }

  /* tentang kami */
  .proses-img {
    width: 171px;
    height: 183px;
  }
}

@media (max-width:409px) {
  .tombol-branding img {
    width: 18px;
    height: 18px;
  }

  .tombol-branding {
    margin: 3px;
    height: 52px;
    width: 60px;
    padding: 0;
    font-size: 8px;
  }
}

/* under 360px */
@media (max-width: 360px) {
  .carousel-img {
    width: 324px;
    height: 140px;
    margin-left: 0;
  }

  #news {
    height: 800px;
  }


  .branding-img {
    width: 75px;
    height: 75px;

  }
}



/* upper 1200 */
@media (min-width: 1000px) {
  .text-kanan {
    padding-left: 95px;
  }

  .text-kiri {
    padding-right: 95px;
  }
}

@media (min-width: 991px) {


  .text-kanan,
  .text-kiri {
    margin-top: 1rem;
  }
}

.container-fluid {
  margin-bottom: 6.5rem;
}

/* coba doang */
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/


.item-wraper {
  margin-bottom: 30px;
  display: flex;
  justify-items: center;
  align-items: center;
}

.portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0px;
  z-index: 3;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  transform: translate(0, 30px);
  word-break: break-word;
}

.portfolio-item .portfolio-info h4 {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #473d3a;
  word-break: break-word;
}

.portfolio-item .portfolio-info p {
  text-align: center;
  color: #7f6d68;
  font-size: 14px;
  margin-bottom: 0;
  word-break: break-word;
}

.portfolio-item:hover .portfolio-info {
  opacity: 1;
  transform: translate(0, 0);
  bottom: 20px;
  left: 0px;
  right: 0px;
}

.portfolio-wraper {
  margin: 0 auto;
}

body {
  width: 100%;
}