@font-face {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/comfortaa-v30-latin-ext_latin-300.eot');
	src: local(''),
	url('../fonts/comfortaa-v30-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'),
	url('../fonts/comfortaa-v30-latin-ext_latin-300.woff2') format('woff2'),
	url('../fonts/comfortaa-v30-latin-ext_latin-300.woff') format('woff'),
	url('../fonts/comfortaa-v30-latin-ext_latin-300.ttf') format('truetype'),
	url('../fonts/comfortaa-v30-latin-ext_latin-300.svg#Comfortaa') format('svg');
}

@font-face {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/comfortaa-v30-latin-ext_latin-regular.eot');
	src: local(''),
	url('../fonts/comfortaa-v30-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/comfortaa-v30-latin-ext_latin-regular.woff2') format('woff2'),
	url('../fonts/comfortaa-v30-latin-ext_latin-regular.woff') format('woff'),
	url('../fonts/comfortaa-v30-latin-ext_latin-regular.ttf') format('truetype'),
	url('../fonts/comfortaa-v30-latin-ext_latin-regular.svg#Comfortaa') format('svg');
}

@font-face {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/comfortaa-v30-latin-ext_latin-500.eot');
	src: local(''),
	url('../fonts/comfortaa-v30-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'),
	url('../fonts/comfortaa-v30-latin-ext_latin-500.woff2') format('woff2'),
	url('../fonts/comfortaa-v30-latin-ext_latin-500.woff') format('woff'),
	url('../fonts/comfortaa-v30-latin-ext_latin-500.ttf') format('truetype'),
	url('../fonts/comfortaa-v30-latin-ext_latin-500.svg#Comfortaa') format('svg');
}

@font-face {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/comfortaa-v30-latin-ext_latin-600.eot');
	src: local(''),
	url('../fonts/comfortaa-v30-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'),
	url('../fonts/comfortaa-v30-latin-ext_latin-600.woff2') format('woff2'),
	url('../fonts/comfortaa-v30-latin-ext_latin-600.woff') format('woff'),
	url('../fonts/comfortaa-v30-latin-ext_latin-600.ttf') format('truetype'),
	url('../fonts/comfortaa-v30-latin-ext_latin-600.svg#Comfortaa') format('svg');
}

@font-face {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/comfortaa-v30-latin-ext_latin-700.eot');
	src: local(''),
	url('../fonts/comfortaa-v30-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'),
	url('../fonts/comfortaa-v30-latin-ext_latin-700.woff2') format('woff2'),
	url('../fonts/comfortaa-v30-latin-ext_latin-700.woff') format('woff'),
	url('../fonts/comfortaa-v30-latin-ext_latin-700.ttf') format('truetype'),
	url('../fonts/comfortaa-v30-latin-ext_latin-700.svg#Comfortaa') format('svg');
}

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Comfortaa';
}

::-webkit-scrollbar {
	width: 7px;
}

::-webkit-scrollbar-track {
	background: #363548; 
}

::-webkit-scrollbar-thumb {
	background: #888; 
}

::-webkit-scrollbar-thumb:hover {
	background: #555; 
}

body.loaded .zirve-preloader {
    display: none;
}

.zirve-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #14182a;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.preloader-wrap img {
    width: 150px;
    height: 150px;
}

.radyoplayer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #000;
}

