/* 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-color: #fff;
	background-attachment: fixed;
	background-size: cover;
	background-position: top
}

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

footer a {
	text-decoration: none;
	font-weight: normal;
	color: #e76800;
}

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

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

.bg-theme {
	background: #e62d70;
	position: sticky;
	top: 0;
}

.nav-item {
	position: relative;

}

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

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

.nav-item .active {
	background: rgba(0, 0, 0, 0.40);
}


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

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

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

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

.fast-menu .owl-carousel .owl-stage-outer {
	box-shadow: 1px 1px 6px 4px #232a55;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
	top: 0;
	right: 0;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

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

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


.n-width {
	margin-bottom: 30px;

}


.n-width .content-web {
	text-align: justify;
	padding: 15px;
	box-shadow: 0px 0px 6px 1px #252c58;
	background: #fff;
}

.n-width .content-web h1 {
	margin: 0px;
	text-transform: uppercase;
	font-size: 40px;
	color: #e62d70;
	margin-bottom: 30px;
	position: relative;
	font-family: 'Oswald', sans-serif;
	text-align: left;
}

.contact-text {
	margin-bottom: 10px;
}

.n-width .content-web h2 {
	font-size: 30px;
	color: #463c8d;
	margin: 0;
	font-family: 'Oswald';
	margin-bottom: 5px;
}

img {
	max-width: 100%;
}

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

.header {
	position: relative;
	overflow: hidden;
}



.kutular {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 5px;
}

.kutular>div {
	width: calc(50% - 10px) !important;
}

.kutu1 {
	background-color: #fff;
	width: 200px;
	height: 100px;
	margin: 5px;

	border-bottom: 7px solid #00cce4;
}

.kutu1 .ic-kenarlık {
	height: 90%;
	margin: 5px;
	border-radius: 5px;
	align-items: center;
	text-align: center;
}

.kutu1:hover {
	box-shadow: 0px 0px 3px 2px #00cce4;
}

.kutu2 {
	background-color: #fff;
	width: 200px;
	height: 100px;
	margin: 5px;

	border-bottom: 7px solid #17ba58;
}

.kutu2:hover {
	box-shadow: 0px 0px 3px 2px #17ba58;
}

.kutu2 .ic-kenarlık {
	height: 90%;
	margin: 5px;
	border-radius: 5px;
	align-items: center;
	text-align: center;
}

.kutu3 {
	background-color: #fff;
	width: 200px;
	height: 100px;
	margin: 5px;
	border-bottom: 7px solid #fff200;
}

.kutu3:hover {
	box-shadow: 0px 0px 3px 2px #ffd700;
}

.kutu3 .ic-kenarlık {
	height: 90%;
	margin: 5px;
	border-radius: 5px;
	align-items: center;
	text-align: center;
}

.kutu4 {
	background-color: #fff;
	width: 200px;
	height: 100px;
	margin: 5px;

	border-bottom: 7px solid #db0e0e;
}

.kutu4:hover {
	box-shadow: 0px 0px 3px 2px #db0e0e;
}

.kutu4 .ic-kenarlık {
	height: 90%;
	margin: 5px;
	border-radius: 5px;
	align-items: center;
	text-align: center;
}

.kutular a {
	text-decoration: none;
	color: #000;
	font-size: 19px;
	font-weight: bold;
	transition: 1s;
}

.kutular .kutu1 a:hover {
	color: #00cce4;
}

.kutular .kutu2 a:hover {
	color: #17ba58;
}

.kutular .kutu3 a:hover {
	color: #ccc01c;
}

.kutular .kutu4 a:hover {
	color: #db0e0e;
}

.kutu-yazi {
	margin-top: 10px;
	margin-left: 30px;
}

.kutular>div {
	height: 123px !important;
	margin-bottom: 5px;
	margin-top: 0;
}

.important-dates {
	margin-top: 40px;
	box-shadow: 0px 0px 6px 1px #252c58;
}


.important-dates .title {
	background: #212747;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.important-dates .dates {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 15px;
	text-align: center;
	width: 100%;
}

.important-dates .dates div {
	border-right: 1px solid #000;
	padding: 15px;
	font-weight: bold;
}

.important-dates .dates div:last-child {
	border: none;
}

.important-dates .dates div span {
	color: #6499a7;
}

.countdown {
	position: relative;
}

#clock {
	position: absolute;
	bottom: 20px;
	z-index: 9;
	right: 20%;
}

#clock div:first-child {
	margin-right: 12px;
}

#clock div {
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50px;
	border: 2px solid #fff;
	font-size: 12px;
	color: #ffffff;
	margin-right: 15px;
	margin: 10px;
}

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

.speaker {
	text-align: center;
	display: block;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
}


.speaker:hover {
	box-shadow: 0px 0px 8px 4px #939393;
	cursor: pointer;
}

.committees_group h2 {
	font-size: 22px;
	color: #2a96a1;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 5px solid #2a96a1;
}

.speaker .image {
	position: relative;
	overflow: hidden;
}

.speaker .image img {
	width: 100%;
	object-fit: contain;
	transition: 1s;

}

.speaker:hover .image img {
	transform: scale(1.05);
}

.speaker .name {
	text-align: center;
	padding: 10px;
	color: #171717;
	text-decoration: none;
	border-bottom: 10px solid transparent;
	transition: 1s;
	border-top: 1px solid #ddd;
	background: #f3edf6;
	min-height: 100px;

}

.speaker:hover .name {
	border-bottom-color: #2a96a1;
}

.speaker .name span {
	display: block;
	font-size: 14px;
	color: #2a96a1;
}

.modal-header h1 span {
	font-size: 13px;
	font-weight: 600;

}

.speaker .image .click {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 5px;
	background: #ea5b5f;
}



.no-image p span {
	color: #2a96a1;
}






.boxes {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	pointer-events: none;
	bottom: 125px;
	margin-bottom: -86px;
}

.box {
	background: #fff;
	padding: 10px 14px;
	width: 309px;
	font-size: clamp(0.75rem, 1vw, 1rem);
	text-align: center;
	white-space: nowrap;
	pointer-events: auto;
	align-items: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: 0.5s;
	box-shadow: 0px 0px 4px #000;
}

.box .icon img {
	width: 55px;
}

.box .icon {
	margin-right: 20px;
	transition: 0.5s;
}

.box .text {
	font-weight: bold;
	color: #e62d70;
	transition: 0.5s;
}

.box:hover {
	box-shadow: 0px 0px 3px 3px #e62d70;
	background: #e62d70;
}

.box:hover .text {
	color: #fff;
}

.dummy-space {
	width: 150px;
	height: 40px;
	pointer-events: none;
}

.white_icon {
	display: none;
}

.box:hover .normal_icon {
	display: none;
}

.box:hover .white_icon {
	display: block;
}

.top_buttons {
	margin-right: 10px;
}

.top_buttons a {
	display: inline-block;

	color: white;
	padding: 7px 10px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;

}

.top_buttons a:nth-child(1) {
	background-color: #25D366;

}

.top_buttons a:hover:nth-child(1) {
	background-color: #25b65b;
}

.top_buttons a:nth-child(2) {
	background-color: #ff0808;
}

.top_buttons a:hover:nth-child(2) {
	background-color: #c41111;
}

.loading {
	display: none;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
}

#alertContainer {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
	max-width: 400px;
}

@media (max-width: 1299.98px) {

	.boxes {
		position: static;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
		transform: none;
		gap: 10px;
	}

	.dummy-space {
		display: none;
	}

	.box {
		width: 95%;
	}


	#clock div {
		width: 45px !important;
		height: 45px !important;
		font-size: 10px !important;
	}
}

@media (max-width: 1169.98px) {

	#clock div {
		width: 40px !important;
		height: 50px !important;
		font-size: 10px !important;
		margin-top: 0 !important;
	}

	#clock div span {
		margin-top: 5px !important;
	}
}

@media (max-width: 767.98px) {
	#clock div {
		display: none !important;
	}
}

@media (max-width: 991.98px) {

	.n-width .content-web {
		padding: 20px;
	}

	.top_buttons {
		text-align: center;
		padding: 10px 0;
	}

	#clock div {
		width: 45px !important;
		height: 45px !important;
		font-size: 8px !important;
		padding-top: 5px !important;

	}

	#clock {
		right: 0 !important;
		bottom: 10px !important;
	}

	#clock div span {
		margin-top: 0 !important;
	}

	.important-dates .dates {
		flex-direction: column !important;

	}

	.important-dates .dates div {
		border-right: none !important;
		border-bottom: 1px solid #000 !important;
		width: 100% !important;
	}

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

	.kutular a {
		font-size: 15px !important;
	}

	.kutular img {
		width: 50px !important;
	}

	.kutu-yazi {
		margin-left: 20px !important;
	}

	.fast-menu {
		margin-top: 30px !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: 6px;
		position: absolute;
		right: 10px;
	}



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

@media (max-width: 767.98px) {



	.kutular {
		flex-direction: column;
		flex-wrap: wrap;
		margin-top: 25px;
	}

	.kutular>div {
		width: 100% !important;
		margin: 0;
		margin-bottom: 10px;
	}


}




.yanson {

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

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

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*  2.2 > Cursor */
.cursor-1 {
	pointer-events: none;
	position: fixed;
	padding: 0.3rem;
	background-color: #ddd;
	border-radius: 50%;
	mix-blend-mode: difference;
	transition: opacity 0.4s ease, transform 0.3s ease;
	z-index: 99999;
}

