body
		{	background-color: #161616} 

@layer base{
  html {
    -webkit-tap-highlight-color: transparent;
  }
}

a { color: inherit; 
	text-decoration: none;} 

a:hover { color: inherit;
	text-decoration: none;} 

@import url('https:fonts.googleapis.com/icon?family=Material+Icons');





.button-div{
	margin-top: 20px;
	display: inline-flex;
	align-content: center;
	justify-content: center;
	padding-bottom: 200px;
	
}

.container {
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}

.carousel {
	height: 550px;
	position: relative;
}

.slider {
	height: 100%;
	display: flex;
	width: 400%;
	transition: all 0.3s;
}

.slider section {
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.controls .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}


.arrow.left {
	left: 10px;
}

.arrow.right {
	right: 10px;
}

.controls ul {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%);
	list-style: none;
	display: flex;
	padding: 0px;
	margin: 0px;
}

.controls ul li {
	width: 10px;
	height: 10px;
	border: 2px solid #333;
	border-radius: 50px;
	margin: 10px;
	cursor: pointer;
}

.controls ul li.selected {
	background: #777777;
}

.svg {
	position: absolute;
}

.button-obj {
	transform: translate(-115%, -190%);
	position: absolute;
	height: 10px;
	width: 10px;
	cursor: pointer;
	overflow: visible;
	margin-top: 0px
}

.button-subscribe {
	
  margin-left: 93px;
  padding: 1px 24px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #9B090B;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px #999;
}

.button-subscribe:hover {background-color: #C46566}

.button-subscribe:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button-follow {
	
  margin-left: 6px;
  padding: 1px 20px 5px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #5A3CF3;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px #999;
}

.button-follow:hover {background-color: #8BBCD0}

.button-follow:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


.button-twitch {
	
  margin-left: 6px;
  margin-right: 10px;
  padding: 1px 20px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #6014CC;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px #999;
}

.button-twitch:hover {background-color: #8BBCD0}

.button-twitch:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button-discord {
	
  margin-left: 6px;
  margin-right: 10px;
  padding: 1px 30px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #685AC5;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px #999;
}
.button-discord:hover {background-color: #8BBCD0}

.button-discord:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button-download {
	
  margin-left: 6px;
  margin-right: 10px;
  padding: 1px 60px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #6700CB;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px #999;
}

.button-download:hover {background-color: #8BBCD0}

.button-download:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button-donate {
	
  margin-left: 6px;
  margin-right: 100px;
  padding: 1px 30px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #471E88;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px #999;
}

.button-donate:hover {background-color: #8BBCD0}

.button-donate:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.htop {	
	margin: auto;
	width: absolute;
	height: 40px;
	background-color: #232323;
	color: white;
	line-height: 35px;
		}

.htext {
 	margin: auto;
	width: 1000px;
	height: 900px;
	background-color: #232323;
	color: white;}


.info-text {	
	margin-top: -10px;
	margin-left: 150px;
	text-align: justify;
	font-size: 15px;
	color: white;
		}

.body-text {	
	margin-top: 0px;
	margin-left: 150px;
	text-align: justify;
	font-size: 15px;
	color: white;
		}

.body {
	justify-content: center;
	margin: auto;
	width: 1000px;
	height: 900px;
	background-color: #141414;
	color: white;
		}

.premier-container
	{align-content: center}

.premier-text {
	margin: auto;
	text-align: center;
	font-size: 24px;
	color: white;
	line-height: 60px;
		}

.video {
  text-align: center;
  align-content: center;
  position: relative;
  justify-content: center;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 51.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
		}

.left {
	text-align: left;
}

.video2 {
  text-align: center;
  align-content: center;
  position: relative;
  justify-content: center;
  margin-bottom: 0px;
  margin-top: -69px;
  padding-bottom: 51.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
		}


.yo-mums-track {
  margin-bottom: 69px;
		}

:root {
  --card-color: rgb(30, 30, 30);
}


#cards {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 69px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;  
  max-width: 920px;
  width: calc(100% - 20px);
}

#cards:hover > .card::after {
  opacity: 1;
}

.card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  height: 400px;
  flex-direction: column;
  position: relative;
  width: 300px;  
}

.card:hover::before {
  opacity: 1;
}

.card::before,
.card::after {
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  transition: opacity 500ms;
  width: 100%;
}

.card::before {
  background: radial-gradient(
    800px circle at var(--mouse-x) var(--mouse-y), 
    rgba(255, 255, 255, 0.06),
    transparent 40%
  );
  z-index: 3;
}

.card::after {  
  background: radial-gradient(
    600px circle at var(--mouse-x) var(--mouse-y), 
    rgba(255, 255, 255, 0.4),
    transparent 40%
  );
  z-index: 1;
}

.card > .card-content {
  background-color: var(--card-color);
  border-radius: inherit;
  display:flex;
  flex-direction: column-reverse;
  flex-grow: 1;
  inset: 1px;
  padding: 10px;
  position: absolute;
  z-index: 2;
}

/* -- ↓ ↓ ↓ extra card content styles ↓ ↓ ↓ -- */

.card-image {
margin-bottom: 20px;
  align-items: center;
  height: 175px;
  justify-content: center;
	fill: rgba(20, 20, 20, 1)
}

.card-image > i {
  font-size: 6em;
  opacity: 0.25;
}

.card-info-wrapper {
  align-items: center;
  display: inline;
  flex-grow: 1;
  justify-content: flex-start;
  padding: 20px;
}

.card-info {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

.card-info-title > h3 {
  font-size: 1.1em;
  line-height: 20px;

}

.card-info-title > h4 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85em;
  margin-top: 8px;
	overflow: visible;
}

/* -- ↓ ↓ ↓ some responsiveness ↓ ↓ ↓ -- */

@media(max-width: 1000px) {
  body {
    align-items: flex-start;  
    overflow: auto;
  }
  
  #cards {    
    max-width: 1000px;
    padding: 10px 0px;
  }
  
  .card {
    flex-shrink: 1;
    width: calc(50% - 4px);
  }
}

@media(max-width: 500px) {
  .card {
    height: 180px;
  }
  
  .card-image {
    height: 80px;  
  }
  
  .card-image > i {
    font-size: 3em;
  }
    
  .card-info-wrapper {
    padding: 0px 10px;
  }
  
  .card-info > i { 
    font-size: 0.8em; 
  }
  
  .card-info-title > h3 {
    font-size: 0.9em;
  }

  .card-info-title > h4 {
    font-size: 0.8em;
    margin-top: 4px;
  }
}

@media(max-width: 320px) {
  .card {
    width: 100%;
  }
}