* {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


html, body {
    padding: 0;
    margin: 0;
    flex: 1;
    background: linear-gradient(45deg, #c04848, #480048);
}

.navbar {
    height: 80px;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: black;
}

.nav-container {
    display: flex;
    /* background-color: grey; */
    width: 80%;
    justify-content: space-between;
    align-items: center;
}

.nav-left {
    display: flex;
    /* background-color: antiquewhite;
    width: 20%; */
}

.nav-right {
    display: flex;
    width: 50%;
    /* background-color: antiquewhite; */
    justify-content: space-evenly;
    flex-shrink: 0;
}


.nav-left h3 a {
    color: #E04F67; 
    background-image: linear-gradient(45deg, #E04F67 , #C72C4A , #7B1E6A , #4A1442 ); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    text-decoration: none;
    font-size: 24px;
}

#nav-name:hover {
    transform: scale(1.05);
}

.nav-right h3 a {
    color: #fff;
    text-decoration: none;
}

#headshot-img {
    width: 300px;
    height: auto;
    border-radius: 50%;
    border: 2px solid #FA8072;
    transition: filter 0.5s ease;
}

#headshot-img:hover {
    filter: blur(5px);
}

#about-section {
    display: flex;
    justify-content: center;
    /* background: linear-gradient(45deg, #c04848, #480048); */

  /* radial-gradient(circle at center, #ffa17f, transparent 70%),
  linear-gradient(to right, #ffa17f, #00223e); */
    /* background: radial-gradient(circle, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%); */
    padding: 32px;
    box-sizing: border-box;
    color: white;
}

.about-container {
    display: flex;
    /* background: blue; */
    width: 90%;
    /* background-color: blue; */
    height: 100%;
    justify-content: space-evenly;
    align-items: center;

}

.bio {
    display: flex;
    flex-direction: column;
    width: 40%;
}

#name {
    font-size: 32px;
}

#swe {
    /* color: #EEAECA;
    color: radial-gradient(circle,rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%); */
    color: #FA8072; 
    background-image: linear-gradient(45deg, #FA8072 , #FBA18A , #FDC2A2 , #FED3BA , #FFECE2 ); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}



.button-container {
    padding-top: 12px;
    display: flex;
    width: 60%;
    justify-content: space-around;
    gap: 12px;
}

#resume-button, #contact-button {
    width: 130px;
    height: 50px;
    border-radius: 12px;
    font-size: 18px;
    background: #EEAECA;
    background: radial-gradient(circle, #cc2b5e 0%, #753a88 100%);
    font-weight: 500;
    color: white;
    transition: all 0.3s;

}

#resume-button:hover, #contact-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #cc2b5e;
}



.icon-container {
    display: flex;
    width: 70%;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 10px;
    /* background-color: #c04848; */
    justify-content: space-evenly;
}

#github-icon, #linkedin-icon, #medium-icon, #youtube-icon {
    width: 55px;
    height: auto;
    filter: brightness(0) invert(1); /* Makes dark images white */
    transition: all 0.3s;
}

#github-icon:hover, #linkedin-icon:hover, #medium-icon:hover, #youtube-icon:hover {
    transform: scale(1.15);
}


/* project section */
/* project section */
.projects {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#my-projects {
    padding: 40px 20px;
    width: 100%;
    box-sizing: border-box;
}

.project-header {
    text-align: center;
    margin-bottom: 40px;
}

#project-heading {
    font-size: 34px;
    color: #FA8072;
    background-image: linear-gradient(45deg, #FA8072, #FBA18A, #FDC2A2, #FED3BA, #FFECE2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.swiper-container {
    position: relative;
    width: 100%;
    max-width: 1400px; 
    height: 580px;
    overflow: hidden;
    padding: 0 80px;
    margin: 0 auto; 
    box-sizing: border-box;
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    height: 100%;
    width: max-content;
}

