@import url("https://fonts.googleapis.com/css2?family=Courier+Prime&family=Open+Sans&family=Young+Serif&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
h3 {
  display: inline-block;
}
.text-courier {
  font-family: "Courier New", Courier, monospace;
}
.text-opensans {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  font-style: italic;
}
.text-youngSerif {
  font-family: "Young Serif", serif;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.navbar {
  border-bottom: 1px solid black;
}
.container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-img {
  width: 150px;
}
.logo-poly-img {
  width: 50px;
}
#call-icon {
  height: 58px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-image {
  width: 100%;
}

.hidden-menu {
  position: absolute;
  top: 101%;
  left: -200%;
  width: 300px;
  background-color: white;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.5s ease-in-out;
}
.hidden-menu.open {
  display: flex;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.toogle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.menu-btn_lines {
  position: absolute;
  width: 30px;
  height: 2px;
  background: black;
  transition: all 0.5s ease-in-out;
}
.menu-btn_lines::before,
.menu-btn_lines::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: black;
  transition: all 0.5s ease-in-out;
}

.menu-btn_lines::before {
  transform: translateY(-10px);
}

.menu-btn_lines::after {
  transform: translateY(10px);
}

.toogle.open .menu-btn_lines {
  background: black;
  transform: rotate(-45deg);
}

.toogle.open .menu-btn_lines::after,
.toogle.open .menu-btn_lines::before {
  transform: rotate(90deg);
}
.menu-ul {
  width: 100%;
}
.menu-list {
  margin-top: 1rem;
  border-bottom: 1px solid black;
  width: 100%;
}
.menu-list ul li {
  width: 60%;
}
.menu-list a {
  padding-left: 1rem;
  display: inline-block;
  width: 50%;
}
/* info section */

.info-section {
  padding: 3rem 0;
  border-bottom: 1px solid black;
}

.main-text {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 1.3rem;
}

.light-heading {
  font-weight: normal;
  font-size: 1.5rem;
  font-style: italic;
  word-spacing: 0.5rem;
  margin-bottom: 3rem;
}

.main-heading {
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
}

.promo {
  width: 60%;
  display: flex;
  margin: 0 auto;
  padding-top: 2rem;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.promo img {
  width: 100%;
}
.promo p {
  width: 50%;
  font-size: 1.6rem;
}
.promo > a {
  width: 50%;
}
.promo a {
  color: brown;
  text-decoration: underline;
}
.promo a:hover {
  font-size: 2rem;
}

/*footer */

.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
}
.card {
  width: 30%;
}
.footer-flex li {
  margin-bottom: 0.5rem;
}
.middle-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.social-list {
  margin-top: 1rem;
}
.social-list li {
  display: inline;
}

/*Products */
main {
  border-bottom: 1px solid black;
  padding-top: 2rem;
}
.items-container {
  width: 60%;
  margin: 0 auto;
}
.item-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.reverse {
  flex-direction: row-reverse;
}
.product-img {
  padding: 2rem;
  width: 50%;
}
.left-text {
  padding-top: 2rem;
  display: flex;
}
.full-text {
  width: 100%;
  margin-bottom: 1rem;
}
.half-text {
  width: 60%;
}
.table-stats {
  margin-top: 2rem;
  font-size: 0.7rem;
}
table {
  width: 100%;
  border-collapse: collapse;
}
tr {
  border-bottom: 1px solid black;
}
.right-align {
  text-align: right;
}
.right-align-table {
  text-align: right;
}
.right-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.text-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  align-items: flex-end;
}
.italic {
  font-style: italic;
}
.border-bottom {
  border-bottom: 1px solid black;
}
.about {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.about-img {
  width: 50%;
}

.about-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
}
.about-flex > p {
  margin-bottom: 2rem;
  padding-left: 1rem;
}

.about-text {
  width: 50%;
}
.contact-info {
  padding-left: 1rem;
}

.sales-section {
  width: 100%;
}
.sales-container {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sales-info {
  width: 50%;
}
.sales-pic {
  width: 50%;
}
.sales-img {
  width: 100%;
}
.heading-city {
  margin: 1rem 0;
}
.sales-info li {
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 1501px) {
  .items-container {
    width: 45%;
  }
  .full-text {
    font-size: 1.4rem;
  }
  .left-text p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1500px) {
  .items-container {
    width: 55%;
  }
  .full-text {
    font-size: 1.1rem;
  }
  .left-text p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1366px) {
  .full-text {
    font-size: 0.9rem;
  }
  .left-text p {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 1150px) {
  .full-text {
    font-size: 0.7rem;
  }
  .left-text p {
    font-size: 0.5rem;
  }
  .items-container {
    width: 75%;
  }
}

@media only screen and (max-width: 900px) {
  .full-text {
    font-size: 0.5rem;
  }
  .left-text p {
    font-size: 0.3rem;
  }
  .items-container {
    width: 85%;
  }
}
@media only screen and (max-width: 900px) {
  .items-container {
    width: 90%;
  }
  .item-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .half-text {
    width: 70%;
    margin: 0 auto;
    font-size: 1rem;
  }
  .full-text {
    text-align: center;
    font-size: 1rem;
  }
  .left-text p {
    font-size: 0.9rem;
  }
  .right-align {
    text-align: center;
  }
  .half-text p {
    text-align: center;
  }
  .about {
    flex-direction: column;
    width: 90%;
  }
  .about-img {
    width: 100%;
  }
  .about-text {
    width: 100%;
  }
  .contact-info {
    padding-bottom: 2rem;
  }
  .middle-card:nth-child(even) {
    display: none;
  }
  .middle-card:nth-child(odd) {
    width: 50%;
  }
  .sales-container {
    width: 100%;
    flex-direction: column;
  }
  .sales-info {
    width: 80%;
  }
  .promo {
    flex-direction: column;
    width: 90%;
    text-align: center;
  }
  .promo > a {
    width: 90%;
  }
  .promo p {
    width: 90%;
  }
}