.slider-container {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide {
	position: relative;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	background: rgba(20, 24, 42, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
	z-index: 1;
}

.overlay .butonlar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.overlay .butonlar a {
	background: #363548;
	font-weight: 600;
	padding: 0.7em 2em;
	color: #FFFFFF;
	border: 2px solid #363548;
	display: block;
	border-radius: 5px!important;
	margin-left: 5px;
	font-weight: 700;
}

.overlay .butonlar a:hover {
	background: #757A86;
	color: #FFFFFF;
	text-decoration: none;
}

.overlay .sosyalikonlar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.overlay .sosyalikonlar a {
	background: #363548;
	font-size: 20px;
	padding: 3px 5px 0 5px;
	color: #FFFFFF;
	border: 2px solid #363548;
	border-radius: 5px!important;
	display: block;
	margin-left: 5px;
}

.overlay .sosyalikonlar a:hover {
	background: #757A86;
	color: #FFFFFF;
	text-decoration: none;
}

.overlay .baslik {
	display: block;
	font-size: 36px;
	padding: 15px;
	font-weight: 500;
	color: #fff;
}

.overlay .aciklama {
	display: block;
	font-size: 15px;
	padding: 15px;
	font-weight: 500;
	color: #fff;
}

.content {
	position: absolute;
	text-align: center;
	color: white;
	top: 40%;
	left: 40%;
	transform: translate(-40%, -40%);
}

.live {
    display: none;
	max-width: 120px;
	width: 100%;
	height: auto;
}

.logo {
	width: 100%;
	height: auto;
}

.logoyazi {
	display: block;
	font-size: 40px;
	font-weight: 900;
	margin-top: -5px;
	text-align: center;
	text-transform: uppercase;
}

.hakkimizda-bolum {
	padding: 60px 0;
	background-color: #f5f5f5;
}

.hakkimizda-bolum img {
	width: 100%;
	border-radius: 8px;
}

.hakkimizda span {
	display: block;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: transparent;
	background-image: linear-gradient(240deg, #BABABA 00%, #50546F 70%);
}

.hakkimizda p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.foto-galeri {
	margin: 20px 0 30px 0;
}

.foto-galeri-slider {
	margin: 10px 0;
	position: relative;
	overflow: visible;
}

.foto-galeri-slider a {
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

.foto-galeri-slider img {
	width: 280px;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
	transition: transform 0.5s ease-in;
	position: relative;
}

.foto-galeri-slider img:hover {
    transform: scale(0.9);
    object-fit: unset;
    object-position: center;
}

.djprofilveistek {
	background: #f5f5f5;
}

.dj-profil {
	margin: 20px 0;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}

.dj-kart {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px;
	margin-right: 20px;
	width: 250px;
	text-align: center;
	display: flex!important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: visible;
}

.dj-kart img {
	width: 200px;
	height: 150px;
	object-fit: cover;
	border-radius: 10px;
	transition: transform 0.5s ease-in;
	position: relative;
}

.dj-kart img:hover {
	transform: scale(0.9, 0.9);
    object-fit: unset;
    object-position: center;
}

.dj-kart .djisim {
	font-size: 18px;
	margin: 10px 0;
	font-weight: 500;
}

.dj-kart .djkayanyazi {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 30px;
	color: transparent;
}

.dj-kart .djkayanyazi::before {
	content: attr(data-text);
	color: #333;
	position: absolute;
	white-space: nowrap;
	animation: djkartkayanyazi 10s linear infinite;
}

@keyframes djkartkayanyazi {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.dj-kart ul {
	all: unset;
	list-style-type: none;
	display: flex;
	justify-content: center;
}

.dj-kart ul li {
	padding: 0 5px;
}

.dj-kart ul li a {
	color: #757A86;
	text-decoration: none;
	font-size: 16px;
}

.dj-kart ul li a:hover {
	color: #fff;
	background-color: #757A86;
	padding: 3px;
	border-radius: 5px;
}

.istek-formu {
	flex-grow: 1;
}

.istek-buton {
	font-weight: 400;
	padding: 1em 2em;
	font-size: 1em;
	display: block;
	margin: 0 auto 0;
	background: #db0f17;
	color: #FFFFFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 5px;
	font-weight: 700;
	width: 100%;
	line-height: 10px;
}

.istek-buton:hover {
	background: #757A86;
	color: #FFFFFF;
}

.form-control {
	height: 32px;
	padding: 5px 10px;
	border-radius: 5px;
}

.bolumbaslik {
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: transparent;
	background-image: linear-gradient(240deg, #BABABA 00%, #50546F 70%);
}

.info-contact {
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.info-contact .item-map:first-child {
	padding-left: 15px;
}

.info-contact .item-map {
	padding: 0;
}

.info-contact .item-map:last-child {
	padding-right: 15px;
}

.info-contact .item-map .contact-item {
	padding: 15px 0;
	font-size: 14px;
	text-align: center;
	color: #54585E;
}

.info-contact .item-map .contact-item a {
	padding: 15px 0;
	font-size: 14px;
	text-align: center;
	color: #54585E;
}

.info-contact .item-map .contact-item a:hover {
	text-decoration: none;
	font-weight: 700;
	color: #db0f17;
}

.info-contact .item-map .contact-item i {
	color: #db0f17;
	font-size: 2em;
}

.info-contact .item-map .contact-item p {
	margin: 10px 0;
}

.footer {
	padding: 20px 20px 120px 20px;
	background: #222;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.footer p {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

#istek-gonderildi {
    position: fixed;
    height: 40px;
    top: 50px;
    right: 10px;
    line-height: 20px;
    padding: 10px;
    background-color: green;
    color: white;
    border-radius: 5px;
    transition: all 5s ease-in-out;
    z-index: 9999;
}

#player {
	position: fixed;
	width: 100%;
	height: 80px;
	bottom: 0;
	color: #FFF;
	background-image: url(../images/player_bg.jpg);
	border-top: 4px solid #14182a;
	z-index: 10;
}

#player:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(20, 24, 42, 0.6);
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
}

#istekpaneli {
    width: 100%;
    height: 30px;
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    bottom: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px;
    background: #1c1c2b;
    z-index: 10;
}

#istekpaneli .istekikon {
    width: 30px;
    padding-top: 5px;
    background-color: #1c1c2b;
    animation: istekikon 4s infinite linear;
}
#istekpaneli .istekikon i {
	color: #fff;
	font-size: 15px;
}

#istekpaneli .marqueebolum {
    width: 100%;
    height: 20px;
    padding-top: 3px;
    overflow: hidden;
}

#istekpaneli .marquee {
    display: inline-block;
    animation-play-state: running;
    animation: marquee 30s linear infinite;
	color: #fff;
}

