/* FONTLAR */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@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%;
}

a {
	text-decoration: none;
	color: #000
}

body {
	margin-bottom: 200px;
	background-attachment: fixed;
	background-size: cover;
	background-position: top;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	font-weight: 500;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background: linear-gradient(180deg, #1d3544 0%, #000318 100%) !important;
	padding: 25px 0;

}

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



footer .social a {
	padding: 15px 15px;
	border-radius: 5px;
	background: linear-gradient(45deg, #7cb6ce, #51788b);
	color: #fff;
	display: inline-block;
	margin: 5px;
	transition: 0.5s;
	box-shadow: 0px 0px 3px 2px #ffffff;
}

footer .social a:hover {
	background: linear-gradient(45deg, #3c606e, #263a44);
}

footer .social a i {
	font-size: 18px;
}


.lang {
	display: flex;
	font-size: 12px;
	align-items: center;
	margin-left: 30px;
}

.lang a {
	border: 2px solid #fdfdfd;
	padding: 3px 5px;
	border-radius: 5px;
	margin: 2px;
	color: #000318;
	transition: 0.5s;
	font-weight: 700;
}

.lang a.active,
.lang a:hover {
	color: #000318;
	border-color: #000318;

}

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

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

.bg-theme .nav-item {
	position: relative;
	background: transparent;
	margin: 5px;
}

.bg-theme .nav-item .nav-link {
	padding: 5px;
	background: #3f6b89;
	border-radius: 5px
}

.bg-theme .logo img {
	width: 180px;
	padding: 10px;
}

.bg-theme .logo .text {
	font-family: "Roboto", Sans-serif;
	font-size: 12px;
	font-weight: 600;
	padding-left: 50px;
}


.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: 200px;
	padding: 0;
	list-style: none;
	background: #fff;
	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: 5px;
	display: block;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	color: #000 !important;
	font-size: 14px;
}

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

.iletisim h2 {
	text-align: center;
}



/*HOME BUTTONS*/

.home-buttons .btn-danger {
	border-radius: 5px;
	background: linear-gradient(180deg, #3f6b89 0%, #000318 100%) !important;
	border: none;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 20px 40px;
	display: block;
	margin-bottom: 20px
}


/**/

.def-h2 h2 {
	color: #FFFFFF;
	font-family: "Montserrat", Sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	background: linear-gradient(180deg, #3f6b89 0%, #000318 100%) !important;
	border-radius: 5px;
	padding: 5px;
	margin-top: 20px;
}

.genel-bilgiler {
	text-align: center;
}

.def-h2.genel-bilgiler ul {
	text-align: left
}

.iletisim b {
	color: #b85488;
	margin-top: 10px;
}

.iletisim .col-12:first-child {
	text-align: center
}

.iletisim .full-iframe {
	height: 600px;
}

.iletisim .col-12:nth-of-type(2) p {
	font-size: 13px
}


/*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;
}

.boxes {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 20px;
	pointer-events: none;
	bottom: 0;
	margin-top: -140px;
}

.box {
	background: #c55999;
	padding: 20px 15px;
	width: 230px;
	font-size: clamp(0.75rem, 1vw, 1rem);
	text-align: left;
	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: #fff;
	transition: 0.5s;
}

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

.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 (min-width: 991.98px) and (max-width: 1420.98px) {

	.nav-item .nav-link {
		font-size: 10px;
	}

	.bg-theme .logo img {
		width: 115px;
	}
}

@media (max-width: 991.98px) {

	.call a {
		width: 115px !important;
		height: 40px !important;
		font-size: 13px !important;
	}

	.wp a {
		width: 115px !important;
		height: 40px !important;
		font-size: 13px !important;
	}

	.menu a {
		width: 70px !important;
		height: 40px !important;
		font-size: 13px !important;
	}


	.wp-mesaj img {
		width: 45px !important;
	}

	.content-web {
		padding: 5px;
	}

	.mobile-logo {
		display: none;
	}

	.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: #0b7a8e;
		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%
	}

	.bg-theme {
		position: relative;
		left: 0;
		transform: none;
		background: #7cb6ce;
	}

	.nav-item a:hover {
		border-radius: 0px;
	}


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

	.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: 160px;
	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: #0b7a8e;
	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;
}

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

.invitation-section {
	margin: 50px 0 150px 0;
}

.invitation-section .title {
	text-align: left;

}

.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: #0b7a8e;
	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 #0b7a8e 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 #0b7a8e 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;
}


.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: 50px;
	padding-bottom: 50px;
}

.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 {
	margin: 100px 0;
}

.accommodation-section .title h1 {
	color: #0b7a8e;
	text-align: center;
}

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

.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: 0.5 0.5 250px;
	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: #e19898;
	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: 458px) {
	.wp {
		order: 2 !important;
	}

	.social {
		margin-top: 10px !important;
	}
}

@media (max-width: 768px) {

	.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: 40px;
	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: #f25043;
	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;
	background: #fff;
}

.insidepages h1 {
	background: #0b7a8e;
	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: #0b7a8e;
}

.insidepages strong {
	color: #000;
}

.insidepages a {
	text-decoration: none;
	color: #0b7a8e;
}

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

.wp-mesaj {
	position: fixed;
	right: 30px;
	bottom: 80px;
	z-index: 115;
}

.wp-mesaj img {
	width: 70px;
}

.dismenu {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.call {
	position: fixed;
	left: 30px;
	bottom: 20px;
	z-index: 115;
}

.wp {
	position: fixed;
	right: 30px;
	bottom: 20px;
	z-index: 115;

}

.menu {
	position: fixed;
	right: 50%;
	bottom: 20px;
	z-index: 115;
	transform: translateX(50%);

}

.call a {
	background: #af1111;
	width: 170px;
	height: 40px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 4px 3px #620e0e;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}

.call a:hover {
	background: #860c0c;
}

.wp a {
	background: #1ead38;
	width: 170px;
	height: 40px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 4px 2px #2c3e2f;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}

.wp a:hover {
	background: #137024;
}

.menu a {
	background: linear-gradient(180deg, #3f6b89 0%, #134571 100%) !important;
	width: 120px;
	height: 40px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 1px 2px #8f8f8f;
	color: #fff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}

.menu a:hover {
	background: linear-gradient(180deg, #2e5066 0%, #0b3152 100%) !important;
}

.fixed-buttons {
	position: fixed;
	bottom: 20px;
	z-index: 115;
	transition: bottom 0.3s ease;
}

.fixed-buttons.up {
	bottom: 155px;
	/* footer görünürken yukarı çıksın */
}