/* 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: #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: #7c1714;
	position: sticky;
	top: 0;
	z-index: 33;
}

.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 .nav-link {
	font-family: 'Oswald', sans-serif;
	padding: 1rem;
	font-size: 17px;
}

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

.dropdown ul {
	position: absolute;
	width: 260px;
	padding: 0;
	list-style: none;
	background: #1a666f;
	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 #000000;
	background: #fff;
	margin-top: -80px;
}

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

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

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

img {
	max-width: 100%;
}

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

.header {
	position: relative;
}



.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: 90px;
    z-index: 9;
    left: 47%;
    bottom: 170px;
}

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

#clock div {
	display: inline-block;
	width: 65px;
	height: 65px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50px;
	border: 3px solid #fff;
	font-size: 13px;
	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: 0;
}

.box {
	background: #fff;
	padding: 10px 14px;
	width: 244px;
	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 .icon img {
	width: 55px;
}

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

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

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

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

.boxes2 {
	display: none;
}

@media (max-width: 1299.98px) {

	.n-width .content-web {
		margin-top: 0;
	}
	#clock {
		position: relative !important;
		bottom: 0;
		left: 0;
	}
.countdown{
	text-align: center;
}

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

	.boxes2 {
		display: flex !important;
	}

	.dummy-space {
		display: none;
	}

	.box {
		width: 95%;
	}
}


@media (max-width: 991.98px) {
	.top_buttons {
		text-align: center;
		padding: 10px 0;
	}

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