/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

::selection {
  background-color: var(--color-content-primary);
  color: #000;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: var(--color-content-primary);
}

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}

.w-menu.layout_hor.not_responsive .menu {
  flex-wrap: wrap !important;
}

.w-nav-close:before {
  font-weight: 300;
  font-size: 30px;
}

.header_hor .l-subheader-cell.at_left > * {
  margin-right: 0rem !important;
}

.w-nav.type_mobile .w-nav-list {
  z-index: -1;
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 .w-nav-close {
  display: none !important;
}

.w-nav-arrow:before {
  font-weight: 300;
}

.w-dropdown-current .w-dropdown-item:after {
  font-weight: 300;
}

.l-subheader.at_middle.width_full {
  transition: all 0.5s cubic-bezier(0.6, 0, 0.4, 1) !important;
}

.w-nav.type_desktop .w-nav-list:not(.level_1) {
  padding: 15px !important;
  box-shadow: none;
  border: 1px solid #ebebeb;
}

.w-nav.type_desktop .w-nav-anchor:not(.level_1) {
  line-height: 1em;
}

@media screen and (max-width: 600px) {
  .ush_menu_1.type_mobile .w-nav-anchor.level_1 {
    border-bottom: 1px solid #000 !important;
    padding-left: 0 !important;
  }
}

/* Lennis Kurulum */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Scroll to top */
.w-toplink:not(.w-btn) {
  text-align: center;
  border-radius: 2rem;
  color: #fff !important;
  line-height: 38px;
  height: 40px;
  width: 40px;
  background: black;
}

/* Header Animasyonu */
.header_hor .l-header.sticky_auto_hide {
  transition: all 1.5s cubic-bezier(0.8, 0, 0.2, 1) !important;
}

/* Portfolyo Izgarası */
.portfolioImage {
  position: relative;
  overflow: hidden;
}

.portfolioImage:after {
  content: "";
  display: block;
}

.portfolioImage .wp-post-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #aaaaaa;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* Cursor Animasyonu */
.mf-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  contain: layout style size;
  pointer-events: none;
  transition: opacity 0.3s, color 0.4s;
}

.mf-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  transform: scale(0.2);
  background: currentColor;
  border-radius: 50%;
  transition: transform 0.3s, opacity 0.1s;
}

.mf-cursor.-inverse {
  color: #fff;
}

.mf-cursor.-active:before {
  transform: scale(0.25);
}

@supports (mix-blend-mode: exclusion) {
  .mf-cursor.-exclusion,
  .mf-cursor.-opaque {
    mix-blend-mode: exclusion;
  }

  .mf-cursor.-exclusion:before,
  .mf-cursor.-opaque:before {
    background: #fff;
  }
}

.mf-cursor.-pointer:before {
  opacity: 0.15;
  transform: scale(0.5);
}

.mf-cursor.-pointer-button:before {
  transform: scale(0.5);
}

.mf-cursor.-pointer.-active:before {
  transform: scale(0.1);
}

.mf-cursor.-opaque:before {
  transform: scale(1.32);
}

.mf-cursor.-opaque.-active:before {
  transform: scale(1.2);
}

.mf-cursor.-lg:before {
  transform: scale(1.85);
}

.mf-cursor.-lg.-active:before {
  transform: scale(1.15);
}

.mf-cursor.-text {
  color: #161616;
}

.mf-cursor.-text:before {
  opacity: 1;
  background-color: #f4f4f4;
  transform: scale(1.9);
}

.mf-cursor.-text.-active:before {
  transform: scale(1.7);
  transition-duration: 0.2s;
}

.mf-cursor.-text.-inverse {
  color: #fff;
}

.mf-cursor.-icon:before {
  transform: scale(1.5);
}

.mf-cursor.-icon.-active:before {
  transform: scale(1.4);
}

.mf-cursor.-menu:before {
  transform: scale(1.32);
}

.mf-cursor.-menu.-active:before {
  transform: scale(1.2);
}

.mf-cursor.-hidden:before {
  transform: scale(0);
}

.mf-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  transition: opacity 0.4s, transform 0.3s;
}

.mf-cursor.-icon .mf-cursor-text,
.mf-cursor.-text .mf-cursor-text {
  opacity: 1;
  transform: scale(1);
}

.mf-cursor.-inverse .mf-cursor-text,
.mf-cursor.-article .mf-cursor-text {
  color: #000;
}

.mf-cursor-media {
  position: absolute;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
}

.mf-cursor-media img,
.mf-cursor-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateZ(0);
}

.mf-cursor-media-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0) translateZ(0);
  opacity: 0;
  border-radius: 50%;
  transition: transform 0.35s, opacity 0.2s 0.2s;
}

.mf-cursor.-media .mf-cursor-media-box {
  opacity: 1;
  transform: scale(0.696);
  transition-duration: 0.4s, 0.4s;
  transition-delay: 0s, 0s;
}

.mf-cursor.-media {
  z-index: 0;
}

.mf-cursor.-media .mf-cursor-media-box {
  opacity: 1;
  transform: scale(0.696);
  transition-duration: 0.4s, 0.4s;
  transition-delay: 0s, 0s;
}

.mf-cursor.-media.-media-lg .mf-cursor-media-box {
  transform: scale(1) !important;
}

@supports (mix-blend-mode: exclusion) {
  .mf-cursor.-media.-media-blend {
    z-index: 150;
    mix-blend-mode: exclusion;
  }
}

@supports (mix-blend-mode: exclusion) {
  .mf-cursor.-media.-media-blend .mf-cursor-media-box {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}
