@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap");
@font-face {
  font-family: 'Orbitron';
  src: url("../font/Orbitron-Black.woff2") format("woff2"), url("../font/Orbitron-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url("../font/Orbitron-Bold.woff2") format("woff2"), url("../font/Orbitron-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url("../font/Orbitron-ExtraBold.woff2") format("woff2"), url("../font/Orbitron-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url("../font/Orbitron-SemiBold.woff2") format("woff2"), url("../font/Orbitron-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url("../font/Orbitron-Regular.woff2") format("woff2"), url("../font/Orbitron-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url("../font/Orbitron-Medium.woff2") format("woff2"), url("../font/Orbitron-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Orbitron', sans-serif;
}

.header {
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 0 15px;
  }
}

.header a {
  color: #fff !important;
  font-size: 18px;
    font-weight: 600;
}

.header .logo img {
  width: 120px;
}

.header .desktop-nav {
  display: block;
}

@media screen and (max-width: 767px) {
  .header .desktop-nav {
    display: none;
  }
}

.header .mobile-nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.header .mobile-nav img {
  width: 70px;
}

.header .mobile-nav a {
  color: #000;
  text-decoration: none;
}

.main-banner-section {
  height: 100vh;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-banner-section {
    height: 50vh;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #fff !important;
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.5);
}

.fixed .header {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.fixed .header .logo img {
  width: 50px;
}

.fixed .navbar {
  padding: 20px 35px 20px 35px;
}

.fixed .top-vector {
  display: none;
}

.fixed .mobile-nav {
  padding: 10px 15px 10px;
}

.music-section h1 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  word-break: 50px;
  font-family: 'Orbitron', sans-serif;
}

.music-section .owl-theme img {
  height: 500px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .music-section .owl-theme img {
    height: 250px;
  }
}

.live-streaming-section iframe {
  width: 100%;
  height: 90vh;
}

@media screen and (max-width: 767px) {
  .live-streaming-section iframe {
    height: 20vh;
  }
}

.chat-section {
  height: 100vh;
}

.chat-section_chat-box .single-chat-tab {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.chat-section_chat-box .single-chat-tab ::-webkit-scrollbar {
  width: 10px;
}

.chat-section_chat-box .single-chat-tab ::-webkit-scrollbar-track {
  background: #E8E8E8;
}

.chat-section_chat-box .single-chat-tab ::-webkit-scrollbar-thumb {
  background: -webkit-linear-gradient(#B79031, #B79031);
  border-radius: 8px;
}

.chat-section_chat-box .single-chat-tab ::-webkit-scrollbar-thumb:hover {
  background: -webkit-linear-gradient(#B79031, #B79031);
  border-radius: 8px;
}

.chat-section_chat-box .single-chat-tab .chat-header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.chat-section_chat-box .single-chat-tab .chat-header .media {
  align-items: center;
}

.chat-section_chat-box .single-chat-tab .chat-header .media .user-dp {
  margin-right: 20px;
}

.chat-section_chat-box .single-chat-tab .chat-header .media .user-dp img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.chat-section_chat-box .single-chat-tab .chat-header .media .user-dp span.user-online {
  width: 12px;
  height: 11px;
  background: #31B112 0% 0% no-repeat padding-box;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.chat-section_chat-box .single-chat-tab .chat-header .media .media-body h5 {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0;
  color: #E3025B;
  margin-bottom: 10px;
}

.chat-section_chat-box .single-chat-tab .chat-body {
  padding: 30px 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: calc(100vh - 300px);
  overflow: auto;
}

.chat-section_chat-box .single-chat-tab .chat-body .message-content {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}

.chat-section_chat-box .single-chat-tab .chat-body .message-content.sender {
  text-align: right;
  align-self: flex-end;
}

.chat-section_chat-box .single-chat-tab .chat-body .message-content.sender .msg-block {
  background: #ACACAC;
  /* -webkit-linear-gradient(#B79031, #B79031); */
  text-align: left;
}

.chat-section_chat-box .single-chat-tab .chat-body .message-content.receiver label {
  text-align: right;
  width: 100%;
}

.chat-section_chat-box .single-chat-tab .chat-body .message-content.receiver .msg-block {
  background-color: #ACACAC;
  text-align: left;
}

.chat-section_chat-box .single-chat-tab .chat-body .message-content label {
  font-size: 14px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #B5B5B5;
  margin-bottom: 5px;
}

.chat-section_chat-box .single-chat-tab .chat-body .message-content .msg-block {
  padding: 15px 8px;
  border-radius: 5px;
}

.chat-section_chat-box .single-chat-tab .chat-body .message-content .msg-block p {
  color: #000;
  font-size: 15px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.chat-section_chat-box .single-chat-tab .chat-body .message-content .msg-block h5 {
  color: #8b5b00;
  font-weight: 900;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
}

.chat-section_chat-box .single-chat-tab .chat-footer {
  padding: 10px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.chat-section_chat-box .single-chat-tab .chat-footer input {
  border: none;
}

.chat-section_chat-box .single-chat-tab .chat-footer .btn {
  background: -webkit-linear-gradient(#B79031, #B79031);
  color: #fff;
  border-radius: 5px;
}

.chat-section_chat-box .single-chat-tab .chat-footer .btn i {
  font-size: 30px;
}

.radio-section {
  background: url("../img/fernando-lavin-YDdZ6nbGS24-unsplash.jpg");
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

.radio-section .radio-container {
  width: 350px;
  margin: auto;
}

.radio-section .radio-container .radio-header {
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
}

.radio-section .radio-container .radio-header .radio-name {
  font-size: 26px;
  font-weight: 100;
  color: #f8a715;
}

.radio-section .radio-container .radio-header .current-presenter {
  font-size: 14px;
  font-weight: 400;
  color: #43ac6a;
}

.radio-section .radio-container .radio-body {
  background: #43ac6a;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #B79031, #B79031);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top left, #B79031, #B79031);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top left, #B79031, #B79031);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #B79031, #B79031);
  /* Standard syntax */
  background-size: 100% 200%;
  animation: background-scroll 7s alternate ease-in-out infinite;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.radio-section .radio-container .radio-body .current-song {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding: 110px 0;
  position: absolute;
  z-index: 2;
  width: 350px;
}

.radio-section .radio-container .radio-body .radio-buttons {
  position: absolute;
  bottom: 0;
  left: 15px;
  height: 50px;
  width: 320px;
  z-index: 2;
}

.radio-section .radio-container .radio-body .radio-buttons .button {
  color: rgba(255, 255, 255, 0.6);
  float: left;
}

.radio-section .radio-container .radio-body .radio-buttons .button:hover {
  color: rgba(255, 255, 255, 0.8);
}

.radio-section .radio-container .radio-body .radio-buttons .button-play {
  font-size: 2em;
  width: 25px;
}

.radio-section .radio-container .radio-body .radio-buttons .button-play-2 {
  font-size: 2em;
  width: 25px;
}

.radio-section .radio-container .radio-body .radio-buttons .button-stop {
  margin: 12px;
}

.radio-section .radio-container .radio-body .radio-buttons .button-stop-2 {
  margin: 12px;
}

.radio-section .radio-container .radio-body .radio-buttons .button-request {
  float: right;
  margin-top: 16px;
  font-size: 14px;
}

.radio-section .radio-container .radio-body .shine {
  position: absolute;
  top: -50px;
  left: -90px;
  height: 120px;
  width: 300px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  transform: rotate(-45deg);
}

.radio-section .radio-container .radio-body .wave-bars {
  position: relative;
  z-index: 1;
  height: 100%;
}

.radio-section .radio-container .radio-body .wave-bars .wave {
  margin-top: 125px;
  transform: translateY(-50%);
  height: 3px;
  width: 4px;
  background: rgba(255, 255, 255, 0.2);
  float: left;
  margin-right: 3px;
  animation-delay: 2s;
}

.radio-section .radio-container .radio-body .wave-bars .wave1 {
  margin-top: 125px;
  transform: translateY(-50%);
  height: 3px;
  width: 4px;
  background: rgba(255, 255, 255, 0.2);
  float: left;
  margin-right: 3px;
  animation-delay: 2s;
}

.radio-section .radio-container .radio-body .wave-bars .wave:first-child {
  margin-left: 2px;
}

.radio-section .radio-container .radio-body .wave-bars .wave:last-child {
  margin-right: 0;
}

.radio-section .radio-container .radio-body .wave-bars .wave.wave-1 {
  animation: wave1 .5s linear alternate infinite;
}

.radio-section .radio-container .radio-body .wave-bars .wave.wave-2 {
  animation: wave2 .7s linear alternate infinite;
}

.radio-section .radio-container .radio-body .wave-bars .wave.wave-3 {
  animation: wave3 .6s linear alternate infinite;
}

.radio-section .radio-container .radio-body .wave-bars .wave.wave-4 {
  animation: wave4 .5s linear alternate infinite;
}

.radio-section .radio-container .radio-body .wave-bars .wave.wave-5 {
  animation: wave5 .6s linear alternate infinite;
}

.radio-section .radio-container .radio-body .wave-bars .wave.no-animation {
  animation: stopwaves 1s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.radio-section .radio-container .radio-body .wave-bars .wave1:first-child {
  margin-left: 2px;
}

.radio-section .radio-container .radio-body .wave-bars .wave1:last-child {
  margin-right: 0;
}

.radio-section .radio-container .radio-body .wave-bars .wave1.wave-1 {
  animation: wave1 .5s linear alternate infinite;
}

.radio-section .radio-container .radio-body .wave-bars .wave1.wave-2 {
  animation: wave2 .7s linear alternate infinite;
}

.radio-section .radio-container .radio-body .wave-bars .wave1.wave-3 {
  animation: wave3 .6s linear alternate infinite;
}

.radio-section .radio-container .radio-body .wave-bars .wave1.wave-4 {
  animation: wave4 .5s linear alternate infinite;
}

.radio-section .radio-container .radio-body .wave-bars .wave1.wave-5 {
  animation: wave5 .6s linear alternate infinite;
}

.radio-section .radio-container .radio-body .wave-bars .wave1.no-animation {
  animation: stopwaves 1s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}


.radio-section .radio-container .radio-message {
  background: linear-gradient(to bottom, #381026, #462E48);
  padding: 15px;
  text-align: center;
}

.radio-section .radio-container .radio-message .message-header {
  font-weight: 600;
}

.radio-section .radio-container .radio-volume {
  background: #fff;
  padding: 10px 15px;
  height: 65px;
}

.radio-section .radio-container .radio-volume .button-sound {
  float: left;
  font-size: 2em;
  color: #ddd;
  width: 30px;
}

.radio-section .radio-container .radio-volume .button-sound:hover {
  color: #bbb;
}

.radio-section .radio-container .radio-volume input[type="range"] {
  position: relative;
  top: 8px;
  width: 260px;
  height: 9px;
  margin: 10px 12px;
  display: inline;
  -webkit-appearance: none;
  border-radius: 8px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.radio-section .radio-container .radio-volume input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}

.radio-section .radio-container .radio-volume input[type="range"]::-moz-range-track {
  border-radius: 8px;
  width: 260px;
  height: 7px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.radio-section .radio-container .radio-volume input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 1px solid #ccc;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  cursor: pointer;
}

.radio-section .radio-container .radio-volume input[type="range"]::-ms-track {
  width: 164px;
  height: 7px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.radio-section .radio-container .radio-volume input[type="range"]:focus {
  outline: 0;
}

.radio-section .radio-container .button {
  cursor: pointer;
}

@-webkit-keyframes background-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}

@-moz-keyframes background-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}

@keyframes background-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}

@-webkit-keyframes wave1 {
  0% {
    height: 10%;
  }
  33% {
    height: 30%;
  }
  66% {
    height: 15%;
  }
  100% {
    height: 35%;
  }
}

@-moz-keyframes wave1 {
  0% {
    height: 10%;
  }
  33% {
    height: 30%;
  }
  66% {
    height: 15%;
  }
  100% {
    height: 35%;
  }
}

@keyframes wave1 {
  0% {
    height: 10%;
  }
  33% {
    height: 30%;
  }
  66% {
    height: 15%;
  }
  100% {
    height: 35%;
  }
}

@-webkit-keyframes wave2 {
  0% {
    height: 40%;
  }
  33% {
    height: 20%;
  }
  66% {
    height: 40%;
  }
  100% {
    height: 20%;
  }
}

@-moz-keyframes wave2 {
  0% {
    height: 40%;
  }
  33% {
    height: 20%;
  }
  66% {
    height: 40%;
  }
  100% {
    height: 20%;
  }
}

@keyframes wave2 {
  0% {
    height: 40%;
  }
  33% {
    height: 20%;
  }
  66% {
    height: 40%;
  }
  100% {
    height: 20%;
  }
}

@-webkit-keyframes wave3 {
  0% {
    height: 30%;
  }
  33% {
    height: 45%;
  }
  66% {
    height: 30%;
  }
  100% {
    height: 15%;
  }
}

@-moz-keyframes wave3 {
  0% {
    height: 30%;
  }
  33% {
    height: 45%;
  }
  66% {
    height: 30%;
  }
  100% {
    height: 15%;
  }
}

@keyframes wave3 {
  0% {
    height: 45%;
  }
  33% {
    height: 20%;
  }
  66% {
    height: 30%;
  }
  100% {
    height: 15%;
  }
}

@-webkit-keyframes wave4 {
  0% {
    height: 30%;
  }
  33% {
    height: 25%;
  }
  66% {
    height: 45%;
  }
  100% {
    height: 25%;
  }
}

@-moz-keyframes wave4 {
  0% {
    height: 30%;
  }
  33% {
    height: 25%;
  }
  66% {
    height: 45%;
  }
  100% {
    height: 25%;
  }
}

@keyframes wave4 {
  0% {
    height: 30%;
  }
  33% {
    height: 25%;
  }
  66% {
    height: 45%;
  }
  100% {
    height: 25%;
  }
}

@-webkit-keyframes wave5 {
  0% {
    height: 20%;
  }
  33% {
    height: 35%;
  }
  66% {
    height: 15%;
  }
  100% {
    height: 35%;
  }
}

@-moz-keyframes wave5 {
  0% {
    height: 20%;
  }
  33% {
    height: 35%;
  }
  66% {
    height: 15%;
  }
  100% {
    height: 35%;
  }
}

@keyframes wave5 {
  0% {
    height: 20%;
  }
  33% {
    height: 35%;
  }
  66% {
    height: 15%;
  }
  100% {
    height: 35%;
  }
}

@keyframes stopwaves {
  100% {
    height: 3px;
  }
}

.footer {
  position: relative;
}

.footer::before {
  top: 0;
  content: '';
  background-image: url("../img/footer-bg.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.footer::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.social-icon a {
  font-size: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #ccc;
  font-family: "Font Awesome 5 Pro";
  position: relative;
  color: #ccc;
}

@media screen and (max-width: 767px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
  }
}

.owl-theme .owl-dots .owl-dot span::before {
  content: "\f51f";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  height: 20px;
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -95%);
}

@media screen and (max-width: 767px) {
  .owl-theme .owl-dots .owl-dot span::before {
    width: 10px;
    height: 10px;
    font-size: 12px;
  }
}

.owl-theme .owl-dots .owl-dot.active span {
  background: -webkit-linear-gradient(#B79031, #B79031);
}

.owl-theme .owl-dots .owl-dot.active span::before {
  color: #fff;
}
.embed-responsive-16by9::before {
  display: none !important;
}