/* FONTLAR */
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700&amp;subset=latin-ext');

/*AYARLAR*/
html {
	position: relative;
	min-height: 100%;
}

body {
	background: url('../images/bg.jpg');
	background-attachment: fixed;
	background-size: cover;
}

footer {
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: #000000;
	padding: 15px 0
}

.header {
	display: flex;
	flex-direction: row-reverse;
}
.header .leftMenu {
	
	width: 175px;
	background: #03106e;
}

.header .leftMenu .barTop {
	height: 15%;
}

.header .leftMenu .barTop a {
	color: #fff;
	font-size: 30px;
	width: 100%;
	display: block;
	text-align: center;
	display: flex;
	flex-direction: row;
	text-align: center;
	justify-content: center;
	padding: 5px 0;
	text-decoration: none
}

.header .leftMenu .barTop a span {
	font-size: 18px;
	font-weight: bold;
	padding: 0 2px;
}

.header .leftMenu .barBottom {
	height: 80%;
}

.header .leftMenu .barBottom {
	display: flex;
	flex-direction: column;
	font-family: OSWALD;
	text-transform: uppercase;
	color: #fff;
	justify-content: space-evenly;
	align-items: center;
}

.header .leftMenu .barBottom a {
	text-decoration: none;
	color: #fff;
}

.header .leftMenu .barBottom .group {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	/* transform: rotate(-90deg); */
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
}

.lang {
	position: absolute;
	right: -40px;
}

.navbar {
	padding: 0;
	position: relative;
	z-index: 3;
	padding-left: 20px;
}

.nav-item {
	position: relative;

}

.nav-item a {
	color: #fff !important;
}

.nav-item a:hover {
	background: rgb(132 132 132 / 61%);
	color: #ffffff !important;
}

.nav-item .nav-link {
	font-family: 'Oswald', sans-serif;
	padding: 1rem
}

.icon-m {
	border-bottom: 1px solid #9093a9;
}

.sub-navbar {
	position: absolute;
	width: 300px;
	background: #ddd;
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 5px solid #bb1724;
	display: none;
}

.nav-item:hover .sub-navbar {
	display: block;
}

.sub-navbar .sub-item-link {
	padding: 5px;
	color: #8f93a8;
	display: block;
	background: #425e6d;
	font-family: 'Oswald', sans-serif;

}

