* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.distributor {
  height: 4px;
  background: rgb(228, 228, 228);
}

.navbar-content3 {
  display: none;
}

.menu-btn {
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
  display: none;
  color: hsl(230, 4%, 20%);
  padding-right: 20px;
}

.fullscreen-menu {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  color: hsl(230, 4%, 20%);
  display: none;
  flex-direction: column;
  font-size: 24px;
}

.fullscreen-menu a {
  display: inline-block;
  color: hsl(230, 4%, 20%);
  text-decoration: none;
  margin: 0px 0px;
  font-size: 20px;
  padding: 20px;
  transition: 0.3s all;
}

.fullscreen-menu a:hover {
  background: rgb(254, 206, 0);
  transform: scale(1.03);
}

.fullscreen-menu .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  cursor: pointer;
  color: black;
}

.show-menu {
  display: flex;
}

body {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  height: 100%;
  background-color: #f3f3f3;
}

nav img {
  height: 70px;
  width: auto;
}

.boomenergy {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  background-color: #f3f3f3;
}

.header {
  height: 100vh;
  color: white;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: px;
  font-weight: 100;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: box-shadow 0.3s ease-in-out;
}

nav {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

nav {
  height: 90px;
  background-color: rgb(254, 206, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6%;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  position: relative;
  position: fixed;
  z-index: 1;
}

nav a {
  text-decoration: none;
  color: #0f0f0f;
  /* text-shadow:  1px 0px 0px black; */
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.Socials_nav {
  text-decoration: none;
  color: #0f0f0f;
  /* text-shadow:  1px 0px 0px black; */
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.header i {
  font-size: 14px;
  padding-left: 5px;
}

.header2 i {
  font-size: 14px;
  padding-left: 5px;
}

.header li :hover {
  transform: scale(1.1);
  transition: 0.35s all;
}

.header2 li :hover {
  transform: scale(1.1);
  transition: 0.35s all;
}

.primary-nav {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  align-items: center;
  padding: 10px 40px;
  z-index: 1;
}

.primary-nav2 {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  align-items: center;
  padding: 10px 40px;
  z-index: 1;
}

.ul-nav {
  display: flex;
  list-style: none;
  gap: 20px;
}

.video-header {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  filter: brightness(90%);
}

.video-header2 {
  height: 325px;
  width: 530px;
  object-fit: cover;
  box-shadow: 0 7px 20px rgb(0, 0, 0, 0.3),
    0 6px 20px rgba(0, 0, 0, 0.19);
}

.logo {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.socials-h h1 {
  font-size: 220%;
  color: white;
}


.header-section,
.grote-collectie-section {
  position: absolute;
  bottom: 2%;
  padding: 25px 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.heading-h3,
.items-h3 {
  font-size: 80%;
  font-weight: 300;
}

.heading-h2,
.items-h2 {
  font-weight: 700;
  font-size: 180%;
  text-transform: uppercase;
}

.button-primary {
  font-size: 85%;
  font-weight: 300;
  border-radius: 50px;
  width: 150px;
  background: white;
  border: none;
  padding: 12px 0;
  transition: 0.5s all;
}

.button-primary:hover {
  cursor: pointer;
  background: black;
  color: white;
}

.button-primary a {
  color: black;
  text-decoration: none;
}

.button-primary a:hover {
  color: white;
  text-decoration: none;
}

.second-wrapper {
  display: flex;
  gap: 25px;
  color: white;
}

.button-icon,
.button-on-wide-screen {
  font-size: 120%;
  background: transparent;
  border: none;
  color: white;
}

.button-icon {
  display: none;
}

.button-on-wide-screen {
  display: block;
}

.button-icon {
  display: none;
}

.button-icon:hover,
.button-on-wide-screen:hover {
  cursor: pointer;
}

.search-wrapper {
  position: relative;
}

.icon-in-button {
  position: absolute;
  top: 30%;
  right: 0;
  padding-right: 20px;
}

.white-partners {
  height: 50px;
}

.socials-b {
  background-color: rgba(14, 17, 22);
}

.image-s {
  aspect-ratio: 1/1;
  height: 350px;
  width: 350px;
  margin-bottom: 60px;
}

.socials-h {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
}

.socials-h h1 {
  font-size: 300%;
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
}

.socials-s {
  display: flex;
  flex-direction: row;
  align-items: center;
}


.content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 60px;
}

.introduction {
  padding: 0 20%;
}

footer a {
  text-decoration: none;
  color: white;
}

ul {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  font-size: 100%;
  list-style: none;
}

.socials-s a {
  font-size: 25px;
  text-decoration: none;
  margin-top: 50px;
  margin-right: 50px;
  display: inline-block;
  border: 1px solid white;
  padding: 12px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.socials1:hover a {
  color: #2AAA8A;
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}

.socials2:hover a {
  color: #4267B2;
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;

}

.socials3:hover a {
  color: #d62976;
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}

.socials4:hover a {
  color: #1DA1F2;
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}

.socials5:hover a {
  color: red;
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;

}

.socials6:hover a {
  color: #6441a5;
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}

.socials7:hover a {
  color: #7289da;
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}

.socials8:hover a {
  color: burlywood;
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}

.socials9:hover a {
  color: burlywood;
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}

.button-merch {
  display: flex;
  align-items: center;
  justify-content: center;
}

.secondary-button {
  padding: 17px 35px;
  background-color: rgb(254, 206, 0);
  font-size: 15px;
  text-decoration: none;
  color: black;

}

.secondary-button i {
  font-size: 12px;
  padding-left: 3px;
}

.secondary-button:hover {
  background-color: rgb(255, 179, 0);
  cursor: pointer;
}


span {
  color: white;
}

.main {
  color: black;
  padding-top: 70px;
}

li {
  color: white;
  list-style: none;
  display: flex;
  text-decoration: none;
}

h2 {
  margin-bottom: 10px;
}

h3 {
  justify-content: space-between;
}

.Eindje {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}


.container {
  display: inline-block;
  margin-right: 135px;
  vertical-align: top;
  flex-direction: column;
  text-align: left;
  padding: 50px;

}

.container img {
  height: 50px;
}

.heading {
  font-weight: 150;
  font-size: 23px;
  margin-bottom: 5px
}

.heading3 {
  flex-direction: column;
}

.container a {
  margin-right: 12px;
}

.nuttig a {
  display: block;
  margin-bottom: 5px;
}

.container2 {
  margin-left: 0px;
}

.about-page {
  display: flex;
  color: black;
  height: 500px;
  background-color: #f3f3f3;
}

.about-me {
  height: 400px;
  background-color: #f3f3f3;
  color: black;
  padding: 50px;
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
}

.socials-h2 {
  display: flex;
  color: black;
  gap: 20px;
}

.about-me2 {
  background-color: #f3f3f3;
  color: black;
  font-size: 22px;
  font-weight: 300;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 200px;
}

.about-me2 a {
  color: black;
  display: flex;
  text-decoration: none;
  padding-top: 30px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-me2 p {
  font-size: 25px;
  width: 31ch;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: flex;
  flex-direction: column;
}

.main {
  background-color: #f3f3f3;
  padding-bottom: 100px;
}

.onze-producten {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px;
}

.items-h3 {
  color: #585858;
  font-size: 70%;
}

.items-h2 {
  font-size: 130%;
  color: black;
}

.items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}



.products {
  list-style: none;
  display: flex;
  gap: 5px;
}

.product {
  height: 600px;
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.product-figure {
  width: 100%;
  height: 80%;
  overflow: hidden;
}

.img-product {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all;
}

.product-h4 {
  font-size: 100%;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: black;
}

.product-h5 {
  font-size: 90%;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: black;
}

.product-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(254, 206, 0);
  text-shadow: 1px 1px 1.5px black;
  color: white;
  padding: 10px;
  border-radius: 100px;
  font-size: 80%;
  transform: scaleX(0);
  transition: 0.5s all;
  transform-origin: left;
}

.product:hover {
  cursor: pointer;
}

.product:hover .img-product {
  transform: scale(1.1);
}

.product:hover .product-label {
  transform: scale(1);
}

.partners {
  background-color: rgba(14, 17, 22);
  color: white;
  height: 500px;
  width: 100%;
}

.partner-header {
  font-size: 210%;
  font-family: Condensed, sans-serif;
  display: flex;
  justify-content: center;
  padding-top: 90px;
  font-weight: 800;
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
}

.partner-image {
  height: auto;
  width: 270px;
  object-fit: contain;
}

.images1 a :hover {
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}

.images2 a :hover {
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}

.images3 a :hover {
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}

.images4 a :hover {
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}

.images4 {
  margin-top: 60px;
  padding-left: 10px;
}

.images3 {
  margin-top: 70px;
}

.images1 {
  padding-top: 59px;
}

.partner-images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  /* Zorgt ervoor dat de bovenkant van de items op één lijn staat */
  padding-top: 15px;
  gap: 40px;
}


.Dardrooteam {
  height: 500px;
  background-color: white;
}

footer {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(14, 17, 22);
  color: #fff;
  padding: 20px 0;
  height: 300px;
  display: flex;
  justify-content: center;
  gap: 200px;
  padding-top: 80px;
}

.footer1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-image {
  height: 50px;
  width: 135px;
}

h1 {
  font-size: 120%;
  text-transform: uppercase;
}

.socials-h3 {
  display: flex;
  gap: 20px;
}

.footer-2 {
  height: 45px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
}

.footer3 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
}

.footer3 h1,
.footer2 h1 {
  text-transform: uppercase;
  font-size: 130%;
}

.footer3 a,
.footer2 a {
  font-size: 90%;
}

.footer1 a:hover {
  transform: scale(1.05);
  transition: 0.35s all;
}

.footer2 a:hover {
  color: rgb(255, 194, 51);
  transform: scale(1.05);
  transition: 0.15s all;
}

.footer3 a:hover {
  color: rgb(255, 194, 51);
  transform: scale(1.05);
  transition: 0.15s all;
  text-decoration: none;
}

.mail {
  text-decoration: underline;
}

.Merch i {
  font-size: 15px;
  padding-left: 4px;
}

::selection {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #d19f25;
  background-color: rgba(244, 192, 66, var(--bg-opacity));
}

video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-panel {
  overflow: hidden;
}

video::-webkit-media-controls-timeline,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-seek-back-button,
video::-webkit-media-controls-seek-forward-button,
video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

video::-moz-media-controls {
  display: none !important;
}

video::-ms-media-controls {
  display: none !important;
}

.height {
  height: 70px;
  background-color: #f3f3f3;

}

@media screen and (max-width:1500px) {
  .about-me2 p {
    font-size: 27px;
    max-width: 21ch
  }
}



@media screen and (max-width:1250px) {
  .product {
    width: 49%;

  }

  .product:hover .img-product {
    transform: scale(1.1);
  }

  .about-me2 p {
    font-size: 25px;
    max-width: 21ch
  }

  .about-me2 a {
    font-size: 22px;
  }

  .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }

  .partner-image {
    height: auto;
    width: 235px;
  }

  .partner-images {
    flex-wrap: nowrap;
  }
}



@media screen and (min-width: 1051px) and (max-width:1100px) {

  body {
    width: 100%;
  }

  nav {
    display: flex;
  }

  footer {
    width: 100%;
  }

  .video-header2 {
    background-color: #f3f3f3;
    padding-left: 0px;
    width: 350px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    object-fit: cover;
    display: none;
  }

  .about-page {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
  }

  .about-me {
    width: 200px;
    height: 0px;
    padding-top: 80px;
  }

  .about-me2 p {
    font-size: 27px;
    max-width: 21ch
  }

  .about-me2 {
    display: flex;
    flex-direction: column;
    padding-left: 350px;
    width: 50%;
  }

  .about-me2 a {
    font-size: 27px;
  }

  .boomenergy {
    padding-top: 50px;
    width: 100%;
    height: auto;
  }

  .content {
    padding: 0;
    padding-left: 8px;
  }

  .image-s {
    margin-bottom: 50px;
  }

  .socials-s a {
    font-size: 26px;
    margin-top: 50px;
    margin-right: 25px;
    display: inline-block;
    padding: 10px;
    border-radius: 30px;
    display: flex;
    width: 60px;
    height: 60px;
    border: 1px solid white;
    background-color: white;
    color: black;
  }

  .partner-image {
    height: auto;
    width: 200px;
  }

  .images2 {
    padding-top: 15px;
  }

  .images4 {
    padding-top: 3px;
  }
}

@media screen and (min-width: 801px) and (max-width:1050px) {

  .partner-images {
    max-width: none;
  }

  body {
    width: 100%;
  }

  nav {
    display: flex;
    padding: 0 5%;
  }

  nav li {
    font-size: 100%;
    gap: 5px;
  }

  nav img {
    display: flex;
    height: 50px;
    width: 130px;
    padding-left: 0px;
  }

  nav ul {
    display: flex;
    font-size: 20px;
    gap: 15px;
  }

  nav li {
    font-size: 80%;
    gap: 5px;
  }


  .video-header2 {
    background-color: #f3f3f3;
    padding-left: 0px;
    width: 350px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    object-fit: cover;
    display: none;
  }

  .about-page {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
  }

  .about-me {
    width: 200px;
    height: 0px;
    padding-top: 80px;
  }

  .about-me2 p {
    font-size: 27px;
    max-width: 21ch
  }

  .about-me2 {
    display: flex;
    flex-direction: column;
    padding-left: 300px;
    width: 50%;
  }

  .about-me2 a {
    font-size: 27px;
  }

  .boomenergy {
    padding-top: 50px;
    width: 100%;
    height: auto;
  }

  footer {
    width: 100%;
  }

  .content {
    padding: 0;
    padding-left: 8px;
  }



  .image-s {
    margin-bottom: 50px;
  }

  .socials-s a {
    font-size: 26px;
    margin-top: 50px;
    margin-right: 25px;
    display: inline-block;
    padding: 10px;
    border-radius: 30px;
    display: flex;
    width: 60px;
    height: 60px;
    border: 1px solid white;
    background-color: white;
    color: black;
  }

  footer {
    height: 300px;
    display: flex;
    padding-top: 90px;
    gap: 100px;
  }

  .footer3 a:hover {
    transform: scale(1);
  }

  .partner-image {
    height: auto;
    width: 200px;
  }

  .images2 {
    padding-top: 15px;
  }

  .images4 {
    padding-top: 3px;
  }
}


@media screen and (max-width:950px) {
  nav {
    display: flex;
    padding: 0 5%;
  }

  nav li {
    font-size: 100%;
    gap: 5px;
  }

  nav img {
    display: flex;
    height: 50px;
    width: 130px;
    padding-left: 0px;
  }

  nav ul {
    display: flex;
    font-size: 20px;
    gap: 15px;
  }

  nav li {
    font-size: 80%;
    gap: 5px;
  }


  .video-header2 {
    background-color: #f3f3f3;
    padding-left: 0px;
    width: 350px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    object-fit: cover;
    display: none;
  }

  .about-page {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
  }

  .about-me {
    width: 200px;
    height: 0px;
    padding-top: 80px;
  }

  .about-me2 p {
    font-size: 27px;
    max-width: 21ch
  }

  .about-me2 {
    display: flex;
    flex-direction: column;
    padding-left: 270px;
    width: 50%;
  }

  .about-me2 a {
    font-size: 27px;
  }

  .boomenergy {
    padding-top: 50px;
    width: 100%;
    height: auto;
  }

  .li-nav,
  .search-wrapper,
  .button-secondary {
    display: none;
  }

  .primary-nav,
  .header-section {
    padding: 10px 20px;
    padding-bottom: 20px;
  }

  .partner-header {
    padding-top: 50px;
  }

  .partners {
    height: 500px;
  }

  .partner-header {
    padding-bottom: 0px;
  }

  .partner-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 0px;
  }

  .partner-image {
    width: calc(100% - 10px);
    height: auto;
  }

  .partner-image {
    height: auto;
    width: 200px;
  }

  .images1 {
    padding-top: 45px;
  }

  .images2 {
    padding-top: 15px;
  }

  .images4 {
    padding-top: 3px;
  }

  .images3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
  }

  .product {
    width: 49%;

  }

  .product:hover .img-product {
    transform: scale(1.1);
  }

  .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }

  .button-icon {
    display: block;
  }

  .button-on-wide-screen {
    display: none;
  }

  footer {
    height: 300px;
    display: flex;
    padding-top: 90px;
    gap: 40px;
  }

  .footer3 a:hover {
    transform: scale(1);
  }
}

