@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('intlTelInput.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: 'Montserrat Alternates', sans-serif;    
    background: #161e34;
}


:root {
  --anarenk: #161e34;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 30px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	grid-gap:15px;
	padding:0px 30px;
	height:50px;
	border-radius:8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.btn i {
	font-size: 22px;
}
.btn-ana {
	border:0px;
	background:var(--anarenk);
	color:#fff;
}
.btn-ana:hover {
	border:0px;
	background:var(--kirmizi);
	color:#fff;
}


/*------------------header----------------------*/

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #00B8E1;
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 10px;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--anarenk);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #00B8E1;
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 10px;
}
/*------------------header----------------------*/

#header {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
}
#header .alan {
	display:flex;
	align-items:center;
	padding:20px 0px;
}
#header .alan .logo {
	display:flex;
	align-items:center;
	margin-right:auto;
}
#header .alan .logo img {
	height:80px;
}
#header .menu {
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	font-weight: 500;
    font-size: 14px;
	line-height:40px;
    color: #fff;
    letter-spacing: .15em;
}
#header .menu .link-item:hover {
    color: var(--kirmizi);
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}



/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:var(--anarenk);
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
}

#mobilheader .alanorta {
	width:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:50%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
	color:#fff;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:100%;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
	background: var(--anarenk);
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#fff;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:rgb(0, 0, 0);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}


/*------------------ozellikler----------------------*/


#ozellikler {
	position:relative;
	padding:50px 0px;
    z-index: 20;
}
#ozellikler:before {
    position: absolute;
    content: "";
    top: 5%;
    left: 5%;
    width: 60%;
    height: 60%;
    background: url(../img/golge-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
#ozellikler .yazi1 {
	font-size:24px;
	font-weight:700;
	line-height:34px;
	color:var(--anarenk);
	text-align:center;
	margin-bottom:50px;
}
#ozellikler .item {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	grid-gap:20px;
	padding:40px 25px;
	border-radius:16px;
	height:100%;
	overflow:hidden;
}
#ozellikler .item:after {
	position:absolute;
	content:"";
	bottom:-50%;
	left:-50%;
	width:200%;
	height:100%;
	background:var(--anarenk);
	z-index:-1;
	border-radius:0px;
	transition:all 0.3s ease;
	transform:rotate(10deg);
}
#ozellikler .item:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:0px;
	width:100%;
	height:0px;
	background:var(--pembe);
	z-index:-2;
	border-radius:0px;
	transition:all 0.3s ease;
}
#ozellikler .item:hover:before {
	height:100%;
}
#ozellikler .item .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:150px;
	height:150px;
	border-radius:150px;
	background:#fff;
	margin-bottom:20px;
	font-size:70px;
	color:var(--anarenk);
}
#ozellikler .item .adi {
	font-size:18px;
	font-weight:700;
	color:#fff;
	text-align:center;
}

/*------------------calisitem----------------------*/

.calisitem {
	position:relative;
	display:flex;
	flex-direction:column;
	grid-gap:20px;
	padding:36px 55px;
	border-radius: 22px;
	background: rgba(127, 191, 126, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(17px);
    border-radius: 20px 3px 20px 20px;
	height:100%;
	transition:all 0.3s ease;
}
.calisitem:hover {
	box-shadow: 0px 24px 30px 20px rgba(200, 208, 221, 0.2);
}
.calisitem .resim {
	width:100%;
	text-align:center;
}
.calisitem .resim img {
	width:100%;
	height:150px;
	object-fit:contain;
	object-position:center;
}
.calisitem .adi {
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 145.455% */
}
.calisitem .desc {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
/*------------------bloglar----------------------*/


#bloglar {
	position:relative;
	padding:50px 0px;
	border-top:1px solid #F3F8FF;
}
#bloglar .ust {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:30px;
}
#bloglar .yazi1 {
	font-size:24px;
	font-weight:700;
	line-height:34px;
	color:#fff;
}


/*------------------blogitem----------------------*/

.blogitem {
    position: relative;
    display: flex;
	flex-direction:column;
	grid-gap:10px;
    padding: 20px;
    margin-bottom: 20px;
    background: linear-gradient(180deg, rgba(0, 184, 225, 0.15) 0%, rgba(124, 220, 224, 0.15) 100%);
    border: 1px solid rgba(0, 184, 225, 0.4);
    backdrop-filter: blur(17px);
    border-radius: 3px 20px 20px 20px;
	height:100%;
}
.blogitem .resim {
	width:100%;
	aspect-ratio:420/250;
	object-fit:cover;
	object-position:center;
	border-radius:3px 16px 16px 16px;
}
.blogitem .adi {
	color: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 145.455% */
}
.blogitem .desc {
	color: rgba(255,255,255,0.7);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.blogitem .git {
	display:flex;
	align-items:center;
	grid-gap:10px;
	color: #7FBF7E;
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top:auto;
}
/*------------------footer----------------------*/


#footer {
	position:relative;
}

#footer .logo {
	display:block;
	margin-bottom:20px;
}

#footer .logo img {
	height:46px;
}
#footer .alt {
	display:flex;
	align-items:center;
	padding:30px 0px;
}
#footer .copy {
	margin:0px auto;
	font-size:14px;
	color:rgba(255,255,255,0.7);
}
#footer .menu {
	display:flex;
	align-items:center;
	grid-gap:10px;
}
#footer .menu a {
	font-size:14px;
	color:rgba(255,255,255,1);
}
/*------------------bread----------------------*/


#bread {
	position:relative;
	margin-bottom:40px;
}

#bread .alan {
	position: relative;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    background: linear-gradient(180deg, rgba(0, 184, 225, 0.15) 0%, rgba(124, 220, 224, 0.15) 100%);
    border: 1px solid rgba(0, 184, 225, 0.4);
    backdrop-filter: blur(17px);
    border-radius: 3px 20px 20px 20px;
}
#bread .adi {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#bread .desc {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #7FBF7E;
}

/*------------------paylas----------------------*/

#paylas {
	position:relative;
	margin-bottom:40px;
}

#paylas .share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 0.5em;
    width: 4em;
    opacity: 0.9;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    outline: none;
    text-align: center;
    border-radius: 5px;
}
#paylas .share-btn.facebook {
    background: #3B5998;
}
#paylas .share-btn.twitter {
    background: #55acee;
}
#paylas .share-btn.google-plus {
    background: #dd4b39;
}
#paylas .share-btn.whatsapp {
    background: #25D366;
}
#paylas .share-btn.email {
    background: #444444;
}


/*------------------hileadim----------------------*/

#hileadim {
	position:relative;
	margin-bottom:40px;
}
#hileadim .alan {
	position: relative;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    background: linear-gradient(180deg, rgba(0, 184, 225, 0.15) 0%, rgba(124, 220, 224, 0.15) 100%);
    border: 1px solid rgba(0, 184, 225, 0.4);
    backdrop-filter: blur(17px);
    border-radius: 3px 20px 20px 20px;
}
#hileadim .kod {
	padding: 26px 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(29, 39, 66, 0.7);
    backdrop-filter: blur(17px);
    border-radius: 20px;
	text-align:center;
}
#hileadim .kopyalama {
	display:block;
	width:100%;
	padding: 26px 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgb(0, 184, 225, 0.7);
    backdrop-filter: blur(17px);
    border-radius: 20px;
	transition:all 0.3s ease;
}
#hileadim .kopyalama:hover {
    background: var(--kirmizi);
}
