
.swiper-slide img{
	object-fit:cover;
	margin: auto;
	min-height: 80vh;
	min-width: 100vw!important;
	max-height: 80vh;
	height: 80vh;
}
.swiper{
	height: auto;
}
.swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.swiper-pagination-bullet-active{
  background-color:#fff;
}

.mansetalti{
	
}
.nopadding{
	padding: 0px;
}
.swiper-button-prev,.swiper-button-next{
	bottom: 0px!important;
	top: calc(100% - var(--swiper-navigation-size)/2 - var(--swiper-navigation-padding-size)*2 )!important;
	background-color: var(--swiper-theme-background-color)!important;
	color: var(--swiper-theme-color)!important;
	padding: var(--swiper-navigation-padding-size)!important;

}
.swiper-button-next{	
	left: calc(100% - var(--swiper-navigation-size)/2 - var(--swiper-navigation-padding-size)*2)!important;
}
.swiper-button-prev{
	left: calc(100% - 2 *(var(--swiper-navigation-size)/4 + var(--swiper-navigation-padding-size)*2))!important;
}
.swiper-pagination-bullet-active{
	background-color: var(--swiper-theme-background-color)!important;
}
.mansetbasliklari{
	position: absolute;
	top: 25px;
	left: 25px;
	width: 45vw;
	animation-name: mansetbaslikanimate;
	animation-duration: .4s;
}

.mansetbasligi{
	position: relative;
	float: left;
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Poppins', sans-serif;
	background-color: var(--swiper-theme-background-color);
	color: var(--swiper-theme-color);

}
.mansetaltbasligi{
	position: relative;
	float: left;
	font-size: 1rem;
	font-weight: 400;
	background-color: var(--swiper-theme-background-color);
	color: var(--swiper-theme-color);
}

@keyframes mansetbaslikanimate {
  from {top: 1000px;}
  to {top: 25px;}
}

@media only screen and (max-width:940px){
	.swiper-slide{		
		flex-wrap: nowrap;
	}
	.swiper-slide img{
		min-height: 200px;
		max-height: 200px;
		height: 200px;
	}
	.mansetbasliklari{
		position: relative;
		float: left;
		width: 100%;
		margin-top:5px;
		margin-left: 0px;
		left: 0px;
		top: 5px;
	}
	.mansetbasligi,.mansetaltbasligi{
		margin-left: 0px;
	}
}

@keyframes slideAnimate {
  from {opacity: 0; }
  to {opacity:1;}
}
.slideAnimate{
    animation-name: slideAnimate;
    animation-duration: 1.8s;
}

@keyframes slideAnimate2 {  
  from {opacity: 0; }
  to {opacity:1;}
}
.slideAnimate2{
    animation-name: slideAnimate2;
    animation-duration: 1.8s;
}