/* vivew point units  */
/* overflow scroll  */

/* create a global varible */
:root {
  --matt-black: #171717;
  ---black: #000000;
  ---white: #ffffff;
  --type: "helvetica-neue-lt-pro", sans-serif;
}

::-webkit-scrollbar {}

::-webkit-scrollbar-track {
  background-color: red;
}

::-webkit-scrollbar-thumb {
  width: 100px;

  background-color: var(---black);
}

html {
  /* background-color: var(---black); */
  scroll-behavior: smooth !important;
}
.mobilenav{
  position: sticky;
  top: 0px;
}

/* body {
	display: flex;
	flex-direction: row;
} */
.desktopnav {
  padding-left: calc(30% + 10px);
  /* padding-left: 30%; */
  font-family: var(--type);
  color: var(---white);
  background-color: var(---black);
  height: 3vh;
  display: flex;

  /* ADD IN LATER */
}

#DestopnavFirst {
  padding-left: 16px;
  width: 30%;
}

#navShift {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px, 0px, 0px, 0px;
 
}

.mobileTitle {
  display: none;
}

.mobilenav {
  display: none;
}

/* #mobileDropdown {
	display: none;
} */
.none {
  display: none;
}

#rightNav {
  background-color: var(---black);
  height: 200px;
  width: 25px;
  position: absolute;
  top: 40vh;
  display: flex;
  justify-content: end;
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  right: 30px;
  z-index: 10;
}

#rightNav svg {
  width: 15px;
  height: auto;
  display: block;
  fill: beige;
}

.dot {
  background-color: rgb(85, 85, 85);
  height: 10px;
  width: 10px;
  border-radius: 10px;
}

.dot:hover {
  background-color: rgb(255, 255, 255);
  height: 10px;
  width: 10px;
  border-radius: 10px;
}

.active {
  background-color: rgb(255, 255, 255);
  scale: 1.5;
}

.dot:active {
  background-color: rgb(134, 134, 134);
  height: 10px;
  width: 10px;
  border-radius: 10px;
  scale: 1.5;
}

#dotScroll {
  background-color: rgb(255, 0, 212);
  height: 10px;
  width: 10px;
  border-radius: 10px;
}

.highlight {
  background-color: rgb(255, 255, 255);
}

.textTitle {
  display: flex;
  flex-direction: column;
  /* text-align: right; */

  position: relative;
  height: 0px;
  top: 15px;
  left: 15px;
  mix-blend-mode: difference;
  color: var(---white);
  color: var(---white);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  backdrop-filter: blur(10px);
  width: calc(100% - 40px);
  text-transform: uppercase;
}

/* giv big left div space */
.bigleftdiv {
  height: 97vh;
  width: 30%;
  float: left;
  overflow: scroll;
  background-color: var(--matt-black);
  mix-blend-mode:color-burn;
  padding: 16px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* overflow-x: hidden;
    overflow-y: auto; */
  overflow: hidden;
  overflow-y: scroll;
}

#bioDiv {
  height: 40px;
}

em {
  color: var(---white);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  background-color: var(---black);
  text-decoration-line: underline;
}

#resumeDiv {
  background: black;
}

.visualGrid {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  flex-direction: column;
}

.col1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;

}

.thumbnaile {
  mix-blend-mode: lighten;
  max-width: 150px;
  max-height: 150px;
  position: absolute;
  right: 30%;
  opacity: 0;
  z-index: -1;

}


/* Hide image by default */
.border img.thumbnaile {
  /* display: block; */
  /* width: 100%; */
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show image when hovering over the container */
.border:hover img.thumbnaile {
  opacity: .8;
  
}

/* #superdiv {
	width: 100px;
	height: 300px;
	background-color: aqua;
} */

/* for the containers LATER */
/* {

	border-radius: 4%;
} */
.bigrightdiv {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;

  padding: 0px 10px 0px 10px;

  height: 97vh;
  /* padding: 10px; */

  overflow: scroll;
  /* border-radius: 4%; */
  color: brown;
  background-color: var(---black);
  scroll-behavior: smooth !important;
}

.containerImage img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* see if overflow is working */
h1 {
  /* text-decoration-line: underline; */

  color: var(---white);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.subDiv {
  border-top-style: solid;
  border-top-color: var(---white);
  /* border-top-width: 4px; */
}

h2 {
  /* text-decoration-line: underline; */
  color: var(---white);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;

  padding-top: 4px;
}

.border {
  display: flex;
  flex-direction: row;
  border-top: 1px solid white;
}

h3 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  color: white;
  padding-bottom: 10px;
}

p {
  color: var(---white);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

/* smaller text */
.p2 {
  color: var(---white);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

p4 {
  color: var(---white);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  text-align: end;
}

.aTag {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.liveLink {
  display: flex;
 
}

#allPro {
  display: flex;
  flex-direction: row;
  align-content: space-around;
  flex-wrap: wrap;
}

#BioParagraph {
  padding-bottom: 10px;
}

.blackDiv {
  background-color: var(---black);
  padding: 16px;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}


@media screen and (max-width: 1050px) {
  body {
    display: flex;
    flex-direction: column;
  }

  .bigleftdiv {
    width: 100%;
    height: 70vh;
    order: 2;
    gap: 50px;
    
  }

  #nav {
    position: absolute;
    top: 50vh;
  }

  h1 {
    /* padding-bottom: 30px; */
    /* padding-top: 30px; */
  }
  .aTag{
    display: flex;
  }
}

/* less than 600px */
@media screen and (max-width: 600px) {
  .desktopnav {
    display: none;
  }
  h3{
    display: none;
  }

  .mobilenav {
    background-color: black;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  #mobileDropdown {
    position: absolute;
    z-index: 10;
    height: calc(100vh - 30px);
    margin: 30px 0px 0px 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    /* display: block; */
    /* background-color: var(--matt-black);
		 */
  }

  .textTitle {
    display: none;
  }

  .mobileTitle {
    display: block;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    color: #e4e4e4;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 20px;

  }
  p {
    font-size: 16px;
    
  }

  .style1 {
    display: none;
  }

  .style2 {
    display: block;
    background-color: var(--matt-black);
    width: 100%;
    height: 100vh;
  }
  /* FIXING OVERFLOW FOR MOBILE */

  .bigleftdiv {
   
    overflow: visible;
    overflow-y: visible;
    height: auto;
    
  }

  #hamburger {
    width: 30px;
  }

  .mobilenav {
    display: flex;
    flex-direction: column;
    position: sticky;
   
  }

  .bigrightdiv {
    display: grid;
    grid-template-columns: 1fr;
  }
  .thumbnaile {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    position: absolute;
  }
  .visualGrid { position: relative; }
  #rightNav {
    position: fixed;
    top: 70vh;



  
  
  }
  .bigrightdiv{
    padding: 16px 16px 16px 16px;
    gap: 8px;
    height: auto;
    
  }

  /* CHANGE THE ORDER */
 
  .visualGridMobile{
    display: flex;
    flex-direction: column;
  }
  .bigleftdiv :nth-child(1){
    order: 2;

  }
  .bigleftdiv :nth-child(2){
    order: 3;

  }
  .bigleftdiv :nth-child(3){
    order: 1;

  }
 .aTag{
  display: flex
  ;
          flex-direction: row-reverse;
 }
 






  
  

  
}

/* SCREEN IS SMALLER THAN 530 PX */
@media screen and (max-width: 530px) {}

/* SCREEN IS SMALLER THATN 400 PX */

@media screen and (max-width: 400px) {}

/* WHEN SCREEN IS SMALLER THAN 350 PX */
@media screen and (max-width: 350px) {}