/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	/* Colors */
	--red: #ff1300;
	--blue: #0000ff;
	--white: #ffffff;
	--yellow100: #f9e8cf;
	--yellow200: #ffd482;
	--yellow300: #ffb548;
	--yellow400: #e8901a;
	--yellow500: #d87e12;
	--lightGreen100: #48f1bc;
	--lightBlue100: #d6e0e8;
	--lightBlue200: #cad7e3;
	--lightBlue300: #acb7c1;
	--black100: #585a61;
	--black200: #3b3d3f;
	--black300: #2a2b2c;
	--black400: #202122;
	--black500: #181818;
	--black600: #000000;
}

/*  Styles :  */

html,
body {
	align-items: center;
	height: 100vh;
	margin: 0;
	padding: 0;
	font-family: "Barlow", sans-serif;
	overflow-x: hidden;
	background: linear-gradient(269.95deg, #030000 0.04%, #eb1200 99.95%);
}

/* Modal */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.close-button {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close-button:hover,
.close-button:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal-timer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 5px;
	background-color: rgb(67, 218, 67);
	transition: width 2s ease-in-out;
}

/* Container */

.container {
	display: flex;
	flex-wrap: wrap;
	height: 100vh;
}

.section-half {
	box-sizing: border-box;
}

.section-left {
	height: 100vh;
	position: relative;
	width: 40%;
	max-width: 40%;
	top: 0;
	left: 0;
	bottom: 0;
}

.img-flash,
.img-glitch,
.img-support {
	position: absolute;
	width: 100%;
	width: 500px;
}

.img-flash {
	bottom: 250px;
	z-index: 1;
	object-fit: contain;
	max-height: 586px;
	left: 173px;
}

.img-glitch {
	bottom: 150px;
	z-index: 2;
	height: 580px;
	object-fit: contain;
	left: 140px;
}

.img-support {
	bottom: 0;
	width: 400px;
	left: 200px;
	top: 80vh;
}

.section-right {
	height: 100%;
	width: 60%;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	color: var(--white);
	overflow-y: auto;
}

.section-half.section-right .content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	margin-top: 12vh;
	overflow-x: hidden;
}

.red-line {
    width: 97%;
    height: 0.2%;
    background-color: var(--red); 
    margin-top: 5%;
	margin-bottom: 5%;
}

.letter-o-image {
    width: 2.2em; 
    height: 2.2em; 
    vertical-align: middle;
    display: inline-block;
    object-fit: contain;
}

.red-rectangle {
    display: flex;
    align-items: center;        
    justify-content: center;      
    border: 2px solid var(--red); 
    border-radius: 10px;          
    padding: 2rem;                
    gap: 2rem;                   
    max-width: 600px;          
    margin: 5% auto;        
    background-color: transparent; 
    box-shadow: none;             
}

.rectangle-image {
    width: 5rem;             
    height: 5rem;
    object-fit: contain;      
    border-radius: 50%;      
}

.rectangle-text {
    font-size: 1.2rem;      
    color: var(--red);        
	font-family: inherit;    
    font-style: italic;              
    line-height: 1.5;      
    text-align: center;          
    max-width: 80%; 
}
.small-red-line {
    width: 40%;                
    height: 0.2%;                   
    background-color: var(--red);   
    margin: 5% auto;              
    border-radius: 5px;           
}

.roadmap-container {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start; 
    gap: 10px; 
    margin: 2rem auto;
    max-width: 1200px; 
}

.roadmap-column.roadmap-left {
    display: flex;
    flex-direction: column;
	align-items: center; 
	position: relative;
	justify-content: flex-start; 
    padding-right: 10px;
	margin-left: 10px;
}

.roadmap-column.roadmap-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    flex: 1; 
	width: 100%; 
    max-width: 800px; 
}

.roadmap-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;              
    margin: 0;        
    padding: 0rem 0;
    max-width: 800px; 
}

.roadmap-item-centered {
    justify-content: flex-start; 
	margin-right: 10%; 
}

.roadmap-item-offset {
    justify-content: center; 
}

.roadmap-title {
    display: flex;
    flex-direction: column;      
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 5px; 
	margin-right: 30px; 	                  
}

.roadmap-main-title {
    font-size: 1.5rem;
    font-weight: bold;
 	color: var(--white);
    white-space: nowrap; 
}

.roadmap-subtitle {
    font-size: 1rem;
    font-weight: normal;
    color: var(--white);
    margin-top: 5px;
}

.roadmap-circle {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: var(--red);
    border: 2px solid var(--white);
    color: var(--white);
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative; 
    z-index: 3;
	box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.9); 
}

.roadmap-tab {
    border: 2px solid var(--red);
    border-radius: 10px;
    padding: 1rem;
    max-width: 100%; 
    width: 555px;    
    cursor: pointer;
    position: relative;
    background-color: transparent;
    transition: background-color 0.3s ease;
    min-height: 50px; 
    box-sizing: border-box;
    overflow: hidden;
    flex-grow: 1;
	margin: 13px;
}

.roadmap-tab-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: var(--red);
    border-radius: 10px;
    transition: background-color 0.3s ease;
    min-height: 50px; 
	width: 100%;  
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
	gap: 10px;
}

.roadmap-tab.open .roadmap-tab-title {
    background-color: var(--red);
    border-radius: 10px 10px 0 0;
	padding: 0.5rem 1rem; 
    width: 100%;
}

.roadmap-tab:not(.open) {
    background-color: var(--red);
}

.roadmap-details {
    display: none;
    margin-top: 1rem;
    font-size: 1rem;
    color: var(--white);
    border-top: 1px solid var(--red);
    padding-top: 1rem;
	width: 100%;
	box-sizing: border-box;
}

.list-item {
    display: flex;            
    align-items: flex-start;   
    gap: 0.5em;                
    margin-bottom: 1rem;        
}

.bullet {
    flex: 0 0 auto;             
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--white);        
    line-height: 1.5;         
}

.list-item p {
    margin: 0;                
    padding: 0;               
    text-align: left;           
    flex: 1;                  
    line-height: 1.5;           
    box-sizing: border-box;
}

