/* ==============================================================

	Project: 	Space - Responsive Coming Soon Template
	Info:		httpss://themeforest.net/item/space-responsive-coming-soon-html-theme/19446132
	Version: 	2.0
	Author:		Art Sound Group
	Profile:	httpss://themeforest.net/user/artsoundgroup

-----------------------------------------------------------------
					*** TABLE OF CONTENTS ***
-----------------------------------------------------------------

	1. Video Buttons
	2. Reset
	3. General styles
	4. Basic Structure
	5. Main
	6. Modal page: About Us
	7. No JS
	8. Media


-----------------------------------------------------------------
					*** COLOR CODES ***
-----------------------------------------------------------------
	Mine text:			#fff
	Buttons:			rgba(0,0,125,0.3)
	Buttons solid:		#030046
	Social ico:			rgba(0,0,125,0.3)
	Social ico solid:	#030046
	Box title:			#fff
	Box info:			#fff
	
-----------------------------------------------------------------
					*** TYPOGRAPHY ***
-----------------------------------------------------------------
	Body copy: Roboto,sans-serif;
	
=============================================================*/

/*********************
    - 1. Video Buttons -
*********************/

[class^="fa-"], [class*=" fa-"] {
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-mute:before {
	content: "\f1f7";
}
.fa-sound:before {
	content: "\f0a2";
}

/*********************
    - 2. Reset -
*********************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	height: 100%;
	font-family:Roboto,sans-serif;
}


body {
	color: #dadada;
	line-height: 1.75;
	margin: 0;
}

a {
	color: #dadada;
	text-decoration: underline;
}

a:active,
a:focus,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4 {
	color: #fff;
	font-weight: 400;
	line-height: 1.16667;
	margin: 0 0 28px;
	text-align: center;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

b,
strong {
	font-weight: 700;
}

i,
em {
	font-style: italic;
}

p {
	margin: 0 21px 28px;
}

ul,
ol {
	margin: 0 0 28px;
	padding: 0 0 0 24px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

form {
	margin: 0;
}

button,
input,
textarea {
	border-radius: 0;
	font-size: 14px;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

button,
input {
	line-height: normal;
}

button,
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/*********************
    - 3. General styles -
*********************/

/* Clearing floats */
.row:after { 
	clear: both; 
}

.row:before,.row:after { 
	content: ""; 
	display: table; 
}

/* Assistive text */
.screen-reader-text {
	border: 0 none;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

/* Grid */
.row {
	margin-left: -48px;
}

.one {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	float: left;
	padding-left: 38px;
}

.one {
	width: 100%;
}

.one-half {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	float: left;
	padding-left: 38px;
}

.one-half {
	width: 50%;
}


.one-third {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	float: left;
	padding-left: 38px;
	font-size: 13px;
}

.one-third {
	width: 33%;
}

/* Forms */
input,
textarea {
	background: #6e6e6e;
	background: rgba(255,255,255,0.2);
	border: 1px solid #6e6e6e;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 12px;
	text-transform: uppercase;
}

input:focus,
textarea:focus {
	outline: 0;
}

button,
input[type="submit"] {
	background:rgba(0,0,125,0.0);
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	transition:			all 0.3s;
}

button:hover,
button:focus,
input[type="submit"]:focus,
input[type="submit"]:hover {
	background: rgba(0,0,125,0.3);
	color: #dadada;
	outline: 0;
}

.form-field {
	position: relative;
}

.form-field label {
	font-size: 14px;
}

.form-field span.error {
	background: #030046;
	background: rgba(0,0,125,0.3);
	border: 1px solid #030046;
	color: #f7f7f7;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 6px;
	position: absolute;
	right: 6px;	
	text-transform: uppercase;
	top: -14px;
}

.form-wrap .loading {
	height: 42px;
	margin: 0 auto 28px;
	text-align: center;
}

.form-wrap .success {
	color: #dadada;
	min-height: 42px;
	text-align: center;
}

/* Placeholder text color */
::-webkit-input-placeholder {
	color: #a9a9a9;
}

::-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}

.placeholder {
	color: #a9a9a9;
}

/* Responsive images */
.wrap img {
	height: auto;
	max-width: 99%;
}

/* Custom text styles */
.subtitle {
	font-size: 14px;
	letter-spacing: 1px;
	margin: 28px 0;
	text-align: center;
}

.row h2 {
	font-size: 24px;
	margin-bottom: 14px;
	text-align: left;
}

#modal-1 .section-title,
#modal-2 .section-title,
#modal-3 .section-title,
#modal-4 .section-title,
#modal-5 .section-title {
	margin-bottom: 42px;
}