@media screen and (min-width: 801px) and (max-width:900px) {

  footer {
    height: 500px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 10px;
    padding-left: 40px;
  }


  .video-header2 {
    background-color: #f3f3f3;
    padding-left: 0px;
    width: 350px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    object-fit: cover;
    display: none;
  }

  .about-page {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
  }

  .about-me {
    width: 200px;
    height: 0px;
    padding-top: 80px;
  }

  .about-me2 p {
    font-size: 27px;
    max-width: 21ch
  }

  .about-me2 {
    display: flex;
    flex-direction: column;
    padding-left: 230px;
    width: 50%;
  }

  .about-me2 a {
    font-size: 27px;
  }

  .boomenergy {
    padding-top: 50px;
    width: 100%;
    height: auto;
  }

  .footer3 a:hover {
    transform: scale(1);
  }
}


@media screen and (max-width: 800px) {

  body {
    width: 100%;
  }

  nav {
    display: flex;
    padding: 0 5%;
  }

  nav li {
    font-size: 100%;
    gap: 5px;
  }

  nav img {
    display: flex;
    height: 50px;
    width: 130px;
    padding-left: 0px;
  }

  nav ul {
    display: flex;
    font-size: 18px;
    gap: 15px;
  }

  nav li {
    font-size: 80%;
    gap: 5px;
  }


  .video-header2 {
    background-color: #f3f3f3;
    padding-left: 0px;
    width: 350px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    object-fit: cover;
    display: none;
  }

  .about-page {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
  }

  .about-me {
    width: 200px;
    height: 0px;
    padding-top: 80px;
  }

  .about-me2 p {
    font-size: 25px;
    max-width: 20ch
  }

  .about-me2 {
    display: flex;
    flex-direction: column;
    padding-left: 180px;
    width: 50%;
  }

  .about-me2 a {
    font-size: 25px;
  }

  .boomenergy {
    padding-top: 50px;
    width: 100%;
    height: auto;
  }

  footer {
    width: 100%;
  }

  .content {
    padding: 0;
    padding-left: 8px;
  }

  .partner-header {
    padding-top: 50px;
  }

  .partners {
    height: 500px;
  }

  .partner-header {
    padding-bottom: 0px;
  }

  .partner-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 0px;
  }

  .partner-image {
    width: calc(100% - 10px);
    height: auto;
  }

  .partner-image {
    height: auto;
    width: 200px;
  }

  .images1 {
    padding-top: 45px;
  }

  .images2 {
    padding-top: 15px;
  }

  .images4 {
    padding-top: 3px;
  }

  .images3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
  }


  .product {
    width: 49%;

  }

  .product:hover .img-product {
    transform: scale(1.1);
  }

  .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }

  .image-s {
    margin-bottom: 50px;
  }

  .socials-s a {
    font-size: 26px;
    margin-top: 50px;
    margin-right: 10px;
    display: inline-block;
    padding: 10px;
    border-radius: 30px;
    display: flex;
    width: 60px;
    height: 60px;
    border: 1px solid white;
    background-color: white;
    color: black;
  }

  footer {
    height: 500px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 10px;
    padding-left: 40px;
  }

  .footer3 a:hover {
    transform: scale(1);
  }
}

