/*
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

#ff0033 -> kırmızı
#0dff00 -> ana yeşil
#9d00ff; -> koyu mor, #bc13fe daha açık
#00f3ff -> mavi
#ff9100 -> turuncu, ffd700 daha açık
#ff00b7 -> pembe
*/


@font-face {
    font-family: 'Sport'; 
    src: url('font/sport.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'skyline'; 
    src: url('font/skyline.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interfont'; 
    src: url('font/inter/Inter_18pt-Regular.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterfontEgik'; 
    src: url('font/inter/Inter_18pt-Italic.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helveticafont'; 
    src: url('font/Helvetica.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaEgik'; 
    src: url('font/Helvetica-Oblique.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
	color: #f6f6f6;
	font-family: "Interfont", "sans-serif";
    font-weight: 500;
    font-size: 16px;
}


.header{
    width:100%;
	padding: 10px 0;
	margin:0;
	top:0px;
	left:0;
	align-items:center;
	color:#ffffff;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.85);
	}

.headerfont{
    font-family: "Interfont", "sans-serif";
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.4px;
}

.headerfont td {
    padding-left: 9px;
    padding-right: 9px; 
}

.header a{
	color:#ffffff;
}

.headeractive a{
	color:#0dff00;
}

.header a:hover{
	opacity: 1;
	color: #0dff00ac;
}

	
.ustheader{
	background-color: rgba(0, 0, 0, 0.87);
	z-index: 101;
	height: 50px;
	vertical-align: middle;
	padding:0 5%;
	align-items: center;
	justify-content: space-between;
    display:flex;
}

.ustheader a{
	color:rgb(13, 255, 0);
	font-family: "Interfont", "sans-serif";
	font-size: 14px;
	font-weight: 600;
}

.beyazinter{
	color:rgb(13, 255, 0);
	font-family: "Interfont", "sans-serif";
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.4px;
}

.skylinefontyesil{
	color:rgb(13, 255, 0);
	font-family: "skyline", "sans-serif";
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 2px;
}


a {
	text-decoration: none;
}

		


.helveticanow {
	font-family: "Helveticafont", "sans-serif";
    font-style: normal;
    font-weight: 400;
    color: rgb(152, 152, 152);
}

.helveticabold{
	font-family: "Helveticafont", "sans-serif";
    font-style: normal;
    font-weight: 500;
    color: rgb(152, 152, 152);
}

.helveticaegik{
	font-family: 'HelveticaEgik', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: rgb(152, 152, 152);
}


.dahafazlabutton {
	width:235px;
	height:80px;
	border-radius: 15px;
	margin: 10px;
	background-color: rgba(65, 64, 64, 0.75);	
	display: inline-flex; 
	justify-content: center;
	align-items: center;
	opacity: 0.8;
	display: inline-block; 
    padding: 0;
}

.dahafazlabutton a{
	color: #0dff00;
	font-family: "Helveticafont", "sans-serif";
	font-weight: bold;
	font-size:18px;
    display: flex;           
    width: 100%;             
    height: 100%;             
    justify-content: center;  
    align-items: center;
}

.dahafazlabutton:hover{
	background-color: #1c1c1c;
	opacity: 0.9;	
}

.dahafazlabutton:hover a{
	color:#ff003c;
}


.hareketlibutton {
	width:235px;
	height:80px;
	border-radius: 13px;
	margin: 10px;
	background-color: rgba(14, 14, 14, 0.95);	
	border: 2px solid #0dff00;
	display: inline-flex; 
	justify-content: center;
	align-items: center;
	opacity: 0.8;
	display: inline-block; 
    padding: 0;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

.hbuttonactive {
	border: 4px double #ff0033;
}

.hareketlibutton a{
	color: #0dff00;
	font-family: "Helveticafont", "sans-serif";
	font-weight: bold;
	font-size:18px;
    display: flex;           
    width: 100%;             
    height: 100%;             
    justify-content: center;  
    align-items: center;
	transition: color 0.3s ease;
}

.hareketlibutton:hover{
	background-color: #1c1c1ce5;
	opacity: 0.9;	
	
	transform: translate(7px, -7px);
	border-color: #ff003385;
	box-shadow: -7px 7px #ff0033;
}

.hareketlibutton:hover a{
	color:#ff0033;
	font-family: 'HelveticaEgik', sans-serif;
}

.egitimhareketlibutton{border: 2px solid #bc13fe;}
.egitimhareketlibutton:hover{
	transform: translate(7px, -7px);
	border-color: #ff9100;
	box-shadow: -7px 7px #ff9100;}
.egitimhareketlibutton a{color: #ff9100;}
.egitimhareketlibutton:hover a{color:#ff0033;}
.egitimbuttonactive{ border: 4px double #ff0033;}

.siberhareketlibutton{border: 2px solid #b60df9;}
.siberhareketlibutton:hover{
	transform: translate(7px, -7px);
	border-color: #00f3ff;
	box-shadow: -7px 7px #00f3ff;}
.siberhareketlibutton a{color: #00f3ff;}
.siberhareketlibutton:hover a{color:#ff0033;}
.siberbuttonactive{ border: 4px double #ff0033;}

.tasarimhareketlibutton{border: 2px solid #b60df9;}
.tasarimhareketlibutton:hover{
	transform: translate(7px, -7px);
	border-color: #ff00b7;
	box-shadow: -7px 7px #ff00b7;}
.tasarimhareketlibutton a{color: #ff00b7;}
.tasarimhareketlibutton:hover a{color:#ff0033;}
.tasarimbuttonactive{ border: 4px double #ff0033;}

.yazilimhareketlibutton{border: 2px solid #b60df9;}
.yazilimhareketlibutton:hover{
	transform: translate(7px, -7px);
	border-color: #0dff00;
	box-shadow: -7px 7px #0dff00;}
.yazilimhareketlibutton a{color: #0dff00;}
.yazilimhareketlibutton:hover a{color:#ff0033;}
.yazilimbuttonactive{ border: 4px double #ff0033;}

.blogkutubutton {
	width:180px;
	height:60px;
	border-radius: 14px;
	margin: 5px;
	background-color: rgba(14, 14, 14, 0.95);	
	border: 4px double #ff0033;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	opacity: 0.8;
	display: inline-block; 
    padding: 0;
	transition: all 0.2s ease-in-out;
}


.blogkutubutton a{
	color: #bc13fe;
	font-family: "Helveticafont", "sans-serif";
	font-weight: bold;
	font-size:17px;
    display: flex;           
    width: 100%;             
    height: 100%;             
    justify-content: center;  
    align-items: center;
	transition: color 0.2s ease;
}

.blogkutubutton:hover{
	background-color: #1c1c1ce5;
	opacity: 1;	
	
	animation: neonnefesbuyuk 1.3s infinite ease-in-out;	
	border-color: #ff003385;
	box-shadow: -7px 7px #ff0033;}
.blogkutubutton:hover a{
	color:#ff0033;
	font-family: 'HelveticaEgik', sans-serif;}

.blogfoto {
	align-items: left;
	height: 400px;
	border: #ff0033 solid 5px;
	margin-right: 25px;
}

.blogfoto:hover {
	transform: translate(12px, -12px);
	filter: drop-shadow(-10px 10px #ff0033);
	transition: all 0.4s ease-in-out;
}


.footer a{
    padding-left: 1px;
    padding-right: 1px; 
}

.sosyalmedyatuslari:hover {
	opacity: 0.7;
	color: rgba(255,171,0, 1);
}

.icerikbaslikfont{
	font-family: "Interfont", "sans-serif";
	color: rgb(255, 171, 0);
}

.icerikfont{
	font-family: "Interfont", "sans-serif";
	font-weight: 500;
	font-size: 20;
	color: rgb(228, 227, 227);
}

.oyunicerikfont{
	font-family: "Interfont", "sans-serif";
	font-weight: 500;
	font-size: 18;
	color: rgb(214, 213, 213);
}

.oyuncerceve{
	border-color: #FFD700;
}

.cokbuyukyazi {
	font-size: 45;
}

.kolaj:hover{
	opacity: 0.8;
	border-color: rgb(255, 0, 183);
}

.kolaj{
	border-color: #FFD700;
}

.kolajortala{
	margin: 0;
}

.oyunlarresim:hover{
	border-color:rgb(255, 0, 183);
	opacity: 0.8;
}

/*
.kolajortala:has(.kutu1:hover) .kutu2 {content: url('../resimler/ekler/maxpayne2.png');}
.kolajortala:has(.kutu1:hover) .kutu3 {content: url('../resimler/ekler/maxpayne4.png');}
.kolajortala:has(.kutu2:hover) .kutu1 {content: url('../resimler/oyunlar/rdr2-1.jpg');}
.kolajortala:has(.kutu2:hover) .kutu3 {content: url('../resimler/ekler/maxpayne4.png');}
.kolajortala:has(.kutu3:hover) .kutu1 {content: url('../resimler/ekler/rdr2.png');}
.kolajortala:has(.kutu3:hover) .kutu2 {content: url('../resimler/ekler/maxpayne3.png');}
*/

.iletisimformu{
	width:350px;
	height:40px;
	margin: 10px;
	background-color: rgba(0, 0, 0, 0.7);	
	opacity: 0.8;
	color: #f6f6f6;
	font-family: "Helveticafont", "sans-serif";
    font-style: normal;
    font-weight: 500;
}


.iletisimformubutton {
	width:160px;
	height:60px;
	border-radius: 10px;
	margin: 10px;
	background-color: rgba(0, 0, 0, 0.85);	
	display: inline-flex; 
	justify-content: center;
	align-items: center;
	opacity: 0.8;
	display: inline-block; 
    padding: 0;
	color: #0dff00;
	font-family: "Helveticafont", "sans-serif";
    font-style: normal;
    font-weight: 500;
	border: 2px solid #0dff00;
}

input:focus{
	background-color: #0dff0038;
	border: 2px solid rgb(18, 18, 18);
}

textarea:focus{
	background-color: #0dff0035;
	border: 2px solid rgb(18, 18, 18);
}

input[type="checkbox"]:checked{
	accent-color: rgb(255, 0, 183);
	color: rgb(255, 0, 183);
}

select option:checked{
	background-color: #0dff009a;
	border: 2px solid rgb(18, 18, 18);
}


@keyframes butonhareket{
	0% {left:50px;}
	20% {left:40px;}
	40% {left:30px;}
	60% {left:20px;}
	80% {left:10px;}
	100% {left:0px;}
}

@keyframes neonnefes {
    0%   { box-shadow: 0 0 2px #ff0033; border-color: #ff0033; }
    50%  { box-shadow: 0 0 20px #ff0033; border-color: #ff001e; } 
    100% { box-shadow: 0 0 2px #ff0033; border-color: #ff0033; }
}


@keyframes neonnefesminimavi {
    0%   { box-shadow: 0 0 1px #00f3ff; border-color: #00f3ff; }
    50%  { box-shadow: 0 0 10px #00f3ff; border-color: #00f3ff; } 
    100% { box-shadow: 0 0 1px #00f3ff; border-color: #00f3ff; }
}

@keyframes neonnefesmini {
    0%   { box-shadow: 0 0 1px #0dff00; border-color: #0dff00; }
    50%  { box-shadow: 0 0 10px #0dff00; border-color: #0dff00; } 
    100% { box-shadow: 0 0 1px #0dff00; border-color: #0dff00; }
}


@keyframes neonnefesbuyuk {
    0%   { box-shadow: 0 0 20px #ff0033; border-color: #ff0033; }
    50%  { box-shadow: 0 0 50px #ff0033; border-color: #ff001e; } 
    100% { box-shadow: 0 0 20px #ff0033; border-color: #ff0033; }
}

/* animation: neonnefes 2s infinite ease-in-out; */

.butonhareketbaslat{
	animation-name: butonhareket;
	animation-duration: 1.5s;
	position: relative;
	animation-timing-function: linear;
}



.footer{
	background-color: rgba(0, 0, 0, 0.90);
	z-index: 101;
	height: 300px;
	color:rgba(255, 255, 255, 0.95);
	font-family: "Interfont", "sans-serif";
	font-size: 14px;
	font-weight: 700;
	align-items: center;
}

.footer a{
	color:rgba(203, 201, 201, 0.95);
	font-family: "Interfont", "sans-serif";
	font-size: 14px;
	font-weight: 600;
}

.footerbaslik{
	font-family: "skyline", "sans-serif";
	font-size: 20px;
	font-weight: 500;
	align-items: center;
	color: rgb(13, 255, 0);
	letter-spacing: 2px;
}

.footeryazi{
	color:rgba(255, 255, 255, 0.95);
	font-family: "Interfont", "sans-serif";
	font-size: 14px;
	font-weight: 500;
	align-items: center;
}

.koyufooter2 {
	color:#dbdcdcf0;
	font-family: "Interfont", "sans-serif";
	font-weight: 700;
	font-size: 14px;
}

.footer a:hover{
	color: rgb(13, 255, 0);
}


.footerresim a:hover{
	opacity: 0.7;
	transform: translate(2px, -2px); /* ilk sayı artı ise sağa, ikinci sayı artı ise aşağı gider*/
	filter: drop-shadow(-2px 2px rgba(13, 255, 0, 0.6)); /* ilk sayı eksi ise sol, ikinci sayı eksi ise yukarı gider*/
	transition: all 0.3s ease-in-out;
}


.anaicerik{
	padding: 25px 20px;
	min-height: 36%;
}

.anaicerik2{
	min-height: 30%;
}

.anaicerik3{ /* fazla paddingli versiyon*/
	padding: 25px 70px;
	min-height: 36%;
}

.solpanel{
	background-color: rgba(0, 0, 0, 0.9);
	min-height: 36%;
}

.sagpanel{
	padding: 20px 25px;
}

.kucukcardview {
	background-color: rgb(0, 0, 0);
	border-radius: 6px;
	border: 2px solid #0dff00;
	height: 180px;
	width: 150px;
	padding: 15px;
	display: inline-block;
	text-align: center;
	justify-content: center;
	position: relative;
	font-family: "Helveticafont", "sans-serif";
    font-style: normal;
    font-weight: 600;
	font-size: 18;
	color:#0dff00;   
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	margin: 15px;
}

.kucukcardview a{
	font-family: "Helveticafont", "sans-serif";
    font-style: normal;
    font-weight: 600;
	font-size: 18;
	color:#0dff00;   
}

.kucukcardview a:hover{
	color: #ff0033;
}

.kucukcardview img{
	margin-bottom: 15px;
	width: 80%;
}

.kucukcardview:hover{
	animation: neonnefes 2.5s infinite ease-in-out;
	transform: translate(7px, -7px);
	filter: drop-shadow(-4px 4px #ff0033);
	transition: all 0.4s ease-in-out;
	color: #ff0033;
}


.ortacardview {
	background-color: rgba(0, 0, 0, 0.132);
	height: auto;
	width: 18%;
	padding: 15px;
	
	display: inline-block;
	text-align: center;
	justify-content: center;
	position: relative;
	font-family: "Helveticafont", "sans-serif";
    font-style: normal;
    font-weight: 600;
	font-size: 18;
	color:#0dff00;   
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	margin: 1%;
}

.ortacardview img{
	margin-bottom: 15px;
	width: 100%;
	height: 200px;
	object-fit: contain;
}


.ortacardview img:hover{
	margin-bottom: 15px;
	width: 100%;
	height: 200px;
	object-fit: contain;
	transition: all 0.7s ease-in-out;
	transform: translate(8px, -8px);
	filter: drop-shadow(-5px 5px #ff0033);
}

.ortacardview:hover{
	transform: scale(1.15);
	color:#ff00b7;
	background-image: url('../resimler/anabilesenler/matrix.gif');
    background-size: cover; 
    background-position: center;
    background-color: rgba(0, 0, 0, 0.45); 
	font-family: 'skyline', sans-serif;
    background-blend-mode: multiply;
	animation: neonnefesmini 3s infinite ease-in-out;
}



.kapsulisigigif {
    position: absolute;
    opacity: 0.9;
    z-index: 5;
    mix-blend-mode: screen; 
	padding-left: 10px;
}

.ortakarthizalayici {
	display: flex; 
	flex-wrap: wrap;
    justify-content: left;  
    max-width: 1200px;         
    margin: 0 auto;            
}

.kutuphanecardview {
	background-color: rgba(0, 0, 0, 0.132);
	height: auto;
	width: 20%;
	padding: 15px;
	display: inline-block;
	text-align: center;
	justify-content: center;
	position: relative;
	font-family: "Helveticafont", "sans-serif";
    font-style: normal;
    font-weight: 600;
	font-size: 16;
	color:#0dff00;   
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	margin: 1%;
}

.kutuphanecardview img{
	margin-bottom: 15px;
	width: 100%;
	height: 200px;
	object-fit: contain;
}


.kutuphanecardview img:hover{
	margin-bottom: 15px;
	width: 100%;
	height: 200px;
	object-fit: contain;
	transition: all 0.7s ease-in-out;
	transform: translate(8px, -8px);
	filter: drop-shadow(-7px 7px #bc13fe);
}

.kutuphanecardview:hover{
	transform: scale(1.15);
	color:#ff9100;
	background-image: url('../resimler/anabilesenler/matrix.gif');
    background-size: cover; 
    background-position: center;
    background-color: rgba(0, 0, 0, 0.45); 
	font-family: 'skyline', sans-serif;
    background-blend-mode: multiply;
	animation: neonnefesmini 3s infinite ease-in-out;
}

.kutuphanekarthizalayici {
	display: flex; 
	flex-wrap: wrap;
    justify-content: left;  
    max-width: 100%;         
    margin: 0 auto;            
}

.serviskapsul {
    position: relative; 
    width: 200px;       
    height: 380px;      
    display: flex;
    justify-content: center; 
    align-items: flex-end;  
    margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
}

.serviskart {
	width: 200px;
    position: absolute; 
    margin-bottom: 90px;              
    z-index: 10;
    animation: kartsuzulmesi 3s ease-in-out infinite;
}

.serviskartbuyutmek{
	width: 200px;
	transition: transform 2s ease-in-out;
}

.serviskapsul:hover .serviskartbuyutmek {
    animation: neonnefesvesallanmakart 2s alternate infinite ease-in-out; /* bi sağ bi sol olsun diye alternate */
}

.serviskapsul:hover .serviskarttabaka {
    filter: drop-shadow(0 0 15px #00f3ff) brightness(1.3);
	transform: translateY(15px) scale(1.1);
}

.serviskapsul:hover .kapsulisigigif {
    filter: drop-shadow(0 0 15px #00f3ff) brightness(1.3);
	transform: translateY(15px) scale(1.1);
}


@keyframes neonnefesvesallanmakart {
    0%   { box-shadow: 0 0 10px #00f3ff; border-color: #00f3ff;; transform:scale(1.2) rotate(-3deg);} 
    50%  { box-shadow: 0 0 25px #00f3ff; border-color: #00f3ff; transform: scale(1.25) rotate(3deg);} /* pozitif rotate sağa, negatif sola çevirir*/
    100% { box-shadow: 0 0 10px #00f3ff; border-color: #00f3ff; transform: scale(1.2) rotate(-3deg);}
}

@keyframes kartsuzulmesi {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-20px); } 
    100% { transform: translateY(0px); }
}

.serviskapsulhizalayici {
	display: flex; 
	flex-wrap: wrap;
    justify-content: center;                          
    margin: 0 auto;           
}

.servisyazi{
	font-family: "skyline", "sans-serif";
	font-weight: bold;
    font-style: normal;
	color: #9d00ff;
	font-size: 35px;
	letter-spacing: 3px;
}

.siberperde {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000; 
    z-index: 9999; 
    
    animation: perdeyicek 0.6s ease-in-out forwards; /* buradaki forwards, %100'de kilitle. bir daha başa dönme anlamına geliyor*/ 
    transform-origin: right; 
}

@keyframes perdeyicek {
    0% {
        transform: scaleX(1); 
    }
    100% {
        transform: scaleX(0);
		display: none;
        visibility: hidden; 
    }
}


.followthewhitecat{
	background-image: url('../resimler/anabilesenler/matrix.gif');
	width: 100%;
	height: 20%;
	font-size: 100px;
	font-family: "skyline", "sans-serif";
	color: #0dff00;
	
}

@keyframes followthewhitecatanimasyonu{
   0% {opacity: 0;}
   100% {opacity: 1;}
}

.blogbaslik{
	font-family: "skyline", "sans-serif";
	font-weight: bold;
    font-style: normal;
	color: #9d00ff;
	font-size: 55px;
	letter-spacing: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
}


.blogbaslik3{
	font-family: "skyline", "sans-serif";
	font-weight: bold;
    font-style: normal;
	color: #ff0033;
	font-size: 57px;
	letter-spacing: 3px;
	margin-top: 2px;
	margin-bottom: 2x;
}


.blogbaslik2{
	font-family: "skyline", "sans-serif";
	font-weight: normal;
    font-style: normal;
	color: #ff9100;
	font-size: 35px;
	letter-spacing: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.anasayfabaslik{
	font-size: 45px;}
.moryazi{color:#9d00ff}

.bloganabaslik{
	font-family: "skyline", "sans-serif";
	font-weight: bold;
    font-style: normal;
	color: #ff0033;
	font-size: 50px;
	letter-spacing: 3px;
}

.blogparagraf1{
	font-family: "Interfont", "sans-serif";
	font-weight: normal;
    font-style: normal;
	color: #ffffff;
	font-size: 16px;
	white-space: pre-line;
	line-height: 30px;
	line-height: 1.6;
	margin-top: 15px;
	margin-bottom: 15px;
}

.blogkutuparagraf{
	font-family: "Interfont", "sans-serif";
	font-weight: normal;
    font-style: normal;
	color: #ffffff;
	font-size: 16px;
	white-space: pre-line;
	line-height: 30px;
	line-height: 1.6;
	margin-top: 5px;
	margin-bottom: 5px;
}

.blogsayfanumaralari a{
	font-family: "skyline", "sans-serif";
	font-weight: bold;
    font-style: normal;
	color: #9d00ff;
	font-size: 27px;
	letter-spacing: 10px;
	margin-left: 3px;
	margin-right: 3px;
}

.blogsayfanumaralari a:hover{
	color: #ff0033;
	font-size: 28px;
	opacity: 0.9;
	letter-spacing: 7px;
	transition: all 0.2s ease-in-out;
}

.otomatiksatir{
	white-space: pre-line;
}

.calisanfoto {
	align-items: left;
	height: 400px;
	border: #0dff00 solid 5px;
	margin-right: 20px;
}

.calisanfoto:hover {
	transform: translate(15px, -15px);
	filter: drop-shadow(-10px 10px #00f3ff);
	transition: all 0.4s ease-in-out;
}
.calisanportifoto:hover {
	transform: translate(15px, -15px);
	filter: drop-shadow(-10px 10px #F4964A);
	transition: all 0.4s ease-in-out;}
.calisanportifoto{border: #F4964A solid 5px;}

.blogcardview{
	background-color: rgba(0, 0, 0, 0.85);
	height: auto;
	width: 90%;
	padding: 25px;
	
	border-radius: 25px;
	display: flex;
	text-align: left;
	position: relative;
	font-family: "Helveticafont", "sans-serif";
    font-style: normal;
    font-weight: 600;
	font-size: 18px;
	color:#9d00ff;   
	transition: all 0.3s ease-in-out;
	margin-bottom: 2%;
}

.blogcardview img{
	margin-right: 20px;

	border-radius: 1px;
	border: 5px solid #ff0033;
	height: 250px;

    width: 400px; 
    height: 250px;
 	object-fit: cover; 
	
}

.blogcardview:hover {
	background-color: rgba(255, 0, 0, 0.17);
	transform: scale(1.08);
	transition: all 0.4s ease-in-out;}


.matrix2gif:hover{ background-image: url('../resimler/anabilesenler/gif4.gif');}
.gif2:hover{ background-image: url('../resimler/anabilesenler/gif1.gif');}
.gif3:hover{ background-image: url('../resimler/anabilesenler/gif2.gif');}
.gif4:hover{ background-image: url('../resimler/anabilesenler/gif3.gif');}
.gif5:hover{ background-image: url('../resimler/anabilesenler/gif5.gif');}
.gif6:hover{ background-image: url('../resimler/anabilesenler/gif6.gif');}
.gif7:hover{ background-image: url('../resimler/anabilesenler/gif7.gif');}
.gif8:hover{ background-image: url('../resimler/anabilesenler/gif8.gif');}
.gif9:hover{ background-image: url('../resimler/anabilesenler/gif9.gif');}
.gif10:hover{ background-image: url('../resimler/anabilesenler/gif8.gif');}

.matrixgif3:hover{ background-image: url('../resimler/anabilesenler/matrix2.gif');}
.matrixgif4:hover{ background-image: url('../resimler/anabilesenler/matrix3.gif');}
.matrixgif5:hover{ background-image: url('../resimler/anabilesenler/matrix4.gif');}
.matrixgif6:hover{ background-image: url('../resimler/anabilesenler/matrix5.gif');}

.acilisresim img{
	object-fit: contain;
	overflow: hidden; /* resmin sayfa ile büyümemesi için */
	width: 100%;
	height: 400px;
}


.acilisresim img:hover{
	transform: translate(3px, -3px);
	filter: drop-shadow(-7px 7px #bb13fe80);
	transition: all 0.5s ease-in-out;
}

.anasayfaresimler:hover{
	transform: translate(4px, -4px);
	filter: drop-shadow(-8px 8px #bb13fe80);
	transition: all 0.5s ease-in-out;
}

.anasayfaresimleryesil:hover{
	transform: translate(4px, -4px);
	filter: drop-shadow(-8px 8px #0dff0080);
	transition: all 0.5s ease-in-out;
}

.tasarimortacardview {color: #b60df9;}
.siberortacardview {color: #00f3ff;}
.egitimortacardview {color: #ff9100;}