*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	overflow-x: hidden;
	color: #000;
	font-size: 18px;
	font-family: "Nunito", sans-serif;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

p {
	margin: 0 0;
}

ul,
ol {
	margin: 0;
	list-style: none;
	padding: 0;
}

a {
	color: blue;
	text-decoration: underline;
}

img {
	display: inline-block;
	border: none;
}

.container {
	max-width: 95%;
	margin: auto;
	padding: 0 20px;
}

#banner_video {
	position: relative;
}

#banner_video::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	content: "";
}

.banner_sec iframe {
	width: 100%;
	height: 90vh;
}

.video_upper_sec {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	right: 0;
	width: 100%;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}

.logo_sec {
	max-width: 135px;
	margin: auto;
}

.logo_sec img {
	max-width: 100%;
}

.upper_desc {
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 120px;
}

.upper_desc h2 {
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: 700;
	font-size: 50px;
}

.upper_desc span {
	color: #fff;
	font-size: 25px;
	max-width: 650px;
	margin: auto;
	display: block;
}

.play_btn {
	margin-top: 25px;
}

.mobile_sec {
	text-align: center;
	position: relative;
	margin-top: -180px;
	margin-bottom: 90px;
}

.mobile_sec img {
	max-width: 100%;
}

#center_Sec {
	position: relative;
	width: 100%;
	display: inline-block;
}

#center_Sec::before {
	position: absolute;
	right: 0;
	top: -200px;
	width: 100vw;
	content: "";
	background: url(../images/right_bg_img.png);
	background-size: contain;
	height: 100vw;
	background-position: right;
	background-repeat: no-repeat;
}

#center_Sec::after {
	position: absolute;
	left: 0;
	top: -10%;
	width: 74vw;
	content: "";
	background: url(../images/left_bg_img.png);
	background-size: 100% 100%;
	height: 80vw;
	background-position: left;
	background-repeat: no-repeat;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.service_sec h2 {
	font-weight: 700;
	font-size: 70px;
	color: #455DCF;
	margin: 0 0 50px 0;
}

.service_list ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.service_list ul li {
	display: flex;
	gap: 20px;
}

.service_left_icn img {
	max-width: 100%;
}

.service_left_icn {
	min-width: 80px;
	max-width: 80px;
}

.service_right_desc {
	width: 56%;
}

.service_right_desc h3 {
	margin: 0;
	font-weight: 700;
	font-size: 30px;
	color: #000;
	line-height: normal;
}

.service_sec {
	margin-bottom: 80px;
}

