@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee+Inline&display=swap');
:root {
  --kirmizi: #ed2027;
}
* {
	transition: 0.3s;
}

html{
	overflow-y: scroll;
	scrollbar-color: gray black;
	scrollbar-width: thin;
}
body {
	scrollbar-width: thin !important;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
	overflow-x: hidden;
}
::-webkit-scrollbar {
	display: none;
}
::-moz-scrollber {
	display: block;
	scrollbar-width: thin !important;
}
::selection {
	color: #fff;
	background-color: var(--kirmizi);
}
.w12{width:100%; transition: 0.3s;}
.w12p{width:100%; float: right; transition: 0.3s;}
.w11{width:91.66666667%; transition: 0.3s;}
.w11p{width:91.66666667%; padding-right:4,166666665%; padding-left:4,166666665%; transition: 0.3s;}
.w10{width:83.33333333%; transition: 0.3s;}
.w9{width:75%; transition: 0.3s;}
.w8{width:66.66666667%; transition: 0.3s;}
.w8p{width:62.66666667%; margin-right: 2%; margin-left: 2%; transition: 0.3s;}
.w7{width:58.33333333%; transition: 0.3s;}
.w6{width:50%; transition: 0.3s;}
.w6p{width:46%; padding-right:1%; padding-left:1%; margin-left:1%; margin-right:1%; transition: 0.3s;}
.w5{width:41.66666667%; transition: 0.3s;}
.w4{width:33.33333333%; transition: 0.3s;}
.w3{width:25%; transition: 0.3s;}
.wr3{width:25%; transition: 0.3s;}
.w3a{width: calc(25% - 1px); transition: 0.3s;}
.w3u {width:21%; transition: 0.3s; padding-right:1%; padding-left:1%; margin-left:1%; margin-right:1%; }
.w2{width:16.66666667%; transition: 0.3s;}
.w1{width:8.33333333%; transition: 0.3s;}
.fsag {float:right;; transition: 0.3s;}
.fsol{float:left;; transition: 0.3s;}
.torta {text-align: center;}
.mt70{margin-top: 70px;}
.w4m{width:23.33333333%; margin-right:5%; margin-left: 5%; transition: 0.3s;}
.w12m{width:90%; margin-right:5%; margin-left: 5%;transition: 0.3s;}
.ptb50 {padding-top: 50px;	padding-bottom: 50px;}
.mtb50 {margin-top: 50px;	margin-bottom: 50px;}
.w10p {width:83.33333333%; padding-right:8.33333333%; padding-left:8.33333333%; transition: 0.3s;}
.mte100 {margin-top: -70px;}
.mt90{margin-top: 90px;}

header {
	float:left;
	width:220px;
	height: 100%;
	position: fixed;
	top: 0;
	left:0;
	overflow: hidden;
	z-index: 9999999999999999999;
}
header .logo {
	margin: 30px 15px;
	width: calc(100% - 30px);
}
.noiseground {
    overflow: hidden;
    background-image: url(../img/noise.png);
    -webkit-animation: noise 0.2s infinite;
    animation: noise 0.2s infinite;
    text-align: center;
}

@keyframes noise {
  0% {
    background-position: 31px 31px;
}
10% {
    background-position: 93px 75px;
}
20% {
    background-position: -77px -60px;
}
30% {
    background-position: 8px 96px;
}
40% {
    background-position: -66px 89px;
}
50% {
    background-position: 40px -9px;
}
60% {
    background-position: -12px 57px;
}
70% {
    background-position: 21px -74px;
}
80% {
    background-position: -23px -70px;
}
90% {
    background-position: -68px 16px;
}
}
header .list {
	width: calc(100% - 36px);
    padding: 8px;
    float: left;
    height: auto;
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    width: 100%;
    margin-top: 15px;
}
header .list:hover {
	font-weight: 600;
    background-image: url(../img/noise-beyaz.png);
    -webkit-animation: noise 0.3s infinite;
    animation: noise 0.2s infinite;
    text-align: center;
	color: #000;
	transition: .2s linear;
}

