body,
html {
  font-size: 16px;
  margin: 0;
  font-family: nunito, sans-serif;
}
button {
  background-color: #d34a5a;
  font-size: 16px;
  color: white;
  padding: 14px 60px;
  transition: 0.2s all ease-in-out;
  border: 2px transparent solid;
  margin-bottom: 30px;
}

button:hover {
  color: #d34a5a;
  border: 2px #d34a5a solid;
  background-color: transparent;
}

.bold {
  font-weight: bold;
}

.info h1,
.info h2,
.info h3,
.info .red {
  color: #d34a5a;
}

.info h2 {
  margin-bottom: 40px;
}

.info .row {
  margin-bottom: 50px;
}

.enumerate {
  display: flex;
  margin-bottom: 10px;
}

.enumerate .one {
  min-width: 200px;
  font-weight: bold;
}

.enumerate .two {
  margin-left: 20px;
}

.logo img {
  margin-bottom: 50px;
  max-width: 450px;
}

img {
  max-width: 100%;
}

img.img {
  aspect-ratio: 377 / 271;
  object-fit: cover;
}
.content-wrapper {
  align-items: center;
  display: flex;
}
h2 {
  font-size: 56px;
}
.image-content {
  margin-bottom: 140px;
}
.hero {
  margin-bottom: 10%;
  color: white;
}
.home {
  height: 100vh;
  width: 100%;
  background-image: url("../img/Homepage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
  display: flex;
  align-items: end;
}
.enumerate {
  display: flex;
  margin-bottom: 10px;
}
h1,
h2,
h3 {
  margin-top: 0;
  font-weight: bold;
}
.main-content {
  margin: 50px 0;
}
.shop h1,
.shop h2,
.shop h3 {
  margin-top: 1rem;
}
h1 {
  font-size: 80px;
  font-weight: bold;
}

/*sj*/

.navigation ul {
  list-style-type: none;
  text-decoration: none;
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 25px !important;
}

.navigation a {
  text-decoration: none !important;
  color: #333 !important;
  font-weight: bold;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-image {
  height: 65vh;
  margin-bottom: 80px;
}

.navbar {
  padding: 30px !important;
}

/**/

@media (max-width: 1200px) {
  .image-content {
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .info h2 {
    margin-bottom: 20px;
  }
  .info .row {
    margin-bottom: 20px;
  }
  .image-content {
    margin-bottom: 30px;
  }
  .main-content {
    margin-top: 15px;
  }
  .navigation ul {
    width: 100%;
    padding: 0px;
    justify-content: center;
  }
  .navigation {
    width: 100%;
  }
  h1 {
    font-size: 46px;
    font-weight: bold;
  }
  h2 {
    font-size: 42px;
  }
  .enumerate {
    flex-wrap: wrap;
  }

  .enumerate .one {
    min-width: 100%;
  }

  .enumerate .two {
    margin-left: 0;
  }
  .logo img {
    margin-bottom: 25px;
  }
  .row.row-reverse {
    flex-direction: column-reverse;
  }
}
