@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
/*basic settings*/
html,
body,
p,
a {
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0px;
	outline: none;
	font-family: "Lexend", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #626262;
	line-height: 1.6;
	text-align: left;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lexend", sans-serif;
	font-weight: 500;
}
h1 {
	font-size: 64px;
	line-height: 75px;
}
h2 {
	font-size: 64px;
	line-height: 150%;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.dfaultflex {
	display: flex;
}
.onehalf {
	width: 50%;
}
.onethird {
	width: 33%;
}
.twothird {
	width: 60%;
}
.dfaultflex.headflex {
	justify-content: space-around;
	align-items: center;
}
.dfaultflex.headflex {
	justify-content: space-around;
	align-items: center;
	padding: 40px 0 70px;
}
.logo {
	width: 50%;
}
.topbtn {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.topbtn a.installbtn {
	width: 201px;
	font-style: normal;
	font-weight: 900;
	font-size: 15px;
	line-height: 20px;
	padding: 15px 10px;
}
a.installbtn {
	font-family: "Satoshi", sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 10px;
	width: 331px;
	background: #0094ff;
	border-radius: 420px;
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 27px;
	color: #ffffff;
	text-transform: none;
}
a.installbtn:hover {
	background: #61bdff;
}
.herotext {
	text-align: center;
}
.herotext h1 {
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #464646;
	margin: 0;
}
.herotext h5 {
	font-style: normal;
	font-weight: 200;
	font-size: 32px;
	line-height: 40px;
	color: #464646;
	margin: 20px 0 80px;
}
.defaultbtn {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.screenshot {
	text-align: center;
	margin-top: 113px;
	margin-bottom: 100px;
}
.heading h2 {
	color: #000;
	text-align: center;
	padding: 0;
	font-size: 64px;
	line-height: 85px;
	font-weight: 500;
}
.heading h2 span {
	display: block;
}
.yellow {
	color: #f77f00;
}
h2.underline {
	position: relative;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 100px;
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 60px;
	color: #464646;
}
h2.underline:after {
	content: "";
	width: 124px;
	height: 11px;
	margin: 0 auto;
	background-image: url(../images/underline.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}
#Homesection {
	background-image: url(../images/bgpeturn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.icoblrub {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 85%;
	margin: 0 auto;
}
.blrubicon {
	border-radius: 12px;
	padding: 24px 46px;
	width: 22.5%;
	border: 3px solid #f1f1f1;
	border-radius: 16px;
}
.blrubicon h4 {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #000000;
}
.blrubicon p {
	text-align: center;
}
.boots {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 70px;
	margin-bottom: 120px;
}
.testimonialblock {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.testimonial {
	width: 49%;
	padding: 50px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	border: 3px solid #f1f1f1;
	border-radius: 16px;
	margin-bottom: 40px;
}
.testitextimg {
	display: flex;
}
.testitextimg {
	display: flex;
}
.avatarimg {
	width: 63px;
	margin-right: 10px;
}
.avatarimg img {
	width: 100%;
}
.testicontent {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.texttesti h4 {
	padding: 0;
	margin: 0;
	font-size: 27px;
	line-height: 36px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
}
.carouselsliderblock {
	width: 90%;
	max-width: 100%;
	margin: 0 auto;
}
.twoiconbox {
	display: flex;
	justify-content: center;
	margin-top: 100px;
	margin-bottom: 200px;
}
.twoiconblock {
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}
.twoiconblock p {
	text-align: center;
}
.twoiconblock h4 {
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #464646;
	margin: 0;
}

@media only screen and (max-width: 1300px) {
	.container {
		width: 90%;
	}
	.blrubicon {
		width: 21%;
	}
}
@media only screen and (max-width: 1099px) {
	.testimonial {
		width: 48%;
	}
	.screenshot img {
		width: 100%;
	}
	.heading h2 {
		font-size: 48px;
		line-height: 75px;
	}
	.icoblrub {
		width: 100%;
	}
}
@media only screen and (max-width: 980px) {
	.herotext h1 br {
		display: none;
	}
	.twoiconbox {
		margin-top: 50px;
		margin-bottom: 100px;
	}
	.blrubicon {
		width: 34%;
	}
}
@media only screen and (max-width: 600px) {
	.testimonial {
		width: 100%;
	}
	.twoiconbox {
		flex-direction: column;
	}
	.twoiconblock {
		margin: 10px 0;
	}
	.herotext h1 {
		font-size: 33px;
		line-height: 45px;
	}
	h2.underline {
		font-size: 36px;
		line-height: 43px;
	}
	.twoiconblock h4 {
		font-size: 26px;
		line-height: 35px;
	}
	.dfaultflex {
		flex-direction: column;
	}
	.dfaultflex.headflex {
		padding: 20px 0;
		justify-content: center;
	}
	.logo,
	.topbtn {
		width: 100%;
	}
	.logo {
		text-align: center;
		margin-bottom: 20px;
	}
	.topbtn {
		align-items: center;
	}
	h1,
	h2 {
		font-size: 42px;
		line-height: 52px;
	}
	.herotext h5 {
		font-size: 20px;
		line-height: 28px;
		margin: 30px 0 45px;
	}
	a.installbtn {
		width: 90%;
		font-size: 18px;
		line-height: 22px;
	}
	.screenshot {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.heading h2 {
		font-size: 38px;
		line-height: 60px;
	}
	h2.underline:after {
		width: 100%;
		right: 0;
	}
	.blrubicon {
		width: 100%;
	}
	.onethird {
		width: 100%;
		margin-bottom: 20px;
	}
	.center-slider .slick-current.slick-active {
		transform: scale(1);
	}
}

.chrome-icon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
