@font-face {
  font-family: Baksosapi;
  src: url('../../assets/fonts/BaksoSapi.otf');
}

@font-face {
  font-family: Babydoll;
  src: url('../../assets/fonts/Baby Doll.ttf');
}

@font-face {
  font-family: Monserat-regular;
  src: url('../../assets/fonts/Montserrat-Regular.ttf');
}

html,body{
  overflow-x: hidden;
  font-family: 'Monserat-regular' !important;
  font-size: 18px;
}

h1,h2,h3{
  font-family: 'Baksosapi' !important;
  color: #6DC595;
  margin: 0px;
}

#find-out{
  font-family: 'Baksosapi' !important;
    color: #6DC595;
    margin: 0px;
}

.product-name{
  font-family: 'Baksosapi' !important;
  color: #000 !important;
  font-size: 16px;
}

.product-price{
  font-size: 36px;
  font-weight: 600;
  margin: 0px;
}

a {
  color: #000 !important;
  text-decoration: none !important;
}

a :hover{
  color: #686868 !important;
  text-decoration: none !important;
}

.btn-danger-kr {
  color: #fff;
  background-color: #F97563;
  border-color: #F97563;
}

.nav-item {
  margin-right: 6px;
  margin-left: 6px;
}

/* @media (min-width:768px) {
  
} */

#hello-text{
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 48px;
  text-align: center;
}

#contact-text {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 48px;
  text-align: center;
}

.sub-title {
  font-family: 'Monserat-regular' !important;
  font-size: 28px !important;
  color: #6DC595;
  text-align: center;
}

.babydoll{
  font-family: 'Babydoll';
}

.baksosapi{
  font-family: 'Baksosapi';
}

.monserat{
  font-family: 'Monserat-regular';
}

.list-inline-item {
  margin-right: 3.5rem !important;
  padding: 5px 20px !important;
  background: #dc9e43;
  color: rgb(255,255,255);
}

#hello {
  /*background-image: background: url("../../assets/img/Background%20Pinus.png") bottom / cover no-repeat;min-height: 700px;*/
  background: url("../../assets/img/bg-pinus.png") bottom / cover no-repeat;
  min-height: 800px;
  /*color: rgb(255,255,255);*/
}

.bgsecondary{
  background: rgba(73, 73, 73, 0.4) !important;
}

#slider-home {
  background-color: rgb(254,247,219);
}

#home-wrap{
  min-height: auto;
  /* padding-top: 0.8rem; */
  padding-bottom: 8rem;
  margin: 0px;
  background-image: url('../../assets/img/Tengah.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  /* background-origin: content-box; */
}

#owner{
  background-color: rgb(254, 247, 219);
}
#owner-wrap{
  min-height: 1000px;
    padding-top: 2rem;
    padding-bottom: 8rem;
    margin: 0px;
    background-image: url('../../assets/img/Tengah.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

#wrkspc-btm{
  /* padding-top: 2rem; */
  padding-bottom: 50px;
  margin: 0px;
  background-image: url('../../assets/img/bg-pinus.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

#img-container {
  position: relative;
}

.imaging {
  display: block;
  width: 100%;
  height: auto;
}

/*#header-logo {
  padding: 15px 0px 0px 0px;
  background-color: #fef7db;
}*/

#header-logo {
  padding: 15px 0px 0px 0px;
  /* background-color: #b8d6ff; */
  background-image: url('../../assets/img/bg-header-new.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wrksp-su{
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 20px;
  box-shadow: 0px 7px 8px 0px rgba(84, 84, 84, 0.6);
    -webkit-box-shadow: 0px 7px 8px 0px rgba(84, 84, 84, 0.6);
    -moz-box-shadow: 0px 7px 8px 0px rgba(84, 84, 84, 0.6);
}

.rounded-pill {
  background-color: #FFD751 !important;
  font-weight: 400;
  color: #000000 !important;
}

.visit {
  background-color: #6DC595 !important;
}


#gretings {
  background-color: #ffffff;
  padding: 20px 0px 20px 0px;
  margin: 0px;
  /* min-height: 500px; */
  background-image: url("../../assets/img/bg-pinus.png");
  background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

#projects {
  background-color: #ffffff;
  padding: 20px 0px 20px 0px;
  margin: 0px;
  min-height: 800px;
  background-image: url("../../assets/img/bg-pinus.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.slide-main {
  position: relative;
}

.slide-main img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 25px;
}

.slide-main .slide-title {
  position: absolute;
  height: 85px !important;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(73, 73, 73, 0.4);
  color: #fff;
  padding: 20px;
  margin-bottom: 0px !important;
  font-size: 1.5rem;
  text-align: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* Project Image */
.news-main {
  position: relative;
}

.news-main img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 25px;
}

.news-main .news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(73, 73, 73, 0.4);
  color: #fff;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: bolder;
  text-align: center;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.news-side {
  position: relative;
}

.news-side img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 25px;
}

.news-side .news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(73, 73, 73, 0.4);
  color: #fff;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: bolder;
  text-align: center;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

