@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;800&display=swap");

body {
  font-family: "Montserrat";
}
h1 {
  color: white;
  font-size: 2.6em;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 120%;
}
h2 {
  font-size: 2em;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 120%;
  text-align: center;
}
.navbar {
  background-color: #164005;
}
.navbar-menu {
  background-color: #164005 !important;
  display: flex;
  justify-content: center;
}
.navbar-item img {
  max-height: 5rem;
}
@media screen and (max-width: 480px) {
  .slide-1 {
    text-align: center;
  }
  .slide-1 h1 {
    font-size: 2em;
  }
}
.slide-1 {
  text-align: center !important;
}
.slide-1 h1 {
  display: block;
  margin: 0 auto;
  max-width: 20.5em;
}
.slide-1 {
  background: linear-gradient(45deg, #0000007b, transparent 80%),
    url("images/bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 40em;
  display: flex;
  align-items: center;
  background-attachment: fixed;
}
.slide-2 {
  background: url("images/bg2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 40em;
  display: flex;
  align-items: center;
  background-attachment: fixed;
}
.slide-4 {
  background: url("images/bg3.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 40em;
  display: flex;
  align-items: center;
  background-attachment: fixed;
}
.yellow {
  color: #ffd1a7;
}
.green {
  color: #164005;
}
.thin {
  color: white !important;
  font-weight: 500 !important;
}
.button {
  font-size: 1.1em;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  font-weight: 800;
  border-radius: 20em;
  padding: 1.6em 2.4em;
  transition: 200ms ease all;
}
.button:hover,
.button:focus {
  border: 2px solid white;
  background-color: white;
  color: #103103;
}
.button ion-icon {
  margin-left: 0.6em;
  --ionicon-stroke-width: 64px;
}
.button2 {
  background-color: white !important;
  color: #103103 !important;
}
.button2:hover {
  opacity: 0.8 !important;
}
.slide-3 {
  text-align: center;
  background: url("images/bg3.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 40em;
  display: flex;
  align-items: center;
}
.product {
  width: 60%;
  aspect-ratio: 1;
  background-color: #48ff00;
  border-radius: 20em;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 52px 70px 4px;
  transition: all 200ms ease;
}
.product:hover {
  transform: scale(110%);
}
.product-1 {
  background: url("images/img1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-2 {
  background: url("images/img2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-3 {
  background: url("images/img3.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.price {
  width: 10em;
  margin: 0 auto;
}

.my-footer {
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 1.4em;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.max-width {
  display: block;
  margin: 0 auto;
  max-width: 50rem;
}
.max-width2 {
  display: block;
  margin: 0 auto;
  max-width: 30rem;
}
.embed-container {
  --video--width: 1296;
  --video--height: 729;

  position: relative;
  padding-bottom: calc(
    var(--video--height) / var(--video--width) * 100%
  ); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
