/*
Theme Name: Intelligence
*/

*{
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Assistant';
	font-size: 21px;
	line-height: 1.4;
	color: #616161;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 20px;	
	font-family: 'Assistant';
	color: #616161;
	line-height: 1.1;
	font-weight: bold;
}
h2{
	font-size: 36px;	
}

h4{
	font-size: 21px;
}

img{
	max-width: 100%;
	vertical-align: bottom;
}
p{
	margin: 0 0 30px;
}
.w-100{
	width: 100%;
}
.m-auto{
	margin: 0 auto;
}

/*---- Layout ----*/
.container{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

/*---- Color ----*/
.color-white,
.color-white h1{
	color: #fff;
}

/*---- Text Alignment ----*/
.text-center{
	text-align: center;
}

/*---- Position ----*/
.position-relative{
	position: relative;
}
.position-absolute{
	position: absolute;
}

/*---- Section ----*/
.section .section-title{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

/*---- Hero Block ----*/
.hero-section .summary-wrapper{
	bottom: 0;
	left: 0;
}
.hero-section .summary-block{	
	padding: 0 0 90px;
	font-size: 44px;
	line-height: 1;
}
.hero-section .summary-block.content-left{
	margin-right: auto;	
}
.hero-section .summary-block.content-right{
	margin-left: auto;	
}
.hero-section .image-block{
	padding: 0 0 30px;
}
.hero-section .summary-block.text-md-start .image-block{
	justify-content: flex-end;
}
.hero-section .summary-block.text-md-center .image-block{
	justify-content: center;
}
.hero-section .image-block img:not(:last-child){
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 2px solid rgb(0,0,0,0.5);
}
.hero-section h1{
	font-size: 80px;	
}
.hero-section p{
	max-width: 85%;
	width: 100%;
	margin-right: auto;
}
.hero-section .text-md-center p{
	max-width: 90%;
	margin: 0 auto 30px;
}
.lp-hero-banner .summary-block{
	font-size: 34px;
}
.lp-hero-banner h1{
	font-weight: 800;
}

.hero-section .content-left .image-block{
	justify-content: flex-end;
}


/*---- Form Block ----*/
.form-section.top-form{
	margin-top: -40px;
}
.form-wrapper{
	padding: 40px 20px;
	background: #F3F1F1;
	border-radius: 24px; 
}
.form-inner{
	width: 100%;
	margin: 0 auto;
}
.form-section .summary-block{
	font-size: 30px;
	line-height: 1;
}
.form-section .wpcf7{
	max-width: 80%;
	width: 100%;
	margin: 0 auto;
}
.form-fields{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	row-gap: 10px;
}
.form-section .submit-wrapper{
	padding: 30px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-section .submit-field{
	max-width: 300px;
	width: 100%;
}

/*---- Richtext ----*/
.richtext-section{	
	z-index: 1;
} 

/*---- Image with text ----*/
.image-with-text-section{	
	background-size: cover;
	background-position: center right;
}
.image-with-text-section .summary-block{
	padding: 80px 50px 50px 0;
}
.image-with-text-section .image-block{	
	top: -180px;
	left: 0;	
}
.image-with-text-section ul{
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
	grid-row-gap: 20px;
}
.image-with-text-section li{	
	padding: 0 40px 0 0;
	line-height: 26px;
	position: relative;
}
.image-with-text-section li:before{
	width: 30px;
	height: 30px;	
	margin: 0 0 0 8px;
	display: inline-block;	
	background: url('assets/images/check.png') no-repeat;	
	content: "";	
	position: absolute;
	top: 5px;
	right: 0;
}
.image-with-text-section .image-block.h-100 img{
	height: 100%;
}

.container-full {
	padding-left: calc((100% - 1400px) / 2 );
}

/*---- Benefis section ----*/
.benefits-section{
	background-color: #EEEEEE;
	background-image: url('assets/images/benefits-bg.png');
	background-repeat: no-repeat;	
	background-position: center left;	
}
.benefits-section .summary-block{
	max-width: 50%;
}
.benefit-items{
	max-width: 80%;
	padding: 40px 0 20px;
}

.lp-benefits .benefit-items{
	max-width: 100%;
}

.lp-benefits .benefit-items [class^="col-"]{
	padding-left: 25px;
	padding-right: 25px;
}
.benefit-item{
	column-gap: 20px;
	line-height: 1.1;
}
.benefit-item .icon-block{
	flex: 0 0 auto;
	width: 80px;
} 
.benefit-item h4{
	margin: 0 0 5px;
}
.benefit-item p{
	margin: 0;
}
.benefit-item img{
	max-height: 79px;
	width: auto;
}

/*---- Reviews section ----*/
.review-items{
	padding: 40px 0 70px;
}
.review-item{
	row-gap: 20px;
}
.review-item p{
	margin: 0;
}
.review-item .name-block{
	font-weight: 700;
}
.review-item .text-block{
	width: 90%;
} 
.review-items .swiper-controls{
	max-width: 160px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.review-items .swiper-button:after{
	font-size: 26px;
	color: #616161;
}

/*---- Input ----*/
.wpcf7 p{
	margin: 0;
}
.wpcf7-form-control{
	width: 100%;
	height: 50px;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px solid #616161;
	border-radius: 0;
	font-size: 20px;	
	text-align: right;
	font-weight: 400;
	direction: rtl;
}
.wpcf7-form-control:focus{
	outline: none;
	box-shadow: none;
}
.wpcf7-form-control.wpcf7-checkbox{
	border: none;
}
.wpcf7-checkbox .wpcf7-list-item{
	margin: 0;
}
.wpcf7-checkbox label{
	display: flex;	
	column-gap: 10px;
}
.wpcf7-checkbox input{
	width: 20px;
	height: 20px;
	margin: 4px 0 0 0;
	border-radius: 0;	
}
.wpcf7 .wpcf7-submit {
    padding: 0 0 2px;
    background-image: linear-gradient(-180deg, #ffffff 0%, #c3c3c3 100%);
    box-shadow: 0 1rem 1.25rem 0 rgb(227 227 227 / 50%), 0 -0.25rem 1.5rem rgb(177 177 177) inset, 0 0.75rem 0.5rem rgba(255, 255, 255, 0.4) inset, 0 0.25rem 0.5rem 0 rgb(241 241 241) inset;
    border: none;
    border-radius: 40px;
    font-size: 30px;
    color: #09B0DC;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}
.wpcf7 .wpcf7-spinner{
	position: absolute;
}

/*---- Responsive ----*/

@media(max-width: 1365px){
	
	.container{
		max-width: 1024px;
	}	
	
}

@media(max-width: 1023px){	
		
	.hero-section .summary-wrapper{
		top: 5%;
		bottom: unset;
	}
	.hero-section .summary-block{
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.hero-section p{
    	max-width: 100%;    	
	}
	.form-inner{
    	width: 100%;    	
	}
	.form-section .wpcf7{
		max-width: 100%;		
	}
	.form-fields{		
		grid-template-columns: 1fr;		
	}
	.form-section .submit-wrapper{		
		flex-direction: column-reverse;
		align-items: flex-end;		
		row-gap: 30px;
	}
	.form-section .submit-field{		
		align-self: center;
	}
	
}

@media(max-width: 992px){
	
	h2{
		font-size: 30px;
	}	
	.form-section h2{
		font-size: 20px;
	}
	.hero-section .image-block img{
		max-width: 200px;
	}
	.hero-section h1{
		margin: 0 0 10px;
    	font-size: 38px;
	}
	.hero-section .summary-block{		
		font-size: 25px;		
	}
	.hero-section .image-block{
    	padding: 0 0 15px;
	}
	.lp-hero-banner .image-block img:first-child{
		max-width: 140px;
	}
	.lp-hero-banner .image-block img:last-child{
		max-width: 110px;
	}
	.hero-section .image-block img:not(:last-child) {
    	margin: 0 0 0 10px;
    	padding: 0 0 0 10px;    	
	}	
	.image-with-text-section.section.section-4{
    	margin-top: 40px;
	}
	.image-with-text-section.section.classifications{
		margin-top: 0;
	}
	.image-with-text-section .image-block.position-absolute{
		margin-top: -120px;
		position: static !important;
	}
	.image-with-text-section ul{
		grid-template-columns: 1fr;
	}
	.image-with-text-section h2,
	.image-with-text-section p{
		text-align: center;
	}
	.image-with-text-section .summary-block{
    	padding-top: 0;
		padding-right: 0;
	}
	.benefits-section .summary-block{
    	max-width: 100%;
	}
	.benefits-section{
		background-position: bottom right;
		background-size: cover;
	}
	.benefits-section .summary-block img{
		max-width: 80%;
		margin-bottom: 15px;
	}
	.benefit-items .row{
		row-gap: 60px;
	}
	.benefit-items{    	
		max-width: 100%;
    	padding: 30px 0 0 0;
	}
	.lp-benefits .benefit-items [class^="col-"] {
    	padding-left: 15px;
    	padding-right: 15px;
	}	
	.image-with-text-section li{
		text-align: center;
	}
	.classifications .container{
		padding: 0;
	}
	.classifications .container .row{
		margin: 0;
	}
	.classifications .col-lg-6{
		padding: 0;
	}
	.classifications .summary-block{
		padding: 40px 20px 10px;
	}
	.classifications .summary-block li{
		text-align: right;
	}
	.form-section .summary-block{
    	font-size: 20px;
		line-height: 1.3;
	}
	.wpcf7-form-control{
		font-size: 16px;
	}
	
}

@media(max-width: 375px){
	
	.form-wrapper{
    	padding: 24px;    	
	}
	.benefit-item{
		column-gap: 10px;		
	}
	.benefit-items .row{
		row-gap: 40px;
	}

}

@media(min-width:1200px) {
	.swiper-button-next, .swiper-button-prev {
		display:none;
	}
	
}

.summary-block a {
	color:inherit;
	text-decoration:none;
}