body{
    color: white;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }


  /* ANIMATIONS ON HIDDEN ELEMENTS */

  .hidden{
    opacity: 0;
    filter: blur(2px);
    transform: translateY(45%);
    transition: all 1.3s ease;
  }

  .show{
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);

  }


  .hidden2{
    opacity: 0;
    filter: blur(2px);
    transform: translateY(15%);
    transition: all 0.5s ease;
  }

  .show2{
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);

  }


  .hidden3{
    opacity: 0;
    filter: blur(2px);
    transform: translateX(10%);
    transition: all 0.9s ease;
  }

  .show3{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);

  }


  .hidden4{
    opacity: 0;
    filter: blur(2px);
    transform: translateX(10%);
    transition: all 0.9s ease;
  }

  .show4{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);

  }

  .hidden5{
    opacity: 0;
    filter: blur(2px);
    transform: translateX(10%);
    transition: all 0.9s ease;
  }

  .show5{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);

  }
  





/* Rest of css */

  #logo{
    max-width: 4%;
    z-index: 100;
    position: fixed;
    z-index: 1000;
}

#logobox{
    margin-top: -41.5%;
    margin-left: 1%;
}

.upper{
    width: 100%;
    display: flex;
    justify-content: center;
}

#mainvideo{
    width: 75%;
    overflow: hidden;
}

.maintitle h1{
    color: black;
    font-family: "Lexend", serif;
    font-weight: 400;
    font-size: 120px;
    margin-top: 21%;
    text-align: center;
    opacity: 60%;
    filter: blur(0px) brightness(1);
}

header {
    position: fixed;
    top: 0%;
    left: 0;
    right: 0;
    padding: 0px 2.5%;
    display: flex;
    justify-content: center;
    z-index: 500;
  }

  header a{
    font-family: "Lexend", serif;
    font-weight: 300;
    font-style: light;
  
  }

  header .navigation ul {
    list-style: none;
    display: flex;
    gap: 150px;
  }
  
  header .navigation ul li {
    position: relative;
    display: inline-block;
    padding: 3% 0; 
  }

  header .navigation ul li a {
    text-decoration: none;
    font-size: 30px;
    color: black;
    opacity: 85%;
    display: inline-flex; 
    align-items: center;
    position: relative;
  }

  header .navigation ul li ul {
    position: absolute;
    width: 160px;
    background: var(--navcol);
    display: none;
  }

  header .navigation ul li:focus-within > ul,
    header .navigation ul li:hover > ul {
    display: block;
}


/* Animation of line (temporary) */
.navigation ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 3px;
    background-color: rgb(0, 0, 0);
    opacity: 85%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
  }
  
  
  .navigation ul li a:hover::after{
    transform: scaleX(1);
    
  }

  main{
    margin-top: 50%;
  }
  main p{
    font-family: "lexend", Serif;
    color: black;
    margin-top: 0.5%;
    font-size: 30px;
    text-align: center;
  }

  .hidden h1{
    color: black;
    font-family: "Lexend", serif;
    font-weight: 400;
    font-size: 100px;
    margin-top: 21%;
    text-align: center;
    filter: blur(0px) brightness(1);
}

/* PORTFOLIO MEDIA RULES */
section .portfoliopicks{
  scale: 65%;
  margin-top: -2%;
  width: 100%;
  height: 850px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2%;
}


.gradient1{
  position: relative;
  opacity: 0.5;
  margin-left: 60%;
  margin-top: -30%;
  height: 600px;
  width: 900px;
  background-image: linear-gradient(160deg, red, yellow);
  filter: blur(100px);
  z-index: -1;
}

.gradient2{
  position: relative;
  opacity: 0.5;
  margin-left: 8%;
  margin-top: -22%;
  height: 600px;
  width: 900px;
  background-image: linear-gradient(160deg, blue, rgb(0, 255, 242));
  filter: blur(100px);
  z-index: -1;
}

.gradient3{
  position: relative;
  opacity: 0.65;
  margin-left: 45%;
  margin-top: -23%;
  height: 300px;
  width: 300px;
  background-image: linear-gradient(160deg, purple, rgb(37, 0, 122));
  filter: blur(70px);
  z-index: -1;
}


.gradient5{
  position: relative;
  opacity: 0.5;
  margin-left: 5%;
  margin-top: -32%;
  height: 700px;
  width: 700px;
  background-image: linear-gradient(160deg, rgb(111, 0, 255), rgb(255, 0, 212));
  filter: blur(100px);
  z-index: -1;
}

.gradient5{
  position: relative;
  opacity: 0.5;
  margin-left: 45%;
  margin-top: -32%;
  height: 700px;
  width: 1200px;
  background-image: linear-gradient(160deg, rgb(0, 26, 255), rgb(0, 183, 255));
  filter: blur(100px);
  z-index: -1;
}



section .portfolio2{
  scale: 67.3%;
  margin-top: 6%;
  width: 100%;
  height: 850px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}

footer h1{
  margin-top: 1%;
  color: black;
  font-weight: 120;
  align-items: center;
  text-align: center;
  font-family: "Lexend", serif;
}


@media (max-width: 2350px){


  section .portfolio2{
    margin-top: 0%;

  }


}

@media (max-width: 2050px){


  section .portfolio2{
    margin-top: -10%;

  }


}


@media (max-width: 1920px){

  section .portfoliopicks{
    scale: 50%;
    margin-top: -2%;
    width: 100%;
    height: 750px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2%;
  }
    
  section .portfolio2{
    scale: 51.6%;
    margin-top: -12%;
    width: 100%;
    height: 750px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2%;
  }

  .gradients{
    position: relative;
    margin-top: -40%;
    transform: scale(55%);
    z-index: -1;
  }

  .gradients2{
    position: relative;
    margin-top: -40%;
    transform: scale(55%);
    z-index: -1;
  }

}



