/*********** FONT **************/


@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Cutive+Mono&family=Jost:ital,wght@0,100..900;1,100..900&family=League+Spartan:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--text: #403f3e;
	--main-color:#ffd639;
	--second-color:#246289;
}

body, html {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'League Spartan', sans-serif;
	
}

html {
	scroll-behavior: smooth;
}


.sample-header {
	padding: 1rem 5% 0 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}



.header-logo {
	width: 130px;
	height: auto;
}

.button_header a {
    background-color: transparent;
    color: #413f3d;
    border-radius: 5px;
    border: 1px solid #ff5b92;
    padding: 3px 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: "League Spartan", Sans-serif;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.button_header a:hover {
    background-color: transparent;
    border: 1px solid #413f3d;
    transition: .5s;
    color: #ff5b92;
}

.button_header img {
width: 18px;
    margin-left: 5px;
}


.landing-container {  
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 ; /* opzionale, per un po' di spazio ai lati su mobile */
}

.under-text-first {
    margin: 10px 0 30px 0;
}

.under-text-second {
    margin: 10px 0 30px 0;
}


.under-text {
    font-family: "Open Sans", Sans-serif;
    /* text-transform: uppercase; */
    font-size: 25px;
    font-weight: 400;
    color: #222832;
	
}


.hero {
	position: relative;
	height: calc(100vh - 35px);
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* questo spinge il divider in basso */
	background-color: #fff;
	overflow: hidden;
	
}

.hero-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 5%;
	flex: 1 1 auto;
	max-width: 1600px;
	margin: 0 auto;
}


.section-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 5%;
	flex: 1 1 auto;
	max-width: 1600px;
	margin: 0 auto;
}


.text-column {
	
	width:60%;
}

.image-column {
	
	width:35%;
}



.only-desktop {display:block !important;}

.only-tablet {  display: none !important;}

.only-mobile {  display: none !important;}


.banner {
	font-family: "League Spartan", Sans-serif;
	font-size: 3.5vw;
	font-weight: 700;
	color: #222832;
	line-height: 1;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.4rem;
	position: relative;
}

.bandiera {
    display: flex;
    width: 350px;
    height: 10px;
    margin: 30px 0;
}

.verde {
	background-color: #038a4c;
	width: 33.3%;
}

.bianco {
	background-color: #fff;
	width: 33.3%;
}

.rosso {
	background-color: #d82528;
	width: 33.3%;
}

.text-the,
.text-magazine {
	position: relative;
	display: inline-block;
}

.free-wrapper {
	position: relative;
	display: inline-block;
	width: 0;
}

.free {
    position: absolute;
    top: -18px;
    left: -20px;
    color: var(--main-color);
    font-size: 30px;
    font-weight: bold;
    transform: rotate(-25deg);
    font-family: "Courier Prime", monospace;
}

.checkmark {
    position: absolute;
    top: 0.5rem;
    left: 2px;
    font-size: 2rem;
	color: var(--main-color);
}

.text-line2 {
	width: 100%;
	
}





/*button**/
.button-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.download-wrapper {
	text-align: center;
	margin-top: 2rem;
	
}


.download-button,
.download-button:focus 
{
	background-color: var(--main-color);
    color: var(--text);
    border: 1px solid var(--main-color);
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    display: inline-flex	;
    align-items: center;
    gap: 10px;
    text-align: center;
    width: 300px;
    transition: background-color 0.3s ease;
    justify-content: center;
}

.download-button:hover {
	background-color: transparent;
    color: var(--text);
	border: 1px solid var(--main-color);
}

.download-button .icon {
	width: 40px;
	height: auto;
}

.download-note {
	font-size: 13px;
	color: #666;
	margin-top: 0.5rem;
	font-family: 'League Spartan', sans-serif;
	text-transform:uppercase;
}


.magazine-img {
	width: 100%;
	
	height: auto;
}

.guide-img-second {
	width: 85%;
	
	height: auto;
}


/*******************************************************
	***********************  PRICING TABLES ***************
******************************************************/