.sub-navbar .sub-item-link:hover {
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

@media (max-width: 991.98px) {
	
	.header .leftMenu .barBottom {
		display: none;
	}

	.ekstralogo {
		display: flex !important;
		width: 100%;
		justify-content: center;
	}

	.ekstralogo img {
		display: flex !important;
		max-width: 105px !important;
		align-self: center;
	}

	.logolar {
		display: none !important;
	}

	.logo1 img {
		width: 100px !important;
	}

	.navbar {
		display: block;
		background-color: #0d2239 !important;
	}

	.nav-item a {
		color: #fff !important;
	}

	.navbar-toggler {
		margin: 10px;
		font-size: 16px;
	}

	.nav-item .nav-link {
		font-family: 'Oswald', sans-serif;
		padding: 0.5rem 1rem;
	}

	.sub-navbar {
		position: relative;
		width: 100%;
		padding-left: 20px;
		background: #00062c;
	}

	.navbar .container {
		max-width: 100%;
	}

	.nav-item, .sub-item {
		text-align: left !important;
	}

	.lang {
		top: -47px;
		position: absolute;
		right: 10px;
	}

	.nav-item:hover .nav-link {
		background: rgba(255, 255, 255, 0.45);
	}
}

.bg-theme {
	top: 0;
	background-color: #00307d;
}



/*HEADER*/
.header {}


/*BODY*/
.box-system {
	margin-top: 40px
}

.box-system .box {
	position: relative;
	height: 180px;
	width: 100%;

}

.box-system .box a {
	display: flex;
	width: calc(100% - 20px);
	text-align: center;
	margin-left: 10px;
	padding-top: 40px;
	align-items: center;
	justify-content: center;
}

.box-system .box a p {
	margin: 0;
	margin-top: 4px;
	font-size: 15px;

	width: 100%;

	color: #000;
	height: 75px;
	font-weight: bold;
}

.box-system .box a:hover {
	color: #000;
	text-decoration: none;
}

.box-system .box a img {
	width: 59px;
}

.box-system .box-bg-1 {
	background: url('../images/box-1.html');
	background-size: 190px;
	background-position: top center;
	background-repeat: no-repeat;
}

.box-system .box-bg-2 {
	background: url('../images/box-2.html');
	background-size: 190px;
	background-position: top center;
	background-repeat: no-repeat;
}

.box-system .box-bg-3 {
	background: url('../images/box-3.html');
	background-size: 190px;
	background-position: top center;
	background-repeat: no-repeat;
}

.box-system .box-bg-4 {
	background: url('../images/box-4.html');
	background-size: 190px;
	background-position: top center;
	background-repeat: no-repeat;
}



/*SLİDER*/
.slider-system {
	padding: 20px;
	-webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	margin-bottom: 50px;
	background: #d80038;
}

.bslide {
	-webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	position: relative;
}

.bslide .owl-dots {
	position: absolute;
	bottom: 0px;
	right: 45px;
	z-index: 999;
}

.bslide .owl-dots .owl-dot span {
	background: #db0033
}

.bslide .owl-dots .owl-dot.active span {
	background: #420211;
}

.slider-system:after {
	content: ' ';
}



/*Content Area*/
.content-section {
	position: relative;
	margin-top: 40px;
	margin-bottom: 100px;
}

.content-section .no-gutters {
	padding: 0;
}

.content-section .mini-menu {
	display: table;
	width: 100%;
	margin-top: 37px;
}

.content-section .mini-menu a {
	display: table-cell;
	clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
	background: #d80038;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	height: 87px;
	padding: 0 10px;
	vertical-align: middle;
	text-decoration: none;
}

.content-section .mini-menu a:hover {
	text-decoration: none;
}

.content-section .mini-menu a:nth-child(1) {
	clip-path: polygon(17% 0%, 100% 0%, 86% 100%, 0% 100%)
}

.n-width {}

.n-width:after {
	content: ' ';
	clear: both;
	display: block;
}

.n-width .coll-4 {
	width: 330px;
	float: left;
}

.n-width .coll-8 {
	width: calc(100% - 330px);
	float: right;
}

.boxing {
	height: 460px;
	background: url(../images/tarih.png);
	background-size: auto;
	background-repeat: no-repeat;
	position: relative;
}

.boxing span {
	width: 100%;
	text-align: center;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	color: #192f56;
	padding-top: 110px;
	padding-left: 10px;
}

.boxing1 {
	width: 293px;
	background-size: contain;
}

.boxing1 .dating {
	width: 210px !important;
}

.n-width .content-web {
	text-align: justify;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	padding-left: 25px;
}

.n-width .content-web h1 {
	font-size: 26px;
	background-color: #03106d;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: -60px;
	padding-left: 55px;
	margin-top: -10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e94b0c", endColorstr="#ce0a0a", GradientType=1);
	width: calc(100% + 60px);
}

.n-width .content-web h2 {
	font-size: 18px;
	color: #da280b;
	margin: 0;
}




.dating {
	width: 252px;
	text-align: center;
	position: absolute;
	top: 25px;
	left: 50px;
	margin-top: 15px;
}

.dating font {
	font-weight: bold;
	font-size: 75px;
	color: #000;
}

.dating .p1 {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 16px;
	margin-top: -22px;
	font-weight: bold;
	color: #000;
}

.dating .p1 font {
	font-weight: bold;
	font-size: 66px;
	color: #000;
}

.dating .p2 {
	padding: 5px;
	margin-top: 20px;
	color: #000;
	font-weight: bold;
	padding-top: 15px;
	border-top: 2px solid #6a829a;
	width: 95%;
}

.nbuton {
	padding: 10px;
	background: #00354b;
	color: #fff;
	display: inline-block;
	width: 150px;
	text-decoration: none;
	text-align: center;
	transition: 0.5s all;
}

.nbuton:hover {
	background: #012635;
	text-decoration: none;
	color: #fff;
}

.onlymobile {
	display: none;
}

/*TABLET*/
@media (max-width: 991.98px) {
	.n-width {
		display: grid;
	}

	.n-width .coll-4 {
		float: none;
		display: block;
		margin: auto;
	}

	.n-width .coll-8 {
		width: 100%;
	}

	.boxing {
		margin-top: 10px;
	}

	.mini-menu {
		margin-top: 0 !important;

	}

	.mini-menu a {
		width: 100%;
		display: flex !important;
		clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%) !important;
		margin-bottom: 5px;
		vertical-align: middle !important;
		align-items: center;
		justify-content: center;
		height: 50px !important;
	}

	.box-system {
		margin: 0;
	}

	.box-system .box a img {
		display: initial;
	}

	.box-system .col-6 {
		margin: auto
	}



	.box-system .owl-nav button.owl-prev {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
	}

	.box-system .owl-nav button.owl-next {
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
	}

	.owl-theme .owl-nav [class*='owl-']:hover {
		background: transparent;
		color: #000;
	}

	.content-menu {
		display: none;
	}

	.onlymobile {
		display: block;
	}
}

