:root {
	--blue: #00AAFF;
	--white: #ffffff;
}
.text-blue {
	color: #00AAFF;
}
.text-white {
	color: #ffffff;
}
.text-black {
	color: #1F1F1F;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Limita la larghezza massima a 1440px */
.container-custom {
	max-width: 1280px;
}

/* Stili aggiuntivi per evidenziare le sezioni */
section {
	padding: 60px 0;
}

header,
footer {
	background-color: #f8f9fa;
}

.section-1 {
	background-color: #000;
}

.section-2 {
	background-color: #000;
}

.section-3 {
	background-color: #fff;
}

.section-4 {
	background-color: #0AF;
}

.section-5 {
	background-color: #000;
	color: white;
}

.section-6 {
	background-color: #f8f9fa;
}

.section-7 {
	background-color: #0AF;
	color: white;
}

footer {
	background-color: #212529;
	color: white;
}

/* Stili per la sezione UC&C */
html,
body {
	font-family: "Roboto", sans-serif;
	padding: 0;
	margin: 0;
}

body {

	background-size: contain;
	background-position: center;
	color: white;
}

/*#section_1 {
	background: url('https://content-delivery-0.akamaized.net/uc-summit-2025/2025/images/sectionBg2.jpg') #000;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}*/

#section_1 h1 {
	font-size: 4.8rem
}

#section_1 h2 {
	font-size: 2.5rem
}

#section_1 p {
	font-weight: 300;
}



#section_2 ul {
	margin: 40px 0;
	;
}

#section_2 li {
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
	margin: 15px 0;
	font-size: 1.1rem;
	font-weight: 300;
}

#section_2 li::marker {
	color: #00AAFF;
}

#section_2 .title,
#section_2 .subtitle {
	font-size: 1.6rem;
}

.logo img {
	max-width: 180px;
	height: auto;
}
.form-container input,
.form-container select {
	margin-bottom: 10px;
}

.btn-save {
	background-color: #00AAFF;
	color: white;
}

.btn-sign-up {
	background-color: #ff0000;
	border: 1px solid #ff0000;
	color: white;
	margin: 30px 0 10px 0;
	border-radius: 30px;
	font-size: 1.2rem;
	padding: 10px 30px;
}

.btn-sign-up:hover {
	background-color: transparent;
	color: white;
	border: 1px solid #fff;
}

/*.btn-sign-up.dark:hover {
	background-color: transparent;
	color: #ff0000;
	border: 1px solid #ff0000;
}*/

.btn-sign-up.dark {
	max-width: 180px;
}

.main-content {
	padding: 20px 0;
}

.cta-section {
	padding: 50px 0;
}

form label {
	display: none;
}

/* section 2 */
/* Stile generale per la card */
.event-card {
	border: 2px solid #00AAFF;
	border-radius: 15px;
	padding: 0px 0px 0px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 460px;
	align-items: stretch;
	align-items: center;
}

/* Stile per la sezione del testo */
.event-info {
	color: white;
}

/* Colore del testo */
.event-info h4 {
	font-weight: bold;
}

.event-info p {
	margin: 0;
}

/* Stile per il pulsante */
.save-date {
	background-color: #00AAFF;
	color: white;
	display: inline-flex;
	border-radius: 0 15px 15px 0;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	padding: 20px 20px;
	/*border: 2px solid #00AAFF;*/
	/*padding: 15px 25px;
            border-radius: 10px;
            text-align: center;
            display: inline-flex;
            align-items: center;*/
}

.text-blue {
	color: var(--blue)
}

/**** MEET ****/
section#meet {
	background: #00AAFF;
}

#meet .meetText {
	color: #FFF;
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

#meet #countDown {
	display: flex;
	justify-content: space-between;
}

#meet #countDown>div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#meet #countDown .num {
	color: #FFF;
	font-family: "Helvetica Neue";
	font-size: 54px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

#meet #countDown .label {
	color: #FFF;
	font-family: "Helvetica Neue";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

/**** FOOTER ****/
section#footer {
	background: #000000;
	color: #D9D9D9;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#footer .left,
#footer .right,
#footer .sponsored {
	display: flex;
	flex-direction: column;
}

#footer .sponsored {
	justify-content: flex-start;
	align-items: center;
}

#footer .left {
	align-items: flex-start;
}

#footer .right {
	align-items: flex-end;
	line-height: 23px;
	text-align: right;
}

#footer .left p,
#footer .right p {
	padding-top: 20px;
}

#footer a {
	color: #D9D9D9;
}

#section_3 {}

#section_3 h1,
#section_3 h2,
#section_3 h3,
#section_3 h4,
#section_3 h5,
#section_3 p {
	color: #000;
}



#section_3 .subtitle {
	color: #000000;
}







img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

#section_4 .selfieImg_mobile,
.info-boxes-mobile {
	display: none;
}

#footer .footer-mobile {
	display: none;
}

/* modile */
@media (max-width: 768px) {
	#section_1 {}

	#section_1 h1 {
		font-size: 2.1rem;
		text-align: center;
	}

	#section_1 p.partner {
		text-align: center;
	}

	#section_1 .event-info p {
		font-size: 0.8rem;

	}

	.save-date {
		padding: 5px 5px;
	}

	.save-date span {
		text-align: center;
	}

	#section_1 .joinUs h2 {
		text-align: left;
		font-size: 1.5rem;
		font-weight: bold;
		padding: 10px;
	}

	#section_1 {
		padding-bottom: 20px;
	}

	#section_2.cta-section {
		padding: 0 0 40px 0px;
	}

	#section_2.cta-section .title,
	#section_2.cta-section .subtitle {
		text-align: left;
		font-size: 1.2rem;
	}





	#section_3 .details {
		font-size: 14px;
		letter-spacing: -1px;
	}

	#section_3 .details-txt {
		font-size: 1.1rem !important;
	}

	#section_3 .tc-container {
		margin-bottom: 20px !important;
	}

	body #section_4 {
		padding: 30px 10px !important;
	}

	#section_4 .selfieImg {
		display: none !important;
	}

	#section_4 .selfieImg_mobile {
		display: block !important;
		padding-bottom: 20px !important;
	}

	#section_4 .challenge-list {
		left: 0 !important;
		margin: 40px auto 0 auto;
		width: 95%;
	}

	#section_5 {
		padding: 30px 10px !important;
	}

	#section_5 .about-section {
		padding: 10px 0 !important;
	}

	#section_5 .text-section {
		padding: 10px !important;
		margin-top: 20px !important;
	}

	#section_5 .info-boxes-container {
		display: none !important;
	}

	#section_5 .info-boxes-mobile {
		display: block !important;
	}

	#section_6 .speaker-row {
		width: 100% !important;
	}

	#section_6 .speaker-col {
		display: none !important;
	}

	#section_6 .speaker-col-mobile {
		display: block !important;
	}

	#section_7 h1 {
		font-size: 2rem !important;
	}

	#section_7 .partner-section p.subtitle {
		width: 100% !important;
		font-size: 1.2rem !important;
		margin-bottom: 20px !important;
	}

	#section_7 .partner-section ul li {
		margin: 0 !important;
		font-size: 1rem !important;
	}

	.meetText {
		text-align: center !important;
		font-size: 2.4rem !important;
	}

	#meet #countDown {
		flex-direction: column !important;
		margin-bottom: 40px !important;
	}

	.countdown-box {
		font-size: 1.2rem !important;
		margin: 0 5px !important;
	}

	#footer {
		background-color: #000;
	}

	#footer .footer {
		display: none;
	}

	#footer .footer-mobile {
		display: block;
	}
}

/* section_4 */
#section_4 {
	background-color: #0AF;
	/* Blue background */
	color: white;
	padding: 40px 0 !important;
	position: relative;
}

/* Sezione principale */


.selfie-section h1 {
	font-weight: bold;
}

.selfie-section p {
	font-size: 1.1rem;
}
/* Griglia di immagini */
.selfie-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 20px;
}