/***** ICONE prima pagina******/

.flex-container-icon {
	display: flex;
	align-items: center;
	
	gap: 15px;
	font-family: 'Open Sans', sans-serif;
	
}

.text-container p {
	color: var(--text);
	color: #222832;
    font-size: 18px;
    font-weight: 400;
	
}

.icon-container img {
	width: 25px;
    height: 25px;
}

.icon-container  {
	width: 35px;
	text-align: left;
}

.icon-second-container  {
	width: 35px;
	
}

.icon-second-container img {
	width: 22px;
	
}



.icon-arrow-container img {
	width: 80px;
	
}

.free-label {
	color: red;
	font-weight: bold;
	transform: rotate(-10deg);
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 1.2rem;
}

h1 {
	font-size: 3rem;
	margin: 0.5rem 0;
}

.subheading {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
}

.features {
	list-style: none;
	padding: 0;
	margin-bottom: 2rem;
}

.features li {
	margin-bottom: 0.5rem;
	font-size: 1rem;
}

.cta-button {
	background-color: #e63926;
	color: white;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 1rem 2rem;
	border: none;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
}

.note {
	font-size: 0.9rem;
	margin-top: 1rem;
	color: #444;
}

.divider {
	width: 100%;
	
    height: 35px;
    background-color: var(--second-color);
    position: relative;
}

.divider::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 35px solid #f7f8f3;
}




/************************************************************************
	*****************   SECONDA SEZIONE  ************************************
*************************************************************************/


.second-section {
	background-color: #fff;
	padding: 0 5% 1rem 5%;
	font-family: 'League Spartan', sans-serif;
	text-align: left;
}

.second-container {
	display: flex	;
	flex-wrap: wrap;
	
	align-items: flex-start;
	max-width: 1600px;
	margin: 0 auto;
	
}

.second-header {
	text-align: center;
	padding: 2rem 0;
	width: 100%;
}

.second-header h2 {
	font-family: "League Spartan", Sans-serif;
	font-size: 2.5vw;
	font-weight: 700;
	color: #222832;
	line-height: 1;
	text-align: center;
	margin-bottom: 25px;
}


.second-header span {
	font-family: "League Spartan", Sans-serif;
	font-size: 2.5vw;
	font-weight: 700;
	color: #ff5b92;
	line-height: 1;
	text-align: center;
}


.second-header p {
	font-family: "League Spartan", Sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #222832;
	line-height: 1.5;
	text-align: center;
	margin-top: 25px;
}




/******* TESTIMONIALS ********/


.testimonial-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
	justify-content: space-around;
}


.test_left_container {width:35%;}

.test_right_container {width:55%;}


.test_box_interno_left {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	height: 100%;
}

.test_box_interno_right {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}



#test_4, #test_5 {
	width: 49%;
}

#test_4 {margin-right:2%;}

#test_4 .box_quote {
	padding: 10px 20px;
	background-color: #f6fbfe;
	height: calc(100% - 45px);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#test_4 .box_quote h2 {
	font-family: "League Spartan", Sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #222832;
	line-height: 1;
	text-align: center;
	margin: 15px 0 20px 0;
	text-transform: uppercase;
}


#test_4 .box_quote p {
	font-family: "Open Sans", Sans-serif;
	/* text-transform: uppercase; */
	font-size: 17px;
	font-weight: 400;
	color: #222832;
	font-style: italic;
	margin-bottom: 20px;
	text-align: center;
}


.item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

/*** PLAY BUTTON ****/
.item.video {
	position: relative;
	display: inline-block;
}

.item.video img {
	display: block;
	width: 100%;
	height: auto;
}

/* Cerchio */
.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 2;
	transition: background 0.3s ease;
}

.play-button:hover {
	background: rgba(0, 0, 0, 0.8);
}

/* Triangolo al centro */
.play-button .triangle {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid white;
	margin-left: 4px;
}


/**********/

.caption {
	margin: 10px;
	font-size: 14px;
	text-align: center;
	height: 30px;
}

.quote {
	background: #F5F6F7;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.quote blockquote {
	margin: 0;
}

