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

/* Page Title */
.image-apear-in {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-apear-in > .l-section-img{
	position: absolute;
	transform: scale(1.6);

}


/* Sarı Yatay Sitili */
.yellow-line-divider:after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 4px;
    width: 200px;
    background-color: var(--color-green);
}

@media (max-width: 600px){
    .yellow-line-divider:after{
        bottom: 0;
        height: 12px;
        width: 100px;
    }
}

.menu-item > a > .w-nav-title{
	position: relative;
}
.menu-item > a >.w-nav-title::before{
	content: '';
	position: absolute;
	bottom: -3px;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #70b42c;
	transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
	.menu-item > a >.w-nav-title:hover::before,
	.current-menu-item >a >.w-nav-title::before{
		left: 0;
		right: auto;
		width: 100%;
	}
}

.sticky .l-subheader.at_middle{
	background: none;
}

.sticky .l-subheader.at_middle:before{
	content:' ';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
    left: 0;
	background: rgba(0, 0, 0, 0.70);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}



.l-preloader {
  background: #3b4c4f !important;
}

or {
    position: relative;
    display: inline-block;
    z-index: 2;
}

main.light .scroll-indicator svg g rect{
    fill: #F11919;
}

.full-height .scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.scroll-indicator svg g rect {
    animation: scroll 2s ease-in-out;
    animation-iteration-count: infinite; 
}

.scroll-indicator svg g rect:nth-child(2) {animation-delay: .1s;}
.scroll-indicator svg g rect:nth-child(3) {animation-delay: .2s;}
.scroll-indicator svg g rect:nth-child(4) {animation-delay: .3s;}
.scroll-indicator svg g rect:nth-child(5) {animation-delay: .4s;}

@keyframes scroll {
    0% {opacity: 0;}
    25% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 0;}
}

.w-iconbox-text{ 
    color: var(--color-content-faded);
}

.w-iconbox:hover .w-iconbox-icon {
    animation: gradient-animation 1s linear infinite;
}

.sss .w-tabs-sections{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sss .w-tabs-sections .w-tabs-section {
    border-radius: 0px;
    background: #fff;
    border-width: 1px !important;
}

.sss .w-tabs-sections .w-tabs-section button {
    border-radius: 8px;
}

.w-tabs-section-header>.w-tabs-section-title {
    font-size: 1.1rem !important;
}

@keyframes gradient-animation {
    0% {
        background: linear-gradient(0deg, #70b42c4f, #223033);
    }
    10% {
        background: linear-gradient(36deg, #70b42c4f, #223033);
    }
    20% {
        background: linear-gradient(72deg, #70b42c4f, #223033);
    }
    30% {
        background: linear-gradient(108deg, #70b42c4f, #223033);
    }
    40% {
        background: linear-gradient(144deg, #70b42c4f, #223033);
    }
    50% {
        background: linear-gradient(180deg, #70b42c4f, #223033);
    }
    60% {
        background: linear-gradient(216deg, #70b42c4f, #223033);
    }
    70% {
        background: linear-gradient(252deg, #70b42c4f, #223033);
    }
    80% {
        background: linear-gradient(288deg, #70b42c4f, #223033);
    }
    90% {
        background: linear-gradient(324deg, #70b42c4f, #223033);
    }
    100% {
        background: linear-gradient(360deg, #70b42c4f, #223033);
    }
}