@charset "UTF-8";
.container {
	background-color:rgba(255, 255, 255, 0);
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	box-sizing: border-box;
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 25%;
	font-family: "Source Sans Pro";
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	margin-left: 0px;
	margin-right: 0px;
	box-sizing: border-box;
	float: none;
}

.columns img {
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
}

.columns img:hover {
	transform: scale(1.05);
}
.row .columns p {
	padding-left: 0%;
	padding-right: 0%;
}
.container .columns h4 {
	text-align: center;
	color: #01B2D1;
}
header {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: rgba(255, 255, 255, 0);
	clear: left;
}
.container .header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 180px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: calc(100% - 180px);
	display: flex;
	align-items: flex-end;
}
.header ul li {
	list-style: none;
	float: none;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Source Sans Pro";
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
	padding-bottom: 0px;
}

.logo-container {
	position: absolute;
	top: -40px;
	left: 20px;
	z-index: 1000;
}

.nav-logo {
	height: 150px;
	width: auto;
	display: block;
}

.discord-container {
	position: absolute;
	top: 40px;
	right: 20px;
	z-index: 1000;
}

.header {
	position: relative;
	padding-top: 0px;
}
.header ul li:hover {
	color: #717070;
	cursor: pointer;
}
/* Section styling */
section {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	align-items: flex-start;
}

/* Game Info Section specific styling */
section[class="Game Info"] {
	margin-bottom: 60px;
}

.left_article {
	background-color: rgba(255, 255, 255, 0);
	width: 50%;
	float: left;
	font-family: "Source Sans Pro";
	color: #343434;
	padding-bottom: 15px;
	box-sizing: border-box;
	padding-right: 10px;
}

.right_article {
	width: 50%;
	float: left;
	background-color: rgba(255, 255, 255, 0);
	box-sizing: border-box;
	padding-left: 10px;
}

/* Section video styling */
.right_article video {
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
	width: 0%;
}
.left_article img {
	width: 90%;
	height: auto;
	max-width: 90%;
	object-fit: contain;
	display: block;
	margin: 0 auto 20px auto;
}

/* Game Logo Line Styling */
.game-logo-line {
	width: 90%;
	max-width: 90%;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
	text-align: left;
}

/* Header Line Styling */
.header-line {
	width: 65%;
	max-width: 65%;
	height: auto;
	display: block;
	margin: 0px auto 0 auto;
	text-align: center;
}

.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #B3B3B3;
}
.wishlist-container {
	text-align: center;
	margin-top: 20px;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	background-color: rgba(255, 255, 255, 0);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
}
.footer {
	background-color: rgba(255, 255, 255, 0);
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	background-color:rgba(255, 255, 255, 0);
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}
.right_half {
	background-color: rgba(255, 255, 255, 0);
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}
/* Poker Mode Section Styling */
.poker-mode-section {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	align-items: flex-start;
	margin-top: 30px;
	margin-bottom: 30px;
}

.poker-video {
	width: 50%;
	float: left;
	background-color: rgba(255, 255, 255, 0);
	box-sizing: border-box;
	padding-right: 15px;
}

.poker-content {
	width: 50%;
	float: left;
	background-color: rgba(255, 255, 255, 0);
	box-sizing: border-box;
	padding-left: 15px;
	color: #FFFFFF;
}

.poker-content h3 {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: left;
}

.poker-content ul {
	list-style-type: disc;
	padding-left: 20px;
	margin: 0;
}

.poker-content ul li {
	margin-bottom: 15px;
	line-height: 1.6;
	font-family: "Source Sans Pro";
	font-size: clamp(11px, 1vw, 20px);
}

.poker-video video {
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	border-radius: 8px;
}

/* Loot Mode Section Styling */
.loot-mode-section {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	align-items: flex-start;
	margin-top: 30px;
	margin-bottom: 30px;
}

.loot-content {
	width: 50%;
	float: left;
	background-color: rgba(255, 255, 255, 0);
	box-sizing: border-box;
	padding-right: 15px;
	color: #FFFFFF;
}

.loot-video {
	width: 50%;
	float: left;
	background-color: rgba(255, 255, 255, 0);
	box-sizing: border-box;
	padding-left: 15px;
}

.loot-content h3 {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: left;
}

.loot-content ul {
	list-style-type: disc;
	padding-left: 20px;
	margin: 0;
}

.loot-content ul li {
	margin-bottom: 15px;
	line-height: 1.6;
	font-family: "Source Sans Pro";
	font-size: clamp(11px, 1vw, 20px);
}

.loot-video video {
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	border-radius: 8px;
}

/* Press Kit Line Container Styling */
.press-kit-line-container {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.press-kit-line {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: inline-block;
}

/* Press Kit Container Styling */
.press-kit-container {
	width: 100%;
	text-align: center;
	margin-top: 4vw;
	margin-bottom: 6vw;
	padding: 2vw;
}

.press-kit-title {
	color: #FFFFFF; /* Yellow color */
	font-family: "Source Sans Pro";
	font-size: clamp(32px, 4vw, 48px);
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 2vw;
	margin-top: 0;
	text-align: center;
}

.press-kit-content {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	font-size: clamp(18px, 2.2vw, 24px);
	line-height: 1.6;
	margin: 0 auto;
	max-width: 90%;
	text-align: center;
	font-weight: normal;
}

/* Line Image Container Styling */
.line-image-container {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
}

.line-image {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: inline-block;
}

/* Line Image Right Container Styling */
.line-image-right-container {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: right;
}

.line-image-right {
	width: 75%;
	max-width: 75%;
	height: auto;
	display: inline-block;
}

/* Contact Section Styling */
.contact-section {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background-image: url('../images/ContactBG.webp');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	padding: 4vw 2vw;
	border-radius: 0px;
	min-height: 40vw;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.contact-title {
	color: #cc8dff;
	font-family: "Source Sans Pro";
	font-size: clamp(24px, 2.5vw, 32px);
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5vw;
	margin-top: 0px;
	text-align: left;
}

.contact-description {
	color: #925fbb;
	font-family: "Source Sans Pro";
	font-size: clamp(14px, 1.2vw, 16px);
	line-height: 1.6;
	margin-bottom: 0vw;
	margin-top: 2vw;
	text-align: left;
	max-width: 90%;
}

.contact-info {
	display: flex;
	align-items: flex-start;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 1.5vw;
}

.contact-icon {
	width: clamp(30px, 3vw, 40px);
	height: clamp(30px, 3vw, 40px);
	object-fit: contain;
}

.contact-details {
	display: flex;
	flex-direction: column;
	gap: 0.8vw;
}

.contact-phone {
	color: #cc8dff;
	font-family: "Source Sans Pro";
	font-size: clamp(16px, 1.8vw, 20px);
	font-weight: bold;
	margin: 0;
	text-align: left;
	margin-top: 3vw;
}

.contact-email {
	color: #cc8dff;
	font-family: "Source Sans Pro";
	font-size: clamp(16px, 1.8vw, 20px);
	font-weight: bold;
	margin: 0;
	text-align: left;
	margin-bottom: 0vw;
}

.copyright {
	text-align: center;
	background-color: rgba(255, 255, 255, 0);
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Source Sans Pro";
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
}

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

@media (max-width: 320px) {
.header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 50%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
}

@media (min-width: 321px) and (max-width: 768px) {
.header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
.header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (min-width: 1001px) {
}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
