@font-face {
  font-family: "pepe";
  src: url("../fonts/file_1.woff2") format("woff2"),
    /* Replace with the actual path */ url("../fonts/file_1.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pepep";
  src: url("../fonts/file_2.woff2") format("woff2"),
    /* Replace with the actual path */ url("../fonts/file_2.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: "pepe", sans-serif;
}

p,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "pepep", sans-serif;
}

body {
  color: white !important;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  margin: 0;
  background: linear-gradient(to right, #ff88cc, #9d8ef7);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: white; /* Set heading text color to white */
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.nav_sec {
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Horizontal offset, Vertical offset, Blur radius, Spread radius, Color */
  border-bottom: 1px solid grey;
}
section {
  margin: 3% 0 3% 0;
  margin: auto;
  width: 100%;
}
.section3 img {
  width: 90%;
}
.hero_sec {
  margin: auto;
  text-align: center;
  width: 100%;
}
p {
  font-size: 26px;
}
.section2 h2 {
  margin-bottom: 50px;
  text-align: left;
  font-size: 80px;
}
.hero_sec p {
  width: 90%;
  text-align: left;
  font-size: 26px;
  margin-bottom: 50px;
}
.hero_sec h1 {
  margin-bottom: 40px;
  text-align: left;
  font-size: 100px;
}
.hero_sec img {
  width: 90%;
}
.hero_sec .col-6.text {
  margin: auto;
}
.hero_sec img.social {
  width: 100px;
}
.hero_sec .hero_socials {
  justify-content: space-around;
  display: flex;
}
.navbar {
  margin: 2% auto 2% auto;
  width: fit-content;
  overflow: hidden;
}
.hero_sec .row.partner {
  margin-top: 30px;
}
.hero_sec a {
  text-decoration: none;
}
.hero_sec .col-12 {
  display: flex;
  justify-content: space-between;
}
.hero_sec .col-12 img {
  float: right;
  width: 40px;
}
.hero_sec .col-4 {
  width: 32%;
}
.hero_sec .col-12 {
  margin-top: 2%;
}
.partner_button {
  font-weight: bold;
  color: white;
  font-size: 30px;
  border-radius: 20px;
  border: 1px solid white;
  padding: 5px 5px 5px 50px;
}

.navbar a {
  font-size: 24px;
  margin-right: 10px;
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

.navbar a.active {
  color: white;
}

.navbar .icon {
  display: none;
}
.section2 {
  margin: auto;
  width: 100%;
}
.section2 .col-6 {
  margin: auto;
}
.section2 img {
  width: 90%;
}
.section3 .col-12 {
  text-align: center;
}
.section3 h2 {
  margin-bottom: 50px;
  font-size: 80px;
}
.section3 h3 {
  font-size: 50px;
}
.section3 h3.supply {
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.section3 .taxes {
  border: 1px solid white;
  background-color: rgba(157, 142, 247, 0.5);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  margin: 50px 50px 50px 0;
}
.section4 {
  text-align: center;
  width: 100%;
}
.section4 h2 {
  font-size: 80px;
  margin-bottom: 3%;
}
.section4 img {
  margin: 20px;
  width: 100px;
}
.section4 p {
  width: 60%;
  margin: 20px auto;
}
.hero_sec .col-6.mobile {
  display: none;
}
.navbar a.buynow {
  padding: 5px 20px 5px 20px;
  border: 1px solid white;
  background-color: #9d8ef7;
  border-radius: 20px;
}

@media screen and (max-width: 600px) {
  .section4 p {
    width: 100%;
  }
  .section3 .taxes {
    margin: 20px 0;
  }
  .section3 .col-4 {
    width: 100%;
  }
  .section3 .col-8 {
    width: 100%;
  }
  p,
  h3,
  h2 {
    word-wrap: break-word;
  }
  .section2 p {
    word-wrap: break-word;
  }
  .section2,
  .section3,
  .section4 {
    width: 100%;
  }
  .section2 .row {
    flex-direction: column-reverse;
  }
  .section2 .col-6 {
    width: 100%;
  }
  .hero_sec p {
    width: 100%;
  }
  .hero_sec .partner_button {
    padding: 0;
  }
  .hero_sec .partner_button img {
    float: none;
  }

  .hero_sec .col-6.desk {
    display: none;
  }
  .hero_sec .col-6.mobile {
    display: block;
  }
  .hero_sec .hero_socials {
    display: block;
  }
  .col-6 {
    width: 100%;
  }
  .hero_sec .col-6 {
    width: 100%;
  }
  .hero_sec {
    width: 100%;
  }
  .navbar {
    border-radius: 0;
    float: none;
  }
  .navbar a:not(:first-child) {
    display: none;
  }
  .navbar a.icon {
    float: right;
    display: block;
  }
  .navbar .icon {
    display: none;
    color: white; /* Farbe des Burger-Menü-Icons */
    font-size: 24px; /* Größe des Icons anpassen */
  }

  .navbar .icon::before {
    content: "\2630"; /* Drei horizontale Linien (Unicode) */
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive {
    position: relative;
  }
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .hero_sec p,
  .hero_sec h1 {
    text-align: center;
  }
  .hero_sec h1 {
    margin-bottom: 0px;
    font-size: 60px;
  }
  p {
    font-size: 18px;
  }
  .section3 h2,
  .section2 h2,
  .section4 h2 {
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .section3 h3 {
    font-size: 30px;
  }
  .hero_sec .col-12 {
    display: contents;
  }
  .hero_sec .col-4 {
    width: 100%;
    margin-bottom: 15px;
    margin: auto auto 15px auto;
  }

  .partner p {
    margin-bottom: 20px;
  }

  .section3 h2 {
    text-align: left;
  }

  .hero_sec {
    padding-top: 40px;
  }
  .navbar {
    width: 100%;
  }
}
