@font-face {
  font-family: Montserrat;
  src: url(Fonts/Montserrat-VariableFont_wght.ttf);
}
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

body {
  background-color: #FAFAFA;
}

header {
  display: flex;
  gap: 180px;
  position: fixed;
  justify-content: center;
  height: 80px;
  text-align: center;
  width: 100%;
  background-color: #FAFAFA;
  align-items: center;
  z-index: 10;
  top: 0;
}
header .logo {
  width: 185px;
  height: 20px;
}
header .mobile_navigation {
  display: none;
}
header nav {
  display: flex;
  gap: 310px;
}
header nav ul {
  text-decoration: none;
  list-style: none;
  display: flex;
  gap: 44px;
  margin-left: 100px;
}
header nav ul a {
  font-weight: 500;
  font-size: 14px;
  color: #111111;
  height: 16px;
  list-style: none;
  text-decoration: none;
  transition: 1s;
}
header nav ul a:hover {
  color: #FD9222;
}
header nav .inst {
  display: flex;
  gap: 18px;
}
header nav .inst .inst_one {
  width: 24px;
  height: 24px;
  transition: 2s;
}
header nav .inst .inst_one:hover {
  content: url(img/instagram\ \(1\).svg);
}
header nav .inst .twitter {
  width: 24px;
  height: 24px;
  transition: 2s;
}
header nav .inst .twitter:hover {
  content: url(img/twitter\ \(1\).svg);
}
header .burger_label {
  font-size: 32px;
  color: #111111;
  cursor: pointer;
  display: none;
}
header #burger {
  display: none;
}

main {
  margin-top: 100px;
}

.sek1 {
  position: relative;
  top: 0px;
}
.sek1 img {
  z-index: 1;
  width: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sek1 h1 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -3%;
  width: 659px;
  color: #FFFFFF;
  position: relative;
  top: -300px;
  z-index: 2;
  left: 64px;
}
.sek1 .buttons {
  display: flex;
  gap: 14px;
  z-index: 2;
  position: relative;
  top: -250px;
  left: 64px;
}
.sek1 .buttons .buy_now {
  width: 198px;
  height: 62px;
  background-color: #FD9222;
  border-radius: 100px;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  transition: 1s;
}
.sek1 .buttons .buy_now:hover {
  background-color: #FCF1E0;
  color: #FD9222;
}
.sek1 .buttons .how_made {
  border: 1px #FFFFFF solid;
  background: none;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  width: 252px;
  height: 62px;
  transition: 1s;
}
.sek1 .buttons .how_made:hover {
  border: 1px #FD9222 solid;
  color: #FD9222;
}

.sek2 {
  background-color: #1E1823;
  position: relative;
  top: -90px;
  height: 344px;
}
.sek2 .benefits {
  display: flex;
  gap: 80px;
  position: relative;
  top: 50px;
  left: 50px;
}
.sek2 .benefits .line {
  position: relative;
  left: 70px;
}
.sek2 .benefits .box {
  position: relative;
  left: 70px;
  width: 326px;
  height: 244px;
  color: #FFFFFF;
}
.sek2 .benefits .box img {
  width: 62px;
}
.sek2 .benefits .box h3 {
  width: 173px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 22px;
}
.sek2 .benefits .box p {
  color: rgba(255, 255, 255, 0.6980392157);
  letter-spacing: -2%;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: 44px;
}

