@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


/*Heading - hero sec*/
@font-face {
    font-family: 'Monaspace';
    src: url('./fonts/MonaspaceNeon-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --bg-color: #010116;
    --bg-highlight-color: #1b033e;
    --highlight-color: #a117ff;
    --primary-font-color: rgb(164, 148, 190);
    --box-color: rgb(8, 0, 18);
}
body {
    background-color: var(--bg-color) !important;
    color: var(--primary-font-color); 
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.navbar {
    position: sticky;
    top: 0;
    width: auto;
    z-index: 1000; 
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 10px 20px;
    transition: transform 0.3s ease;
}

.navbar.hidden {
    transform: translateY(-100%); 
}

.navbar .logo {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 50px;
    margin-right: 50px;
}

.navbar ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar ul li {
    margin: 0 15px;
}

.navbar ul li a {
    text-decoration: none;
    color: var(--primary-font-color);
    font-size: 18px;
    transition: color 0.3s;
}

.navbar ul li a:hover {
    color: var(--highlight-color);
}


.navbar-left {
    font-family: 'Poppins', sans-serif;
    font-size: 18px; 
    color: var(--primary-font-color);
    opacity: 0.5;
    text-align: left;
    position: absolute;
    left: 80px;
    top: 15px;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; /* bg */
}



#toggle-snow {
    background-color: var(--bg-highlight-color);
    color: var(--primary-font-color);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
     
    transition: background-color 0.3s ease;
}

#toggle-snow:hover {
    background-color: var(--highlight-color);
}


.first  {
    display: flex;
    flex-direction: row !important;
    margin-left: auto;
    width: 100%;
    
}

.main_list {
    
    list-style-type: none !important;
    width: 30%;
    position: absolute;
    left: 0;
    font-family: 'Poppins', serif;
    font-size: 1em;
    font-weight: 200;
    top: 67px;
    
}

.main {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    margin-top: 50px;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;

   
}

.research_sec {
    margin-top: 100px;

}

.highlight {
    color: #d6c9dd; 
    padding: 2px 4px; 
    border-radius: 3px; 
}

.recent_research {
    font-family: 'Poppins', serif;
    font-size: 0.4em;
    font-weight: 300;
    margin: 70px;
    margin-bottom: 100px;
    margin-top: 50px;
    text-align: left;
}

.container {
      display: flex; 
      justify-content: space-between; 
      align-items: center; 
      gap: 30px; 
      margin: 0 auto; 
    }

.graph {
  width: 350px; 
  height: auto; 
  float: right;
}

.main p {
    font-size: 1.8em;
    text-align: center;
    margin: 10px 60px 50px 40px;
    color: var(--primary-font-color);
}


.GM {
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    height: auto;
    background-color: var(--bg-highlight-color);
    position: relative;
    align-items: flex-end;
    justify-content: flex-start;
    width: 75vw;
    border-radius: 6px;
    margin-right: 20px;
    margin-top: 90px;

}


.GM-text {
    display: flex;
    align-self: flex-end;
    flex-direction: column; 
    align-items: flex-start;
    padding: 20px 40px 10px 60px;
    color: white;
    margin-left: auto;
    max-width: auto;
    justify-content: end;
    
}

.GM-text p {
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    text-align: left;
}


li {
    margin-left: 20px;
    padding: 3px;
}
h1 {
    font-family: 'Monaspace', serif;
    color: aliceblue;
    text-align: left;
    filter: drop-shadow(rgba(161, 23, 255, 1) 2px 4px 6px);
    font-size: 4.4em;
    margin-top: 50px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

h3 {
    font-family: 'Poppins', serif;
    color:var(--highlight-color);
    font-size:45px;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 40px;
    text-align: left;

}

h4 {
    font-family: 'Poppins', serif;
    font-size: 15px;
    font-weight: 200;
    color: white;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: -0.5em;
    margin-left: 40px;
    font-weight: 300;    
}

#theme-image{
    align-self: flex-start;
    position: absolute;
    top: 20px;
    left: -270px;
    height: 400px;
    width: 300px;
    background-color: transparent;
    overflow: hidden;
    border-radius: 6px;
    margin-left: 20px;
    
}

.me1 img{
    height: 100%;
    width: auto; 
    object-fit: cover;
    margin-left: -60px;
}

.main_list ul li{
    list-style-type: none !important;
    font-family: 'Poppins', serif;
    font-size: 1em;
    font-weight: 200;
}

.main_list ul li a{
    color: white;
    list-style-type: none !important;
    font-family: 'Poppins', serif;
    font-size: 1em;
    font-weight: 200;
    text-decoration: none;
    
}


.menu-toggle {
    display: none; 
    cursor: pointer;
    font-size: 24px;
    color: var(--primary-font-color);
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block; 
    }

    .navbar ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #1b033e;
        width: 100%;
        padding: 10px 0;
        z-index: 100;
    }

    .navbar ul.active {
        display: flex; 
    }

    .navbar ul li {
        margin: 10px 0;
        text-align: center;
    }
}


.skills-container {
    font-family: 'Poppins', sans-serif;
    max-width: 1200px;
    margin: 150px 0px 50px;
    padding: 20px;
    background-color: var(--bg-highlight-color);
}

.title {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 2.5em;
    color: var(--primary-font-color);
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    color: var(--primary-font-color);
    gap: 10px;
}

.skill-box {
    background-color: var(--box-color);
    border-radius: 6px;
    padding: 20px;    
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 200px;
}

.skill-box h3 {
    text-align: center;
}

.skill-box:hover {
    transform: translateY(-5px);
       
    
}

.skill-box h3 {
    margin: 10px 0;
    font-size: 1.5em;
    color: white;
    
}

.skill-box p {
    color: var(--primary-font-color);
    font-size: 1em;
    line-height: 1.5;
}


.coming_soon {
    background-color: var(--bg-highlight-color);
    color: #323232;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    text-align: center;
    font-size: 0.7em;
    margin: 50px;
    padding: 20px;
    width: 75vw;
    height: 40vh;
    border-radius: 8px;
}

.coming_soon:hover {
    color: #500086;
}

.end_sec {
    font-family: 'Poppins', sans-serif;
    height: 30vh;
    width: 100%;
    margin-top: 80px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.follow {
    color: var(--primary-font-color);
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.follow ul {
    padding: 0;
    margin: 0;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: row;
}

.follow ul li {
    width: 100px;
    height: 40px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px; 
    font-size: 0.5em; 
    border-radius: 8px;
    
    background-color: var(--bg-highlight-color);
  }

.follow li:hover {
    color: var(--highlight-color);
}



