body {
    background-image: url(pattern1.jpg);
    background-position: center;
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;

}

.container {
    display: grid;
    grid-template-columns: 0.15fr 0.85fr;
    width: 100%;
    min-height: 100%;
}

.sidebar {
    margin-bottom: 0;
    background-image: url(pattern\(1\).jpg);
    height: 100%vh;
    min-height: 100%;
    background-color: #333;
    color: whitesmoke;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.6)
}

.position {
    text-align: center;
    color: aqua;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    top: 0;
    width: 100%;

}

.name {
    text-align: center;
    color: whitesmoke;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 0;
}


.contact-info {
    width: 104%;
    background-color: black;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 10px;
    margin-top: 15%;
    text-align: center;
}

#gitHub-link {
    text-align: center;
    color: #00FFFF;
}


.profilePhoto {
    box-shadow: 6px 6px 17px rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 210px;
    border-radius: 15%;
    margin-bottom: 20px;
}

#languages-info {
    background-color: black;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 15px;
    width: 100%;
    margin-top: 10%;
    text-align: center;
}

#languages-info {
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
}

.language {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lang-name {
    font-weight: bold;
    margin-right: 10px;
}

.dots {
    display: flex;
    gap: 5px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: whitesmoke;
}

.filled {
    background-color: aqua;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }

}

.dots {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.tools-name {

    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.first-pic {

    animation: fadeIn 1s ease-in-out;
}

.tools-name7 {

    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.teamwork-item {

    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.logic-item {

    animation: fadeIn 1s ease-in-out;
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.second-pic {

    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.third-pic {

    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fourth-pic {

    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fith-pic {

    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.sixth-pic {
    font-size: 16px;
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.eighth-pic {

    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.nineth-pic {

    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.tenth-pic {

    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.description {

    animation: fadeIn 1s ease-in-out;
}





#content {
    width: 100%;
}

.button {
    margin-top: 10%;
    width: 100%;
    background-color: aqua;
    color: black;
    padding: 10px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    transition: background-color 0.3s ease, transform 0.3s ease;

}

.button:hover {
    background-color: whitesmoke;
    transform: scale(1.1);
}

.button:active {
    background-color: whitesmoke;
    transform: scale(1);
}

.hidden {
    display: none !important;
}

.active {
    visibility: visible;
}

#content-resume {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.text-resume {
    text-align: center;
    width: 100%;
    top: 1;
    bottom: 0;
    color: #222;
    font-family: Arial, sans-serif;
}

#header-resume {
    border-bottom: 2px solid black;
    width: 100%;
}

#header-resume p {
    text-align: center;


}

.text-shadow {
    position: fixed;
    top: 0;
    left: 37%;
    width: 40vw;
    height: 100vh;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.8);
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
}

.italic-text {
    font-family: 'Dancing Script', cursive;
    font-style: italic;
    font-size: 2.5em;

}

#text-to-check {

    margin-top: 0;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;

}

.box {
    border-radius: 15px;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.box img {
    box-shadow: 0 0 5px 2px #00aaff;
    width: 90%;
    height: 90%;
    object-fit: cover;
}





#picture-female {
    width: 110px;
    height: 120px;
    top: 0;
    left: 17%;
    position: absolute;
}

.grid-container {
    margin-top: 0;
    max-width: 1200px;
    height: 750px;
    display: grid;
    gap: 0.4em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 2fr 1fr 1fr;
    background-color: whitesmoke;
    height: 100%;
    width: 100%;
}

.all-texts {
    text-align: center;
    color: black;
    background-image: linear-gradient(to right, #00FFFF, #8A2BE2);
    -webkit-background-clip: text;
    color: #333;
    font-size: 1.5em;
    text-shadow: 0 0 5px #00FFFF, 0 0 10px #00FFFF, 0 0 15px #8A2BE2;
    margin: 0;
}

.description {
    text-align: left;
    color: white;
    margin-left: 2%;
}

#content-hobbys {
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.grid-element {
    width: 100%;
    height: 100%;
    min-height: 100px;
    border-radius: 15px;

}

.opis-hobby {
    margin-right: 7%;
    margin-top: 5%;
    margin-left: 3%;
    text-align: left;
    color: white;
    position: relative;
    padding-left: 50%;
}

.grid-pic {
    margin-top: 3%;
    margin-left: 1%;
    border-radius: 25%;
    box-shadow: 0 0 5px 2px #00aaff;

    position: absolute;
    top: 0;
    left: 0;
    max-width: 50%;
    height: 80%;
    object-fit: cover;
}

.first-pic {
    margin-top: 0;
    background-color: #222;
    grid-column: 1 / 4;
    grid-row: 1 / 2;
    position: relative;
    box-sizing: border-box;
    grid-column: span 4;
    grid-row: span 2;
}

#second-pic-java {
    margin-left: 1%;
    margin-top: 7%;
    width: 190px;
    height: 190px;
}

#second-pic-js {
    width: 300px;
    height: 160px;
    margin-top: 10%;
    margin-left: 4%;
}

#second-pic-HTML {
    width: 170px;
    height: 170px;
    margin-left: 4%;

}

#second-pic-CSS {
    width: 190px;
    height: 190px;
    margin-top: 6%;
    margin-left: 6%;

}

#second-pic-intelliJ {
    width: 140px;
    height: 140px;
    margin-left: 26%;
    margin-bottom: 2%;


}

#second-pic-linux {
    width: 160px;
    height: 160px;
    margin-left: 4%;


}

#second-pic-vs {
    width: 120px;
    height: 120px;
    margin-left: 4%;


}

.second-pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70% 100%;
    background-color: black;
}

