@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab&display=swap');
:root { 
  --first-color: #FCFBFC;
  --firstsudo-color: rgba(187, 190, 254, 0.8);
  --second-color: #9ea3f5;
  --secondsudo-color: rgba(147, 151, 229, 0.785);
  --background-color: #F3EAD3;
  --box-color: #F3EAD3;
  --nav-color: #d2e0b9;
  --background-color1: #28282B;
  --third-color: #2e2e33;
  --text-color: #28282B;
  --black-color: #222;
  --transition-duration: 0.2s;
  --glass-white: rgba(255, 255, 255, 0.2);
  --glass-whiter: rgba(255, 255, 255, 0.1);
  --glass-black: rgba(0,0,0,0.2);
  --glass-blacker: rgba(0,0,0,0.3);
  --glass-second: rgba(147, 151, 229, 0.4);
}

.intro{
    height: fit-content;
    min-height: 700px;
    position: relative;
    top: 20px;
    display: flex;
    padding: 20px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.info{
    width: 90%;
    max-width: 700px;
    min-width: 300px;
    position: relative;
    top: 60px;
    left: 50px;
    height: fit-content;
    min-height: 680px;
    max-height: 1400px;
    display: block;
    font-family: 'Josefin Slab', sans-serif;
}

.info > h1,
.info > h2,
.info > p
{
    font-family: 'Josefin Slab', sans-serif;
    color: var(--text-color);
}

.info > h2{
    font-weight: 400;
    font-size: clamp(1.3rem, 2vw, 2.3rem);
}

.info > h1{
    font-size: 58px;
    top: 10px;
    position: relative;
    color: #e3bfb7;
    font-weight: 400;
}

.dp{
    width: 40vw;
    min-width: 300px;
    max-width: 600px;
    height: auto;
    position: relative;
    top: -100px;
    transition: ease-in-out 0.4s;
    left: 10px;
}

.dp:hover{
    transform: scale(1.1);
}

.name{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    color: #b5cc8d;
    display: inline;
    position: relative;
}
.about{
    font-size: 25px;
    font-weight: 500;
    color: var(--text-color);
    display: block;
}

.subline{
    color: #b5cc8d;
    position: relative;
    top: 2px;
    font-weight: 500;
    font-size: 25px;
    font-family: 'Josefin Slab', sans-serif;
}

.name:before {
    content: '';
    position: absolute;
    background: #b5cc8d;
    width: 0;
    height: 3px;
    bottom: 0px; /* Adjust the value as needed */
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease;
  }
  
  .name:hover:before{
    width: 100%;
  }

  .like-list{
    height: fit-content;
    position: relative;
    max-height: 700px;
    min-height: 300px;
    padding: 20px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }

  .like-div{
    position: relative;
    display: block;
  }

  .skill-title{
    color: #b5cc8d;
    position: relative;
    top: 2px;
    width: fit-content;
    font-weight: 500;
    font-size: clamp(2rem, 4vw, 3.0rem);
    font-family: 'Josefin Slab', sans-serif;
  }

  .skill-cat-name{
    color: #e3bfb7;
    position: relative;
    top: 2px;
    width: fit-content;
    font-weight: 500;
    font-size: clamp(1.6rem, 2vw, 2.1rem);
    font-family: 'Josefin Slab', sans-serif;
  }

  .skill-list{
    list-style: none;
    top: 20px;
    position: relative;
    margin-bottom: 20px;
  }

  .skill-cat-name:before {
    content: '';
    position: absolute;
    background: #b5cc8d;
    width: 0;
    height: 2px;
    bottom: 0px; /* Adjust the value as needed */
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease;
  }
  
  .skill-cat-name:hover:before{
    width: 100%;
  }
  .skill-title:before{
    content: '';
    position: absolute;
    background: #e3bfb7;
    width: 0;
    height: 3px;
    bottom: 0px; /* Adjust the value as needed */
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease;
  }
  .skill-title:hover:before{
    width: 100%;
  }

  .skill-cat > a {
    display: block;
    width: fit-content;
    text-decoration: none;
  }

  @media (max-width:1240px){
    .dp{
        width: 90vw;
        display: none;
    }
    .intro{
        padding: none;
        min-height: 300px;
    }
    .info{
        width: 95%;
        max-width: 1100px;
        left: 10px;
        min-height: 500px;
    }
  }

  @media (max-width:660px){
    
    .intro{
        padding: none;
    }
    .info{
        width: 95%;
        left: 10px;
    }
  }

  @media (max-width:450px){
    .intro{
        padding: 10px;
        width: 98vw;
    }
    .info > h1{
        font-size: 48px;
        top: 10px;
        position: relative;
        color: #e3bfb7;
    }
    .info{
        width: 98%;
        left: 10px;
        min-height: 500px;
    }
    .name{
        font-weight: 300;
        color: #b5cc8d;
        display: block;
        position: relative;
    }
    .about{
        font-size: 22px;
        font-weight: 500;
        color:  var(--text-color);
        display: block;
    }
    .subline{
        color: #e3bfb7;
        position: relative;
        top: 2px;
        font-weight: 500;
        font-size: 22px;
    }
  }


  #password-input {
    padding: 10px;
    font-size: 16px;
}

  #submit-button {
    padding: 10px 20px;
    background-color: #e3bfb7;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 26px;
    font-weight: 500;
    transition: background-color 0.3s;
}

#submit-button:hover {
    background-color: #b5cc8d;
}

#blocked-content {
display: none;
}

#blocked-nav {
    display: none;
}

#blocked-footer {
    display: none;
}

#password-prompt{
    position: relative;
    width: 90vw;
    max-width: 600px;
    height: fit-content;
    left: 50%;
    top: 200px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}