.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

@media (min-width: 768px) {
  #searchbar {
    position: absolute;
    width: 100%;
    top: 600px;
  }
}

@media (min-width: 768px) {
  #searchbarcont {
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: var(--bs-border-color-translucent);
    width: 85%;
  }
}

@media (min-width: 1400px) {
  .isiketupat {
    max-width: 250px;
    height: 250px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: 1s;
  }
}

.isiketupat:hover {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media (min-width: 1400px) {
  .kiri {
    position: relative;
    top: 133px;
    /*left: -33px;*/
  }
}

@media (min-width: 1400px) {
  .atas {
    position: relative;
    left: -120px;
    top: 3px;
  }
}

@media (min-width: 1400px) {
  .kanan {
    position: relative;
    top: -118px;
    left: 135px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .isiketupat {
    max-width: 200px;
    height: 200px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: 1s;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .kanan {
    position: relative;
    top: -76px !important;
    left: 108px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .kiri {
    position: relative;
    top: 125px;
    left: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .atas {
    position: relative;
    left: -96px;
    top: 19px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .isiketupat {
    height: 200px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: 1s;
    max-width: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .kiri {
    position: relative;
    left: -3px;
    top: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .atas {
    position: relative;
    left: 3px;
    top: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .kanan {
    position: relative;
    /*left: 145px !important;*/
    top: -105px !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .isiketupat {
    height: 160px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: 1s;
    max-width: 160px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .kiri {
    position: relative;
    left: -66px;
    top: 130px;
  }
}

@media (max-width: 768px) {
  .atas {
    position: relative;
    left: 17px;
    top: -114px;
  }
}

@media (max-width: 768px) {
  .kanan {
    position: relative;
    left: 101px !important;
    top: -191px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .kiri {
    position: relative;
    /*left: -102px;*/
    top: 240px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .kanan {
    position: relative;
    left: 89px !important;
    top: 81px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .atas {
    position: relative;
    left: -75px;
    top: 155px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .isiketupat {
    width: 160px;
    height: 160px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: 1s;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .isiketupat {
    width: 216px !important;
    height: 200px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: 1s;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .kiri {
    position: relative;
    left: 3px;
    top: 157px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .kanan {
    position: relative;
    left: 121px !important;
    top: -44px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .atas {
    position: relative;
    left: -100px;
    top: 51px;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .isiketupat {
    width: 150px;
    height: 150px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: 1s;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .kiri {
    position: relative;
    left: -2px;
    top: 142px;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .kanan {
    position: relative;
    left: 79px !important;
    top: -8px !important;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .atas {
    position: relative;
    left: -74px;
    top: 64px;
  }
}

.link-secondary {
  color: var(--bs-body-bg) !important;
  font-size: 16px;
}

.footerllink {
  color: #181620 !important;
  text-decoration: none;
  font-family: 'Sora';
}

.pricetag {
  width: fit-content;
  font-weight: bolder;
  font-size: 30px;
  position: relative;
  font-family: Sora, sans-serif;
}

@media (min-width: 768px) {
  .pricetag {
    font-size: 20px;
  }
}

@media (min-width: 300px) {
  .pricetag {
    font-size: 18px;
  }
}

@media (min-width: 300px) {
  .searchbartext {
    color: #181620 !important;
  }
}

@media (min-width: 768px) {
  .searchbartext {
    color: var(--bs-body-bg) !important;
    font-family: 'Sora';
  }
}

@media (max-width: 768px) {
  .formcontactus {
    flex: 100%;
  }
}

.filterhero {
  background: #000;
  width: 100%;
  height: 768px;
  position: absolute;
  opacity: 70%;
}

@media (min-width: 992px) {
  .logo {
    width: 35%;
    height: 35%;
  }
}

@media (max-width: 576px) {
  .serachbarcls {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .logo {
    width: 40%;
  }
}

