@font-face {
  font-family: Gotham-Bold;
  src: url(../fonts/Gotham/GOTHAM-BOLD.TTF);
}
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  height: 100vh;
  font: normal 75% Arial, Helvetica, sans-serif;
  background-color: #171a22;
}

.channel-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tv9-channel {
  display: flex;
  justify-content: space-around;
  width: 380px;
  height: 60px;
  gap: 6px;
  align-items: center;
  color: white;
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  /* border: 1px solid white; */
  border-radius: 5px 5px 5px 5px;
  border-left: 2px solid rgb(163, 163, 163);
  border-right: 2px solid rgb(163, 163, 163);
  cursor: pointer;
  transition: all 400ms ease-out;
  /* background-color: rgba(194, 194, 194, 0.336); */
  background-image: linear-gradient(to top, #cfd9df52 0%, #e2ebf04f 100%);
}

.tv9-channel:hover {
  transition: all 300ms ease-in;
  transform: scale(0.98);
  background-color: rgba(145, 145, 145, 0.24);
}

.tv9-channel span {
  width: 200px;
  padding-left: 8px;
  /* text-align: center; */
}

.f-size {
  font-family: Gotham-Bold;
  font-weight: 400;
  font-size: 35px;
}

.app-container {
  /* display: flex;
  gap: 2%;
  width: 880px;
  flex-direction: row;
  flex-wrap: wrap; */
  width: 920px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  /* grid-template-rows: repeat(3, 1fr); */
  gap: 40px;
  height: 100%;
}

.app-container .app-title {
  color: white;
  font-size: 100px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 115px;
  /* text-transform: uppercase; */
  text-align: center;
}

.app-container .tv9-app {
  width: 280px;
  height: 110px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(145, 145, 145, 0.404);
  transition: all 400ms ease-out;
}

.app-container .tv9-app:hover {
  transition: all 200ms ease-in;
  transform: scale(1.02);
  border: 1px solid rgb(185, 185, 185);
}
.anime {
  animation: show 600ms 100ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
  opacity: 0;
  transform: rotateX(-90deg);
  transform-origin: top center;
}

.w_active {
  background-color: rgba(145, 145, 145, 0.24);
}

@keyframes show {
  100% {
    opacity: 1;
    transform: none;
  }
}

.app-container .tv9-app span:first-child {
  background-image: linear-gradient(
    90.5deg,
    rgba(112, 181, 176, 1) 1.9%,
    rgba(220, 244, 241, 1) 87.7%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  /* height: 109px; */
}

.app-container .tv9-app span:last-child {
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(170, 245, 248, 1) 0%,
    rgba(248, 162, 239, 0.8) 90%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  height: 54px;
  font-weight: 600;
}

.font_size1 {
  font-size: 50px;
}

.font_size2 {
  font-size: 30px;
}

.m-view {
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
}

.m_accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ececec;
  cursor: pointer;
  padding: 6px;
  width: 100%;
  transition: 0.4s;
  font-family: Gotham-Bold;
  font-weight: 400;
  font-size: 34px;
  /* border-radius: 5px 5px 5px 5px; */
  border-left: 2px solid rgb(163, 163, 163);
  border-right: 2px solid rgb(163, 163, 163);
  cursor: pointer;
  background-image: linear-gradient(to top, #cfd9df52 0%, #e2ebf04f 100%);
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active {
  color: #00001ac7;
  background-color: #fffcfc5c;
}

.m_accordion:hover {
  color: #00001ac7;
  background-color: #fffcfc5c;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  /* border: 1px solid #a5a5a5c4; */
  background-image: linear-gradient(to top, #cfd9df1a 0%, #e2ebf01a 100%);
  max-height: 0;
  overflow-y: auto;
  transition: max-height 550ms;
  margin-bottom: 15px;
}

/* ---- reset ---- */

canvas {
  display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #171a22;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
} /* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}

/* @media only screen and (orientation: portrait) {
  #com{
    display: none !important;
  }
} */

@media only screen and (min-width: 600px) {
  .m-view {
    display: none !important;
  }
}

@media only screen and (max-width: 500px) {
  #com {
    display: none !important;
  }

  .app-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .app-container .tv9-app {
    height: 116px;
  }

  .app-container .tv9-app span:last-child {
    height: 30px;
  }

  .font_size1 {
    font-size: 55px;
  }

  .app-container .tv9-app {
    width: 100%;
  }
}
