/* Add your CSS styling here */
#slideshow-container {
    width: 515px;
    height: 685px;
    position: absolute;
    top: 16.4%; /* adjust the top position of the button */
    left: 10.2%;
    overflow: hidden;
  }

  .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
  }

  /* Navigation buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  /* .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  } */



.body{
    
}


.div{

    align-items: center;
    image-resolution: 300dpi;
    width: 100vw;
    height: 100vh;
}

.previous {
    position: absolute; /* set button to an absolute position */
    top: 57%; /* adjust the top position of the button */
    left: 55%; /* adjust the left position of the button */
    transform: translate(-50%, -50%); /* center the button */
    z-index: 2; /* set a higher z-index than the image */
    /* set your desired background color */
     /* set your desired text color */
    border: none; /* remove button border */
     /* set your desired padding */
    cursor: pointer; /* change mouse cursor on hover */
    background: transparent;
  }

  .project1 {
    position: absolute;
    shape-image-threshold: inherit;
    top: 100;
    left: 101;
    background-attachment: fixed;
    
    width: 39vw;
    height: 80vh;
    font-size: 22pt;
    transition: transform 2s;

}

.project1-img {
    position: absolute;
    shape-image-threshold: inherit;
    top: 200;
    left: 169;
    background-attachment: fixed;
    
    width: 30vw;
    height: 80vh;
    font-size: 22pt;
    transition: transform 2s;

}

.project1-text {
    position: absolute;
    shape-image-threshold: inherit;
    top: 120;
    left: 120;
    background-attachment: fixed;
    
    width: 30vw;
    height: 80vh;
    font-size: 22pt;
    transition: transform 2s;

}





.slide-the-project-one {
   
    transform: translate(-20vw);
   
}


 /* NEXT */

  .next {
    position: absolute; /* set button to an absolute position */
    top: 57%; /* adjust the top position of the button */
    left: 82%; /* adjust the left position of the button */
    transform: translate(-50%, -50%); /* center the button */
    z-index: 2; /* set a higher z-index than the image */
    /* set your desired background color */
     /* set your desired text color */
    border: none; /* remove button border */
     /* set your desired padding */
    cursor: pointer; /* change mouse cursor on hover */
    background: transparent;
  }
  .project2 {/* IPOD BODY 2ND PORTFOLIO PIECE */
    position: absolute;
    top: 100;
    left: 101;
   
    width: 39vw;
    height: 80vh;
    font-size: 22pt;
   

}

.project2-img {/* PORTFOLIO IMAGE */
    position: absolute;
    shape-image-threshold: inherit;
    top: 180;
    left: 235;
    background-attachment: fixed;
    
    width: 20vw;
    height: 30vh;
    font-size: 22pt;
    

}
.project2-text {
    position: absolute;
    shape-image-threshold: inherit;
    top: 120;
    left: 112;
    background-attachment: fixed;
    
    width: 27vw;
    height: 80vh;
    font-size: 22pt;
    transition: transform 2s;

}

  .menu {
    position: absolute; /* set button to an absolute position */
    top: 36%; /* adjust the top position of the button */
    left: 68.4%; /* adjust the left position of the button */
    transform: translate(-50%, -50%); /* center the button */
    z-index: 2; /* set a higher z-index than the image */
     /* set your desired background color */
    color: #fff; /* set your desired text color */
    border: none; /* remove button border */
     /* set your desired padding */
    cursor: pointer; /* change mouse cursor on hover */
    background: transparent;
  }
  .menu1 {
    position: fixed;
    top: 3%;
    left:  66.2%;
   
    width: 4.4vw;
    height: 10vh;
    font-size: 22pt;
    transition: transform 2s;

}

.slide-the-menu {
   
    transform: translate(20vw);

}
  .play-pause {
    position: absolute; /* set button to an absolute position */
    top: 80%; /* adjust the top position of the button */
    left: 68.4%; /* adjust the left position of the button */
    transform: translate(-50%, -50%); /* center the button */
    z-index: 2; /* set a higher z-index than the image */
    /* set your desired background color */
    color: #fff; /* set your desired text color */
    border: none; /* remove button border */
     /* set your desired padding */
    cursor: pointer; /* change mouse cursor on hover */
    background: transparent;
  }
  
  .about {
    position: absolute; /* set button to an absolute position */
    top: 57.5%; /* adjust the top position of the button */
    left: 68.4%; /* adjust the left position of the button */
    transform: translate(-50%, -50%); /* center the button */
    z-index: 2; /* set a higher z-index than the image */
     /* set your desired background color */
    /* set your desired text color */
    border: none; /* remove button border */
     /* set your desired padding */
    cursor: pointer; /* change mouse cursor on hover */
    background: transparent;
  }
  .abt {
    position: absolute;
    top: 0;
    left: 0;
   
    width: 2vw;
    height: 100vh;
    font-size: 22pt;
    transition: transform 2s;

}