@media screen and (max-width: 700px) {

  body {
    width: 100%;
  }

  nav {
    display: flex;
    padding: 0 5%;
  }

  nav li {
    font-size: 100%;
    gap: 5px;
  }

  nav img {
    display: flex;
    height: 50px;
    width: 120px;
    padding-left: 0px;
  }

  nav .none {
    display: none;
  }

  nav ul {
    display: flex;
    font-size: 17px;
    gap: 15px;
  }

  nav li {
    font-size: 80%;
    gap: 5px;
  }

  .video-header2 {
    background-color: #f3f3f3;
    padding-left: 0px;
    width: 350px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    object-fit: cover;
    display: none;
  }

  .about-page {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
  }

  .about-me {
    width: 200px;
    height: 0px;
    padding-top: 90px;
  }

  .about-me2 p {
    font-size: 25px;
    max-width: 20ch
  }

  .about-me2 {
    display: flex;
    flex-direction: column;
    padding-left: 130px;
    width: 50%;
  }

  .about-me2 a {
    font-size: 25px;
  }

  .boomenergy {
    padding-top: 50px;
    width: 100%;
    height: auto;
  }

  footer {
    width: 100%;
  }

  .content {
    padding: 0;
    padding-left: 8px;
  }

  .partner-header {
    padding-top: 50px;
  }

  .partners {
    height: 500px;
  }

  .partner-header {
    padding-bottom: 0px;
  }

  .partner-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 0px;
  }

  .partner-image {
    width: calc(100% - 10px);
    height: auto;
  }

  .partner-image {
    height: auto;
    width: 200px;
  }

  .images1 {
    padding-top: 45px;
  }

  .images2 {
    padding-top: 15px;
  }

  .images4 {
    padding-top: 3px;
  }

  .images3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
  }


  .product {
    width: 49%;

  }

  .product:hover .img-product {
    transform: scale(1);
  }

  .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }


  .image-s {
    margin-bottom: 50px;
  }

  .socials-s a {
    font-size: 30px;
    margin-top: 50px;
    margin-right: 10px;
    display: inline-block;
    padding: 10px;
    border-radius: 30px;
    display: flex;
    width: 55px;
    height: 55px;
    border: 1px solid white;
    background-color: white;
    color: black;
  }

  footer {
    height: 500px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 10px;
    padding-left: 40px;
  }

  .footer3 a:hover {
    transform: scale(1);
  }

}