.selfie-grid img {
	width: 100%;
	border-radius: 15px;
	object-fit: cover;
}
/*.hashtag-btn:hover {
	background-color: #e0e0e0;
}*/

.cta-footer {
	text-align: center;
	margin-top: 10px;
	font-size: 0.9rem;
}

.title p {
	font-weight: 300;
	font-size: 1.3rem;
}

#section_4 .selfie-grid img {
	max-width: unset;
	height: auto;
	max-height: fit-content;
}

.selfie-grid {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-end;
}

.selfie-row {
	display: flex;
	align-items: flex-end;
	/* Allinea tutte le immagini al bottom */
	padding-left: 40px;
}

.selfie-row img {
	width: 100%;
}

.selfie-row.two {
	align-items: flex-start;
	padding-left: 0;
	padding-right: 40px;
}

/* section_5 */
#section_5 {
	background-color: #000;
	/* Sfondo scuro */
	color: white;
	position: relative;
}



/* Stile per le immagini a sinistra */
#section_5 .images-section {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#section_5 .images-section img {
	width: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

/* Stile per la sezione di testo e i box a destra */
#section_5 .text-section {
	padding: 0 50px;
}

#section_5 .text-section h2 {
	color: #00aced;
	font-weight: bold;
}

#section_5 .text-section p {
	font-size: 1.1rem;
	margin-bottom: 20px;
	font-weight: 300;
}

/* Stile per i box informativi */
#section_5 .info-boxes {
	display: flex;
	gap: 15px;
}

#section_5 .info-box {
	border: 2px solid white;
	background-color: rgba(255, 255, 255, 0.1);
	/* Colore semitrasparente */
	border-radius: 10px;
	padding: 70px;
	text-align: center;
	flex: 1;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	/* Per posizionamento dell'overlay */
}

/* Contenuto del box centrato assolutamente */
#section_5 .info-box-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* Effetto blur per il background */
#section_5 .info-box-blur {
	background-color: rgba(255, 255, 255, 0.4);
	/* Sfondo bianco con trasparenza */
	/*border-radius: 10px;
            padding: 75px;
            text-align: center;
            flex: 1;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            position: relative;*/
	backdrop-filter: blur(10px);
	/* Effetto sfocato */
	-webkit-backdrop-filter: blur(10px);
	/* Supporto per Safari */
}

#section_5 .info-box-blur.two {
	background-color: rgba(255, 255, 255, 0.3);
	/* Sfondo bianco con trasparenza */
}

#section_5 .info-box.three {
	border: 2px solid rgb(141, 141, 141);
	background-color: rgb(141, 141, 141);
	/* Sfondo bianco con trasparenza */
}

#section_5 .info-box.four {
	border: 2px solid #0AF;
	background-color: #0AF;
	/* Sfondo bianco con trasparenza */
}

#section_5 .info-box.five {
	border: 2px solid #003865;
	background-color: #003865;
	/* Sfondo bianco con trasparenza */
}

#section_5 .info-box h3 {
	color: white;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
/* section 6 */
#section_6 {
	background-color: #f8f9fa;
	/* Colore sfondo chiaro */
	font-family: Arial, sans-serif;
	padding: 0;
}

/* Sezione Titolo */
.section-title {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #003366;
	margin: 0px 0 40px 0;
}

/* Stile per il contenitore degli speaker */
.speaker-card {
	background-color: white;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	height: 100%;
	/* Altezza automatica per rendere i box della stessa altezza */
	align-items: flex-start;
}

.speaker-card:hover {
	border-color: #007bff;
	/* Azzurro chiaro quando si passa con il mouse */
}

/* Stile per l'immagine del profilo */
.speaker-image {
	border-radius: 50%;
	margin-right: 20px;
	width: 80px;
	height: 80px;
	object-fit: cover;
}

/* Stile per le informazioni del profilo */
.speaker-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* Distribuisce verticalmente il contenuto */
	height: 100%;
}

/* Stile per le informazioni del profilo */
.speaker-info h5 {
	font-size: 1.2rem;
	margin-bottom: 5px;
	font-weight: bold;
	color: #003366;
}

.speaker-info p {
	margin: 0;
	color: #434f56;
}

