
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');
@font-face {
  font-family: 'Literal-fonts';
  src: url('LiteralType-Regular.otf');
  font-display: swap;
}

@font-face {
    font-family: 'Literal-fonts';
    src: url('LiteralType-Regular.woff') format("woff"), url('LiteralType-Regular.woff') format("woff2");
    font-display: swap;
  }

.radio-bar__name--mobile, .radio-bar__spotify--mobile{
  display:none;
}
@media screen and (max-width:767px){
  .radio-bar__song, .radio-bar__status, .radio-bar__spotify{
    display:none !important;
  }
  .radio-bar__name--mobile, .radio-bar__spotify--mobile{
    font-size:10px;
    Color:red;
    display:inline-block;
  }
  .radio-bar__slider{
    width:60px;
  }
  .turntables__info--new{
    margin-top:0;
  }
}
.contact--title{
  line-height:2;
}

.contact{
  padding-top:0;
}
.header__heading{
  z-index: 9;
}
@media screen and (max-width:767px){
  .header__heading{
    padding:12px 0;
  }
  .btn-big{
    font-size:30px;
  }
}

.slick-next, .slick-prev{
  height:50px !important;
  width:50px !important;
}
.slick-prev {
  left: -45px !important;
}
.slick-prev:before {
  content:"⬅" !important;
  font-size:40px;
}
.slick-next{
  transform:translateY(-50%) rotate(180deg) !important;
}
.slick-next:before {
  content:"⬅" !important;
  font-size:40px;
}
.slick-next {
  right: -45px !important;
}
.message-404{
  position: absolute;
  width: 230px;
  top: 200px;
  left: 60px;
}

.message-error-404{
  position: absolute;
  right:-60px;
  transform:rotate(-90deg);
  font-size:60px;
  font-family: 'apkltrl';
  top: 270px;
  line-height: 1;
}





.radio-bar__song{
  max-width: 140px;
  overflow: hidden;
  display: flex;
}




.radio-bar__song p{
  white-space: nowrap;
  text-align: center;
}




@keyframes marqueeLink{
  0% {
    opacity: 0;
    transform: translateY(-45%);
}

10% {
    opacity: 1;
    transform: translateY(-15px);
}

50% {
  opacity: 1;
  transform: translateY(-15px);
}
60% {
  opacity: 1;
  transform: translateY(12px);
}
90% {
  opacity: 1;
  transform: translateY(12px);
}

100% {
  opacity: 1;
  transform: translateY(40px);
}


}





.radio-bar__link a {
  color: red;
  display: flex;
  flex-direction: column;
  animation: marqueeLink 5s linear infinite;
}


.radio-bar__song-animate p{
  padding-left: 10px;
  padding-right: 10px;
}


.song-name-animate{
  will-change: transform;
}


.radio-bar__better{
  display: flex;
}




.radio-bar__spotify-animate a{
  height: auto;
  padding-top: 10px;
  text-decoration: none;
}

.playlist-section{
  padding-right:46px !important;
  padding-left:46px !important;
}
@media(max-width:1023px){
  .playlist-section{
    padding-right:16px !important;
    padding-left:16px !important;
  }
  .playlist-arrow-mobile{
    display: none;
  }
}





.header__inline-menu{
  position: absolute;
  left: 0;
  right: 0;
}
.mobile-menu{
  display: none;
  height: 0;
}
.header-icon{
  display: none;
}
@media(max-width:1023px){
  .header-icon{
    display: none;
    position: absolute;
    right: 16px;
  }
  .hamburger-menu{
    background-color: transparent;
    border: none;

  }
  .mobile-menu{
    display: none;
    background-color: black;
    position: fixed;
    z-index: 99;
    top: 37px;
    width: 100%;
    padding: 32px 16px;
    height: auto;
  }
  .mobile-menu__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
  }
  .mobil-menu-close{
    background-color: transparent;
    border: 0;
  }
  .mobile-menu__link a{
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
  }
}

@media(max-width:767px){
  .rich-text__text p{
    line-height:1.2;
    margin-bottom:12px !important;
  }
}


.now-stream-sperator{
  overflow: hidden;
}

.now-stream-marquee{
  display: flex;
  align-items: center;
  max-width: 265px;
  gap: 16px;
  animation: marquee 20s linear infinite;
}


.now-stream-title {
  font-size: 14px !important;
  flex-shrink: 0;
  margin-bottom: 0 !important;
}

@keyframes marquee {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


@media(max-width:767px){
  .now-stream-marquee{
    max-width: 200px;
  }
}


.radio-bar__song {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.marquee {
  display: flex;
  animation: marquee 250s linear infinite;
}

.marquee p {
  margin: 0;
  padding: 0 1rem; /* Metinler arasında boşluk */
  white-space: nowrap;
}


@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}




.radio-bar {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  width: 100%;
  font-size: 14px;
  color: white;
  max-height: 37.5px;
  overflow: hidden;

}

.radio-bar__status {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, .35);
  color: #ff1a1a;
  height: 27px;
  display: inline-flex;
  align-items: center;
}

.radio-bar button {
  background: transparent;
  border: 0;
  padding: 0;
  margin-right: 5px;
  cursor: pointer;
}

.radio-bar__player {
  padding: 0 16px;
  margin: 0 16px;
  /* border-right: 1px solid rgba(255, 255, 255, .35); */
  border-left: 1px solid rgba(255, 255, 255, .35);
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}

#pause_black_24dp {
  display: none;
}

.radio-bar__player--paused #pause_black_24dp {
  display: block;
}

.radio-bar__player--paused #play_arrow_black_24dp {
  display: none;
}

.radio-bar__spotify {
  color: white;
  text-decoration: none;
  height: 27px;
  display: flex;
  align-items: center;
  animation: slide-in 2s infinite;
}

.radio-bar__better {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, .35);
  display: flex;
  flex-direction: column;
}

.radio-bar__better a {
   color: #ff1a1a;
}

.radio-bar input {
  -webkit-appearance: none;
  height: 1px;
  background: white;
  outline: none;
}

.radio-bar input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 5px;
  height: 14px;
  background: #ff9999;
  cursor: pointer;
}

.radio-bar input::-moz-range-thumb {
  width: 5px;
  height: 14px;
  background: white;
  cursor: pointer;
}

.radio-bar__volume--muted #volume_off_black_24dp {
  display: block;
}

#volume_off_black_24dp {
  display: none;
}

.radio-bar__volume--muted #volume_up_black_24dp {
  display: none;
}

.radio-bar-logo {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, .35);
  height: 27px;
  display: flex;
  align-items: center;

}

.radio-bar__song {
  font-size: 14px;
  text-transform: uppercase;
}

.radio-bar__song span {
  color: rgba(255, 255, 255, .35);
}

.radio-bar-hr {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, .35);
  height: 27px;
}

.radio-bar__action {
  width: 24px;
}

@media(max-width:1179px) {
  .radio-bar {
    font-size: 10px;
  }
}

@media(max-width:1023px) {

  .radio-bar__spotify,
  .radio-bar__better {
    display: none;
  }

  .radio-bar__player {
    margin-right: 0;
    border-right: 0;
  }

  .radio-bar__status {
    display: none;
  }

  .radio-bar-logo {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .radio-bar__spotify--mobile {
    display: none;
  }
}