@import url("./accordion.css");

body {
	background-color: #000000;
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1050;
	height: 75px;
	background-color: rgba(2, 11, 28, 0.6);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-bottom: 2px solid #254aaa;
}
b {
	color: #254aaa;
	font-weight:bold
}
p {
	color: white;
	font-family: "Inter", sans-serif;
}
a{cursor:pointer}
h2,
h3,
h4,
h5 {
	font-weight: 400;
	font-style: normal;
	margin: 0;
}
h3 {
	font-family: "Audiowide", serif;
	font-size: 3rem;
}
h2 {
	font-family: "Audiowide", serif;
	font-size: 5rem;
	color: white;
}
h4 {
	font-family: "Audiowide", serif;
	letter-spacing: 3px;
	color: white;
}
h5 {
	font-size: 1.2rem;
	letter-spacing: 3px;
	color: white;

	font-family: "Inter", sans-serif;
}
.navbar{    position: fixed;
    width: 100%; z-index:9999}
.wrapperSection{
	width: 100%; overflow-x: hidden; overflow:clip;position: relative;
}

.nav-link {
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 200;
	border: 1px solid white;
	margin-right: 20px;
}
.nav-link:hover, .nav-link:focus {
	color:rgb(255, 255, 255)!important;
	border: 1px solid #254aaa;
}

.navbar-brand {
	position: absolute;
	left: 1rem;

	z-index: 1060;
	color: white;
	cursor:pointer
}
.navbar-toggler:hover {
	mix-blend-mode: soft-light;
}
.navbar-toggler:focus {
	box-shadow: initial;
}
.navbar-toggler {
	position: absolute;
	right: 1rem;
	top: 1rem;
	z-index: 1060;
	transition: all 0.5s ease, opacity 0.5s ease;
	background: transparent;
	border: 1px solid white;
	border-radius: 3px;
	height: 40px;
	color: white;
}

.social-icons {
	display: none;
	justify-content: center;
	margin-top: 1rem;
	gap: 1rem;
}

.navbar-icons.desktop-only {
	display: flex;
}
.navbar-icons .nav-link {
	padding: 8px 20px 8px;
}
.navbar-icons .launch-button {
	width: 10.2vw;
	min-width: initial;
}
.navbar-icons img {
	width: 1vw;
	height: auto;

}

#hero-section {
	/* display: grid;
	grid-template-columns: 1fr 1fr 1fr; */
	display:flex;
	text-align: center;

	height: 100vh;
	color: white;
	top: -35px;
	overflow: hidden;

	align-items: end;
	
	/* position:relative;
	background-image: url(../images/hero_section.png);
	background-size: cover;
	background-position: center; */
}
.wrapperSection::before{
	
		content: "";
		background: linear-gradient( #000000, #00000000);
		width: 100%;
		position: absolute;
		bottom:0px;
		height: 100px;

}
.wrapperSection::after {
    content: "";
    background: linear-gradient(#00000000, #000000);
    width: 100%;
    position: absolute;
    bottom:0px;
    height: 100px;
    left: 0;
}
.launch-button {
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid white;
	color: white;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: "Audiowide", serif;
	min-width: 180px;
	border-radius: 4px;
}

.launch-button:hover {
	background-color: white;
	color: #254aaa;
}

.hero-image {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 8%);
	z-index: 0;
}

.hero-image video {
	min-width:1920px;
	width:86vw;
	height: auto;
	object-fit: contain; 
	transition: all 0.5s ease, opacity 0.5s ease;
}

h1,
.hero-text-right {
	padding: 20px;
	text-align: left;
	font-weight: 200;
	font-size: 1.5rem;
	line-height: 40px;
	position: absolute;
    left: 64vw;
    bottom: 35vh;
	max-width: 500px;
	width: initial;
	position:absolute;
	transition: all 0.5s ease, opacity 0.5s ease;
	z-index: 9;
}

.hero-text-left {
	text-align: left;
	translate: 12vw -13vh;
	translate3d(0,0,0);
	position: relative;
	max-width: 625px;
	z-index: 10;
	width: 100%;
	opacity:1;
	transition: all 0.5s ease, opacity 0.5s ease;
}
#about {
	padding: 100px 0;
	background-color: #000000;
	background-image: url("../images/blur.png");
	background-size: 90%;
	background-position: 100% 32%;
	background-repeat: no-repeat;
	position: relative;
}
#about::before {
	content: "";
	background: linear-gradient(#000000, #00000000);
	width: 100%;
	position: absolute;
	top: 0;
	height: 100px;
}
#about::after {
	content: "";
	background: linear-gradient(#00000000, #000000);
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 130px;
}
#about .wrapper {
	display: block;
}
#about .wrapper .sx {
	display: block;
	width: 100%;
}

