@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,400&family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap");
/* Vars */
/* reset css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
}

header {
  position: fixed;
  bottom: 3rem;
  right: 0;
  z-index: 9999;
  background-color: #001F87;
  -webkit-clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
  padding: 0.5em 0.5em 0.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2em;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
header .menu-compact-icon {
  display: none;
}
header .logo {
  filter: brightness(50);
  width: 35px;
  z-index: 2;
}
header nav {
  position: absolute;
  right: -100000px;
}
header li {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.8em;
}
header a {
  text-decoration: none;
  color: #ffffff;
}

#front-page {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}
#front-page .front-page-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3em;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
          clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
  background-color: rgba(0, 31, 135, 0.9411764706);
  padding: 3.2em 2em 2.2em 2em;
  width: 100%;
}
#front-page .front-page-text .info {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#front-page .front-page-text .info .logo {
  width: 50%;
  height: auto;
  filter: brightness(50);
  opacity: 0.8;
}
#front-page .front-page-text .info h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  color: #ffffff;
}
#front-page .front-page-text .scroll-down {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  opacity: 0.6;
}
#front-page .front-page-text .scroll-down p {
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
}
#front-page .front-page-text .scroll-down .arrow {
  color: #ffffff;
  font-size: 1.2rem;
}
#front-page .background-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: auto;
  height: 100%;
}

.empty-space {
  height: 60vh;
}

.section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  color: #001F87;
  text-transform: uppercase;
}

#products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0em 2em;
  gap: 4em;
}
#products .section-title {
  text-align: center;
}

.bentobox {
  display: grid;
  grid-template-rows: repeat(8, 1fr);
  gap: 2em;
}
.bentobox a {
  text-decoration: none;
  position: relative;
  display: block;
}
.bentobox .card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 2em 1em;
  gap: 1em;
  background-color: #f2f2f2;
  transition: background-color 0.3s ease;
  height: 60vh;
  overflow: hidden;
}
.bentobox .card h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  color: #001F87;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.bentobox .card p {
  font-weight: 400;
}
.bentobox .card img {
  max-width: 90%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}
.bentobox .card:hover {
  background-color: #fbfbfb;
}

#about-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 4em;
  overflow: hidden;
}
#about-us .text {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin: 0em 2em;
}
#about-us .text p {
  font-weight: 400;
}
#about-us .graphics {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 40vh;
  width: 100%;
}
#about-us .graphics img {
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about-us .graphics .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #001F87;
  width: 30%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  z-index: 1;
}

#our-store {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 4em;
}
#our-store .graphics {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
#our-store .graphics img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#our-store .text {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin: 0em 2em;
}
#our-store .text p {
  font-weight: 400;
}

#contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 6em 2em;
  padding-bottom: 4em;
  background-color: #001F87;
  color: #ffffff;
  gap: 2.5em;
}
#contacts .section-title {
  color: #ffffff;
}
#contacts form {
  width: 100%;
}
#contacts input, #contacts textarea {
  width: 100%;
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  padding: 1em;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
}
#contacts textarea {
  height: 20vh;
}
#contacts input::-moz-placeholder, #contacts textarea::-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  opacity: 0.4;
}
#contacts input::placeholder, #contacts textarea::placeholder {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  opacity: 0.4;
}
#contacts button {
  float: right;
  background-color: #ffffff;
  color: #001F87;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5em 2.5em;
  border: none;
}
#contacts hr {
  width: 100%;
  border: 1px solid #ffffff;
  opacity: 0.1;
}
#contacts .contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
#contacts .contact-info .info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5em;
}
#contacts .contact-info .info a {
  text-decoration: none;
  color: #ffffff;
}
#contacts .contact-info .info i {
  font-size: 1.2rem;
}
#contacts .contact-info .info p {
  font-weight: 400;
  font-size: 1.05em;
  font-family: "Lato", sans-serif;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #001F87;
  padding: 2em;
}
footer a {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.4;
}
footer p {
  font-family: "Lato", sans-serif;
  font-size: 0.8rem;
}

/*large smartphones */
@media only screen and (min-width: 321px) {
  header {
    bottom: 4rem;
    right: 0;
    padding: 1em 1em 1em 1.5em;
    gap: 2em;
    font-size: 1rem;
    font-weight: 700;
  }
  header .logo {
    width: 40px;
  }
  header nav {
    right: -100000px;
  }
  header li {
    margin-bottom: 0.8em;
  }
  #front-page .front-page-text {
    gap: 4em;
    padding: 6em 2em 4em 2em;
    width: 100%;
  }
  #front-page .front-page-text .info {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  #front-page .front-page-text .info .logo {
    width: 50%;
    height: auto;
  }
  #front-page .front-page-text .info h1 {
    font-weight: 900;
    font-size: 2rem;
  }
  #front-page .front-page-text .scroll-down {
    gap: 0.4em;
  }
  #front-page .front-page-text .scroll-down p {
    font-weight: 400;
    font-size: 1.1rem;
  }
  #front-page .front-page-text .scroll-down .arrow {
    font-size: 1.5rem;
  }
  .empty-space {
    height: 40vh;
  }
  .section-title {
    font-weight: 900;
    font-size: 1.8rem;
  }
  #products {
    padding: 0em 2em;
    gap: 4em;
  }
  .bentobox {
    display: grid;
    grid-template-rows: repeat(8, 1fr);
    gap: 2em;
  }
  .bentobox .card {
    padding: 2em 1em;
    gap: 1em;
    height: 53vh;
  }
  .bentobox .card h1 {
    font-size: 2.5rem;
  }
  #about-us {
    width: 100%;
    gap: 4em;
  }
  #about-us .text {
    gap: 2em;
    margin: 0em 2em;
  }
  #about-us .graphics {
    height: 30vh;
    width: 100%;
  }
  #about-us .graphics img {
    width: 80%;
    height: 100%;
  }
  #about-us .graphics .shape {
    bottom: 0;
    left: 0;
    width: 30%;
    height: 100%;
  }
  #our-store {
    width: 100%;
    gap: 4em;
  }
  #our-store .graphics {
    width: 80%;
  }
  #our-store .graphics img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #our-store .text {
    gap: 2em;
    margin: 0em 2em;
  }
  #contacts {
    padding: 6em 2em;
    padding-bottom: 4em;
    gap: 2em;
  }
  #contacts form {
    width: 100%;
  }
  #contacts input, #contacts textarea {
    width: 100%;
    border: 2px solid #ffffff;
    padding: 1em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 1rem;
  }
  #contacts textarea {
    height: 12vh;
  }
  #contacts input::-moz-placeholder, #contacts textarea::-moz-placeholder {
    font-size: 1rem;
  }
  #contacts input::placeholder, #contacts textarea::placeholder {
    font-size: 1rem;
  }
  #contacts button {
    float: right;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5em 2.5em;
  }
  #contacts hr {
    width: 100%;
    border: 1px solid #ffffff;
  }
  #contacts .contact-info {
    gap: 2em;
  }
  #contacts .contact-info .info {
    gap: 2em;
  }
  #contacts .contact-info .info i {
    font-size: 1.5rem;
  }
  #contacts .contact-info .info p {
    font-weight: 400;
    font-size: 1.1em;
  }
  footer {
    width: 100%;
    padding: 2em;
  }
  footer p {
    font-size: 0.8rem;
  }
}
/* tablets */
@media only screen and (min-width: 481px) {
  header {
    bottom: 4rem;
    right: 0;
    padding: 1em 1em 1em 1.5em;
    gap: 2em;
    font-size: 1.2rem;
    font-weight: 700;
  }
  header .logo {
    width: 40px;
  }
  header nav {
    right: -100000px;
  }
  header li {
    margin-bottom: 0.8em;
  }
  #front-page .front-page-text {
    gap: 5em;
    padding: 6em 5em 4em 5em;
    width: 100%;
  }
  #front-page .front-page-text .info {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  #front-page .front-page-text .info .logo {
    width: 40%;
    height: auto;
  }
  #front-page .front-page-text .info h1 {
    font-weight: 900;
    font-size: 2.2rem;
  }
  #front-page .front-page-text .scroll-down {
    gap: 0.4em;
  }
  #front-page .front-page-text .scroll-down p {
    font-weight: 400;
    font-size: 1.2rem;
  }
  #front-page .front-page-text .scroll-down .arrow {
    font-size: 1.5rem;
  }
  .empty-space {
    height: 60vh;
  }
  .section-title {
    font-weight: 900;
    font-size: 2.3rem;
  }
  #products {
    padding: 0em 5em;
    gap: 4em;
  }
  .bentobox {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two equal columns */
    grid-template-rows: repeat(5, 1fr); /* Five equal rows */
    gap: 1em;
  }
  .bentobox a.extend {
    grid-column: 1/3;
  }
  .bentobox a.extend .bta-products {
    margin: 0em 10em;
  }
  .bentobox .card {
    padding: 2em 1em;
    gap: 1.2em;
    height: 35vh;
  }
  .bentobox .card h1 {
    font-size: 2.2rem;
  }
  #about-us {
    width: 100%;
    gap: 10em;
  }
  #about-us .text {
    gap: 2em;
    margin: 0em 5em;
  }
  #about-us .graphics {
    height: 35vh;
    width: 100%;
  }
  #about-us .graphics img {
    width: 80%;
    height: 100%;
  }
  #about-us .graphics .shape {
    bottom: 0;
    left: 0;
    width: 30%;
    height: 100%;
  }
  #our-store {
    width: 100%;
    gap: 10em;
  }
  #our-store .graphics {
    width: 75%;
    height: 40vh;
  }
  #our-store .graphics img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #our-store .text {
    gap: 2em;
    margin: 0em 5em;
  }
  #contacts {
    padding: 6em 5em;
    padding-bottom: 4em;
    gap: 2em;
  }
  #contacts form {
    width: 100%;
  }
  #contacts label {
    font-size: 1.1em;
  }
  #contacts input, #contacts textarea {
    width: 100%;
    border: 2px solid #ffffff;
    padding: 1em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 1.1rem;
  }
  #contacts textarea {
    height: 12vh;
  }
  #contacts input::-moz-placeholder, #contacts textarea::-moz-placeholder {
    font-size: 1rem;
  }
  #contacts input::placeholder, #contacts textarea::placeholder {
    font-size: 1rem;
  }
  #contacts button {
    float: right;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.5em 2.5em;
  }
  #contacts hr {
    width: 100%;
    border: 1px solid #ffffff;
  }
  #contacts .contact-info {
    gap: 2em;
  }
  #contacts .contact-info .info {
    gap: 2em;
  }
  #contacts .contact-info .info i {
    font-size: 1.6rem;
  }
  #contacts .contact-info .info p {
    font-weight: 400;
    font-size: 1.2em;
  }
  footer {
    width: 100%;
    padding: 2em;
  }
  footer p {
    font-size: 0.8rem;
  }
}
/* laptops */
@media only screen and (min-width: 769px) {
  header {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
    -webkit-clip-path: none;
            clip-path: none;
    background-color: #ffffff;
    padding: 2em;
    transition: all 0.5s ease-in-out;
  }
  header .logo {
    width: 20%;
    filter: none;
  }
  header nav {
    position: relative;
    bottom: 0;
    left: 0;
  }
  header nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  header nav li {
    margin-bottom: 0;
    padding-left: 2em;
  }
  header nav a {
    color: #001F87;
    font-size: 1em;
  }
  header.compact {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 4rem;
    height: 8%;
    padding: 1em;
    gap: 1em;
    background-color: #001F87;
  }
  header.compact .menu-compact-icon {
    position: relative;
    display: block;
    height: 100%;
    width: 4rem;
    cursor: pointer;
    font-size: 1.6rem;
  }
  header.compact .menu-compact-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    color: #ffffff;
  }
  header.compact .menu-compact-icon .menu-back {
    display: none;
  }
  header.compact .logo {
    filter: brightness(50);
  }
  header.compact .logo, header.compact nav {
    display: none;
  }
  header.compact a {
    color: #ffffff;
  }
  #front-page {
    flex-direction: row;
    justify-content: flex-start;
    height: 82vh;
    transition: all 0.5s ease-in-out;
  }
  #front-page .front-page-text {
    justify-content: center;
    align-items: center;
    gap: 5em;
    padding: 0em 6em;
    width: 60%;
    height: 100%;
    -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
            clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  }
  #front-page .front-page-text .info {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  #front-page .front-page-text .info .logo {
    display: none;
  }
  #front-page .front-page-text .info h1 {
    font-weight: 900;
    font-size: 2.1rem;
    width: 100%;
    text-align: center;
  }
  #front-page .front-page-text .scroll-down {
    gap: 0.4em;
  }
  #front-page .front-page-text .scroll-down p {
    font-weight: 400;
    font-size: 1.2rem;
  }
  #front-page .front-page-text .scroll-down .arrow {
    font-size: 1.5rem;
  }
  #front-page .background-image {
    width: 200%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .empty-space {
    height: 60vh;
  }
  .section-title {
    font-weight: 900;
    font-size: 2.5rem;
    width: 100%;
    text-align: start;
  }
  #products {
    padding: 0em 6em;
    gap: 4em;
  }
  .bentobox {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two equal columns */
    grid-template-rows: repeat(5, 1fr); /* Five equal rows */
    gap: 1em;
  }
  .bentobox .card {
    padding: 2em 1em;
    gap: 2em;
    height: 45vh;
  }
  .bentobox .card h1 {
    font-size: 2.2rem;
  }
  #about-us {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding-left: 6em;
    gap: 6em;
  }
  #about-us .text {
    gap: 2em;
    margin: 0em;
    width: 100%;
  }
  #about-us .graphics {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-right: 6em;
  }
  #about-us .graphics img {
    width: 100%;
    height: 40%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about-us .graphics .shape {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 80%;
    height: 100%;
    z-index: -1;
    -webkit-clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  #our-store {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
    width: 100%;
    height: 100vh;
    padding-right: 6em;
  }
  #our-store .graphics {
    width: 100%;
    height: 100%;
  }
  #our-store .graphics img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #our-store .text {
    width: 100%;
    gap: 2em;
    margin: 0;
  }
  #contacts {
    padding: 8em 6em;
    padding-bottom: 4em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 8em;
  }
  #contacts form {
    width: 48%;
    order: 3;
  }
  #contacts label {
    font-size: 1.1em;
  }
  #contacts .section-title {
    text-align: center;
  }
  #contacts input, #contacts textarea {
    width: 100%;
    border: 2px solid #ffffff;
    padding: 1em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 1.1rem;
  }
  #contacts textarea {
    height: 12vh;
  }
  #contacts input::-moz-placeholder, #contacts textarea::-moz-placeholder {
    font-size: 1rem;
  }
  #contacts input::placeholder, #contacts textarea::placeholder {
    font-size: 1rem;
  }
  #contacts button {
    float: right;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.5em 2.5em;
  }
  #contacts hr {
    display: none;
  }
  #contacts .contact-info {
    gap: 2em;
    width: 40%;
    order: 2;
  }
  #contacts .contact-info .info {
    gap: 2em;
  }
  #contacts .contact-info .info i {
    font-size: 1.6rem;
  }
  #contacts .contact-info .info p {
    font-weight: 400;
    font-size: 1.2em;
  }
  footer {
    width: 100%;
    padding: 2em;
  }
  footer p {
    font-size: 0.8rem;
  }
}
/* bigger laptops */
@media only screen and (min-width: 1200px) {
  header {
    width: 100%;
    padding: 1.6em 2em;
  }
  header .logo {
    width: 22%;
  }
  header nav li {
    margin-bottom: 0;
    padding-left: 2em;
  }
  header nav a {
    font-size: 1em;
  }
  header.compact {
    width: 4rem;
    height: 8%;
    padding: 1em;
    gap: 1em;
  }
  header.compact .menu-compact-icon {
    height: 100%;
    width: 4rem;
    font-size: 1.6rem;
  }
  header.compact .menu-compact-icon i {
    font-size: 1.6rem;
  }
  header.compact a {
    color: #ffffff;
  }
  #front-page {
    height: 82vh;
  }
  #front-page .front-page-text {
    gap: 5em;
    padding: 0em 10%;
    width: 62%;
    height: 100%;
  }
  #front-page .front-page-text .info {
    gap: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #front-page .front-page-text .info h1 {
    font-weight: 900;
    font-size: 2.5rem;
  }
  #front-page .front-page-text .scroll-down {
    gap: 0.4em;
  }
  #front-page .front-page-text .scroll-down p {
    font-weight: 400;
    font-size: 1.2rem;
  }
  #front-page .front-page-text .scroll-down .arrow {
    font-size: 1.5rem;
  }
  .empty-space {
    height: 65vh;
  }
  .section-title {
    font-weight: 900;
    font-size: 2.8rem;
    width: 100%;
  }
  #products {
    padding: 0em 10em;
    gap: 10em;
  }
  .bentobox {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two equal columns */
    grid-template-rows: repeat(5, 1fr); /* Five equal rows */
    gap: 1em;
  }
  .bentobox .card {
    padding: 2.5em 1.2em;
    gap: 3em;
    height: 45vh;
  }
  .bentobox .card h1 {
    font-size: 2.3rem;
  }
  #about-us {
    padding-left: 10em;
    gap: 6em;
  }
  #about-us .text {
    gap: 2em;
    width: 100%;
  }
  #about-us .graphics {
    padding-right: 10em;
  }
  #about-us .graphics img {
    width: 100%;
    height: 40%;
  }
  #about-us .graphics .shape {
    position: absolute;
    width: 80%;
    height: 100%;
  }
  #our-store {
    gap: 4em;
    width: 100%;
    height: 100vh;
    padding-right: 10em;
  }
  #our-store .graphics {
    width: 100%;
    height: 100%;
  }
  #contacts {
    padding: 8em 10em;
    padding-bottom: 4em;
    row-gap: 8em;
  }
  #contacts form {
    width: 48%;
    order: 3;
  }
  #contacts label {
    font-size: 1.1em;
  }
  #contacts input, #contacts textarea {
    width: 100%;
    border: 2px solid #ffffff;
    padding: 1em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 1.1rem;
  }
  #contacts textarea {
    height: 12vh;
  }
  #contacts input::-moz-placeholder, #contacts textarea::-moz-placeholder {
    font-size: 1rem;
  }
  #contacts input::placeholder, #contacts textarea::placeholder {
    font-size: 1rem;
  }
  #contacts button {
    float: right;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.5em 2.5em;
  }
  #contacts hr {
    display: none;
  }
  #contacts .contact-info {
    gap: 2em;
    width: 40%;
    order: 2;
  }
  #contacts .contact-info .info {
    gap: 2em;
  }
  #contacts .contact-info .info i {
    font-size: 1.6rem;
  }
  #contacts .contact-info .info p {
    font-weight: 400;
    font-size: 1.2em;
  }
  footer {
    width: 100%;
    padding: 2em;
  }
  footer p {
    font-size: 0.8rem;
  }
}
/* bigger laptops */
@media only screen and (min-width: 1440px) {
  header {
    width: 100%;
    padding: 1.4em 4em;
  }
  header .logo {
    width: 20%;
  }
  header nav li {
    margin-bottom: 0;
    padding-left: 2em;
  }
  header nav a {
    font-size: 1em;
  }
  header.compact {
    width: 4rem;
    height: 8%;
    padding: 1em;
    gap: 1em;
  }
  header.compact .menu-compact-icon {
    height: 100%;
    width: 4rem;
    font-size: 1.6rem;
  }
  header.compact .menu-compact-icon i {
    font-size: 1.6rem;
  }
  header.compact a {
    color: #ffffff;
  }
  #front-page {
    height: 82vh;
  }
  #front-page .front-page-text {
    gap: 5em;
    padding: 0em 10%;
    width: 58%;
    height: 100%;
  }
  #front-page .front-page-text .info {
    gap: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #front-page .front-page-text .info h1 {
    font-weight: 900;
    font-size: 2.5rem;
    width: 100%;
    text-align: center;
  }
  #front-page .front-page-text .scroll-down {
    gap: 0.4em;
  }
  #front-page .front-page-text .scroll-down p {
    font-weight: 400;
    font-size: 1.2rem;
  }
  #front-page .front-page-text .scroll-down .arrow {
    font-size: 1.5rem;
  }
  .empty-space {
    height: 65vh;
  }
  .section-title {
    font-weight: 900;
    font-size: 2.8rem;
    width: 100%;
  }
  #products {
    padding: 0em 16em;
    gap: 10em;
  }
  .bentobox {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two equal columns */
    grid-template-rows: repeat(5, 1fr); /* Five equal rows */
    gap: 1em;
  }
  .bentobox .card {
    padding: 2.5em 1.2em;
    gap: 3em;
    height: 45vh;
  }
  .bentobox .card h1 {
    font-size: 2.3rem;
  }
  #about-us {
    padding-left: 10em;
    gap: 6em;
  }
  #about-us .text {
    gap: 2em;
    width: 100%;
  }
  #about-us .graphics {
    padding-right: 10em;
  }
  #about-us .graphics img {
    width: 100%;
    height: 40%;
  }
  #about-us .graphics .shape {
    position: absolute;
    width: 80%;
    height: 100%;
  }
  #our-store {
    gap: 4em;
    width: 100%;
    height: 100vh;
    padding-right: 10em;
  }
  #our-store .graphics {
    width: 100%;
    height: 100%;
  }
  #contacts {
    padding: 8em 16em;
    padding-bottom: 4em;
    row-gap: 8em;
  }
  #contacts form {
    width: 48%;
    order: 3;
  }
  #contacts label {
    font-size: 1.1em;
  }
  #contacts input, #contacts textarea {
    width: 100%;
    border: 2px solid #ffffff;
    padding: 1em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 1.1rem;
  }
  #contacts textarea {
    height: 12vh;
  }
  #contacts input::-moz-placeholder, #contacts textarea::-moz-placeholder {
    font-size: 1rem;
  }
  #contacts input::placeholder, #contacts textarea::placeholder {
    font-size: 1rem;
  }
  #contacts button {
    float: right;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.5em 2.5em;
  }
  #contacts hr {
    display: none;
  }
  #contacts .contact-info {
    gap: 2em;
    width: 40%;
    order: 2;
  }
  #contacts .contact-info .info {
    gap: 2em;
  }
  #contacts .contact-info .info i {
    font-size: 1.6rem;
  }
  #contacts .contact-info .info p {
    font-weight: 400;
    font-size: 1.2em;
  }
  footer {
    width: 100%;
    padding: 2em;
  }
  footer p {
    font-size: 0.8rem;
  }
}
/* bigger laptops */
@media only screen and (min-width: 1920px) {
  header {
    width: 100%;
    padding: 1em 6em;
  }
  header .logo {
    width: 20%;
  }
  header nav li {
    margin-bottom: 0;
    padding-left: 2em;
  }
  header nav a {
    font-size: 1.2em;
  }
  header.compact {
    width: 5rem;
    height: 8%;
    padding: 1em;
    gap: 1em;
  }
  header.compact .menu-compact-icon {
    height: 100%;
    width: 5rem;
    font-size: 1.7rem;
  }
  header.compact .menu-compact-icon i {
    font-size: 1.7rem;
  }
  header.compact a {
    color: #ffffff;
  }
  #front-page {
    height: 88vh;
  }
  #front-page .front-page-text {
    gap: 5em;
    padding: 0em 10%;
    width: 54%;
    height: 100%;
  }
  #front-page .front-page-text .info {
    gap: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #front-page .front-page-text .info h1 {
    font-weight: 900;
    font-size: 3rem;
    width: 100%;
    text-align: center;
  }
  #front-page .front-page-text .scroll-down {
    gap: 0.4em;
  }
  #front-page .front-page-text .scroll-down p {
    font-weight: 400;
    font-size: 1.6rem;
  }
  #front-page .front-page-text .scroll-down .arrow {
    font-size: 2rem;
  }
  .empty-space {
    height: 65vh;
  }
  .section-title {
    font-weight: 900;
    font-size: 3.2rem;
    width: 100%;
  }
  #products {
    padding: 0em 22em;
    gap: 10em;
  }
  .bentobox {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two equal columns */
    grid-template-rows: repeat(5, 1fr); /* Five equal rows */
    gap: 1em;
  }
  .bentobox .card {
    padding: 2.5em 1.2em;
    gap: 4em;
    height: 50vh;
  }
  .bentobox .card h1 {
    font-size: 2.8rem;
  }
  #about-us {
    padding-left: 12em;
    gap: 12em;
  }
  #about-us .text {
    gap: 2em;
    width: 100%;
  }
  #about-us .text p {
    font-size: 1.5rem;
  }
  #about-us .graphics {
    padding-right: 12em;
  }
  #about-us .graphics img {
    width: 100%;
    height: 40%;
  }
  #about-us .graphics .shape {
    position: absolute;
    width: 80%;
    height: 100%;
  }
  #our-store {
    gap: 8em;
    width: 100%;
    height: 100vh;
    padding-right: 12em;
  }
  #our-store .graphics {
    width: 100%;
    height: 100%;
  }
  #our-store .text p {
    font-size: 1.5rem;
  }
  #contacts {
    padding: 8em 22em;
    padding-bottom: 4em;
    row-gap: 8em;
  }
  #contacts form {
    width: 48%;
    order: 3;
  }
  #contacts label {
    font-size: 1.5em;
  }
  #contacts input, #contacts textarea {
    width: 100%;
    border: 2px solid #ffffff;
    padding: 1em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 1.5rem;
  }
  #contacts textarea {
    height: 12vh;
  }
  #contacts input::-moz-placeholder, #contacts textarea::-moz-placeholder {
    font-size: 1.5rem;
  }
  #contacts input::placeholder, #contacts textarea::placeholder {
    font-size: 1.5rem;
  }
  #contacts button {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.5em 2.5em;
  }
  #contacts hr {
    display: none;
  }
  #contacts .contact-info {
    gap: 2em;
    width: 40%;
    order: 2;
  }
  #contacts .contact-info .info {
    gap: 2em;
  }
  #contacts .contact-info .info i {
    font-size: 2rem;
  }
  #contacts .contact-info .info p {
    font-weight: 400;
    font-size: 1.5em;
  }
  footer {
    width: 100%;
    padding-bottom: 3em;
  }
  footer a {
    font-size: 1.4rem;
  }
}
/*big screens and above*/
@media only screen and (min-width: 2500px) {
  header {
    width: 100%;
    padding: 1.4em 18em;
  }
  header .logo {
    width: 16%;
  }
  header nav li {
    margin-bottom: 0;
    padding-left: 2.2em;
  }
  header nav a {
    font-size: 1.2em;
  }
  header.compact {
    width: 5rem;
    height: 6%;
    padding: 1em;
    gap: 1em;
  }
  header.compact .menu-compact-icon {
    height: 100%;
    width: 5rem;
    font-size: 1.7rem;
  }
  header.compact .menu-compact-icon i {
    font-size: 1.7rem;
  }
  header.compact .logo {
    width: 10%;
  }
  header.compact a {
    color: #ffffff;
  }
  #front-page {
    height: 88vh;
    margin: 0em 18em;
  }
  #front-page .front-page-text {
    gap: 5em;
    padding: 0em 10%;
    width: 50%;
    height: 100%;
  }
  #front-page .front-page-text .info {
    gap: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #front-page .front-page-text .info h1 {
    font-weight: 900;
    font-size: 3rem;
    width: 100%;
    text-align: center;
  }
  #front-page .front-page-text .scroll-down {
    gap: 0.4em;
  }
  #front-page .front-page-text .scroll-down p {
    font-weight: 400;
    font-size: 1.6rem;
  }
  #front-page .front-page-text .scroll-down .arrow {
    font-size: 2rem;
  }
  .empty-space {
    height: 65vh;
  }
  .section-title {
    font-weight: 900;
    font-size: 3.2rem;
    width: 100%;
  }
  #products {
    padding: 0em 40em;
    gap: 10em;
  }
  .bentobox {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two equal columns */
    grid-template-rows: repeat(5, 1fr); /* Five equal rows */
    gap: 1em;
  }
  .bentobox .card {
    padding: 2.5em 1.2em;
    gap: 4em;
    height: 40vh;
  }
  .bentobox .card h1 {
    font-size: 2.8rem;
  }
  #about-us {
    padding-left: 30em;
    gap: 12em;
  }
  #about-us .text {
    gap: 2em;
    width: 100%;
  }
  #about-us .text p {
    font-size: 1.4rem;
  }
  #about-us .graphics {
    padding-right: 30em;
  }
  #about-us .graphics img {
    width: 100%;
    height: 40%;
  }
  #about-us .graphics .shape {
    position: absolute;
    width: 80%;
    height: 100%;
  }
  #our-store {
    gap: 12em;
    width: 100%;
    height: 100vh;
    padding-right: 30em;
  }
  #our-store .graphics {
    width: 100%;
    height: 100%;
  }
  #our-store .text p {
    font-size: 1.4rem;
  }
  #contacts {
    padding: 8em 40em;
    padding-bottom: 4em;
    row-gap: 8em;
  }
  #contacts form {
    width: 48%;
    order: 3;
  }
  #contacts label {
    font-size: 1.4em;
  }
  #contacts input, #contacts textarea {
    width: 100%;
    border: 2px solid #ffffff;
    padding: 1em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 1.4rem;
  }
  #contacts textarea {
    height: 12vh;
  }
  #contacts input::-moz-placeholder, #contacts textarea::-moz-placeholder {
    font-size: 1.5rem;
  }
  #contacts input::placeholder, #contacts textarea::placeholder {
    font-size: 1.5rem;
  }
  #contacts button {
    float: right;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0.5em 2.5em;
  }
  #contacts hr {
    display: none;
  }
  #contacts .contact-info {
    gap: 2em;
    width: 40%;
    order: 2;
  }
  #contacts .contact-info .info {
    gap: 2em;
  }
  #contacts .contact-info .info i {
    font-size: 2rem;
  }
  #contacts .contact-info .info p {
    font-weight: 400;
    font-size: 1.4em;
  }
  footer {
    width: 100%;
    padding-bottom: 3em;
  }
  footer a {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */