.workinitial-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor:progress;
}

.Workpageini {
    top: 10%;
    font-size: 48px;
    font-weight: bold;
    color: white;
    animation: fadeInOut 5s ease-out forwards;
}




.workpage {
    height: 60vh; 
    position: relative;
    transition: top 0.5s ease-in-out;
    overflow: hidden;

    
  }

  
.abouthorizontalline4 {
    position: relative;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.726); 
    z-index: 3;
    overflow: auto;
    animation: fade-in2 linear forwards;
    animation-timeline: view()
  
  }
  
  .abouthorizontalline3 {
    position: absolute;
    top:68%;
    right: 0%;
    width: 100%;
    height: 3px; /* Adjust the height of the line as needed */
     background-color: rgba(0, 0, 0, 0.714); /* Change the color of the line */
     z-index: 3;
    animation: fade-in3 linear forwards;
    animation-timeline: view() 
  
   }
   
  @keyframes fade-in2{
    from {
     width: 180%;
    }
    to {
      width:0px;
     }
  }
  
  @keyframes fade-in3{
    from {
      width: 100%;
     }
     to {
       width: 0px;
      }
   }
   

  
.technicalskill{
    position: absolute;
    font-size: 4vw;
    top: 34%;
    text-align: center;
    width: 100%;
    z-index: 3;
    color: rgba(30, 32, 48);
    font-family: Georgia, 'Times New Roman', Times, serif;
  
  
  }
  .text-animation {
    position: relative;
    top: 55%;
    overflow: hidden;
    user-select: none;
    width: 200%;
    height: 100%;
    z-index: 15;
  }
  
  .text-container {
    font-size: 1.3vw;
    font-family:Georgia, 'Times New Roman', Times, serif;
    color: rgb(0, 0, 0);
    display: flex;
    letter-spacing: 10px;
    position: relative;
    overflow: hidden;
    width: 200%;
    height: 100%;
  
    
  }
  
  .text{
    animation: slideAnimation 300s linear infinite;
    box-sizing: border-box;
    white-space: nowrap;
    line-height: 150%;
    
    /* width: 100%; */
  
  }
  
  .text-container:hover .text{
    cursor: -webkit-grabbing;
    /* animation-direction: reverse; */
    animation-play-state: paused;
    opacity: 1;
  
  
  
  }
  
  .text-container:not(:hover) .text  {
    cursor: -webkit-grabbing;
    /* animation-direction: reverse; */
    animation-play-state: running;
  
  }
  
  
  @keyframes slideAnimation {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  @media only screen and (max-width: 375px) {
  

  
    .technicalskill{
      font-size: 6vw;
    }
    
  .text-container {
    font-size: 2vw;
  }  
    }
  /* Mobile portrait (less than 480px) */
  @media only screen and (min-width: 375px) and (max-width: 479px) {
    
  
  .technicalskill{
    font-size: 6vw;
  }

  .text-container {
    font-size: 2vw;
    letter-spacing: 5px;
     width: 200%;
    height: 5%;
  }  
  }  
  
  

  
    

.abouthorizontalline {
    position: absolute;
    top: 0.5%;
    left: 0%;
    width: 100%;
    height: 50px; /* Adjust the height of the line as needed */
    background-color:rgb(30, 32, 48);  /* Change the color of the line */
    z-index: 3;
  }
 
.about:hover, .work:hover, .contact:hover {
    color: rgb(255, 255, 255); 
    text-shadow: 5px 12px 10px white;
    animation: shiver 0.1s infinite;
    }
    .work {
      z-index: 3;
  
  }
/* 
______________________________________________________________________________________________ */


.work-page {
    position: absolute;
    left: 0;
    top: 58%; /* Initially, position it outside the viewport */
    width: 100%;
    height: 300%;
    text-align: center;
  
    background-color: #f5f5f5;
    z-index: 2; /* Set z-index higher than homepage */
    transition: top 0.01s ease-in-out; /* Apply transition to 'top' property */
    display: flex;
    justify-content: center;
    align-items: center; 
    animation: fade-in-slide5 1s linear forwards;
    animation-timeline: view()
    

  } 
  @keyframes fade-in-slide5 {
    from {   clip-path: ellipse( 480% 95% at 50% 0%);
  
    }
    to {  clip-path: ellipse( 100% 95% at 50% 0%);
  
    }
  }
  
  .myself3 {
    position: absolute;
    left: 45%;
    font-size: 4vw;
    top: 3%;
    text-align: center;
    color: rgba(30, 32, 48);
    font-family: Georgia, 'Times New Roman', Times, serif;
  }


  .rectangle-container {
    position: relative;
    width: 80%;
    height: 60%;
    top:  -42%;
    padding-right: 2.5%;
    display: flex;
    flex-direction: column; /* Add this line */
    align-items: center; /* Add this line */
    gap: 0px;
    margin-top: 500px;

  }
  .rectangle {
    width: 100%;
    height: 100%; /* fixed height */
    background-color: #f5f5f5;
    position: relative;
    border-radius: 0; 
    border-top: 2px solid #707070;
    border-bottom: 2px solid #ccc;
  }
  
  .popup {
    position: absolute;
    width: 400px;
    height: 300px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    display: none;
    transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
    z-index: 2;
    border-radius: 10px;
  }
  
  .popup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
  }
  
   .rectangle:hover .popup {
    display: block;
    animation: slide-down 0.5s ease-in-out;
  } 
    
  @media only screen and (max-width: 375px) {
  

  
    .myself3{
      font-size: 6vw;
    }

    }
  /* Mobile portrait (less than 480px) */
  @media only screen and (min-width: 375px) and (max-width: 479px) {
    
  
  .myself3{
    font-size: 6vw;
  }


  }  
  
  

  









