html,
body {
    font-family: 'Blaka Ink', cursive;
    font-family: 'Bungee Spice', cursive;
    font-family: 'Foldit', cursive;
    font-family: 'Nabla', cursive;
    font-family: 'Pacifico', cursive;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Patrick Hand', cursive;;
    font-family: 'Caprasimo', cursive;

    
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Scroll Bar*/

::-webkit-scrollbar{
  width: 0;
}
#scrollpath{
  position: fixed;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: rgb(255, 255, 255, 0.05);
}
#progressbar{
  position: fixed;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(to top, #008aff, #00ffe7);
  animation: animate 5s linear infinite;

}
@keyframes animate {
  0%,100%
  {
    filter: hue-rotate(0deg);
  }
  50%{
    filter: hue-rotate(360deg);
  }
   
}

#progressbar::before{
  z-index: 3;

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #008aff, #00ffe7);
  filter: blur(10px);
}
#progressbar::after{
  z-index: 3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #008aff, #00ffe7);
  filter: blur(30px);
}



/* Home Section*/

.welcome{
    position: relative;
    width: 100%;
}

#background {
    width: 100%;
    height: 100vh;
    z-index: -1;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  z-index: 10000;
  padding-top: 5px;
}
header.sticky{
  background:#fff;
  z-index: 1000;
}

header .logo{
  position: relative;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
  padding-left: 15px;

}
header ul{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;

}
header ul li{
  position: relative;
  list-style: none;
  text-align: end;
}

header ul li a{
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  color: white;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 300;
  transition: 0.6s;
  font-size: 18px;
}
header.sticky .logo,
header.sticky ul li a{
  color: #000;
}

.sticky .navbar li a:before{
  background-color: #000000;


}



.navbar li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease-in-out;
}

.navbar li a:hover:before {
  width: 100%;
}



.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  
  h1 {
    color: white;
    font-size: 36px;
    font-weight: bold;
    text-align: justify;
  }
  
  #typewriter::after {
    content: "|";
    animation: blink-caret 0.75s step-end infinite;
  }
  
  @keyframes blink-caret {
    from, to { opacity: 0; }
    50% { opacity: 1; }
  }
  

p {
    color: white;
    font-size: 18px;
    text-align: center;
}



