/* 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: #1b0001;
	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: #c55999;
	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: #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: 60px;
	box-shadow: 0px 0px 6px 1px #c55999;
	background: #fff;
	margin-top: 40px;
}

.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 (max-width: 1299.98px) {

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

	.dummy-space {
		display: none;
	}

	.box {
		width: 95%;
	}

}

@media (max-width: 991.98px) {


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


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

	.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: 576px) {
	.box .icon img {
		width: 35px;
	}

	.box .text {
		font-size: 12px;
	}

}


.yanson {

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

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

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}