#istekpaneli .marquee:hover {
    animation-play-state: paused;
}

#istekpaneli span {
	color: #fff;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	padding: 0 25px;
	font-weight: 300;
	font-size: 13px;
	cursor: pointer;
}

#istekpaneli span:not(:first-child):before {
    content: '\f111';
    font-family: 'fontello';
    font-weight: normal;
    color: #fff;
    font-size: 5px;
    position: absolute;
    top: 4px;
    margin-left: -30px;
}

#istekpaneli span:hover {
	color: #e85b51;
}

@keyframes istekikon {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(0px) rotate(40deg);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

#player #bilgiler {
	width: 47%;
	float: left;
	text-align: left;
}

#player #bilgiler .radyo {
	color: #FFF;
	margin: 2px 50px 0 15px;
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#player.online #bilgiler .radyo{
	-webkit-animation: glowOn .5s infinite alternate;
}

#player.offline #bilgiler .radyo{
	-webkit-animation: glowOff .5s infinite alternate;
}

@-webkit-keyframes glowOn {
    to {
		text-shadow: 0 0 10px #006CFE;
	}
}
@-webkit-keyframes glowOff {
    to {
		text-shadow: 0 0 10px #D9534F;
	}
}

#player #bilgiler .sarki {
	font-size: 12px;
	margin: 2px 50px 0 15px;
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#player #bilgiler .sarki strong {
	color: #fff;
}

#player #kontrol {
	width: 46px;
	height: 46px;
	position: absolute;
	left: 50%;
	background-color: rgba(20, 24, 42, 0.6);
	margin-left: -25px;
	text-align: center;
	font-size: 24px;
	line-height: 2.2;
	border-radius: 100px!important;
}

#player #sag .liste {
	width: 32px;
	height: 32px;
	margin: 8px 1px 0 -35px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 0px #000;
	font-size: 16px;
	line-height: 2.2;
	float: left;
}

#player #sag .yenile {
	width: 32px;
	height: 32px;
	margin: 8px 1px 0 70px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 0px #000;
	font-size: 16px;
	line-height: 2.2;
	float: left;
}

#player #sag .sessiz {
	width: 32px;
	height: 32px;
	margin: 8px 1px 0 10px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 0px #000;
	font-size: 16px;
	line-height: 2.2;
	float: left;
}

#mesaj {
	width: 280px;
	margin: 8px 5px 0 5px;
	padding: 0px 10px;
	color: #999;
	display: inline-block;
	background-color: rgb(20 24 42 / 13%);
	border-radius: 30px!important;
	float: left;
}

#mesaj marquee {
	padding-top: 10px;
	color: #fff;
	font-size: 12px;
}

#gecmis {
	width: 360px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #363648;
	overflow: auto;
	position: absolute;
	left: 50%;
	bottom: 62px;
	margin-left: -180px;
	display: none;
	font-size: 12px;
	z-index: 2;
}