#about h2 {
	color: white;
	letter-spacing: 2px;
	font-size: 11vw;
	width: max-content;

	margin: auto;
	transition: all 0.5s ease, opacity 0.5s ease;
}
#about .header {
	width: min-content;
}
#about .header p {
	transition: all 0.5s ease, opacity 0.5s ease;
}
#about .dx {
	transition: all 0.5s ease, opacity 0.5s ease;
	text-align: center;
}
#about video{width:44vw}
#about .sx .content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 1.25rem;
	justify-content: center;
}

.customCard::before {
	content: "";
	width: 50%;
	height: 5px;
	background: #254aaa;
	position: absolute;
	top: 0px;
	border-radius: 5px 5px 0 0;
	translate: -50%;
}
.customCard::after {
	content: url("../images/Ellipse 7.png");
	width: 100%;
	position: absolute;
	top: 0px;
	border-radius: 5px 5px 0 0;
	translate: -50%;
}
.customCard {
	width: 48%;

	background-color: #0c0f14;
	padding: 2rem;
	text-align: center;
	position: relative;
	border-radius: 6px;
}
.customCard h4 {
	color: white;
}
.customCard p {
	color: white;
}

.customCard-2 {
	width: 20vw;
	background-color: rgba(2, 11, 28, 0.7);
	text-align: center;
	position: relative;
	border-radius: 6px;
}


.customCard-2 .header {
	background-color: #03112b;
	padding: 15px 15px 10px;
	border-bottom:1px solid #254aaa;
	width: 100% !important;
	text-align: left;
}
.customCard-2 .header h5 {
	margin-bottom: 7px;
}
.customCard-2 p {
	margin: 0;
	padding: 15px 15px 40px;
	text-align: left;
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
	font-weight: 200;
	line-height: 25px;
}
.customCard-2::before,
.customCard-2::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	border: 2px solid #254aaa;
	pointer-events: none;
}

.customCard-2::before {
	bottom: 0;
	left: 0;
	border-right: 0;
	border-top: none;
	border-radius: 0 3px;
}

.customCard-2::after {
	bottom: 0;
	right: 0;
	border-left: none; /* Rimuove il bordo sinistro */
	border-top: none; /* Rimuove il bordo superiore */
	border-radius: 3px 0;
}
.customCard-2 .angle::before,
.customCard-2 .angle::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	border: 2px solid #254aaa;

	pointer-events: none;
}

.customCard-2 .angle::before {
	top: 0;
	left: 0;
	border-right: none; /* Rimuove il bordo destro */
	border-bottom: none; /* Rimuove il bordo inferiore */
	border-radius: 3px 0;
}

.customCard-2 .angle::after {
	top: 0;
	right: 0;
	border-left: none; /* Rimuove il bordo sinistro */
	border-bottom: none; /* Rimuove il bordo superiore */
	border-radius: 0px 3px;
}

.customCard-3 {
	background: rgba(12, 15, 20, 0.7);
	padding: 15px;
	width: 25vw;
	max-width: 380px;
	border-radius: 5px;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - 20px),
		calc(100% - 20px) 100%,
		0 100%
	);
	transition: all 0.5s ease, opacity 0.5s ease;
	opacity:1
}
.customCard-3 span {
	color: white;
	opacity: 0.7;
	font-family: "Inter", sans-serif;
	font-size: 0.9rem;
	font-weight: 200;
}
.customCard-3 h5 {
	margin-bottom: 1rem;
}

.customCard-4 {
	background: rgba(12, 15, 20, 0.7);
	padding: 15px;
	width: 25vw;
	height: 35vh;
	max-width: 380px;
	transition: all 0.5s ease, opacity 0.5s ease;
	border-bottom: 1px solid #254aaa;
	border-top: 1px solid #254aaa;
	position: relative;
	opacity: 1;
  

}
/* For iPhones (Common newer models like iPhone 12, 13, 14, 15) */
@media screen and (max-width: 430px) and (max-height: 932px) {
    .customCard-4 {
        height: 50vh; /* Increase height for iPhones */
    }
}

