
@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap');

html{
  scroll-behavior: smooth;
}


a {
  color: inherit;
  text-decoration: none;
  color: #feffff;
}

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  header
  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .logo
  {
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }


  h1 {
    display: none;
}


body{

    font-family: 'Kdam Thmor Pro', sans-serif;
    margin: 0px;
    cursor: crosshair;
    background-color: #020202;
}



  .toggle
  {
    position: relative;
    width: 60px;
    height: 60px;
    background: url(https://i.ibb.co/HrfVRcx/menu.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    cursor: pointer;
  }
  .toggle.active
  {
    background: url(https://i.ibb.co/rt3HybH/close.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
  }
  .showcase
  {
    position: relative;
    right: 0;
    width: 100vw;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
    transition: 0.5s;
    z-index: 2;
  }
  .showcase.active
  {
    right: 300px;
  }
  
  .showcase video
  {
    width: 100vw;
   height: 100vh;
   object-fit: cover;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
    opacity: 0.8;
  }
  .overlay
  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 100%, 24%, 0);
    mix-blend-mode: overlay;
  }
  .text
  {
    position: relative;
    z-index: 10;
  }
  
  .text h2
  {
    font-size: 5em;
    font-weight: 800;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
  }
  .text h3
  {
    font-size: 4em;
    width: 100%;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
  }
  .text p
  {
    font-size: 1.1em;
    color: #fff;
    margin: 20px 0;
    font-weight: 400;
    max-width: 700px;
  }
  .text a
  {
    display: inline-block;
    font-size: 1em;
    background: none;
    border: 1px solid white;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    margin-top: 10px;
    color: #fff;
    letter-spacing: 2px;
    transition: 0.2s;
    box-shadow: inset 0 0 0 0 hsl(0, 0%, 0%);
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  }
  .text a:hover
  {
    box-shadow: inset 200px 0 0 0 hsl(0, 0%, 100%);
    color: #111;
  }


  .social
  {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .social li
  {
    list-style: none;
  }
  .social li a
  {
    display: inline-block;
    margin-right: 20px;
    filter: invert(1);
    transform: scale(0.5);
    transition: 0.5s;
  }
  .social li a:hover
  {
    transform: scale(0.5) translateY(-15px);
  }
  .menu
  {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu ul
  {
    position: relative;
  }
  .menu ul li
  {
    list-style: none;
  }
  .menu ul li a
  {
    text-decoration: none;
    font-size: 24px;
    color: #111;
  }
  .menu ul li a:hover
  {
    color: #03a9f4; 
  }
  
  @media (max-width: 991px)
  {
    .showcase,
    .showcase header
    {
      padding: 40px;
    }
    .text h2
    {
      font-size: 3em;
    }
    .text h3
    {
      font-size: 2em;
    }
  }






.ligne {
    position: absolute;
    width: 0.5%;
    padding: 0%;
}






        @media screen and (min-width : 391px) and (max-width : 700px) {

        }
           

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




        }















/*Giulia*/





h4{
  color: #b80606;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 2px;
  margin-top: 3rem;
}

p{
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1.6rem;
  font-size: 1rem;
  color: hsl(0, 0%, 83%);
  margin-top: 1.5rem;
}

small{
  color: #feffff;
  font-weight: 300;
  font-size: 0.875rem;
}







.main {
  max-width: 1000px;
  margin: auto;
  transition: .5s;
}






        
.project-list {
  display: flex;
  flex-wrap: wrap;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
  max-width: 1080px;
  margin: 0 auto;
  justify-content: center;
}

.project-card {
  max-width: 500px;
  padding: 10px;
  display: none; /* Hide columns by default */
  transition: all 350ms;
  opacity: 0;
  visibility: hidden;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all 350ms;
}
  
/* Content */
.content {
  border: 1px solid #262626;
  border-radius: 2px;
  padding: 10%;
  transition: .5s;
  background-color: #101112;
  transition: all 350ms;    
}

.content:hover{
 box-shadow: 8px 8px #810303;
 cursor: pointer;

}

.content img {
  width: 100%;
  border-radius: 2px;
}

.content video {
  width: 100%;
  border-radius: 2px;
}

#BtnContainer {
  max-width: 700px;
  overflow-x: auto;
  margin: 0 auto;
  text-align: center;
}

/* Style the buttons */
.btn, .project-link--arrow, .project-link {
  border: 1px solid #990000;
  background-color: #8f00003f; 
  border-radius: 2px;  
  outline: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: .5s;
  color: #b30000;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}

/* Add a grey background color on mouse-over */
.btn:hover, .project-link--arrow:hover, .project-link:hover {
  background-color: #990000;
  color: #f1f1f1;
 
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #990000;
  color: white;
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

.fade-out {
  animation: fadeOut 2s forwards;
}

.fade-in {
  animation: fadeIn 2s forwards;
}

.project-link{
    background-color: #8f00003f;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.6rem 1rem;
 
    margin: 0;


   
}




.project-link:hover{
  color: #f1f1f1;
  background-color: #810909;
  
  cursor: pointer;
}

.project-link:hover p small{
  color: #f1f1f1;
}




.gd-lyka:hover{
  cursor: inherit;
}

.fa-arrow-up-right-from-square{
  font-size: 0.7rem;
  padding-left: 4px;
}