@media screen and (max-width: 600px) {
  .menu-btn {
    display: block;
  }

  .navbar-content3 {
    display: block;
  }

  .navbar-content {
    display: none
  }

  .navbar-content2 {
    display: none;
  }



}

@media screen and (max-width: 600px) {

  body {
    width: 100%;
  }

  nav {
    display: flex;
    padding: 0 5%;
  }

  nav li {
    font-size: 100%;
    gap: 5px;
  }

  nav img {
    display: flex;
    height: 50px;
    width: 120px;
    padding-left: 0px;
  }

  nav .none {
    display: none;
  }

  nav ul {
    display: flex;
    font-size: 17px;
    gap: 15px;
  }

  nav li {
    font-size: 80%;
    gap: 5px;
  }

  .video-header2 {
    background-color: #f3f3f3;
    padding-left: 0px;
    width: 350px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    object-fit: cover;
    display: none;
  }

  .about-page {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
  }

  .about-me {
    width: 200px;
    height: 0px;
    padding-top: 90px;
  }

  .about-me2 p {
    font-size: 25px;
    max-width: 20ch
  }

  .about-me2 {
    display: flex;
    flex-direction: column;
    padding-left: 100px;
    width: 50%;
  }

  .about-me2 a {
    font-size: 25px;
  }

  .boomenergy {
    padding-top: 50px;
    width: 100%;
    height: auto;
  }

  footer {
    width: 100%;
  }

  .content {
    padding: 0;
    padding-left: 8px;
  }

  .partner-header {
    padding-top: 50px;
  }

  .partners {
    height: 500px;
  }

  .partner-header {
    padding-bottom: 0px;
  }

  .partner-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 0px;
  }

  .partner-image {
    width: calc(100% - 10px);
    height: auto;
  }

  .partner-image {
    height: auto;
    width: 200px;
  }

  .images1 {
    padding-top: 45px;
  }

  .images2 {
    padding-top: 15px;
  }

  .images4 {
    padding-top: 3px;
  }

  .images3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
  }

  .product {
    width: 100%;
  }

  .products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px;
  }


  .image-s {
    margin-bottom: 50px;
  }

  .socials-s a {
    font-size: 25px;
    margin-top: 50px;
    margin-right: 10px;
    display: inline-block;
    padding: 10px;
    border-radius: 30px;
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    background-color: white;
    color: black;
  }

  footer {
    height: 500px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 10px;
    padding-left: 50px;
  }

  .footer3 a:hover {
    transform: scale(1);
  }

}