/* For Samsung S25 Ultra (Expected resolution: 1440 x 3120) */
@media screen and (max-width: 1440px) and (max-height: 3120px) {
    .customCard-4 {
        height: 50vh; /* Increase height for Samsung S25 Ultra */
    }
}
.customCard-4 img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-height:160px
}

.customCard-4 span {
	color: white;
	opacity: 0.7;
	font-family: "Inter", sans-serif;
	font-size: 0.9rem;
	font-weight: 200;
}
.customCard-4 h5 {
	margin-bottom: 1rem;
}

.custom-toggler {
	width: 50px;
	height: 50px;
	border: 2px solid white;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;

	cursor: pointer;
	/* transition: all 0.3s ease; */
}

.custom-toggler:hover {
	background-color: rgba(255, 255, 255, 1);
}

.custom-toggler .line {
	width: 25px;
	height: 2px;
	background-color: white;
	margin: 4px 0;
	/* transition: all 0.3s ease; */
}

.customButton {
	position: relative; /* Necessario per posizionare il pseudo-elemento */
	background: transparent; /* Sfondo trasparente */
	color: #ffffff; /* Testo bianco */
	font-family: "Audiowide", serif;
	font-size: 16px; /* Dimensione del testo */
	padding: 15px 60px; /* Spaziatura interna */
	border: none; /* Rimuove il bordo standard */
	border-radius: 5px; /* Arrotonda i bordi */
	text-transform: uppercase; /* Testo maiuscolo */
	letter-spacing: 1px; /* Spaziatura tra lettere */
	cursor: pointer; /* Cambia il cursore al passaggio */
	z-index: 1; /* Sovrappone il contenuto sopra il bordo */
	overflow: hidden; /* Nasconde parti in eccesso del pseudo-elemento */
}

.customButton::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px; /* Arrotondamento del bordo */
	padding: 2px; /* Spessore del bordo gradiente */
	background: linear-gradient(317deg, #274ba7, #08166b);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1; /* Posiziona il gradiente dietro il pulsante */
}

.customButton:hover {
	background: #254aaa; /* Sfondo gradiente al passaggio */
	color: white;

	transition: all 0.5s ease, opacity 0.5s ease;
}
#ai-agents{position:relative; padding:5rem 0; min-height:100vh}
#ai-agents h2{margin-bottom:8rem; font-size:6vw }
#ai-agents .up {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    mix-blend-mode: plus-lighter;
    translate: -50% -8vh;
	width:100%
}
#ai-agents.down{mix-blend-mode: color;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;}
#ai-share {
	padding: 100px 0;
	background-color: #000000;
	position: relative;
	height: 100%;
	min-height: 100vh;
	
	transition: all 0.5s ease, opacity 0.5s ease;
}
#ai-share::before {
	content: "";
	background: linear-gradient(#000000, #00000000);
	width: 100%;
	position: absolute;
	top: 0;
	height: 100px;
}
#ai-share .wrapper {
	display: block;
	padding: 2rem;
}
#ai-share video{position: absolute; z-index: 1; top:0;left: 0}

#ai-share video.up{position: absolute; z-index: 0; top:0;left: 50%;
	transform: translate(-50%, 3%); width:100vw; mix-blend-mode: plus-lighter; max-width:1000px
}
#ai-share .sx p {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 2px;
}
#telegram-hub h2 {
	font-size: 6vw;
}
#telegram-hub {
	padding: 100px 0;
	background-color: #000000;
	background-image: url("../images/Mask group.png");
	background-repeat: no-repeat;
	position: relative;
	height: 100%;
	min-height: 100vh;
	background-position: center;
	background-size: contain;
}
#telegram-hub .top {
	display: flex;
	justify-content: center;
}
#telegram-hub .top .sx {
	display: flex;
	flex-direction: row;
}
#telegram-hub .top .sx .content {
	width: min-content;
	translate: -7vw calc((100% - 50vw) * 0.2);
	transition: all 0.5s ease, opacity 0.5s ease;
}
#telegram-hub .top .dx {
    display: flex;

    flex-direction: row;
    translate: 8vw calc((100% - 37vw)* 0.8);
    justify-content: center;
	transition: all 0.5s ease, opacity 0.5s ease;
}
#telegram-hub .top .dx img {
	max-width: 630px;
	width: 40vw;
	height: fit-content;
}
#telegram-hub .sx p {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 2px;
	margin-top: 2rem;
}
#telegram-hub .bottom {
	position: relative;
	z-index: 10;
}
#telegram-hub .bottom .content {
	display: flex;
	gap: 2rem;
	justify-content: center;
	padding: 0 1rem;
}

