/* ---------------- Google fonts ------------------ */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

/* ---------------- Basic css ------------------ */
html{font-size: 0.520vw;}
:root {scroll-behavior: unset;--font-heebo: "Heebo", sans-serif;}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,strong,i,ol,ul,li,form,label,footer,header,menu,nav,section{margin:0;padding:0;}
ol,ul{list-style:none;}
a{text-decoration:none;-webkit-transition:200ms;-o-transition:200ms;transition:200ms;color:inherit;}
button:focus,a:focus,input:focus,textarea:focus{outline:none;}
input[type="tel"]::placeholder{text-align:right;}


body {
font-size: 2.7rem;
font-weight: 400;
line-height: 1.111;
font-family: var(--font-heebo);
color: rgb(0, 0, 0);
}

/* ---------------- Hero Section ------------------ */
.hero_section{
	padding: 9rem 0 20rem;
	background-image: url(../img/bg1.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.logo1{
	width: 37.3rem;
}

.hero_section h2{
	position: relative;
	font-size: 3.4rem;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1;
	padding: 1.5rem 0;
	margin: 2.7rem 0 4.5rem;
	z-index: 1;
}

.hero_section h2 span{
	display: block;
	font-size: 7.7rem;
}

.hero_section h2::before{
	content: '';
	position: absolute;
	right: -35rem;
	top: 0;
	width: 90rem;
	height: 100%;
	background: #ee2e2a;
	border-radius: 9rem;
	z-index: -1;
}

.title_md{
	font-size: 2.7rem;
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.111;
}

.list{
	padding: 2.4rem 0 2rem;
}

.list li{
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.list li:not(:last-child){
	margin-bottom: 2rem;
}

.list li .number{
	display: inline-block;
	background: url(../img/yellow-shape.png) no-repeat center;
	background-size: 100% 100%;
	width: 4.5rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	text-align: center;
	font-weight: 700;
	margin-left: 1.6rem;
}

.l_logo_1{
	width: 10rem;
	margin-right: 1.5rem;
}

.l_logo_2{
	width: 15rem;
}

.text1{
	font-size: 1.5rem;
	color: rgb(0, 0, 0);
	line-height: 1.444;
	margin-top: 2.8rem;
}

.text1 span{
	display: inline-block;
	background-color: #f8c70b;
	padding: 0 0.2rem;
}

.form_wrapper{
	width: 49rem;
	max-width: 100%;
	border-radius: 4.6rem;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0 0 1.3rem 0 rgba(45, 45, 45, 0.15);
	        box-shadow: 0 0 1.3rem 0 rgba(45, 45, 45, 0.15);
	padding: 7rem;
	margin-right: auto;
	margin-top: 5rem;
	position: relative;
}

.form_wrapper .title_md{
	font-size: 3.3rem;
	padding-bottom: 2.5rem;
}

.input_box{
	width: 100%;
	height: 5.4rem;
	border-radius: 2.5rem;
	padding: 0 2.4rem;
	font-size: 1.8rem;
	color: rgb(0, 0, 0);
	border: none;
	-webkit-box-shadow:  0 0 1.3rem rgb(45, 45, 45, 0.15);
	        box-shadow:  0 0 1.3rem rgb(45, 45, 45, 0.15);
	margin-bottom: 1.3rem;
}

.input_box::-webkit-input-placeholder{
	opacity: 1;
	color: rgb(0, 0, 0);
}

.input_box::-moz-placeholder{
	opacity: 1;
	color: rgb(0, 0, 0);
}

.input_box:-ms-input-placeholder{
	opacity: 1;
	color: rgb(0, 0, 0);
}

.input_box::-ms-input-placeholder{
	opacity: 1;
	color: rgb(0, 0, 0);
}

.input_box::placeholder{
	opacity: 1;
}

.button{
	width: 100%;
	height: 5rem;
	font-size: 2rem;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.083;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: rgb(238, 46, 42);
	border-radius: 2.5rem;
	border: none;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.button:hover{
	background-color: rgb(255, 55, 52);
}

.button_dark{
	background: #0e1338;
	color: #f8c70b;
}

.img1{
	position: absolute;
	top: 0;
	right: -48rem;
	width: 50rem;
}


/* ---------------- hever Section ------------------ */

.hever_section{
	padding: 10rem 0 28rem;
	overflow: hidden;
	background-image: url(../img/bg2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.logos{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 4.5rem;
}

.logo3{
	width: 22.4rem;
}

.logo4{
	width: 15rem;
}

.hever_section .title {
	font-size: 4.3rem;
	color: rgb(14, 19, 56);
	font-weight: bold;
	line-height: 1.2;
	padding: 5rem 0;
}

.logo5{
	width: 21rem;
	margin: 0 .3rem;
}

.logo6{
	width: 15rem;
	margin: 0 .3rem;
}
  
.highlight_text{
	display: inline-block;
	font-size: 2.7rem;
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.111;
	background: #f8c70b;
	padding: 0.5rem 1rem;
}

.img2{
	position: absolute;
	top: 10rem;
	right: -49rem;
	width: 50rem;
}

.form_title{
	text-align: center;
	padding-bottom: 3rem;
}

.form_title p{
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: -.05rem;
}

.form_wrapper.v1{
	margin-top: 17rem;
}


/*--- Extra large devices (large desktops, 992px and up) -----*/

@media (min-width: 992px) { 
	.container{
		max-width: 163rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

/* ------ Medium devices (tablets, 991px and down) -----*/

@media (max-width: 991px) {

	html{
		font-size: 60%;
	}

	.form_wrapper{
		margin-left: auto;
		margin-top: 30rem;
	}

	.img1 {
		position: absolute;
		top: -37rem;
		right: 24rem;
		width: 41rem;
	}

	.hero_section{
		padding: 8rem 0;
	}

	.hever_section{
		padding: 6rem 0 8rem;
	}

	.img2 {
		top: -22rem;
		right: 32rem;
		width: 31rem;
	}

	.hever_section .title{
		font-size: 3.4rem;
	}
}

/*----- sm devices (tablets, 767px and down) -----*/

@media (max-width: 767px) {

	html{
		font-size: 50%;
	}

	.container{
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.hero_section {
		padding: 4rem 0 8rem;
	}

	.hero_section h2{
		font-size: 3rem;
	}

	.hero_section h2 span {
		font-size: 9rem;
	}

	.hero_section h2::before{
		right: -40rem;
	}

	.form_wrapper{
		width: 100%;
		margin-top: 22rem;
		padding: 5rem;
	}

	.img1 {
		top: -20rem;
		right: 29rem;
		width: 27rem;
	}

	.input_box{
		height: 6rem;
		font-size: 1.8rem;
	}

	.button{
		height: 6rem;
		font-size: 1.8rem;
	}

	.logo3 {
		width: 19.4rem;
	}

	.logo4 {
		width: 13rem;
	}

	.form_wrapper.v1 {
		margin-top: 21rem;
	}

	.img2 {
		top: -19rem;
		right: 30rem;
		width: 24rem;
	}

	.hever_section .title {
		padding: 3.5rem 0 3rem;
	}

	.hever_section{
		padding-top: 4rem;
	}
	
}

/*----- xs devices (landscape phones, 575px and down) -----*/

@media (max-width: 575px) {
	html{
		font-size: 1.7vw;
	}
}
