body, html{
    background:#131212;
	image-rendering: smooth;
    color:#fff;
}

.govde{
    width:100%;
    height:100%;
    position: fixed;
}
.ust{
    width:100%;
    height:10%;
    background: #000;
    position: fixed;
    top:0;
    left:0;
    display:flex;
    align-items: center;
}
.ust img{
    max-height: 100%;
}
.fiyatlar{
    width:100%;
    height:68%;
    position: fixed;
    top:10%;
    left:0;
}
.fiyatlar_liste{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    padding: 10px;
}
.fiyatlar_reklam{
    position: absolute;
    overflow: hidden;
    top:0;
    right:0;
    height:100%;
    width:35%;
    display:flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 10px solid #131212;
    border-bottom: 10px solid #343434;
}

.fiyatlar_reklam ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    white-space: nowrap;
    transition: transform 0.5s ease-in-out;
}

.fiyatlar_reklam ul li {
    flex-shrink: 0;
}

.fiyatlar_reklam ul li img {
    width: auto;
    display: block;
}


.fiyatlar_liste > ul{
    display:flex;
    flex-direction: column;
    width:100%;
    height:100%;
}
.fiyatlar_liste > ul > li{
    flex:1;
    width:100%;
    border-bottom: 1px solid #131212;
	background:#ffffff;
}
.fiyatlar_liste > ul > li:last-child{
    border:0;
}
.fiyatlar_liste > ul > li > ul{
    width:100%;
    height:100%;
    position: relative;
}
.fiyatlar_liste > ul > li > ul:after{
    clear:both;
    display:table;
    content:"";
}
.fiyatlar_liste > ul > li > ul > li{
    float:left;
    height:100%;
    display:flex;
    align-items: center;
	position:relative;
	background:red;
}
.fiyatlar_liste > ul > li > ul > li:nth-child(1){
    width:40%;
    background:#1a1a18;
    font-size: 50px !important;
    font-weight: bold;
    color:#08ae00;
    padding-left:70px;
}
.fiyatlar_liste > ul > li:nth-child(odd){
	background:#e5e5e5!important;
}
.fiyatlar_liste > ul > li > ul > li:nth-child(2),.fiyatlar_liste > ul > li > ul > li:nth-child(3){
    width:30%;
    font-size: 70px !important;
    font-weight: 700;
    color:#08ae00;
    padding-right:2%;
    text-align: right;
    background:#1a1a18;
    justify-content: flex-end;

}
.fiyatlar_liste > ul > li > ul > li:nth-child(3){
    background:#131212;
}
.fiyatlar_liste > ul > li:nth-child(odd) > ul >li:nth-child(1){
    background:#2c2c2c!important;
    
}
.fiyatlar_liste > ul > li:nth-child(odd) > ul >li:nth-child(2){
    background:#131212!important;
}
.fiyatlar_liste > ul > li:nth-child(odd) > ul >li:nth-child(3){
    background:#1a1a18!important;
}
.fiyatlar_liste-baslik > li:nth-child(1){
    font-size:18px!important;
    text-align: center;
    background:#e5e5e5!important;
    padding:0!important;
    justify-content: center;
}
.titlePrice{
    font-size:40px !important;color:#fff !important;
}
.duyurular{
    width:100%;
    height:7%;
    position: fixed;
    top:78%;
    left:0;
    padding:0 20px 10px 20px;
    font-size:24px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}


