body {
    height: 97vh;
    width: 98.5vw;
    display: grid;
    place-items: center;
    /* background-color: rgb(26, 52, 62); */;
    margin: 0px;
    padding: 0px;
    padding-bottom: 0%;
    padding-top: 0%;

    position: fixed;
}

.name > a {
  text-decoration: none;
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
}

.name > a:hover {
  color: gray;
  transition: color;
  transition-duration: 750ms;
  transition-timing-function: ease-in-out;;
}

.bg-image {
  margin: 0%;
  padding: 0%;

  /* Full height */
  height: 200vh;
  width: 150vw;

  /* Center and scale the image nicely */
  background-position: center;

  /* The image used */
  /* background-image: url("../Image/128744.jpg"); */
  background-image: url("../Image/BG_photo.jpeg");

  /* Add the blur effect */
  filter: blur(4px);
  -webkit-filter: blur(4px);

  /* Center and scale the image nicely */
  background-size: cover;

  /* Add position: relative to enable absolutely positioned elements inside the image (place text) */
  position: fixed;
  z-index: -2;
}

#wrapper {
    aspect-ratio: 1.618;
    width: 90vmin;
    position: fixed;

    display: flex;
    flex-direction: row;
}

.name {
    position: fixed;
    bottom: 13%;
    right: -15%;
    transform: translateY(-21%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: rgb(249, 249, 249);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: right;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  color: rgb(191, 191, 191);
  padding: 0.5rem;
  box-sizing: border-box;
  z-index: -1;
}

#wrapper > .shape {
    height: 30%;
    width: 30%;
    background-color: rgba(255, 255, 255, 5%);
    position: absolute;
    transition: left, top, height, width, border-radius;
    transition-duration: 750ms;
    transition-timing-function: ease-in-out;

    text-align: center;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: rgb(249, 249, 249);
    /* outline: 2px solid rgb(0, 0, 0); */
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

#wrapper > .shape:nth-child(1) {
    background-color: rgb(35, 61, 77);
    z-index: 2;
}

#wrapper > .shape:nth-child(2) {
    background-color: rgb(254, 127, 45);
    z-index: 2;
}

#wrapper > .shape:nth-child(3) {
    background-color: rgb(181, 146, 50);
    z-index: 1;
}

#wrapper > .shape:nth-child(4) {
    background-color: rgb(161, 193, 129);
    z-index: 2;
}

#wrapper > .shape:nth-child(5) {
    background-color: rgb(97, 155, 138);
    z-index: 2;
}

#wrapper > .shape:nth-child(6){
    background-color: rgb(226, 212, 161);
    z-index: 2;
}

#wrapper > .shape:nth-child(7) {
    background-color: rgb(152, 183, 143);
    z-index: 2;
}

#wrapper > .shape:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);

    transition: left, top, height, width, border-radius, background-color, color;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;

    cursor: pointer;
}
  