.roadmap-tab.open .roadmap-details {
    display: block;
	width: 100%;
}

.arrow {
    display: inline-block;
    width: 1rem;         
    height: 1rem;        
    border: solid var(--white);
    border-width: 0 2px 2px 0;  
    transform: rotate(45deg);  
    transition: transform 0.3s ease;
	margin: 0;
}

.flipped-arrow {
    transform: rotate(-135deg);  
}

.footer-mobile-inline {
    display: none;
}
.footer-mobile-social-title {
	display: none; 
}
.grecaptcha-badge {
    visibility: hidden;
}

.roadmap-connector-mobile {
    width: 20px;
    height: 400px; 
    background-color: var(--red); 
    border: 2px solid var(--white); 
    margin: 0 auto;
    position: relative;
    left: 52px;
    transition: height 0.3s ease-in-out;
}

.roadmap-connector-desktop {
    width: 20px;
    height: 520px; 
    background-color: var(--red); 
    border: 2px solid var(--white); 
    margin: 0 auto;
    position: relative;
    left: 52px;
    transition: height 0.3s ease-in-out;
}

@media (min-width: 1201px) and (max-width: 1313px) and (min-height: 900px) {
    .roadmap-tab {
        width: 400px;
    }
}

@media (min-width: 1024px) {
    body {
        overflow: hidden;
    }
}

/* @media (max-height: 1100px) {
	.section-half.section-right .content-wrapper {
		margin-top: 7vh;
	}
}

@media (max-height: 1000px) {
	.section-half.section-right .content-wrapper {
		margin-top: 3vh;
	}
} */

@media (min-width: 1201px) and (max-width: 1315px) and (height: 1024px) {

    .roadmap-tab {
        width: 400px;
    }
}

@media (max-width: 1350px) {
	.section-half.section-right .content-wrapper .text-highlight {
		font-size: 1em;
	}

	.img-flash {
		left: 59px;
	}

	.img-glitch {
		left: 59px;
	}

	.img-support {
		left: 115px;
	}
}

@media (min-width: 1200px) {
	@media (max-height: 850px) {
		.section-half.section-right .content-wrapper h2 {
			font-size: 2em !important;
		}

		.section-half.section-right .content-wrapper h1 {
			font-size: 2.5em !important;
		}
	}

	/* @media (max-height: 800px) {
		.footer-desktop-branding {
			display: none !important;
		}
	}

	@media (max-height: 750px) {
		.footer-desktop {
			display: none !important;
		}
	} */
}

.section-half.section-right .content-center {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
	margin-bottom: 60px;
}

.section-half.section-right .logo {
	max-width: 180px;
	justify-self: center;
}

.section-half.section-right .laurel-desktop,
.laurel-mobile {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 530px;
	width: 100%;
	z-index: -1;
}

.section-half.section-right .content-wrapper .text-highlight {
	position: relative;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	text-shadow: 2px 2px 0px #a50101, 6px 4.2px 0px #6e1115;
	letter-spacing: 4px;
}

.section-half.section-right .content-wrapper h1 {
	z-index: 1;
	font-size: 3.3em;
	font-weight: 700;
	font-style: italic;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 2px;
	position: relative;
	overflow: hidden;
	--stacks: 3;
	color: var(--color);
}

.text-glitch {
	position: relative;
	color: var(--color);
	animation: glitch-animation 2.5s infinite alternate-reverse;
}

.section-half.section-right .content-wrapper h2 {
	z-index: 1;
	margin-top: 30px;
	font-size: 2.2em;
	font-weight: 600;
	font-style: italic;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 2px;
}

