/* 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');

/* Normal */
@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

/* Bold */
@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

/* Italic (Oblique) */
@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

/* Bold Italic (Oblique) */
@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

/* Light */
@font-face {
	font-family: 'Helvetica Light';
	src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

/* Compressed */
@font-face {
	font-family: 'Helvetica Compressed';
	src: url('../fonts/helvetica-compressed-5871d14b6903a.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

/* Rounded Bold */
@font-face {
	font-family: 'Helvetica Rounded';
	src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

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

body {
	margin-bottom: 100px;
	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: 18px;
	font-weight: bold;
}

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

.nav-item .nav-link {
	font-family: 'Helvetica', 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: 'Helvetica', 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: #094769;
	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: 'Helvetica', sans-serif;
}

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

@media (max-width: 1330.98px) {
	.n-width .content-web {
		padding: 0 !important;
	}

	#clock div {
		width: 72px !important;
		height: 59px !important;
		font-size: 13px !important;
		padding-top: 0px !important;
	}
}

@media (max-width: 991.98px) {
	.countdown {
		margin: 0 !important;
		margin-top: 20px !important;
	}

	.kutu img {
		width: 35px;
	}


	.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: 'Helvetica', 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: #ff3a4e;
	z-index: 1;
}



/*HEADER*/
.header {}

.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: 30px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;

}

.box-system .box {
	position: relative;
	height: 140px;
	width: 25%;
	background: #fff;
	border: 2px solid #022a48;
	margin: 20px 20px 20px 10px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: 0.3s;
}

.box-system .box img {
	max-width: 200px;
}

.box-system .box {
	color: #022a48;
	text-decoration: none;
}

.box-system .box:hover {
	/* box-shadow: 0px 0px 10px 0px #022a48; */
	transform: scale(1.05);
}


/*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: 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;
	margin-top: 0;
	position: relative;
	z-index: 10;
}

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

.boxing {
	height: 370px;
	background: url(../images/dating.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;
	padding: 0 5px;
	padding-bottom: 40px;
	box-shadow: 0px 0px 3px #dedede;
	font-size: 17px;
}

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

.n-width .content-web h1 {
	text-align: center;
	position: relative;
	color: #ff3a4e;
	margin: -0px -20px 10px -20px;
	padding: 6px 0;
	text-shadow: 0 1px rgba(0, 0, 0, .8);
	font-size: 40px;
	font-weight: 600;
}

/* .n-width .content-web h1::before {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
	bottom: -10px;
	border-width: 0 10px 10px 0;
	border-right-color: #222;
	left: 0;
}

.n-width .content-web h1::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
	bottom: -10px;
	border-width: 0 0 10px 10px;
	border-left-color: #222;
	right: 0;
} */


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




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

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

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

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

.dating .p2 {
	padding: 5px;
	margin-top: 8px;
	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;
}
.registration-button{
	background: #ff3a4e;
	color: #fff;
	padding: 15px;
	border-radius: 20px;
	text-decoration: none;
	transition: 1s;
}
.registration-button:hover{
	background: #a21826;
	color: #fff;
	text-decoration: none;
}

/*TABLET*/
@media (max-width: 991.98px) {
	.box-system {
		flex-direction: column;
	}

	.box-system .box {
		height: 70px;
		width: 70%;
		font-size: 13px;
	}

	.bg-theme {
		background: #ff3a4e;
	}

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






	.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) {
	.kutu {
		margin-bottom: 20px;
	}

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

}

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

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

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


.alt-kutu {
	height: 150px;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.alt1 {}

.alt1::before {
	content: '';
	position: absolute;
	width: 190px;
	height: 4px;
	background-color: #c60101;
	z-index: 9;
	top: 0;
	left: 0;
}

.alt1::after {
	content: '';
	position: absolute;
	width: 190px;
	height: 4px;
	background-color: #c60101;
	z-index: 9;
	bottom: 0;
	left: 0;
}

.alt1 p::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 135px;
	background-color: #c60101;
	z-index: 9;
	top: 14px;
	right: 5px;
}

.alt1 p::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 4px;
	background-color: #c60101;
	z-index: 9;
	bottom: 0;
	right: 5px;
}

.kutu1 .icon::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 40px;
	background-color: #c60101;
	z-index: 9;
	top: -50px;
}

.kutu1 .icon::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 40px;
	background-color: #c60101;
	z-index: 9;
	bottom: -55px;

}

.alt2::before {
	content: '';
	position: absolute;
	width: 190px;
	height: 4px;
	background-color: #f77306;
	z-index: 9;
	top: 0;
	left: 0;
}

.alt2::after {
	content: '';
	position: absolute;
	width: 190px;
	height: 4px;
	background-color: #f77306;
	z-index: 9;
	bottom: 0;
	left: 0;
}

.alt2 p::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 135px;
	background-color: #f77306;
	z-index: 9;
	top: 14px;
	right: 5px;
}

.alt2 p::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 4px;
	background-color: #f77306;
	z-index: 9;
	bottom: 0;
	right: 5px;
}

.kutu2 .icon::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 40px;
	background-color: #f77306;
	z-index: 9;
	top: -50px;
}