.content-menu {
	position: relative;
	padding-right: 20px;
	margin-top: 15px;
	font-family: Oswald
}

.content-menu ul {
	list-style: none;
	padding: 0;
}

.content-menu ul li {
	position: relative;
}

.content-menu ul li a {
	padding: 10px;
	background: #dc002d;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: block;
	text-decoration: none;
	transition: 0.5s all;
}

.content-menu ul li:last-child a {
	border: none;
}

.content-menu ul li:hover a {
	background: #b31901;
	text-decoration: none;
}

.content-menu .day-left {
	background: #dc002d;
	padding: 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.content-menu .day-left img {
	width: 50px;
	float: left;
	margin: 10px 0;
}

.content-menu .day-left p {
	padding-left: 65px;
	font-size: 23px;
	margin-bottom: 10px;
}

/*CONTACT*/
.contact {
	display: block;
	margin-bottom: 3px;
}

.contact:after {
	display: block;
	content: ' ';
	clear: both;
}

.contact .contact-title {
	float: left;
	width: 18%;
	font-weight: bold;
	position: relative;
	margin-right: 5px;
}

.contact .contact-title:before {
	position: absolute;
	content: ':';
	right: 3px;
}

.contact .contact-text {
	float: left;
	width: 73%;
}

img {
	max-width: 100%;
}

.lang a {
	display: inline-block;
	vertical-align: middle;
}

.facebook, .instagram {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

.facebook:hover, .instagram:hover {
	color: #fff;
	text-decoration: none;
}

.sub {
	width: 1px;
	background: #fff;
	height: 35px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.grey-box {
	background: #fbfbfb;
	border: 1px solid #e9e9e9;
	padding: 9px;
	border-radius: 3px;
	margin-left: 5px;
	margin-right: 5px;
	max-width: calc(50% - 20px);
}


.sslider, .sslider2 {
	text-align: center;
	display: table;
	width: 100%;
}

.sslider .item {

	margin: 1px;
	display: table-cell;

}

.sslider .item img {
	overflow: hidden;
}

.sslider2 {
	width: 100%;
	margin: auto;
}

.sslider2 .item {
	margin: 1px;
	display: table-cell;
	padding: 0 10px;
}

.sslider2 .item img {
	max-width: 100px;
}


.blocker {
	z-index: 999999999 !important;
}

.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 700px !important;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 0;
	border-radius: 0 !important;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
	height: auto;
}

.modal a.close-modal {
	top: 5px !important;
	right: 5px !important;

}

.nav-fill .nav-item {
	flex: 0 1 auto;
	text-align: left;
}

.logolar {
	position: absolute;
	display: flex;
	top: 56px;
	right: 22px;
}

.logolar img {
	max-width: 110px;
}

.logolar .item {
	margin-right: 25px;
}

.navbar-nav {
	justify-content: center;
}

.ekstralogo {
	max-width: 180px;
	display: none;
}



/* Hide checkbox and reset styles */
input[type="checkbox"] {
	appearance: initial;
	-webkit-appearance: initial;
	-moz-appearance: initial;
	border-top-left-radius: 10px;
	border: 0;
	margin: 0;
	outline: none;
	width: 30px;
	height: 30px;
	z-index: 1;
}


/* Menu icon */
input::after {
	border-top-left-radius: 10px;
	content: '\2255';
	font: 25pt/30px 'georgia';
	text-indent: 10px;
	transition-delay: .25s;
	width: 100%;
	height: 100%;
	display: none;
}

#page {
	background: url('photo-1504274066651-8d31a536b11adfb0.html?w=668&amp;q=80') #fff center/cover;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transition: all .3s linear;
	width: 100%;
	height: 100%;
	overflow: auto;
}


/* When menu is open, transform the page */
input:checked~#page {
	clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%);
	transform: translateX(0%) rotateY(10deg) scale(0.8);
	transform-origin: right center;
	transition: all .3s linear;

}

