@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url("cssstyle");

.syflm{
    overflow: hidden;
    display: contents;
}
.syflm-snc{
    width: 50%;
    float: left;
    padding: 13px 0;
}
.syflm-snc > span{}
.syflm-snc > samp{
    color: #e71f29;
}
.syflm-menu{
    width: 50%;
    float: left;
    text-align: right;
}
.syflm-menu > ul{
    list-style-type: none;
}
.syflm-geri{
    display: inline-block;
}
.syflm-geri > a{
    background-color: #ee202a;
    padding: 18px 25px;
    border-radius: 6px;
    color: #fff;
}
.syflm-geri > a:hover{
    background: #222;
}
.syflm-ileri{
    display: inline-block;
}
.syflm-ileri > a{
    background-color: #ee202a;
    padding: 18px 25px;
    border-radius: 6px;
    color: #fff;
}
.syflm-ileri > a:hover{
     background: #222;
}
.syflm-error{
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    padding: 80px 0;
}
.bnnr{position:relative;overflow:hidden;width:100%;border-radius:10px;}
.bnnr .slides{display:flex;transition:transform 0.8s ease;}
.bnnr .slide{
  flex:0 0 100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap;
  padding: 10px 20px;
}
.slide-mtn{
    display: block;
    margin-bottom: 25px;
}
.bnnr .text{flex:1;min-width:280px;}
.bnnr .text h2{font-size:32px;margin-bottom:15px;}
.bnnr .text p{color:#666;margin-bottom:15px;line-height:1.6;}
.bnnr .text ul{margin-bottom:20px;}
.bnnr .text ul li{margin:6px 0;color:#444;}
.bnnr .text .btn{display:inline-block;background: #ee202a;color:#fff;padding:14px 30px;text-decoration:none;font-weight:bold;border-radius:4px;}

.bnnr .image{flex:1;min-width:280px;text-align:center;}
.bnnr .image img{max-width:100%;height:auto;}

/* Dots sağda dikey */
.bnnr-dots{position:absolute;right:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;z-index:5;}
.bnnr-dots button{width:12px;height:12px;border-radius:50%;border: 2px solid #ee202a;background:#fff;cursor:pointer;padding:0;}
.bnnr-dots button.active{background: #ee202a;}

@media(max-width:768px){
  .bnnr .slide{flex-direction:column;text-align:center;}
  .bnnr .text h2{font-size:24px;}
  .bnnr-dots{flex-direction:row;bottom:15px;top:auto;left:50%;transform:translateX(-50%);}
}
.hzmt-bg{
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    background: #f9f9f9;
}
.hzmt-px{
    background-color: #fff;
}
.loader-wrap {
	position: fixed;
	inset: 0;
	background: #ee202a;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	transition: opacity 1s ease;
}
.circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top: 2px solid #fff;
	animation: spin 2s linear infinite;
	margin-bottom: 40px;
}
@keyframes spin {
	to { transform: rotate(360deg); }
}
.txt-loading {
	letter-spacing: 10px;
	display: flex;
	gap: 10px;
}
.txt-loading span {
	font-family: none;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 70px;
	line-height: 70px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}
.txt-loading span::before {
	content: attr(data-letter);
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	width: 0%;
	overflow: hidden;
	white-space: nowrap;
	animation: fill 2s infinite;
}
.txt-loading span:nth-child(1)::before { animation-delay: 0.2s; }
.txt-loading span:nth-child(2)::before { animation-delay: 0.4s; }
.txt-loading span:nth-child(3)::before { animation-delay: 0.6s; }
.txt-loading span:nth-child(4)::before { animation-delay: 0.8s; }
.txt-loading span:nth-child(5)::before { animation-delay: 1s; }
.txt-loading span:nth-child(6)::before { animation-delay: 1.2s; }
@keyframes fill {
	0% { width: 0%; }
	50% { width: 100%; }
	100% { width: 0%; }
}
.loader-wrap.fade-out {
	opacity: 0;
	visibility: hidden;
}