.arkaplan{
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)), url('../img/greenhouse1.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.parallax-background{
    background-position: center;
}


.arkaplan2{
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7)), url('../img/greenhouse1.jpg') !important;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
}
.style-switcher-open-loader{
    display: none;
}
.custom-element-8{
    width: 580px;
}
.logogo{
    max-width: 250px;
}
@media (min-width: 360px) {
	.logogo{
		width: 100px;
	}
/* 	.d-none{
		display: inline-flex !important;
	} */
	}
@media (min-width: 576px) {
	.logogo{
		width: 100px;
	}
/* 	.d-none{
		display: inline-flex !important;
	} */
	}
@media (min-width: 768px) {
	.logogo{
		width: 180px;
	}
/* 	.d-none{
		display: inline-flex !important;
	} */
}

@media (min-width: 992px) {
	.logogo{
		width: 220px;
	}
	.d-none{
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.logogo{
		width: 250px;
	}
	.d-none{
		display: inline-flex !important;
	}
}
#language-img{
	width: 1.5rem;
}
.owl-dots {
    position: absolute;
    bottom: 1rem; /* İstediğiniz mesafeyi ayarlayabilirsiniz */
    width: 100%;
    z-index: 1;
}

.owl-dot span {
    background: var(--secondary) !important; 
}

.owl-dot.active span {
    background: var(--primary) !important; 
}
