/* google font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
* {
	margin: 0%;
	padding: 0%;
	font-family: "Poppins";
}
.hero_wrap {
	height: 100vh;
	background-image: url("../img/hero-cycle.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero {
	width: 1200px;
	margin: 0 auto;
}
header {
	background-color: #fff;
	display: grid;
	grid-template-columns: 20% 60% 20%;
	justify-items: center;
	align-items: center;
}
.menu {
}
.menu_ul {
	list-style: none;
}
.menu_li {
	float: left;
}
.menu_link {
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 25px 40px;
}
.menu_link_active {
	color: #a0d627;
}
.add_to_cart_header {
	display: grid;
	grid-template-columns: 1fr 50px 50px;
	justify-items: center;
	align-items: center;
	text-align: center;
}
.add_to_cart_header > i {
	font-size: 20px;
}
.hero_slider {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	align-items: center;
	position: relative;
	height: 100vh;
	margin-top: -70px;
}
.slide_number {
	display: grid;
	align-items: center;
	justify-items: center;
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 50px;
	width: 50px;
	color: #fff;
	background-color: #a0d627;
	border-radius: 100%;
}
.cmn_btn {
	padding: 10px 20px;
	border: none;
	outline: none;
	border-radius: 10px;
	margin-top: 35px;
	cursor: pointer;
	margin-right: 10px;
}
.button_green {
	background-color: #a0d627;
}
/* about */
.about_wrap {
	width: 100%;
}
.about {
	width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 100px 10px;
	align-items: center;
}
.about_button {
	background: #a0d627;
}
.about_para {
	color: rgb(90, 90, 90);
}
.about_heading {
	font-size: 50px;
}
.about_right {
	position: relative;
}
.about_heading_after {
	height: 40px;
	width: 6px;
	background-color: #a0d627;
	position: absolute;
	right: 38%;
	top: 7%;
}
/* top sale */
.top_sale_cycles_wrap,
.featured_cycles_wrap,
.new_cycles_wrap {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #f5f5f5;
	padding: 150px 0px 100px 0px;
	position: relative;
}
.featured_cycles_wrap,
.new_cycles_wrap {
	margin-top: 100px;
}
.top_sale_cycles_box_wrap,
.featured_cycles_box_wrap,
.new_cycles_box_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
	justify-content: space-evenly;
	width: 900px;
	margin: 0 auto;
}
.top_sale_cycles,
.new_cycles,
.featured_cycles {
	background-color: #fff;
	padding: 25px 25px 0px 25px;
	height: 200px;
}
.top_sale_cycles_details,
.new_cycles_details,
.featured_cycles_details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: start;
}
.top_sale_cycles_heading,
.new_cycles_heading,
.featured_cycles_heading {
	background-color: black;
	color: white;
	font-size: 30px;
	padding: 10px;
	display: inline-block;
	position: absolute;
	top: 0%;
}
.top_sale_cycles_button,
.new_cycles_button,
.featured_cycles_button {
	background-color: #a0d627;
}
/* testemonials */
.testemonials_wrapper {
	position: relative;
	height: auto;
	padding-bottom: 100px;
	padding-top: 100px;
	width: 1200px;
	margin: 0% auto;
}
.testemonials_heading {
	text-align: center;
	font-size: 20px;
}
.testemonials_heading_after {
	height: 40px;
	width: 6px;
	background-color: #a0d627;
	position: absolute;
	right: 24%;
	top: 110px;
}
.testemonials_heading_para {
	border: 1px solid #ddd;
	padding: 25px;
	width: 70%;
	margin: 0 auto;
	margin-top: 100px;
	color: #a1a1a5;
	text-align: center;
}
.testemonials_img {
	height: 120px;
	width: 120px;
	border-radius: 100%;
	outline: 8px solid #a0d627;
}
.testemonials_profile_wrap {
	text-align: center;
	margin-top: 30px;
}
.testemonials_profile_para {
	color: #a0d627;
}
.testemonials_profile_head {
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}
.testemonials_nav > div {
	height: 25px;
	width: 25px;
	background-color: #252525;
	border-radius: 100%;
	float: left;
	margin: 5px;
}
.testemonials_nav {
	display: grid;
	grid-template-columns: 30px 30px 30px;
	justify-content: center;
	margin-top: 50px;
}
.active_nav {
	background-color: #a0d627 !important;
}
/* contact */
.contact_wrap {
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	width: 100%;
	height: 80vh;
}
.contact {
	width: 1200px;
	margin: 0 auto;
	display: grid;
	align-items: center;
	height: 100%;
}
.fullName,
.numberinput,
.emailinput,
.textareainput {
	outline: none;
	border: none;
	border-radius: 5px;
	padding: 10px 3px;
	width: 500px;
}
.numberinput,
.emailinput {
	width: 240px;
	margin: 25px 0px;
	margin-right: 10px;
}
.contact_heading {
	color: #fff;
	position: relative;
	padding-top: 50px;
	padding-bottom: 30px;
}
.contact_after {
	height: 40px;
	width: 6px;
	background-color: #a0d627;
	position: absolute;
	left: 20%;
	top: 42%;
}
.contact_buton {
	background-color: #a0d627;
	margin-bottom: 50px;
}
/* subscribe */
.subscribe_wrap {
	width: 100%;
	height: auto;
}
.subscribe {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.subscribe_after {
	height: 40px;
	width: 6px;
	background-color: #a0d627;
	position: absolute;
	top: 7%;
	right: 28%;
}
.subscribe_heading {
	position: relative;
}
.subscribe_button {
	background-color: #a0d627;
}
.subscribe_input {
	width: 30%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 5px;
	outline: none;
	border-radius: 5px;
	border: 2px solid rgb(129, 127, 127);
}
/* footer */
footer{
	width: 100%;
	margin: 100px 0px 0px 0px;
	padding: 100px 0;
	height: auto;
	background-color: #252525;
}
.footer_wrap,
.copyright_section{
	width: 1200px;
	margin: 0 auto;
	color: #a1a1a5;
}
.footer_wrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;
}
.footer_middle,
.footer_right{
	margin-top: 60px;
}
.footer_middle_head,
.footer_right_head{
	color: #fff;
}
.footer_right>a{
	text-decoration: none;
	display: grid;
	color: #ddd;
}
.copyright_section{
	text-align: center;
}
.copyright_section>p>a{
	color: #a0d627;
}