
html, body {margin:0; overflow-x:hidden; height: 100%;}

#container {
    height: 100%;
  }

#darkMatter {
    width: 8vw;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    display: none;
}

#animContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

  
#products {
    position: absolute;
    display: flex;
    width: 100%;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
  }

  #products canvas {
    width: 150%;
    height: auto;
  }
  
  @media (max-width: 768px) {
    #products {
      width: 120vw;
    }
    
    #products canvas {
      width: 150%;
      height: auto;
    }
  }




section#products {
  overflow: scroll;
  height: calc(100vh - 180px);
}

canvas {
  top: 0;
  position: fixed;
  z-index: 0;
}

header,
section#products {
  z-index: 1;
}

@media (max-width: 768px) {

section#products {
  transform: scale(0.8) translateX(-75vw) translateY(-100px);
  height: calc(100vh - 50px);
}

}


section#products {
  display: block;
  width: 1060px;
  height: 210px;
  overflow: scroll;
}

.product-block {
  width: calc(25% - 12px) !important;
  float: left;
  margin: 5px;
}

#products {
  position: fixed;
  top: auto;
}

img#darkMatter {
  display: block;
  animation: darkMatter 1.618s linear infinite alternate;
  z-index: 99;
}

@keyframes darkMatter {
  0% {
    opacity: 0.7;
    box-shadow: 0 0 0 0 whitesmoke;
  }
  100% {
    opacity: 0.9;
    box-shadow: 0 0 70px 0 purple;
  }
}

img#darkMatter {
  border-radius: 170px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

img#darkMatter:hover {
  transform: scale(0.9);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(240, 255, 255, 0.325);
}

#products > div > h2 {
  text-align: center;
  font-size: 20px;
  margin: 0;
}

.product-block {
  background: transparent;
  border-color: white;
  color: white;
  border-radius: 0 !important
}

#products > div > h2 {
  width: calc(25% - 50px) !important;
  text-align: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 2px 3px 5px black;
}

.product-block {
  height: 145px;
  position: relative;
}

.product-block {
  position: relative !important;
  display: block !important;
  float: left !important;
  overflow: scroll !important;
  left: 0 !important;
  width: 255px !important;
  transition: all 0.5s ease-in-out;
}

section#products {
  display: block;
  width: 1080px;
  height: 210px;
  overflow: scroll;
  left: auto;
  right: auto;
  transform: none;
  margin: auto;
}

section#products {
  position: relative;
}

div#scrollable {
  overflow: scroll;
  display: block;
  width: 100vw;
  position: fixed;
  bottom: 0;
  z-index: 9;
}

.product-block:hover {
  transform: scale(0.9);
}


img#darkMatter {
  width: 300px;
  margin-top: 140px;
}

#scrollable > h6 {
  color: white;
  padding: 0 10px;
  margin: 0 0 10px;
  animation: bounceToRight 1.618s linear alternate 3;
}

@keyframes bounceToRight {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}

div#info-btn {
  background: white;
  z-index: 99;
  position: fixed;
  padding: 10px;
  font-family: cursive;
  right: 10px;
  cursor: pointer;
}

div#info-btn:hover {
  background: #7f632c;
  color: white;
}

div#info-container {
  z-index: 999;
  position: relative;
  color: white;
  background: #17201b8f;
  padding: 20px;
  width: 80%;
  max-width: 700px;
  margin: 80px auto;
  display: none;
}

div#info-container {
  height: 75vh;
  overflow: scroll;
  border: solid;
  padding: 15px;
}

div#info-container {
  font-size: 13px;
}

#info-container > h6 {
  font-size: 15px;
}

*::-webkit-scrollbar {
  display: none;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

iframe#particlesFrame {
  width: 100vw;
  height: 100vh;
  position: fixed;
  border: 0;
  z-index: 1;
}


img#darkMatter {
  width: 100px;
  height: 100px;
  margin-top: 30px;
  margin-left: 30px;
}

section#products {
  opacity: 1;
  bottom: -300px;
  transition: all 1.618s ease-in-out;
}


#scrollable > h6 {
  opacity: 0;
  transition: all 3.236s ease-in-out;

}


div#info-container {
  display: block;
  margin-top: 0vh;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: calc(100vw - 43px);;
  max-width: 100vw;
  padding: 2vw;
  text-align: center;
  border: 0;
  background-color: transparent;
  padding-bottom: 250px;
}

div#info-container {
  width: 320px;
  left: calc(50vw - 190px);
  background: #00000091;
  overflow: visible;
  padding-bottom: 670px;
}

img#darkMatter {
  position: fixed;
}


@media (max-width: 768px) {
div#info-container {

  left: calc(50vw - 165px);
}
}


.product-block {
  overflow: hidden !important;
}

div#info-container {
  text-align: left;
}

div#info-container > h1 {
  text-align: center;
}


.product-block {
  border-top: solid 5px !important;
  box-shadow: 0px -5px 0px 0px black !important;
}

#scrollable > h6 {
  max-width: 1070px;
  margin: auto;
}

@media (min-width: 1070px) {
#scrollable > h6 {
  display: none;
}
}

div#info-container {
  text-align: justify;
}

iframe#particlesFrame {
  top: -100px;
  height: calc(100vh + 100px);
}


div#info-container {
  border-top: solid 50px;
  border-left: solid 100px transparent;
  border-style: double;
  border-right: solid 100px transparent;
  margin-left: -100px;
  margin-top: -50px;
}


body {
  font-family: Arial, sans-serif;
}

header {
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #ffff;
}

#products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.product-block {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  width: 48%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.product-block img {
  max-width: 100%;
  height: auto;
}

.product-block h2,
.product-block p {
  padding: 10px 15px;
}

iframe.product-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: none;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .product-block {
      width: 100%;
  }

  header {
      position: relative;
      left: 0;
      transform: none;
  }
}


iframe#particlesFrame {
  animation: pulse 1.618s linear infinite alternate;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

div#contact-us * {
  width: fit-content;
  padding: 5px;
  margin: 10px auto;
  display: block;
}

div#info-container {
  padding-bottom: calc(900px + 5vw);
}

input,
textarea,
form {
  min-width: 290px;
  text-align: left !important;
  z-index: 9;
}

div#contact-us {
  padding-top: 20px;
  border-top: solid 5px;
  margin-top: 60px;
}

#contact-us > form > button {
  width: 100%;
  background: white;
  border: solid 5px #696d4f;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 14px;
  color: black !important;
}

textarea {
  resize: vertical;
}

div#info-container {
  margin-top: calc(1vw - 60px);
}

div#scrollable {
  transform-origin: bottom;
}

div#info-container {
  transform-origin: top;
}

div#info-btn {
  transform-origin: top right;
}