*{
  padding:0;
  margin:0;
  /* font-family: 'Gochi Hand', cursive; */
  font-family: 'Urbanist', sans-serif;
  

}


.container {
  background-image: url("./img/bgPink.png");
  background-repeat: no-repeat; 
  background-size: 100% 100%; 
  background-position: center;
  overflow: auto;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  align-items: center;

}

.nav-links {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 25px;
  gap: 20px;
  border-bottom: 2px solid rgb(169, 113, 122);
  padding: 10px;
  font-weight:bolder;
  backdrop-filter: blur(10px);
}



.nav-links li a {
  padding-left: 20px; 
  color: #2A2F4F;
  text-decoration: none;
}

.nav-links li a:hover {
  color: rgb(169, 113, 122); 
  text-shadow: 1px 1px 2px rgba(64, 64, 64, 0.4);
  transition: color 0.3s ease, text-shadow 0.3s ease; 
}
  





.contact-details {
  display: flex;
  align-items: center;
}

.contact-icon {
  font-size: 20px;
  margin-right: 5px;
}

.contact-info {
  font-size: 14px;
}

.salute{
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.saluteTextContainer{
  flex:5;
}

.saluteImgContainer{
  flex:3;
}

.saluteImg{
  width: 100%;
}
.saluteText{
  color:#2A2F4F;
  font-size: 55vw;
  cursor: default;
}

.nameContainer{
  height: 100vh;
  /* background-color: #ddbfc7; */
}

.name{
  font-size: 20vw;
  color:#2A2F4F;;
  text-align: center;
  line-height: 100vh;
}

.jobTitleContainer{
  height: 100vh;
}
.dark{
  background:url('./img/bg1.png');

}
.purple{
  background: url('./img/bg2.png');

}


.jobTitle{
  font-size: 10vw;
  color: #2A2F4F;;
  line-height: 100vh;

}

.projects{
  display: flex;
  flex-direction:column;
  gap:30vh;
  padding: 0px 100px;
}

.projectsTitle{
  font-size: 10vw;
  color: #2A2F4F;
}

.project{
  display: flex;
  align-items: center;
  gap:100px;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 100px;
}

.project:nth-child(2n){
  flex-direction: row-reverse;
}

.phone{
  flex:1;
  width: 300px;
  height: 600px;

  position: relative;
}

.phoneScreen{
  width: 264px;
  height: 567px;
  position: absolute;
  top: 17px;
  left: 18px;
  border-radius: 28px;
  overflow: scroll;

}

/* fix the scollbar */
.phoneScreen::-webkit-scrollbar{
  display: none;
}

.phoneApp{
  width: 100%;
}

.projectDetail{
  flex:1;
  display: flex;
  flex-direction: column;
  gap:50px;
  align-items: center;
}

.projectTitle{
  font-size: 8vh;
  color:#2A2F4F;;
}

.projectDesc{
  font-size: 20px;
  color: #2A2F4F;;
  text-align: justify;
  line-height: 40px;
}

.projectButton{
  text-decoration: none;
  padding: 10px 20px;
  background-color:transparent;
  border: 2px solid #2A2F4F;;
  color: #2A2F4F;;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

.projectButton::after {
  content:'View Demo';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #e4b5cb;
  left: -100%;
  transition:1.2s all;
  color:#2A2F4F;
  font-size: 16px;
  padding-top: 10px;

}

.projectButton:hover.projectButton::after{
  transform: translateX(100%);
}

.labtop{
  width: 600px;
  height: 379px;
  flex: 1;
  position: relative;
}

.labtopScreen{
  width: 451px;
  height: 290px;
  position: absolute;
  top: 18px;
  left: 68px;
  overflow: scroll;

}

.labtopScreen::-webkit-scrollbar{
  display: none;
}
.labtopApp{
  width: 100%;

}

.githubContainer{
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-top: 400px;
}

.githubTitle{
  font-size: 100px;
  color: #2A2F4F;
}

.githubChart{
  width:820px;
  text-align: center;
}
.dates {
  padding: 10px;
  color:#2A2F4F;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.boxContainer{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.box{
  width: 15px;
  height: 15px;
  background-color: #edd9f0;
  border-radius: 2px;
  cursor: pointer;
  transition: 3s all ease;
}

.active:nth-child(4n){
  background-color: #FFD6A5;
}

.githubChart:hover .active:nth-child(2n+1){
  background-color: #FF9B9B;
}

.githubChart:hover .active:nth-child(2n){
  background-color: #FFFEC4;
}


.githubSm {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 50px;
}

.githubSm a {
  display: inline-block;
  margin-bottom: 10px;
}

.githubSm img {
  margin: 20px;
  width: 60px; 
  height: 60px; 
}

.githubSm h2 {
  font-size: 20px;
  color: #2A2F4F; 
}


.cv a {
  text-decoration: none;
  padding: 10px 20px;
  background-color: transparent;
  color: #2B2730;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 30px;
  margin-top: 50px;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.cv a:hover {
  transform: scale(1.1);
  background-color: #2A2F4F;
  border-radius: 5px;
  color: white;
}




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

  .nameContainer{
    height: 80vh;
 
  }
  .projects{
    padding: 0 30px;
    text-align: center;
  
  }
 
  .project{
    flex-direction: column;
    height: max-content;

  }
  .project:nth-child(2n){
    flex-direction: column;
  }

  .projectTitle{
    font-size: 25px;
  }
  .projectDetail{
    width: 80%;
  }

  .projectDesc{
    font-size: 20px;
  }
  .phone,.labtop{
    transform: none !important;
  }

  .githubChart{
    display: none;
  }

  .githubTitle {
    font-size: 100px;
    line-height: 15vh;
    padding: 43px;
    text-align: center;
  
  }

  .githubSm{
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#555;
    font-size: 30px;
    text-align: center;
  }

  .githubSm a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  
  .githubSm img {
    margin: 10px;
    width: 50px; 
    height: 50px; 
  }
  
  .githubSm h2 {
    font-size: 20px;
    color: #2B2730;
    padding: 5px;
  }
  .nav-links {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content:end;
    font-size: 10px;
    border-bottom: rgb(192, 127, 143); 
  
  }

.container {
    overflow: auto; 
  }

} 


@media (max-width: 440px) {

  .nav-links{
    font-size: 14px;
    text-align: center;
  }
  .nav-links li a{
    padding:3px;
  }
  .salute{
    flex-direction: column;
    height: 100vh;
  }
  .saluteTextContainer{
    margin-top: 40px;
  }
  .saluteText{
    font-size: 35vh;
  }
  .name{
    font-size: 22vw;
    /* line-height: 50vh; */
  }
  .jobTitle{
    font-size: 20vw;
    line-height: 70vh;
  }
  .projectsTitle{
    font-size: 15vw;
    padding-left: 20px;
    text-align: start;
  }
  .labtop {
    width: 380px;
    height: 150px;
  }
  .labtop img { 
    width: 380px;
  }

  .labtopScreen{
    width: 284px;
    height: 182px;
    position: absolute;
    top: 12px;
    left: 44px;
    overflow: scroll;
  }  

  .labtopScreen img {
    width: 305px; 
  }
  .githubTitle {
    font-size: 60px;
    line-height: 12vh;
  
  }
  .githubSm h2 {
    width: 80%;
    font-size: 25px;
    color: #2B2730;
    padding: 18px;
  }
}

