/* header */
.header {
  position: relative;
}

.header img.bg {
  width: 100%;
}

.header img.bg-mobile {
  display: none;
}

.header-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header-form {
  position: relative;
  margin: 0 auto;
  width: fit-content;
}

.header-form div {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  gap: 8px;
}

.header-form img {
  width: 18.76px;
}

.header-form input {
  width: 625px;
  height: 56px;
  padding: 0px 24px;
  border-radius: 16px;
  background: #fff;
  backdrop-filter: blur(16.950000762939453px);
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #0c0c24;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-right: 110px;
}

.header-form div > p {
	color: var(--primary);
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

/* why buy */
.why-buy {
  background-color: #f7f7fb;
  padding: 100px 60px 120px;
}

.why-buy-header p {
  width: 440px;
  color: #333;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.why-buy-list {
  margin-top: 60px;
}

.why-buy-list > div {
  width: calc(20% - 16px);
}

.why-buy-list img {
  width: 60px;
  display: block;
  margin: 0 auto;
}

.why-buy-list div p:nth-child(2) {
  color: #0c0c24;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 16px;
}

.why-buy-list div p:nth-child(3) {
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #333;
}

/* about */
.about {
  margin-top: 120px;
  position: relative;
  border-radius: 8px;
}

.about img {
  width: 100%;
  border-radius: 8px;
}

.about img.bg-mobile {
  display: none;
}

.about-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  padding-right: 140px;
}

.about-content img {
  width: 178px;
}

.about-content > div {
  width: 800px;
}

.about-content > div > p:nth-child(1) {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.about-content > div > p:nth-child(2) {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

/* products */
.products {
  padding: 120px 0px 142px;
}

.products-header {
  padding: 0 60px;
}

	.products-header a {
		color: var(--primary);
		font-size: 16px;
		font-weight: 600;
		line-height: normal;
	}

.products-header a.view-all-mobile {
  display: none;
}

.products-list {
	display: flex;
	gap: 20px;
	margin-top: 40px;
	width: auto;
	overflow: hidden;
	margin-left: 60px;
	padding-right: 60px;
	transition: all 0.5s;
	scroll-behavior: smooth;
}

.products-item {
	width: 315px;
	min-width: 315px;
	border-radius: 8px;
	border: 1px solid #ededed;
	
	gap: 16px;
}

.products-item img {
  width: 100%;
  border-radius: 8px;
}

.products-item > div {
  padding: 10px 24px 24px;
}

.products-title p {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.card-product-title {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.products-title a {
	border-radius: 16px;
	background: rgba(49, 144, 4, 0.1);
	padding: 6px 12px;
	color: #00773e;
	font-size: 10px;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.card-product-title a {
	color: var(--primary);
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	border-radius: 0px;
	background: none;
	padding: 0px;
}

.products-item > div > p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;

}

.products-item > div > span {
	color: var(--primary);
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}

.slider-footer {
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.slider-footer > div:nth-child(1) {
  flex-grow: 1;
  height: 1px;
  background-color: #ededed;
  position: relative;
}

	.slider-footer > div:nth-child(1) > div {
		border-radius: 33px;
		background-color: var(--primary);
		height: 3px;
		width: 271px;
		position: absolute;
		left: 0px;
		top: -1px;
		transition: all 0.5s;
	}

.slider-footer > div:nth-child(2) {
  gap: 24px;
  margin-left: 40px;
}

.slider-footer img {
  width: 48px;
  cursor: pointer;
}

/* comments */
.comments {
  padding-bottom: 142px;
  background-color: #f7f7fb;
}

.comments .section-title {
  padding-left: 60px;
}

.comments-list {
	display: flex;
	gap: 20px;
	margin-top: 40px;
	width: auto;
	overflow: hidden;
	margin-left: 60px;
	padding-right: 60px;
	transition: all 0.5s;
	scroll-behavior: smooth;
}

.comments-item {
	border-radius: 8px;
	border: 1px solid #ededed;
	background-color: #fff;
	padding: 32px 24px;
	width: 538px;
	min-width: 538px;
	gap: 16px;
}

.comments-item img {
  width: 24px;
}

.comments-item > div > p {
  color: #0c0c24;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.comments-item > div > div {
  gap: 2px;
}

.comments-item > p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.comments-item > p:last-child {
  color: #0c0c24;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

/* auto complete */
.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 85%;
	left: 0;
	right: 0;
}

	.autocomplete-items div {
		padding: 10px;
		cursor: pointer;
		background-color: #f9f8fc;
		border-bottom: 1px solid #d4d4d4;
		font-family: Montserrat;
	}


		/*when hovering an item:*/
		.autocomplete-items div:hover {
			background-color: #e9e9e9;
		}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}
