body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    background-color: #FFF;
}

p {
    font-weight: 300;
}


.fade-in {
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 2s ease, transform 1s ease;
}

.fade-in.active {
    opacity: 1;
    transform: translateY(0);
}


.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    backdrop-filter: blur(5px); 
    -webkit-backdrop-filter: blur(5px);
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

nav ul {
    list-style: none;
    display: flex;
}

nav li {
    margin: 0 15px;
}

nav a {
    text-decoration: none;
    color: #252525;
    font-weight: bold;
    transition: color 0.3s;
}

nav a:hover {
    color: #f5f5f5;
    filter: blur(5px);
}

section {
    padding: 80px 0;
    text-align: left;
}

footer {
    background-color: #333;
    color: #fff;
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px; 20px;
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}


.fixed-contact-button {
    position: fixed;
    top: 10px;
    right: 30px;
    border-radius: 100px;
    background: #06F;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s;
    z-index: 100;
}

.fixed-contact-button:hover {
    background-color: white;
    border: 1px solid #06F;
    color: #06F;
}

.light-text {
    font-weight: 100; /* Adjust font weight as needed */
}

/* About Section */

#home {
    background-color: #FFF;
}

.home-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 10px;
}

.home-text {
    flex: 1;
    padding: 0 20px;
    text-align: left;
}

.home-text h2 {
    font-size: 50px;
    margin-bottom: 20px;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    line-height: 62px; /* 124% */
    }

.home-text p {
    font-size: 16px;
    color: #252525;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 400;
}

.secondary-button {
    display: inline-block;
    background-color: #FFF;
    color: #06F;
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid #06F;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.secondary-button:hover {
    background-color: #06F;
    color: #fff;
}

.home-image {
    flex: 1;
    text-align: center;
}

.home-image img {
    max-width: 100%;
    height: auto;
}


/* Portfolio Section */

#portfolio {
    background-color: #EDF2F6;
    color: #fff;
    padding: 10px 0;
}

.portfolio-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

.portfolio-content h2 {
    font-size: 1px;
    margin-bottom: 10px;
    text-align: center;
    color: #252525;
    font-weight: 300;
}

.logo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.logo-row img {
    max-width: 120px;
    height: auto;
    margin: 45px;
    margin-top: 20px;
}


/* Service Styles */


#service {
    background-color: #FFF;
}

.service-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.service-text {
    flex: 1;
    padding: 0 20px;
    text-align: left;
}

.service-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.service-text p {
   font-size: 16px;
    color: #252525;
    margin-bottom: 30px;
    max-width: 80%;
}

.service-skills {
    flex: 1;
    text-align: left;
}

.service-skills ul {
    list-style-type: none;
    font-size: 50px;
    line-height: 1;
    font-weight: 100;
    padding: 0;
}

.service-skills li {
    margin-bottom: 15px;
    transition: filter 0.3s;
    display: inline-block;

}

.service-skills li:hover {
    background-color: #FFF; /* Change to your desired background color */
    filter: blur(5px); /* Apply blur effect on hover */
}



/* Softskill Styles */

#soft-skills {
    background-color: #EDF2F6;
        color: #252525;

}

#soft-skills p {
    font-size: 14px;
    margin: 0 20px 20px;    
}


#soft-skills h3 {
    font-size: 24px;
    margin: 20px;
}


.soft-skills-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    /* ... (other content container styles) ... */
}

.soft-skill-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}


.skill-intro {
    flex: 1;
    text-align: left;
    max-width: calc(33.33% - 30px * 2); 
    overflow: hidden;
    transition: transform 0.5s ease;
    font-weight: 300;
    font-size: 16px;
    margin: 0 20px 20px;    
}

.soft-skill {
    flex: 1;
    text-align: left;
    background-color: #fff;
    border-radius: 2px;
    margin: 0 10px 0px; 
    max-width: calc(33.33% - 20px * 2); 
    overflow: hidden;
    transition: transform 0.5s ease;
}

/*
.soft-skill:hover {
    transform: scale(1.02);
}
*/

.soft-skill img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}



/* ... Contact ... */

#contact {
    background-color: #FFF;
}

.contact-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contact-left {
    flex: 1;
    padding: 0 20px;
    text-align: left;
}

.contact-left h2 {
    font-size: 50px;
    margin-bottom: 20px;
    max-width: 80%;
}

.contact-left img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.contact-right {
    flex: 1;
    padding: 0 20px;
    text-align: left;
}


/* Mobile Styles */

@media (max-width: 768px) {
    
     .home-content {
        flex-direction: column;
        align-items: center;
    }
    
  .soft-skill-row {
        justify-content: center;
    }

    .skill-intro,
    .soft-skill {
        flex-basis: calc(70% - 20px * 2);
        max-width: calc(70% - 20px * 2); /* 2 columns on smaller screens */
    }

    .home-text {
        padding: 20px;
        text-align: center;
    }

    .home-image {
        margin-top: 20px;
    }

    .service-content {
        flex-direction: column;
        align-items: center;
    }

    .service-text, .service-skills {
        width: 70%;
        text-align: left;
        margin-bottom: 30px;
    }
    
    .service-text p {
    font-size: 16px;
    color: #252525;
    margin-bottom: 30px;
    max-width: 100%;
}

    .service-skills ul {
        font-size: 36px;
    }
    
    .contact-content {
        flex-direction: column;
        align-items: center;
    }

    .contact-left,
    .contact-right {
        width: 90%;
        text-align: left;
    }
    


}