.quote strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.profile {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
}

.profile img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}



/************************   FAQ *************************/


.faq-section {
	max-width: 720px;
	margin: auto;
}

.faq-title {
	text-align: center;
	font-weight: bold;
	color: #5c2d91;
	margin-bottom: 2rem;
	font-size: 1.6rem;
}

.faq-item {
	background-color: #fffaf1;
	border-radius: 8px;
	padding: 1.2rem 1.5rem;
	margin-bottom: 1rem;
}

.faq-item h3 {
	margin: 0 0 0.5rem 0;
	font-size: 1rem;
	font-weight: bold;
	color: #333;
}

.faq-item p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
}











.sample-left {
	width:50%;
	margin-top: 60px;
	
}

.sample-right {
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.img-arrow {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
}

.sample-title {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom:20px;
	padding: 0 10px;
	
}

.sample-title h2 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin-bottom: 1rem;
	color: #222832;
	font-size: 35px;
	font-weight: 700;
	margin: 0;
}

.arrow-icon {
	width: 60px;
}

.sample-list {
	list-style: none;
	padding: 0;
	font-size: 1.1rem;
	margin-bottom: 2rem;
}

.sample-list li {
	margin-bottom: 0.8rem;
}

.cta-button {
	background-color: #e63926;
	color: white;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 1rem 2rem;
	border: none;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
	margin-bottom: 1rem;
}

.note {
	font-size: 0.85rem;
	color: #444;
}

.sample-player {
	width: 100%;
	position: relative;
}

.player-placeholder {
	width: 100%;
	aspect-ratio: 16 / 9;
	background-color: #ddd;
}

/*
	.box-bg-pdf {
	background-color: #e1e1df;
	}
*/

.box-info-pdf {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;
	margin-top: 30px;
}

.text-pdf-top {position: relative;margin-bottom: 70px;}


.text-pdf-bottom {position: relative;}

span.flip-through {
	position: absolute;
	top: 0px;
	left: 145px;
	color: #fe0000;
	font-size: 24px;
	/* font-weight: bold; */
	transform: rotate(-19deg);
	font-family: "Courier Prime", monospace;
}

img#arrow-pdf-top {
	width: 75px;
	position: absolute;
	left: 330px;
	top: -12px;
}


img#arrow-pdf-bottom {
	position: absolute;
	right: 30px;
	top: -20px;
}

.box-info-pdf img {width:20px;}

.fullscreen-note {
	font-size: 0.75rem;
	margin: 0;
	text-align: center;
}

.sample-footer {
	text-align: center;
	margin-top: 3rem;
}

.sample-footer p {
	font-family: "Open Sans", Sans-serif;
	font-size: 8px;
	font-weight: 400;
	color: var(--text);
	margin: 0;
}

.footer-logo {
	width: 130px;
	height: auto;
}

/************************* Responsive */
@media (max-width: 768px) {
	.second-container {
		flex-direction: column;
		align-items: center;
	}
	
	.sample-right {
		align-items: center;
	}
	
	.fullscreen-note {
		text-align: center;
	}
	
	.cta-button {
		width: 100%;
		justify-content: center;
	}
}



/**PDF*/

.df-ui-btn.df-ui-share.df-icon-share {
	display: none !important;
}   	





/************************************************* 
	*****************Responsive ***************************
	
	
***********************************************************/

/* ✅ Extra large */


@media (min-width: 2160px) {
	.banner {font-size: 75px !important;}
	
	.hero {height:auto;}
	
}

@media (min-width: 1600px) {
	.banner {font-size: 60px !important;}
	
}



@media (min-width: 993px) and (max-width: 1200px) {
	
	.hero {height:auto;}
	
	.hero-content {padding: 5rem 5% 1rem 5%;    align-items: flex-start;}
	
	/*.only-tablet {display: flex;justify-content: center;}*/
	
	.only-tablet {display:block;}   
	
	.only-desktop {display:none;}
	
	.download-button { width: 100%;}
	
	.text-container p {font-size: 18px;}
	
}