/**
PROJECT DETAIL IMAGE
*/
 .main-image {
   width: 100%;
   height: auto;
   object-fit: cover;
   border-radius: 20px;
 }

 .thumbnail img {
   cursor: pointer;
   transition: transform 0.2s ease;
   border-radius: 20px;
 }

 .thumbnail img:hover {
   transform: scale(1.1);
 }

 .thumbnail img.active {
   border: 2px solid #007bff;
 }
/* Project Image */

#store-cats {
  background-color: #ffffff;
  padding: 20px 0px 20px 0px;
  margin: 0px;
  /* min-height: 500px; */
  background-image: url("../../assets/img/bg-pinus.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.ribbon {
  text-align: center;
  width: 120px;
  font-size: 16px;
  padding: 4px;
  position: absolute;
  right: 15px;
  top: 0px;
  text-align: center;
  border-bottom-left-radius: 25px;
  background-color: rgb(254,230,14);
  color: black;
}

/* #aboutus {
  background-color: #ffffff;
  padding: 20px 0px 20px 0px;
  margin: 0px;
  min-height: 500px;
  background-image: url("../../assets/img/bg-pinus.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
} */

#slider {
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
}

/*.cloud-bg{
  background-image: url('../../assets/img/bg-awan-02.png');
  background-repeat: no-repeat;
  background-size: cover;
}*/

.email {
  background-color: #F97563 !important;
}

.nav-bg {
  background-image: url('../../assets/img/bg-nav.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.service {
  border-radius: 50px;
  background-color: #F97563;
  padding: 4px;
  color: #ffffff !important;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  /*width: 300px;*/
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-light {
  background-color: #fef7db !important;
}

.navbar-white{
  background-color: #d2f0fd !important;
  padding: 10px 5px !important;
}

.navbar-dark{
  /* background-color: #d2f0fd !important; */
  background-image: url('../../assets/img/bg-header-new.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px 15px !important;
}

.navbar-toggler{
  background-color: #ff5476 !important;
}

/* Navbar mobile */
/* Navbar mobile tampil di semua layar <1200px */
.navbar-mobile {
  display: block !important;
}

@media (min-width: 1200px) {
  .navbar-mobile {
    display: none !important;
  }
}

/* Navbar desktop hanya di ≥1200px */
#header-logo {
  display: none !important;
}

@media (min-width: 1200px) {
  #header-logo {
    display: block !important;
  }
}
/* Navbar mobile */

#navcol-kids {
  /* background-color: #ffffff; */
  padding-top: 20px;
  padding-bottom: 20px;
  /* padding-right: 50px; */
  margin-right: 40px !important;
  margin-left: 80px !important;
}

#footer-top{
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
}

#footer-top-wrap{
  /* min-height: 709px; */
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0px;
  /* background-image: url('../../assets/img/footer-top.png'); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.btn-wa{
  /* position:absolute; */
  min-width: 800px;
  padding: 10px 20px;
  margin-top: 50px;
  border-radius: 50px;
  background-color: #F97563;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
}

#footer-bottom{
  min-height: 1000px;
  background-image: url('../../assets/img/footer-bottom.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

#footer-address{
  padding-top: 50px;
}

.navbar {
  margin: 0px !important;
  padding: 10px 5px !important;
  /*width: auto !important;*/
}

.container-img {
  position: relative;
  margin: 15px 0px 20px 0px;
  /* width: 50%; */
}

.container-img .btn-link{
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgb(92,150,232);
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  text-decoration: none;
}

.container-img .btn-link:hover {
  background-color: #0f3470;
}

.img-box{
  box-shadow: 0px 2px 0px rgb(183, 190, 197);
  border: 0.2rem dashed #000;
}

.gal-item {
  overflow: hidden;
  padding: 8px;
}

.gal-item .box {
  height: 100%;
  overflow: hidden;
}

.box img {
  position: relative;
  height: 100%;
  width: auto;
  object-fit: cover;
}

.bottom-left {
  position: absolute;
  background-color: rgba(163, 163, 163, 0.8);
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  bottom: 8px;
  left: 16px;
}

.card-shadow{
  margin-top: 25px;
  -webkit-box-shadow: 0px 7px 7px -1px rgba(196, 196, 196, 0.7);
    -moz-box-shadow: 0px 7px 7px -1px rgba(196, 196, 196, 0.7);
    box-shadow: 0px 7px 7px -1px rgba(196, 196, 196, 0.7);
}

.carousel-frame {
  border-radius: 40px;
  border: 0.2rem dashed #000;
}

.promo-frame {
  border-radius: 40px;
  border: 0.2rem dashed #000;
  background-color: #f3f3f3;
}

.project-category{
  padding-bottom: 20px;
  font-size: 48px;
}

#design-fee{
  padding: 20px 0px;
  border-top: #222 0.1em solid;
  color: #222;
}

/* Multicarousel */
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
  text-align: center;
  padding: 10px;
  margin: 10px;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

/* Multicarousel */

/* WA floating button */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

/* PAGINATION */
.pagination .page-item.active .page-link {
  background-color: #F97563;
  border-color: #F97563;
  color: #e9ecef !important;
}