.duyurular ul {
    list-style: none;
    padding: 0;
    margin: 0;
    top: 0;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.duyurular li {
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.kurlar{
    width:100%;
    height:10%;
    position: fixed;
    top:85%;
    left:0;
    background:#000;
    padding-left: 180px;
    padding-right:20px;
}
.kurlar_logo{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
	padding-left:20px;
}
.kurlar img{
    max-width: 120px;
}
.kurlar ul{
    width:100%;
    height:100%;
    float:right;
}
.kurlar ul li{
    position: relative;
    padding-left:60px;
	float:left;
	width:16%;
	height:100%;
}
.kurlar ul li img{
    max-width: 70px;
}
.kurlar ul li figure{
    width:60px;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 40px!important;
    background-position: center center!important;
    position: absolute;
    background-repeat: no-repeat!important;  
}
.kurlar ul li div{
    display:flex;
    justify-content: center;
    flex-direction: column;
    width:100%;
    height:100%;
	padding-top:10px;
}
.kurlar ul li div span{
    display:block;
    font-size:32px;
    line-height: 20px;
}
.kurlar .durum_up figure{
    background:url(../images/yukseldi.png);
}
.kurlar .durum_down figure{
    background:url(../images/dustu.png);
}
.kurlar ul li b{
    font-size:32px;
    font-weight: bold;
}
.alt{
    width:100%;
    height:5%;
    position: fixed;
    top:95%;
    left:0;
    display:flex;
    align-items: center;
    display:flex;
}
.alt li{
    flex:1;
    font-size:16px;
    color:#fff;
    font-weight: bold;
	width:33.33%;
	float:left;
	padding-top:3px;
}
.alt li:nth-child(3){
    text-align: right;
    padding-right: 20px;
}
.alt li:nth-child(2){
    text-align: center;
}
.alt li:nth-child(1){
    padding-left: 20px;
}
.fiyatlar_liste-baslik li:nth-child(2),.fiyatlar_liste-baslik li:nth-child(3){
    font-size:36px!important;
}
.ust figure, .ust p{
    flex:1;
}
.ust figure{
	float:left;
}
.ust p{
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
    font-size:34px;
}
.ust img{
    display:block;
}
.ust span{
    font-size:18px!important;
}
#slider-command{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;    
}
.duyurular .swiper-slide{
    display:flex;
    justify-content: center;
    align-items: center;
    border-bottom: 10px solid #1c5f05;
}

@keyframes blinkingRed {
    0%{
      background-color:transparent;
    }
     100%{
      background-color:red;
    }
  }

.fiyat-dustu{
    animation: blinkingRed 0.5s infinite;
    -webkit-animation: blinkingRed 0.5s infinite;
}


@keyframes blinkingGreen {
    0%{
      background-color:transparent;
    }
     100%{
      background-color:#53e420;
    }
  }

.fiyat-yukseldi{
    animation: blinkingGreen 0.5s infinite;
    -webkit-animation: blinkingGreen 0.5s infinite;
}

.giris{
	width:300px;
	height:280px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-140px;
	
}
.giris_input{
	width:100%;
}
.giris_input input{
	width:100%;
	height:50px;
	line-height:50px;
	padding:0 10px;
	background:#eee;
	border:0;
	border-radius: 5px;
	margin-bottom:10px;
}
.giris_input button{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1b5009;
    color: #fff;
    border-radius: 5px;
	font-size:16px;
	font-weight:bold;
	
}
.giris_input button:hover{
	background:#36821c;
}
.giris_baslik{
	width:100%;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:15px;
}
.giris_alt{
    width: 100%;
    text-align: center;
    color: #fff;	
	letter-spacing: 1px;
}

.giris_ust p{
	display:block;
	margin-bottom:15px;
	color:#fff;
	text-align:center;
}
.giris_alt a{
	margin-top:15px;
	display:block;
	color:#fff;
}

.giris_alt a i{
	font-size:18px;
	margin-right:10px;
}
.giris_alt a:hover{
	text-decoration:underline;
}

.hata-mesaji{
background-color: red;
position: fixed;
right: 0;
bottom: 0;
line-height:33px;
width: 335px;
color:#fff;
font-weight: bold;
font-size: 18px;
text-align: center;
display: none;
}
.fiyatlar_liste > ul > li > ul > li{
	background:red;
	position:relative;
	height:100%;
	float:left;
}
.fiyatlar_liste .veri{min-height:14%;}
.fiyatlar_liste .baslik{min-height:12%;}


@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

.blinking {
    font-size: 24px;
    font-weight: bold;
    color: red;
    animation: blink 1s infinite; /* 1 saniyede bir yanıp söner */
}

.color-green{
    color:#08ae00 !important;
}
.color-red{
    color:red !important;
}
.white{
    color:white !important;
}

.odometer i{
    font-size: 25px;
}
.purc{
    position: relative;
    right: 15px;
}

.iscilik{
    font-size:20px;
    color:#08ae00;
}

@media (max-width: 763px) {
    .iscilik{
        font-size:12px;
        color:#08ae00;
    }


    .fiyatlar_liste > ul > li > ul > li:nth-child(1){
        width:40%;
        background:#1a1a18;
        font-size: 22px !important;
        font-weight: bold;
        color:#08ae00;
        padding-left:50px;
    }

    .fiyatlar_liste > ul > li > ul > li:nth-child(2),.fiyatlar_liste > ul > li > ul > li:nth-child(3){
        width: 30%;
        font-size: 28px !important;
        font-weight: 700;
        color: #08ae00;
        padding-right: 2%;
        text-align: right;
        background: #1a1a18;
        justify-content: flex-end;

    }

    .titlePrice{
        font-size:20px !important;
        color:#fff !important;
    }
}

@keyframes blinkRedText {
    0%, 100% { color: inherit; }
    20%, 60%, 100% { color: red; }
    40%, 80% { color: inherit; }
}

@keyframes blinkGreenText {
    0%, 100% { color: inherit; }
    20%, 60%, 100% { color: #2aff00; }
    40%, 80% { color: inherit; }
}

.v_d1 span.price-blink-red,
.v_d2 span.price-blink-red {
    animation: blinkRedText 1.5s ease-in-out 1;
}

.v_d1 span.price-blink-green,
.v_d2 span.price-blink-green {
    animation: blinkGreenText 1.5s ease-in-out 1;
}