.slider {
    /* position: relative; */
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-bottom: 25px;
    display: flex;
    /* flex-direction: row; */
    justify-content: space-between;
    /* justify-content: center; */
    align-items: center;
    gap: 2rem;
    /* padding: 2rem 0; */
}



.expData {
    /* max-width: 50%; */
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

.slider {
    color: aliceblue;
    align-items: center;
    /* width: 100%; */
}

.expPic {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.25);
    box-shadow: 2px 2px 20px rgba(255, 255, 255, 0.25);
    /* padding: 25px; */
    margin: 25px auto;
    background-color: rgba(255, 255, 255, 0.25);
    /* align-items: center; */
}


.expPic svg {
    width: 100%;
    height: 100%;
    padding: 25px;
    fill: antiquewhite;
}

.slider button {
    /* position: absolute; */
    /* top: 25%; */
    /* transform: translateY(-50%); */
    font-size: 3em;
    cursor: pointer;
    padding: 5px 5px;
    border-radius: 5px;
    background-color: rgba(245, 245, 220, 0.25);
    color: antiquewhite;
    border: none;
}


/* .prevBtn {
    position: relative;
    top: 25%;
    /* left:10% */

.humanLang {
    position: relative;
    display: flex;
    gap: 25px;
    height: 100px;
    /* flex-direction: row; */
    align-items: center;
    justify-content: center;
}

.humanLang>.flag-box {
    /* display: block; */
    width: 100%;
    height: 100%;
    max-height: 100px;
    max-width: 100px;
    align-items: center;
    justify-content: center;
    /* backface-visibility: hiddenss; */
    /* height: 100%; */
    /* width: auto; */
    /* height: auto; */
    /* height: 100%; */
}

#usaFlag {
    /* position: absolute; */
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100px;
    max-width: 100px;
    /* max-width: 100px; */
    justify-content: center;
    align-items: center;
    animation: wave 4s infinite;
    /* visibility: hidden; */
}

#ukFlag {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100px;
    max-width: 100px;
    /* max-width: 100px; */
    justify-content: center;
    align-items: center;
    animation: wave2 4s infinite;
    transform: rotateY(90deg);
    /* animation-delay: 2s; */
}

.statueOfLiberty {
    fill: #6aab9c;
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100px;
    max-width: 100px;
    /* max-width: 100px; */
    justify-content: center;
    align-items: center;
    animation: wave 4s infinite;
    /* visibility: hidden; */
}

.bigBen {
    fill: #a1866f;
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100px;
    max-width: 100px;
    /* max-width: 100px; */
    justify-content: center;
    align-items: center;
    animation: wave2 4s infinite;
    transform: rotateY(90deg);
    /* animation-delay: 2s; */
}

.flag-box {
    /* max-height: 100px; */
    /* width: 100px;
    max-height: 100px;
    height: 60px; */
    /* animation: wave 2s infinite; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flag-box svg {
    max-height: 100%;
    max-width: 100%;
}

.slides {
    width: 60vw;
    /* height: 500px; */
    overflow: scroll;
}

.slides>div {
    display: none;
    padding: 0px;
    /* font-size: 2em; */
    /* font-weight: bold; */
}

.expPosition {
    font-weight: bold;
    font-size: 1.5em;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    color: antiquewhite;
    text-shadow: 3px 3px 6px black;
}

.expCompany {
    font-weight: bold;
    font-size: 1.1em;
    color: antiquewhite;
    text-shadow: 3px 3px 6px black;
    padding-bottom: 5px;
}

.expDuration {
    font-size: 1.1em;
    color: antiquewhite;
    text-shadow: 3px 3px 6px black;
}

.expDescription {
    padding-top: 25px;
    color: antiquewhite;
    text-shadow: 3px 3px 6px black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    /* max-width: 100px; */
}

.certificates {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.certificate {
    border: 1px solid rgba(57, 57, 57, 0275);
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(57, 57, 57, 0.5);
    padding: 10px;
    background-color: rgba(57, 57, 57, 0.25);
    width: fit-content;
}

#languageBox {
    height: 4em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    position: relative;
    justify-content: center;
    align-items: center;
}

#languageBox>div {
    position: absolute;
    top: 0;
    border: 1px solid rgba(57, 57, 57, 0.25);
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(57, 57, 57, 0.5);
    padding: 10px;
    background-color: rgba(57, 57, 57, 0.25);
    font-size: 1em;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}


#languageBox svg {
    width: 3em;
    height: 3em;
}

.pythonLang {
    fill: #306998;
}

.javaLang {
    fill: #B07219;
}

.htmlLang {
    fill: #E44D26;
}

.cssLang {
    fill: #2965F1;
}

.javascriptLang {
    fill: #F0DB4F
}

/* .language>div{
    fo
} */

.certificate>a {
    text-decoration: none;
    font-size: 1em;
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
    color: rgb(50, 161, 205);
}

.certificate>a>svg {
    width: 0.75em;
    height: 0.75em;
    fill: rgb(50, 161, 205);
}

.languages {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    /* padding-bottom: 10px; */
    width: 100%;
    /* max-width: 250px; */
}

.languages>div {
    padding-top: 5px;
}

@keyframes langFadeIn {
    from {
        visibility: hidden;
        opacity: 0;
    }

    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes langFadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes wave {
    0% {
        transform: rotateY(0deg);
        opacity: 1;
    }

    /* 25% {transform: rotateY(6deg) rotateZ(6deg) skewY(2deg);} */
    50% {
        transform: rotateY(90deg);
        opacity: 0;
    }

    /* 75% {transform: rotateY(4deg) rotateZ(4deg) skewY(1deg);} */
    100% {
        transform: rotateY(0deg);
        opacity: 1;
    }
}

@keyframes wave2 {
    0% {
        transform: rotateY(90deg);
        opacity: 0;
    }

    /* 25% {transform: rotateY(6deg) rotateZ(6deg) skewY(2deg);} */
    50% {
        transform: rotateY(0deg);
        opacity: 1;
    }

    /* 75% {transform: rotateY(4deg) rotateZ(4deg) skewY(1deg);} */
    100% {
        transform: rotateY(90deg);
        opacity: 0;
    }
}

/* @keyframes wave {
    0% {transform: rotateY(0deg) rotateZ(0deg) skewY(0deg);}
    25% {transform: rotateY(6deg) rotateZ(6deg) skewY(2deg);}
    50% {transform: rotateY(-6deg) rotateZ(-6deg) skewY(-2deg);}
    75% {transform: rotateY(4deg) rotateZ(4deg) skewY(1deg);}
    100% {transform: rotateY(0deg) rotateZ(0deg) skewY(0deg);}
} */

/* .expDescription > ul{
    text-align: left;
    list-style-position: outside;
} */

/* .expDescription>ul>li {
    text-align: left;
} */