.form-container {
	width: 100%;
	max-width: 460px;
	margin: auto;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container select {
	margin-right: 18px;
}

.half-width-input {
	flex: 1 1 48%;
}

.full-width-input {
	flex: 1 1 100%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("./images/arrow-down.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 12px;
}

select option {
	background-color: #151515;
}

.select-platform,
.select-referral {
	flex: 1 1 100%;
	margin-right: 0;
}

.form-container input:last-child,
.form-container select:last-child {
	margin-right: 0;
}

.form-container div {
	display: flex;
	margin-bottom: 15px;
}

input,
select {
	display: block;
	border: 1px solid white;
	background-color: transparent;
	color: white;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	font-family: "Quicksand", sans-serif;
}

input::placeholder {
	color: #ec9494;
	font-weight: 500;
}

.select-referral {
	width: 100%;
	max-width: 460px;
}

.email-input {
	width: 100%;
	max-width: 460px;
}

button {
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	cursor: pointer;
	font-size: 1em;
	border-radius: 5px;
	max-width: 460px;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	transition: background-color 0.3s ease, transform 0.3s ease,
		font-size 0.3s ease;
}


.btn-disabled {
	background-color: #d3d3d3;
	color: #a9a9a9;
	cursor: not-allowed;
	opacity: 0.6;
	pointer-events: none;
}

.btn-signup:hover {
	/* background-color: var(--yellow300); */
	opacity: 0.8;
}

.copyright-desktop {
	color: #7e8388;
}

.copyright-mobile {
	display: none;
}

.social-discord {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.social-discord img {
	animation: rotate 1s linear infinite alternate;
	cursor: pointer;
}

.social-discord img:hover {
	opacity: 0.8;
}

.footer-desktop {
	position: relative;
	margin-top: auto;
	width: 100%;
	text-align: center;
	color: var(--white);
	font-size: 0.8em;
	font-weight: 300;
}

.footer-mobile {
	display: none;
}

.laurel-mobile {
	display: none;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.available-on-store {
    display: flex;
    justify-content: center;
    gap: 35px;
}
.store-title {
    margin-bottom: 40px;
    text-align: center; 

}
.discord-logo {
    width: 60px;
    margin-left: 10px; 
    vertical-align: middle; 
    display: inline-block; 
}

/* Modal inscription */

.modal-inscription {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-inscription__content {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 10px;
	width: 80%;
	max-width: 550px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
	background-color: #181818;
	color: white;
}

.modal-inscription__close-button {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}

.modal-inscription__close-button:hover,
.modal-inscription__close-button:focus {
	color: white;
}

.modal-inscription__img-flash {
	max-width: 100px;
	margin-bottom: 20px;
}

.modal-inscription__text,
.modal-inscription__warning {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
}

.modal-inscription__accept {
	background-color: white;
	color: black;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}

.modal-inscription__accept:hover {
	background-color: #ff1300;
	color: white;
}

@media (max-width: 1240px) {
	.footer-desktop-branding p {
		font-size: 0.9em;
	}
}
/* Before Desktop */
@media (max-width: 1200px) {
	html,
	body {
		background: linear-gradient(180deg, #030000 0.04%, #eb1200 99.95%);
		overflow-y: auto;
	}
	.section-half.section-right .content-wrapper {
		height: auto;
	}

	.footer-desktop {
		display: none;
	}

	.footer-mobile {
		display: block;
		color: white;
		position: absolute;
		width: 100vw;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		font-size: 0.8em;
		text-align: center;
		font-family: "Quicksand", sans-serif;
		font-weight: 600;
	}

	.footer-mobile-branding {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 15px;
		font-family: "Quicksand", sans-serif;
		font-weight: 600;
	}

	.footer-mobile-logo-bogs {
		position: relative;
		bottom: 3.5px;
		object-fit: cover;
	}

	.container {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.section-left {
		order: 1;
		height: 90vh;
	}

	.footer-mobile-inline {
		display: flex;
		justify-content: center; 
		align-items: center; 
		gap: 20px; 
		padding: 10px;
		flex-wrap: wrap; 
		color: white;
		font-size: 1rem;
		text-align: center;
		margin-bottom: 90px;	
	}

	.footer-mobile-inline p {
		color: white;
		font-size: 0.9rem;
		font-weight: bold;
	}

	.footer-mobile-inline img {
		max-height: 50px;
		object-fit: contain;	
	}

	.footer-mobile-social-links {
		display: flex;
		gap: 10px;
		align-items: center;
	}

	.red-line-mobile {
		width: 500%; 
		height: 4px;
		background-color: var(--red);
		border-radius: 2px;
		position: relative; 
		left: 50%; 
		transform: translateX(-50%);
		margin-top: 50px;
    }
	.text-highlight {
		position: relative;
		color: #ffffff;
		font-size: 3rem; 
		font-weight: bold;
		font-family: "Open Sans", sans-serif;
		text-shadow: 2px 2px 0px #a50101, 6px 4.2px 0px #6e1115;
		letter-spacing: 4px;
		text-align: center;
		line-height: 1.3;
		font-weight: bold;
		font-style: italic;
	}
	.letter-o-image {
		width: 80px; 
		height: 80px;
		object-fit: contain;
	}

	/*  Asus Zenbook Old  */
	@media (width: 853px) and (height: 1280px) {
		.footer-mobile-inline {
			position: relative;
			z-index: 1;
			margin-top: 720px !important;
		}

		.text-highlight {
			position: relative;
			color: #ffffff;
			font-size: 2.8rem !important; 
			font-weight: bold;
			font-family: "Open Sans", sans-serif;
			text-shadow: 2px 2px 0px #a50101, 6px 4.2px 0px #6e1115;
			letter-spacing: 4px;
			text-align: center;
			line-height: 1.3;
			font-weight: bold;
			font-style: italic;
		}
		.img-support {
			width: 300px;
			top: 60vh;
		}
	}

	@media (width: 912px) and (height: 1368px) {
		.footer-mobile-inline {
			margin-top: 760px !important;
		}
	}

	@media screen and (max-height: 1070px) {
		.section-left {
			height: 100vh;
		}
	}

	.section-left,
	.section-right {
		position: relative;
		width: 100%;
	}

	.img-flash,
	.img-glitch,
	.img-support {
		position: absolute;
		width: 100%;
		height: auto;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2; 
	}

	.img-flash {
		min-width: 350px;
		top: 15vh;
	}

	.img-glitch {
		min-width: 350px;
		top: 15vh;
	}

	.img-support {
		width: 300px;
	}
	.footer-mobile-inline {
		position: relative;
		z-index: 1; 
		margin-top: 820px; 
	}
	.footer-mobile-social-title {
		display: flex; 
		justify-content: center; 
		align-items: center; 
		gap: 20px; 
		color: white; 
		text-align: center;
		flex-wrap: wrap; 
		font-weight: bold; 
		margin-bottom: 20px;
	}

	.copyright-desktop {
		display: none;
	}

	.copyright-mobile {
		display: block;
		text-align: center;
		font-size: 0.9em;
		text-align: center;
		font-weight: 300;
	}	
}

.footer-desktop {
	margin-bottom: 15px;

}

.footer-desktop-branding,
.footer-mobile-branding {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
}
.footer-desktop-logo-bogs,
.footer-mobile-logo-bogs {
	position: relative;
	bottom: 3.5px;
}

.footer-desktop-social-links,
.footer-mobile-social-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	margin-bottom: 15px;
}

.footer-desktop-social-links img {
	cursor: pointer;
}

.footer-desktop-social-links img:hover {
	opacity: 0.8;
}

 @media only screen 
  and (max-width: 1200px) 
  and (min-height: 372px) 
  and (max-height: 454px) {

    .img-support {
        top: 180vh;
    }
	.roadmap-connector-mobile {
        height: 520px;
    }
} 

@media only screen 
  and (max-width: 1200px) 
  and (min-height: 400px) 
  and (max-height: 482px) {

    .img-support {
        top: 170vh;
    }

    .roadmap-connector-mobile {
        height: 520px;
    }
}

@media only screen 
  and (max-width: 1200px) 
  and (min-height: 483px) 
  and (max-height: 512px) {

    .img-support {
        top: 160vh;
    }

    .img-flash {
        top: 35vh;
    }

    .img-glitch {
        top: 25vh;
    }
}

@media only screen 
  and (max-width: 1200px) 
  and (min-height: 510px) 
  and (max-height: 548px) {
    .img-support {
        top: 150vh;
    }
	.roadmap-connector-mobile {
        height: 520px;
    }
}

@media only screen 
  and (max-width: 1200px) 
  and (min-height: 549px) 
  and (max-height: 583px) {
    .img-support {
        top: 140vh;
    }
	.roadmap-connector-mobile {
        height: 520px;
    }
}

@media only screen 
  and (max-width: 1200px) 
  and (min-height: 549px) 
  and (max-height: 632px) {
    .img-support {
        top: 130vh;
    }
	.roadmap-connector-mobile {
        height: 520px;
    }
}

@media only screen 
  and (max-width: 1200px) 
  and (min-height: 632px) 
  and (max-height: 685px) {
    .img-support {
        top: 120vh;
    }
	.roadmap-connector-mobile {
        height: 520px;
    }
}

@media only screen 
  and (max-width: 1200px) 
  and (min-height: 685px) 
  and (max-height: 746px) {
    .img-support {
        top: 110vh;
    }
	.roadmap-connector-mobile {
        height: 520px;
    }
}

@media only screen 
  and (max-width: 1200px) 
  and (min-height: 685px) 
  and (max-height: 824px) {
    .img-support {
        top: 100vh;
    }
	.roadmap-connector-mobile {
        height: 520px;
    }
}

@media only screen 
  and (max-width: 1200px) 
  and (min-height: 825px) 
  and (max-height: 914px) {
    .img-support {
        top: 90vh;
    }
	.roadmap-connector-mobile {
        height: 520px;
    }
} 

@media (min-width: 821px) and (max-width: 1019px) and (height: 871px) {

    .img-flash {
        min-width: 350px;
        top: 25vh;
    }

    .img-glitch {
        min-width: 350px;
        top: 25vh;
    }

    .img-support {
        width: 300px;
        top: 800px;
    }
}

@media (min-width: 1020px) and (max-width: 1185px) and (height: 871px) {
    .img-support {
        width: 300px !important;
        top: 90vh !important;
    }
}

@media (min-width: 725px) and (max-width: 1150px) and (height: 884px) {

    .img-glitch {
        min-width: 350px;
        top: 20vh;
    }

    .img-support {
        width: 300px;
        top: 90vh;
    }
}

@media (width: 912px) and (height: 1368px) {
    .img-support {
        width: 300px;
        top: 55vh; 
    }
}

@media (max-width: 1032px) {
	.container,
	.section-right .content-wrapper {
		height: auto;
	}
	.section-left {
		width: 100%;
	}

	/* height: 80vh; mac */
	.section-left {
		order: 1;
		height: 70vh;
	}

	@media screen and (max-height: 1070px) {
		.section-left {
			height: 100vh;
		}
	}
}

/* FORMAT 888x769 */
@media (width: 888px) and (height: 769px) {
    .section-left {
        height: 120vh;
    }

    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 720px;
    }
}


 /* FORMAT IPAD AIR */
@media (max-width: 820px) and (max-height: 1180px) {
    .img-flash,
    .img-glitch,
    .img-support {
        position: absolute;
        width: 100%;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .img-flash {
        min-width: 300px;
        top: 200px; 
    }

    .img-glitch {
        min-width: 300px;
        top: 270px; 
    }

    .img-support {
        width: 250px;
        top: 750px; 
    }

    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 650px;
    }

    .red-line-mobile {
        width: 100%; 
        margin: 20px auto; 
	
    }

    .text-highlight {
        font-size: 2rem; 
        font-style: italic; 
    }

    .letter-o-image {
        width: 60px; 
        height: 60px;
    }

	.footer-mobile-social-title {
        display: flex; 
        flex-direction: row; 
        justify-content: center; 
        align-items: center; 
        gap: 15px; 
        text-align: center; 
        margin-bottom: 50px; 
        padding-top: 20px;
        flex-wrap: wrap; 
    }

    .footer-mobile-logo-bogs {
        width: 80px;
        height: auto;
        object-fit: contain;
    }

    .footer-mobile-social-title p {
        font-size: 1rem;
        color: white;
        font-weight: bold;
        text-align: center;
        margin: 0; 
        line-height: 1.4;
    }

    .footer-mobile-social-links {
        display: flex;
        justify-content: center;
        gap: 10px;
        width: 100%;
        margin-top: 10px;
    }

    .footer-mobile-social-links a {
        text-decoration: none;
    }

    .footer-mobile-social-links img {
        width: 40px;
        height: auto;
    }

}

@media (min-width: 431px) and (max-width: 500px) and (height: 884px) {
    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 900px;
    }
}

/* IPAD Pro  */
@media (width: 1024px) and (height: 1366px) {
    .img-support {
        width: 300px;
        top: 58vh;
    }
}

@media (width: 593px) and (height: 1183px) {

	.section-left {
        order: 1;
        height: 72vh;
    }

    .roadmap-tab {
        width: 350px !important; 
    }

    .roadmap-column.roadmap-left {
        padding-right: 0px !important;
        margin-left: 10px;
    }

    .footer-mobile-inline {
        margin-top: 600px !important;
    }

    .text-highlight {
        font-size: 2.8rem !important; 
    }
}


/*  Nest Hub (1024x600) */
@media (width: 1024px) and (height: 600px) {
	.section-left {
		height: 160vh;
	}
	.img-support {
        width: 300px;
        top: 120vh;
    }
}

@media (width: 1099px) and (height: 1183px) {
 
    .section-left {
        height: 85vh !important;
    }

    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 900px !important;
    }
}

/*  Nest Hub Max (1280x800) */
@media (width: 1280px) and (height: 800px) {
    .roadmap-tab {
        width: 500px !important; 
    }
}

/* FORMAT IPAD MINI (768x1024) */
@media (max-width: 768px) and (max-height: 1024px) {
	.roadmap-container {
		display: flex;
		justify-content: space-between; 
		align-items: flex-start; 
		gap: 10px; 
		margin: 2rem auto;
		max-width: 700px; 
	}
	
	.roadmap-column.roadmap-left {
	display: flex;
	flex-direction: column;
	align-items: center; 
	position: relative;
	justify-content: flex-start; 
	padding-right: 10px;
	margin-left: 10px;
	}

	.roadmap-column.roadmap-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start; 
	flex: 1; 
	width: 50%;
	max-width: 700px;

	}
	
	.roadmap-column.roadmap-right {
		display: flex;
		flex-direction: column;
		align-items: flex-start; 
		flex: 1; 
		width: 50%; 
		max-width: 700px;
	}

	.roadmap-tab {
		border: 2px solid var(--red);
		border-radius: 10px;
		padding: 1rem;
		max-width: 70%; 
		width: 555px;  
		cursor: pointer;
		position: relative;
		background-color: transparent;
		transition: background-color 0.3s ease;
		min-height: 70px; 
		box-sizing: border-box;
		overflow: hidden;
		flex-grow: 1;
		margin: 13px;
	}
}

@media (min-width: 600px) and (max-width: 732px) and (height: 871px) {

    .roadmap-tab {
        width: 350px;
    }
}

@media (min-width: 501px) and (max-width: 722px) and (height: 1024px) {

    .roadmap-tab {
        border: 2px solid var(--red);
        border-radius: 5px;
        padding: 0.5rem;
        max-width: 70%;
        width: 255px;
        cursor: pointer;
        position: relative;
        background-color: transparent;
        transition: background-color 0.3s ease;
        min-height: 70px;
        box-sizing: border-box;
        overflow: hidden;
        flex-grow: 1;
        margin: 10px;
    }

    .roadmap-tab-title {
        font-size: 1rem;
    }
}



@media (width: 782px) and (height: 1083px) {
    .roadmap-tab {
        width: 300px !important;
    }
}


@media ((width: 1173px) and (height: 1083px)),
       ((width: 1184px) and (height: 1183px)) {
    
    .section-left {
        height: 85vh;
    }

    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 860px;
    }

    .roadmap-connector-mobile {
        height: 520px;
    }
}

@media (width: 1053px) and (height: 1183px) {
    
    .section-left {
        height: 80vh;
    }

    .footer-mobile-inline {
        margin-top: 850px;
    }
}

@media (min-width: 502px) and (max-width: 692px) and (height: 1083px) {
    .roadmap-tab {
        width: 250px;
    }
	.img-flash {
        min-width: 300px;
        top: 300px;
    }
	.img-glitch {
        min-width: 300px;
        top: 300px;
    }

}

@media (min-width: 693px) and (max-width: 1320px) and (height: 1083px) {
    .roadmap-tab {
        width: 450px;
    }
}

@media (min-width: 777px) and (max-width: 1199px) and (height: 1183px) {
 
    .section-left {
        height: 90vh;
    }
    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 920px;
    }

    .roadmap-connector-mobile {
        height: 520px;
    }
}