input:checked::after {
	background: #1e3232;
	content: '\00d7';
	color: #ebebeb;
	transition-delay: -.1s;
	display: block;

}

#menu, #page, input {
	position: absolute;
}

#wrapper {
	background: linear-gradient(45deg, black, #03106e);
	box-shadow: 0 0 20px lightgrey;
	margin: auto;
	position: relative;
	width: 100%;
	min-height: 100vh;
	overflow: auto;
}

/*
ul {
	background: linear-gradient(#fef8a5 20%, powderblue);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font: bold 15pt/20pt 'fugaz one';
	margin-top: 50px;
	margin-left: -40px;
}

h2 {
	width: max-content;
	position: absolute;
	font: 15pt 'contrail one';
	word-spacing: 10px;
}

h2:nth-of-type(1) {
	transform: rotate(-90deg);
	transform-origin: bottom left;
	left: calc(50vw - 160px);
	bottom: calc(50vh - 250px);
}

h2:nth-of-type(2) {
	transform: rotate(90deg);
	transform-origin: top left;
	left: calc(50vw + 180px);
	top: calc(50vh - 250px);
}

mark {
	background: #fef8a5;
}
*/
@media (min-width: 1441px) {
	.header .w-100{
		width: calc(100% - 150px) !important;
	}
}

@media (max-width: 1440px) {
	.header {
    display: flex;
    flex-direction: column-reverse;
}
	.header .leftMenu .barBottom {
		display: none;
	}

	.group img {
		height: 40px;
	}

	.group:first-child {
		margin-top: 50px;
	}

	.group:last-child {
		margin-top: 50px;
	}

	.header .leftMenu {
		width: 100%;
	}

	input:checked~#page {
		transform: translateX(0%) translateY(-14%) rotateY(10deg) scale(0.7);
	}
}

@media (max-width: 1199.98px) {
	.header .leftMenu .barBottom {
		display: none;
	}

	.header .leftMenu {
		width: 100%;
	}

	input:checked~#page {
		clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 92%);
		transform: translateX(0%) translateY(-13%) rotateY(10deg) scale(0.6);
	}

}

@media (max-width: 991.98px) {
	.group img {
		display: none
	}

	.group:last-child {
		margin-top: 0;
	}

	.group:nth-of-type(2) {
		margin-top: -31px !important;
		margin-bottom: 65px !important;
	}

	.header .leftMenu {
		width: 100%;
	}

	input:checked~#page {
		clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 92%);
		transform: translateX(0%) translateY(-15%) rotateY(10deg) scale(0.6);
	}


}

@media (max-width: 767.98px) {
	.group {
		display: none;
	}

	.header .leftMenu .barBottom {
		display: none;
	}

	.header .leftMenu {
		width: 100%;
	}
}




@media (max-width: 575.98px) {

	.header .leftMenu .barBottom {
		display: none;
	}

	.header .leftMenu {
		width: 100%;
		background: #03106d;
	}

	.header .leftMenu .barTop a span {
		font-size: 15px;
	}

	input:checked~#page {
		transform: translateX(3%) translateY(-23%) rotateY(10deg) scale(0.4);
	}
}

@media (max-width: 375.98px) {
	input:checked~#page {
		transform: translateX(80%) translateY(-23%) rotateY(10deg) scale(0.4);
	}
}

.n-width .content-web h3 {
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	font-size: 20px;
	background: linear-gradient(275deg, #ec1c22, #1f31ad);
	text-align: center;
}

.dropdown ul {
	position: relative;
	width: 220px;
	padding: 0;
	list-style: none;
	/* background: #2131ab; */
	overflow: hidden;
	visibility: hidden;
	opacity: 1;
	transition: 0.5s;
	/* padding-left: 51px; */
	display: none;
	/* top: 5px; */
	bottom: 0px;
	margin-top: 0;
	margin-left: 40px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.dropdown ul li a {
	padding: 10px;
	display: block;
	text-decoration: none;
	font-family: sans-serif;
}

.dropdown ul li a:hover {
	display: block;
	text-decoration: none;
	/* background: #1d266e; */
}

.dropdown:hover ul {
	visibility: visible;
	opacity: 1;
	display: block;
	transition: 0.5s;
}