
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0">


<style>

.v2-products-portfolio {
    margin-top: 0px;
}

/* .v2-products-portfolio:nth-of-type odd .v2-img {
	float: right;
} */


.small-gap-spacing {
	margin-top: 60px !important; 
	margin-bottom: 40px !important;
}

.med-gap-spacing {
	margin-top: 120px !important; 
	margin-bottom: 40px !important; 
}


.paragraph-justify {
	text-align: justify;
}

div.hero-section-container p {
	font-size: 16px;
	 font-family: "Gotham-Book", Arial, Helvetica, sans-serif !important;
}

.resp-IMG {
	width: 100%;
    height: auto;
}

.link-Decoration {
	font-size: 16px;
	/* text-decoration: none;
    border-bottom: none !important;
    font-style: normal !important; */
}

.section-title {
	font-size: 56px !important;
    line-height: 1em;
    font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;}
	
.font-bold {
	font-weight: bold;
}	


	
.right-hero-image {
    float: right;
    margin-left: 48px;
}	



.ChooseCountrySubtitle {
 font-family: 'GothamHTF-BookCondensed';
 font-size: 20px;
}
	
/*Download area*/

.pirelli-tutorials-area {
	/* margin-top:80px; */
	display:flex;
	flex-direction: column;
	/* row-gap: 40px; */
}	

.download-area {
	margin-top:80px;
	display:flex;
	flex-direction: column;
}

.articleGrid {
	display: flex;
	flex-direction: column;
	padding: 8px 0px;
	}
	
.divBorderTop {
	border-top: 1px solid #F2F2F2;
	
	}
	
.roadmapText {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
	font-style: normal;
	font-family: "Gotham-Book", Arial, Helvetica, sans-serif !important;
}
	
.sectionGrid {
	display: flex;
	flex-direction: row;
	align-items: center;
    /* justify-content: space-between; */
	column-gap: 24px;
}
	
#docLink {
	text-decoration: none;
	border-bottom: none;
}
	
/* .arrowPadding {
	padding-left: 36px;
	padding-right: 36px;
	transition: background 0.2s ease, padding 0.8s linear;
}
		
.arrowPadding:hover {
	padding-right: 0px;
} */

/*Doc Download*/

.download-icon-display{
	color: #ffffff;
	transition: color 0.2s ease, padding 0.8s linear;
}
.download-icon-display:hover{
	color:#000;
}



/*Info Area*/

.info-area {
	margin-top:160px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contact-box {
	display: flex;
    flex-direction: column;
    row-gap: 40px;
	text-align:left;
	background-color: #f2f2f2;
    padding: 0px 40px;
	width: 40%;
}

.info-area-details {
	display: flex;
    flex-direction: column;
    row-gap: 60px;
	padding-bottom: 40px;
}

.general-area-details {
	display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.t-and-c-box {
	width: 50%;
	display: flex;
    flex-direction: column;
    row-gap: 40px;
	text-align:left;
	background-color: #f2f2f2;
    padding: 0px 40px;
}

.info-section {
 display: flex;
 flex-direction: column;
 /* row-gap: 10px; */
}

.icon-grid {
	width: 100%;
	display:flex;
	flex-direction: row;
	column-gap:20px;
	align-items: center;	
}

.text-gap {
 	display: flex;
    flex-direction: column;
    row-gap: 10px;
}



/*media queries*/

@media only screen and (max-width: 1100px) {

.hero-section-container {
	display: flex;
	flex-direction: column;
	row-gap: 48px;
	align-items: center;
}	

.right-hero-image {
    float: none;
    margin-left: 0px;
}

}

@media only screen and (max-width: 1000px) {
	.info-area {
		display: flex;
		flex-direction: column;
		row-gap: 40px
	}
	
	.t-and-c-box {
		width: 100%;
	}
	
	.contact-box {
		width: 100%;
        padding-bottom: 60px;
	}
    .roadmapText {
	    text-align: left!important;
	}
}



.countryEach {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
	
	
.country {font-size: 25px!important;
    line-height: 1em;
    font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000!important;
	text-transform: capitalize;
}
	
.countryStyle {	
	color: #000!important;
    font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif!important;
    font-style: normal!important;
	border-bottom: none!important;
}


</style>