/* 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: 50px;
	background: #fff;
	color: #3b3a3a;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: #161616;
	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: #0b7a8e;
	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 .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: #87060e;
	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;
}


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

.content-web {
	padding: 40px;
	margin-bottom: 150px;
}

.content-section h1 {
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}


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

}


.n-width .content-web {
	text-align: justify;
}

.n-width .content-web h1 {
	margin: 0px;
	text-transform: uppercase;
	font-size: 40px;
	color: #212747;
	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: 22px;
	color: #c55999;
	margin: 0;
	font-family: 'Oswald';
	margin-bottom: 5px;
}

img {
	max-width: 100%;
}

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

.header {
	position: relative;
}


@media (max-width: 991.98px) {
	.top-buttons {
		margin-top: 40px !important;
		margin-bottom: 40px !important;

	}

	.fast-menu .box {
		width: 130px !important;
		height: 110px !important;
	}

	.fast-menu .box .text {
		font-size: 13px;
	}

	.fast-menu .icon img {
		width: 40px !important;
	}

	.insidepages h1 {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.insidepages h1::before {
		display: none;
	}

	.insidepages h1::after {
		display: none;
	}

	.top-space {
		flex-direction: column;
	}

	.top-space .left {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}

	.top-space .right {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}

	.triangle {
		border-width: 0px !important;
		background: #4a312a;
		width: 100% !important;
		height: 50px !important;
	}

	.social-icons {
		top: 16px !important;
		right: 0 !important;
		justify-content: center;
	}


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



.yanson {

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

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

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.header-top {
	background: #fff;
}

.top-space {
	display: flex;
	justify-content: space-between;
	margin: 0 10px;
}

.top-space .left img {
	max-width: 250px;
	padding: 10px;
}

.top-space .left {
	display: flex;
	align-items: center;
}

.top-space .left div:first-child {
	margin-right: 10px;
}

.top-space .right {
	display: flex;
	align-items: center;
}

.top-space .right img {
	max-width: 30px;
}

.top-space .right .contact {
	display: flex;
	align-items: center;
	margin: 0 15px;
}

.top-space .right .contact .icon {
	background: #4a312a;
	padding: 10px;
	margin-right: 10px;
}

.top-space .right .contact .text {
	color: #938f8f;

}

.top-space .right .contact .text strong {
	color: #000;
}

.top-space .right .contact .text a {
	text-decoration: none;
	color: #938f8f;
}

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

.invitation-section {
	margin-bottom: 100px;
}


.invitation-section .title span {
	font-size: 14px;
	font-weight: bold;
}

.invitation-section .title h1 {
	color: #0b7a8e;
	text-align: left;
}

.speakers-section {
	margin: 100px 0;
	position: relative;
}

.speakers-section .title h1 {
	background: #4a312a;
	text-align: center;
	color: #fff;
}

.speakers-section .title h1::before {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 190px 30px 190px;
	border-color: transparent transparent #4a312a transparent;
	transform: rotate(0deg);
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}


.speaker-card {
	text-align: center;
	background-color: transparent;
	overflow: visible;
	position: relative;
}

/* Görsel */
.speaker-image-wrapper {
	position: relative;
	height: 450px;
	overflow: hidden;
}

.speaker-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	transition: background-color 0.5s ease;
}

.speaker-image-wrapper:hover .image-overlay {
	background-color: rgba(0, 0, 0, 0.05);
}



.triangle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 150px 80px 160px;
	border-color: transparent transparent #4a312a transparent;
	transform: rotate(0deg);
	transform: translateY(100px);
	transition: 1s;
}

.speaker-image-wrapper:hover .triangle {
	transform: translateY(0px);
}

/* Sosyal ikonlar üçgenin içine */
.social-icons {
	position: relative;
	display: flex;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	align-items: center;
	top: 40px;
	right: 30px;

}

.social-icons i {
	margin: 0 5px;
	transition: color 0.3s ease;
	color: #fff;
}

.social-icons i:hover {
	color: #0866ff;
}

/* İsim ve unvan */
.speaker-name {
	font-weight: bold;
	margin-top: 20px;
}

.speaker-title {
	color: #666;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.slider-section {
	margin: 100px 0;
}

.slider-section .eskikongre .item {
    padding: 5px;
}

.slider-section .eskikongre .item img {
    width: 100%;
    height: auto;       /* Yüksekliği otomatik */
    max-height: 1600px; /* Slider maksimum yüksekliği */
    display: block;
    margin: 0 auto;     /* Ortala */
    object-fit: contain; /* Resim bütünlüğünü koru */
}


.registration-section {
	margin: 100px 0;
	background: #0b7a8e;
}

.registration-section .left-side {
	height: 100%;
}

.registration-section .left-side img {
	height: 100%;
	filter: opacity(0.8);
}

.registration-section .right-side {
	padding-top: 10px;
}

.registration-section .title h1 {
	color: #fff;
	text-align: center;
}

.registration-section table {
	width: 85%;
	margin: auto;
}

.registration-section table tr td,
.registration-section table tr th {
	background: transparent;
	color: #fff;
}

.accommodation-section .left-side {
	height: 100%;
}

.accommodation-section table tr td,
.accommodation-section table tr th {
	background: transparent;
	color: #000000;
}

.accommodation-section table {
	width: 85%;
	margin: auto;
}

.accommodation-section {
	margin: 100px 0;
}

.accommodation-section .title h1 {
	color: #0b8e36;
	text-align: center;
	margin-bottom: 50px;
}



.hotel-carousel {
	max-width: 1200px;
	margin: 0 auto;
}

.hotel-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}

.hotel-img {
	flex: 1 1 350px;
	text-align: center;
	padding: 10px;
}