/* Before Mobile */

/* Samsung S8+ (360x740) */
/* @media (width: 360px) and (height: 740px) {
	.footer-mobile-inline {
		position: relative;
		z-index: 1;
		margin-top: 750px !important;
	}
} */

/* @media (max-width: 375px) and (max-height: 667px) {
    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 660px; 
    }
} */

/* Samsung Galaxy A51/71 */
/* @media (width: 412px) and (height: 914px) {
    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 950px !important; 
    }
} */


/*  iPhone 14 Pro Max (430x932)  */
@media (min-width: 300px) and (max-width: 430px) and (min-height: 668px) and (max-height: 932px)  {
    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 850px;
    }
}


@media (min-width: 300px) and (max-width: 430px) and (height: 884px) {

    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 900px;
    }

    .img-support {
        top: 90vh;
        width: 300px;
    }
}

/* Google Pixel 7 */
@media (width: 412px) and (height: 915px) {
    .footer-mobile-inline {
        margin-top: 900px !important;
    }
}

/*  iPhone 14 (430x932) */
@media (width: 430px) and (height: 932px) {
    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 970px;
    }
}

/*  iPhone XR (414x896) */
@media (width: 414px) and (height: 896px) {
    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 930px;
    }
}

@media (max-width: 768px) {
	html,
	body {
		overflow-x: hidden;
	}

	.img-flash {
		bottom: 200px;
	}

	.img-glitch {
		bottom: 170px;
	}

	.img-support {
		bottom: 0;
	}

	.copyright-desktop {
		display: none;
	}

	.section-right .content-center h1 {
		font-size: 1.8em !important;
	}

	.section-right .content-center p {
		font-size: 0.9em !important;
	}

	.section-right .content-center .text-highlight {
		font-size: 0.8em !important;
	}

	.section-right .partner p {
		font-size: 1em;
	}

	.roadmap-connector-mobile {
        width: 20px;
        height: 400px; 
        background-color: var(--red); 
        border: 2px solid var(--white); 
        margin: 0 auto;
        position: relative;
        left: 52px;
        transition: height 0.3s ease-in-out;
    }
}

