@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');
html,
body {
  margin: 0;
  padding: 0;
  color: white;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/*hover on link effet*/

.cursor,
.follow {
    position: absolute;
    pointer-events: none;
    width: 0.4rem;
    height: 0.4rem;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.cursor {
    background-color: white;
    border-radius: 100%;
}

.follow {
    padding: 2rem;
    border: 0.1rem solid white;
    transition: all 0.2s ease-out;
    border-radius: 100%;
}

.follow.on-focus1 {
    transform: translate(-0.55rem, -0.55rem);
    border: 0.1rem solid white;
    border-radius: 10px;
    padding: 0.46rem;
    z-index: 1000;

}

.follow.on-focus {
    z-index: 1000;
    transform: translate(-0.25rem, -0.25rem);
    border: 1px solid white;
    border-radius: 15px;
    padding: 0.16rem 0.06rem;
}








.container {
  background: #161616;
  min-height: 100vh;
  font-family: Montserrat, sans-serif;
}


.bg {
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 200vh;
  background: transparent url('noise-transparent.png') repeat 0 0;
  background-repeat: repeat;
  animation: bg-animation .2s infinite;
  opacity: .9;
  visibility: visible;
}

@keyframes bg-animation {
    0% { transform: translate(0,0) }
    10% { transform: translate(-5%,-5%) }
    20% { transform: translate(-10%,5%) }
    30% { transform: translate(5%,-10%) }
    40% { transform: translate(-5%,15%) }
    50% { transform: translate(-10%,5%) }
    60% { transform: translate(15%,0) }
    70% { transform: translate(0,10%) }
    80% { transform: translate(-15%,0) }
    90% { transform: translate(10%,5%) }
    100% { transform: translate(5%,0) }
}


/*nav a {
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    text-align: center;
}

nav {
    position: fixed;
    left: 0;
    z-index: 50;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 100vh;
    background: var(--secondary-color);
}*/

section {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    transition: all ease-in .5s;
    display: flex;
    justify-content: center;
    align-items: center;
} 

section h1 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    opacity: 0;
}

/* Styles applied on trigger */
section:target {
    opacity: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

section:target h1 {
    opacity: 0;
    animation: 2s fadeIn forwards .5s;
}

/*#first {
  background:var(--primary-color);
}*/
/*#second {
    background: var(--complimentary-color);
}
*/
/*#third {
    background: var(--contrast-color);
}
*/
#fourth {
    background-color: ;
}

@keyframes fadeIn {
    100% { opacity:1 }
}

.header-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

}
.comingsoon{
      font-family: 'Handlee', cursive;

}
.image-home,.light-logo{
    width: 300px;
}

.image-home{
    margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .image-home, .light-logo{
    width: 300px;
  }
}

a{
    text-decoration: none;
    color: white;

}
.works-anchor{
    position: absolute;
    top: 10%;
    left: 5%;
}

.about-anchor{
    position: absolute;
    top: 10%;
    right: 5%;
}

.dark-anchor{
    position: absolute;
    bottom: 10%;
    left: 5%;
}

.light-anchor{
    position: absolute;
    bottom: 10%;
    right: 5%;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
   color: #939598 !important;
}


.footer{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Handlee', cursive;
    font-weight: 400;
}
.developer-footer{
  cursor: pointer;
  transition-duration: 500ms;
}
.developer-footer:hover{
  color: #FBFF00;
}






















.container-works {
  width: 100%;
  text-align: center;
}

.grid-group{
    position: relative;
    display: inline-block;
    width: 50%;
  margin-left: auto;
  margin-right: auto;
}



.works-menu{
    margin-bottom: 40px;
}

.works-menu ul {
    list-style: none;
    margin: 0 2px;
    padding: 0 !important
}
.works-menu li {
    position: relative;
    display: inline-block;
    padding: 4px 6px;
    font-size: 13px;
    color: #636363;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    margin-right: 6px;
}

.works-menu li:hover {
    color: #a6a6a6;
}

.works-menu li.active {
    color: white;
}









.content-item {
  width: calc(50% - 12px);
  height: 180px;
  border: 1px solid white;
}

.content-item:nth-child(1) {
  margin-right: 10px;
}
.content-item:nth-child(2) {
  margin-left: 10px;
}

.content-item .pic {
  overflow:hidden;
  width: 100%;
  height: 100%;
  background-color: white;
}

.content-item img {
  width: 100%;
  height: 100%;
  transition: 300ms;
}



.content-item .icon img{
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
}
.content-item:hover {
  cursor: pointer;
}
.content-item:hover .pic img {
  transform: scale(1.3);
  opacity: 0.5;
}
.content-item:hover .icon img{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}


@media screen and (max-width: 1000px) {
  .grid-group{
    width: 70%;
   }


  .bio-title{
    font-size: 110px !important;
    margin-top: 55px !important;

  }

  .bio-description{
      margin-top: 5px !important;
  }


}
@media screen and (max-width: 700px) {
  .grid-group{
    width: 90%;
   }

   .row-about {
    flex-direction: column;
  }


  .card{
   display:none;
  }

  .bio-description{
    margin-top: -30px !important;
    width: 90% !important;
    padding: 0;
  }
}

@media screen and (max-width: 560px) {
  .content-item {
    width: calc(100% - 7px);
    margin-bottom: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .works-menu li {
    font-size: 11px;
  } 
  .container-works {
    margin-top: 25vh;
   }

  .dark-logo{
    top: 23%;
   }
}


.container-about{
  width: 100%;
}

.row-about{
    display: flex;
    flex-direction: row;
    width: 100vw;
    margin-left:7%;
    margin-right: 7%;
    margin-top: 160px;
}

.card {
  margin-left: 2%;
  height: 450px;
  width: 35%;
}


.bio-title{
    font-size: 140px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.bio-description{
    margin-top: 35px;
    width: 45%;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;

}

.email{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
    color: #DCE5E7; 
}