footer {
    position: absolute;
    left: 0;
    top: 300%; /* Initially, position it outside the viewport */
    width: 100%;
    height: 150%;
    text-align: center;
    background-color: rgba(30, 32, 48);
    z-index: 2; /* Set z-index higher than homepage */
    transition: top 0.01s ease-in-out; /* Apply transition to 'top' property */
    display: flex;
    justify-content: center;
    align-items: center; 
    z-index: 0;
  }



/*TRASH*/
  
  .image-container {
    display: flex;
    flex-direction: column;
    gap: 100px; /* Adjust the gap between images as needed */
    overflow: hidden;

}

.image-container img {
    max-width: 600px; /* Adjust the max width as needed */
    height: auto;
    border: 1px solid #ccc; /* Optional: Add border to images */
    justify-content: left;
    align-items: left;
    
}


.button-container {
    position: absolute;
    right: 20%;
    top: 30%;
    display: flex;
    flex-direction: column;
    gap: 450px; /* Adjust the gap between buttons as needed */
}

button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    transition: background-color 0.3s;
}

button:hover {
    background-color:rgba(30, 32, 48);
}




.text1f-container {
    position: absolute;
    width: 32%;
    left: 1%;
    top: 25%;
    display: flex;
   flex-direction: column;
    gap: 250px; /* Adjust the gap between buttons as needed */
}

p {
    padding: 10px 20px;
    font-size: 22px;
    cursor: pointer;
    line-height: 1.2;
    font-style: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
     font-size: 20px;
    word-spacing: 0;
    border: none;
    border-radius: 5px;
    color: rgb(0, 0, 0);
}
.underC {
    position: absolute;
    width: 100%;
    left: 1%;
    top: 15%;
    
    font-size: 50px;
    cursor: pointer;
    line-height: 1.5;
    font-style: bold;
    font-family:Arial, Helvetica, sans-serif;
     font-size: 18px;
    border: none;
    border-radius: 5px;
    background-color: #ff0000;
    color: white;
    transition: background-color 0.3s;
}




.abouthorizontalline2 {
  position: absolute;
  top: 155%;
  left: 10%;
  width: 80%;
  height: 2px; /* Adjust the height of the line as needed */
  background-color: rgba(0, 0, 0, 0.414); /* Change the color of the line */
  z-index: 3;
}

/* 
  .aboutimage {
    position: absolute;
    top: 15.5%;  
    left: 55%;  
    width: 670px;  
    height: 697px;  
    rotate: -10deg;
    overflow: hidden;
    overflow-x: hidden;
    clip-path: ellipse( 100% 112% at 36% -1%);
    z-index: 1;
    animation: fade-in 1s linear;
    animation-timeline: view()
  }
   */


  
  

  









  