.main-phrase
{
	font-size:60px;
	font-weight:900;
	letter-spacing:-2px;
	text-align:center;
	color:#fff;
	opacity:.9;
	margin-bottom:30px
}

@media (min-width:992px)
{
.main-phrase
{
	font-size:95px;
	line-height:95px;
	min-height:190px;
	letter-spacing:-6px;
	margin-top:30px
}
}

@media (min-width:1600px)
{
.main-phrase
{
	font-size:125px;
	line-height:125px;
	min-height:250px;
	margin-top:80px
}
}

@media (min-width:992px)
{
.main-phrase-404
{
	font-size:180px;
	margin-top:130px;
	min-height:110px
}
}


/* Icons */

.social
{
	text-align:center;
	margin-top:20px;
}

.social a
{
	display:inline-block;
	border:1px solid #fff;
	color:#fff;
	margin-right:5px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:18px;
	text-align:center;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	transition-property:transform;
	
}

.social a:hover
{
	background:rgba(0,0,125,0.3);
	border:1px solid #030046;
	color:#fff;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}

.social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.social li {
	display: inline-block;
	margin: 4px;
}

.icon,
.modal-toggle .icon {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	width: 36px;
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	transition:			all 0.3s ease;
}

.icon:hover,
.modal-toggle .icon:hover {
	color: #fff;
}

.icon,
.modal-toggle .icon,
#bg-video-controls .fa {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	width: 36px;
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	transition:			all 0.3s ease;
}

.icon:hover,
.modal-toggle .icon:hover,
#bg-video-controls .fa:hover {
	color: rgba(0,0,125,0.3);
}

.row h2 .icon {
	font-size: 18px;
	line-height: 1.55556;
	margin-right: 10px;
}

.button{
  margin:10px 30px 0px 30px;	
}

.button-about {
display: inline-block;
  color: #fff; 
  text-decoration: none; 
  background: rgba(0,0,125,0.0); 
  padding: .7em 1.5em;
  outline: none; 
  border:1px solid #fff;
  -webkit-border-radius:5%;
  -moz-border-radius:5%;
} 
.button-about:hover { 
	background:rgba(0,0,125,0.3);
	border:1px solid #030046;
	-webkit-border-radius:5%;
	-moz-border-radius:5%; 
}
	
.button-about:active { 
	background:rgba(0,0,125,0.3); 
	border:1px solid #030046;
	-webkit-border-radius:5%;
	-moz-border-radius:5%;
}


/* Preload */
#preload {
	background: #1f1f1f;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;	
	width: 100%;
	z-index: 998;
}

#preload-content {
	height: 100px;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 100px;
	z-index: 999;
}

.preload-spinner {
	margin: 0 auto 14px;
	text-align: center;
}

.loading-logo-wraper
{
	width:100px;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:20px
}

.loading-logo-wraper img
{
width:100%
}

.tp-loader
{
z-index:10000;
position:relative
}

.tp-loader.spinner
{
width:30px;
height:30px;
margin:0 auto;
margin-bottom:10px;
border:2px solid #fff;
box-shadow:0 0 20px 0 rgba(0,0,0,.15);
-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);
-webkit-animation:tp-rotateplane .8s infinite ease-in-out;
animation:tp-rotateplane .8s infinite ease-in-out;
border-radius:3px;-moz-border-radius:3px;
-webkit-border-radius:3px
}

@-webkit-keyframes tp-rotateplane
{
50%
{
-webkit-transform:rotate(180deg)
}

100%
{
-webkit-transform:rotate(180deg)
}
}

@keyframes tp-rotateplane
{
0%
{
transform:rotate(0deg);
-webkit-transform:rotate(0deg)
}

50%
{
transform:rotate(180.1deg);
-webkit-transform:rotate(180.1deg)
}

100%
{
transform:rotate(180.1deg);
-webkit-transform:rotate(180.1deg)
}
}