#parachute-section {
    position: relative;
    width: 100%;
    height: 308vh;
    background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
    overflow: hidden;
    margin: 0;
    padding: 0;
    /* Add other styles for the section */
  }


  .parachute-animation {
    width: 100%;
    position: absolute;
    top: -30%; /* Adjust the value to position the image off-screen */
    left: 50%;
    
  }
  
  .parachute-animation img {
    width: 25%;
    position: absolute;
    top: 0;
    
  }

  
  .rocket-animation {
    width: 100%;
    position: absolute;
    top: -30%; /* Adjust the value to position the image off-screen */
    left: 50%;
    transform: translateX(-50%);
  }
  
  .rocket-animation img {
    width: 25%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    
  }
    .light {
    position: absolute;
    left: 50%;
    top: -18.1%;
    transform: translateX(-50%);
    width: 25px;
    height: 200px;
    background: linear-gradient(#b20f00,#e09813,  transparent);
    filter: blur(7px);
  }

  .man img {
    width: 6%;
    position: absolute;
    top: 93%;
    left: 50%;
  
  }
  

  #man2 img{
    width: 6%;
    position: absolute;
    top: 93%;
    left: 50%;
  }




  /* ABOUT US */

  .intro {
    padding: 0;
    position: relative;
    height: 250vh;
    background: linear-gradient(#fff1eb 0%,  #41889c);

  }

  .intro .header{
    position: absolute;
    left: 36%;
    top: 1%;
    font-family: 'Ubutnu', sans-serif;
    text-shadow: 0 0 10px black;
    text-align: center;
    font-size: 70px;
    align-items: flex-start;
  }
  

  .gradient-text {
    position: absolute;
    left: 25%;
    top: 12%;
    background-image: linear-gradient(to right, #1d1d1d, #474747, #000);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    font-size: 90px;
    font-weight: bold;
    font-family: 'Ubuntu', cursive;
    align-items: flex-end;

    opacity: 0;
    transform: scale(0.7);
    filter: blur(5px);
    transition: all 1s;
  }



  


  .intro .Thomas img {
    position: absolute;
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 150px;
    left: 15%;
    top: 32%;
    transition: transform 1s ease;
    transform-origin: center;
}

.intro .Thomas img:hover {
    transform: scale(1.2);
}



.intro .Josh img {
    position: absolute;
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 150px;
    left: 65%;
    top: 32%;
    transition: transform 1s ease;
    transform-origin: center;
}

.intro .Josh img:hover {
    transform: scale(1.2);
}
  
.intro .description1 {
    height: 270px;
    width: 600px;
    background-color: rgba(48, 48, 48, 0.785);
    position: absolute;
    top: 50%;
    left: 5%;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; /* Updated this line */
    overflow: hidden;
  }
  
  .intro .description1 p {
    font-family: 'Caprasimo', cursive;
    font-weight: 2000;
    font-size: 22px;
    padding: 4px;
    padding-left: 25px;
    margin: 0; /* Added this line to remove default margin */
    text-align: left;
    z-index: 5;

  }

  .intro .description1 p:nth-child(1){
    padding: 0;
    margin-top: -15px;
    text-align: center;
    font-size: 36px;
    z-index: 5;
  }

  .intro .description1 p:nth-child(4){

    margin-top: -30px;

}


  .intro .description1 p:nth-child(5){
    font-style: italic;
    font-weight: lighter;
    padding-left: 40px;  
    margin-top: -30px;
    font-family: 'Ubuntu', sans-serif;
}

  .description1 hr {
    width: 90%; /* Adjust the width as desired */
    margin-left: 20px; /* Reset the default margin */
    margin-top: -30px;
    margin-bottom: 0;
    padding-bottom: 0;
    z-index: 5;

  }
  
  .intro .description2 {
    height: 270px;
    width: 600px;
    background: rgba(48, 48, 48, 0.785);
    position: absolute;
    top: 50%;
    left: 54%;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; /* Updated this line */
    overflow: hidden;
   
  }
  
  .intro .description2 p {
    font-family: 'Caprasimo', cursive;
    font-weight: 2000;
    font-size: 22px;
    padding: 4px;
    padding-left: 25px;
    margin: 0; /* Added this line to remove default margin */
    text-align: left;
    z-index: 5;
   

  }

  .intro .description2 p:nth-child(1){
    padding: 0;
    margin-top: -15px;
    text-align: center;
    font-size: 36px;
    z-index: 5;

  }

  .intro .description2 p:nth-child(4){

    margin-top: -30px;

}


  .intro .description2 p:nth-child(5){
    font-style: italic;
    font-weight: lighter;
    padding-left: 40px;  
    margin-top: -30px;
    font-family: 'Ubuntu', sans-serif;
    z-index: 5;
}

  .description2 hr {
    width: 90%; /* Adjust the width as desired */
    margin-left: 20px; /* Reset the default margin */
    margin-top: -30px;
    margin-bottom: 0;
    padding-bottom: 0;
    z-index: 5;
  }

  .description1 .line{
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;


  }
  .description2 .line{
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;


  }

  .description1 .line::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 120px;
    background: linear-gradient( transparent,rgb(255, 0, 0), rgb(255, 0, 0),  rgb(255, 0, 0),transparent);
    animation: r 4s linear infinite;
    animation-play-state: paused;
  }

  .description2 .line::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 120px;
    background: linear-gradient(transparent, rgb(0, 0, 255), rgb(0, 0, 255),  rgb(0, 0, 255), transparent);
    animation: r 4s linear infinite;
    animation-play-state: paused;
  }

  @keyframes r {
    0%{
      transform: translate(-50%, -50%) rotate(0deg);
    } 
    100%{
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }

  .description1:hover .line::before{
    animation-play-state: running;
  }
  .description2:hover .line::before{
    animation-play-state: running;
  }
  
  .description1::after{
    content: '';
    position: absolute;
    inset: 7px;
    background: rgba(48, 48, 48, 1);
    border-radius: 50px;
    z-index: 2;
  }
  .description2::after{
    content: '';
    position: absolute;
    inset: 7px;
    background: rgba(48, 48, 48, 1);
    border-radius: 50px;
    z-index: 2;
  }

  .about1{
    position: absolute;
    top: 69%;
    left: 17%;
    font-size: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 900;

    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
    transition: all 1s;
  }

  .about2{
    position: absolute;
    top: 94%;
    left: 17%;
    font-size: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 900;

    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
    transition: all 1s;
  }

  .paragraph p{
    top: 73%;
    left: 20%;
    font-size: 32px;
    font-family: 'Patrick Hand', cursive;;
    font-weight: 900;
    text-align: left;


  }

  .paragraph{ 
    position: absolute;
    top: 73%;
    left: 20%;
    font-size: 32px;
    font-family: 'Patrick Hand', cursive;;
    font-weight: 900;
    text-align: left;

    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
    transition: all 1s;


  }





  .show3{
    opacity: 1;
    transform: scale(1);
    transform: translateX(0);
    filter: blur(0);
  }

  /* TECHNICAL SKILLS SECTION */

  .title{
    width: 100%;
    padding-top: 100px;
    padding-bottom: -50px;
    margin-bottom: -150px;


  }
  .title h1{
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 0 0 10px black;
    font-size: 70px;
    text-align: center;
    color: white;

  }


  
  .technical_skills{
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 50px;
    height: 200vh;
    background: linear-gradient(#41889c 0%, #fff1eb);
  }


  .programing_languages:nth-child(1) img{
    width: 150px;
    padding-top: 100px;
  }

  .programing_languages img{
    margin-top: 300px;
    width: 200px;
    padding: 50px;
    padding-top: -20px;
    padding-bottom: 0%;
}

  .programing_languages{
    margin-top: -250px;    
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
    transition: all 1.5s;
    display: inline-block;
  }

  .programing_languages p{
    color: #000;
    font-size: 26px;
    font-family: 'Patrick Hand', cursive;;
    letter-spacing: 1px;
    font-weight: 900;
    padding: 0;
    margin: 0;
  }

  .show{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
  .programing_languages:nth-child(3),.programing_languages:nth-child(7), .programing_languages:nth-child(11) {
    padding-top: 30px;
    transition-delay: 200ms;
  }
  .programing_languages:nth-child(3) p{
    padding-top: 30px;

  }

  .programing_languages:nth-child(4), .programing_languages:nth-child(8), .programing_languages:nth-child(12){
    transition-delay: 400ms;
  }
  .programing_languages:nth-child(5), .programing_languages:nth-child(9), .programing_languages:nth-child(13){
    transition-delay: 600ms;
  }

  .programing_languages:nth-child(5){
    padding-top: 40px;
  }
  .programing_languages:nth-child(7) p{
    padding-top: 75px;

  }
  .programing_languages:nth-child(11) p{
    padding-top: 20px;
  }
  .programing_languages:nth-child(12) p{
    padding-top: 50px;
  }
  .programing_languages:nth-child(12) img{
    padding-top: 100px;
  }

/* Projects SECTION */
.projects{
  padding: 0;
  margin: 0;
  position: relative;
  height: auto;
  min-height: 100vh;
  background: linear-gradient(#fff1eb 0%, #41889c);
}

.projects .title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.projects .title h1{
  font-family: 'Ubuntu', sans-serif;
  text-shadow: 0 0 10px black;
  font-size: 70px;
  text-align: center;
  color: white;
}

.projects .projectcontainer{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 40px 80px;
}

.projects .projectcontainer .project{
  background: rgba(40, 40, 52, 0.92);
  border-radius: 20px;
  padding: 28px 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.projects .projectcontainer .project:hover{
  transform: translateY(-10px);
  box-shadow: 0 28px 56px rgba(0, 217, 255, 0.18);
  border-color: rgba(0, 217, 255, 0.28);
}

.project-icon {
  font-size: 52px;
  margin-bottom: 14px;
  line-height: 1;
}

.projects .projectcontainer .project h1{
  font-size: 17px;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
  opacity: 1;
  visibility: visible;
  top: 0;
  position: static;
}

.projects .projectcontainer .project p{
  font-size: 12.5px;
  color: rgba(255,255,255,0.72);
  font-family: 'Patrick Hand', cursive;
  text-align: left;
  flex-grow: 1;
  margin: 0 0 14px;
  opacity: 1;
  visibility: visible;
  top: 0;
  position: static;
  padding: 0;
}

.tech-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin-bottom: 16px;
  width: 100%;
}

.badge {
  display: inline-block;
  padding: 3px 9px;
  background: rgba(0, 217, 255, 0.1);
  border: 1px solid rgba(0, 217, 255, 0.32);
  border-radius: 20px;
  font-size: 10px;
  color: #5ee8ff;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.project-btn-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
  padding-top: 4px;
}

.project-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1.5px solid rgba(255,255,255,0.38);
  background: transparent;
  color: #fff;
  font-size: 11px;
  font-family: 'Ubuntu', sans-serif;
  cursor: pointer;
  transition: all 0.22s ease;
  white-space: nowrap;
  text-decoration: none;
}

.project-btn:hover {
  background: rgba(0, 217, 255, 0.16);
  border-color: #00d9ff;
  transform: scale(1.06);
  color: #fff;
}

.project-btn.live {
  border-color: rgba(90, 200, 90, 0.5);
  color: #7de87d;
}

.project-btn.live:hover {
  background: rgba(90, 200, 90, 0.14);
  border-color: #7de87d;
}




/* Involvement SECTION */

.experience{
  padding: 0;
  margin: 0;
  height: auto;
  min-height: 100vh;
  position: relative;
  background: linear-gradient(#41889c 0%, #fff1eb);
  padding-bottom: 60px;
}

.experience .t{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.experience .t h1{
  font-family: 'Ubuntu', sans-serif;
  text-shadow: 0 0 10px black;
  font-size: 70px;
  text-align: center;
  color: white;
}

/* Finance section visual */
.finance-bg {
  background: linear-gradient(135deg, #0a1628 0%, #0f2744 55%, #132a1e 100%);
  min-height: 260px;
}

.finance-symbol {
  font-size: 90px;
  line-height: 1;
  animation: float-icon 4s ease-in-out infinite;
}

@keyframes float-icon {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-18px); }
}

.section {
  opacity: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  padding: 40px;
  filter: blur(5px);
  transform: translateY(60px);
  transition: all 1s;
}

.section + .section {
  margin-top: 60px;
}

.show2{
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);

}

.image-container {
  position: relative;
  z-index: 1;
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


.image-container img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 1.75s ease;
  transform-origin: 50% 40%;
}

.image-container:hover img{
  transform: scale(4);
  transform-origin: 50% 40%;
}


.text-container {
  position: relative;
  z-index: 1;
  flex: 3;
  background-color: #4a4949db;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  
}

.icons{
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons a:nth-child(1) img{
  width: 70px;
  margin-right: 50px;
  transition: 0.5s;
}
.icons a:nth-child(2) img{
  width: 50px;
  transition: 0.5s;
}

.icons img:hover{
  transform: scale(1.2);
}

.text-container h2 {
  font-size: 36px;
  font-weight: bold;
  color: white;

}

.text-container p {
  font-size: 17px;
  padding: 10px 24px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

/* Relavant Experience SECTION */
.relevant_expereince{
  padding: 0;
  margin: 0;
  position: relative;
  height: 325vh;
  background: linear-gradient(#fff1eb 0%, #41889c);

}

.relevant_expereince title h1{
  font-family: 'Ubuntu', sans-serif;
  text-shadow: 0 0 10px black;
  font-size: 70px;
  text-align: center;
  color: white;
}

.relevant_expereince .imgcontainer{
  top: 230px;
  position: relative;
  display: flex;
  justify-content: space-around;
}
.relevant_expereince .imgcontainer img{
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 150px;
  object-position: 0px -20px;
  transition: all 1s ease;
}

.relevant_expereince .imgcontainer img:hover{
  transform: scale(1.2);
}


.relevant_expereince .line{
  top: 800px;
  left: 50%;
  position: absolute;
  border-left: 3px solid black;
  height: 195vh;
}

.line::before,
.line::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: black;
}

.line::before {
  left: -6px;
  top: 0px;
}

.line::after {
  right: -4px;
  bottom: 0px;
}

.timeline_container{
  display: flex;
  margin: 0;
}

.timeline {
  position: relative;
  padding-top: 450px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 75px;
  margin-right: 0;

}

.container{

  flex: 1;
  position: relative;
  padding: 20px;
  width: 300px;
  background:  rgba(48, 48, 48, 0.785);;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 1.5s;

}

.container2{

  flex: 1;
  position: relative;
  padding: 20px;
  width: 300px;
  height: 300px;
  background:  rgba(48, 48, 48, 0.785);;
  border-radius: 10px;
  display: flex;
  flex-direction: column;

  opacity: 0;
  filter: blur(5px);
  transform: translateX(100%);
  transition: all 1.5s;

}

.timeline:nth-child(1){
  margin-left: 300px;

}
.timeline:nth-child(2){
  margin-right: 300px;
  
}

.show4{
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);

}

.container h1{
  text-align: center;
  margin: 0;
}
.container h2{
  text-align: left;
  font-size: 14px;
  color: white;
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
  margin-top: 10px;
  font-weight: bold;
}
.container h3{
  text-align: left;
  color: white;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
  font-weight: bold;
}
.container h4{
  text-align: left;
  color: white;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
  font-weight: bold;
}

.container p{
  text-align: left;
  font-family: 'Patrick Hand', cursive;;
  font-size: 20px;
}

.container2 h1{
  text-align: center;
  margin: 0;
}
.container2 h2{
  text-align: left;
  font-size: 14px;
  color: white;
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
  margin-top: 10px;
  font-weight: bold;
}
.container2 h3{
  text-align: left;
  color: white;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
  font-weight: bold;
}
.container2 h4{
  text-align: left;
  color: white;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
  font-weight: bold;
}

.container2 p{
  text-align: left;
  font-family: 'Patrick Hand', cursive;;
  font-size: 20px;
}



/* Contact Us SECTION */
.contact{
  padding: 0;
  margin: 0;
  position: relative;
  height: 120vh;
  background: linear-gradient(#41889c 0%, #fff1eb);

}

.contact title h1{
  position: relative;
  top: 0;
  font-family: 'Ubuntu', sans-serif;
  text-shadow: 0 0 10px black;
  font-size: 70px;
  text-align: center;
  color: white;
}

.contact ul{
  position: relative;
  display: flex;
  gap: 2px;

  z-index: 3;

}

.contact .imgcontainer{
  top: 230px;
  position: relative;
  display: flex;
  justify-content: space-around;
}
.contact .imgcontainer img{
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 150px;
  object-position: 0px -20px;
  transition: transform 1s ease;
}

.contact .imgcontainer img:hover{
  transform: scale(1.2);
}


.contact .sectioncontainer{
  top: 250px;
  left: -210px;
  position: relative;
  display: flex;
  justify-content: space-around;
}


.contact ul{  
  content: '';
  width: 370px;
  height: 130px;
  position: absolute;
  background: rgba(48, 48, 48, 0.785);
  border-radius: 50px;
}



.contact ul li{
  position: relative;

  list-style: none;
  margin: 10px;
}


.contact ul li a img{  

  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid rgb(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 15px;
  width: 90px;
  height: 90px;
  transition: 0.5s;
}

.contact ul li:nth-child(2) a img{

  padding: 1px;
}

.contact ul li:nth-child(3) a img{

  padding: 0;
}

.contact ul li a{
  margin-top: 11px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 15px;
  width: 90px;
  height: 90px;
  transition: 0.5s;
  overflow: hidden;
}

.contact ul li a:hover{
  transform: translateY(-15px);
  
}

.contact ul li a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: rgb(255, 255, 255, 0.5);
  transform: skewX(45deg) translateX(150px);
  transition: 0.6s;
}

.contact ul li a:hover::before{
  transform: skewX(45deg) translateX(-150px);
}

/* GPU acceleration hints for animated elements */
.parachute-animation img,
.rocket-animation img,
.light {
  will-change: transform, opacity;
  transform: translateZ(0);
}

/* =============================================
   HAMBURGER MENU
   ============================================= */

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-right: 20px;
  z-index: 10001;
  flex-shrink: 0;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

header.sticky .hamburger span {
  background: #000;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* =============================================
   RESPONSIVE — TABLET (≤ 1024px)
   ============================================= */

@media (max-width: 1024px) {
  header ul li a {
    margin: 0 8px;
    font-size: 14px;
  }

  .intro .description1,
  .intro .description2 {
    width: 44%;
  }

  .gradient-text {
    font-size: 64px;
    left: 15%;
  }

  .timeline:nth-child(1) {
    margin-left: 100px;
  }
  .timeline:nth-child(2) {
    margin-right: 100px;
  }

  .projects .projectcontainer {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 40px 24px 60px;
  }
}

/* =============================================
   RESPONSIVE — MOBILE (≤ 768px)
   ============================================= */

@media (max-width: 768px) {

  /* --- Navigation --- */
  .hamburger {
    display: flex;
  }

  header ul.navbar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(10, 10, 10, 0.97);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    z-index: 9999;
    padding: 0;
    margin: 0;
  }

  header ul.navbar.open {
    display: flex;
  }

  header ul.navbar li a {
    font-size: 22px;
    color: #fff !important;
    margin: 0;
  }

  /* --- Home section --- */
  #parachute-section {
    height: 180vh;
  }

  .parachute-animation img,
  .rocket-animation img {
    width: 40%;
  }

  .man img,
  #man2 img {
    width: 14%;
  }

  /* --- About section --- */
  .intro {
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 16px 50px;
  }

  .intro .header {
    position: static;
    font-size: 36px;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
  }

  .gradient-text {
    position: static;
    font-size: 36px;
    width: 100%;
    text-align: center;
    left: auto;
    top: auto;
    transform: translateX(0);
    margin-bottom: 20px;
  }

  .gradient-text.show3 {
    transform: translateX(0);
  }

  .intro .Thomas,
  .intro .Josh {
    position: static;
    width: auto;
  }

  .intro .Thomas img,
  .intro .Josh img {
    position: static;
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto 20px;
  }

  .intro .description1,
  .intro .description2 {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 220px;
    left: auto;
    top: auto;
    margin: 0 0 20px;
  }

  .about1,
  .about2 {
    position: static;
    font-size: 26px;
    width: 100%;
    text-align: center;
    left: auto;
    top: auto;
    transform: translateX(0);
    margin: 8px 0;
  }

  .about1.show3,
  .about2.show3 {
    transform: translateX(0);
  }

  .paragraph {
    position: static;
    width: 100%;
    left: auto;
    top: auto;
    transform: translateX(0);
    margin: 8px 0;
  }

  .paragraph.show3 {
    transform: translateX(0);
  }

  .paragraph p {
    font-size: 18px;
    text-align: left;
  }

  /* --- Technical Skills --- */
  .technical_skills {
    height: auto;
    padding-bottom: 60px;
    gap: 20px;
  }

  .programing_languages {
    margin-top: -80px;
  }

  .programing_languages img {
    width: 100px;
    margin-top: 120px;
    padding: 20px;
  }

  .programing_languages:nth-child(1) img {
    width: 80px;
    padding-top: 60px;
  }

  /* --- Projects --- */
  .projects {
    height: auto;
    min-height: auto;
    padding-bottom: 60px;
  }

  .projects .projectcontainer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 20px 60px;
    max-width: 100%;
  }

  .projects .projectcontainer .project {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }

  /* --- Involvement --- */
  .section {
    flex-direction: column;
    margin-top: 40px;
    padding: 20px;
  }

  .section + .section {
    margin-top: 30px;
  }

  .image-container {
    height: 220px;
  }

  .finance-symbol {
    font-size: 64px;
  }

  /* --- Experience --- */
  .relevant_expereince {
    height: auto;
    padding-bottom: 60px;
  }

  .relevant_expereince .imgcontainer {
    top: 80px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .relevant_expereince .imgcontainer img {
    width: 140px;
    height: 140px;
  }

  .relevant_expereince .line {
    display: none;
  }

  .timeline_container {
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
  }

  .timeline {
    padding-top: 0;
    width: 100%;
    align-items: center;
  }

  .timeline:nth-child(1) {
    margin-left: 0;
  }
  .timeline:nth-child(2) {
    margin-right: 0;
  }

  .container,
  .container2 {
    width: 85vw;
    max-width: 400px;
    height: auto;
    transform: translateX(0);
  }

  .container2 {
    height: auto;
  }

  /* --- Contact --- */
  .contact {
    height: auto;
    padding-bottom: 60px;
  }

  .contact .imgcontainer {
    top: 80px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact .imgcontainer img {
    width: 140px;
    height: 140px;
  }

  .contact .sectioncontainer {
    top: 120px;
    left: 0;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .contact ul {
    position: static;
    width: 90vw;
    max-width: 340px;
    height: auto;
    padding: 14px 10px;
    justify-content: center;
  }
}