.project-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 350px;
    height: 550px;
    background-color: transparent;
    border: 2px solid palevioletred;
    border-radius: 15px;
    margin-right: 30px;
    padding: 8px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.project-card:hover {
    border: 2px solid #FBA18A;
}

.project-card a {
    display: flex;
    justify-content: center;
    width: 90%;
}

#backlogz {
    font-size: 24px;
    color: #fff;
}

#askher {
    color: #fff;
    font-size: 24px;
    margin: 22px;
}

#ping {
    color: #fff;
    font-size: 24px;
    margin: 26px;
}

#zotify {
    color: #fff;
    font-size: 24px;
    margin: 12px;
}

#backlogz-img {
    width: 95%;
    height: auto;
    border-radius: 15px;
    transition: .3s ease-in-out;
    padding-bottom: 8px;
}

#backlogz-img:hover {
    transform: scale(1.03);
    box-shadow: 5px 5px 0 #cddc3950;
}

#askher-img {
    width: 95%;
    height: auto;
    border-radius: 15px;
    transition: .3s ease-in-out;
}

#askher-img:hover {
    transform: scale(1.03);
    box-shadow: 5px 5px 0 #d8bfd8;
}

#ping-img {
    width: 95%;
    height: auto;
    border-radius: 15px;
    transition: .3s ease-in-out;
}

#ping-img:hover {
    transform: scale(1.03);
    box-shadow: 5px 5px 0 #cddc3950;

}

#zotify-img {
    width: 95%;
    height: 180px;
    border-radius: 15px;
    transition: .3s ease-in-out;
}

#zotify-img:hover{
    transform: scale(1.03);
    box-shadow: 5px 5px 0 #0095b6;


}

#worqly-img {
    width: 95%;
    height: 180px;
    border-radius: 15px;
    transition: .3s ease-in-out;
}

#worqly-img:hover {
    transform: scale(1.10);

}
.tech-stack-backlogz {
    display: flex;
    width: 90%;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.tech-stack-askher {
    margin-top: 16px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.tech-stack-ping {
    margin-top: 16px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    
}

.tech-stack-zotify {
    margin-top: 16px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;

}

#react-native {
    border-radius: 40px;
    border: 2px solid #0095b6;
    text-align: center;
    padding: 8px;
    color: #fff;
}

#typescript {
    border-radius: 40px;
    border: 2px solid #87ceeb;
    text-align: center;
    padding: 8px;
    color: #fff;
}

#gemini {
    border-radius: 40px;
    border: 2px solid #d8bfd8;
    text-align: center;
    padding: 8px;
    color: #fff;
}

#react {
    border-radius: 40px;
    border: 2px solid #0095b6;
    text-align: center;
    padding: 8px;
    color: #fff;
}

#express {
    border-radius: 40px;
    border: 2px solid #8C92AC;
    text-align: center;
    padding: 8px;
    color: #fff;
}

#mongo {
    border-radius: 40px;
    border: 2px solid #9DC183;
    text-align: center;
    color: #fff;
    padding: 8px;
}

#chakra {
    border-radius: 40px;
    border: 2px solid #00CCCC;
    text-align: center;
    padding: 8px;
    color: #fff;
}
#fastapi {
    border-radius: 40px;
    border: 2px solid #8db600;
    text-align: center;
    padding: 8px;
    color: #fff;
}

#supabase {
    border-radius: 40px;
    border: 2px solid #34B27B;
    text-align: center;
    padding: 8px;
    color: #fff;
}

#flask {
    border-radius: 40px;
    border: 2px solid #28282B;
    text-align: center;
    padding: 8px;
    color: #fff; 
}

#HTML {
    border-radius: 40px;
    border: 2px solid #F98128;
    text-align: center;
    padding: 8px;
    color: #fff;
}

#CSS {
    border-radius: 40px;
    border: 2px solid #0047db;
    text-align: center;
    padding: 8px;
    color: #fff;
}


