.celik-category-background {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.celik-category-background .category_content_wrap {
  position: relative;
  z-index: 2;
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  padding-top: 100px;
}
.celik-category-background .category_content_wrap .categories-item {
  display: table-cell;
  vertical-align: bottom;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: right;
}
.celik-category-background .category_content_wrap .categories-item:last-child {
  border-right: none;
}
.celik-category-background .category_content_wrap .categories-item .cat-name {
  text-align: center;
}
.celik-category-background .category_content_wrap .categories-item .cat-name .cat-link {
  color: #fff;
  transform: translateY(-100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70px;
  justify-content: space-between;
  transition: transform 0.4s ease-in-out;
}
.celik-category-background .category_content_wrap .categories-item .cat-name .cat-link.stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #000000;
  -webkit-text-stroke-width: 1px;
}
.celik-category-background .category_content_wrap .categories-item .cat-name .cat-link:before, .celik-category-background .category_content_wrap .categories-item .cat-name .cat-link:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.celik-category-background .category_content_wrap .categories-item.selected .cat-link {
  transform: translateY(-150px);
}
.celik-category-background .category_content_wrap .categories-item.selected .cat-link:before, .celik-category-background .category_content_wrap .categories-item.selected .cat-link:after {
  width: 40px;
  opacity: 1;
  visibility: visible;
}
.celik-category-background .cat-bg {
  background-size: cover;
  background-position: center center;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 0.7s ease 0s, opacity 0.7s ease 0s;
  -o-transition: transform 0.7s ease 0s, opacity 0.7s ease 0s;
  -webkit-transition: transform 0.7s ease 0s, opacity 0.7s ease 0s;
  z-index: -1;
}
.celik-category-background .cat-bg.selected {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.celik-category-background .celik-category-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .celik-category-background .category_content_wrap .categories-item {
    display: block;
    border: none;
    padding: 40px 0;
  }
  .celik-category-background .category_content_wrap .categories-item .cat-name .cat-link {
    transform: translateY(0);
  }
  .celik-category-background .category_content_wrap .categories-item.selected .cat-link {
    transform: translateY(0);
  }
}

/*# sourceMappingURL=category_bg.css.map */