/*********************
    - 4. Basic Structure -
*********************/
.wrap {
	min-height: 100%;
	position: relative;
}

.inner {
	margin: 0 auto;
	padding: 42px 24px;
}

#main {
	position: relative;
}

#main .inner {
	max-width: 816px;
	padding-bottom: 20px;
	padding-top: 10%;
}

#modal-1, 
#modal-2, 
#modal-3, 
#modal-4, 
#modal-5 {
	background: #1f1f1f;
	background: rgba(31,31,31,0.8);
	display: none;
	left: 0;
	min-height: 190%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 997;
}

#modal-1 .inner, 
#modal-2 .inner, 
#modal-3 .inner, 
#modal-4 .inner, 
#modal-5 .inner {
	max-width: 612px;
}


/* Background Overlay */
.body-bg {
	background: rgba(0,0,0,0.7);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

/* Background Video */
#bg-video-controls {
	bottom: 0;
	height: 36px;
	padding: 4px;
	position: fixed;
	right: 0;
	text-align: center;
	width: 73px;
	z-index: 3;
}

#bg-video-controls a {
	display: block;
	float: left;
}

#bg-video-controls a:first-child {
	border-right: 1px dotted #dadada;
	border-color: rgba(218,218,218,0.8);
}

/*********************
    - 5. Main -
*********************/

/* Header */
.site-title {
	font-size: 30px;
	margin-bottom: 70px;
}

/* Countdown */
.countdown-row {
	display: block;
	text-align: center;
}

.countdown-section {
	border-left: 1px dotted #dadada;
	border-right: 1px dotted #dadada;
	border-color: rgba(218,218,218,0.8);
	color: #dadada;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 0px 0px 0px;
	text-align: center;
	width: 25%;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

.countdown-amount {
	color: #fff;
	display: block;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1;
	padding-bottom: 10px;
}

/* subscribe */
#subscribe {
	margin: 0 auto;
	max-width: 588px;	
}

#subscribe-form {
	position: relative;
}

#subscribe-form .form-field {
	margin-right: 180px;
}

#subscribe-form .form-submit {
	height: 42px;
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
}

#subscribe_email,
#subscribe_submit {
	display: block;
	height: 42px;
	width: 100%;
}

#subscribe_email {
	border-right: 0;
}

/* Social */
.social {
	margin: 28px 0;
}

.social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.social li {
	display: inline-block;
	margin: 4px;
}

/* Modal toggle */
#main .modal-toggle {
	height: 82px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.modal-note {
	color: #dadada;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

/*********************
    - 6. Modal page: About Us -
*********************/
/* Modal toggle */
#modal-1 .modal-toggle,
#modal-2 .modal-toggle,
#modal-3 .modal-toggle,
#modal-4 .modal-toggle,
#modal-5 .modal-toggle {
	margin-bottom: 42px;
	text-align: center;
}

/*********************
    - 7. No JS -
*********************/
.no-js #timer,
.no-js .modal-toggle,
.no-js #preload {
	display: none;
}

/*********************
    - 8. Media -
*********************/
@media only screen and (max-width: 680px) {
	h1 {
		font-size: 36px;
	}
	.countdown-amount {
		font-size: 48px;
	}
}

@media only screen and (max-width: 540px) {
	.one-half  {
		width: 100%;
	}	
}

@media only screen and (max-width: 540px) {
	.one-third  {
		width: 100%;
	}	
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 30px;
	}
	.countdown-section {
		padding: 28px 6px 28px;
	}
	.countdown-amount {
		font-size: 42px;
	}
	#newsletter-form .form-field {
		margin: 0 0 14px;
	}
	#newsletter-form .form-submit {
		margin: 0 auto;
		position: static;
		right: auto;
		top: auto;
	}
}

@media only screen and (max-width: 360px) {
	.countdown-section {
		font-size: 10px;
		padding: 21px 6px;
	}
	.countdown-amount {
		font-size: 36px;
	}
}


/*********************
    - 9. Particle -
*********************/

#particles-js {
height: 79%;
width: -webkit-calc(85% - 13%);
width: calc(85% - 13%);
position: absolute;
z-index: 10;
margin-top: -200px;
}
/*********    1690 responsive start     **  */
@media only screen and (max-width: 1800px) {
#particles-js {
	top: 66%;
	height: auto;
	}
}
/*********    1690 responsive END     **  */


