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

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

body {
	margin-bottom: 200px;
	background: url('../images/bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: top
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: #00122f;
	padding: 15px 0
}


.lang {
	position: absolute;
	right: 10px;
}

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

.nav-item {
	position: relative;

}

.nav-item a {
	color: #fff !important;
	font-size: 17px;
	font-weight: bold;
	padding: 15px;
}

.nav-item a:hover {
	background: rgba(0, 0, 0, 0.40);
	color: #ffffff !important;
}

.nav-item.active {
	background: rgba(0, 0, 0, 0.40);
	color: #fff !important;
}

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

.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;
}

.dropdown ul {
	position: absolute;
	width: 200px;
	padding: 0;
	list-style: none;
	background: #772d0f;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}

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

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

@media (max-width: 1530.98px) {
	.nav-item a {
		font-size: 15px;
	}
}

@media (max-width: 991.98px) {



	.col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100% !important;
	}

	.dropdown ul {
		position: relative;
		display: none;
		width: 100%
	}

	.navbar {
		display: block;
	}

	.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: -40px;
		position: absolute;
		right: 10px;
	}

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

	.navbar-dark .navbar-toggler {
		color: #fff;
		border-color: rgb(255 255 255 / 0%);
		transition: 0.5s;
	}

	button:focus {
		outline: none;
	}

	.navbar-dark .navbar-toggler:hover {
		background: #fff;
		color: #2394b7;
	}
}

.bg-theme {
	position: sticky;
	right: 0;
	background: #8f3612;
	z-index: 1;
}



/*HEADER*/
.header {

	position: relative;

}