/* Desktop (992px e oltre) */

@media (max-width: 992px) {
	
	.hero {height:auto;}
	
	
	
	.hero-content {
		padding: 30px 10px 0 10px !important;
		text-align: center;
	}
	
	.section-content {
		padding: 0px 0 10px !important;
		text-align: left;
	}
	
	
	.section-content .second-header {
		text-align: center;
		padding:0;
		width: 100%;
	}
	
	.text-column, .image-column {
		width: 100%;
	}
	
	.banner { 
		font-size: 8vw;
		line-height: 0.9;
		text-align:center;
		justify-content: center;
		margin-bottom: 15px;
	}
	
	.free {top: -23px;font-size: 20px;}
	.checkmark {top: -7px; left: -4px;}
	
	.flex-container-icon {gap:3px;margin-bottom: 8px;justify-content: center;}
	
	
	.under-text {font-size: 18px;text-align: center;}
	
	
	.text-container p 
	{
		font-size: 14px;
		margin-bottom: 5px;
		
	}
	
	.second-header h2
	{font-size: 7.5vw;}
	
	.second-header span 
	{font-size: 6.5vw;}
	
	.second-header p 
	{font-size: 18px;}
	
	
	.second-section .image-column {text-align:center;margin-top: 40px;}
	
	
	
	.magazine-img {width:70%;}
	
	
	.button-box {align-items:center;}
	.download-button {font-size: 19px;}
	
	.download-note {
		width: 70%;
		margin: 0 auto;
		padding: 10px 0;
	}
	
	.icon-container img {
		width: 25px;
		height: 25px;
	}
	
	.only-mobile {display:block !important;}
	.only-desktop {display:none !important;}
	
	
	.second-section {padding: 10px !important;}
	
	.sample-title h2 {font-size: 28px !important;}
	
	.divider-mobile {width: 110% !important; margin-left: -10px;}
	
	.sample-left,
	.sample-right
	{
		width: 100% !important;
	}
	
	.sample-left {margin-top: 0px !important; }
	
	
	span.flip-through {
		position: absolute;
		top: 10px !important;
		left: 20px !important;
		color: #fe0000;
		font-size: 18px !important;
		/* font-weight: bold; */
		transform: rotate(-19deg) !important;;
		font-family: "Courier Prime", monospace;
	}
	
	img#arrow-pdf-top {
		width: 75px !important;
		position: absolute;
		left: 167px !important;
		top: -1px !important;
	}
	
	
	.cta-button {
		width: 100%;
		justify-content: center;
	}
	
	
	/**testimonaials*/
	.test_left_container,
	.test_right_container,
	#test_4,
	#test_5
	{
		width: 100% !important;
	}
	
	.item.video img {
		display: block;
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	
	#test_4 .box_quote {padding:0;}
	
	
	
	
}/*chiusura media query*/


/* Tablet (768px - 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.under-text, .text-container p {
		font-size: 25px;
	}
	.flex-container-icon {
		gap: 3px;
		padding: 0 10%;
	}
	
	.second-section {
		padding: 0 10% !important;
	}
	
	.second-section .flex-container-icon {padding:0 !important;}
	
	/**testimonaials*/
	.test_left_container,
	.test_right_container
	{
		width: 100%;
	}
	
	
	
	
	
}/*** chiusura media query ****/




/*  Mobile (fino a 767.98px) */
@media (max-width: 767.98px) {
	.only-mobile {
		display: block;
	}
	
	.button_header a {
		font-size: 16px;
	}
	
	.button_header img {
    width: 15px;
    margin-left: 8px;
}
	
}






/****************  UTILITY **********/
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt50 { margin-top: 50px !important;}
.mt100 { margin-top: 100px !important;}

.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb50 {margin-bottom:50px !important;}
.mb100 {margin-bottom:100px !important;}

.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt50 { padding-top: 50px; }
.pt100 { padding-top: 100px; }

.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb50 { padding-bottom: 50px; }
.pb100 { padding-bottom: 100px; }	

.m0auto {margin:0 auto;}

