.karaisland .debug .debug-red {background:red;}
.karaisland .debug .debug-blue {background:blue;}
.karaisland .debug .debug-purple {background:purple;}
.karaisland .debug .debug-green {background:green;}

html, body {
  width: 100%;
  height: 100%;
  /*background:yellow;*/
  overflow: hidden;
}
#ki-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#ki-background img {
  position: absolute;
  left: 0;
  top:0;
  opacity: 0;
  transition: all 1.5s linear;
  animation-name: bgmove;
  animation-duration: 35s; 
  animation-timing-function: ease-out; 
  animation-delay: 0s;
  animation-iteration-count: infinite;
}
#ki-background img.active {
  opacity: 1;
}
img#ki-brush {
  position: absolute;
  left: 230px;
  top: 0;
  height: 1000px;
  animation-name: brushmove;
  animation-duration: 10s; 
  animation-timing-function: ease-out; 
  animation-delay: 0s;
  animation-iteration-count: infinite;
}
@media (max-width: 1800px) {img#ki-brush {left: 200px;}}
@media (max-width: 1700px) {img#ki-brush {left: 180px;}}
@media (max-width: 1600px) {img#ki-brush {left: 130px;}}
@media (max-width: 1500px) {img#ki-brush {left: 100px;}}
@media (max-width: 1450px) {img#ki-brush {left: 80px;}}
@media (max-width: 1400px) {img#ki-brush {left: 50px;}}
@media (max-width: 1350px) {img#ki-brush {left: 20px;}}
@media (max-width: 1300px) {img#ki-brush {left: 00px;}}
@media (max-width: 1250px) {img#ki-brush {left: -20px;}}

#ki-nav {
  /*background:red;*/
  position: absolute;
  left: 50px;
  top: 30px;
}
#ki-nav .logo img {
  height: 65px;
}
#ki-nav .logo img:hover {
  transform: scale(1.05);
}
#ki-nav .anchors ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 31px;
  margin-top: 20px;
}
#ki-nav .anchors ul li {
  margin-bottom: 15px;
}
#ki-nav .anchors ul li a {
  color: white;
  font-weight: 100;
  text-transform: lowercase;
  position: relative;
  padding: 3px 10px 5px 10px;
  transition:unset;
}
#ki-nav .anchors ul li a:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -20px;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50px;
  opacity: 0.5;
}
#ki-nav .anchors ul li.active a:before {
  opacity: 1;
}
#ki-nav .anchors ul li a:after {
  content: '';
  position: absolute;
  top: 15px;
  left: -17px;
  width: 2px;
  height: 29px;
  background: white;
  opacity: 0.5;
}
#ki-nav .anchors ul li:last-child a:after {
  content: none;
}
#ki-nav .anchors ul li.active a {
  font-weight: 700;
  border: 1px solid #ffffff91;
  border-radius: 13px;
  margin-left:-1px;
}
@keyframes bgmove {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes brushmove {
  0%,100% {
    transform: scale(1.05) rotate(1deg);
  }
  50% {
    transform: scale(1);
  }
}
.ki-subtitle {
  position: absolute;
  top: -70px;
  left: 22%;
  z-index: 100;
}
.ki-title .scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -17px;
}
#ki-footer {
  position: fixed;
  bottom: 20px;
  right: 50px;
}
#ki-meta {
  position: fixed;
  top: 30px;
  right: 50px;
}
#ki-meta a {
  color: #ccc;
}
#ki-meta a:hover {
  color: #639A2B;
}
body.karaisland h1.banner-tag {
  font-size:160px;
}
@media (max-width: 1400px) {body.karaisland h1.banner-tag {font-size:140px;}}
@media (max-width: 1250px) {body.karaisland h1.banner-tag {font-size:120px;}}
body.karaisland .product-showcase .product-item .product-description {
  padding:0 20px;
}
.karaisland .left-dark {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background: linear-gradient(270deg, rgba(253, 253, 253, 0) 0%, rgba(4, 4, 4, 0.3) 50%);
}
.carousel-control-next, .carousel-control-prev {
  color: #ccc;
}
.carousel-control-next:focus, .carousel-control-prev:focus,
.carousel-control-next:active, .carousel-control-prev:active,
.carousel-control-next:hover, .carousel-control-prev:hover {
  color: #639A2B;
}
.testi-item {
  width:100%;
}
.testi-hiasan {
  left: 15px;
  position: absolute;
  top: 15px;
  font-size: 140px;
  color: #f3f3f3;
}
.ki-lang {
}
.ki-lang a {
  color:#ccc;
}
.ki-lang a:hover {
  color:#639A2B;
}
.ki-lang a img {
  width: 15px;
  height: 15px;
  margin-top: -2px;
  margin-right: 2px;
  opacity: 0.7;
}
.ki-lang a.active {
  font-weight: 600;
  color:#002F85;
}
.ki-soc a img {
  width: 25px;
  opacity: 0.5;
  margin-top: -5px;
}
.ki-soc a:hover img {
  opacity: 1;
}
.lang-meta {
  position: absolute;
  left: 55px;
  bottom: 50px;
  width:200px;
}
.lang-meta a {
  color: white;
  float:left;
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
  opacity: 0.7;
}
.lang-meta a.active {
  font-weight: 700;
}
.lang-meta a:hover {
  opacity: 1;
}
.lang-meta img {
  width: 15px;
  height: 15px;
  margin-top: -2px;
  margin-right: 2px;
  opacity: 0.7;
}
.lang-meta a.soc {
  opacity: 1;
}
.lang-meta a.back {
  margin-left: -5px;
}
.lang-meta a.soc img {
  width: 30px;
  height: 30px;
}
.carousel-control-next, .carousel-control-prev {
  color: #fff;
  background: #dfdfdf;
  border-radius: 50px;
  width: 40px;
  position: absolute;
  top: 50%;
  height: 40px;
  margin-top: -50px;
}
.carousel-control-next:focus, .carousel-control-prev:focus, .carousel-control-next:active, .carousel-control-prev:active, .carousel-control-next:hover, .carousel-control-prev:hover {
  color: #fff !important;
}
.carousel-control-next:focus, .carousel-control-prev:focus,
.carousel-control-next:active, .carousel-control-prev:active,
.carousel-control-next:hover, .carousel-control-prev:hover {
  color: #fff;
}
.carousel-inner {
  overflow: visible;
}

.bubbles-wrapper {
  width: 100%;
}
.bubbles-wrapper .test-item {
  width: 40%;
  box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
  background: white;
  padding: 10px;
  margin: 0 auto 50px auto;
}
.kim .bubbles-wrapper .test-item {
  width: 85%;
}
.bubbles-wrapper .test-item img {
  width: 100%;
}
.bubbles-wrapper .test-item p {
}
.bubbles-wrapper .test-item p.name {
  margin:10px 0 0 0;
}
.bubbles-wrapper .test-item p.test-content {
  margin:10px 0 0 0;
}

.move_a {
  transform: rotate(-4deg);
}
.move_b {
  transform: rotate(4deg);
}
.move_c {
  transform: rotate(-3deg);
}
.move_d {
  transform: rotate(3deg);
}
.move_e {
  transform: rotate(-4deg);
}