/* Smooth scroll */

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    30% {
        transform: translateX(-90%);
    }
    100% {
        transform: translateX(0);
    }
}
/* Breathing effect */

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(237, 178, 48, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(237, 178, 48, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(237, 178, 48, 0);
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent
    }
    50% {
        border-color: #5FA8D3;
    }
}



@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}



.wow {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: opacity .6s .1s, transform .6s ease;
    transition: opacity .6s .1s, transform .6s ease;
    transition-delay: 0ms;
}

.row svg {
    height: 20px;
    width: 20px;
    padding: 10px
}

.wow-in-view {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}




body {
    background-color: #5E5E5E;
    display: flex;
    margin: 15px auto;
    width: 75%;
    font-family: 'Georama', sans-serif;
    color: white;
    flex-wrap: wrap;
    max-width: 1350px;
}

html {
    scroll-behavior: smooth;
}

.floating-wing {
    position: sticky;
    flex: 1;
}
.right-wing {
    position: sticky;
    top: 100px;
    background-color: #3D3D3D;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 2px black;
    padding: 25px 0px;
    min-width: 250px;
}


.avatar-div {
    position: static;

}
.avatar {
    position: relative;
    width: 150px;
    border-radius: 50%;
    border: 6px solid #2b2b2b;
    bottom: 95px;
    margin-bottom: -80px;
    height: 150px;
    width: 150px;
    background-color: white;
}

.avatar img {
    position: relative;
    bottom: 22px;
    right: 11px;
    height: 162px;
    width:160;
}

.top-name, .right-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.my-name {
    margin-top: 0px;
}
.top-description {
    font-size: 12px;
    margin-top: 5px;
}
.socialize {
    border-bottom: 2px solid #EDB230;
    border-top: 2px solid #EDB230;
    background-color: #2b2b2b;
    width: 100%;
    margin: 15px 10px;
    box-shadow: 0px 0px 5px rgb(48, 48, 48);
    height: 45px;

}

.socialize ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    margin: 5px auto;
}
.socialize ul li {
    display: inline;
}

.socialize ul li a {
    font-size: 20px;
    color: #9e9e9e;
    transition: 0.3s;
}

.socialize ul li a:hover {
    color: whitesmoke;
}

.right-title {
    padding-top: 25px;
    color: #5FA8D3;
    padding-bottom: 10px;
}


.short-info-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 25px;
    font-size: 14px;
}

.lang {
    padding: 0;
}

.short-info-right p {
    margin: 0;
}

.short-info-right-title {
    color: #9f9f9f;
}

.lang-skils {
    font-size: 12px;
    width: 100%;
    padding: 0 25px;
}

.progress-bar {
    display: flex;
    height: 5px;
    background-color: white;
    align-items: flex-start;
    border-radius: 5px;
    margin: 5px 0;
}

.progress-bar-fill {
    height: 5px;
    background-color: #5FA8D3;
    animation: 4s ease-out 0s 1 slideInFromLeft;

}

.p100 {
    width: 100%;
}

.p80 {
    width: 80%;
}

.p70 {
    width: 70%;
}

.blue-check {
    color: #5FA8D3;
    margin-right: 7px;
}

.programming-skills {
    list-style: none;
    text-align: left;
    width: 100%;
}
.programming-skills li {
    font-size: 14px;
}

.left-wing {
    flex: 4;
    background-color: #2b2b2b;
    margin: 5px 0;
    padding: 25px 25px;
}

.big-banner {
    display: flex;
    background-image: url("img/bckgrnd.jpg");
    background-position: center;
    background-size: cover;
    height: 300px;
    padding: 25px;
    justify-content: center;
}
.banner-text {
    flex: 5;
}

.big-banner img {
    flex: 1;
    margin: -26px
}

.big-banner h1, .big-banner h3 {
    text-shadow: 0px 0px 10px rgb(48, 48, 48);
    padding-bottom: 15px;
}

