/* ======================= banner-section-blue =============================================== */

.banner-section-blue{
	position: relative;
	background: #3279F6 url('/wp-content/themes/enigma/images/banners/spyhunter-home-simple/banner-background.svg') no-repeat 50% 90px;
	background-size: cover;
	font-size: 20px;
	color: white;
}
.banner-section-blue .background-front{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('/wp-content/themes/enigma/images/banners/spyhunter-home-simple/sh5-and-box.png') no-repeat calc(50% + 395px) center;
	background-size: auto 500px;
	pointer-events: none;
}
body.mac .banner-section-blue .background-front{
	background-image: url('/wp-content/themes/enigma/images/banners/spyhunter-home-simple/shm-and-box.png');
	background-size: auto 545px;
	transform: translate(-20px, 20px);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.banner-section-blue .background-front{
		background-image: url('/wp-content/themes/enigma/images/banners/spyhunter-home-simple/sh5-and-box@2x.png');
	}
	body.mac .banner-section-blue .background-front{
		background-image: url('/wp-content/themes/enigma/images/banners/spyhunter-home-simple/shm-and-box@2x.png');
	}
}
.banner-section-blue .container{
	position: relative;
	padding-top: 95px;
	padding-bottom: 70px;
}
.banner-section-blue .text{
	max-width: 650px;
}
.banner-section-blue p,
.banner-section-blue .small
{
	max-width: 600px;
}
.banner-section-blue a{
	color: white;
	text-decoration: underline;
}
.banner-section-blue h2{
	margin: 0 0 35px 0;
	font-size: 50px;
	font-size: clamp(40px, 4vw, 50px);
}
.banner-section-blue .buttons{
	margin: 30px 0 15px 0;
}
.banner-section-blue .button{
	text-decoration: none;
}
.banner-section-blue .small{
	font-size: 14px;
}
.banner-section-blue .alt-links{
	margin-bottom: 25px;
	font-size: 16px;
}
.banner-section-blue .video-container{
	position: absolute;
	top: 263px;
	right: 9%;
}
.banner-section-blue .video{
	display: inline-block;
	background: url('/wp-content/themes/enigma/images/banners/spyhunter-home-simple/video.svg') no-repeat center top;
	background-size: 64px auto;
	min-width: 64px;
	padding-top: 64px;
	text-decoration: none;
}
.banner-section-blue .video .video-title{
	display: block;
	margin-top: 8px;
	background: rgba(0,0,0, 0.5);
	border-radius: 999px;
	font-size: 15px;
	color: white;
	text-decoration: none;
	padding: 4px 13px;
}
@media screen and (max-width: 1200px){
	.banner-section-blue .container{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.banner-section-blue .text,
	.banner-section-blue p,
	.banner-section-blue .small{
		max-width: none;
	}
	.banner-section-blue .video-container{
		position: initial;
		margin-top: 20px;
		text-align: center;
	}
	.banner-section-blue .background-front{
		background-image: none !important;
	}
}
