@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=DynaPuff:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Lato, sans-serif;
}

.background-realboard-bottom{
	    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 10%, rgba(59, 59, 59, 0.5) 75%);
}

.background-white {
	background: white !important;
}

.nav-link:hover,
.nav-link.active {
	color: #04e0ff !important;
}

.font-wight-400 {
	font-weight: 400 !important;
}

.gamer-container-screen {
	height: 100vh;
	background-color: lightblue;
	position: relative;
}

.padding-contact-right-left {
	padding: 0rem 3rem !important;
}

.gamer-btn-color {
	background: #00deff4d !important;
	color: white !important;
	border: none !important;
}

.gamer-selection-btn {
	background: #00deff4d !important;
	color: white !important;
	border: none !important;
}

.gamer-image-width {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-gamer-overide {
	position: absolute !important;
	top: 0.8% !important;
	background-color: transparent !important;
	border-bottom: none !important;
}

.white-nagation-color {
	color: #ffffff !important;
}

.live-a-life-btn {
	background-image: linear-gradient(to right,
			#1a2980 0%,
			#26d0ce 51%,
			#1a2980 100%);
	font-weight: 400;
	font-size: 16px;
	margin: 10px;
	padding: 7px 13px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	border-radius: 6px;
	display: block;
	text-decoration: none;
}

.live-a-life-btn:hover {
	background-position: right center;
	color: #fff;
	text-decoration: none;
	text-decoration: none;
}

.gamer-meddle-text {
	width: 70vw;
	height: 80%;
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: grid;
	grid-template-rows: 1fr auto;
	gap: 7rem;
}

.wrapper-gamer-text {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	padding: 10px;
}

.text-gamer-title-box {
	/* border: 1px solid white; */
}

.gamer-text-1 {
	font-family: "Sansation", sans-serif;
	font-weight: 400;
	font-size: 23px;
	color: #d5d5d5;
	text-align: center;
}

.gamer-gameplay-container {
	width: 100%;
	/* height: 100vh; */
	background: linear-gradient(180deg,
			#001822 31.25%,
			#083647 52.4%,
			#0f546d 85.58%,
			#1e8fb7 100%);
	gap: 1rem;
}

.gap-gamer {
	gap: 0rem !important;
}

.gamer-gameplay-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.gameplay-text {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 2rem;
}

.gamer-top-padding {
	padding-top: 3rem;
}

.text-image-data-container {
	width: 100%;
	padding: 0rem 20rem;
}

.text-image-data-container>img {
	width: 100%;
	height: 100%;
}

.margin-top-1 {
	margin-top: 1rem !important;
}

.what-gamer-says-container {
	width: 100%;
	height: 80vh;
	background: linear-gradient(180deg, #001e2b 0%, #000000 100%);
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.what-gamer-say-box {
	padding-top: 2rem;
}

.message-structure-container {
	padding: 10px 6rem;
	display: grid;
	grid-template-columns: 25% 1fr 25%;
	gap: 1rem;
}

.gamer-left-box {
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.mid-gamer-box {
	padding: 10px;
}

.gamer-right-box {
	padding: 10px;
}

.review-box {
	background: #033142;
	color: white;
	padding: 20px 25px;
	border-radius: 10px;
	width: 100%;
	position: relative;
	font-size: 15px;
	line-height: 1.5;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.review-box::after {
	content: "";
	position: absolute;
	bottom: -15px;
	right: 30px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #004c56;
}

.review-author {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

.span-name-title {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.span-name-title>p {
	font-weight: 500;
	font-size: 14px;
	color: #dddddd;
}

.background-pricing {
	background-color: #0e0e0e !important;
}

.reallives-licenses-text {
	/* font-family: "Sansation"; */
	font-weight: 400;
	font-size: 26px;
	line-height: 100%;
	letter-spacing: 0%;
}

.wraper-container-pricing-colume {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	padding-top: 3rem;
}

.wrapper-pricing-content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* grid-template-rows: repeat(2, 1fr); */
	gap: 10px;
}

.card-linear-background {
	background: linear-gradient(180deg, #0b5059 36.54%, #4dbdcc 100%);
}

.background-gamer-card {
	box-shadow: 0px 0px 4px 0px #00000040 !important;
	background: #333333 !important;
}

.color-card-pricing {
	color: #fffaff !important;
}

.month-count-text-gamer {
	color: #d9d9d9 !important;
}

.black-card-color {
	background-color: #1a1a1a !important;
	border: 1px solid #6f6f6f !important;
}

.text-card-black-gamer {
	color: #e6e6e6 !important;
}

.card-title-text-gamer {
	color: #bebebe !important;
}

.get-started-gamer {
	border: 1px solid #6f6f6f !important;
}

.border-bottom-none {
	border-bottom: none !important;
}

.gap-0 {
	gap: 0px !important;
}

.border-bottom-white {
	border-bottom: 1px solid #6f6f6f !important;
}

.color-gamer-2a {
	color: #f2f2f2 !important;
}

.reallives-product-included-2 {
	box-shadow: 0px 0px 4px 0px #00000040;
	padding: 19px;
	border-radius: 6px;
	display: grid;
	grid-template-rows: repeat(5, 1fr);
	gap: 1rem;
}

.row-included-product-2 {
	border-bottom: 1px solid #eaeaea;
	padding: 10px;
	display: grid;
	grid-template-columns: 28% 1fr 0%;
	gap: 2rem;
}

.color-white-gamer {
	color: #ffffff !important;
}

.working-team-background-color {
	background-color: #1e1e1e !important;
}

.special-thanks-backgroundcolor {
	background-color: #1e1e1e;
	box-shadow: 0px 0px 4px 0px #00000040;
}

.gamer-footer-top {
	border-top: 1px solid #005980 !important;
}

.gamer-reallives-white {
	width: 11rem !important;
	height: 60px;
}

.color-aqua-text {
	color: #11e2ff !important;
}

.logo-gooter-text {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.footer-structure-override {
	grid-template-columns: auto auto auto auto !important;
}

.max-width-400 {
	max-width: 400px !important;
}

.span-gamer-flex {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.footer-links>li>a:hover {
	color: #0d7684 !important;
}

.logo-gooter-text>a:hover {
	color: #0d7684 !important;
}

.flex-column-gamer {
	display: flex !important;
	flex-direction: column !important;
}

.margin-bottom-2 {
	margin-bottom: 0px !important;
}

.background-navelink-color {
	background-color: transparent !important;
}

.background-transparent {
	background: transparent !important;
}

.color-background-card-222222 {
	background-color: #222222 !important;
}

.redirect-background-color-card {
	background: #333333 !important;
}

.color-white-gamer-text {
	color: white !important;
}

.fixed-postion {

	position: fixed !important;
	/* background-color: #222222 !important; */
	border: none !important;
	top: 0;
	left: 0;
	right: 0;
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--neutral-200);
	z-index: 1000;
	transition: all 0.3s ease;
}


@media (max-width: 1280px) {
	.what-gamer-says-container {
		height: max-content;
	}

	.message-structure-container {
		padding: 10px 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.text-image-data-container {
		padding: 0rem 14rem;
	}
}

@media (max-width: 1180px) {
	.what-gamer-says-container {
		height: max-content;
	}

	.message-structure-container {
		padding: 10px 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.text-image-data-container {
		padding: 0rem 14rem;
	}
}

@media (max-width: 1104px) {
	.what-gamer-says-container {
		height: max-content;
	}

	.message-structure-container {
		padding: 10px 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.text-image-data-container {
		padding: 0rem 14rem;
	}
}

@media (max-width: 1024px) {
	.what-gamer-says-container {
		height: max-content;
	}

	.message-structure-container {
		padding: 10px 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.text-image-data-container {
		padding: 0rem 13rem;
	}

	.wrapper-pricing-content {
		grid-template-columns: repeat(2, 1fr);
	}

	.gameplay-text>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-say-box>img {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 991px) {
	.gameplay-text>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-say-box>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-says-container {
		height: max-content;
	}

	.message-structure-container {
		padding: 10px 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.text-image-data-container {
		padding: 0rem 13rem;
	}

	.wrapper-pricing-content {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 850px) {
	.gameplay-text>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-say-box>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-says-container {
		height: max-content;
	}

	.message-structure-container {
		padding: 10px 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.text-image-data-container {
		padding: 0rem 13rem;
	}

	.wrapper-pricing-content {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 800px) {
	.what-gamer-says-container {
		height: max-content;
	}

	.message-structure-container {
		padding: 10px 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.text-image-data-container {
		padding: 0rem 13rem;
	}

	.wrapper-pricing-content {
		grid-template-columns: repeat(2, 1fr);
	}

	.gameplay-text>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-say-box>img {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 750px) {
	.what-gamer-says-container {
		height: max-content;
	}

	.message-structure-container {
		padding: 10px 1rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.text-image-data-container {
		padding: 0rem 1rem;
	}

	.gameplay-text>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-say-box>img {
		width: 100%;
		height: 100%;
	}

	.footer-structure-override {
		grid-template-columns: 1fr !important;
	}

	.what-gamer-say-box {
		padding: 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.message-structure-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.gamer-meddle-text {
		width: 90%;
	}

	.wrapper-pricing-content {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 700px) {
	.what-gamer-says-container {
		height: max-content;
	}

	.message-structure-container {
		padding: 10px 1rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.text-image-data-container {
		padding: 0rem 1rem;
	}

	.gameplay-text>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-say-box>img {
		width: 100%;
		height: 100%;
	}

	.footer-structure-override {
		grid-template-columns: 1fr !important;
	}

	.what-gamer-say-box {
		padding: 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.message-structure-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.gamer-meddle-text {
		width: 90%;
	}

	.wrapper-pricing-content {
		grid-template-columns: repeat(1, 1fr);
	}

		.padding-contact-right-left{
		padding: 0rem 0rem !important;
	}
}

@media (max-width: 600px) {

	.padding-contact-right-left{
		padding: 0rem 0rem !important;
	}

	.what-gamer-says-container {
		height: max-content;
	}

	.message-structure-container {
		padding: 10px 1rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.text-image-data-container {
		padding: 0rem 1rem;
	}

	.gameplay-text>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-say-box>img {
		width: 100%;
		height: 100%;
	}

	.footer-structure-override {
		grid-template-columns: 1fr !important;
	}

	.what-gamer-say-box {
		padding: 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.message-structure-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.gamer-meddle-text {
		width: 90%;
	}

	.wrapper-pricing-content {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 560px) {
	.padding-contact-right-left{
		padding: 0rem 0rem !important;
	}
	.what-gamer-says-container {
		height: max-content;
	}

	.message-structure-container {
		padding: 10px 1rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.text-image-data-container {
		padding: 0rem 1rem;
	}

	.gameplay-text>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-say-box>img {
		width: 100%;
		height: 100%;
	}

	.footer-structure-override {
		grid-template-columns: 1fr !important;
	}

	.what-gamer-say-box {
		padding: 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.message-structure-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.gamer-meddle-text {
		width: 90%;
	}

	.wrapper-pricing-content {
		grid-template-columns: repeat(1, 1fr);
	}

	.background-navelink-color {
		background-color: rgb(3 3 3) !important;
	}
}

@media (max-width: 530px) {
	.padding-contact-right-left{
		padding: 0rem 0rem !important;
	}
	.gameplay-text>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-say-box>img {
		width: 100%;
		height: 100%;
	}

	.footer-structure-override {
		grid-template-columns: 1fr !important;
	}

	.what-gamer-say-box {
		padding: 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.message-structure-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.gamer-meddle-text {
		width: 90%;
	}

	.wrapper-pricing-content {
		grid-template-columns: repeat(1, 1fr);
	}

	.background-navelink-color {
		background-color: rgb(3 3 3) !important;
	}
}

@media (max-width: 480px) {
	.padding-contact-right-left{
		padding: 0rem 0rem !important;
	}
	.gameplay-text>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-say-box>img {
		width: 100%;
		height: 100%;
	}

	.footer-structure-override {
		grid-template-columns: 1fr !important;
	}

	.what-gamer-say-box {
		padding: 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.message-structure-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.gamer-meddle-text {
		width: 90%;
	}

	.wrapper-pricing-content {
		grid-template-columns: repeat(1, 1fr);
	}

	.contact-form-section {
		padding: 10px;
	}

	.contact-info-section {
		padding: 10px;
	}

	.background-navelink-color {
		background-color: rgb(3 3 3) !important;
	}
}

@media (max-width: 450px) {
	.padding-contact-right-left{
		padding: 0rem 0rem !important;
	}
	.gameplay-text>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-say-box>img {
		width: 100%;
		height: 100%;
	}

	.footer-structure-override {
		grid-template-columns: 1fr !important;
	}

	.what-gamer-say-box {
		padding: 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.message-structure-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.gamer-meddle-text {
		width: 90%;
	}

	.wrapper-pricing-content {
		grid-template-columns: repeat(1, 1fr);
	}

	.contact-form-section {
		padding: 10px;
	}

	.contact-info-section {
		padding: 10px;
	}

	.background-navelink-color {
		background-color: rgb(3 3 3) !important;
	}
}

@media (max-width: 400px) {
	.padding-contact-right-left{
		padding: 0rem 0rem !important;
	}
	.gameplay-text>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-say-box>img {
		width: 100%;
		height: 100%;
	}

	.footer-structure-override {
		grid-template-columns: 1fr !important;
	}

	.what-gamer-say-box {
		padding: 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.message-structure-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.gamer-meddle-text {
		width: 90%;
	}

	.wrapper-pricing-content {
		grid-template-columns: repeat(1, 1fr);
	}

	.contact-form-section {
		padding: 10px;
	}

	.contact-info-section {
		padding: 10px;
	}

	.background-navelink-color {
		background-color: rgb(3 3 3) !important;
	}
}

@media (max-width: 390px) {
	.padding-contact-right-left{
		padding: 0rem 0rem !important;
	}
	.gameplay-text>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-say-box>img {
		width: 100%;
		height: 100%;
	}

	.footer-structure-override {
		grid-template-columns: 1fr !important;
	}

	.what-gamer-say-box {
		padding: 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.message-structure-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.gamer-meddle-text {
		width: 90%;
	}

	.wrapper-pricing-content {
		grid-template-columns: repeat(1, 1fr);
	}

	.contact-form-section {
		padding: 10px;
	}

	.contact-info-section {
		padding: 10px;
	}

	.background-navelink-color {
		background-color: rgb(3 3 3) !important;
	}
}

@media (max-width: 375px) {
	.padding-contact-right-left{
		padding: 0rem 0rem !important;
	}
	.gameplay-text>img {
		width: 100%;
		height: 100%;
	}

	.what-gamer-say-box>img {
		width: 100%;
		height: 100%;
	}

	.footer-structure-override {
		grid-template-columns: 1fr !important;
	}

	.what-gamer-say-box {
		padding: 1rem;
	}

	.gameplay-text {
		padding: 1rem;
	}

	.message-structure-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.gamer-meddle-text {
		width: 90%;
	}

	.wrapper-pricing-content {
		grid-template-columns: repeat(1, 1fr);
	}

	.contact-form-section {
		padding: 10px;
	}

	.contact-info-section {
		padding: 10px;
	}

	.background-navelink-color {
		background-color: rgb(3 3 3) !important;
	}
}