@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900');

:root {
  --color-primary: #81B458
}

a,
body,
center,
div,
div pre,
em,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
li,
p,
section,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0
}

li,
ul {
  padding: 0;
  margin: 0;
  list-style: none
}

footer,
header,
section {
  display: block
}

* {
  box-sizing: border-box
}

body,
html {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  background-color: #1e1e1e;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

a {
  color: #ccc;
  text-decoration: none !important
}

a:hover {
  color: var(--color-primary)
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700
}

ul {
  margin-bottom: 0
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #fff
}

img {
  width: 100%;
  overflow: hidden
}

body,
html {
  background: #1f2122;
  font-family: Poppins, sans-serif
}

body .page-content {
  margin-top: 40px;
  background-color: #27292a;
  padding: 60px;
  border-radius: 23px
}

p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  margin-bottom: 0
}

::selection {
  background: var(--color-primary);
  color: #fff
}

::-moz-selection {
  background: var(--color-primary);
  color: #fff
}

.main-button a {
  font-size: 48px;
  color: #fff;
  background-color: var(--color-primary);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 700;
  letter-spacing: .5px;
  transition: all .3s;
  position: relative;
  overflow: hidden
}

.main-button a:hover {
  background-color: #fff;
  color: var(--color-primary)
}

section {
  margin-top: 120px
}

.heading-section h4 {
  font-size: 34px;
  text-decoration: none;
  margin-bottom: 30px
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px)
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px)
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px)
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px)
  }
}

.main-banner {
  min-height: 380px;
  border-radius: 23px;
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.main-banner h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px
}

.main-banner h4 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 25px
}

footer p {
  text-align: center;
  padding: 30px 0;
  color: #fff;
  font-weight: 300
}

footer p a {
  color: #fff;
  transition: all .3s
}

footer p a:hover {
  color: var(--color-primary)
}

.start-stream .heading-section {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 60px
}

.start-stream .item {
  padding: 30px;
  border: 1px solid #444;
  border-radius: 23px
}

.start-stream .item h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  display: flex;
  align-items: center
}

.start-stream .main-button {
  text-align: center;
  margin-top: 30px
}

.live-stream {
  margin-top: 60px;
  border-radius: 23px;
  background-color: #1f2122;
  padding: 30px
}

.live-stream .item {
  margin-bottom: 30px
}

.live-stream .main-button {
  text-align: center;
  margin-bottom: -53px
}

body {
  overflow-x: hidden
}

@media (max-width:767px) {
  body .page-content {
    padding: 30px
  }

  .main-banner {
    text-align: center
  }

  .main-banner h4 {
    font-size: 35px
  }
}

@media (max-width:992px) {
  .heading-section h4 {
    font-size: 20px
  }

  .start-stream .item {
    margin: 15px 0
  }
}

.headerBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: .5
}

em {
  color: var(--color-primary);
  font-style: normal
}

.icon {
  font-family: Poppins, sans-serif;
  color: var(--color-primary);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
  font-size: 42px;
  font-weight: 700;
  border-radius: 50%;
  background-color: #fff
}

p {
  line-height: 20px
}

ul {
  padding-top: 10px;
  padding-left: 20px;
  font-size: 15px;
  color: #888;
  line-height: 25px;
  margin-bottom: 20px
}

ul li {
  list-style: circle
}

.item.dead {
  border-color: red;
  opacity: .6
}

.item.dead em {
  color: red;
  opacity: .5
}