@media (min-width: 506px) and (max-width: 765px) and 
       ((min-height: 769px) and (max-height: 796px)) {
    .roadmap-connector-mobile {
        height: 520px;
    }
}

@media (width: 502px) and (height: 1083px) {
    .roadmap-connector-mobile {
        height: 520px;
    }
	.img-glitch {
        min-width: 300px;
        top: 300px;
    }
}

@media (min-width: 502px) and (max-width: 520px) and (height: 1083px) {
    .roadmap-tab {
        width: 250px;
    }
}

@media (width: 546px) and (height: 1083px) {
    .roadmap-tab {
        width: 280px;
    }
}

@media (min-width: 501px) and (max-width: 729px) and (height: 884px) {

    .roadmap-tab {
        border: 2px solid var(--red);
        border-radius: 5px;
        padding: 1rem;
        max-width: 70%;
        width: 240px;
        cursor: pointer;
        position: relative;
        background-color: transparent;
        transition: background-color 0.3s ease;
        min-height: 70px;
        box-sizing: border-box;
        overflow: hidden;
        flex-grow: 1;
        margin: 13px;
    }

    .roadmap-tab-title {
        font-size: 0.9rem;
    }

    .roadmap-connector-mobile {
        width: 20px;
        height: 550px;
        background-color: var(--red);
        border: 2px solid var(--white);
        margin: 0 auto;
        position: relative;
        left: 52px;
        transition: height 0.3s ease-in-out;
    }
}