.pagination .page-item .page-link {
  color: #F97563 !important;
}

.pagination .page-item .page-link:hover {
  background-color: #F97563;
  border-color: #F97563;
  color: #e9ecef !important;
}

.pagination {
  margin-top: 30px;
}

#similar-frame{
  background-color: #fff;
  border-radius: 35px;
  padding : 15px 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.similar-shadows{
  background-color: #fff;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#other-way{
  font-weight: bold;
  font-size: 28px;
}

/* Responsive Device */

/* Untuk tablet (ukuran medium ke bawah) */
@media (max-width: 767.98px) {

  /* label form */
    label{
      font-size: 12px !important;
    }
  /* label form */

  h2{
    font-size: 1rem;
  }

  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }

  .news-side .news-title {
      font-size: 1.2rem;
      font-weight: bolder;
    }
  
  .news-main .news-title {
    font-size: 1.2rem;
    font-weight: bolder;
  }

  #contact-text {
    font-size: 48.6px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.about-boxshadow-hijau{
  box-shadow: 8px 8px 0px 4px rgba(02,204,166, 0.1);
  border-radius: 1rem;
  padding: 20px;
}
.about-boxshadow-biru{
  box-shadow: 8px 8px 0px 4px rgba(0,168,255, 0.1);
  border-radius: 1rem;
  padding: 20px;
}
.about-boxshadow-kuning{
  box-shadow: 8px 8px 0px 4px rgba(254,191,2, 0.1);
  border-radius: 1rem;
  padding: 20px;
}
.about-boxshadow-merah{
  box-shadow: 8px 8px 0px 4px rgba(255,84,118, 0.1);
  border-radius: 1rem;
  padding: 20px;
}

/* FOR LOGO STYLEING */
.logo-wrapper {
  width: 100%;
  height: 120px;
  /* atau sesuaikan sesuai kebutuhan */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #fff; */
  /* opsional: untuk menjaga background seragam */
  /* border: 1px solid #eee; */
  /* opsional: untuk kotak batas jika diperlukan */
  padding: 0px;
  box-sizing: border-box;
}

.logo-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* FOR LOGO STYLEING */

@media (max-width: 575.98px) {

  /* FOR LOGO STYLEING */
    .logo-wrapper {
      width: 100%;
      height: 120px;
      /* atau sesuaikan sesuai kebutuhan */
      display: flex;
      align-items: center;
      justify-content: center;
      /* background-color: #fff; */
      /* opsional: untuk menjaga background seragam */
      /* border: 1px solid #eee; */
      /* opsional: untuk kotak batas jika diperlukan */
      padding: 0px;
      box-sizing: border-box;
    }
  
    .logo-wrapper img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }
  
    /* FOR LOGO STYLEING */

  .product-price {
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
  }

  #aboutus {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    /* min-height: 500px;
    background-image: url("../../assets/img/bg-pinus.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover; */
  }

  .promo-title{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    margin: 0px;
  }

  #other-way {
    font-size: 22.4px;
  }

  li{
    font-size: 14px;
  }

  #similar-frame {
    background-color: #fff;
    border-radius: 25px;
    padding: 15px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #check-out{
    font-size: 19px;
  }

    #find-out{
    font-size: 15px;
  }

  .container-img .btn-link {
    font-size : 12px;
  }

  p{
    font-size: 14px;
  }

  h1{
    font-size: 28px;
  }

  h2{
    font-size: 24px;
    padding: 10px 0px;
  }

  h3,h4{
    font-size: 20px;
  }

  h5{
    font-size: 14px;
  }

  .project-category {
    font-size: 25px;
    padding-bottom: 10px;
  }

  .promo-frame {
    padding: 1rem !important;
    border-radius: 20px !important;
  }

  .promo-frame img {
    /* max-height: 250px; */
    object-fit: cover;
  }

  .social-link img {
    max-width: 250px;
    /* object-fit: cover; */
  }

  .slide-main .slide-title {
    font-size: 1rem;    
    font-weight: bolder;
    padding: 10px;
    height: 63px !important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  #hello-text {
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  #contact-text {
    font-size: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .carousel-frame {
    padding: 1rem !important;
    border-radius: 20px !important;
  }
  
  .carousel-frame img {
    max-height: 200px;
    /* object-fit: cover; */
  }

  .sub-title {
    /* font-family: 'Monserat-regular' !important; */
    font-size: 16px !important;
    /* color: #6DC595;
    text-align: center; */
  }

  #footer-bottom {
    min-height: 600px !important;
    /* background-image: url('../../assets/img/footer-bottom.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain; */
  }

  #footer-address {
    padding-top: 30px !important;
  }

  #design-fee {
    font-size: 18px !important;
  }
}

/* SWIPER STYLE */
.swiper-container {
  overflow: hidden;
  padding: 15px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.swiper-item {
  text-align: center;
}

.swiper-img-wrapper {
  width: 150px;
  height: 150px;
  border: 2px dashed #000000;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px auto;
}

.swiper-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.swiper-caption a{
  font-size: 14px;
  background-color: rgb(92, 150, 232);
  color: #fff !important;
  font-weight: 400;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}