.sek3 {
  height: 600px;
}
.sek3 .text_one {
  position: relative;
  left: 431px;
}
.sek3 .text_one h1 {
  width: 654px;
  font-weight: 600;
  color: #111111;
  font-size: 40px;
  letter-spacing: -3%;
  text-align: center;
  position: relative;
}
.sek3 .text_one h1 span {
  color: #FD9222;
}
.sek3 .text_one p {
  color: #111111;
  font-size: 20px;
  font-weight: 400;
  width: 649px;
  letter-spacing: -2%;
  text-align: center;
  position: relative;
  top: 20px;
}
.sek3 .cards {
  display: flex;
  gap: 44px;
  position: absolute;
  left: 32px;
  top: 1730px;
}
.sek3 .cards .choco {
  background-color: #FD9222;
  border: none;
  border-radius: 15px;
  width: 330px;
  height: 324px;
}
.sek3 .cards .choco img {
  width: 274px;
  position: relative;
  left: 28px;
  top: 28px;
}
.sek3 .cards .choco h4 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -2%;
  position: relative;
  top: 60px;
  left: 28px;
}
.sek3 .cards .same {
  background: none;
  border: 1px #FD9222 solid;
  border-radius: 15px;
  width: 330px;
  height: 324px;
}
.sek3 .cards .same img {
  width: 274px;
  position: relative;
  left: 28px;
  top: 28px;
}
.sek3 .cards .same h4 {
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -2%;
  position: relative;
  top: 60px;
  left: 28px;
}
.sek3 .cards .nuts {
  background-color: #1E1823;
  border: none;
  border-radius: 15px;
  width: 330px;
  height: 324px;
}
.sek3 .cards .nuts img {
  width: 274px;
  position: relative;
  left: 15px;
  top: 28px;
}
.sek3 .cards .nuts h4 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -2%;
  position: relative;
  top: 60px;
  left: 28px;
}
.sek3 .cards .sami {
  background: none;
  border: 1px #FD9222 solid;
  border-radius: 15px;
  width: 330px;
  height: 324px;
}
.sek3 .cards .sami img {
  width: 274px;
  position: relative;
  left: 30px;
  top: 28px;
}
.sek3 .cards .sami h4 {
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -2%;
  position: relative;
  top: 60px;
  left: 28px;
}
.sek3 .hide_all {
  display: flex;
  gap: 44px;
  position: absolute;
  left: 30px;
  top: 1730px;
  z-index: 2;
}
.sek3 .hide_all .bob {
  display: flex;
  gap: 10px;
  position: relative;
  top: 63px;
  left: 28px;
}
.sek3 .hide_all .bob .the_benefits {
  background: none;
  border: 1px #FD9222 solid;
  border-radius: 35px;
  width: 112px;
  height: 30px;
  color: #111111;
  font-weight: 400;
  font-size: 12px;
}
.sek3 .hide_all .bob .the_benefits:hover {
  background-color: #FD9222;
  border: none;
  color: #FAFAFA;
}
.sek3 .hide_all h1 {
  font-weight: 600;
  color: #111111;
  font-size: 20px;
  letter-spacing: -3%;
  position: relative;
  top: 40px;
  left: 28px;
}
.sek3 .hide_all p {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  top: 80px;
  left: 28px;
  width: 253px;
}
.sek3 .hide_all .hide {
  width: 332px;
  height: 326px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 15px;
  transition: 1s;
  opacity: 0;
}
.sek3 .hide_all .hide .chocolate {
  background-color: #FD9222;
  border: none;
  border-radius: 35px;
  width: 105px;
  height: 30px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
}
.sek3 .hide_all .hide .chocolate:hover {
  background-color: #FCF1E0;
  color: #FD9222;
}
.sek3 .hide_all .hide:hover {
  opacity: 1;
}
.sek3 .hide_all .hide_two {
  width: 332px;
  height: 326px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 15px;
  transition: 1s;
  opacity: 0;
}
.sek3 .hide_all .hide_two:hover {
  opacity: 1;
}
.sek3 .hide_all .hide_two .milk {
  background-color: #FD9222;
  border: none;
  border-radius: 35px;
  width: 88px;
  height: 30px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 10px;
}
.sek3 .hide_all .hide_two .milk:hover {
  background-color: #FCF1E0;
  color: #FD9222;
}
.sek3 .hide_all .hide_three {
  width: 332px;
  height: 326px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 15px;
  transition: 1s;
  opacity: 0;
  position: relative;
  left: -2px;
}
.sek3 .hide_all .hide_three:hover {
  opacity: 1;
}
.sek3 .hide_all .hide_three .nut {
  background-color: #FD9222;
  border: none;
  border-radius: 35px;
  width: 84px;
  height: 30px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 10px;
}
.sek3 .hide_all .hide_three .nut:hover {
  background-color: #FCF1E0;
  color: #FD9222;
}
.sek3 .hide_all .hide_four {
  width: 332px;
  height: 326px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 15px;
  transition: 1s;
  opacity: 0;
  position: relative;
  left: -6px;
}
.sek3 .hide_all .hide_four:hover {
  opacity: 1;
}
.sek3 .hide_all .hide_four .sweet_ch {
  background-color: #FD9222;
  border: none;
  border-radius: 35px;
  width: 131px;
  height: 30px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 10px;
}
.sek3 .hide_all .hide_four .sweet_ch:hover {
  background-color: #FCF1E0;
  color: #FD9222;
}

