body {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-image: url('projects\ screen.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1c1c1c !important;
    overflow-x: hidden;
    position: relative;
}

.header-project {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Ethnocentric Rg', sans-serif;
    font-size: 100px;
    color: #6f706f;
    -webkit-text-stroke: 5px #515251;
    text-shadow: 9px 9px 5px black;
    user-select: none;
    z-index: -1;
    animation: glow-dark 1s ease-in-out infinite alternate;
}







@keyframes glow {
    from {
        text-shadow: 0 0 5px #515251, 0 0 7px #5d5e5d, 0 0 9px #5d5e5d, 0 0 11px #5d5e5d, 0 0 13px #5d5e5d, 0 0 15px #5d5e5d, 0 0 17px #5d5e5d;
    }

    to {
        text-shadow: 0 0 5px #515251, 0 0 8px #5d5e5d, 0 0 10px #5d5e5d, 0 0 12px #5d5e5d, 0 0 14px #5d5e5d, 0 0 16px #5d5e5d, 0 0 18px #5d5e5d;
    }
}


@keyframes glow-dark {
    from {
        text-shadow: 0 0 5px #515251, 0 0 7px #5d5e5d, 0 0 9px #5d5e5d, 0 0 11px #5d5e5d, 0 0 13px #5d5e5d, 0 0 15px #5d5e5d, 0 0 17px #5d5e5d;
    }

    to {
        text-shadow: 0 0 5px #515251, 0 0 8px #5d5e5d, 0 0 10px #5d5e5d, 0 0 12px #5d5e5d, 0 0 14px #5d5e5d, 0 0 16px #5d5e5d, 0 0 18px #5d5e5d;
    }
}


.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 500px;
    row-gap: 10px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 0 auto;
    align-items: center;
    justify-items: center;
}

.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 600px;
    row-gap: 10px;
    max-width: 1900px;
    width: 100%;
    margin: 0 auto 0 auto;
    align-items: center;
    justify-items: center;
}

.colortext {
    color: #7a7a7a;
    -webkit-text-stroke: 2px #666666;
    font-family: 'Ethnocentric Rg', sans-serif;
    text-shadow: 1px 1px 10px black;
}

.card {
    background: #1c1c1c;
    border: none;
}

.slide.slide2 {
    background: #7d7d7d;
    border-radius: 7px;
}

.icon {
    border-radius: 7px;
}

.content {
    margin-top: 40px;
    color: white;
    font-size: 15px;
    font-family: 'Ethnocentric Rg', sans-serif;
    text-shadow: 1px 1px 10px black;
    align-items: center;
    justify-content: center;
}

.content2 {
    color: white;
    margin-top: 5px;
    font-family: 'Ethnocentric Rg', sans-serif;
    font-size: 15px;
    text-shadow: 1px 1px 10px black;
}

.content3 {
    color: white;
    font-size: 25px;
    font-family: 'Ethnocentric Rg', sans-serif;
    text-shadow: 1px 1px 10px black;
    align-items: center;
    justify-content: center;
    text-align: center;
}



.fa, fa-user-circle {
    border-radius: 7px;
    width: 500px;
    height: 350px
}

.container6 .card .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5d5e5e;
}

    .container6 .card .icon .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 80px;
        color: #fff;
    }

.container6 .card .slide {
    width: 500px;
    height: 350px;
    transition: 0.5s;
}

    .container6 .card .slide.slide1 {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        transition: .7s;
        transform: translateY(100px);
    }

.container6 .card:hover .slide.slide1 {
    transform: translateY(0px);
}

.container6 .card .slide.slide2 {
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    transition: .8s;
    transform: translateY(-100px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.container6 .card:hover .slide.slide2 {
    transform: translateY(0);
}

.container6 .card .slide.slide2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    bottom: 15px;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: #5d5e5e;
}

.container6 .card .slide.slide2 .content p .content2 p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.container6 .card .slide.slide2 .content h3 .content2 h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    text-align: center;
}

.navbar-brand {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Ethnocentric Rg', sans-serif;
    color: #a3a3a3;
    -webkit-text-stroke: 2px #7d7c7c;
    text-shadow: 5px 5px 2px black;
    user-select: none;
    animation: glow-dark 1s ease-in-out infinite alternate;
}

.nav-link {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Ethnocentric Rg', sans-serif;
    color: #a3a3a3;
    -webkit-text-stroke: 1px #7d7c7c;
    text-shadow: 5px 5px 2px black;
    user-select: none;
    animation: glow-dark 1s ease-in-out infinite alternate;
}

.navbar navbar-expand-sm navbar-toggleable-sm navbar-light{
    background: none;
}