.big-banner h1 {
    font-size: 48px;
    padding-top: 20px;
}
.action-button {
    text-decoration: none;
    color: white;
    padding: 8px 15px;
    width: fit-content;
    border-left: 3px solid #5FA8D3;
    font-size: larger;
    background: linear-gradient(to left, #2b2b2b 50%, #5FA8D3 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);



}
.action-button:hover {
    background-color: #5FA8D3;
    color: white;
    background-position: 0 100%;
}

.very-big-seperator {
    padding: 25px 0 0px 0;
    color: #fff;
    margin: 0px auto;
    font-size: 36px;
    font-weight: bold;
    border-bottom: 3px solid #5FA8D3;
    width: fit-content;
}

#moi {
    animation: blink-caret .75s step-end infinite;
    color: #5FA8D3;
    padding-right: 10px;
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: 4px solid #5FA8D3;
    /* The typwriter cursor */
}

.cv {
    text-decoration: none;
    color: #5FA8D3;
    transition: 0.3s;
}

.cv:hover {
    color: #4982a3
}

#aboutme {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.aboutme-text {
    margin-top: 20px;
    font-size: 22px;
    padding: 10px;
    text-align: left;
    flex: 4;
    margin-right: 30px;
}
.aboutme-hobbies{
    font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 0px;
    color: #EDB230;
    text-align: center;
}
.aboutme-icons {
    flex: 1;
    padding-top: 0px;
}
.icons {
    display: flex;
    flex-wrap: wrap;
}
.one-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #EDB230;
    text-align: center;
}
.icons .one-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #3D3D3D;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-top: 5px ;
}
.icons .one-icon p {
    font-size: 12px;
    margin-left: 10px;
}
#cv {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.icon {
    font-size: 12px;
}
.cv-button {
    text-decoration: none;
    margin: 50px 0 30px 0;
    background-color: #3D3D3D;
    color: white;
    padding: 10px 25px;
    font-size: 24px;
    font-weight: bold;
/*     border-bottom: 2px solid white; */
    transition: 0.5s;
}

.cv-button:hover {
    color: #EDB230;
/*     border-bottom: 2px solid #EDB230; */
}

.pulse {
    animation: pulse-animation 2s infinite;
}

#contact-me {
    font-size: 22px;
    text-align: left;
    margin: 25px auto;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.btn {
    margin-top: 15px;
    background-color: #5E5E5E;
    border: none;
    color: white;
}
#contact-me p {
    font-size: 26px;
    text-align: left;
    flex: 2;
}

#contact-me img {
    width: 232px;
    height: 232px;
}
.img-container {
    flex: 1;
    text-align: center;
}
.email-white {
    background-color: white;
    color: #5FA8D3;
    padding: 2px 6px;
    font-weight: bold;
    text-decoration: none
}
.email-white:hover {
    color: #2b2b2b;
}

.to-the-top {
    text-align: center;
}

.to-the-top a {
    text-decoration: none;
    background-color:#3D3D3D;
    padding: 5px 8px;
    color: white;
    width: fit-content;
}


@media screen and (max-width: 600px) {
    .big-banner {
        background-image: none;
        background-color: rgb(61, 61, 61);
        border-left: 4px solid white;
        height: fit-content;
    }
    .big-banner h1 {
        font-size: 26px;
    }
    .big-banner h3 {
        font-size: 18px;
    }
    #contact-me {
        flex-wrap: wrap;
        padding: 20px 20px;
    }
    #contact-me p {
        text-align: center;
        margin-bottom: 25px;
    }
    #contact-me img{
        margin: 0px auto;
    }
    body {
        width: 90%;
        padding-top: 90px;
    }
    .img-container {
    width: fit-content;
    }
    .cv-button {
        padding: 10px 20px;
        text-align: center;
    }
    .right-wing {
        width: 100%;
    }
}