.sek4 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/81595bcb99d1a98618c58583891c7d58ced22261.jpg);
  background-size: cover;
  background-position: center;
  width: auto;
  height: 370px;
  position: relative;
  top: 100px;
  align-items: center;
  text-align: center;
}
.sek4 h1 {
  position: relative;
  top: 72px;
  left: 615px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -3%;
  width: 260px;
  color: #FFFFFF;
  position: relative;
  text-transform: uppercase;
}
.sek4 p {
  color: #FFFFFF;
  letter-spacing: -2%;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  width: 467px;
  padding: 24px;
  left: 510px;
  top: 70px;
}
.sek4 button {
  position: relative;
  top: 70px;
  height: 45px;
  background-color: #FD9222;
  border-radius: 100px;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  transition: 1s;
  width: 172px;
  left: -10px;
}
.sek4 button:hover {
  background-color: #FCF1E0;
  color: #FD9222;
}

footer {
  position: relative;
  top: 100px;
  background-color: #1E1823;
  width: auto;
  height: 270px;
}
footer .text_footer {
  display: flex;
  gap: 18px;
}
footer .text_footer h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -3%;
  width: 350px;
  color: #FFFFFF;
  position: relative;
  top: 40px;
  left: 32px;
}
footer .text_footer span {
  color: #FD9222;
}
footer .text_footer .small {
  position: relative;
  top: 40px;
}
footer .text_footer .small h4 {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6980392157);
  position: relative;
  left: 800px;
}
footer .text_footer .small p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6980392157);
  position: relative;
  left: 800px;
  top: 10px;
}
footer .text_footer .inst_one {
  width: 24px;
  height: 24px;
  transition: 2s;
  position: relative;
  left: 850px;
  top: 40px;
}
footer .text_footer .inst_one:hover {
  content: url(img/instagram\ \(1\).svg);
}
footer .text_footer .twitter {
  width: 24px;
  height: 24px;
  transition: 2s;
  position: relative;
  left: 850px;
  top: 40px;
}
footer .text_footer .twitter:hover {
  content: url(img/twitter\ \(1\).svg);
}
footer hr {
  width: 1436px;
  border: 0.5px #FFFFFF solid;
  opacity: 0.2;
  position: relative;
  left: 32px;
  top: 100px;
}
footer nav ul {
  display: flex;
  gap: 24px;
  position: relative;
  top: 130px;
  left: 32px;
  list-style: none;
}
footer nav ul a {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  height: 16px;
  list-style: none;
  text-decoration: none;
  transition: 1s;
}
footer nav ul a:hover {
  color: #FD9222;
}

