:root {
  --main-color: black;
  --border-width: .24vw;
  --gutter: 20px;
  --padding: 20px;
}



html {
  margin:  0px !important;
  margin-top: 0px !important;
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;


}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Keep behind all other content */
    opacity: 0.2;
}



body {
  margin: 0px;
  background: #444444;
  color: white;
  height: 100%;
  transition:  0s;

  display: flex;
  flex-direction: column;
  margin: 0;
}

img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: 10ms ease;
}


video {
  border-radius: 20px;
    transition: 400ms ease;

}

video:hover {
  transform: scale(1.02) !important;
}


canvas {
  z-index: -999999;
  position: fixed;
  left: 0;
  top: 0;
      width: 100%;
    height: 100%;
}


.button-intro {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px white solid;
  border-radius: 20px;
}

.instructions {
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 999999999;
  display: flex;
  padding: var(--padding);
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  transform: translateY(0);
  transition: 100ms ease;
  grid-gap: 10px;
  align-items: center;
}

#clock {
  background: white;
  border-radius: 20px;
  color: black;
  padding-left: 10px;
  padding-right: 10px ;
  min-width: 9vh;
  width: fit-content;
    text-align: center;
    white-space: nowrap;
}

.info {
   background: black;
  border-radius: 20px;
  color: white;
  padding-left: 10px;
  padding-right: 10px ;
  display: flex;
  grid-gap: 4px;
  align-items: center;
}



.site-intro {
  position: fixed;
  top: 0;
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 20px !important;
  text-align: center;
  align-items: center;
  height: -webkit-fill-available;
  height: fill-available;
  width: -webkit-fill-available;
  width: fill-available;;
}


.about-intro-button {
  background-color: red;
  color: white !important;
}

.projects-intro-button {
  background-color: blue;
  color: white !important;
}

.aityde-intro-button {
  background-color: green;
  color: white !important;
}

.intro-button {
  padding: 20px;
  height: 40vh;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  display: flex;
  grid-gap: 20px;
  flex-direction: column;
  transition: 200ms;
}

.intro-button:hover {
  transform: scale(0.99);
}

.name-intro h1 {
  font-size: 8vw;
  text-align: left; 
  transition: 500ms ease;
  filter: blur(0px);
}

.name-intro h1:hover {
  color: white;
  cursor: cursor;
  opacity: 0.8;
  filter: blur(5px);
}

.menu {
  position: fixed;
  top: 0;
  z-index: 999999999999999999999999999;
  display: flex;
  padding: var(--padding);
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  transform: translateY(0);

transition: 400ms ease;
}


.menu-intro {
position: fixed;
  top: 0;
  z-index: 999999999999999999999999999;
  display: flex;
  padding: var(--padding);
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  transform: translateY(0);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  grid-gap: 20px;
     text-align: center;

}

.intro-portrait {
   width: 10vh;
   border-radius: 50%;
}


.menu-item-push {
  margin-left: auto;
}


.hidden-desktop {
        transform: translateY(-100%);
}

.hidden {
        transform: translateY(100%);
}

footer {
  position: absolute;
  padding: 20px;
  display: flex;
  bottom: 0;
  z-index: 999999;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

.footer-intro {
  position: absolute;
  padding: 20px;
  display: flex;
  bottom: 0;
  z-index: 999999;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  justify-content: center;
  grid-gap: 20px;
}

header {
  top: 0;
  padding: var(--padding);
  padding-top: 16vh;
  position:  sticky;
}

section {
  padding: var(--padding);
  padding-top: 16vh;
  padding-bottom: 8vh;
  cursor: default;
}



[class*='parrot'] {
  position: absolute;
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 9000000000000;
  border-radius: 10%;
}

.parrot-1 {
  background-image: url("https://kushtrimhamzaj.com/img/portrait.jpg");
}

.parrot-2 {
  background-image: url("https://kushtrimhamzaj.com/img/portrait.jpg");
}

.parrot-3 {
  background-image: url("https://kushtrimhamzaj.com/img/portrait.jpg");
}

.parrot-4 {
  background-image: url("https://kushtrimhamzaj.com/img/portrait.jpg");
}

.parrot-5 {
  background-image: url("https://kushtrimhamzaj.com/img/portrait.jpg");
}

.parrot-6 {
  background-image: url("https://kushtrimhamzaj.com/img/portrait.jpg");
}