
/*
@font-face {
    font-family: 'MonoSpace';
    src: url('../fonts/SpaceMono-Regular.ttf') format('truetype'); 
}

@font-face {
    font-family: 'SevenSegment';
    src: url('../fonts/SevenSegment.ttf') format('truetype'); 
}
@font-face {
    font-family: 'Kalam-Light';
    src: url('../fonts/Kalam-Light.ttf') format('truetype'); 
}
*/

@font-face {
    font-family: 'MonoSpace';
    src: url('../fonts/spacemono-regular-webfont.woff2') format('woff2'),
         url('../fonts/spacemono-regular-webfont.woff') format('woff');
    /* Additional font properties and styles can be added here */
  }

  @font-face {
    font-family: 'SevenSegment';
    src: url('../fonts/sevensegment-webfont.woff2') format('woff2'),
         url('../fonts/sevensegment-webfont.woff') format('woff');
    /* Additional font properties and styles can be added here */
  }

  @font-face {
    font-family: 'Kalam-Light';
    src: url('../fonts/kalam-light-webfont.woff2') format('woff2'),
         url('../fonts/kalam-light-webfont.woff') format('woff');
    /* Additional font properties and styles can be added here */
  }


body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #0e0e10; 
}

header {
    background-color: #000000; 
    text-align: left;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.svg-container {
    display: flex; 
    justify-content: center;
    align-items: center;
    margin: 10px 0; 
}

/*
.header-content {
    display: flex;
    flex-direction: column;
} */

#tw_head_h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-family: 'MonoSpace', sans-serif;
    text-align: left;
    position: relative;
    font-size: 18px;
}

#tw_head_p {
    margin: 0; 
    color: white;
    padding: 0;
    font-family: 'Kalam-Light', sans-serif;
    text-align: left;
    position: relative;
    font-size: 16px;
}

.blinking-w {
    display: inline-block;
    animation: blink 800ms infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

nav {
    margin-right: 20px;
    
}

.about-link {
    text-decoration: none;
    color: #a6a6a6ff;
    font-family: 'MonoSpace', sans-serif;
    transition: color 0.3s ease; 
}

.about-link:hover {
    color:white;
    text-decoration: underline; /* Add underline on hover */
}

/*
.main-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 15px;
    
} */

.about-content {
    color:#46900aff;
    font-family: 'MonoSpace', sans-serif;
    max-width: 500px;
    padding: 20px;
    margin: 0 auto;
    
}

#about_paragraph {
    color:#839496ff; /* Add your custom styles for paragraph1 */
    font-family: 'MonoSpace', sans-serif;
}

#about_paragraph_white {
    color: white;
}

/*
.main-left {
    flex: 1;
    color: white;
    padding: 0;
    text-align: left;
    position: relative;
    font-size: 14px;
} */

/*
.main-right {
    flex: 1;
    position: relative;
}

*/

/*
ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin: 0;
    padding-left: 10px; 
    position: fixed;
}

*/

img {
    max-width: 100%;
    height: auto;
}

footer {
    display: flex;
    justify-content: space-between;
    background-color: #020202;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-left {
    text-align: left;
    flex: 1;
    color: #a6a6a6ff;
}

.footer-right {
    flex: 1;
    float: right;
    text-align: right;
    color: #a6a6a6ff;
    margin-right: 20px;
    
}
main {
    padding: 40px;
}

.item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.item-list li {
    margin-bottom: 20px;
    border: 2px solid #a6a6a6ff;
    padding: 10px;
    display: flex;
}
.item-list img {
    width: 80px; /* Set the desired width for the images */
    height: 80px; /* Set the desired height for the images */
    object-fit: cover; /* Maintain aspect ratio and cover the specified dimensions */
    margin-right: 10px;
}
.item-info {
    flex-grow: 1;
}
.project_image {
    border: none;
    float: left;
    margin: 3px 5px 15px 05px;
    /*box-shadow: 0px 0px 5px #CCC;*/
}

#item-list_h2 {
    color: white;
}

#item-list_p{
    color: white;
}

.serialspotter-content {
    color:white;
    font-family: Arial;
    max-width: 1000px;
    padding: 20px;
    margin: 0 auto;
    
}
#serialspotter_paragraph {
    color:white; /* Add your custom styles for paragraph1 */
    font-family: Arial;
}

.sp_dwnld-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}



.projects_container {
    max-width: 800px;
    margin: 20px auto;
    padding: 0 20px;
}
#projects {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
}
.project {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
}
.project img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.search {
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}


#project_content_h2 {
    color: rgb(241, 237, 237);
    

}

#project_content_p {
    color: rgb(241, 237, 237);
    

}

/* for about page section */
.copy-icon {
    cursor: pointer;
    font-size: 2rem;
    color: #3ada62;
    text-align: center; /* Center text (and icon) */
    line-height: 2rem; /* Adjust line height for vertical centering if needed */
}

/* Updated styles for the popup */
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: red; /* Default color */
    color: white;
    padding: 15px;
    border-radius: 5px;
    z-index: 1000;
    display: none; /* Hidden by default */
}



.support-button {
    position: fixed;
    bottom: 80px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #6A7FDB; /* Adjust color as desired */
    color: white;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease, padding 0.3s ease;
    cursor: pointer;
    z-index: 1000; /* Ensure it appears above other elements */
}

.support-button a {
    color: white;
    text-decoration: none;
}

.support-button:hover {
    transform: scale(1.1); /* Makes the button grow on hover */
    padding: 12px 24px; /* Slightly increase padding for emphasis */
}


.dynamic-island {
    position: fixed;
    top: 100px;
    right: 20px;
    background-color: #bcb7b7; 
    color: #000000;
    border-radius: 30px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease, background-color 0.3s ease;
}

.dynamic-island:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    background-color: #d2cece;
}

.dynamic-island:hover i {
    color: #010108;
}

.dynamic-island-content {
    position: fixed;
    top: 70px;
    right: 20px;
    background-color: #fff;
    color: #333;
    border-radius: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: scale(0.8);
    transform-origin: top right;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.dynamic-island-content.active {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dynamic-island-content ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.dynamic-island-content ul li {
    padding: 12px 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.dynamic-island-content ul li:hover {
    background-color: #f4f4f9;
    color: #007bff;
}

.dynamic-island-content ul li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.dynamic-island-icon {
    display: inline-block;
    margin-right: 8px;
}









