body {
	background-color: #fff;
	margin: auto;
	width: 100%;
	overflow: scroll;
	overflow-x: hidden;
	font-family: "Poppins", sans-serif;
}
.default-color {
	background-color: #ed661f;
}

@media all and (min-width: 1290px) {
	body {
		max-width: 1290px !important;
		margin: auto !important;
		height: 100%;
	}
}
body {
	width: 100%;
}
.active {
	border-bottom: 4px solid #ed661f !important;
}
.nav-prim-bar {
	position: fixed;
	background-color: inherit;
	width: 1290px;
	z-index: 4;
	background-color: #000;
}
.nav-bar {
	display: flex;
	justify-content: space-between;
	padding: 7px;
	align-items: center;
	width: 95%;
	margin: auto;
}
.nav-links > ul {
	display: flex !important;
	align-items: center;
}
.nav-links > ul > li > a {
	text-decoration: none;
	color: #fff;
	list-style: none;
	font-size: 18px;
	box-sizing: border-box;
	margin: 20px;
}
.nav-links > ul > li {
	list-style: none;
	font-weight: 600;
}
.nav-links > ul > li > a:hover {
	border-bottom: 4px solid #ed661f;
	font-weight: 600;
}
.nav-links ul > li > .visited-link:visited {
	color: #fff;
	font-weight: 900;
}
.logo > h1 {
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	font-size: 34px;
}
.btn {
	padding: 20px;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600 !important;
	cursor: pointer;
}
.login-btn {
	background-color: #000;
	color: #fff;
	font-size: 18px;
	border: none;
	font-weight: 600;
	cursor: pointer;
	box-sizing: border-box;
}
.login-btn:hover {
	border-bottom: 4px solid #ed661f;
}
#getstarted-btn {
	cursor: pointer;
	font-size: 20px;
}
#getstarted-btn:hover {
	box-shadow: #ed661f 0px 2px 4px 0px, #ed661f 0px 2px 16px 0px;
}
.get-started-btn {
	width: 20%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.welcome-section {
	width: 100%;
}
.welcome-section .img-element {
	width: inherit;
	position: relative;
	display: flex;
	align-items: center;
}
.welcome-section .img-element > img {
	width: inherit;
}
.description-container {
	display: block;
	position: absolute !important;
	top: 12rem;
}
.description-container .position-conta {
	align-items: center;
	width: 90%;
	margin: auto;
}
.description-container .position-conta > img {
	width: 53%;
	float: right;
	clear: left;
	box-sizing: border-box;
	padding-bottom: 89px;
}
.position-conta > h2 {
	font-weight: 700;
	font-size: 40px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.position-conta > p {
	font-weight: 500;
	font-size: 18px;
}
#explor-btn {
	cursor: pointer;
	font-size: 30px;
	padding: 25;
}
.statistics-agri {
	position: absolute;
	display: flex;
	background-color: #fff;
	right: 0;
	bottom: 0;
	margin-right: 12%;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.statistics-agri .agri-rates {
	justify-content: center;
	text-align: center;
	margin: 30px;
}
.statistics-agri .agri-rates > p {
	font-weight: 650;
	font-size: 18px;
}
#explor-btn:hover {
	box-shadow: #ed661f 0px 2px 4px 0px, #ed661f 0px 2px 16px 0px;
}
.description-sec {
	display: flex;
	align-items: center;
	margin: 70px auto 10px;
	width: 90%;
}
.container-descr > img {
	width: 700px;
}
.text-title {
	box-sizing: border-box;
	margin-bottom: 2px;
}
.rule-line {
	height: 4px;
	width: 80px;
	margin-left: 0;
	margin-top: 0;
	padding-top: 0;
	border: none;
}
.container-descr > p {
	font-size: 17px;
}
.container-description {
	width: 100;
	font-size: 17px;
	word-wrap: break-word;
}
.product-categ {
	width: 90%;
	margin: 20px auto 10px;
}
.product-categ .title-categ {
	width: 46%;
	margin: auto;
	text-align: center;
}
.product-categ .title-categ > p {
	font-size: 18px;
}
.title-hr-line {
	height: 4px;
	width: 17%;
	margin-top: 20px;
	padding-top: 0;
	border: none;
}
.card-elements {
	width: 22%;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
}
.card-elements:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.img-card {
	width: 85%;
}
.img-card > img {
	width: 100%;
}
.proprties-sect > h6 {
	font-size: medium;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: 600;
}
.popular-list {
	display: flex;
	margin-top: 15px;
	align-items: center;
	justify-content: space-between;
}
.most-popular {
	margin-top: 90px;
}
.show-more {
	width: 90%;
	margin: 70px;
}
.float-side {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.btn-more {
	display: flex;
	align-items: center;
}
.fa-right-long {
	font-size: 40px;
	margin-left: 15px;
	color: #ed661f;
}
.see-more {
	font-size: 23px;
	border: none;
	background-color: inherit;
	font-weight: 600;
}
.see-more-hr {
	width: 40px !important;
	margin-left: 9px !important;
}
.empty-con {
	height: 25px;
	background-color: grey;
	margin-top: 80px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px -10px 4px -4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px -10px 4px -4px rgba(0, 0, 0, 0.6);
	box-shadow: 0px -10px 4px -4px rgba(0, 0, 0, 0.6);
}
.rating-section {
	margin-top: 60px;
}
.rating-cards {
	display: flex;
	align-items: center;
	margin-top: 30px;
	justify-content: space-between;
}
.cards-prime {
	width: 22%;
	padding: 10px 35px 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
	height: 340px;
	cursor: pointer;
}
.cards-prime:hover {
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.material-symbols-rounded {
	font-size: 60px;
	color: #ed661f;
}
.cards-prime > h2 {
	font-size: 30px !important;
}
.star-rating-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
.profile-details {
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.profile-details .profile-img {
	height: 50px;
}
.profile-details .profile-img > img {
	height: inherit;
}
.profile-details > P {
	font-weight: 600;
	margin-left: 30px;
}
.margin-top {
	margin-top: 63px;
}
.rating-title {
	width: 90%;
	margin: auto;
}
.input-form {
	background-color: #000;
	width: 90%;
	margin: auto;
	justify-content: center;
	text-align: center;
	padding: 64.5px;
	margin-bottom: 5px;
}
.form-title > p {
	color: #fff;
	font-size: 20px;
}
.color-input {
	color: #fff;
	font-weight: 500 !important;
	font-size: 37px !important;
}
.submit-email > input {
	height: 40px !important;
	width: 30%;
	font-size: 20px;
	padding-left: 29px;
	color: #000;
}
#subscribe {
	font-size: 22px;
	background-color: #ed661f;
	color: #fff;
	border: none;
	padding: 10px 20px 10px 20px;
	font-weight: 500;
	cursor: pointer;
}
#subscribe:hover {
	box-shadow: #ed661f 0px 2px 4px 0px, #ed661f 0px 2px 16px 0px;
}
.submit-email {
	display: flex;
	align-items: center;
	margin: auto;
	width: inherit;
	justify-content: center;
}
.logo-info > p {
	color: #fff;
	width: 70%;
	font-weight: 500;
}
.icons-social {
	display: flex;
	align-items: center;

	width: 30%;
	justify-content: space-between;
}
.icons-social > img {
	background-color: azure;
	height: 18px;
	border-radius: 50%;
	padding: 5px;
	cursor: pointer;
}
.min-title {
	color: #fff;
	font-weight: 500;
}
.iphon-android {
	display: flex;    
	justify-content: space-around;
	align-items: flex-start;
	flex-direction: column;
}
#img1 {
	height: 40px;
}
#img2 {
	height: 120px;
}
.first-li-column > ul > li {
	list-style-type: none;
	color: #fff;
	padding-bottom: 30px;
	padding-left: 0;
	font-weight: 500;
	cursor: pointer;
}
.first-li-column > ul {
	padding-left: 0px;
}
.footer-container {
	display: flex;
	justify-content: space-between;
	background-color: #000;
	padding: 0px 60px 0px;
}
.right-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.first-li-column {
	margin-left: 70px;
	height: 200px;
}
.left-container {
	margin-top: 110px;
}
.terms-service {
	background-color: #000;
	margin-top: 0;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 30px;
}
.terms {
	font-size: 16px !important;
	font-weight: 600;
}