/* Stile per la descrizione */
.speaker-description {
	margin-top: 10px;
	color: #434f56;
}

.speaker-row {
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	margin: 0 auto;
}

.speaker-col {
	display: flex;
	flex: 1 1 100%;
	/* I box si ridimensionano con lo schermo */
	margin-bottom: 40px;
}

.speaker-col-mobile {
	display: none;
	margin-bottom: 20px;
}

.speaker-col-mobile .speaker-card {
	display: block;

}

.speaker-col-mobile .sc-header {
	display: flex;
}

.speaker-col-mobile .sc-txt {
	color: #434f56;
	margin-top: 20px;
}

/* section 7 */
#section_7 {
	font-family: Arial, sans-serif;
}

/* Sezione principale */
.partner-section {
	background-color: #0AF;
	/* Sfondo azzurro */
	color: white;
	text-align: center;
	padding: 0px 20px;
}

/* Titolo principale */
.partner-section h1 {
	font-weight: bold;
	font-size: 2.5rem;
	margin-bottom: 20px;
}

/* Sottotitolo */
.partner-section p.subtitle {
	font-size: 1.5rem;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 60px;
}

/* Elenco dei punti */
.partner-section ul {
	list-style: none;
	padding: 0;
	font-size: 1.1rem;
	margin-bottom: 70px;
}

.partner-section ul li {
	margin: 10px 0;
}

/* Pulsante CTA */
.partner-section a.cta-button {
	background-color: black;
	border: 1px solid #000;
	color: white;
	padding: 20px 40px;
	border-radius: 30px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.3rem;
}

.partner-section a.cta-button:hover {
	background-color: transparent;
	border: 1px solid #fff;
	color: white;
}

/* section 8 */


/* countdown */
#countDown {}

.cd_section {
	text-align: center;
}

#countDown {
	background: transparent;
	/* margin:0 auto;*/
}

.custom_grid_countdown {
	width: auto;
	/*padding:15px;*/
}

#countdown h2.left {
	text-align: left;
}

#countdown h2.center {
	text-align: center;
}

#countdown h2.right {
	text-align: right;
}

#countdown-container.left {
	margin: 0;
	padding: 0;
}

#countdown-container.center {
	margin: 0 auto;
	padding: 0;
}

#countdown-container.right {
	margin: 0 0 0 auto;
	/*padding: 0 15px 0 0;*/
}

#countDown h2 {
	/*margin: 15px auto 0 auto !important;*/
	display: block;
	margin: 0 auto;
	width: 100%;
}

@media only screen and (min-width: 1040px) {}

#countdown-container {
	width: auto;
}

#countDown.center h2 {
	text-align: center;
}

#countDown.center #countdown-container {
	margin: 0 auto;
}

#countDown.right h2 {
	text-align: right;
}

#countDown.right #countdown-container {
	margin: 0 0 0 auto;
}

#countdown-container .bullet {
	margin: auto;
	height: 4px;
	text-align: center;
}

#countdown-container .cd_separator {
	position: relative;
	width: auto;
	margin: 0 10px;
	display: table;
	width: auto;
	height: 100%;
}

#countdown-container .cd_separator .bullet {
	width: auto;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: normal;
}

#countdown-container .cd_separator .bullet span {
	border-radius: 100%;
	display: block;
	width: 10px;
	height: 10px;
}

.bullet span {
	width: 5px;
	height: 5px;
}

/* countdown end */
.custom-cd .countdown-item {
	text-align: center;
	/* Centra il contenuto orizzontalmente */
	display: flex;
	flex-direction: column;
	/* Organizza gli elementi in una colonna */
	justify-content: center;
	/* Centra il contenuto verticalmente */
	margin: 0;
}

.custom-cd .dinamic_cd {
	font-size: 2em;
	/* Dimensione più grande per il numero */
	font-weight: bold;
	height: 80px;
	display: flex;
	justify-content: center;
	/* Centra orizzontalmente */
	align-items: center;
	/* Centra verticalmente */
	font-weight: lighter;
}

