<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {

    box-sizing: border-box;
    --bgColorMenu : #1d1d27;
    --duration: .7s;    

}
html *,
html *::before,
html *::after {
    box-sizing: inherit;
}
body {
    margin: 0;
    display: block;
    align-items: center;
    justify-content: center;
    background-color: #4c4c4c;
    -webkit-tap-highlight-color: transparent;
    transition: background-color var(--duration);
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
   font-family: 'Poppins', sans-serif;
}
section {
    display: block;
    /* min-height: calc(20px); */
}
a, a:visited {
    text-decoration: none;
	color: #ffffff;
}
a:hover {
    text-decoration: none;
	color: #fb8400;
}
ol {
	padding:0;
	margin:0;
	margin-bottom: 0px;
	list-style: none;
	margin-bottom: 0px;
	display: inline-block;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: red; 
}
label {
  display: block;
}
input,
label {
  margin: 0.4rem 0;
}
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
    font-size: larger;
	vertical-align: -.125em;
}
.menu__item.active {
    background-color: #fb9400;
    /* border: 5px solid rgba(255, 255, 255, .5); */
    border-radius: 5px;
    margin-top: 10px;
}
.menu__item:nth-child(2).active {
    background-color: #ff96bd;
}
.menu__item:nth-child(3).active {
    background-color: #9999fb;
}
.menu__item:nth-child(4).active {
    background-color: #00e5ee;
}
.menu__item:nth-child(5).active {
    background-color: #de4414;
}
.home {
    width: 100%;
    overflow-x: hidden;
    justify-content: center;
    flex-wrap: wrap;
    align-content: stretch;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
    user-select: none;
    background-size: cover !important;
}
.menu {
    margin: 0;
    display: flex;
    font-size: 1.5em;
    padding: 0 5px;
    position: relative;
    /* align-items: center; */
    /* background-color: #9E9E9E; */
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 5px;
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
    justify-content: space-around;
}
.menu .logo {
    line-height: 0;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 1px;
}
.menu__item {
    all: unset;
    flex-grow: 1;
    z-index: 100;
    display: flex;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    align-items: center;
    will-change: transform;
    justify-content: center;
    padding: 1em 0 1em;
    transition: transform 0.3s;
}
.menu__item::before {
    content: "";
    z-index: -5;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    position: absolute;
    transform: scale(0);
    transition: background-color 0.3s, transform 0.3s;
}
.menu__item.active::before{
    transform: scale(1);
    background-color: var(--bgColorItem);
}
.icon {
    width: 3em;
    height: 3em;
    stroke: white;
    fill: transparent;
    stroke-width: 1pt;
    stroke-miterlimit: 50;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 400;
}
.menu__item.active .icon {
    animation: strok 1s reverse;
}
@keyframes strok {
    100% {
        stroke-dashoffset: 400;
    }
}
.menu__border {
    left: 0;
    bottom: 99%;
    width: 10.9em;
    height: 2.4em;
    position: absolute;
    will-change: transform;
    transition: transform 0.3s;
}
.svg-container {
    width: 0;
    height: 0;
}
@media screen and (max-width: 50em) {
    .menu{
        font-size: .6em;
    }
}
.pre-scrollable {
    max-height: 258px;
    overflow-y: scroll;
}
.row {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    /* margin-left: -1.2rem; */
    /* margin-right: -1.2rem; */
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
}
.col,.col-12,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
    padding-left: 1.2rem;
    padding-right: 1.2rem
}
.column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap
}
.nowrap {
    flex-wrap: nowrap
}
.mb-30 {
    margin-bottom: 30px !important;
}
.container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 240px) {
  .container {
    max-width: 320px;
  }
}
@media (min-width: 320px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1024px;
  }
}
.img-responsive {
    display: block;
    padding: 0;
    height: auto;
    max-width: 100%;
    min-width: 100%;
}
.tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
}
.tab button {
    background-color: inherit;
    float: left;
    /* border: none; */
    /* outline: none; */
    /* cursor: pointer; */
    /* padding: 14px 16px; */
    transition: 0.3s;
    /* font-size: 17px; */
}
.tabcontent {
    display: none;
    /* padding: 6px 12px; */
    /* border: 1px solid #ccc; */
    border-top: none;
}
.easm {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    /* text-decoration: none; */
    position: sticky;
    height: 250px;
    /* background-color: #ccc; */
    display: flex;
    justify-content: center;
}
.title {
    color: rgba(0,0,0,.25);
    font-family: 'Poppins', sans-serif;
    /* text-shadow: 1px 5px 10px #ffffff4f; */
}
.article-content {
    padding: 1px;
    border-top: 1px solid;
    border-color: rgba(0, 0, 0, 0.3);
}
.about-holder {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 14px 6px 16px;
    text-align: center;
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.d-block {
    display: block !important;
}
.btn-yazi, i {
    line-height: 45px;
    font-size: 26px;
}
.btn-yazi {
    display: contents;
    position: relative;
    width: 100%;
    color: #ffffff;
    clear: both;
    border-radius: 0.25rem;
    box-shadow: 0 4px 5px rgba(0,0,0,.3);
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    /* text-overflow: ellipsis; */
    text-align: center;
    -webkit-transition: width 0.25s;
    padding: 5px;
}
.middle {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
}
.flexible {
    display: flex;
    flex-direction: row;
    flex: 0 1 auto;
    align-content: stretch;
    align-items: stretch;
}
.Murat-player {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 240px;
    height: 240px;
    /* background-color: #ccc; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.Murat-player img {
      width: 100%;
      height: 100%;
      object-fit: cover;
	  border-radius: 10px;
}
.playerline {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 240px;
    height: 240px;
    /* background-color: #ccc; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.Murat-player-button {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    background-color: #4CAF50;
    color: white;
    /* top: 48%; */
    /* left: 9%; */
    /* transform: translate(-50%, -50%); */
    background-color: rgba(0,0,0, 0.3);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 70px;
    padding-left: 10px;
    opacity: 1;
    border: 4px solid #fff;
}
.Murat-player-button p {
    font-size: 52px;
    text-align: center;
    line-height: 120px;
    color: #cc1919;
    display: contents;
    justify-content: space-evenly;
    align-items: center;
    justify-items: stretch;
}
.Murat-player-button-anim {
    position: relative;
    width: 25px;
    height: 25px;
    border: none;
    z-index: 0;
    border-radius: 9999px;
    background-color: #fb7400;
    pointer-events: none;
    animation: yayinanim 1s linear infinite;
}
.live {
    width: 60px;
    height: 44px;
    background-color: #cc1919;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    line-height: 48px;
    display: grid;
    text-align: center;
    opacity: 1;
    -webkit-animation: live 1s steps(2, end) infinite;
    animation: live 1.55s infinite;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    justify-items: stretch;
}
.left {
    float: left;
    width: 60px;
    /* background-color: #fb9400; */
}
.right {
    float: right;
    width: 60px;
    /* background-color: #fb9400; */
}
@keyframes live {
    0% {
    -webkit-transform: scaleX(0.30);
    opacity: 0;
		}
    25% {
	-webkit-transform: scale(0); 
      }
    50% {
	-webkit-transform: scale(0.90);
      }
    75% {
	-webkit-transform: scaleY(0.90);
      }
    100% {
    -webkit-transform: scale(1);
      }
}
.calanmusic {
    /* border: solid 1px #FFF; */
    color: #ced4da;
    font-weight: bold;
    background-color: rgba(0,0,0, 0.3);
    padding: 10px 5px 10px;
    text-align: center;
}
.mx-auto span {
    margin-top: 0;
    margin-bottom: 2px;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.tabcontent .page-header {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
    /* margin: 10px; */
}	
.page-header h1 h2 h3 h4{   	
	margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: red;   
}	
.page-header p{    	
	text-align: justify;   
}
.page {    	
	text-align: justify;
	color: #009688;	
}
.list-group-item {
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0.2857rem;
    border-bottom-right-radius: 0.2857rem;
    border-bottom-left-radius: 0.2857rem;
    /* padding: 0.75rem 1.25rem; */
    background-color: rgb(255 255 255 / 34%);
    box-shadow: 0 25px 20px 1px rgba(0, 0, 0, 0.1);
}
.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #F44336;
}
.nav-pills:hover{
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #000;
    --bs-nav-pills-link-active-bg: #ffffff;
}
.btn-demos {
	display: block;
    height: auto;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    background-color: #4CAF50;
    color: white;
    font-size: 18px;
    border: none;
    outline: none;
    max-width: 100%;
    min-width: 100%;
}
.btn-easm {
    color: #fff;
    border-color: #fff;
    background: #ec250d;
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 100%;
}
.btn-easm:hover {
    color: #fff;
    border-color: #fff;
    background: #fb8400;
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 100%;
}
.text-center {
    text-align: center !important;
}
.easm-bilgi {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.list-group-baslik {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: width 0.25s;
    padding: 10px;
}
.list-group-bilgi {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 5px 11px black;
    -webkit-transition: width 0.25s;
}
.icerik-baslik {
    display: flex;
    color: #de4414;
    font-size: 20px;
    font-weight: 900;
    /* text-overflow: ellipsis; */
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: width 0.25s;
    padding: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.preference {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0.5rem;
}
.text-left {
    text-align: left;
}
.short-demos-player-area {
    position: sticky;
    z-index: 1;
    width: 100%;
    background-color: #262626;
    padding: 1px;
    /* border: 1px solid #363636; */
}
.song-thumbnail img {
    display: block;
    padding: 0;
    height: auto;
    max-width: 100%;
    min-width: 100%;
}
.short-player-button {
    display: block;
    height: auto;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    background-color: #4CAF50;
    color: white;
    font-size: 18px;
    border: none;
    outline: none;
    max-width: 100%;
    min-width: 100%;
}
.song-name {
    /* font-size: 16px; */
    padding: 7px 15px;
    z-index: 20;
}
.short-demos-player-area a:hover,
.short-demos-player-area ul li a:hover{
    color: #fb7200 !important;
}
.short-demos-player-area p {
    position: relative;
    top: 10px;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.d-flex {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}
.short-demos-player-area a {
    display: flex;
    height: auto;
    color: white;
    font-size: 18px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.demo-button {
    background-color: #4CAF50;
}
.demo-jingle {
    background-color: #4CAF50;
}
.demo-reklam {
    background-color: #4CAF50;
}
.demo-format {
    background-color: #4CAF50;
}
.demo-atv {
    background-color: #4CAF50;
}
.demo-star_tv {
    background-color: #4CAF50;
}
.demo-kanal_d {
    background-color: #4CAF50;
}
.demo-genc_tv {
    background-color: #4CAF50;
}
.demo-marmaris_tv {
    background-color: #4CAF50;
}
.demo-santral {
    background-color: #4CAF50;
}
.demo-ada-tv {
    background-color: #4CAF50;
}
.demo-reklam_01 {
    background-color: #4CAF50;
}
.demo-reklam_02 {
    background-color: #4CAF50;
}
.demo-reklam_03 {
    background-color: #4CAF50;
}
.demo-reklam_04 {
    background-color: #4CAF50;
}
.demo-reklam_05 {
    background-color: #4CAF50;
}
.demo-reklam_06 {
    background-color: #4CAF50;
}
.google-map {
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0.2857rem;
    border-bottom-right-radius: 0.2857rem;
    border-bottom-left-radius: 0.2857rem;
    padding: 0.75rem 0.5rem 0.5rem;
    background-color: rgb(255 255 255 / 34%);
    box-shadow: 0 25px 20px 1px rgba(0, 0, 0, 0.1);
}
/*
  Animate!
  NOTE: add browser prefixes where needed.
*/
@keyframes instanim {
  from {
    opacity: 1;
  }
  to {
    transform: scale(4.5);
    opacity: 0;
  }
}
@keyframes yayinanim {
  from {
    opacity: 0.75;
  }
  to {
    transform: scale(4.5);
    opacity: 0;
  }
}
.five-news .item span.title {
    display: block;
	margin: 5px 3px 5px;
    font-weight: 800;
    overflow: hidden;
	white-space: nowrap;
	width:100%;
    color: #000;
	font-size: 16px;
	text-overflow: ellipsis;
	text-transform: uppercase;
    text-decoration: none;
	transition: all 0.25s ease;
	-webkit-transition: width 0.25s;
}
.footer {
	/* background: linear-gradient(325deg, #f6f6f6, #040404); */
    /* color: #fff; */
    /* border-top: 0.8rem solid #f0f0f0; */
    margin-top: 1rem;
	box-shadow: 0px -10px 13px 8px rgba(0, 0, 0, 0.1);
}
.footer-system {
    display: flex;
    flex-direction: row;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-between;
}
.social-icon {
	margin-bottom: 15px;
	box-sizing: border-box;
	border-radius: 138px;
	border: 5px solid;
	text-align: center;
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 1px;
	padding-top: 11px;
	transition: all 0.2s;
}
.social-buttons {
    display: inline-block;
    padding: 10px;
    padding-bottom: 5px;
    text-align: center;
    margin: 10px 5px;
}
.social-margin {
    margin-right: 16px;
}
.social-buttons a {
    color: #ffffff;
}
.social-buttons a:hover {
    color: #fb8400;
}
.footer-main .social i {
    line-height: 2.4rem
}
.footer-main .copyright {
    border-top: 0.1rem solid #dcdcdc;
    /* padding-top: 2.4rem; */
    /* margin-top: 2.4rem; */
}
.footer-main .menu-text {
    border-bottom: .1rem solid #dcdcdc;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem
}
</pre></body></html>