.service_right_desc p {
	font-size: 18px;
	color: #000;
	margin-top: 10px;
}
.post_sec.wth_text_white ul {
	color: #fff;
}
.post_sec {
	display: inline-block;
	width: 100%;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.post_sec::before {
	background: url('../images/post_bg.png') no-repeat;
	display: inline-block;
	width: 100%;
	justify-content: space-between;
	background-size: 100% 100%;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	height: 85%;
	margin: auto;

}

.post_inner_sec {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.post_left {
	width: 50%;
}

.post_right {
	width: 49%;
}

.post_right img {
	max-width: 100%;
}

.post_left h2 {
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 70px;
	font-weight: 700;
	line-height: 80px;
}

.post_left p {
	color: #fff;
}

.post_sec.wth_bg:before {
	display: none;
}

.post_sec.wth_bg .post_left h2 {
	color: #455DCF;
}

.post_sec.wth_bg .post_left p {
	color: #000;
}

.scopri_inner {
	position: relative;
}

.scopri_inner::before {
	background: url('../images/scorpi-bg.png') no-repeat;
	display: inline-block;
	width: 100%;
	justify-content: space-between;
	background-size: 100% 80%;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	height: 85%;
	margin: auto;
	background-position: center;
}

.scopri_inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.scopri_left_sec {
	width: 50%;
	position: relative;
	padding-left: 100px;
}

.scopri_right_sec {
	width: 50%;
	position: relative;
}

.scopri_right_sec img {
	max-width: 500px;
	margin: auto;
	display: block;
}

.scopri_left_sec h2 {
	margin: 0;
	color: #fff;
	font-size: 70px;
	font-weight: 700;
}

.scopri_left_sec p {
	color: #fff;
	font-size: 25px;
	margin: 10px 0 30px 0;
	display: block;
}

.scopri_sec {
	margin-bottom: 80px;
}

footer {
	background: #FF4C59;
	padding: 50px 0;
}

.footer_inner {
	display: flex;
	justify-content: space-between;
}

.social_sec ul {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.social_sec ul li img {
	max-width: 40px;
}

.footer_link ul {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.footer_link ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

.footer_link {
	margin-top: 20px;
}

.footer_link ul li {
	position: relative;
}

.footer_link ul li::before {
	position: absolute;
	right: -11px;
	content: "";
	height: 20px;
	width: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

.footer_link ul li:last-child::before {
	display: none;
}

.footer_contact_btn a {
	text-decoration: none;
	min-width: 215px;
	min-height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 2em;
	background: #fff;
	box-shadow: 0px 0px 23px 0 rgba(0, 0, 0, 0.3);
}

.footer_contact_btn a span {
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(#455DCF, #D12CBF, #FF4C59);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: #fff;
}

.footer_logo,
.footer_center,
.footer_contact_btn {
	width: 33%;
}

.footer_contact_btn {
	text-align: right;
}

@media only screen and (max-width:1200px) {

	.service_sec h2,
	.post_left h2,
	.scopri_left_sec h2 {
		font-size: 45px;
		line-height: 55px;
	}

	.service_right_desc h3 {
		font-size: 25px;
	}

	.service_right_desc p,
	.post_left p,
	.scopri_left_sec p {
		font-size: 16px;
	}

	.post_inner_sec {
		padding: 30px 0;
	}

	.scopri_left_sec {
		padding-left: 60px;
	}
}

@media only screen and (max-width:991px) {

	.service_sec h2,
	.post_left h2,
	.scopri_left_sec h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.service_right_desc h3 {
		font-size: 19px;
	}

	.service_left_icn {
		min-width: 60px;
		max-width: 60px;
	}

	.service_right_desc p,
	.post_left p,
	.scopri_left_sec p {
		font-size: 15px;
	}

	.post_inner_sec {
		padding: 100px 0;
	}

	.mobile_sec {
		margin-bottom: 50px;
	}

	.service_sec {
		margin-bottom: 50px;
	}

	.post_sec.wth_bg .post_inner_sec {
		padding: 0;
	}

	.scopri_right_sec img {
		max-width: 100%;
	}

	.social_sec ul li img {
		max-width: 20px;
	}

	.social_sec ul {
		gap: 20px;
	}

	.footer_link ul li a {
		font-size: 16px;
	}

	.footer_contact_btn a {
		min-width: 175px;
	}
}

@media only screen and (max-width:767px) {
	.logo_sec {
		max-width: 70px;
	}
.banner_sec video {
	min-height: 60vh;
	object-fit: cover;
}
	.upper_desc h2 {
		font-size: 27px;
	}

	.upper_desc span {
		font-size: 17px;
	}

	.play_btn img {
		max-width: 110px;
	}

	.mobile_sec {
		margin-top: -70px;
	}

	.upper_desc {
		margin-bottom: 0;
	}

	.service_sec h2,
	.post_left h2,
	.scopri_left_sec h2 {
		font-size: 24px;
		line-height: 35px;
	}

	.service_list ul {
		flex-wrap: wrap;
	}

	.service_list ul li {
		margin-bottom: 30px;
	}

	.service_right_desc {
		width: 80%;
	}

	.post_left,
	.post_right {
		width: 100%;
	}

	.post_inner_sec {
		padding: 0;
		flex-wrap: wrap;
	}

	.post_left {
		margin-top: 110px;
	}

	.post_sec.wth_bg .post_left {
		margin-top: 50px;
	}

	.scopri_inner {
		flex-wrap: wrap;
	}

	.scopri_left_sec {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 110px;
		width: 100%;
	}

	.scopri_right_sec {
		width: 100%;
	}

	.scopri_inner::before {
		background-size: cover;
	}

	.scopri_sec .container {
		padding: 0;
		max-width: 100%;
	}

	.scopri_sec {
		margin-bottom: 0;
	}

	.footer_inner {
		flex-wrap: wrap;
	}

	.footer_logo,
	.footer_center,
	.footer_contact_btn {
		width: 100%;
		text-align: center;
	}

	.footer_center {
		margin: 30px 0;
	}

	.footer_contact_btn {
		text-align: center;
	}
	.video_upper_sec {
	padding: 0 20px;
}
.footer_link ul li a {
	font-size: 14px;
}
.service_list p {
	font-size: 16px;
}
.footer_link ul {
	gap: 10px;

}
.footer_link ul li::before {
	right: -5px;
}
}