.bolder {
  font-weight: 700;
}

header {
  font-size: 15px;
  line-height: 1;
  width: 100%;
  background-color: #383838;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  min-width: 330px;
}

.header {
  width: 90%;
  margin: 0 auto;
}

.header .figure {
  width: 70px;
}

footer i {
  font-size: 30px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

footer i:hover {
  color: #d35266;
}

.header ul a i {
  font-size: 18px;
}

.header .figure i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  margin-right: 5px;
  color: #888;
}

.header .figure i:hover {
  color: #d35266;
}

.copyright span {
  font-size: 0.8em;
  color: #888;
}

.header .figure span {
  color: #888;
}

.header .btn-post {
  margin-left: 2em;
  background-color: #d35266;
  font-weight: 700;
  border-radius: 7px;
  padding: 7px 10px;
  border: 1px solid #d35266;
}

.header ul {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: clamp(10px, 11px, 12px);
  min-width: 256px;
  max-width: 600px;
  padding-left: 5px;
}

.filter li {
  background-color: white;
  max-width: 100%;
  border-radius: 4px;
}

.social-media li {
  padding: 0 1em;
}

.header ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}

.categories a {
  font-size: 0.8em;
  color: #888;
  -webkit-transition: color 10ms ease-in;
  transition: color 10ms ease-in;
}

.social-media a {
  color: #888;
}

.header ul a {
  color: #888;
}

.filter li a {
  font-size: 11px;
  color: #383838;
}

.slider .card-title a {
  color: #24a50a;
}

.categories a:hover {
  text-decoration: none;
  color: #383838;
}

.header ul a:hover {
  color: #0d9e14;
  text-decoration: none;
}

.wrapper-header {
  background-color: #109b17;
  padding: 15px 0;
  width: 100%;
  border-radius: 2px;
}

.header-search {
  width: 80%;
  margin: 0 auto;
}

.header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 310px;
  border: 1px solid #d35266;
  border-radius: 6px;
  overflow: hidden;
}

.header-search form .dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #888;
  width: 150px;
  background-color: white;
}

.slider .card-title a:hover {
  color: #e65a6f;
  text-decoration: none;
}

.header-search form .dropdown a:hover {
  text-decoration: none;
}

.filter input {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 0;
  -webkit-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
}

