body{
	margin: 0;
	padding: 0;
	font-family: "Raleway", sans-serif;
	background: #0b141d;
}
.wrapper{
	background: #0b141d url(../images/bg1.jpg) center top no-repeat;
	background-size: cover;
	min-height: 800px;
}
.header{
	padding: 16px 40px;
	border-bottom: 1px solid #0d9d63;
	background: rgba(11, 20, 29, 0.9);
	display: flex;
	justify-content: space-between;
}
.header_left img{max-width: 240px;}
.header_right .giris_text{
	color: #fff;
	font-weight: 600;
}
.header_right .giris_text a.kayit_link{
	background: #00d370;
    border-radius: 3px;
    text-decoration: none;
    color: #0b141d;
    padding: 7px 16px;
    margin-left: 6px;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}
.header_right .giris_text a.kayit_link:hover{
	background: #02bd65;
}
.header_right .giris_text a.giris_link{
	color: #fff;
	text-decoration: none;
	
}
.header_right .giris_text a img{margin-left: 6px;}
.header_right{display: flex;align-items: center;}
.header_right .lang-icon{
	max-width: 35px;
    margin-left: 10px;
}
.banner-section{
	padding: 50px 0;
}
.content-container{
	max-width: 1160px;
	margin: 0 auto;
}
.d-flex{
	display: flex;
	align-items: center;
}
.content-left-col h1{
	font-size: 60px;
    font-weight: 300;
    margin: 0;
    color: #fff;
    line-height: normal;
}
.icon-group h4{
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
}
.icon-group h4 img{margin-right: 12px;}
.icon-group-right{
	margin-left: 40px;
}
.app-icon img{
	display: inline-block;
	margin-right: 10px;
}
.img-fluid{
	max-width: 100%;
	height: auto;
}
.content-container .content-right-col,.content-container .content-left-col{flex: 0 0 50%;}
.social-section {
	padding: 70px 0;
}
.social-section h3{
	color: #fff;
	font-size: 22px;
	font-weight: 400;
}
.social-section img{margin-right: 10px;max-width: 48px;}
.licence-section{color: #fff;padding-top: 50px;}
.licence-section .licence-section-left{flex: 0 0 190px;}
.social-section .licence-section img{max-width: 100%}
.social-section .licence-section p{
	font-weight: 300;
}

.popup-overlay{
	background: rgba(11, 10, 29, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 100;
}
.popup-container{
	max-width: 500px;
    background: #0b141d;
    padding: 30px 40px;
    text-align: center;
    margin: 0 auto;
    border-radius: 60px;
    box-shadow: 0 0 60px rgba(0, 211, 112, 0.8);
    border:1px solid rgba(0, 211, 112, 0.3);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.popup-container h3{
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	margin: 0 0 10px;
	font-weight: 600;
}
.popup-container h3 a{
	color: #fff;
	text-decoration: none;
}
.popup-container h3.green-text a{
    color: #00d370;
}
.popup-container a{display: inline-block;}
.popup-container p{
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #fff;
}

.popup-container p.green-text{
	color: #00d370;
	font-weight: 400;
	font-size: 20px;
}
.text-bottom{
	text-align: left;
	padding: 0 10%;
	margin-bottom: 0;
}
.popup-container.download-android{
	max-width: 400px;
	padding: 50px 30px;
}
.download-android h3.green-text{
	color: #00d370;
	margin-top:20px;
	margin-bottom:0; 
}
.download-android h3.ios-title{
    font-weight: 300;
    line-height: 34px;
    margin-top: 20px;
    font-size: 28px;
}
.green-text{color: #00d370;}
.hidden{display: none;}
.mobile-show{display: none;}