/* Format 766x769 */
@media (width: 766px) and (height: 769px) {
    .roadmap-connector-mobile {
        width: 20px;
        height: 520px; 
        background-color: var(--red);
        border: 2px solid var(--white);
        margin: 0 auto;
        position: relative;
        left: 52px;
        transition: height 0.3s ease-in-out;
    }
}

@media (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
    .roadmap-connector-mobile {
        width: 20px;
        height: 550px; 
        background-color: var(--red); 
        border: 2px solid var(--white); 
        margin: 0 auto;
        position: relative;
        left: 52px;
        transition: height 0.3s ease-in-out;
    }
}


.grey-text {
	color: #ec9494;
}

select option {
	color: white;
}

select {
	color: #ec9494;
}

.selected {
	color: white !important;
}

/* .v1 {
	margin-top: 10% !important;
} */

.social-discord .join-discord {
	text-align: left;
	margin-top: 10px;
	font-weight: 600;
	cursor: pointer;
	z-index: 2;
}

.available-on-store {
	flex-direction: column; 
	align-items: center; 
	gap: 20px; 
}

.available-on-store img {
	width: 80%; 
	max-width: 200px; 
}

@media (min-width: 501px) and (max-width: 768px) and (height: 871px) {

    .roadmap-tab {
        border: 2px solid var(--red);
        border-radius: 5px;
        padding: 0.9rem;
        max-width: 70%;
        width: 260px;
        cursor: pointer;
        position: relative;
        background-color: transparent;
        transition: background-color 0.3s ease;
        min-height: 70px;
        box-sizing: border-box;
        overflow: hidden;
        flex-grow: 1;
        margin: 5px;
    }

    .roadmap-tab-title {
        font-size: 0.9rem;
    }
}


/* Surface Duo */
@media (width: 540px) and (height: 720px) {
  
    .roadmap-tab {
        border: 2px solid var(--red);
        border-radius: 5px;
        padding: 0.9rem;
        max-width: 70%;
        width: 300px;
        cursor: pointer;
        position: relative;
        background-color: transparent;
        transition: background-color 0.3s ease;
        min-height: 70px;
        box-sizing: border-box;
        overflow: hidden;
        flex-grow: 1;
        margin: 10px;
    }

    .roadmap-tab-title {
        font-size: 0.9rem;
        font-weight: bold;
        color: var(--white);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 1rem;
        background-color: var(--red);
        border-radius: 10px;
        transition: background-color 0.3s ease;
        min-height: 50px;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        overflow: hidden;
        gap: 10px;
    }

    .roadmap-column.roadmap-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        justify-content: flex-start;
        padding-right: 10px;
        margin-left: 40px;
    }

    .roadmap-connector-mobile {
        width: 20px;
        height: 400px;
        background-color: var(--red);
        border: 2px solid var(--white);
        margin: 0 auto;
        position: relative;
        left: 52px;
        transition: height 0.3s ease-in-out;
    }
}

