/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* style icindaki */

/* end */

.swiper_size{
	max-width: 600px !important;
}

.img_text{
	width: 100%;
	/* height: 40px; */
	/* background-color: purple; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.name_text{
	display: flex;
	flex-direction: column;
}

.name_text span:nth-child(1){
	font-size: 25px;
	font-weight: bold;
}

.btnyellow{
	background-color: #EF7C00 !important;
	color: white !important;
}

.btnyellow:hover{
	border: 2px solid #EF7C00 !important;
	color: #EF7C00 !important;
	background-color: white !important;
}

.carouselMobile{
	display: none;
}

.slider_h{
	height: 500px !important;
}

.slider_text1{
	width: 50% !important;
}

@media (max-width:750px) {
	.img_text{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	/* .slider_h{
		height: 400px !important;
	} */
	.slider_text1{
		width: 100% !important;
	}
	
}

@media (max-width:600px) {
	.carouselMobile{
		display: block;
	}
	.comp{
		display: none !important;
	}


	.slider_h{
		height: 250px !important;
	}
	
}

@media (max-width:520px) {
	.slider_h{
		height: 250px !important;
	}
	.slider_text1{
		display: none;
	}
}