@media screen and (max-width: 550px) {

  body {
    width: 100%;

  }

  nav {
    display: flex;
    padding: 0 5%;
  }

  nav li {
    font-size: 100%;
    gap: 5px;
  }

  nav img {
    display: flex;
    height: 50px;
    width: 120px;
    padding-left: 0px;
  }

  nav .none {
    display: none;
  }

  nav ul {
    display: flex;
    font-size: 17px;
    gap: 15px;
  }

  nav li {
    font-size: 80%;
    gap: 5px;
  }

  .video-header2 {
    background-color: #f3f3f3;
    padding-left: 0px;
    width: 350px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    object-fit: cover;
    display: none;
  }

  .about-page {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
  }

  .about-me {
    width: 200px;
    height: 0px;
    padding-top: 100px;
  }

  .about-me2 p {
    font-size: 23px;
    max-width: 20ch
  }

  .about-me2 {
    display: flex;
    flex-direction: column;
    padding-left: 80px;
    width: 50%;
  }

  .about-me2 a {
    font-size: 23px;
  }

  .boomenergy {
    padding-top: 50px;
    width: 100%;
    height: auto;
  }

  footer {
    width: 100%;
  }

  .content {
    padding: 0;
    padding-left: 8px;
  }

  .partner-header {
    padding-top: 50px;
  }

  .partners {
    height: 500px;
  }

  .partner-images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .partner-image {
    height: auto;
    width: 185px;
  }

  .images3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
  }

  .product {
    width: 100%;
  }

  .products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }

  .image-s {
    margin-bottom: 50px;
  }

  .socials-s a {
    font-size: 20px;
    margin-top: 50px;
    margin-right: 10px;
    display: inline-block;
    padding: 10px;
    border-radius: 30px;
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid white;
    background-color: white;
    color: black;
  }

  footer {
    height: 500px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 10px;
    padding-left: 30px;
  }

  .footer3 a:hover {
    transform: scale(1);
  }
}