@media (max-width: 500px) {
	.social-discord {
		/* responsive*/
		display: flex;
		flex-direction: column;
	}

	.join-discord {
		margin-top: 10px;
		text-align: center;
		font-size: 0.8rem;
		cursor: pointer;
	}

	.section-half section-left slide-in-left {
		height: 100vh !important;
	}

	.section-half.section-right .content-wrapper .text-highlight {
		text-shadow: 1px 1px 0px #a50101, 3px 2.1px 0px #6e1115;
	}

	.background-content {
		width: 98%;
		margin-top: 20px;
		/* padding: 15px; */
		border-radius: 12px;
		background-color: #eb1200;
		display: block;
		position: relative;
	}

	.content-center h1 {
		white-space: nowrap;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
	}

	.section-half.section-right .content-wrapper .text-highlight {
		font-size: 0.95em !important;
		word-spacing: normal;
		letter-spacing: 2px;
	}

	.section-half.section-right .content-wrapper h2 {
		font-size: 0.92em;
		letter-spacing: 0.5px;
		margin-top: 25px;
		font-weight: 600;
	}

	.section-half.section-right .content-wrapper h1 {
		font-size: 1.42em !important;
		letter-spacing: 1px;
	}

	.email-platform {
		flex-direction: column;
		gap: 15px;
	}

	select,
	input {
		font-size: 0.72em;
	}

	.select-referral {
		font-size: 0.7em;
	}

	select::placeholder {
		font-size: 0.5em !important;
	}

	.laurel-desktop {
		display: none;
	}

	.laurel-mobile {
		display: block;
	}

	.img-flash {
		top: 30vh;
		z-index: 1;
		object-fit: contain;
		max-height: 55vh;
	}

	.img-glitch {
		top: 35vh;
		z-index: 2;
		height: auto;
		max-height: 72vh;
		object-fit: contain;
	}

	.img-support {
		top: 100vh;
		width: 300px;
	}

	.footer-mobile {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
		position: relative;
		top: 0vh;
		height: 100px;
	

		padding: 20px;
		width: 100vw;
		text-align: center;
	}

	.footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 210%;
    }

	.footer-mobile-branding {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.section-half.section-right .logo {
		max-width: 130px;
	}

	.section-half.section-right .content-center {
		margin: 20px 0;
		z-index: 1;
	}

	.section-half.section-right .content-wrapper {
		padding: 20px;
		margin-top: 0;
	}

	.section-half.section-right .laurel-desktop,
	.laurel-mobile {
		max-width: 220px;
		z-index: -1;
	}

	.background-content {
		position: relative;
		display: block;
		background-color: #eb1200;
		border-radius: 12px;
		padding: 15px;
		margin-top: 20px;
		width: 98%;
	}

	.background-content::after {
		content: "";
		position: absolute;
		bottom: -6px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 20px;
		background-color: #571719;
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		z-index: -1;
	}
	
	.footer-mobile-logo-bogs {
		width: 60px; 
		height: auto;
		flex-shrink: 0; 
		margin-bottom: 10px; 
	}

	.section-half.section-left {
        width: 100vw; 
        max-width: 100vw; 
        box-sizing: border-box; 
        padding: 0 15px;  
    }
	
	.footer-mobile-social-title  {
		font-size: 0.9rem;
		font-weight: bold;
		color: white;
		line-height: 1.4;
		margin: 0;
		text-align: center;
		width: 100%; 
		max-width: 100%; 
		padding: 0 15px; 
		box-sizing: border-box;
	}
	
	.footer-mobile-social-title p {
		font-size: 0.9rem; 
		font-weight: bold;
		color: white;
		line-height: 1.4;
		margin: 0;
		text-align: center;
		width: 100%; 
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.footer-mobile-social-links {
		display: flex;
		justify-content: center; 
		align-items: center; 
		gap: 10px;
		width: 100%;
		margin-top: 10px;
		flex-wrap: wrap; 
	}
	
	.footer-mobile-social-links a img {
		width: 40px;
		height: auto;
	}
	
	.roadmap-container {
        display: flex;
        justify-content: space-between; 
        align-items: flex-start;
        gap: 5px; 
        width: 100vw; 
        max-width: 100vw; 
		padding: 0 10px;
        box-sizing: border-box; 
    }

    .roadmap-column.roadmap-left {
        display: flex;
        flex-direction: column;
        align-items: left;
        position: relative;
        justify-content: flex-start;
        padding-right: 10px;
        margin-left: 0px;
    }

    .roadmap-column.roadmap-right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1;
        width: 100%; 
        max-width: 100%; 
    }

    .roadmap-tab {
        border: 2px solid var(--red);
        border-radius: 5px;
        padding: 0.1rem; 
		width: 200px !important;
        max-width: 100%; 
        min-height: 40px; 
        box-sizing: border-box;
        overflow: hidden;
        flex-grow: 1;
		margin: 0px;
		margin-bottom: 30px;
     
    }

    .roadmap-circle {
        width: 3.5rem; 
        height: 3.5rem;
        font-size: 1rem; 
        border: 1.5px solid var(--white);
    }

    .roadmap-title {
        gap: 10px;
        margin-right: 8px;
    }
	.roadmap-tab-title {
		font-size: 0.8rem;
		font-weight: bold;
		color: var(--white);
		padding: 0.5rem 1rem; 
		 background-color: var(--red);
		border-radius: 10px;
		transition: background-color 0.3s ease;
		min-height: 50px; 
		width: 100%;  
		box-sizing: border-box;
		text-align: left;
		gap: 10px;
	}   

    .roadmap-main-title {
        font-size: 1rem;
    }

    .roadmap-subtitle {
        font-size: 0.85rem;
    }

    .roadmap-connector {
        width: 10px;
        height: 400px; 
        left: 37px; 
    }

    .roadmap-details {
        font-size: 0.85rem; 
        padding: 0.5rem;
    }
	
	.roadmap-tab.open .roadmap-tab-title {
		background-color: var(--red);
		border-radius: 10px 10px 0 0;
		padding: 0.5rem 1rem; 
		width: 100%;
	}

	.roadmap-tab:not(.open) {
		background-color: var(--red);
		width: 100%;
	}

	.roadmap-details {
		display: none;
		margin-top: 1rem;
		font-size: 0.9rem;
		color: var(--white);
		border-top: 1px solid var(--red);
		padding-top: 1rem;
		width: 100%;
		box-sizing: border-box;
	}

	.list-item {
		display: flex;              
		align-items: flex-start;   
		gap: 0.5em;                 
		margin-bottom: 1rem;       
	}

	.bullet {
		flex: 0 0 auto;             
		font-size: 1.2rem;
		font-weight: bold;
		color: var(--white);        
		line-height: 1.5;          
	}

	.list-item p {
		margin: 0;                 
		padding: 0;              
		text-align: left;         
		flex: 1;                 
		line-height: 1.5;          
		box-sizing: border-box;
	}

	.roadmap-item {
		display: flex;
		justify-content: flex-start;
		align-items: center;         
		margin: 0;      
		padding: 0rem 0;
		max-width: 1000px; 
	}

	.arrow {
		display: inline-block;
		width: 0.6rem;         
		height: 0.6rem;        
		border: solid var(--white);
		border-width: 0 2px 2px 0;  
		transform: rotate(45deg);   
		transition: transform 0.3s ease;
		margin: 0;
	}  

	.flipped-arrow {
		transform: rotate(-135deg); 
	}

	.footer-mobile-inline p {
		color: white;
		font-size: 0.7rem;
		font-weight: bold;
	}

	.footer-mobile-inline img {
		max-height: 50px;
		object-fit: contain;
		
	}

	.text-highlight {
        font-size: 2.9rem;
        font-style: italic;
    }

	.footer-mobile-inline .rectangle-text {
		font-size: 1rem;
		color: var(--white);
		font-family: inherit;
		font-style: italic;
		line-height: 1.5;
		text-align: center;
		max-width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	
}

/*  FORMAT IPhone 14 */
@media (min-width: 390px) and (max-width: 410px) and (min-height: 670px) and (max-height: 700px) {
    .footer-mobile-inline {
        margin-top: 170%;
    }
}



/*  FORMAT IPhone SE */
/* @media only screen 
  and (max-width: 375px) 
  and (max-height: 667px) 
  and (-webkit-device-pixel-ratio: 2) {

    .footer-mobile-inline {
        margin-top: 650px;
    }
} */

/* FORMAT IPhone 12 Pro */
/* @media only screen 
  and (max-width: 390px) 
  and (max-height: 844px) 
  and (-webkit-device-pixel-ratio: 3) {

    .footer-mobile-inline {
        margin-top: 850px !important;
    }
} */

/* FORMAT Samsung S20  & IPHONE 11 */
/* @media (max-width: 412px) and (min-height: 700px) and (max-height: 744px) {
    .footer-mobile-inline {
        margin-top: 720px !important;
    }
} */

/* @media (min-width: 288px) and (max-width: 500px) and (height: 1024px) {

    .img-flash {
        top: 20vh;
        z-index: 1;
        object-fit: contain;
        max-height: 40vh;
    }

    .img-glitch {
        top: 20vh;
        z-index: 2;
        height: auto;
        max-height: 50vh;
        object-fit: contain;
    }

    .img-support {
        top: 70vh;
        width: 250px;
    }

    .roadmap-column.roadmap-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        flex: 1;
        width: 100%;
        max-width: 100%;
    }
} */

/* @media (min-width: 350px) and (max-width: 499px) and (height: 961px) {

    .img-glitch {
        top: 25vh !important;
    }

    .img-support {
        top: 90vh !important;
    }

    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 850px !important;
    }
} */

	/* @media (width: 346px) and (height: 961px) {

		.img-flash {
			top: 20vh !important;
		}

		.img-glitch {
			top: 25vh !important;
		}

		.img-support {
			top: 75vh !important;
		}

		.roadmap-tab {
			width: 150px !important;
		}
	} */


/* @media (width: 340px) and (height: 961px) {

		.img-support {
			top: 85vh !important;
		}

		.footer-mobile-inline {
			position: relative;
			z-index: 1;
			margin-top: 750px !important;
		}
		.roadmap-tab {
			width: 180px !important;
		}
	
	} */



/* @media (min-width: 300px) and (max-width: 453px) and (height: 1083px) {

    .img-glitch {
        top: 25vh !important;
    }

    .img-support {
        top: 80vh !important;
    }

    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 825px !important;
    }
	.roadmap-tab {
        width: 180px;
    }
} */


/* @media (min-width: 366px) and (max-width: 500px) and (height: 1083px) {

    .img-flash {
        top: 20vh;
        z-index: 1;
        object-fit: contain;
        max-height: 40vh;
    }

    .img-glitch {
        top: 20vh;
        z-index: 2;
        height: auto;
        max-height: 60vh;
        object-fit: contain;
    }

    .img-support {
        top: 80vh;
        width: 300px;
    }

    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 850px;
    }

    .roadmap-tab {
        border: 2px solid var(--red);
        border-radius: 5px;
        padding: 0.1rem;
        width: 300px !important;
        max-width: 100%;
        min-height: 40px;
        box-sizing: border-box;
        overflow: hidden;
        flex-grow: 1;
        margin: 0px;
        margin-bottom: 30px;
    }
} */

/*  Galaxy Z Fold 5 */
/* @media (width: 344px) and (height: 882px) {
   
    .img-support {
        top: 90vh;
        width: 300px; 
    }

    .footer-mobile-inline {
        position: relative;
        z-index: 1;
        margin-top: 750px;
    }

    .roadmap-tab {
        border: 2px solid var(--red);
        border-radius: 5px;
        padding: 0.1rem;
        width: 180px !important;
        max-width: 100%;
        min-height: 40px;
        box-sizing: border-box;
        overflow: hidden;
        flex-grow: 1;
        margin: 0px;
        margin-bottom: 30px;
    }
} */


/* Notification */
#box-notification {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	transform: translateX(calc(100% + 30px));
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.25, 1.35);
	z-index: 9999;
	right: 20px;
	top: 10px;
}