.kutu2 .icon::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 40px;
	background-color: #f77306;
	z-index: 9;
	bottom: -55px;

}

.alt3::before {
	content: '';
	position: absolute;
	width: 190px;
	height: 4px;
	background-color: #0a6679;
	z-index: 9;
	top: 0;
	left: 0;
}

.alt3::after {
	content: '';
	position: absolute;
	width: 190px;
	height: 4px;
	background-color: #0a6679;
	z-index: 9;
	bottom: 0;
	left: 0;
}

.alt3 p::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 135px;
	background-color: #0a6679;
	z-index: 9;
	top: 14px;
	right: 5px;
}

.alt3 p::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 4px;
	background-color: #0a6679;
	z-index: 9;
	bottom: 0;
	right: 5px;
}

.kutu3 .icon::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 40px;
	background-color: #0a6679;
	z-index: 9;
	top: -50px;
}

.kutu3 .icon::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 40px;
	background-color: #0a6679;
	z-index: 9;
	bottom: -55px;

}

.alt4::before {
	content: '';
	position: absolute;
	width: 190px;
	height: 4px;
	background-color: #0d84f2;
	z-index: 9;
	top: 0;
	left: 0;
}

.alt4::after {
	content: '';
	position: absolute;
	width: 190px;
	height: 4px;
	background-color: #0d84f2;
	z-index: 9;
	bottom: 0;
	left: 0;
}

.alt4 p::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 135px;
	background-color: #0d84f2;
	z-index: 9;
	top: 14px;
	right: 5px;
}

.alt4 p::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 4px;
	background-color: #0d84f2;
	z-index: 9;
	bottom: 0;
	right: 5px;
}

.kutu4 .icon::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 40px;
	background-color: #0d84f2;
	z-index: 9;
	top: -50px;
}

.kutu4 .icon::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 40px;
	background-color: #0d84f2;
	z-index: 9;
	bottom: -55px;

}

.kutu .alt-kutu p {
	margin: 0;
	padding: 10px;
	color: #000000;
	text-align: center;
}

.kutu .alt-kutu p span {
	color: #c60101;
	font-size: 20px;
}

.ust-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background-color: #239bbd;
	width: 80px;
	height: 60px;
	border-bottom-right-radius: 25px;
	top: -20px;
}

.ust-icon::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #239bbd;
	top: 0px;
	right: -20px;
}

.ust-icon img {
	width: 35px;
}

.kutu img {
	width: 35px;
}


.kutu .icon {
	position: absolute;
	background: #c60101;
	padding: 5px;
	top: 50px;
	left: -5px;
	z-index: 2;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.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.04 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) {
	.n-width .coll-4 {
		margin-top: 0px;
	}

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

.speakers {
	border-radius: 10px;
	position: relative;
	transition: 0.5s;
	margin-bottom: 20px
}

.speakers:hover {
	z-index: 25;
	position: relative;
}

.speakers>div.top {
	position: relative;
	z-index: 6;
	border-radius: 10px;
	transition: 0.5s;
	padding-top: 50px;
}

.speakers .name {
	color: #2b2b2b;
	text-align: center;
	font-weight: bold;
	padding: 10px
}

.speakers .image {
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.speakers img {
	max-width: 100%;
	border-radius: 50%;
	width: 180px;
	margin: auto;
	display: block;
	transition: 0.5s;
	box-shadow: 0 0 1px #fff;
}

.speakers:hover img {
	width: 180px;
	box-shadow: 0 0 25px #0079e3;

}

.speakers .follower {
	position: absolute;
	top: 50%;
	right: 0;
	background: #f9f9f9;
	z-index: 10;
	transform: translateY(-50%);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.speakers .follower a {
	color: #000;
	display: block;
	padding: 10px;
	transition: 0.5s;
}

.speakers .follower a:hover {
	color: rgb(214, 32, 90);
}



/*Animate*/

.speakers.animate .follower {
	position: absolute;
	top: 50%;
	right: 0;
	background: #f9f9f9;
	z-index: 0;
	transform: translateY(-50%);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: 0.5s;
	border: 1px solid #ddd
}

.speakers.animate .top .image {
	position: relative;
	z-index: 4;
	background: #fff;
	border-radius: 10px;
}

.speakers.animate:hover .follower {
	right: -35px;
}

.medtech {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#clock {
	position: relative;
	bottom: 20px;
	z-index: 0;
}

#clock div:first-child {}

#clock div {
	display: inline-block;
	width: 100px;
	height: 65px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50px;
	border: 4px solid #16598f;
	font-size: 16px;
	color: #ffffff;
	margin-right: 15px;
	margin: 5px;
}

#clock div:nth-child(1) {
	border: 2px solid #ff3a4e;
}

#clock div:nth-child(2) {
	border: 2px solid #ff3a4e;
}

#clock div:nth-child(3) {
	border: 2px solid #ff3a4e;
}

#clock div:nth-child(4) {
	border: 2px solid #ff3a4e;
}

#clock div span {
	font-weight: bold;
	color: #022a48;
	display: block;
	line-height: 10px;
	margin-top: 10px;
}

.countdown {
	text-align: center;
	margin-top: 20px;
}