.header .abs {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.header .sponsor {
	background: #fff;
}

.header .sponsor .lGroup {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.header .sponsor .lGroup .item {
	border-left: 1px solid #ddd;
}

/*BODY*/
.box-system {
	margin-top: -50px;
	margin-bottom: 30px;

}

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

}

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

.box-system .box a p {
	margin: 0;
	margin-top: 5px;
	font-size: 21px;
	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.png');
	background-size: 235px;
	background-position: top center;
	background-repeat: no-repeat;
}

.box-system .box-bg-2 {
	background: url('../images/box-3.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.box-system .box-bg-6 {
	background: url('../images/box-6.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.box-system .box-bg-5 {
	background: url('../images/box-5.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}


.box-system .box-bg-3 {
	background: url('../images/box-2.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.box-system .box-bg-4 {
	background: url('../images/2023-header.jpg');
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}







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

.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 {
	margin-bottom: 30px;

}

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

.n-width .coll-4 {
	width: 300px;
	float: right;
	z-index: 9;
	position: relative;
}

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

.boxing {
	height: 370px;
	background: url(../images/tarih.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	z-index: -1;
}

.boxing span {
	width: 100%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	color: #ffffff;
	padding-top: 8px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

.n-width .content-web {
	text-align: justify;
	padding: 10px;
	border-radius: 10px;
	margin-left: 40px;
	padding: 10px 20px;
	box-shadow: 0px 0px 5px 4px #dedede;
}

.n-width .content-web p {
	margin-left: 10px;
	margin-right: 10px;
}

.n-width .content-web h1 {
	margin-top: 12px;
	text-transform: uppercase;
	font-size: 33px;
	padding: 10px;
	padding-left: 30px;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
	font-family: 'Oswald', sans-serif;
	background: #8f3612;
	border-radius: 10px;
	text-align: left;
}



.n-width .content-web h2 {
	font-size: 24px;
	color: #066431;
	margin: 0;
	font-family: 'Oswald';
	padding: 8px;
}

.n-width .content-web h4 {
	font-size: 20px;
	color: #282d81;
	font-family: 'Oswald';
	padding: 8px;
}



.dating {
	width: 180px;
	text-align: center;
	position: absolute;
	top: 65px;
	left: 45px;
}

.dating h3 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-top: 20px;
}

.dating font {
	font-weight: bold;
	font-size: 60px;
	color: #8f3612;
}

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

.dating .p2 {
	padding: 5px;
	margin-top: -9px;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
}

.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) {
	.bg-theme {
		background: #8f3612;
	}

	.n-width {
		rgb(23, 110, 153) display: grid;
	}

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

	.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;
	text-align: center;
}



.contact .contact-title {

	width: 100%;
	font-weight: bold;
	position: relative;
	margin-right: 5px;
	margin-top: 30px;
	text-align: center;
}


.contact .contact-text {
	float: left;
	width: 100%;
	text-align: center;
}

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;

}

@media (max-width: 767.98px) {
	.lastDays {
		overflow: hidden
	}

	.lastDays .logo {
		margin-right: 15px;
		margin-left: 15px;
	}

	.lastDays .logo img {
		margin-right: 9px;
		height: auto !important;
		width: 25px !important;
		margin-top: -5px;
		margin-bottom: -5px;
	}

	.lastDays .text {
		display: flex;
		flex-wrap: wrap;
		font-size: 18px !important;
	}

	.lastDays .text span {
		width: calc(50% - 30px);
		border-bottom: 1px solid #fff;
		border-right: none !important;
		text-align: center;
		padding-right: 0 !important;
		letter-spacing: 0
	}

	.lastDays .text span:nth-last-child(2) {
		border: none !important;
	}

	.kutu {
		margin-bottom: 20px;
	}

	.header .sponsor .fGroup {
		margin: 0 -15px;
		background: #e6e7e9;
		margin-bottom: 10px
	}

	.header .sponsor .lGroup .item {
		display: flex;
		align-content: center;
		justify-content: center;
	}

	.header .sponsor .lGroup img {
		width: auto;
		height: 80px
	}

	.box-system {
		margin-top: 20px
	}
}

.yanson {

	transition: 0.5s;
	animation: hideshow 2s infinite;
}

@keyframes hideshow {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.kutu {
	display: flex;
	flex-direction: column;

}

.kutu:hover {
	box-shadow: 0px 1px 10px #000;
	border-radius: 15px;
}

.item:hover a {
	text-decoration: none;
}

.item:hover a p {
	color: #000;
}


.alt-kutu {
	background-color: #fff;
	width: 100%;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	text-align: center;
	box-shadow: 0px 1px 10px #000;
}

.kutu .alt-kutu p {
	margin: 0;
	padding: 10px;
	color: #484949;
}

.orta-banner {
	display: flex;
	justify-content: center;
}

.orta-banner img {
	border: 1px solid #1c75bc;
	border-radius: 5px;
	box-shadow: 1px 1px 5px 4px #cecece;
	width: 50%;
}

.nav-item .aktif {
	background: rgba(0, 0, 0, 0.40);
	color: #ffffff !important;
}

.lastDays {
	overflow: hidden;
	background: #d72a1c;

	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.lastDays .logo {
	margin-right: 30px;
	padding: 15px;
}

.lastDays .logo img {
	height: 65px;
	margin-top: -5px;
	margin-bottom: -5px;
}


.lastDays .text {
	letter-spacing: 3px;
	font-size: 20px;
	font-weight: lighter;
}

.lastDays .text span {
	margin-right: 30px;
	border-right: 1px solid #fff;
	padding-right: 30px
}

.lastDays .text span:last-child {
	border: none;
	margin: none;
	padding: none
}

.nav-fill .nav-item {
	flex: 0 0 auto;
}

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

.headOne {
	position: relative;
}

.mini-menu2 {
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.mini-menu2 .menuler {
	display: flex;
	justify-content: end;
}

.mini-menu2 .menuler .menu {
	margin: 0 15px;
	border: 5px solid #008fcd;
}

.mini-menu2 .menuler .menu img {
	max-width: 100%;
}

.mini-menu2 .menuler .yazi-alani {
	background: #fff;
	text-align: center;
	padding: 30px;
	color: #006089;
	font-weight: bold;
	font-size: 18px;
}

.menuler a:hover .menu {
	text-decoration: none;
	box-shadow: 0px 0px 10px 1px #000000;
}

@media (max-width: 1700.98px) {
	.mini-menu2 .menuler .menu {
		margin: 0 15px;
		border: 5px solid #008fcd;
		width: 220px;
	}
}

@media (max-width: 1600.98px) {
	.mini-menu2 .menuler .menu {
		margin: 0 15px;
		border: 5px solid #008fcd;
		width: 180px;
	}
}

@media (max-width: 1400.98px) {
	.mini-menu2 .menuler .menu {
		margin: 0 15px;
		border: 5px solid #008fcd;
		width: 160px;
	}
}

@media (max-width: 1200.98px) {
	.mini-menu2 .menuler .menu {
		margin: 0 15px;
		border: 5px solid #008fcd;
		width: 140px;
	}

	.mini-menu2 .menuler .yazi-alani {
		background: #fff;
		text-align: center;
		padding: 30px;
		color: #006089;
		font-weight: bold;
		font-size: 15px;
	}
}

@media (max-width: 1000.98px) {
	.mini-menu2 {
		display: none;
	}
}

.iletisim {
	background: #ffffffb5;
	text-align: left;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 1px 0px #fff2f9;
	margin: auto;
}

.footer-media {
	color: #fff;
	padding-left: 35px;
	font-size: 20px;

}

.footer-media:hover {
	text-decoration: none;
	color: #dedede;
}

.footer-media i {
	font-size: 25px;
}




/*Animate*/


.feature-box h4 {
	color: #fff;
	font-size: 1rem;
	background-image: linear-gradient(to right, #e61e29 0, #e61e29c2 51%, #e61e29 100%);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	width: 100%;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.feature-box img {
	width: 36px;
	margin-right: 15px;
}

.feature-box h4:hover {
	    background-image: linear-gradient(173deg, #e61e29, #404040d1);

}

.mini-left-menu {
	text-decoration: none;
}

.mini-left-menu:hover {
	text-decoration: none;
	transition: 1s;
}

.etkinlik-p {
	margin-bottom: 35px;
}
.etkinlik-p a{
	text-decoration: none;
}

.etkinlik-p:hover {
	animation: animasyonAdi 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.etkinlik-buton {
	background: #e61e29;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}

.etkinlik-buton:hover {
	text-decoration: none;
	background: #092c45;
	color: #fff;
	transform: rotate(90deg);
}

@keyframes animasyonAdi {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}

.owl-theme .owl-nav.disabled+.owl-dots {
	position: relative;
	margin-top: -15px;
	z-index: 50;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.featured-block {
	text-align: center;
	transition: all 0.5s ease;
	min-height: 256px;
	padding: 15px;
}

.featured-block-text {
    color: #066633;
    font-size: 13px;
    transition: all 0.5s;
	min-height: 40px;
}
.featured-block a{
	width: 100%;
    height: 100%;
	text-decoration: none;
}
.featured-block a:hover{
	text-decoration: none;
	color: #000;
}
.featured-block:hover {
    background: #f0eeee94;
    border-radius: 25px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}
.fast-menu{
	    background: #ffc89d6e;
    padding: 10px 0;
    margin-bottom: 50px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
}
.featured-block-image {
    display: block;
    margin: auto;
    transition: all 0.5s;
	margin-bottom: 10px;
}
.featured-block:hover .featured-block-image {
    transform: scale(0.75);
}
@media (min-width: 1600px) {
	.featured-block {
		min-height: inherit;
	}
}