#box-notification.active {
	transform: translateX(0);
}

#box-notification .icon {
	margin-left: 20px;
}

.notification {
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #ffffff;
	min-width: 320px;
	height: 45px;
	border-radius: 5px;
	position: relative;
}

.notification p {
	padding: 10px;
	color: white;
}

.success {
	color: #01c851;
	background-image: linear-gradient(to right, #01c851aa, #01c851 55%);
}

.error {
	color: #ff0000;
	background-image: linear-gradient(to right, #ff0000aa, #ff0000 55%);
}

.warning {
	color: #ff9f00;
	background-image: linear-gradient(to right, #ff9f00aa, #ff9f00 55%);
}

.success::before,
.error::before,
.warning::before {
	content: "";
	width: 0%;
	bottom: 0;
	opacity: 0.8;
	height: 3px;
	background-color: white;
	box-shadow: 0px 0px 10px green;
	border-radius: 5px;
	position: absolute;
	right: 0px;
	animation: end 5s linear;
}

.warning::before {
	background-color: #ff9f00;
	box-shadow: 0px 0px 10px #ff9f00;
}

@keyframes end {
	to {
		width: 100%;
	}
}

/* Animation */

.fade-in {
	animation: fadeInAnimation ease 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.slide-in-left {
	animation: slideInLeftAnimation ease 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.slide-in-right {
	animation: slideInRightAnimation ease 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.typewriter {
	overflow: hidden;
	border-right: 0.15em solid black;
	white-space: nowrap;
	letter-spacing: 0.15em;
	text-align: left;
	width: 0;
}

.typewriter-first {
	animation: typingFirst 1.5s steps(40, end) 1s forwards;
	border-right: none;
}

.typewriter-second {
	animation: typingSecond 3s steps(50, end) 2s forwards;
	border-right: none;
	opacity: 0;
}

.footer-text {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

a {
	color:#7e8388;

}

@keyframes typingFirst {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

@keyframes typingSecond {
	from {
		width: 0;
		opacity: 1;
	}
	to {
		width: 100%;
		opacity: 1;
	}
}

@keyframes blink-caret {
	from,
	to {
		border-color: transparent;
	}
	50% {
		border-color: black;
	}
}

/* animation social discord rotating */
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(5deg);
	}
}

@keyframes fadeInAnimation {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes slideInLeftAnimation {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideInRightAnimation {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes glitch-animation {
	0% {
		text-shadow: -2px 3px 0 var(--red), 2px -3px 0 var(--blue);
		transform: translate(0);
	}
	2% {
		text-shadow: 2px -3px 0 var(--red), -2px 3px 0 var(--blue);
	}
	4%,
	100% {
		text-shadow: none;
		transform: none;
	}
	
}