#wrapper[data-configuration="1"] > .shape:nth-child(1) {  
    left: 0%;
    top: 0%;
    height: 50%;
    width: 20%;
}
  
  #wrapper[data-configuration="1"] > .shape:nth-child(2) {  
    left: 20%;
    top: 0%;
    height: 50%;
    width: 30%;
}
  
  #wrapper[data-configuration="1"] > .shape:nth-child(3) {  
    left: 50%;
    top: 0%;
    height: 100%;
    width: 50%;
}
  
  #wrapper[data-configuration="1"] > .shape:nth-child(4) {  
    left: 0%;
    top: 50%;
    height: 50%;
    width: 30%;
}
  
  #wrapper[data-configuration="1"] > .shape:nth-child(5) {  
    left: 30%;
    top: 50%;
    height: 50%;
    width: 20%;
}
  
  #wrapper[data-configuration="1"] > .shape:nth-child(6) {  
    left: 70%;
    top: 80%;
    height: 20%;
    width: 30%;
}
  
  #wrapper[data-configuration="1"] > .shape:nth-child(7) {  
    left: 85%;
    top: 20%;
    height: 25%;
    width: 15%;
}
  
  #wrapper[data-configuration="2"] > .shape:nth-child(1) {
    left: 25%;
    top: 20%;
    height: 80%;
    width: 15%;
}
  
  #wrapper[data-configuration="2"] > .shape:nth-child(2) {  
    left: 40%;
    top: 20%;
    height: 50%;
    width: 10%;
}
  
  #wrapper[data-configuration="2"] > .shape:nth-child(3) {  
    left: 50%;
    top: 0%;
    height: 100%;
    width: 25%;
}
  
  #wrapper[data-configuration="2"] > .shape:nth-child(4) {  
    left: 0%;
    top: 0%;
    height: 50%;
    width: 10%;
}
  
  #wrapper[data-configuration="2"] > .shape:nth-child(5) {  
    left: 10%;
    top: 0%;
    height: 70%;
    width: 15%;
}
  
  #wrapper[data-configuration="2"] > .shape:nth-child(6) {  
    left: 75%;
    top: 10%;
    height: 80%;
    width: 15%;
}
  
  #wrapper[data-configuration="2"] > .shape:nth-child(7) {  
    left: 90%;
    top: 40%;
    height: 60%;
    width: 10%;
}
  
  #wrapper[data-configuration="3"] > .shape:nth-child(1) {
    left: 0%;
    top: 16.5%;
    height: 32%;
    width: 20%;
}
  
  #wrapper[data-configuration="3"] > .shape:nth-child(2) {  
    left: 20%;
    top: 2.7%;
    height: 55%;
    width: 34%;
}
  
  #wrapper[data-configuration="3"] > .shape:nth-child(3) {  
    left: 38%;
    top: 0%;
    height: 100%;
    width: 62%;
}
  
  #wrapper[data-configuration="3"] > .shape:nth-child(4) {  
    left: 0%;
    top: 47.3%;
    height: 55%;
    width: 34%;
}
  
  #wrapper[data-configuration="3"] > .shape:nth-child(5) {   
    left: 34%;
    top: 56.4%;
    height: 32%;
    width: 20%;
}
  
  #wrapper[data-configuration="3"] > .shape:nth-child(6) {  
    left: 66%;
    top: 55%;
    height: 55%;
    width: 34%;
  }
  
  #wrapper[data-configuration="3"] > .shape:nth-child(7) {  
    left: 80%;
    top: 68%;
    height: 32%;
    width: 20%;
}
  
#wrapper[data-roundness="1"] > .shape {   
    border-radius: 6rem; 
}
  
  #wrapper[data-roundness="2"] > .shape {  
    border-radius: 0rem;
}
  
  #wrapper[data-roundness="3"] > .shape {  
    border-radius: 30rem;
}
  
  #wrapper[data-roundness="4"] > .shape:nth-child(1) {  
    border-bottom-left-radius: 10rem;
}
  
  #wrapper[data-roundness="4"] > .shape:nth-child(2) {  
    border-radius: 20rem;
}
  
  #wrapper[data-roundness="4"] > .shape:nth-child(3) {  
    border-top-right-radius: 12rem;
}
  
  #wrapper[data-roundness="4"] > .shape:nth-child(4) {  
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
}
  
  #wrapper[data-roundness="4"] > .shape:nth-child(5) {  
    border-bottom-left-radius: 10rem;
}
  
  #wrapper[data-roundness="4"] > .shape:nth-child(6) {  
    border-top-left-radius: 16rem;
}
  
  #wrapper[data-roundness="4"] > .shape:nth-child(7) {  
    border-top-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
}

.fog {
  position: relative;
  height: 100vh;
  width: 200%;
  z-index: -1;
}

.fog-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.fog-img {
  position: absolute;
  height: 100vh;
  width: 300vw;
  z-index: 2;
}

.fog-img-first {
  background: url("../Image/fog-1.png");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  animation: marquee 60s linear infinite;
}

.fog-img-second {
  background: url("../Image/fog-2.png");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-30vw, 0, 30vw);
  }
}


@media screen and (max-width: 412px) and (max-height: 914px) {
  body {
    font-size: 0.8px;
    height: 90vh;
    width: 90vw;
  }
}