#gecmis.online {
	border: 5px solid #363548;
	border-top-left-radius: 10px!important;
	border-top-right-radius: 10px!important;
}

#gecmis li {
	color: #999;
	padding: 4px 10px;
	list-style-type: none;
	text-align: left;
}

#gecmis li:nth-child(odd) {
	background: #4c4c61;
}

#gecmis li i {
	margin-left: 4px;
	margin-right: 10px;
}

.player {
	display: none;
}

#player .radyo-player {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.yildiz {
	position: absolute;
	bottom: 0;
	background-color: white;
	width: 2px;
	height: 2px;
	border-radius: 3px;
	opacity: 1;
	animation: yildizyagmuru 5s linear infinite;
}

@keyframes yildizyagmuru {
	from {
		transform: translateY(0);
		opacity: 0.8;
	}
	to {
		transform: translateY(-100vh);
		opacity: 0;
	}
}

.audioigniter-root {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1200px) {
	.slider-container {
		height: 100vh;
	}

	.slide {
		height: 100vh;
	}
	
	.overlay {
		width: 100%;
		clip-path: unset;
	}
	
    .content {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.foto-galeri-slider img {
        width: 230px;
    }
    
    .dj-kart img {
        width: 250px;
    }
    
    #player .radyo-player {
		width: 100%;
    }
}

@media (max-width: 991px) {
	.slider-container {
		height: 175vh;
	}

	.slide {
		height: 175vh;
	}
	
	.overlay {
		width: 100%;
		clip-path: unset;
	}
	
    .content {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.foto-galeri-slider img {
        width: 230px;
    }
    
    .dj-kart {
        margin-right: 0;
    }
    
    #player .radyo-player {
		width: 100%;
    }
}

@media (max-width: 820px) {
	.slider-container {
		height: 100vh;
	}

	.slide {
		height: 100vh;
	}
	
	.overlay {
		width: 100%;
		clip-path: unset;
	}
	
    .content {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.foto-galeri-slider img {
        width: 230px;
    }
    
    .dj-kart {
        margin-right: 0;
    }
    
    #player .radyo-player {
		width: 100%;
    }
    
    #player #sag .liste {
        margin: 8px 1px 0 -50px;
    }
    
    #player #sag .yenile {
        margin: 8px 1px 0 60px;
    }
    
    #mesaj {
        width: 240px;
    }
}

@media (max-width: 767px) {
    .logoyazi {
        margin-top: 0;
        font-size: 25px;
    }
    
    .overlay {
        width: 100%;
        clip-path: unset;
    }
    
    .overlay .butonlar a {
        margin-top: 10px;
    }

    .hakkimizda-bolum {
        padding: 60px 0 30px 0;
    }
    
    .hakkimizda span {
        margin-top: 20px;
        text-align: center;
    }
    
    .foto-galeri-slider img {
        width: 100%;
        height: 250px;
    }
    
    .dj-profil {
        flex-direction: column;
    }
    
    .djprofil-slider {
        margin-bottom: 40px;
    }
    
    .dj-kart {
        margin-right: 0;
    }
    
    .dj-kart img {
        width: 300px;
        height: 200px;
    }
    
    .info-contact {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .info-contact .item-map:first-child {
        padding-left: 0;
    }
    
    .info-contact .item-map:last-child {
        padding-right: 0;
    }
    
    .footer {
        padding: 20px 20px 180px 20px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #mesaj {
        display: none;
    }

    #player .radyo-player {
        top: 45%;
        transform: translateY(-45%);
    }
    
    #gecmis {
        bottom: 60px;
    }
    
    #player #bilgiler .radyo {
        max-width: 95%;
        margin: -129px 0 0 -15px;
        position: absolute;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        background: #1c1c2b;
        padding: 10px;
        border-top-right-radius: 20px!important;
        border-bottom-right-radius: 20px!important;
    }
    
    #player #bilgiler .sarki {
        max-width: 95%;
        margin: -88px 0 0 -15px;
        position: absolute;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 10px;
        background: #1c1c2b;
        border-top-right-radius: 20px!important;
        border-bottom-right-radius: 20px!important;
    }
    
    #player #sag .liste {
        margin: 8px 1px 0 115px;
    }
}

@media (min-width: 767px) and (max-height: 500px) {
   .slider-container {
		height: 200vh;
	}

	.slide {
		height: 200vh;
	}
}
