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

/* 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;
}

/* Menü Hover */
.l-subheader-cell.at_right > .w-btn {
  white-space: nowrap;
  text-wrap: nowrap;
}

.menu-item > a > .w-nav-title {
  position: relative;
}

.menu-item > a > .w-nav-title::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.current_page_item .w-nav-title::before {
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
}

@media (hover: hover) and (pointer: fine) {
  .menu-item > a > .w-nav-title:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}


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

/* Post Title */
h1.w-post-elm.post_title.entry-title{
	font-weight: 500;
}

/* Scrollbar */
::selection {
    background-color: #000;
    color: #fff
}

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

::-webkit-scrollbar-track {
    background: #fff
}

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

/* X Kalınlığı */
.w-nav-close:before {
    font-weight: 300;
}


/* Mobile NavMenu */
.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1{
	z-index: -1;
}

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


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

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

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

.mf-cursor.-active:before {
    transform: scale(.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(.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
	mix-blend-mode:exclusion
}

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

.mf-cursor.-text.-active:before {
    transform: scale(1.7);
    transition-duration: .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 .4s,transform .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 .35s,opacity .2s .2s
}

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

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

.mf-cursor.-media .mf-cursor-media-box {
    opacity: 1;
    transform: scale(.696);
    transition-duration: .4s,.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)
    }
}

