@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: #062b60;
  position: absolute;
  top: 0;
  left: 0;
}

h1 {
  font-size: 2.5rem;
}

li,
button,
label,
input,
a,
p {
  font-size: 2.5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 2.5rem;
}

h4,
h5 {
  font-size: 2rem;
}

.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

/* 333F71 */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#player {
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

#playback {
  color: #062b60;
  pointer-events: initial;
}

.fa-lg {
  font-size: 3rem;
}

.mainHead {
  height: 7vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#logo img {
  width: 7rem;
  height: auto;
}

.main {
  height: 83vh;
  width: 100vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tab#home {
  width: 100%;
  height: 100%;
  background: rgb(57, 74, 144);
  background: linear-gradient(180deg, rgb(57, 74, 144) 35%, rgb(51, 63, 113) 100%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tab#info {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 1rem;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
}

.tab#chat {
  width: 100%;
  height: 100%;
}

.nav-bar {
  height: 10vh;
  width: 100vw;
  display: flex;
  justify-content: center;
}

nav {
  width: 30%;
  height: 70%;
  border-radius: 10px;
  display: flex;
}
nav ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
nav ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
nav ul li a img {
  margin-top: 1rem;
  height: 3rem;
}

.titles {
  width: 100%;
  height: 20%;
  display: flex;
  align-items: flex-end;
}

.playerInfo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#rbcloud_nowplaying4985 {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
}

#rbcloud_nowplaying17789 {
  width: 90%;
  color: white;
  height: auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#radio {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.coverart {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

#cover {
  width: 220px;
  height: 220px;
  border-radius: 220px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3), 0px 0px 0px 20px rgba(255, 255, 255, 0.15), 0px 0px 0px 30px rgba(255, 255, 255, 0.05);
  z-index: 3;
}

.onlineUsers {
  width: 10rem;
  height: 5rem;
  border-radius: 2rem;
  background-color: #bae4b4;
  position: absolute;
  top: 0.5rem;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.onlineUsers img {
  height: 40%;
  padding: 0.2rem;
  overflow: hidden;
}

.playButton {
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  background-color: #bae4b4;
  position: absolute;
  bottom: 0.1rem;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.playButton img {
  height: 40%;
  padding: 0.2rem;
  overflow: hidden;
}

#rbcloud_listeners17789 {
  height: 40%;
  color: #062b60;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

#rbcloud_cover16402 {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.bottomMain {
  width: 100%;
  height: 30%;
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  padding-left: 4rem;
  padding-right: 4rem;
}

#connected {
  height: 10%;
  width: 100%;
  color: #bae4b4;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#connected span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.socialMedia {
  width: 100%;
  height: 100%;
}

.secondaryNav {
  width: 100%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3rem;
  padding-left: 2.5rem;
  overflow: hidden;
  border-radius: 0%;
  background-color: transparent;
}

.secondaryNavH {
  font-size: 2.5rem;
  color: #bae4b4;
}

#secondaryUL {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#secondaryUL li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#secondaryUL li a {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  color: #bae4b4;
}
#secondaryUL li a p {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  padding-left: 1rem;
}

.secondaryIcons {
  height: 100%;
  width: auto;
}

#dev {
  width: 100%;
  height: 10%;
  font-size: 1rem;
  text-align: center;
  color: gray;
}

#chatInfo {
  width: 100%;
  height: 100%;
  color: white;
  background: rgb(57, 74, 144);
  background: linear-gradient(180deg, rgb(57, 74, 144) 35%, rgb(51, 63, 113) 100%);
  font-size: 1.6rem;
  text-align: justify;
}
#chatInfo p {
  font-size: 1.6rem;
}

.beded {
  width: 100%;
  height: 100%;
}

nav {
  width: 100%;
  height: 100%;
  border-radius: 0%;
}

.aboutUs {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 2rem;
}
.aboutUs h4 {
  height: auto;
  width: 90%;
  text-align: center;
}
.aboutUs p {
  width: 60%;
  height: auto;
  text-align: justify;
  font-size: 1rem;
}

.aboutUs figure {
  width: 100px;
  height: 100px;
  background-color: #2b2b2b;
  border-radius: 100%;
  overflow: hidden;
}
.aboutUs figure img {
  height: 100%;
  width: 100%;
}

.aboutUsSecondary {
  width: 100%;
  height: 50%;
}

#socialIcons {
  width: 100%;
  height: 15%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

#secondaryUL {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#secondaryUL li {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.5rem;
}
#secondaryUL li a img {
  width: 100%;
  height: 100%;
}

#shareSec {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}

#SButton {
  width: 14rem;
  height: 3.2rem;
  margin-right: 1.5rem;
  border: solid;
  border-radius: 0.5rem;
  border-color: #bae4b4;
  display: flex;
  justify-content: center;
  align-items: center;
}
#SButton p {
  font-size: 1.5rem;
  color: #bae4b4;
  pointer-events: none;
}

#infoLinks {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#infoLinks p {
  color: #bae4b4;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
}/*# sourceMappingURL=style.css.map */