@media screen and (min-width: 401px) and (max-width: 480px) {

  body {
    width: 100%;
  }

  nav {
    display: flex;
    padding: 0 5%;
  }

  nav li {
    font-size: 100%;
    gap: 5px;
  }

  nav img {
    display: flex;
    height: 50px;
    width: 100px;
    padding-left: 0px;
  }

  nav .none {
    display: none;
  }

  nav ul {
    display: flex;
    font-size: 15px;
    gap: 8px;
  }

  nav li {
    font-size: 80%;
    gap: 5px;
  }

  .video-header2 {
    background-color: #f3f3f3;
    padding-left: 0px;
    width: 350px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    object-fit: cover;
    display: none;
  }

  .about-page {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
  }

  .about-me {
    width: 200px;
    height: 0px;
    padding-top: 110px;
  }

  .about-me2 p {
    font-size: 20px;
    max-width: 20ch
  }

  .about-me2 {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    width: 50%;
  }

  .about-me2 a {
    font-size: 20px;
  }

  .boomenergy {
    padding-top: 50px;
    width: 100%;
    height: auto;
  }

  .partner-header {
    padding-top: 50px;
  }

  .partners {
    height: 500px;
  }

  .partner-images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .partner-image {
    height: auto;
    width: 172px;
  }

  .images3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
  }

  .socials-h h1 {
    font-size: 220%;
  }

  .socials-h .image-s {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding: 30px;
  }

  footer {
    width: 100%;
  }

  .content {
    padding: 0;
    padding-left: 8px;
  }

  .product {
    width: 100%;
  }

  .products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }


  .image-s {
    margin-bottom: 50px;
  }

  .socials-s a {
    font-size: 25px;
    margin-top: 20px;
    margin-right: 30px;
    display: inline-block;
    padding: 10px;
    border-radius: 30px;
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    background-color: white;
    color: black;
  }

  .socials-s {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 20px;
  }

  footer {
    height: 500px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 10px;
    padding-left: 20px;
  }

  .footer3 a:hover {
    transform: scale(1);
  }

}

