#particles-js {
    position:fixed;
    width:100vw;
    height:100vh;
    background: #eae7dc;
}
body{
    background: black;
    overflow: hidden;
}

/* general */
*{
    padding: 0;
    margin: 0;
  }
  body{
    height: 80vh;
    width: 100%;
    overflow: hidden;
  }

  /* main content*/
  .whole{
    background: #ffffff;
  }
  .intro{
    width: 80%;
    height: 100vh;
    position: relative;
  }
  .info{
    position: absolute;
    top: 30%;
    left: 0;
  }
  .info h1{
    font-size: 70px;
    font-weight: 900;
    font-family: 'Cinzel', serif;
    color: #8e8d8a;
  }
  .info h2{
    font-size: 50px;
    font-weight: 500;
    font-family: 'Cinzel', serif;
    color: #8e8d8a;
  }
  .info button{
    width: 150px;
    padding: 13px 20px;
    border: 3px solid rgb(232, 90, 79);
    font-family: 'Cinzel', serif;
    background:#e85a4f;
    color: white;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 15px;
    border-radius: 30px;
    transition: all 1s ease-in-out;
    outline: none;
  }
  .info button:hover{
    background: black;
    border: 3px solid black;
  }
  /* social icons*/
  .info ul li{
    list-style: none;
  }
  .info ul li a{
    font-size: 30px;
    padding:10px;
    color: black;
  }
  .info ul li a:hover{
    transition: all 1s ease;
    color: #e85a4f;
  }

  /* sidemenu options*/ 
  .sidemenu a{
    width: 9vh;
    height: 25vh;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Orbitron', sans-serif;
    text-align: center;
    justify-content: center;
    position: absolute;
    right: 2%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    line-height: 12px;
    padding-bottom: 20px;
    transition: all 0.5s ease;
    overflow: hidden;
    border: none;
  }
  #about{
    top:0%;  
  }
  #skills{
    top: 23%;
  }
  #portfolio{
    top:50%;
  }
  #contact{
    top:75%;
  }
  #about:hover,#skills:hover,#portfolio:hover,#contact:hover{
    transform: scale(1.3);
    z-index: 10;
  }
  .sidemenu span{
    transform: rotate(90deg);
    display: block;
    color: black;
  }
  .animated1{
    animation-delay: 500ms;
  } 
  .animated2{
    animation-delay: 1000ms;
  }
  .animated3{
    animation-delay: 1500ms;
  }
  .animated4{
    animation-delay: 2000ms;
  }
  .animated5{
    animation-delay: 2500ms;
  }
  .animated6{
    animation-delay: 3000ms;
  }
  .animated7{
    animation-delay: 3500ms;
  }
  .animated8{
    animation-delay: 4000ms;
  }
  .animated9{
    animation-delay: 4500ms;
  }

  /* sliding container general*/
  .other{
    display: none;
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 10;
    background: #6b654d;
    font-family: 'Cormorant Infant', serif;
    overflow: auto;
  }
  .other div{
    display: block;
  }
  .other::-webkit-scrollbar { display: none;}

  /*about section*/
  .aboutout{
    position:fixed;
    top: 2%;
    right:2%; 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border:2px solid #6b654d;
    background: white;
    color: #6b654d;
    transition: all 1s ease-in-out;
    z-index: 20;
  }
  .aboutout i{
    font-size: 40px;
  }
  .aboutout:hover{
    background: white;
    color: black;
    outline: none;
    border: 2px solid black;
  }
  .abt{
    height:50vh;
  }
  .abtimg{
    height: 100%;
  }
  .abtimg img{
    position: relative;
    top:25%;
    margin-top: 30px;
    width: 450px;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8));
  }
  .abtcont{
    word-break: break-all;
    font-size: 20px;
    background: #e85a4f;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8));
  }
  .abtcont h1{
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    margin-top: 20px;
  }
  .para{
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    text-align: center;
  }


  /*skills section*/
  .skillsout{
    position:fixed;
    top: 2%;
    right:2%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border:2px solid #6b654d;
    background: white;
    color: #6b654d;
    transition: all 1s ease-in-out;
    z-index: 20;
  }
  .skillsout i{
    font-size: 40px;
  }
  .skillsout:hover{
    background: white;
    color: black;
    outline: none;
    border: 2px solid black;
  }
  .skill{
    margin-top: 50px; 
  }
  .skillimg{
    text-align: center;
  }
  .skillimg img{
    width: 200px;
    filter: drop-shadow(0px 0px 20px rgba(255, 255, 255,.5));
    transition: all 1s ease-in-out;
  }
  .skillimg img:hover{
    transform:scale(1.3); 
  }

  /*Portfolio section*/
  .portout{
    position:fixed;
    left: 2%;
    top:2%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border:2px solid #6b654d;
    background: white;
    color: #6b654d;
    transition: all 1s ease-in-out;
    z-index: 20;
  }
  .portout i{
    font-size: 40px;
  }
  .portout:hover{
    background: white;
    color: black;
    border: 2px solid black;
    outline: none;
  }
  .portcont{
    column-count: 3;
    column-gap: 30px;
    margin-top: 80px;
  }
  .ports img{
      width: 100%;
      transition: 1s ease;  
  }
  .ports{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .ports:hover img{
    transform: scale(1.1);
    opacity: 0.5;
  }
  .links{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
  }
  .ports:hover .links{
    opacity:1;
  }
  .links a{
    color:#6b654d;
  }
  .links a:hover{
    color: #e85a4f;
  }
  /*contact section*/
  .contactout{
    position:fixed;
    top: 2%;
    right:2%; 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border:2px solid #6b654d;
    background: white;
    color: #6b654d;
    transition: all 1s ease-in-out;
    z-index: 20;
  }
  .contactout i{
    font-size: 40px;
  }
  .contactout:hover{
    background: white;
    color: black;
    border: 2px solid black;
    outline: none;
  }
  .address{
    margin-top: 70px;
    gap: 10px;
  }
  .hole2{
    background:#e85a4f;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8));
  }
  .hole2 i,h2{
    padding: 10px;
  }
  .form{
    margin-top: 30px;
    background:black;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8));
  }
  .form input, .form textarea{
    background: transparent;
    border: none;
    border-bottom:3px solid #e85a4f;
    width: 100%;
    padding:8px 10px;
    margin-top: 40px;
    outline: none;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 20px;
  }
  ::placeholder{
    color: #e85a4f;
    font-size: 20px;
  }
  .form button{
    padding: 5px 30px;
    margin: 25px 20px;
    border-radius: 30px;
    border: 3px solid #e85a4f;
    color: #ffffff;
    background: #e85a4f;
    transition: all 0.5s ease-in-out;
    font-size: 20px;
    font-weight:900;
  }
  .form button:hover{
    color: #e85a4f;
    background: #ffffff;
    border: 3px solid #ffffff;
    outline: none;
  }

  /* media queries*/
  @media (max-width:1024px){
    .portcont{
      column-count: 3;
    }
  }
  @media (max-width:700px){
    .portcont{
      column-count: 2;
    }
  }
  @media (max-width:475px){
    .info h1{
      font-size: 50px;
      font-weight: 600;
    }
    .info h2{
      font-size: 30px;
      font-weight: 300;
    }
    .sidemenu a{
      right:1%;
      font-size: 12px;
      font-weight: 200;
    }
    .portcont{
      column-count: 1;
    }
  }