header .hf {
	width: 100%;
	position: absolute;
	margin-bottom: 15px;
	left: 0;
	bottom: 0;
}
header .hfs {
	width: 100%;
	color: #fff;
	font-size:26px;
	margin-bottom: 15px;
}
header .hfikon {
	width: 80%;
	height: auto;
	margin-bottom: 10px;
}
header .hfi {
	color:rgb(153,153,153);
	font-size: 12px;
	height: auto;
	padding-bottom: 15px;
	text-align: left;
	font-weight: 100;
}
#container {
	width: calc(100% - 220px);
	height: auto;
	float: right;
	text-align: left;
	color: #fff;
	position: relative;
}
#container .ch{
	width: calc(100% - 30px);
	height: auto;
	float: left;
	color: #fff;
	position: sticky;
	top: 0;
	right: 0;
	text-align: right;
	background-color: rgb(0,0,0, 0.8);
	padding: 15px;
	-webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
	z-index: 9999;
}
#container .ch .tepe{
	width: auto;
	height: auto;
	float: right;
	color: #fff;
	text-decoration: none;
	padding: 0px 15px;
}
#container .ch .tepe i{
	color: #999999;
}
.welcoming {
	width: 100%;
	height: auto;
	min-height: 600px;
	float: left;
	background-image: url(../img/bg-test.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.welcoming h1{
	width: 90%;
	margin: 2pc 5%;
	margin-top: 170px;
	height: auto;
	float: left;
	font-size: 4pc;
}
.welcoming span{
	width: 90%;
	margin: 1pc 5%;
	height: auto;
	float: left;
	font-size: 1pc;
	line-height: 1.5pc;
	letter-spacing: 4px;
	font-weight: 100;
}
.anaicon {
	width: 68%;
	height: auto;
	max-width: 130px;
}
.iconalti {
	font-size: 2pc;
    font-weight: 700;
    margin-top: 20px;
}
.inceyaz {
	font-weight: 100;
    height: auto;
    min-height: 230px;
}
.calltoaction {
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	padding: 20px 50px;
	border-radius: 10px;
	font-size: 24px;
	margin: 50px 0px;
}
.bbaslik {
	font-size: 3em;
    width: 90%;
    margin-left: 10%;
    padding-left: 20px;
    text-align: left;
    border-left: 11px solid #ed2027;
}
.spot {
	font-size: 1.5em;
    width: 90%;
    margin-left: 10%;
    padding-left: 20px;
    text-align: left;
    border-left: 3px solid #ed2027;
	font-weight: 100;
}
h4 small {
	font-size: 0.5em;
}
.sntimg {
	margin-top:-50px;
	filter: grayscale(100%);
}
.sntimg:hover {
	filter: grayscale(0%);
}
.sanatci {
	margin-top: 50px;
}
.sanatci .name {
    display: none;
}
.sanatci:hover .name {
    display: block;
    color: var(--kirmizi);
    font-weight: 100;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    position: relative;
    transform: rotate(45deg);
    font-size: 20px;
    margin-top: -34px;
    background-color: #fff;
	color: var(--kirmizi);
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Bungee Inline', cursive;
    background-color: black;
    margin-top: -26px;
	padding-right:6px;
	padding-left:6px;
}

.sanatci:hover .name:hover, .sanatci:hover .name:focus, .sanatci:hover .name:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.wavebg {
	background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='495' height='59.4' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23ed2027' stroke-width='1.1' stroke-opacity='0.32'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
    padding-top: 50px;
    padding-bottom: 50px;
}
.flink {
	text-decoration: none;
	color: #fff;
}
.footlink b {margin-left: 15px; margin-right: 15px; color: var(--kirmizi);}
.flogo {
    position: relative;
    top: -82px;
    right: 30px;
    width: 20%;
    height: auto;
    float: right;
}
.ickafa {
    width: 90%;
    padding: 8em 5% 8em 5%;
    float: left;
    background-color: #000000;
	background-image: url(../img/site-ici/kare-30.png), url(../img/site-ici/daire-30.png), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61' height='61' viewBox='0 0 90 90'%3E%3Ccircle fill-opacity='0.15' fill='%23ffffff' cx='45' cy='45' r='5'/%3E%3Cg fill='%23ff0000' fill-opacity='0.15'%3E%3Ccircle cx='0' cy='90' r='5'/%3E%3Ccircle cx='90' cy='90' r='5'/%3E%3Ccircle cx='90' cy='0' r='5'/%3E%3Ccircle cx='0' cy='0' r='5'/%3E%3C/g%3E%3C/svg%3E");
	background-position: 110% -14%, 99% 191%, center center;
	background-repeat: no-repeat, no-repeat, repeat;
	overflow: hidden;
}

.ickafa.kimlerkimler{
	width: 90%;
    padding: 8em 5% 8em 5%;
    float: left;
    background-color: #ED2027;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='215' height='215' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23000000' stroke-width='9.4' stroke-opacity='0.78'%3E%3Crect x='-40' y='40' width='75' height='75'/%3E%3Crect x='-35' y='45' width='65' height='65'/%3E%3Crect x='-30' y='50' width='55' height='55'/%3E%3Crect x='-25' y='55' width='45' height='45'/%3E%3Crect x='-20' y='60' width='35' height='35'/%3E%3Crect x='-15' y='65' width='25' height='25'/%3E%3Crect x='-10' y='70' width='15' height='15'/%3E%3Crect x='-5' y='75' width='5' height='5'/%3E%3Crect width='35' height='35'/%3E%3Crect x='5' y='5' width='25' height='25'/%3E%3Crect x='10' y='10' width='15' height='15'/%3E%3Crect x='15' y='15' width='5' height='5'/%3E%3Crect x='40' width='75' height='75'/%3E%3Crect x='45' y='5' width='65' height='65'/%3E%3Crect x='50' y='10' width='55' height='55'/%3E%3Crect x='55' y='15' width='45' height='45'/%3E%3Crect x='60' y='20' width='35' height='35'/%3E%3Crect x='65' y='25' width='25' height='25'/%3E%3Crect x='70' y='30' width='15' height='15'/%3E%3Crect x='75' y='35' width='5' height='5'/%3E%3Crect x='40' y='80' width='35' height='35'/%3E%3Crect x='45' y='85' width='25' height='25'/%3E%3Crect x='50' y='90' width='15' height='15'/%3E%3Crect x='55' y='95' width='5' height='5'/%3E%3Crect x='120' y='-40' width='75' height='75'/%3E%3Crect x='125' y='-35' width='65' height='65'/%3E%3Crect x='130' y='-30' width='55' height='55'/%3E%3Crect x='135' y='-25' width='45' height='45'/%3E%3Crect x='140' y='-20' width='35' height='35'/%3E%3Crect x='145' y='-15' width='25' height='25'/%3E%3Crect x='150' y='-10' width='15' height='15'/%3E%3Crect x='155' y='-5' width='5' height='5'/%3E%3Crect x='120' y='40' width='35' height='35'/%3E%3Crect x='125' y='45' width='25' height='25'/%3E%3Crect x='130' y='50' width='15' height='15'/%3E%3Crect x='135' y='55' width='5' height='5'/%3E%3Crect y='120' width='75' height='75'/%3E%3Crect x='5' y='125' width='65' height='65'/%3E%3Crect x='10' y='130' width='55' height='55'/%3E%3Crect x='15' y='135' width='45' height='45'/%3E%3Crect x='20' y='140' width='35' height='35'/%3E%3Crect x='25' y='145' width='25' height='25'/%3E%3Crect x='30' y='150' width='15' height='15'/%3E%3Crect x='35' y='155' width='5' height='5'/%3E%3Crect x='200' y='120' width='75' height='75'/%3E%3Crect x='40' y='200' width='75' height='75'/%3E%3Crect x='80' y='80' width='75' height='75'/%3E%3Crect x='85' y='85' width='65' height='65'/%3E%3Crect x='90' y='90' width='55' height='55'/%3E%3Crect x='95' y='95' width='45' height='45'/%3E%3Crect x='100' y='100' width='35' height='35'/%3E%3Crect x='105' y='105' width='25' height='25'/%3E%3Crect x='110' y='110' width='15' height='15'/%3E%3Crect x='115' y='115' width='5' height='5'/%3E%3Crect x='80' y='160' width='35' height='35'/%3E%3Crect x='85' y='165' width='25' height='25'/%3E%3Crect x='90' y='170' width='15' height='15'/%3E%3Crect x='95' y='175' width='5' height='5'/%3E%3Crect x='120' y='160' width='75' height='75'/%3E%3Crect x='125' y='165' width='65' height='65'/%3E%3Crect x='130' y='170' width='55' height='55'/%3E%3Crect x='135' y='175' width='45' height='45'/%3E%3Crect x='140' y='180' width='35' height='35'/%3E%3Crect x='145' y='185' width='25' height='25'/%3E%3Crect x='150' y='190' width='15' height='15'/%3E%3Crect x='155' y='195' width='5' height='5'/%3E%3Crect x='160' y='40' width='75' height='75'/%3E%3Crect x='165' y='45' width='65' height='65'/%3E%3Crect x='170' y='50' width='55' height='55'/%3E%3Crect x='175' y='55' width='45' height='45'/%3E%3Crect x='180' y='60' width='35' height='35'/%3E%3Crect x='185' y='65' width='25' height='25'/%3E%3Crect x='190' y='70' width='15' height='15'/%3E%3Crect x='195' y='75' width='5' height='5'/%3E%3Crect x='160' y='120' width='35' height='35'/%3E%3Crect x='165' y='125' width='25' height='25'/%3E%3Crect x='170' y='130' width='15' height='15'/%3E%3Crect x='175' y='135' width='5' height='5'/%3E%3Crect x='200' y='200' width='35' height='35'/%3E%3Crect x='200' width='35' height='35'/%3E%3Crect y='200' width='35' height='35'/%3E%3C/g%3E%3C/svg%3E");
	background-position: auto;
	background-repeat: repeat;
}

.ickafa.kimlerkimler h1{
	font-size: 48px;
	padding-left: 20px;
    text-align: left;
    border-left: 11px solid var(--kirmizi);
}


.karebg h1{
	font-size: 48px;
	padding-left: 20px;
    text-align: left;
    border-left: 11px solid var(--kirmizi);
}
.yazilialan {
	width: calc(50% - 80px);
	margin-left: 35%;
	margin-right: 15%;
	padding: 40px;
	margin-bottom: 100px;
	height: auto;
	border: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.3);
	font-size:21px;	
}
.yazilialan h1{
	width: 100%;
	float: left;
}
.slogan {
	font-size:70px;
	margin: 100px 0;
	font-weight: 900;
}
.mt8em {margin-top: 8em;}
.mte110 {margin-top: -110px;}
.mb100 {margin-bottom: 100px;}
.mb15 {margin-bottom: 15px;}
.insbg {
	background-color: #000000;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23000209'/%3E%3Cstop offset='1' stop-color='%23000209' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230d0000'/%3E%3Cstop offset='1' stop-color='%230d0000' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23140016'/%3E%3Cstop offset='1' stop-color='%23140016' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23000000'/%3E%3Cstop offset='1' stop-color='%23000000' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23000412'/%3E%3Cstop offset='1' stop-color='%23000412' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%231a0000'/%3E%3Cstop offset='1' stop-color='%231a0000' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover;
}
.ickafaisler {
	width: 90%;
    padding: 8em 5% 8em 5%;
    float: left;
    background-color: #000000;
	background-image: url(../img/site-ici/kare-30.png), url(../img/site-ici/daire-30.png), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg stroke='%23CCC' stroke-width='0' stroke-opacity='0'%3E%3Crect fill='%23120000' x='-60' y='-60' width='110' height='240'/%3E%3C/g%3E%3C/svg%3E");
	background-position: 70% -71%, 121% 178%, center center;
	background-repeat: no-repeat, no-repeat, repeat;
	overflow: hidden;
}
.ickafasanatci {
	width: 90%;
    padding: 8em 5% 8em 5%;
    float: left;
    background-color: #000000;
	background-image: url(../img/site-ici/kare-30.png), url(../img/site-ici/daire-30.png), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='521' height='260.5' viewBox='0 0 1600 800'%3E%3Cpath fill='%23330000' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%233b3b3b' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill-opacity='0.12' fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E");
	background-position: 70% -71%, 121% 178%, center center;
	background-repeat: no-repeat, no-repeat, repeat;
	overflow: hidden;
}
.ickafailetisim {
	width: 90%;
    padding: 8em 5% 8em 5%;
    float: left;
    background-color: #000000;
	background-image: url(../img/site-ici/kare-30.png), url(../img/site-ici/daire-30.png), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='272' height='272' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23450000' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23242424'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
	background-position: -26% -113%, 177% 177%, center center;
	background-repeat: no-repeat, no-repeat, repeat;
	overflow: hidden;
}

.album {
	width: 25%;
	margin-bottom: 30px;
	margin-right: 2%;
	margin-left: 2%;
	padding-right: 2%;
	padding-left: 2%;
	float: left;
}
.album .kapak {
	width: 100%;
	height: auto;
	float: left;
}
.album .kapak img{
	width: 100%;
	height: auto;
	float: left;
	transition: 0.3s;
}
.album .kapak img:hover{
	transform:rotate(10deg);
	transition: 0.3s;
}


.album .neler {
	width: 90%;
    height: auto;
    float: left;
    font-size: 14px;
    padding: 10px 5%;
    background: #101010;
	overflow: hidden;
	display:inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.album .neler img{
	width: 14px;
	height: 14px;
	margin-left: 5px;
}

.islerbg {
	background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 200 200'%3E%3Cpolygon fill='%230f0000' fill-opacity='0.73' points='100 0 0 100 100 100 100 200 200 100 200 0'/%3E%3C/svg%3E");
}





.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(210deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: var(--kirmizi);
  color: white;
  transform: rotateY(180deg);  
}
.flip-card-front img {
	width: 100%;
	height: auto;
	float: left;
}
.mty20{
	margin-top: 20%;
}
.str {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.str img{
	width: 18px;
	height: 18px;
	margin-left: 5px;
}
.trans {
	width: calc(100% - 40px);
	height: 20px;
	padding: 10px 20px;
	transition: 0.3s;
	float: left;
	outline: none;
	border: none;
	margin-bottom: 15px;
	background-color: #000;
	color: #fff;
}
.square-button {
	width: 100%;
	height:auto;
	padding: 10px 0px;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
}
.square-button:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #000;
	transition: 0.3s;
}
.transtext {
	width: calc(100% - 40px);
	height: 50px;
	padding: 10px 20px;
	transition: 0.3s;
	float: left;
	outline: none;
	border: none;
	margin-bottom: 15px;
	background-color: #000;
	color: #fff;
}
.iltsoci {
	width:auto;
	float: left;
	margin-top:150px;
	margin-right: 20px;
}
.iltsoci i{
	text-decoration: none;
	color: #fff;
	font-size:60px;
}
.iltsoci:hover i{
	color: var(--kirmizi);
}
.hizgrs {
	width: 100%;
	float:left;
}
.maddeler {
	font-size: 21px;
	line-height: 1.5;
	padding-bottom: 2em;
}
.hizmetbaslik {
	font-size: 30px;
    padding-left: 20px;
    text-align: left;
    border-left: 6px solid var(--kirmizi);
}
.hizmetbasliksag {
    font-size: 30px;
    padding-right: 20px;
    text-align: right;
    border-right: 6px solid var(--kirmizi);
}
.ickafahiz {
    width: 90%;
    padding: 8em 5% 8em 5%;
    float: left;
    background-color: #000000;
	background-image: url(../img/site-ici/kare-30.png), url(../img/site-ici/daire-30.png), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='250' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.04'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");
	background-position: 2% 196%, 83% -108%, center center;
	background-repeat: no-repeat, no-repeat, repeat;
	overflow: hidden;
}


.sanlist {
	float: left;
    width: 20%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 100px;
	height: auto;
	border: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.3);
	font-size: 21px;
}
.sanlist a{
	float: left;
	width: calc(100% - 20px);
	padding: 10px;
	height: auto;
	border: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.3);
	font-size: 21px;
	color: #000;
}
.sanlist a:hover{
	float: left;
	width: calc(100% - 20px);
	padding: 10px;
	height: auto;
	border: 1px solid #ccc;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 21px;
	color: #fff;
	text-decoration: none;
}

h2.san{
	font-size: 3vw;
	display: unset;
	text-decoration: underline;
	text-decoration-color: currentcolor;
	text-decoration-color: var(--kirmizi);	
}
.sanacikla{
	position: relative;
	float: left;
	width: calc(50% - 4.5%);
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 100px;
	height: auto;
	border: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.3);
	font-size: 21px;
	padding: 4.5%;
}

.albumarkaya {
	position: absolute;
	opacity: 0.5;
	border-radius: 10px;
	margin-top: -50px;
	float: right;
	transform-box: fill-box;
	top: -36px;
	right: -89px;
	transform: rotate(10deg);
	width: 180px;
	z-index: 0;
}






























#footresp {display:none;}
#respheader {display:none;}
.tabnone {display:none;}