#second-pic-hobby {
    background-image: url(reading.png);
}

.third-pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% 100%;
    background-color: black;
}

#third-pic-hobby {
    background-image: url(coding.png);
}

.fourth-pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 47% 75%;
    background-color: black;
}

#fourth-pic-hobby {
    background-image: url(chess\(1\).png);
}

.fith-pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70% 100%;
    background-color: black;
}

#fith-pic-hobby {
    background-image: url(ball.png);
}

.sixth-pic {
    padding: 0.5em 1em 0.5em 1em;
    background-color: #222;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
}

.seventh-pic {
    text-align: center;

    background-color: #333;
}

.nineth-pic {
    text-align: center;

    background-color: #333;
}

.tenth-pic {
    text-align: center;
    background-color: #333;
}

#content-skills {
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.skill-row {
    display: flex;
    justify-content: space-between;
    align-items: lef;
    width: 100%;
}

.tools-name {
    color: white;
    font-weight: bold;
    min-width: 60px;
    text-align: center;
}

#skills-grid-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70% 100%;
    background-color: black;
    background-image: url(pngtree.png);
}

#skills-grid-3 {
    background-image: url(tools.png);
    background-color: white;
}

#skills-grid-4 {
    background-image: url(teamwork.png);
    background-color: black;
    background-size: 50% 75%;
}

#skills-grid-5 {
    background-image: url(thinking1.png);
    background-size: 40% 75%;
    background-color: white;
}

.eighth-pic {
    padding: 0.5em 1em 0.5em 1em;
    background-color: #222;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
}

.tool-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.tools-name7 {
    color: white;
    font-weight: bold;
    min-width: 80px;
    text-align: left;
}

.nineth-pic {
    padding: 0.5em 1em 0.5em 1em;
    background-color: #222;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
}

.teamwork-set {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.teamwork-item {
    color: white;
    font-weight: bold;
    min-width: 80px;
    text-align: left;
}

.tenth-pic {
    padding: 0.5em 1em 0.5em 1em;
    background-color: #222;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
}

.logical-reasoning {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logic-item {
    color: white;
    font-weight: bold;
    min-width: 80px;
    text-align: left;
}