* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
  position: fixed;
  height: 100%;
  overflow-x: hidden;
}

body {
    overflow-x: hidden;
    background: black;
    height: 100vh;
    max-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    font-family: roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    -webkit-overflow-scrolling: touch;
}


a {
  text-decoration: none;
  color: black;
}

li {
  list-style: none;
  text-decoration: none;
}

ul {
  text-decoration: none;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}


.product-content {
    display: none;
    width: 75vw; 
    height: 100vh; 
    position: absolute; 
    left: 50%; 
    top: 100%; 
    z-index: -1;
    transform: translate(-50%, -85%);
}


.product-black-wrapper {
    width: 100%;
    height: 70vh;
    background: black;
    display: flex;
  }
  
  .product-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
    width: 230px;
    color: white;
    border-bottom: rgb(87, 87, 87) 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all 500ms ease;
  }
  
  .product-paragraph {
    color: white;
    width: 100%;
    line-height: 32px;
    font-size: 17px;
    font-weight: 300;
    transition: all 500ms ease;
    margin-top: 30px;
  }
  
  .image-paragraph1-wrap-product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 60px;
    text-align: justify;
    width: 100%;
  }
  
  .product-wrap1 {
    padding-top: 170px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .product-paragraph2 {
    color: white;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 60px;
    text-align: justify;
    line-height: 32px;
  }
  
  .product-scrollablearea {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .product-wrap2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .product-nm1 {
    color: white;
    background: #3E3E3E;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    margin-right: 30px;
  }
  
  .product-subheader {
    color: white;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  
  
  .subtitle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
  
  .readmore-subtitle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  
  .endbreizenlogo {
    width: 60%;
    margin-bottom: -100px;
  }
  
  
  .readmore-arrow {
    width: 18px;
    transform: rotate(180deg);
    margin-left: 12px;
  }
  
  .readmore-wrap {
    display: flex;
    background: red;
    width: 225px;
    margin-top: 10px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    cursor: pointer;
  }
  
  .readmore-product {
    color: white;
    background: red;
    text-transform: uppercase;
  }
  
  .readmore-arrowactive {
    width: 18px;
    transform: rotate(0deg);
    margin-left: 12px;
  }
  
  .productanswer {
    display: none;
    margin-top: 20px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    text-align: justify;
    color: rgb(190, 190, 190);
  }
  
  .readmore-arrowup {
    width: 18px;
    transform: rotate(0deg);
    margin-left: 12px;
  }
  
  .subtitlewrapactive .readmore-arrow {
    width: 18px;
    transform: rotate(0deg);
    margin-left: 12px;
  }
  
  
  .product-image1 {
    width: 215px;
    height: 236px;
    border: white 2px solid;
    background-position: center;
    background: no-repeat;
    background-size: cover;
  }
  
  .product-image2 {
    width: 90%;
    height: 210px;
    border: white 2px solid;
    background: no-repeat;
    margin-top: -25px;
    background-size: cover;
  }
  


  .copyrightnav-wrapper {
    background-color: black;
    color: white;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 500ms ease;
    margin-top: 40px;
  }
  
  .copyright-text {
    font-size: 12px;
    font-weight: 500;
    margin-left: 30px;
  }
  
  .copyright-text::after {
    content: 'All Rights Reserved';
    margin-left: 5px;
    font-weight: 300;
    font-size: 10px;
  }
  
  .navheader-norm {
    font-size: 20px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    background: none;
    transition: all 500ms ease;
    padding-left: 20px;
    padding-right: 20px;
    z-index: -1;
    cursor: pointer;
  }
  
  
  .sound-text {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .sound-mark {
    width: 12px;
    height: 12px;
    border-radius: 100rem;
    background: red;
    margin-left: 15px;
}





  .logo {
    width: 60%;
    margin: 0;
    padding: 0;
    width: 268px;

    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 500ms ease;

    z-index: 10000;
  }
  

  .menu-wrapper {
    background: #CBCBCB;
  }

  @media (max-width: 425px) {
      .logo {
          width: 40%;
          left: 5%;
          top: 3.5%;
          transform: translateX(0);
      }
  }