.cursor-active {
	transform: translate(-50%, -50%) scale(8);
	opacity: 0.2;
}

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

.headOne {
	position: relative;
}

.star {
	border-radius: 100%;
	background-color: white;
	position: absolute;
	z-index: 0;
	animation: moveit;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
}

@keyframes moveit {
	0% {
		opacity: 0.4;
	}

	50% {
		opacity: 1;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0.4;
	}
}

.general-informations {
	background: #ffe8f0;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
	transition: 1s;
	display: flex;

}

.general-informations h3 {
	color: #463c8d;
}

.general-informations:hover {
	background: #f5acc6;
	transform: scale(1.01);
	cursor: pointer;
}

.general-informations img {
	max-height: 40px;
}

.general-informations div:first-child {
	margin-right: 30px;
}

.topics {
	display: flex;
	align-items: center;
	transition: 0.5s;
	padding: 10px;
	margin-bottom: 15px;
	min-height: 200px;
	border-top-right-radius: 60px;
	border-bottom-left-radius: 60px;
}

.topic6,
.topic7,
.topic8,
.topic9,
.topic10 {
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}



.topics div:first-child {
	font-weight: bold;
	font-size: 40px;
	margin-right: 40px;
	padding-left: 10px;
}

.topics:hover {
	cursor: pointer;
}