#gpu-farm {
	/*display: flex;*/
	text-align: center;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	background: #000000;
	position: relative;
	padding: 100px 1rem;
}
#gpu-farm h2 {
	font-size: 7vw;
	text-align: center;
	z-index:9
}
#gpu-farm p {
	/*width: 50%;*/
	padding: 0 20%;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 2rem;
	z-index:9
}
#gpu-farm .content {
	display: flex;
	justify-content: center;
	padding: 0 3rem;
	margin-top: 3rem;
	width: 100%;
	z-index:9
}
#gpu-farm .content .customCard-4:nth-child(even) {
	border-right: 1px solid #254aaa;
}
#gpu-farm .content .customCard-4:nth-child(odd) {
	border-right: 1px solid #254aaa;
}
#gpu-farm .content .customCard-4:first-child {
	border-left: 1px solid #254aaa;
}
#partners {
	background: #000000;
	padding: 10rem 6rem;
	margin:5rem 1rem;
	position:relative; padding:5rem 0; min-height:100vh
}
#partners video {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
#partners h2 {
	font-size: 6vw;
	text-align: center;
	z-index:9;
	position:relative
}
#partners .content {
	margin-top: 5rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 100px));
	gap: 2rem; /* Spaziatura tra le card */
	justify-content: center;
	align-items: center;
	position:relative;
	z-index:9
}

.partner-card {
	background-color: #0b1326; /* Sfondo della card */
	border-radius: 10px; /* Angoli arrotondati */
	display: flex;
	align-items: anchor-center;
	justify-content: center;
	/* transition: transform 0.3s ease, box-shadow 0.3s ease;  */
}
.partner-card img{width:100%}
.partner-card:hover {
	transform: translateY(-5px); /* Solleva la card */
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.7); /* Ombra più pronunciata */
}

#faq {
	padding: 100px 0;
	background-color: #000000;
	position: relative;
	height: 100%;
	min-height: 100vh;
}
#faq .container{z-index:9; position:relative}
#faq video{position:absolute; top:0; left:0; z-index:1; }
#faq h2 {
	font-size: 6vw;
	text-align: center;
	margin-bottom: 3rem;
	
}

#stay-connected {
	background-color: #000000;
	position: relative;
	padding: 5rem 0 10rem;
}
#stay-connected .wrapper {
	display: flex;
	position: relative;
	gap: 2rem;
	justify-content: center;
}
#stay-connected .sx {
	position: relative;

	transition: all 0.5s ease, opacity 0.5s ease;
}
#stay-connected .sx .mobile {
	z-index: 1;
	position: relative;
	width: 100%;
}
#stay-connected .sx .shadowsBg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	translate: -4vw -5vh;
}

#stay-connected .dx {
	position: relative;
	z-index: 2;
	transition: all 0.5s ease, opacity 0.5s ease;
}
#stay-connected .dx p {
	width: 50%;
}


.customCard.annotation:before{
	translate: 30%; background-color:#9CFEFF; left:50%; translate:-50%}

.customCard.annotation::after {
content: url('../images/Ellipse 7.png');
width: 100%;
position: absolute;
top: 0px;
left:50%;
border-radius: 5px 5px 0 0;
translate: 0;
transform: translate(-50%, 3%);
}
.customCard.annotation{ width:initial; max-width:300px; padding:2rem 1rem}
.annotation {
position: absolute;
z-index: 10;
color: white;
font-family: Arial, sans-serif;
font-size: 1rem;
background:#0c0f14;
padding: 1.25rem 1rem;
border-radius: 8px;
text-align: center;
max-width: 200px;
transition: all 0.5s ease, opacity 0.5s ease;
}


#ai-agents .down{mix-blend-mode: color;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50%;}
#ai-agents .container {
	position: relative;
	width: 100%; /* Adatta al viewport */
	max-width: 1400px; /* Limita la larghezza massima */
	position: relative;
    width: 100%;
    max-width: 1400px;
    min-height: 100vh;
  }
  
  .background {
	position: relative;
	width: 100%;
	height: auto;
  }
  
  .background img {
	width: 100%; /* L'immagine occupa tutto lo spazio del container */
	height: auto;
	display: block;
  }
  footer .navbar{position:initial}