@media screen and (max-width: 450px) {
  .partner-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 200px;
    margin: 0 auto;
  }

  .partner-image {
    width: calc(50% - 10px);
    height: auto;
  }

  .partners {
    height: 700px;
  }

  .partner-image {
    width: 100%;
  }

  .images2 {
    padding-top: 0px;
  }

  .images3 {
    margin-top: 15px;
    padding-right: 10px;
  }

  .images4 {
    padding-right: 10px;
  }

}

@media screen and (max-width: 400px) {

  body {
    width: 100%;
    background-color: #f3f3f3;
  }

  nav {
    display: flex;
    padding: 0 5%;
  }

  nav img {
    display: flex;
    height: 50px;
    width: 100px;
    padding-left: 0px;
  }

  nav .none {
    display: none;
  }

  nav ul {
    display: flex;
    font-size: 14px;
    gap: 8px;
  }

  nav li {
    font-size: 80%;
    gap: 5px;
  }

  .video-header2 {
    background-color: #f3f3f3;
    padding-left: 0px;
    width: 350px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    object-fit: cover;
    display: none;
  }

  .about-page {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
  }

  .about-me {
    width: 200px;
    height: 0px;
    padding-top: 110px;
  }

  .about-me2 p {
    font-size: 20px;
    max-width: 20ch
  }

  .about-me2 {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    width: 50%;
  }

  .about-me2 a {
    font-size: 16px;
  }

  .boomenergy {
    padding-top: 50px;
    width: 100%;
    height: auto;
  }

  .partner-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 200px;
    margin: 0 auto;
  }

  .partner-image {
    width: calc(50% - 10px);
    height: auto;
  }

  .partners {
    height: 700px;
  }

  .partner-image {
    width: 100%;
  }

  .images2 {
    padding-top: 0px;
  }

  .images3 {
    margin-top: 15px;
    padding-right: 10px;
  }

  .images4 {
    padding-right: 10px;
  }

  .product {
    width: 100%;
  }

  .products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }

  .socials-h h1 {
    font-size: 220%;
  }

  .socials-h .image-s {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding: 30px;
  }

  footer {
    width: 100%;
  }

  .content {
    padding: 0;
    padding-left: 8px;
  }

  .image-s {
    margin-bottom: 50px;
  }

  .socials-s a {
    font-size: 25px;
    margin-top: 20px;
    margin-right: 30px;
    display: inline-block;
    padding: 10px;
    border-radius: 30px;
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    background-color: white;
    color: black;
  }

  .socials-s {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 20px;
  }

}


@media screen and (max-width: 400px) {
  nav ul {
    display: flex;
    font-size: 12px;
    gap: 8px;
  }
}

@media screen and (max-width: 350px) {
  .partner-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 180px;
    margin: 0 auto;
  }

  .Copyright {
    font-size: 15px;
  }
}