* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
/* header section start */
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header_first {
  border-bottom: 1px solid rgba(18, 30, 50, 0.5);
  width: 100%;
}
.header_first .first_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  max-width: 1207px;
  margin: 0 auto;
}

.header_first .logo {
  max-width: 181.887px;
  height: 40px;
}
.header_first .search {
  display: flex;
  align-items: center;
  display: inline-flex;
  padding: 4.5px 6px 3.5px 20px;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  border-radius: 28px;
  border: 1px solid rgba(18, 30, 50, 0.5);
  background: #fff;
}
.search input {
  border: none;
  outline: none;
  width: 500px;
  height: 35px;
}
.search .search_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #98f3b7;
  border-radius: 30px;
  padding: 10px 30px;
}
.header_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.header_icons .user_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.user_icon img {
  background: #98f3b7;
  border-radius: 50%;
}
.user_icon a {
  color: #121e32;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.header_second {
  width: 1207px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.header_second .nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.header_second .nav a {
  color: #121e32;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.header_second ul > li:first-child {
  border-radius: 34px;
  background: #005503;
  padding: 6px 22.5px 6px 21.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #fff;
}
.header_second ul > li:first-child a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.header_second ul > li:nth-child(2) a {
  color: #ff8b1a;
}
.header_second ul > li:nth-child(3) a {
  color: #098b54;
}
.header_second .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.rating div:first-child {
  display: flex;
  width: 75px;
  padding: 3px 13px 3px 13px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-radius: 25px;
  border: 1px solid rgba(9, 139, 84, 0.83);
}
.rating > div:nth-child(2) {
  display: flex;
  width: 194px;
  padding: 3px 24.5px 4px 25px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(9, 139, 84, 0.83);
  border-radius: 25px;
}
.rating > div:nth-child(2) span {
  width: 139px;
  color: #121e32;
  font-family: Raleway;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
/* header setion end */
/* pencils and cards section start */
.pencils_and_cards {
  height: 274px;
  flex-shrink: 0;
  background: rgba(82, 56, 246, 0.65);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pencils_and_cards .text {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  margin-left: 150px;
}
.pencils_and_cards .text h3 {
  color: #fff;
  font-family: Raleway;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 107.692% */
  max-width: 318px;
}
.pencils_and_cards .text span {
  color: #fff;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 175% */
}
.pencils_and_cards .text p {
  max-width: 518px;
  color: #fff;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.pencils_and_cards .text button {
  display: inline-flex;
  padding: 8px 46px 7px 47px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #fff;
  border: none;
}
.pencils_and_cards .text button a {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
/* pencils and cards section end */

.category_product_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.category_container {
  width: 280px;
  height: 1708px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: -18%;
  padding-right: 30px;
}
.category_container .category_box {
  max-width: 280px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
  padding: 25px 65px 25px 25px;
}
.product_container {
  padding: 15px;
  max-width: 923px;
  /* height: 1708px; */
}
.category_box h3 {
  color: #002967;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  position: relative;
}
.category_box h3::before {
  content: "";
  width: 65%;
  height: 2px;
  background: black;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.category_box span {
  color: #001b43;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.category_box ul li {
  color: #000;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.category_box .plastic_pens a,
.category_box .metal_pens a {
  color: rgba(9, 139, 84, 0.83);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.category_box:nth-child(2) {
  padding: 15px;
}
.wrapper {
  max-width: 200px;
  margin-top: 20px;
}
.wrapper header h2 {
  color: #121e32;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: start;
}

.price-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 25px;
  align-items: center;
}
.price-input .field span {
  color: rgba(0, 0, 0, 0.7);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: strikethrough;
  margin: 0 5px;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: rgba(9, 139, 84, 0.83);
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: #000;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.colors_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  margin: 30px 0;
}
.colors_container h3 {
  color: #121e32;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}
.colors_container .colors_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.colors_container .colors_box .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.colors_container .colors_box .box div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.colors_container .colors_box .colors {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #111;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.colors_container .colors_box .box:nth-child(2) .colors {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #4ba6e9;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.colors_container .colors_box .box:nth-child(3) .colors {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #e0c670;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.colors_container .colors_box .box:nth-child(4) .colors {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #7cd88c;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.colors_container .colors_box .box:nth-child(5) .colors {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #e54c4c;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.colors_container .colors_box .box:nth-child(6) .colors {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #b088cb;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.colors_container .colors_box .box:nth-child(7) .colors {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #fce67e;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.colors_container .colors_box .colors .count {
  color: rgba(0, 0, 0, 0.5);
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.colors_container .colors_box .box input {
  width: 18px;
  height: 18px;
}
.category_box:nth-child(3) {
  width: 230px;
  height: 538px;
}
.product_container {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.product_container h3 {
  color: #121e32;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 25px;
}
.product_box {
  /* margin: 15px 20px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.product_box .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(25% - 10px);
  height: 280px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 4px 6px 10.9px 0px rgba(0, 0, 0, 0.15);
}

.box .product-image {
  max-width: 165px;
  height: 178px;
}
.box .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-description {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 90%;
  margin: 0 auto;
}
.product-description .product-title {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.product-description .price {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.product-description .rating {
  display: flex;
  gap: 5px;
  align-items: center;
}
.product-description div {
  display: flex;
  justify-content: space-between;
}
.product-description div span {
  color: #000;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.rating img {
  width: 15px;
  height: 15px;
}
.rating span {
  color: rgba(0, 0, 0, 0.7);
  font-family: Raleway;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 45px 0;
}
.pagination a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination ul {
  display: flex;
  padding: 10px 28px;
  justify-content: space-between;
  gap: 27px;
  align-items: center;
  border-radius: 70px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
/* frame section start */
.frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1209px;
  margin: 0 auto;
}
.frame .image {
  max-width: 449px;
  display: flex;
  align-items: end;
  justify-content: center;
 }
.frame .image img {
  width: 100%;
  height:auto;
 }
.frame .question {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
.frame .question span {
  color: #121e32;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.frame .question p {
  color: #121e32;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.frame .question input {
  display: flex;
  width: 542px;
  height: 50px;
  padding: 14px 390px 14px 25px;
  align-items: center;
  flex-shrink: 0;
  border: none;
  border-radius: 28px;
}
.frame .question button {
  display: flex;
  width: 307px;
  height: 50px;
  padding: 17px 0px 16px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  background: rgba(9, 139, 84, 0.83);
  color: #fff;
  border: none;
}
/* frame section end */
/* footer section start */
footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  background: #073218;
  padding: 65px 0 0 0;
}
.footer_service {
  width: 1209px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
.footer_logo {
  max-width: 225px;
  height: 50px;
  flex-shrink: 0;
}
.footer_logo img {
  width: 100%;
}
.services_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.services_container ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  margin: 0 55px;
}
.services_container ul li {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.footer_service .social_icons {
  display: flex;
  width: 210px;
  align-items: center;
  gap: 20px;
}
.footer_card {
  background: rgba(4, 62, 150, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 72px 160px 15px 140px;
  gap: 332px;
  margin-top: 25px;
}
.footer_card p {
  color: rgba(255, 255, 255, 0.5);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.footer_card ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer_card ul li {
  display: flex;
  width: 83px;
  height: 43px;
  padding: 7px 16px 5.083px 17px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
/* footer section end */