footer .nav-toggler {
	background: transparent;
	border: 1px solid white;
	border-radius: 3px;
	height: 40px;
	color: white;
}

@media (min-width: 1200px) {
	h3 {
		font-size: 4rem;
	}
	.hero-text-left {
		translate: 10vw -13vh;
	}
	.hero-text-right {
		
	}
	#about .wrapper {
		display: flex;
		align-items: center;
	}
	#about h2 {
		letter-spacing: 2px;
		font-size: 6vw;
		width: max-content;
		margin: initial;
	}
	#about {
		padding: 200px 0;
	}
	.customCard {
		width: 48%;
		max-width: 450px;
		background-color: #0c0f14;
		padding: 2rem;
		text-align: center;
		position: relative;
		border-radius: 6px;
	}
	#telegram-hub .bottom .content {
		padding: 0 3rem;
	}
	.accordionCustom-item:hover {
		translate: 3vw;
		transform: scale(1.1);
		color: #254aaa;
	}
	#stay-connected .sx .mobile {
		translate: 5vw;
		max-height: 625px;
		width: 100%;
	}
	#stay-connected .dx {
		translate: calc(100% - 56vw);
	}
	#stay-connected .dx p {
		width: 50%;
	}


	#stay-connected .dx {
		translate: 5vw;
		transition: all 0.5s ease, opacity 0.5s ease;
	}
	#stay-connected .dx .p {
		width: 50%;
	}
	#stay-connected .wrapper {
		display: flex;
		position: relative;
		gap: 2rem;
		justify-content: center;
	}
	.customCard.annotation{ width:initial;padding:2rem 1rem; position:absolute; }
	.customCard h4{margin-bottom:1rem}
}
@media (min-width: 992px) {
	.navbar {
		
		flex-wrap: nowrap;
	}
	.nav-link {
		color: #fdfdff;
		text-transform: uppercase;
		font-size: 0.7vw;
		font-weight: 200;
		border: 1px solid #ffffff6b;
		margin-right: 20px;
		border-radius: 2px;
	}
	#logo {
		width: 40px;
		margin:7px 0 0
	}

	.navbar-brand::before {
		content: "";
		position: absolute;
		inset: 0;
		padding: 2px;
		border-radius: 5px;
		background: linear-gradient(to top, #254aaa, #020b1c);
		-webkit-mask: linear-gradient(white 0 0) content-box,
			linear-gradient(white 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.navbar-brand {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		margin: 0;
		width: 12vw;
		min-width: 150px;
		height: 110px;
		border-radius: 5px;
		padding-top: 5px;
		background-color: #020b1c;
	}

	footer .navbar-brand {
		top: -31px;
	}
	footer .navbar-brand::before {
		background: linear-gradient(to bottom, #254aaa, #020b1c);
	}
	.navbar-toggler {
		position: static;
		margin-left: auto;
	}

	.navbar-collapse {
		position: static;
		display: flex !important;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		background-color: transparent;
		border-top: none;
		padding: 0;
		max-height: none;

		opacity: 1;
	}

	.navbar-icons.desktop-only {
		display: flex;
	}

	.social-icons {
		display: none;
		border-top: 1px solid white;
		padding: 15px 0 0 0;
	}
	.hero-text-left {
		translate: 5vw -20vh;
	}
	#about .sx .content {
		justify-content: start;
	}
	#ai-share .wrapper {
		display: flex;
		justify-content: space-between;
		gap:2rem
	}
	#ai-share .sx {
		flex-grow: 0.5;
		z-index:999;
		translate: calc(30% - 150px);
		transition: all 0.5s ease, opacity 0.5s ease;
	}
	#ai-share .dx {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		row-gap: 1rem;
		align-items: end;
		
	}
	#ai-share .sx .header {
		width: 100%;
		max-width:450px;
		background: #000000;
		padding: 15px 0;
		border-radius: 10px;
	}
	#stay-connected .sx .mobile {
		translate: 5vw;
		max-height: 625px;
	}
	#stay-connected .dx {
		translate: calc(100% - 50vw);
	}
	#stay-connected .dx h2 {
		font-size: 5vw;
		
	}

}
@media (max-width: 991px) {
	
	h3 {
		font-family: "Audiowide", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 2rem;
	}
	.navbar-collapse {
		position: absolute;
		top: 75px;
		left: 0;
		width: 100%;
		padding: 1rem;
		z-index: 9999;
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.5s ease, opacity 0.5s ease; 
		opacity: 0;
		text-align: center;
		background-color: #020b1c;
	}
	.navbar-nav {
		margin: 0 auto;
		width: 100%;
	}
	.navbar-collapse.show {
		max-height: 100vh;
		height: calc(100vh - 75px);
		opacity: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-content: center;
		flex-wrap: wrap;
		background-image: url("../images/bg_mobile_menu.png");
	}
	.navbar-icons.desktop-only {
		display: none;
	}
	.nav-link {
		color: rgb(255, 255, 255);
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 200;
		border: none;
		max-width: 150px;
		margin: auto;
	}
	.social-icons {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		border-top: 1px solid #254aaa;
		padding: 15px 0 0 0;
	}
	#logo {
		width: 40px;
	}
	#text-logo {
		width: 75px;
	}
	.nav-item {
		margin-bottom: 20px;
	}
	.social-icons .nav-link {
		border: 1px solid #ffffff6b;
		border-radius: 2px;
		padding: 5px 25px;
	}
	#hero-section {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		text-align: center;

		margin-top: 0;
		padding: 0 20px;
		align-items: center;
	}

	.hero-text-left {
		text-align: center;
		padding: 10px 0 ;
		translate: 0 10vh;
	}

	.hero-text-right {
		text-align: center;
		left:50%;
		bottom:5vh;
        translate: -50%;
		width: max-content;
	}

	.launch-button {
		padding: 12px 24px;
		font-size: 14px;
		background: white;
		color: #254aaa;
		width: 100%;
		max-width: initial;
		opacity:1
	}
	.launch-button:hover {
		padding: 12px 24px;
		font-size: 14px;
		background: transparent;
		color: white;
	}
	#about h2 {
		color: white;
		letter-spacing: 2px;
		font-size: 10vw;
		width: max-content;

		margin: auto;
		transition: all 0.5s ease, opacity 0.5s ease;
	}
	#about {
		padding: 0;
	}
	#ai-share .sx .header {
		padding: 30px 0;
	}
	#ai-share .dx {
		flex-grow: 1;
		display: flex;
		flex-direction: row;
		gap: 1rem;
		align-items: end;
		flex-wrap: wrap;
		margin-top: 2rem;
	}
	#telegram-hub .bottom .content {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 2rem;
	}

	.customCard-2 {
		width: 48%;
		background-color: rgba(2, 11, 28, 0.7);
		text-align: center;
		position: relative;
		border-radius: 6px;
	}
	.customCard-3 {
		width: 47%;
		max-width: initial;
	}
	.customCard-4 {
		width: 47%;
		max-width: initial;
		border: 1px solid #254aaa;
	}

	#gpu-farm .content {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 2rem;
		padding: 0rem;
		row-gap: 1rem;
	}
	#gpu-farm h2 {
		font-size: 8vw;
		text-align: center;
	}
	#gpu-farm p {
		width: auto;
		padding: 0 1rem;
	}
	.accordionCustom-item:hover {
		translate: initial;
		transform: initial;
		transition: all 0.5s ease, opacity 0.5s ease;
		color: #254aaa;
	}
	#stay-connected .wrapper {
		flex-direction: row-reverse;
	}
	#stay-connected .sx .mobile {
		translate: 0;
		max-height: 500px;
	}

	#stay-connected .dx p {
		width: 100%;
	}
	#stay-connected .dx h2 {
		font-size: 5vw;
	}
	#stay-connected .sx .shadowsBg {
		translate: -1vw 1vh;
	}
	#stay-connected .dx {
		translate: calc(100% - 62vw);
	}
	#stay-connected .sx {
		position: relative;
		transition: all 0.5s ease, opacity 0.5s ease;
		translate: -8vw;
	}
	#ai-agents video {
		position: relative;
		top: 0;
		left: 50%;
		z-index: 1;
		mix-blend-mode: screen;
		translate: -50% 15%;
		width:100%
	}

}
@media (max-width: 767px) {
	#hero-section {
		
		justify-content: end;
		
	}
	.hero-text-left {
		
		translate: 0 -2vh;
		display: block;
		position: relative;
	}
	.hero-text-right {
		bottom: 0vh;
		text-align: center;
        left: 50%;
		translate: -50%;
        width: 100%;
		position: relative;
		z-index:9;
		padding:0 1rem
	  }
	.hero-text-right p{
		font-size:1.25rem;
		line-height:30px;
	}

	.hero-text-right {
		translate: -50%  -2vh
	  }
	#about h2 {
		font-size: 9vw;
		width: max-content;
	}
	.customCard {
		width: 100%;
	}
	.dx img {
		width: 100% !important;
	}
	.customButton {
		width: 100%;
	}
	.customCard-2 {
		width: 100%;
	}
	.customCard-3 {
		width: 100%;
		max-width: initial;
	}
	.customCard-4 {
		width: 100%;
		max-width: initial;
	}
	#stay-connected .dx h2 {
		font-size: 10vw;
	}
	#ai-agents{margin-bottom:0; padding:0}
	#ai-agents .up {
		position: absolute;
		bottom: 0;
		left: 50%;
		top:initial;
		z-index: 1;
		mix-blend-mode: plus-lighter;
		translate: -50% 0;
		width:100%
	}
	
	.hero-image video {
		
		width: 100vw;
		height: auto;
		object-fit: contain;
		transition: all 0.5s ease, opacity 0.5s ease;
	}

	#ai-share .wrapper {
		display: flex;
		padding: 1rem;
		flex-direction: column;
	  }
	  #ai-share video.up {
		position: relative;
		
	  }
	#about video{width:100%}
	#telegram-hub h2 {
		font-size: 10vw;
	}
	#telegram-hub .top, #telegram-hub .sx, #telegram-hub .dx{display:block!important}
	#telegram-hub .dx {translate:initial!important}
	#telegram-hub .dx img {
		width: 100%;
		translate: initial!important;
		max-width:initial!important;
		height:auto!important
		
	}
	#telegram-hub .top .sx .content {
		width: 100%;
		translate: initial;
		padding:0 1rem
	}
	#telegram-hub .bottom .content {
		gap: 1rem;
	}
	#faq{
		min-height: initial;
	}
	#faq video {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		height:inherit
	  }
	#faq h2 {
		font-size: 11vw;
	
	}
	#partners h2 {
		font-size: 11vw;
	
	}
	#gpu-farm h2 {
		font-size: 10vw;
		text-align: center;
	}
	#gpu-farm p {
        width: auto;
        padding: 0;
        margin: 1rem ;
    }
	#stay-connected .sx {
		position: relative;

		translate: -13vw;
	}
	#stay-connected .dx p {
		font-size: 13px;
	}

	#stay-connected .wrapper {
		flex-direction: column;
	}
	#stay-connected .wrapper .sx {
		order: 2;
		translate: initial;
	}
	#stay-connected .wrapper .sx .mobile {
		width: 100%;
		max-height: initial;
		padding: 0 2rem;
	}
	#stay-connected .wrapper .sx .shadowsBg {
		width: 100%;
	}
	#stay-connected .dx {
		translate: initial;
		padding: 0 2rem;
	}
	#partners {
		background: #000000;
		padding: 1rem 0;
		margin: 1rem 0;
	}
	#partners .content {
		gap: 0.2rem;
	}
	.customCard.annotation{
		display: block;
		position: relative;
		width: 90vw;
		max-width: initial;
		margin:1rem auto;
		top:initial!important;
		left:initial!important;
		right:initial!important
	}
	#ai-agents h2{margin-bottom:2rem; font-size:8vw }
	#ai-share h2{ font-size:15vw}
	#ai-share {
		padding: 0 0;
		
	}
	#ai-agents {
	
		margin-bottom:5rem
		
	}
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}


#preloader-logo {
    width: 150px; 
    margin-bottom: 20px;
}


#progress-bar {
    width: 80%;
    max-width: 400px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}


#progress {
    width: 0%;
    height: 100%;
    background: linear-gradient(to right, #274ba7, #08166b);
    transition: width 0.5s ease-in-out;
}
