* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
  height: 100%;
}

body {
    overflow-y: scroll;
    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;

}


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;
}

.priceandvalue-content {
    display: none;
    width: 75vw; 
    height: 100vh; 
    position: absolute; 
    left: 50%; 
    top: 100%; 
    z-index: -1;
    transform: translate(-50%, -85%);
  }
  
  .priceandvalue-black-wrapper {
    width: 100%;
    height: 70vh;
    background: black;
    display: flex;
  }
  
  .pricetitle {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
  }
  
  .priceparagraph {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    color: rgb(190, 190, 190);
    font-weight: 400;
    width: 90vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  .pricetextwrapper {
    color: white;
    width: 100px;
  }
  
  .onlyonepricetext {
    font-weight: 300;
    text-transform: uppercase;
    margin-left: 25px;
    font-size: 18px;
    width: 150px;
  }
  
  .worldwideheader {
    font-weight: 300;
    text-transform: uppercase;
    width: 150px;
    letter-spacing: 1.15px;
    margin-left: 25px;
    font-size: 18px;
  }
  
  .priceheader {
    color: red;
    font-weight: 500;
    margin-right: 25px;
    font-size: 45px;
    margin-left: 50px;
  }
  
  .pricewrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: red 1.5px solid;
    padding: 10px 0;
  }
  
  .priceleft-wrapper {
      margin-top: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 35%;
  }
  
  .priceparagraph2 {
    font-size: 20px;
    color: rgb(219, 219, 219);
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 20px;
    margin-top: -20px;
    text-align: center;
  }
  .euro {
    font-size: 30px;
  }


  .thewholeset-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 65%;
  }
  
  .closeicon2 {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
  }
  
  .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  .gallery {
    width: 100vw;
  }
  
  .rounded {
    width: 100vw;
  }
  





  .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);
      }
  }


  .ce-pricewrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  
  .ce-tuv-price {
    width: 70px;
  }
  
  .ce-price {
    margin-right: 30px;
  }
  