.topic1 {
	border: 10px solid #10a6a3;
}

.topic2 {
	border: 10px solid #e85705;
}

.topic3 {
	border: 10px solid #9800ae;
}

.topic4 {
	border: 10px solid #a7a513;
}

.topic5 {
	border: 10px solid #e5023f;
}

.topic6 {
	border: 10px solid #a61728;
}

.topic7 {
	border: 10px solid #e8e61f;
}

.topic8 {
	border: 10px solid #af5319;
}

.topic9 {
	border: 10px solid #44a6a5;
}

.topic10 {
	border: 10px solid #0040e8;
}

.topic1:hover {
	box-shadow: 0px 0px 5px 3px #10a6a3;
}

.topic2:hover {
	box-shadow: 0px 0px 5px 3px #e85705;
}

.topic3:hover {
	box-shadow: 0px 0px 5px 3px #9800ae;
}

.topic4:hover {
	box-shadow: 0px 0px 5px 3px #a7a513;
}

.topic5:hover {
	box-shadow: 0px 0px 5px 3px #e5023f;
}

.topic6:hover {
	box-shadow: 0px 0px 5px 3px #a61728;
}

.topic7:hover {
	box-shadow: 0px 0px 5px 3px #e8e61f;
}

.topic8:hover {
	box-shadow: 0px 0px 5px 3px #af5319;
}

.topic9:hover {
	box-shadow: 0px 0px 5px 3px #44a6a5;
}

.topic10:hover {
	box-shadow: 0px 0px 5px 3px #0040e8;
}








.topic1 div:first-child {
	color: #10a6a3;
}

.topic2 div:first-child {
	color: #e85705;
}

.topic3 div:first-child {
	color: #9800ae;
}

.topic4 div:first-child {
	color: #a7a513;
}

.topic5 div:first-child {
	color: #e5023f;
}

.topic6 div:first-child {
	color: #a61728;
}

.topic7 div:first-child {
	color: #e8e61f;
}

.topic8 div:first-child {
	color: #af5319;
}

.topic9 div:first-child {
	color: #44a6a5;
}

.topic10 div:first-child {
	color: #0040e8;
}

.table-box {
	border-collapse: 2px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 10px;
}

.table-box table {
	padding: 0;
	font-size: 12px;
}

.table-box td {
	color: #000;
	text-align: center;
	padding: 10px 0px;
	font-size: 14px;
}

.table-box td p {
	margin: 0;
}

.table-box thead tr {
	border-bottom: 1px solid #fff;
}

.table-box tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.table-box tbody tr:last-child {
	border: 1;
}

.content-web {
	text-align: left !important;
}

table {
	border-spacing: 2px !important;
	border-collapse: separate !important;
}


.special-btn {
	font-size: 16px;
	font-weight: 600;
	background-color: #847ead;
	padding: 18px 24px 18px 24px;
	display: flex;
	align-items: center;
	border-radius: 99px;
	position: relative;
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	max-width: 300px;
	margin: 0 auto;
	text-decoration: none;
}

.special-btn::before {
	content: '';
	background-color: #463c8d;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	z-index: 1;
	border-radius: 99px;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.special-btn .text {
	color: #fff;
	line-height: 1;
	position: relative;
	z-index: 5;
	margin-right: 39px;
}

.special-btn svg {
	display: inline-block;
	position: relative;
	z-index: 5;
	transform: rotate(0deg) translateX(0);
	transform-origin: left;
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.special-btn:hover::before {
	content: '';
	width: 100%;
	height: 100%;
	right: 0;
}