/****************
	**************
		STELLANTIS
		Copyright (c) 2024  
	**************
/****************/

@charset "utf-8";

.hero-car-point {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	border: 2px solid #ffffff;
	background: #000;
	color: transparent;
    border-radius: 50%;
    width: 13px;
    height: 13px;
}

.hero-car-point .hcp-active {
    background: #ffffff;
    opacity: 1 !important;
}

.hcp-active {
	background: #ffffff;
}

.packages-line {
	width: 50px;
	height: 3px;
	margin: 0 auto;
	background: #19459e;
	margin-top: 10px;
}

.content-sub-title {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

.car-arrow-active {
	background: rgba( 0, 0, 0, .4 );
	color: white;
}

.car-arrow-active:hover {
	cursor: pointer;
	background: #19459e;
}

.content-carousel-card:hover {
    transition: all 0.1s ease;
    margin-top: -10px;
    margin-bottom: 10px;
    box-shadow: 0 5px 10px rgba( 0, 5, 6, 0.5 );
}

.content-carousel-card-img {
	width: 100%;
	height: 148px;
	display: block;
}

.content-carousel-card-title {
	font-size: 24px;
	font-weight: 500;
}

.content-carousel-card-text {
	font-size: 16px;
	margin-top: 15px;
}

.marketing-odd-section {
	background: #ffffff;
}

.bg-black {
	background: #000000;
	color: #ffffff
}

.section-heading-line {
	width: 50px;
	height: 3px;
	background: #19459e;
	margin-top: 10px;
}

.content-car-cont {
	padding-bottom: 75px;
	padding-top: 40px;
}

.car-arrow-left-table {
	height: 440px;
	position: absolute;
	display: table;
}

.car-arrow-right-table {
	height: 440px;
	position: absolute;
	right: 0;
	display: table;
}

.car-arrow-table-cell {
	height: 440px;
	display: table-cell;
	vertical-align: middle;
}

.package-imr-container {
	font-size: 18px;
	text-align: center;
	font-weight: bolder;
	margin-top: 5px;
	min-height: 20px;
}

.package-imr-container img {
	margin-left: 5px;
	width: 60px;
}

.package-header {
	padding: 30px 20px;
	background: transparent;
	color: #ffffff;
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Arial', 'sans-serif';
}

.package-price-container {
	font-size: 36px;
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
}

.package-divider {
	border-bottom: 2px solid rgba(8, 20, 30, 1);
	width: calc(100% - 15%);
    margin: 20px auto 40px auto;
}

.package-silver .package-header,
.package-basic .package-header {
	background: rgba( 156, 162, 167, 1 );
}

.package-gold .package-header {
	background: rgba( 187, 164, 55, 1 );
}

.package-platinum .package-header {
	background: #797979;
}

.package-bold-section-text-container {
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
}

.package-bold-underline-section-text-container {
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
	text-decoration: underline;
}

.package-panel-pad {
	padding-left: 20px;
	padding-right: 20px;
}

.package-ul {
	padding: 0px;
	margin: 0px;
	padding-left: 30px;
}

.package-ul li {
	margin-top: 8px; /*was 15px */ 
	font-size: 16px;
}

.package-normal-link-text-container {
	font-size: 16px;
	margin-top: 15px;
	font-weight: normal;
	color: #19459E;
}

.package-download-pdf-container {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.package-download-pdf-container a {
	font-size: 20px;
	color: rgba(0, 0, 0, 1);
}

.packages-section-sub-text {
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
}

.packages-section-sub-text a {
	color: rgba(0, 0, 0, 1);
	font-weight: 700;
	text-decoration: underline;
	text-underline-position: under;
}

.build-section {
	background: rgba(0, 0, 0, 1);
	color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.package-panel {
	width: 406px;
	height: 668px;
	display: inline-block;
	float: left;
	box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.34 );
	position: relative;
}

.package-panel:hover {
	transition: all .4s ease;
	transform: translateY(-2%);
	box-shadow: 0 5px 10px rgba( 0, 5, 6, 0.5 );	
}

.package-actions-container {
	padding: 10px;
	position: absolute;
	bottom: 0%;
	width: 100%;
	box-sizing: border-box;
}

.package-panel {
	background: rgba( 194, 194, 194, 0.3 );
}

.package-panel:hover {
	cursor: pointer;
}

.package-actions-container .button-black {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 0;
	padding-right: 0;
	width: 195px;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto;
}

.section-left-image {
	width: auto;
}

@media only screen and ( min-width: 1200px ) { /* desktop styles */
	.hero-container {
	    height: 544px;
	}

	.logo-img-right {
		display: inline-block;
		width: 150px;
		float: right;
	}

	.logo-img-right img {
		width: 180px;
	}

	.logo-img-left {
		display: inline-block;
		border-right: 1px solid #ffffff;
		padding-right: 10px;
		margin-right: 20px;
	}

	.hero-header-logo-img {
		display: block;
		width: 440px;
		padding-right: 20px;
	}

	.hero-car {
		font-size: 32px;
		font-style: normal;
		color: #ffffff;
	}

	.banner-section {
		background: #ffffff;
		width: 1185px;
		margin: 0 auto;
		top: -60px;
		position: relative;
		box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.34 );
	}

	.banner-section-pad {
		padding: 40px;
	}
	
	.packages-section {
		position: relative;
		max-width: 1185px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		place-content: center;
		padding: 40px 0;
		gap: 20px;
	}

	.packages-sub-title {
		font-size: 20px;
		color:rgba( 117, 117, 117, 1 );
	}
	
	.packages-heading {
		font-size: 36px;
		font-style: normal;
		font-weight: bold;
		text-align: center;
	}

	.packages-sub-heading {
		font-size: 30px;
		font-style: normal;
		text-align: center;
		font-weight: lighter;
	}

	.content-carousel-card {
		width: 270px;
		height: 400px;
		display: inline-block;
		float: left;
		box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.34 );
		position: relative;
		margin-left: 21px;
	}
	
	.build-buttons {
		display: flex;
		place-content: center;
		gap: 40px;
	}
	
	.build-button {
		width: 147px;
	}

	.build-button-right {
		display: inline-block;
	}

	.section-heading {
		font-size: 20px;
		font-weight: 300;
		text-align: left;
		color: #ffffff;
	}

	.presence-section-right-inner {
		padding-right: 24px;
	}

	.presence-section-right {
		width: 40%;
		float: right;
		display: inline-block;
		padding-top: 30px;
	}

	.presence-section {
		width: 1185px;
		margin: 0 auto;
	}

	

	/* .marketing-even-section {
		background: rgba(0, 0, 0, 1);
	} */

	.build-title {
		font-size: 36px;
		font-weight: 700;
	}

	.packages-section-pad {
		width: calc( 100% - 26% );
		margin: 0 auto;
	}
}