#backlogz-description,
#askher-description, #ping-description, #zotify-description {
    text-align: center;
    color: #fff;
    font-weight: 300;
    line-height: 1.6;
    font-size: 1rem;
}

.placeholder-project {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
}

/* Navigation */
.swiper-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(250, 128, 114, 0.8);
    border: 2px solid palevioletred;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease;
    z-index: 10;
}

.swiper-nav:hover {
    background: palevioletred;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 0 20px rgba(219, 112, 147, 0.5);
}

.swiper-prev {
    left: 15px;
}

.swiper-next {
    right: 15px;
}

/* Scrollbar */
.swiper-scrollbar {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 4px;
    background: rgba(219, 112, 147, 0.3);
    border-radius: 2px;
    overflow: hidden;
}

.swiper-scrollbar-drag {
    height: 100%;
    background: palevioletred;
    border-radius: 2px;
    transition: transform 0.3s ease;
    transform-origin: left;
}

/* Responsive */
@media (max-width: 1200px) {
    .swiper-container {
        max-width: 100%;
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
    .project-card {
        width: 300px;
        height: 480px;
        margin-right: 20px;
    }

    #project-heading {
        font-size: 28px;
    }

    .swiper-container {
        height: 520px;
        padding: 0 50px;
    }

    .swiper-scrollbar {
        width: 200px;
    }
}

@media (max-width: 480px) {
    .project-card {
        width: 280px;
        height: 450px;
    }

    .swiper-container {
        padding: 0 40px;
    }

    .swiper-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .swiper-prev {
        left: 5px;
    }

    .swiper-next {
        right: 5px;
    }
}


/* experience section */
#experience-header {
    font-size: 34px;
    color: #FA8072; 
    background-image: linear-gradient(45deg, #FA8072 , #FBA18A , #FDC2A2 , #FED3BA , #FFECE2 ); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;

}

.experience {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.boundary {
    width: 70%;
}
.boundary-header {
    display: flex;
}

.bound-cont {
    display: flex;
}

#boundary-logo {
    width: 70px;
    height: auto;
    transition: all 0.3s;
}

#boundary-logo:hover {
    transform: scale(1.10);
    box-shadow: 0 0 10px #fff;
}

/* contact section */

/* .contact {
    display: flex;
    padding-top: 30px;
}
#contact-header {
    font-size: 34px;
    color: #FA8072; 
    background-image: linear-gradient(45deg, #FA8072 , #FBA18A , #FDC2A2 , #FED3BA , #FFECE2 ); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}

#contact-me-btn {
    width: 150px;
    font-size: 24px;
    border-radius: 5000px;
    font-weight: 500;
    padding: 15px 10px;

}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
} */


/*skills */
.skills {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;

}

#skills-header {
    font-size: 34px;
    color: #FA8072; 
    background-image: linear-gradient(45deg, #FA8072 , #FBA18A , #FDC2A2 , #FED3BA , #FFECE2 ); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;

}

.skills-container {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
}

#python, #java, #cplusplus, #html, #css, #javascript, #typescript-icon, #react-icon, #tailwind, #nodejs, #aws {
    width: 70px;
    height: auto;
    /* filter: brightness(0) invert(1); Makes dark images white */
    transition: all 0.3s;
}
    
#python:hover, #java:hover, #cplusplus:hover, #html:hover, #css:hover, #javascript:hover, #typescript-icon:hover, #react-icon:hover, #tailwind:hover, #nodejs:hover, #aws:hover {
    transform: scale(1.15);

}

/* footer */
#footer {
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer {
    margin-top: 60px;
    /* background-color: blue; */
    align-items: flex-end;
    /* background-color: green; */
    box-sizing: border-box;
    padding-top: 42px;
}

.footer-cont {
    display: flex;
    justify-content: center;
    /* background: blue; */
}
#copyright {
    color: white;
}