/*********    2020 responsive start     **  */
@media only screen and (max-width: 2030px) {
#particles-js {
	top: 29%;
	height: auto;
	}
}
/*********    2020 responsive END     **  */


/*********    1600px responsive start     **  */
@media only screen and  (max-width: 5900px) {
#particles-js {
	top: 30%;
	height: auto;
	}
	
.Container_Box_Image_Background 
{
position:absolute; /*absolute fixed*/
display:inline-block; /*none*/
left:77%;
top:25%;
width:30%;
height:90%; 
background:url(https://www.lider.org.tr/bilimveteknoloji/images/comment.png) no-repeat 0 0;
background-size:100% 40%;
margin-left: 30px;
animation:FlyAnimation 2s infinite ease-in-out;
}	
 /* arama start */
 .search 
{
position:absolute; /*absolute fixed*/
display:inline-block; /*none*/
left:40%;
top:25%;
width:54%;
height:90%; 
z-index: 50;
margin-left: 20px;
animation:FlyAnimation 2s infinite ease-in-out;
}
 
  /* arama END */
	
}
/*********    1600px responsive END     **  */

/*********    950 responsive start     **  */
@media only screen and (min-width: 950px) and (max-width: 1199px) {
.Container_Box_Image_Background 
{
position:absolute; /*absolute fixed*/
display:inline-block; /*none*/
left:73%;
top:7%;
width:26%;
height:32%; 
background:url(https://www.lider.org.tr/bilimveteknoloji/images/comment.png) no-repeat 0 0;
background-size:100% 100%;
margin-left: 30px;
animation:FlyAnimation 2s infinite ease-in-out;
}	
 .search 
{
position:absolute; /*absolute fixed*/
display:inline-block; /*none*/
left:30%;
top:74%;
width:54%;
height:90%; 
z-index: 50;
margin-left: 20px;
animation:FlyAnimation 2s infinite ease-in-out;
}	
}
/*********    950 responsive END     **  */


/*********    850 responsive start     **  */
@media only screen and (min-width: 561px) and (max-width:659px) {
.Container_Box_Image_Background 
{
position:absolute; /*absolute fixed*/
display:inline-block; /*none*/
left:73%;
top:7%;
width:24%;
height:85%; 
background:url(https://www.lider.org.tr/bilimveteknoloji/images/comment.png) no-repeat 0 0;
background-size:100% 40%;
margin-left: 30px;
animation:FlyAnimation 2s infinite ease-in-out;
}	

.BigImage 
{
position:absolute; /*absolute fixed*/
display:inline-block; /*none*/
left:-55%;
top:77px;
width:68%;
height:220px; 
background:url(https://www.lider.org.tr/bilimveteknoloji/images/astro.png) no-repeat 0 0;
background-size:contain;
/*margin-left:30px; 
animation:FlyAnimation 2s infinite ease-in-out;*/
}

.search{
	left: 10%;
}

#particles-js {
top: 73%;
    height: auto;
}

}
/*********    850 responsive END     **  */


/*********    850 responsive start     **  */
@media only screen and (min-width: 670px) and (max-width:949px) {
.Container_Box_Image_Background 
{
position:absolute; /*absolute fixed*/
display:inline-block; /*none*/
left:73%;
top:7%;
width:24%;
height:85%; 
background:url(https://www.lider.org.tr/bilimveteknoloji/images/comment.png) no-repeat 0 0;
background-size:100% 40%;
margin-left: 30px;
animation:FlyAnimation 2s infinite ease-in-out;
}	

.BigImage 
{
position:absolute; /*absolute fixed*/
display:inline-block; /*none*/
left:-55%;
top:77px;
width:68%;
height:220px; 
background:url(https://www.lider.org.tr/bilimveteknoloji/images/astro.png) no-repeat 0 0;
background-size:contain;
/*margin-left:30px; */
animation:FlyAnimation 2s infinite ease-in-out;
}

.search{
	left: 10%;
}

#particles-js {
top: 37%;
    height: auto;
}

}
/*********    850 responsive END     **  */



/*********************
    - 10. astronot -
*********************/

/*hide the scrollbar*/
/*
::-webkit-scrollbar { 
display: none; 
}
*/

body
{
/*background-color:#000000;*/
}
 
.HideScroll
{
/* background scroll*/
/* overflow:auto; /*include - x = width | y = height */  /*auto OR scroll OR hidden*/ 
overflow-x: hidden; /*x = width*/ /*auto OR scroll OR hidden*/ 
overflow-y: hidden; /*y = height*/ /*auto OR scroll OR hidden*/ 
}


/*-- 560px responsive --*/
@media only screen and (max-width: 560px) {
	
	.Container_Box_Image_Background 
{
position:absolute; /*absolute fixed*/
display:inline-block; /*none*/
left:50%;
top:138%;
width:40%;
height:106%; 
background:url(https://www.lider.org.tr/bilimveteknoloji/images/comment.png) no-repeat 0 0;
background-size:100% 40%;
margin-left: 30px;
animation:FlyAnimation 2s infinite ease-in-out;
}

.MyText 
{
position:absolute; /*absolute fixed*/
display:inline-block; /*none*/
font-family: 'Roboto', sans-serif;

/*color: #dbdbdb;*/ /*black #ffffff*/

/*CSS Gradient Color Text*/
background: -webkit-linear-gradient(#01040a, #000207);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
/*==============*/

font-size: 20px;
padding-left:13%;
padding-top:14%;

/*Animation-Double
animation:
FlyAnimation 2s infinite ease-in-out;*/
/*===============*/
  
}



	
	
}

/*-- END 560px responsive --*/


/*-- 442px responsive --*/
@media only screen and (max-width: 442px) {

.Container_Box_Image_Background 
{
position:absolute; /*absolute fixed*/
display:inline-block; /*none*/
left:25%;
top:178%;
width:61%;
height:106%; 
background:url(https://www.lider.org.tr/bilimveteknoloji/images/comment.png) no-repeat 0 0;
background-size:100% 40%;
margin-left: 30px;
animation:FlyAnimation 2s infinite ease-in-out;
}

.MyText 
{
position:absolute; /*absolute fixed*/
display:inline-block; /*none*/
font-family: 'Roboto', sans-serif;

/*color: #dbdbdb;*/ /*black #ffffff*/

/*CSS Gradient Color Text*/
background: -webkit-linear-gradient(#01040a, #000207);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
/*==============*/

font-size: 20px;
padding-left:13%;
padding-top:15%;

/*Animation-Double
animation:
FlyAnimation 2s infinite ease-in-out, */
/*GlowAnimation 1s ease-in-out infinite alternate*/
;
/*===============*/
  
}





}

/*-- END 442px responsive --*/


.MyText 
{
position:absolute; /*absolute fixed*/
display:inline-block; /*none*/
font-family: 'Roboto', sans-serif;

/*color: #dbdbdb;*/ /*black #ffffff*/

/*CSS Gradient Color Text*/
background: -webkit-linear-gradient(#01040a, #000207);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
/*==============*/

font-size: 90%;
padding-left:13%;
padding-top:15%;

/*Animation-Double
animation:
FlyAnimation 2s infinite ease-in-out;*/
/*===============*/
  
}
 

.BigImage 
{
position:absolute; /*absolute fixed*/
display:inline-block; /*none*/
left:-56%;
top:97px;
width:100%;
height:220px; 
background:url(https://www.lider.org.tr/bilimveteknoloji/images/astro.png) no-repeat 0 0;
background-size:contain;
/*margin-left:30px; 
animation:FlyAnimation 2s infinite ease-in-out;*/
}

  
/* ======================== */
/* FlyAnimation - keyframes */
/* ======================== */
@keyframes FlyAnimation {
 0%,
 50% {
  transform:translateY(0);
  animation-timing-function:cubic-bezier(.2,.25,.55,1)
 }
 25% {
  transform:translateY(-7px);
  animation-timing-function:cubic-bezier(.45,0,.8,.75)
 }
 75% {
  transform:translateY(7px);
  animation-timing-function:cubic-bezier(.45,0,.8,.75)
 }
 to {
  transform:translateY(0)
 }
}
/* ============ */

  

  
  
/* ======================== */
/* GlowAnimation - keyframes */
/* ======================== */
@-webkit-keyframes GlowAnimation {
  from {
    text-shadow: 0 0 0px #f7615c, 0 0 1px #e60800, 0 0 2px #e60800, 0 0 3px #e60800, 0 0 4px #e60800, 0 0 5px #e60800, 0 0 6px #e60800;
  }
  
  to {
/*
    text-shadow: 0 0 1px #f0837f, 0 0 2px #ff4d4d, 0 0 3px #ff4d4d, 0 0 4px #ff4d4d, 0 0 5px #ff4d4d, 0 0 6px #ff4d4d, 0 0 7px #ff4d4d;
*/
  }
}
/* ============ */

  
 /* stars*/
.arama{
	position: absolute;
	padding-top: 10%;
}

/* icerik*/
.icerik{
	position: relative;
	margin-top: 16%;
}

@media only screen and (max-width: 600px) {
.icerik{
	position: relative;
	margin-top: 30%;
	}
hr{
	width:78%
	margin-right: 52px;
}

 
	
}

@media only screen and (max-width: 370px) {
.icerik{
	position: relative;
	margin-top: 35%;
	}
hr{
	width:60%;
	margin-left: 51.5px;
}



}
@media only screen and (min-width: 200px) and (max-width: 560px) {
	#particles-js {
	top: 31%;
    height: auto;
	width: -webkit-calc(220% - 1%);
	width: calc(220% - 1%);
	position: fixed;
	z-index: -1;
	margin-top: -200px;
}
 
}

/* --  Time Line CSS Start -- */


body {
  background-color: #000;

  overflow-x: hidden;
}

@font-face {
  font-family: 'ESL Legend';
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.eot);
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.eot#iefix) format("embedded-opentype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.woff2) format("woff2"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.woff) format("woff"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.ttf) format("truetype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.svg#eicon) format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'ESL Legend';
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.eot);
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.eot#iefix) format("embedded-opentype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.woff2) format("woff2"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.woff) format("woff"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.ttf) format("truetype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.svg#eicon) format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'ESL Legend';
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.eot);
  src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.eot#iefix) format("embedded-opentype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.woff2) format("woff2"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.woff) format("woff"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.ttf) format("truetype"),
  url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.svg#eicon) format("svg");
  font-style: normal;
  font-weight: bold;
}

img {
  max-width: 100%;
}

.ag-format-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;

  position: relative;
}

.ag-timeline-block {
  padding: 50px 0;
}
.ag-timeline_title-box {
  padding: 0 0 30px;

  text-align: center;
}
.ag-timeline_tagline {
  font-size: 40px;
  color: rgb(84, 89, 95);
}
.ag-timeline_title {
  background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/images/bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;

  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;

  font-size: 50px;
}

.ag-timeline_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;

  margin: 0 0 50px;

  position: relative;
}
.ag-timeline_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ag-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  position: relative;
}
.ag-timeline_line {
  width: 2px;
  background-color: #393935;

  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;

  overflow: hidden;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ag-timeline_line-progress {
  width: 100%;
  height: 20%;
  background-color: #FF0;
}
.ag-timeline-card_point-box {
  margin-left: 20px;
  margin-right: 20px;
}
.ag-timeline-card_point {
  height: 50px;
  line-height: 50px;
  width: 50px;
  border: 3px solid #FF0;
  background-color: #1d1d1b;

  text-align: center;
  font-family: 'ESL Legend', sans-serif;
  font-size: 20px;
  color: #FFF;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.js-ag-active .ag-timeline-card_point {
  color: #1d1d1b;
  background-color: #FF0;
}

.ag-timeline-card_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;

  background-color: #282828;

  opacity: 0;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  -o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  box-shadow: 0 0 0 0 rgba(0,0,0,.5);

  animation-fill-mode: both;

  position: relative;
}
.js-ag-animated .ag-timeline-card_item {
  opacity: 0;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.js-ag-animated.js-ag-show:nth-child(2n+1) .ag-timeline-card_item {
  -webkit-animation-name: card-animation-left;
  -moz-animation-name: card-animation-left;
  -o-animation-name: card-animation-left;
  animation-name: card-animation-left;
}
.js-ag-animated.js-ag-show:nth-child(2n) .ag-timeline-card_item {
  -webkit-animation-name: card-animation-right;
  -moz-animation-name: card-animation-right;
  -o-animation-name: card-animation-right;
  animation-name: card-animation-right;
}

.ag-timeline-card_arrow {
  height: 18px;
  width: 18px;
  margin-top: 20px;
  background-color: #282828;

  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
  margin-left: calc(-18px / 2);
  margin-right: calc(-18px / 2);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
  margin-left: -10px;

  right: auto;
  left: 0;
}

.ag-timeline-card_img {
  width: 100%;
}
.ag-timeline-card_meta-box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_meta-box {
  text-align: right;
}
.ag-timeline-card_meta {
  margin: 10px 0 0;

  font-family: 'ESL Legend', sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #FF0;
}
.ag-timeline-card_info {
  padding: 20px 30px;
}
.ag-timeline-card_title {
  display: none;
  margin: 10px 0 0;

  font-family: 'ESL Legend', sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #FF0;
}
.ag-timeline-card_desc {
  line-height: 1.45;

  font-size: 16px;
  color: #FFF;
}


@-webkit-keyframes card-animation-left {
  0% {
    opacity: 0;

    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  100% {
    opacity: 1;

    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes card-animation-left {
  0% {
    opacity: 0;

    -moz-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  100% {
    opacity: 1;

    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes card-animation-left {
  0% {
    opacity: 0;

    -o-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  100% {
    opacity: 1;

    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes card-animation-left {
  0% {
    opacity: 0;

    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  100% {
    opacity: 1;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes card-animation-right {
  0% {
    opacity: 0;

    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
  100% {
    opacity: 1;

    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes card-animation-right {
  0% {
    opacity: 0;

    -moz-transform: translateX(400px);
    transform: translateX(400px);
  }
  100% {
    opacity: 1;

    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes card-animation-right {
  0% {
    opacity: 0;

    -o-transform: translateX(400px);
    transform: translateX(400px);
  }
  100% {
    opacity: 1;

    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes card-animation-right {
  0% {
    opacity: 0;

    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -o-transform: translateX(400px);
    transform: translateX(400px);
  }
  100% {
    opacity: 1;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (max-width: 979px) {
  .ag-timeline_line {
    left: 30px;
  }
  .ag-timeline-card_point {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }

  .ag-timeline_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    position: relative;
  }
  .ag-timeline-card_title {
    display: block;
  }

  .ag-timeline-card_meta-box {
    display: none;
  }
  .ag-timeline-card_point-box {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;

    margin-left: 8px;
  }
  .ag-timeline-card_item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;

    max-width: 100%;
    margin-left: 10px
  }
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .js-ag-animated.js-ag-show:nth-child(2n) .ag-timeline-card_item,
  .js-ag-animated.js-ag-show:nth-child(2n+1) .ag-timeline-card_item {
    -webkit-animation-name: card-animation-right;
    -moz-animation-name: card-animation-right;
    -o-animation-name: card-animation-right;
    animation-name: card-animation-right;
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    right: auto;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-timeline-card_img {
    height: auto;
    width: auto;
  }
}

@media only screen and (max-width: 639px) {
  .ag-timeline_title {
    font-size: 60px;
  }

  .ag-timeline-card_info {
    padding: 10px 15px;
  }
  .ag-timeline-card_desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}

/* çalışmalarımız start */

#planets_container {

}

.planetBox {
  display:inline-block;
  position:relative;
  font-family:monospace;
  border-radius:50%;
  margin:1em;
}

.planet {
  height:150px;
  width:150px;
  border-radius:50%;
  background:gray;
  text-align:center;
  line-height:150px; 
  float:left;
  color:white;
  transition:1s;
  background:white;
  overflow:hidden;
  user-select:none;
}

.info {
  height:140px;
  width:140px;
  text-align:center;
  position:absolute;
  z-index:-1;
  pointer-events:none;
  color:#111;
  border-radius:50%;
  user-select:none;
  font-size:11px;
  transition:.75s;
  margin-left:5px;
  margin-top:5px;
  background-size:cover;
  background-position:50% 50%;
  opacity:0;
}

.planetBox:hover > .planet {
  transform:rotate(540deg);
  color:transparent;
  font-size:36px;
}
.planetBox:hover > .info {
  opacity:1;
  z-index:1;  
}


/* çalışmalarımız  End*/

/* --  Time Line CSS END -- */