.header-search input {
  min-width: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline-block;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header-search input:focus {
  -webkit-transform: translate(-2px);
  transform: translate(-2px);
  -webkit-box-shadow: 1px 1px 3px #d9d9d9;
  box-shadow: 1px 1px 3px #d9d9d9;
}

.header-search .toggle {
  padding-left: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.header-search .toggle:hover {
  color: white;
}

.header-search .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #383838;
  border: 1px solid #383838;
  border-radius: 2px;
  color: #888;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  width: 70px;
}

.header-search .search:hover {
  color: #e2e2e2;
  text-decoration: none;
}

.filter {
  padding: 0;
  position: relative;
  left: 34px;
  width: 80%;
}

.filter ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter input:focus {
  border: 2px solid white;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header-ttl {
  font-size: 1.1em;
  color: #888;
  padding: 15px;
  margin: 0;
}

.hot-ads {
  height: 100%;
}

.slider {
  position: relative;
  width: 500%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slider 20s infinite;
  animation: slider 20s infinite;
}

.slider .cardo {
  height: 100%;
  width: 20%;
  border: 0;
}

.slider img {
  float: left;
  max-width: 200px;
  height: 150px;
}

.slider .card-body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.slider .card-text {
  color: #888;
  font-size: 1.2em;
  margin-bottom: 1.5em;
  line-height: 1.2;
}

.slider label {
  border-radius: 5px;
  border: 1px solid #d35266;
}

.slider .btn {
  background-color: #d35266;
  border-radius: 0;
  color: rgb(19, 1, 1);
  -webkit-transition: all 120s ease-in-out;
  transition: all 120s ease-in-out;
  border: 2px solid #d35266;
}

.slider .btn:hover {
  background-color: #e65a6f;
  border: 2px solid #ab4454;
}

.slider .btn-price {
  margin-right: -5px;
}

@-webkit-keyframes slider {
  0% {
    left: 0;
  }

  20% {
    left: 0;
  }

  25% {
    left: -100%;
  }

  45% {
    left: -100%;
  }

  50% {
    left: -200%;
  }

  70% {
    left: -200%;
  }

  75% {
    left: -300%;
  }

  95% {
    left: -300%;
  }

  100% {
    left: -400%;
  }
}

@keyframes slider {
  0% {
    left: 0;
  }

  20% {
    left: 0;
  }

  25% {
    left: -100%;
  }

  45% {
    left: -100%;
  }

  50% {
    left: -200%;
  }

  70% {
    left: -200%;
  }

  75% {
    left: -300%;
  }

  95% {
    left: -300%;
  }

  100% {
    left: -400%;
  }
}

.sales h2 {
  border-bottom: 1px solid #110202;
  -webkit-box-shadow: 1px;
  box-shadow: 1px;
  padding-bottom: 5px;
}

.sales .card {
  border: 0;
}

.sales .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #110303;
  -webkit-box-shadow: 1px 1px 1px #030101;
  box-shadow: 1px 1px 1px #030101;
}

.sales .card img {
  height: 200px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.sales .new {
  color: #d35266;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 0;
}

.sales .ship {
  font-size: 11px;
}

.sales .from {
  color: #888;
  text-transform: capitalize;
}

.sales .add-sign {
  border: 1px solid #888;
  border-radius: 5px;
  padding: 2px 6px;
  -webkit-transition: background-color 0.2s ease-out, color 0.1s ease-in-out;
  transition: background-color 0.2s ease-out, color 0.1s ease-in-out;
}

.sales .add-sign:hover {
  background-color: #383838;
  border: 1px solid #383838;
  color: #d35266;
}

.sales .card-price {
  font-size: 2em;
  font-weight: 900;
  color: #d35266;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.sales .card-price:hover {
  color: #e65a6f;
}

footer {
  border: 1px solid #d9d9d9;
}

footer .text-logo {
  font-size: 1.2em;
  font-weight: 900;
  display: inline-block;
  line-height: 1;
}

footer .about p {
  font-size: 1.3em;
  color: #888;
}

.categories h3 {
  color: #d35266;
  font-size: 1.0em;
  border-bottom: 1px solid #d35266;
  -webkit-transition: color 10ms ease-in;
  transition: color 10ms ease-in;
}

.categories h3:hover {
  color: #e65a6f;
}

.categories ul {
  list-style: none;
  padding: 0;
}
.contact {
  background: var(--black);
}

.contact .heading {
  color: var(--white);
}

.contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.contact .row .map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
  width: 100%;
}

.contact .row form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
  background: var(--white);
  padding: 2rem;
}

.contact .row form h3 {
  font-size: 2.5rem;
  color: var(--black);
  text-transform: capitalize;
}

.contact .row form p {
  font-size:1.5rem;
  color: var(--black);
  text-transform: capitalize;
}
.contact .row form .box {
  margin: 0.7rem 0;
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: var(--border);
  font-size: 1.6rem;
  color: var(--light-color);
}

.contact .row form .box:focus {
  border-color: var(--yellow);
}

.contact .row form textarea {
  height: 15rem;
  resize: none;
.info ul {
  list-style: none;
  padding: 0;
}

.info ul li {
  padding: 2px 1.6em;
  margin: 5px 0;
}

.info .left-info {
  color: #d35266;
}

.info .left-info li {
  padding-left: 0;
}

.info .right-info li {
  border: 1px solid #d9d9d9;
}

.info .right-info li:hover {
  -webkit-box-shadow: 1px 1px 5px #d9d9d9;
  box-shadow: 1px 1px 5px #d9d9d9;
}

.copyright {
  border-top: 1px solid #d9d9d9;
}

.copyright ul {
  list-style: none;
  padding: 0;
}

.social-media ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact {
  background: var(--black);
}

.contact .heading {
  color: var(--white);
}

.contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.contact .row .map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
  width: 100%;
}

.contact .row form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
  background: var(--white);
  padding: 2rem;
}

.contact .row form h3 {
  font-size: 2.5rem;
  color: var(--black);
  text-transform: capitalize;
}

.contact .row form p {
  font-size:1.5rem;
  color: var(--black);
  text-transform: capitalize;
}
.contact .row form .box {
  margin: 0.7rem 0;
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: var(--border);
  font-size: 1.6rem;
  color: var(--light-color);
}

.contact .row form .box:focus {
  border-color: var(--yellow);
}

.contact .row form textarea {
  height: 15rem;
  resize: none;