.custom-cd .countdown-label {
	font-size: 0.5em;
	/* Dimensione più piccola per il testo */
	color: #fff !important;
	/* Colore del testo, personalizzabile */
	text-transform: uppercase;
}

.custom-cd #countDown h2,
#countDown p span {
	font-family: "Roboto", sans-serif !important;
	color: #fff
}

#countdown-container .custom-cd {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	/* Dispone gli elementi in riga */
}

.countdown-box {
	background: transparent;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	width: calc(25% - 20px);
	/* Larghezza corretta per ogni box */
	margin: 0 40px;
	/* Spaziatura tra i box */
}

.countdown-box:first-child {
	margin-left: 0;
	/* Rimuove il margine sinistro dal primo box */
}

.custom-cd .cd_separator {
	width: 1px !important;
	background-color: #fff;
	display: flex !important;
	align-items: center;
	/* Centra il separatore verticalmente */
	justify-content: center;
	/* Centra il separatore orizzontalmente */
	margin: 0 10px;
	/* Distanza dai blocchi a sinistra e destra */
	height: 80% !important;
	/*line-height: 2em;*/
}

.countdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.countdown-label {
	font-size: 0.5em;
	color: #fff !important;
	text-transform: uppercase;
}

.section_container {
	justify-content: space-evenly;
}
.info-boxes-tablet {
	margin-top:40px;
	display: none;
}
#section_4 .selfieImg_tablet {
	display: none;
}
#section_1 .s1-txt-mobile {
	display: none;
}

@media (max-width: 768px) {
	.info-boxes-tablet {
		display: none;
	}
	#section_4 .selfieImg_tablet {
		display: none;
	}
	#section_3 .tc-img-mirror {
		display:none !important;
	}
	#section_3 .tc-header {
		justify-content: flex-start;
	}
	#section_3 .testimonial-name.big,
	#section_3 .testimonial-role.big {
		text-align: left;
	}
	/*#section_1 .s1-txt-mobile {
		display: block !important;
	}*/
	/*#section_1 .s1-txt {
		display: none !important;
	}*/
	.form-container.top {
		margin-top:40px;
	}
	#section_1 .event-card {
		max-width: unset !important;
	}
}
@media (min-width: 768px) and (max-width: 1179px) {
	.cd_form_separator {
		display: none;
	}
	.cd_container, .form-bottom-container {
		width: 50% !important;
	}
	#meet #countDown {
		flex-direction: column !important;
		margin-bottom: 40px !important;
	}
	.countdown-box {
		font-size: 1.6rem !important;
		margin: 0 5px !important;
	}
	#meet #countDown>div{
		align-items: unset;
	}
	#countdown-container.center{
		margin: 0;
	}

}
@media (min-width: 769px) and (max-width: 1199px) {
	.info-boxes-container {
		display: none;
	}
	.info-boxes-tablet {
		display: block;
	}
	#section_4 .selfieImg {
		display: none;
	}
	#section_4 .selfieImg_tablet {
		display: block;
		margin:0 auto;
	}
	#section_4 .challenge-list {
		position: static;
	}
	#section_3 .container.testimonials .row {
		/*align-items: center;*/
		justify-content: center;
	}
	#section_3 .tc-header {
		justify-content: flex-start;
	}
	#section_3 .tc-img-mirror {
		display:none !important;
	}
	#section_3 .testimonial-name.big,
	#section_3 .testimonial-role.big {
		text-align: left;
	}
	#section_3 .tc-container {
		margin-bottom: 20px;
	}
	#section_1 h1 {
		font-size: 3.5rem !important;
	}
	#section_1 .form-container.top {
		margin-top:40px;
	}
	#section_6 .speaker-col-mobile {
		display: block !important;
	}
	#section_6 .speaker-col-mobile h5 span{
		display: block;
	}
	#section_6 .speaker-col {
		display: none !important;
	}
	#section_6 .speaker-row {
		width: 100%;
	}
	#section_6 .container {
		max-width: unset !important;
	}
	#section_5 .text-section {
		padding: 10px !important;
		margin-top: 20px !important;
	}
}