@media (max-width: 376px) {
  header {
    width: 100vw;
    gap: 150px;
    position: fixed;
  }
  header .burger_label {
    display: block;
    margin-right: 32px;
  }
  header .logo {
    margin-left: 32px;
  }
  header .mobile_navigation {
    transition: right 0.5s ease-in-out;
    position: absolute;
    top: 80px;
    right: -50vw;
    width: 50vw;
    height: 100vh;
    background-color: #FAFAFA;
  }
  header .mobile_navigation .style {
    width: 100%;
    height: 100%;
    background-color: #1E1823;
  }
  header .mobile_navigation .style ul {
    display: grid;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    text-align: left;
    padding: 32px;
  }
  header .mobile_navigation .style ul a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    height: 16px;
    list-style: none;
    text-decoration: none;
  }
  header .mobile_navigation .style .inst1 {
    display: block;
    padding: 32px;
  }
  header input:checked + .mobile_navigation {
    right: 0;
  }
  header nav {
    display: none;
  }
  header .inst {
    display: none;
  }
  .sek1 {
    left: 0px;
  }
  .sek1 img {
    content: url(img/chocolate-covered-cocoa-powder\ 1\ Kopie.png);
    z-index: 1;
    position: relative;
    top: 14px;
    left: 20px;
    width: 90%;
    height: 620px;
  }
  .sek1 h1 {
    font-size: 20px;
    width: 299px;
    position: relative;
    top: -180px;
    left: 30px;
  }
  .sek1 .buttons {
    display: flex;
    gap: 10px;
    position: relative;
    top: -140px;
    left: 30px;
  }
  .sek1 .buttons .buy_now {
    width: 120px;
    height: 41px;
    font-size: 14px;
  }
  .sek1 .buttons .how_made {
    width: 159px;
    height: 41px;
    font-size: 14px;
  }
  .sek1 .sek2 {
    width: 375px;
    height: 892px;
    position: relative;
  }
  .sek1 .sek2 .benefits {
    display: grid;
    gap: 40px;
    position: relative;
    left: -40px;
  }
  .sek1 .sek2 .benefits .line {
    display: none;
  }
  .sek1 .sek2 .benefits .box {
    height: 244px;
    padding-bottom: 10px;
    position: relative;
  }
  .sek1 .sek2 .benefits .box h3 {
    font-size: 18px;
  }
  .sek1 .sek2 .benefits .box p {
    font-size: 14px;
    width: 308px;
  }
  .sek2 {
    display: grid;
    gap: 30px;
    width: 100%;
    height: 852px;
  }
  .sek2 .benefits {
    display: grid;
    gap: 15px;
    position: relative;
    left: 32px;
  }
  .sek2 .benefits .line {
    display: none;
  }
  .sek2 .benefits .box {
    width: 300px;
    height: 200px;
    position: relative;
    left: 20px;
  }
  .sek2 .benefits .box img {
    width: 50px;
  }
  .sek2 .benefits .box h3 {
    font-size: 16px;
    width: 150px;
    position: relative;
    top: 15px;
  }
  .sek2 .benefits .box p {
    font-size: 12px;
    width: 250px;
    position: relative;
    top: 30px;
  }
  .sek3 .text_one {
    position: relative;
    left: 0px;
    left: 25px;
  }
  .sek3 .text_one h1 {
    font-size: 20px;
    width: 283px;
    left: 20px;
  }
  .sek3 .text_one p {
    font-size: 14px;
    width: 300px;
    left: 10px;
  }
  .sek3 .cards {
    display: grid;
    gap: 20px;
    position: relative;
    top: 50px;
    left: 20px;
  }
  .sek3 .cards .choco,
  .sek3 .cards .same,
  .sek3 .cards .nuts,
  .sek3 .cards .sami {
    width: 335px;
    height: 270px;
  }
  .sek3 .cards .choco img,
  .sek3 .cards .same img,
  .sek3 .cards .nuts img,
  .sek3 .cards .sami img {
    width: 224px;
    position: relative;
    left: 56px;
    top: 28px;
  }
  .sek3 .cards .choco h4,
  .sek3 .cards .same h4,
  .sek3 .cards .nuts h4,
  .sek3 .cards .sami h4 {
    font-size: 14px;
    left: 28px;
    top: 40px;
  }
  .sek3 .hide_all {
    display: none;
  }
  .sek4 {
    top: 850px;
    background-size: cover;
  }
  .sek4 h1 {
    font-size: 18px;
    width: 260px;
    left: 50px;
  }
  .sek4 p {
    font-size: 12px;
    width: 290px;
    left: 35px;
    top: 60px;
  }
  .sek4 button {
    width: 128px;
    height: 41px;
    font-size: 14px;
  }
  footer {
    top: 830px;
    height: 490px;
  }
  footer .text_footer {
    flex-direction: column;
    gap: 10px;
  }
  footer .text_footer h1 {
    font-size: 20px;
    width: 250px;
    left: 32px;
    top: 20px;
  }
  footer .text_footer .small {
    position: relative;
    top: 20px;
  }
  footer .text_footer .small h4,
  footer .text_footer .small p {
    left: 32px;
  }
  footer .text_footer .inst_one,
  footer .text_footer .twitter {
    position: relative;
    left: 32px;
    top: 40px;
  }
  footer hr {
    width: 335px;
    position: relative;
    left: 10px;
    top: 70px;
  }
  footer nav {
    position: relative;
    top: -30px;
  }
  footer nav ul {
    display: grid;
    gap: 18px;
  }
  footer nav ul a {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */