body {
	font-family: Circular,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	margin: 0;
	overflow-x: hidden;
}

#desktopHeader {
	height: 64px;
	width: 100%;
	margin: 0px;
	background-color: transparent;
	transition-duration: .2s;
	position: fixed;

	padding-top: 10px;
	padding-inline: 3px;
	z-index: 50;
}

.desktopHeaderStyling {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 64px;
}

.headerLink {
	margin-inline: 20px;
}

.bg {
	width: 100%;
	height: 100vh;
	background: rgb(255,119,119);
	background: linear-gradient(90deg, rgba(255,119,119,1) 0%, rgba(255,255,255,1) 100%);

	display: flex;
	justify-content: center;
	align-items: center;
}

.bigText {
	font-weight: 900;
	font-size: 70px;
	font-family: 'Libre Franklin', sans-serif;

	color: white;

	display: flex;
	flex-wrap: nowrap;
}

.mySwiper {
	border-radius: 30px;
	transition-duration: .5s;
	width: 70%!important;
}

.lineWrapper {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: -70px;
}

.t {
	font-family: 'Libre Baskerville', sans-serif;
	margin: 0;
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased;
	font-size: .875em;
	letter-spacing: 3px;
}

.line {
	width: 1px;
	height: 150px;
	background: lightgray;
}

.serverName {
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.15em;

	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
	font-size: 30px;
	transition-duration: .2s;
	margin: 20px;
}
.serverName:hover {
	transform: scale(1.1)
}

.contact {
	margin-inline: 10px;
	text-transform: uppercase;
	background: white;

	border-radius: 30px;
	border-width: 2px;
	border: 2px solid #ef5f63;
	color: #ef5f63;

	height: 30px;
	width: auto;

	padding: 10px;
	padding-inline: 15px;

	display: flex;
	justify-content: center;
	align-items: center;

	font-weight: 600;
	transition-duration: .5s;
	text-decoration: none;
}
.contact:hover {
	color: white;
	background: #ef5f63;
}

.spacer {
	flex-grow: 1;
}

.headerLink {
	margin-inline: 30px;
	font: bold 14px/1.4 'Open Sans', arial, sans-serif;

	color: black;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.15em;

	display: inline-block;
	padding: 7px 5px;
	position: relative;
}

.headerLink:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: black;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.footerContactinfo:after {
	background: white;
	bottom: 5px;
}
	
.headerLink:hover:after { 
	width: 100%; 
	left: 0; 
}



.swiper {
	height: 100%;
	width: 100%;
	z-index: 5;
}

.swiper-slide {
	text-align: center;
	font-size: 60px;
	font-weight: 900;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	position: relative;

	height: 550px;
	width: 400px;
	z-index: 5;
}

.swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background: #ef5f63;
	opacity: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-inline: .5rem;
}

.swiper-pagination-bullet-active{
	width: 1.5rem;
	height: 5px;
	border-radius: .5rem;
}

.swiperWrapper {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 600px;
	z-index: 5;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;

}

.swiper-button-next, .swiper-button-prev {
	color:#ef5f63;
	transition: all .5s;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	transform: scale(1.2);
}

.swiper-button-next:active, .swiper-button-prev:active {
	transition: color .1s;
	color: lightgray;
}


.shopSlideWrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.shopSlideImg {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 256px!important;
	width: 256px!important;
	margin-inline: 50px;
}

.itemTitle {
	color: black;
	font-size: 60px;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
	text-align: start;
	margin: 0;
}

.itemByline {
	display: flex;
	flex-wrap: nowrap;
	font-size: 20px;
}

.itemDescription {
	color: darkgray;

	width: 50%;
	text-align: start;

	font-size: 15px;
	font-weight: 600;
	font-family: 'Libre Baskerville', sans-serif;

	display: flex;
	flex-wrap: wrap;
}


.card {
  height: 550px;
  width: 400px;
  border-radius: 30px;
  border: 2px solid #ef5f63;
  

  background: rgba(255, 0, 0, 0.075);
  
  cursor: default;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cardImage {
  height: 256px;
  width: 256px;
}

.rankTitle {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 900;
  color: black;
  font-family: 'Poppins', sans-serif;
}

.rankPrice {
  font-size: 20px;
  font-weight: 300;
}

.clickToBuy {
  width: auto;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  
  border-radius: 3px;
  font-size: 20px;
  font-weight: 200;
  font-family: 'Poppins', sans-serif;

  background: #ef5f63;
  margin: 30px;
  padding-inline: 20px;
  transition: .5s;

  cursor: pointer;
}

.shoppingCartImg {
	height: 32px;
	width: 40px;
	opacity: .5;
	margin-inline: 10px;
}

.clickToBuy:hover {
	transform: scale(1.1)
}

.swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right {
	border-radius: 3px!important;
}


.footer {
	background: #1c1d25;
	height: 500px;
	width: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.footerContactinfo {
	color: white;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin-inline: 40px;
	transition-duration: .5s;
	cursor: pointer;
}

.footerContactinfo:hover {
	transform: scale(1.1);
	color: #ef5f63;
}

.footerDescription {
	color: rgb(158, 158, 158);
	font-family: 'Poppins', sans-serif;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 600;

	display: flex;
}

#discordClick {
	transition-duration: .2s;
	margin-left: 3px;
	cursor: pointer;
	transition-duration: .5s;
}

#discordClick:hover {
	margin-left: 10px;
	transform: scale(1.1)
}

#discordClick:active {
	transform: scale(0.9);
	color: white;
}



.toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;

	border-radius: 5px;
	width: 30px;
	height: 30px;

	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(63, 63, 63);

	opacity: 0;
	visibility: hidden;

	cursor: pointer;
	z-index: 100
}

.arrow {
	border: solid white;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
} 

.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	margin-top: 3px;
}

.toTop:hover {
	transform: scale(1.1)
}


.about {
	margin-bottom: 30px;
	margin-top: 70px;

	background: linear-gradient(180deg, rgba(255,0,0,0.045) 80%, rgba(255,255,255,1) 100%);
	width: 100%;
	height: 80vh;

	display: flex;
	justify-content: center;
	align-items: center;
}

.aboutImg {
	height: 400px;
	width: 300px;
}

.aboutInformation {
	color: #1c1d25;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 20px;

	word-wrap: break-word;
	max-width: 400px;
	font-weight: 200;
}