.hotel-img img {
	width: 100%;
	height: auto;
	max-width: 100%;
	border-radius: 8px;
}

.hotel-info {
	flex: 1 1 350px;
	padding: 10px 40px;
}

.hotel-info h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.hotel-info p {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

/* Owl Carousel Navigation */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	font-size: 60px;
	color: #0b7a8e;
	padding: 5px 10px;
	z-index: 10;
}

.owl-carousel .owl-nav button.owl-prev {
	left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
	right: -0;
}

@media (max-width: 768px) {
	.sponsor-contact {
		flex-direction: column;
	}

	.sponsor-contact div:first-child {
		margin-bottom: 15px;
	}

	.hotel-item {
		flex-direction: column;
	}

	.hotel-info,
	.hotel-img {
		flex: 1 1 100%;
	}

	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		font-size: 30px;
		top: auto;
		bottom: 0;
	}

	.owl-carousel .owl-nav button.owl-prev {
		left: 15px;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: 15px;
	}
}

.sponsor-section {
	margin: 100px 0;
	background: #0b7a8e;
	padding: 70px;
	position: relative;
	z-index: 1;
}

/* ÜSTTEKİ SİYAH ALAN (soldan sağa azalan) */
.sponsor-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: black;
	clip-path: polygon(0% 0%,
			/* Sol üst köşe tam siyah */
			100% 0%,
			/* Sağ üst köşe başlangıç */
			100% 10%,
			/* Sağ üstten aşağı inerken kırmızıya geçiş */
			0% 40%
			/* Sol üstte siyah, sağa doğru daralıyor */
		);
	z-index: -1;
}

/* ALTTAKİ SİYAH ALAN (sağdan sola azalan) */
.sponsor-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: black;
	clip-path: polygon(100% 100%,
			/* Sağ alt köşe tam siyah */
			0% 100%,
			/* Sol alt köşe başlangıç */
			0% 90%,
			/* Sol alttan yukarı çıkarken kırmızıya geçiş */
			100% 60%
			/* Sağ altta siyah, sola doğru daralıyor */
		);
	z-index: -1;
}

.sponsor-section .sponsor-contact {
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.sponsor-section .sponsor-button {
	background: #fff;
	border-radius: 10x;
	color: #0b7a8e;
	padding: 10px;
	text-decoration: none;
	transition: 1s;
}

.sponsor-section .sponsor-button:hover {
	color: #0e0c0c;
}

/*---------- BUTTON ----*/



.theme-btn {
	display: inline-flex;
	background-color: #0b7a8e;
	justify-content: center;
	color: #fff;
	padding: 16px 32px;
	text-align: center;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease-out;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: 0.36px;
	align-items: center;
	border-radius: 50px;
	overflow: hidden;
	text-decoration: none;

}

.theme-btn2 {
	display: inline-flex;
	background-color: #ffffff;
	justify-content: center;
	color: #0b7a8e;
	padding: 16px 32px;
	text-align: center;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease-out;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: 0.36px;
	align-items: center;
	border-radius: 50px;
	overflow: hidden;
	text-decoration: none;

}

.bubble {
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
	text-align: center;
}

.bubble span {
	position: absolute;
	width: 25%;
	height: 100%;
	background: #000;
	transform: translateY(150%);
	border-radius: 50%;
	left: calc((var(--n) - 1) * 25%);
	transition: 0.5s;
	transition-delay: calc((var(--n) - 1) * 0.1s);
	z-index: -1;

}


.bubble span:nth-child(1) {
	--n: 1;
}

.bubble span:nth-child(2) {
	--n: 2;
}

.bubble span:nth-child(3) {
	--n: 3;
}

.bubble span:nth-child(4) {
	--n: 4;
}

.bubble:hover span {
	transform: translateY(0) scale(2);
}

.theme-btn2:hover {
	color: #fff;
}

.insidepages {
	box-shadow: 0px 0px 5px #dfdfdf;
	padding: 10px;
}

.insidepages h1 {
	background: #0c8e36;
	color: #fff;
	position: relative;
	width: 102.3%;
	margin-left: -20px;
}

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

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

.insidepages h2 {
	color: #413d3d;
}


.insidepages a {
	text-decoration: none;
	color: #4a312a;
}

.insidepages a:hover {
	color: #a40813;
}

.table-box {
	margin-bottom: 25px;
}

.table-box table {
	width: 100%;
	border: 0;
}



.table-box table tr td {
	color: #000;
	padding: 10px;
	border: 1px solid #ddd;
}

.table-box table tr th {
	color: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	background: #0b7a8e;
	font-weight: bold;
	text-align: center;
}

.top-buttons {
	margin-bottom: 50px;
}

.fast-menu {
	display: flex;
	gap: 20px;
	justify-content: center;
	/* Ortala */
}

.fast-menu .box {
	background-color: #0b7a8e;
	color: white;
	width: 180px;
	height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	clip-path: polygon(25% 0%,
			/* üst sol */
			75% 0%,
			/* üst sağ */
			100% 50%,
			/* sağ orta */
			75% 100%,
			/* alt sağ */
			25% 100%,
			/* alt sol */
			0% 50%
			/* sol orta */
		);
	transition: background-color 0.3s ease;
}

.fast-menu .box:hover {
	background-color: #18a1b9;
	cursor: pointer;
}

.fast-menu .icon img {
	width: 50px;
	height: auto;
	margin-bottom: 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;
}

.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: #f3f6ff;
	min-height: 95px;
}

.speaker:hover .name {
	border-bottom-color: #3b5c2f;
}

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


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

.contact {
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0px 0px 3px #c9c7c7;
	margin-bottom: 50px;
}