@media only screen and ( max-width: 1200px ) { /* mobile styles */
	
	.custom-section {
		padding-top: 0;
	}

	.logo-img-right {
		display: inline-block;
		width: 50px;
		float: right;
	}

	.logo-img-right img {
		width: 50px;
		margin-top: 7px;
	}

	.logo-img-left {
		display: inline-block;
		border-right: 1px solid #ffffff;
		padding-right: 10px;
	}

	.hero-header-logo-img {
		display: block;
		width: 200px;
		padding-right: 10px;
	}

	.hero-car {
		font-size: 18px;
		font-style: italic;
		color: #ffffff;
	}

	.banner-section {
		background: #ffffff;
		width: calc( 100% - 40px );
		margin: 0 auto;
		top: -60px;
		position: relative;
		box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.34 );
	}

	.banner-section-pad {
		padding: 20px;
	}

	.packages-sub-title {
		font-size: 20px;
		color:rgba( 117, 117, 117, 1 );
	}
	
	.packages-heading {
		font-size: 36px;
		font-style: normal;
		font-weight: bold;
		text-align: center;
		padding-top: 40px;
        padding-bottom: 40px;
	}
	.packages-sub-heading {
		font-size: 20px;
		font-style: normal;
		text-align: center;
	}

	.content-carousel-card {
		width: 300px;
		height: 400px;
		display: inline-block;
		float: left;
		box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.34 );
		position: relative;
		margin-right: 15px;
	}

	.section-heading {
		font-size: 18px;
		font-style: normal;
		font-weight: bold;
	}

	.presence-section {
		width: calc( 100% - 40px );
		margin: 0 auto;
		padding-bottom: 5px;
	}

	.package-panel {
		width: 100%;
		display: inline-block;
		float: left;
		box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.34 );
		margin-top: 20px;
	}

	.package-panel:hover {
	    box-shadow: 0 5px 10px rgba( 0, 5, 6, 0.5 );
	}

	.package-price-container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.package-actions-container {
		padding: 10px;
	}

}